From 887b561c92dfb1b70682407fe2e676a3d0c6bca8 Mon Sep 17 00:00:00 2001 From: hiddify Date: Tue, 26 Dec 2023 11:35:49 +0330 Subject: [PATCH] update ios --- Makefile | 9 +++++++-- ios/Podfile.lock | 2 +- libcore | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 86615b28..04d2ca2e 100644 --- a/Makefile +++ b/Makefile @@ -144,11 +144,16 @@ release: # Create a new tag for release. ios-temp-prepare: flutter upgrade + flutter clean flutter pub upgrade - make prepare platform=ios + #make prepare platform=ios + make get-geo-assets + make get + make gen + make translate flutter build ios-framework cd ios - pod install + #pod install cd .. flutter run #Link the built App and Flutter and url_launcher_ios frameworks (or all created frameworks? i dunno, but i tried) from Release folder to Xcode project in Runner target’s Build Phases as Linked diff --git a/ios/Podfile.lock b/ios/Podfile.lock index eda50aab..41a30f74 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -176,7 +176,7 @@ SPEC CHECKSUMS: GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34 GoogleUtilitiesComponents: 679b2c881db3b615a2777504623df6122dd20afe GTMSessionFetcher: 3a63d75eecd6aa32c2fc79f578064e1214dfdec2 - Libcore: 755017c5b3afb0244329093a5f20c1cc04a99831 + Libcore: caba1af26674d1859e52cf74d84d9b5b9fd211fc MLImage: 7bb7c4264164ade9bf64f679b40fb29c8f33ee9b MLKitBarcodeScanning: 04e264482c5f3810cb89ebc134ef6b61e67db505 MLKitCommon: c1b791c3e667091918d91bda4bba69a91011e390 diff --git a/libcore b/libcore index 540c736c..08481d71 160000 --- a/libcore +++ b/libcore @@ -1 +1 @@ -Subproject commit 540c736cc1857099da7d05cb2d7398a9d06e7f75 +Subproject commit 08481d711a4dde33d51ffa310af3bb1ed8619fa1