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
|
@ -24,6 +24,7 @@ final List<String> triplets = [
|
|||
// "x86_64-host-apple-darwin", // not available on CI (yet)
|
||||
"aarch64-host-apple-darwin", // apple silicon macbooks (local builds)
|
||||
"aarch64-apple-ios",
|
||||
"aarch64-apple-iossimulator",
|
||||
];
|
||||
|
||||
Future<void> main() async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue