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:
cyan 2025-02-17 14:53:10 +01:00 committed by GitHub
parent 537c59b684
commit 2078407608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 184 additions and 67 deletions

View file

@ -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