From 7ed9345ccd302d7beb32d560606f61edf06b5b48 Mon Sep 17 00:00:00 2001 From: Ryunosuke Muramatsu Date: Sun, 5 Nov 2023 11:17:13 +0900 Subject: [PATCH] Update iOS Podfile and Podfile.lock --- .../example/ios/Podfile | 3 +- .../example/ios/Podfile.lock | 76 ++++++++++++++++++- .../ios/Runner.xcodeproj/project.pbxproj | 4 +- 3 files changed, 79 insertions(+), 4 deletions(-) diff --git a/packages/flutterfire_remote_parameter_fetcher/example/ios/Podfile b/packages/flutterfire_remote_parameter_fetcher/example/ios/Podfile index fdcc671..0f7a428 100644 --- a/packages/flutterfire_remote_parameter_fetcher/example/ios/Podfile +++ b/packages/flutterfire_remote_parameter_fetcher/example/ios/Podfile @@ -1,5 +1,4 @@ -# Uncomment this line to define a global platform for your project -# platform :ios, '11.0' +platform :ios, '11.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/packages/flutterfire_remote_parameter_fetcher/example/ios/Podfile.lock b/packages/flutterfire_remote_parameter_fetcher/example/ios/Podfile.lock index e8576d8..ef27f46 100644 --- a/packages/flutterfire_remote_parameter_fetcher/example/ios/Podfile.lock +++ b/packages/flutterfire_remote_parameter_fetcher/example/ios/Podfile.lock @@ -1,9 +1,18 @@ PODS: + - Firebase/Analytics (10.16.0): + - Firebase/Core + - Firebase/Core (10.16.0): + - Firebase/CoreOnly + - FirebaseAnalytics (~> 10.16.0) - Firebase/CoreOnly (10.16.0): - FirebaseCore (= 10.16.0) - Firebase/RemoteConfig (10.16.0): - Firebase/CoreOnly - FirebaseRemoteConfig (~> 10.16.0) + - firebase_analytics (10.6.3): + - Firebase/Analytics (= 10.16.0) + - firebase_core + - Flutter - firebase_core (2.21.0): - Firebase/CoreOnly (= 10.16.0) - Flutter @@ -13,6 +22,24 @@ PODS: - Flutter - FirebaseABTesting (10.16.0): - FirebaseCore (~> 10.0) + - FirebaseAnalytics (10.16.0): + - FirebaseAnalytics/AdIdSupport (= 10.16.0) + - FirebaseCore (~> 10.0) + - FirebaseInstallations (~> 10.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" + - nanopb (< 2.30910.0, >= 2.30908.0) + - FirebaseAnalytics/AdIdSupport (10.16.0): + - FirebaseCore (~> 10.0) + - FirebaseInstallations (~> 10.0) + - GoogleAppMeasurement (= 10.16.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" + - nanopb (< 2.30910.0, >= 2.30908.0) - FirebaseCore (10.16.0): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.8) @@ -31,16 +58,54 @@ PODS: - GoogleUtilities/Environment (~> 7.8) - "GoogleUtilities/NSData+zlib (~> 7.8)" - Flutter (1.0.0) + - GoogleAppMeasurement (10.16.0): + - GoogleAppMeasurement/AdIdSupport (= 10.16.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" + - nanopb (< 2.30910.0, >= 2.30908.0) + - GoogleAppMeasurement/AdIdSupport (10.16.0): + - GoogleAppMeasurement/WithoutAdIdSupport (= 10.16.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" + - nanopb (< 2.30910.0, >= 2.30908.0) + - GoogleAppMeasurement/WithoutAdIdSupport (10.16.0): + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" + - nanopb (< 2.30910.0, >= 2.30908.0) + - GoogleUtilities/AppDelegateSwizzler (7.11.5): + - GoogleUtilities/Environment + - GoogleUtilities/Logger + - GoogleUtilities/Network - GoogleUtilities/Environment (7.11.5): - PromisesObjC (< 3.0, >= 1.2) - GoogleUtilities/Logger (7.11.5): - GoogleUtilities/Environment + - GoogleUtilities/MethodSwizzler (7.11.5): + - GoogleUtilities/Logger + - GoogleUtilities/Network (7.11.5): + - GoogleUtilities/Logger + - "GoogleUtilities/NSData+zlib" + - GoogleUtilities/Reachability - "GoogleUtilities/NSData+zlib (7.11.5)" + - GoogleUtilities/Reachability (7.11.5): + - GoogleUtilities/Logger - GoogleUtilities/UserDefaults (7.11.5): - GoogleUtilities/Logger + - nanopb (2.30909.0): + - nanopb/decode (= 2.30909.0) + - nanopb/encode (= 2.30909.0) + - nanopb/decode (2.30909.0) + - nanopb/encode (2.30909.0) - PromisesObjC (2.3.1) DEPENDENCIES: + - firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`) - firebase_core (from `.symlinks/plugins/firebase_core/ios`) - firebase_remote_config (from `.symlinks/plugins/firebase_remote_config/ios`) - Flutter (from `Flutter`) @@ -49,14 +114,19 @@ SPEC REPOS: trunk: - Firebase - FirebaseABTesting + - FirebaseAnalytics - FirebaseCore - FirebaseCoreInternal - FirebaseInstallations - FirebaseRemoteConfig + - GoogleAppMeasurement - GoogleUtilities + - nanopb - PromisesObjC EXTERNAL SOURCES: + firebase_analytics: + :path: ".symlinks/plugins/firebase_analytics/ios" firebase_core: :path: ".symlinks/plugins/firebase_core/ios" firebase_remote_config: @@ -66,17 +136,21 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Firebase: 25899099b77d255a636e3579c3d9dce10ec150d5 + firebase_analytics: 6b9cf6da9b2e38ace14482bd29e099b25abac4ad firebase_core: 68027ba03585e3efe1608e35d3ab2777a64eabe9 firebase_remote_config: ecd68c7a6088a755e307978180118d995e6c24fc FirebaseABTesting: 03f0a8b88cf618350527f2c6a2234e29b9c65064 + FirebaseAnalytics: 7b41efc4eba5ff841cc94d5994b5f339361258f4 FirebaseCore: 65a801af84cca84361ef9eac3fd868656968a53b FirebaseCoreInternal: 26233f705cc4531236818a07ac84d20c333e505a FirebaseInstallations: b822f91a61f7d1ba763e5ccc9d4f2e6f2ed3b3ee FirebaseRemoteConfig: 17ec974c6cac5cdc6cf8297062c2219851857f06 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 + GoogleAppMeasurement: 079d7632810e9d9704a99932547ba1554acc4342 GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084 + nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 -PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189 +PODFILE CHECKSUM: d4b1e61d92195dbae4de5691d6fcd85ff6450632 COCOAPODS: 1.13.0 diff --git a/packages/flutterfire_remote_parameter_fetcher/example/ios/Runner.xcodeproj/project.pbxproj b/packages/flutterfire_remote_parameter_fetcher/example/ios/Runner.xcodeproj/project.pbxproj index de2c9eb..070bd51 100644 --- a/packages/flutterfire_remote_parameter_fetcher/example/ios/Runner.xcodeproj/project.pbxproj +++ b/packages/flutterfire_remote_parameter_fetcher/example/ios/Runner.xcodeproj/project.pbxproj @@ -107,7 +107,6 @@ 79194ADE0B0CAA5448480C4F /* Pods-RunnerTests.release.xcconfig */, 4551FA161BCC80F025349B61 /* Pods-RunnerTests.profile.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -473,6 +472,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 3537BAHE48; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -651,6 +651,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 3537BAHE48; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -673,6 +674,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 3537BAHE48; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = (