mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Migrate to .xcframework (#2006)
* add libmd to linked libraries * ios 16 fixes, new moneroc, simulator support * update app version [skip ci] * update monero.com as well [skip ci] * migrate away from {Monero,Wownero,Zano}Wallet.framework Generate .xcframework dynamically Fix mweb requiring manual steps in xcode * fix app_config.sh when .dylib are not yet present * fix typo in model_generator.sh --------- Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
537c59b684
commit
2078407608
17 changed files with 184 additions and 67 deletions
|
@ -10,7 +10,7 @@ do
|
|||
bash -c "cd $cwcoin; flutter pub get; dart run build_runner build --delete-conflicting-outputs; cd .."
|
||||
fi
|
||||
done
|
||||
for cwcoin in cw_{polygon,ethereum,mwebd};
|
||||
for cwcoin in cw_{polygon,ethereum,mweb};
|
||||
do
|
||||
if [[ "x$1" == "xasync" ]];
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue