diff --git a/.cspell/framework-words.txt b/.cspell/framework-words.txt
index 0d4acbdc..d10b20b4 100644
--- a/.cspell/framework-words.txt
+++ b/.cspell/framework-words.txt
@@ -42,6 +42,7 @@ riverpod
Routemaster
Schyler
setprop
+SRCROOT
temurin
toggleable
unawaited
@@ -53,5 +54,6 @@ wireframe
xcarchive
xcconfig
xcodebuild
+xcodeproj
xcrun
xcworkspace
diff --git a/.fvmrc b/.fvmrc
index c0ef54d9..b91fa3c6 100644
--- a/.fvmrc
+++ b/.fvmrc
@@ -1,3 +1,3 @@
{
- "flutter": "3.32.0"
+ "flutter": "3.32.1"
}
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2bbff916..4ecc9383 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -28,10 +28,12 @@
"google-services.json",
"node_modules",
"package-lock.json",
+ "Package.resolved",
"vscode-extension",
"*.gen.dart",
"*.lock",
"*.xcconfig",
+ "*.xcscheme",
"**/fvm",
"**/.pub-cache",
".git/objects",
@@ -57,7 +59,7 @@
}
},
"dart.flutterGenerateLocalizationsOnSave": "all",
- "dart.flutterSdkPath": ".fvm/versions/3.32.0",
+ "dart.flutterSdkPath": ".fvm/versions/3.32.1",
"dart.debugExternalPackageLibraries": false,
"dart.debugSdkLibraries": false,
"dart.experimentalRefactors": true,
diff --git a/FirebaseSDKVersionTag.txt b/FirebaseSDKVersionTag.txt
deleted file mode 100644
index 0f62d340..00000000
--- a/FirebaseSDKVersionTag.txt
+++ /dev/null
@@ -1 +0,0 @@
-11.8.0
\ No newline at end of file
diff --git a/README.md b/README.md
index a31f6ffa..34ea0206 100644
--- a/README.md
+++ b/README.md
@@ -53,13 +53,6 @@ flutter create -t package packages/{directory_name} --project-name {project_name
flutter create --org jp.co.altive packages/{directory_name} --project-name {project_name}
```
-## Firebase SDK version for iOS and macOS
-
-[FirebaseSDKVersionTag.txt](FirebaseSDKVersionTag.txt) manages the SDK version you wish to specify.
-
-↓ For the latest version, click here.
-https://github.com/invertase/firestore-ios-sdk-frameworks/releases
-
## Addition of ISSUE_TEMPLATE
If you do not have `.github/ISSUE_TEMPLATE` in a repository, you can use Issue templates placed in a special repository named `.github`.
diff --git a/packages/flutter_app/ios/Podfile b/packages/flutter_app/ios/Podfile
index 104d6351..c0b8e3a7 100644
--- a/packages/flutter_app/ios/Podfile
+++ b/packages/flutter_app/ios/Podfile
@@ -37,11 +37,6 @@ target 'Runner' do
use_modular_headers!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
-
- pod 'FirebaseFirestore',
- :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git',
- :tag => File.read(File.join(File.dirname(__FILE__), '../../../FirebaseSDKVersionTag.txt')).chomp
-
end
post_install do |installer|
diff --git a/packages/flutter_app/ios/Podfile.lock b/packages/flutter_app/ios/Podfile.lock
index 3c4fcc62..9acf82f4 100644
--- a/packages/flutter_app/ios/Podfile.lock
+++ b/packages/flutter_app/ios/Podfile.lock
@@ -1,499 +1,16 @@
PODS:
- - AppAuth (1.7.6):
- - AppAuth/Core (= 1.7.6)
- - AppAuth/ExternalUserAgent (= 1.7.6)
- - AppAuth/Core (1.7.6)
- - AppAuth/ExternalUserAgent (1.7.6):
- - AppAuth/Core
- - cloud_firestore (5.6.5):
- - Firebase/Firestore (= 11.8.0)
- - firebase_core
- - Flutter
- - connectivity_plus (0.0.1):
- - Flutter
- - device_info_plus (0.0.1):
- - Flutter
- - Firebase/Analytics (11.8.0):
- - Firebase/Core
- - Firebase/Auth (11.8.0):
- - Firebase/CoreOnly
- - FirebaseAuth (~> 11.8.0)
- - Firebase/Core (11.8.0):
- - Firebase/CoreOnly
- - FirebaseAnalytics (~> 11.8.0)
- - Firebase/CoreOnly (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - Firebase/Crashlytics (11.8.0):
- - Firebase/CoreOnly
- - FirebaseCrashlytics (~> 11.8.0)
- - Firebase/DynamicLinks (11.8.0):
- - Firebase/CoreOnly
- - FirebaseDynamicLinks (~> 11.8.0)
- - Firebase/Firestore (11.8.0):
- - Firebase/CoreOnly
- - FirebaseFirestore (~> 11.8.0)
- - Firebase/InAppMessaging (11.8.0):
- - Firebase/CoreOnly
- - FirebaseInAppMessaging (~> 11.8.0-beta)
- - Firebase/Messaging (11.8.0):
- - Firebase/CoreOnly
- - FirebaseMessaging (~> 11.8.0)
- - Firebase/Performance (11.8.0):
- - Firebase/CoreOnly
- - FirebasePerformance (~> 11.8.0)
- - Firebase/RemoteConfig (11.8.0):
- - Firebase/CoreOnly
- - FirebaseRemoteConfig (~> 11.8.0)
- - Firebase/Storage (11.8.0):
- - Firebase/CoreOnly
- - FirebaseStorage (~> 11.8.0)
- - firebase_analytics (11.3.6):
- - Firebase/Analytics (= 11.8.0)
- - firebase_core
- - Flutter
- - firebase_auth (5.3.4):
- - Firebase/Auth (= 11.8.0)
- - firebase_core
- - Flutter
- - firebase_core (3.12.1):
- - Firebase/CoreOnly (= 11.8.0)
- - Flutter
- - firebase_crashlytics (4.2.0):
- - Firebase/Crashlytics (= 11.8.0)
- - firebase_core
- - Flutter
- - firebase_dynamic_links (6.1.4):
- - Firebase/DynamicLinks (= 11.8.0)
- - firebase_core
- - Flutter
- - firebase_in_app_messaging (0.8.0-11):
- - Firebase/InAppMessaging (= 11.8.0)
- - firebase_core
- - Flutter
- - firebase_messaging (15.1.6):
- - Firebase/Messaging (= 11.8.0)
- - firebase_core
- - Flutter
- - firebase_performance (0.10.1-4):
- - Firebase/Performance (= 11.8.0)
- - firebase_core
- - Flutter
- - firebase_remote_config (5.2.0):
- - Firebase/RemoteConfig (= 11.8.0)
- - firebase_core
- - Flutter
- - firebase_storage (12.4.4):
- - Firebase/Storage (= 11.8.0)
- - firebase_core
- - Flutter
- - FirebaseABTesting (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - FirebaseAnalytics (11.8.0):
- - FirebaseAnalytics/AdIdSupport (= 11.8.0)
- - FirebaseCore (~> 11.8.0)
- - FirebaseInstallations (~> 11.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
- - GoogleUtilities/MethodSwizzler (~> 8.0)
- - GoogleUtilities/Network (~> 8.0)
- - "GoogleUtilities/NSData+zlib (~> 8.0)"
- - nanopb (~> 3.30910.0)
- - FirebaseAnalytics/AdIdSupport (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - FirebaseInstallations (~> 11.0)
- - GoogleAppMeasurement (= 11.8.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
- - GoogleUtilities/MethodSwizzler (~> 8.0)
- - GoogleUtilities/Network (~> 8.0)
- - "GoogleUtilities/NSData+zlib (~> 8.0)"
- - nanopb (~> 3.30910.0)
- - FirebaseAppCheckInterop (11.9.0)
- - FirebaseAuth (11.8.1):
- - FirebaseAppCheckInterop (~> 11.0)
- - FirebaseAuthInterop (~> 11.0)
- - FirebaseCore (~> 11.8.0)
- - FirebaseCoreExtension (~> 11.8.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
- - GoogleUtilities/Environment (~> 8.0)
- - GTMSessionFetcher/Core (< 5.0, >= 3.4)
- - RecaptchaInterop (~> 100.0)
- - FirebaseAuthInterop (11.9.0)
- - FirebaseCore (11.8.0):
- - FirebaseCoreInternal (~> 11.8.0)
- - GoogleUtilities/Environment (~> 8.0)
- - GoogleUtilities/Logger (~> 8.0)
- - FirebaseCoreExtension (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - FirebaseCoreInternal (11.8.0):
- - "GoogleUtilities/NSData+zlib (~> 8.0)"
- - FirebaseCrashlytics (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - FirebaseInstallations (~> 11.0)
- - FirebaseRemoteConfigInterop (~> 11.0)
- - FirebaseSessions (~> 11.0)
- - GoogleDataTransport (~> 10.0)
- - GoogleUtilities/Environment (~> 8.0)
- - nanopb (~> 3.30910.0)
- - PromisesObjC (~> 2.4)
- - FirebaseDynamicLinks (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - FirebaseFirestore (11.8.0):
- - FirebaseFirestoreBinary (= 11.8.0)
- - FirebaseFirestoreAbseilBinary (1.2024011602.0)
- - FirebaseFirestoreBinary (11.8.0):
- - FirebaseCore (= 11.8.0)
- - FirebaseCoreExtension (= 11.8.0)
- - FirebaseFirestoreInternalBinary (= 11.8.0)
- - FirebaseSharedSwift (= 11.8.0)
- - FirebaseFirestoreGRPCBoringSSLBinary (1.65.1)
- - FirebaseFirestoreGRPCCoreBinary (1.65.1):
- - FirebaseFirestoreAbseilBinary (= 1.2024011602.0)
- - FirebaseFirestoreGRPCBoringSSLBinary (= 1.65.1)
- - FirebaseFirestoreGRPCCPPBinary (1.65.1):
- - FirebaseFirestoreAbseilBinary (= 1.2024011602.0)
- - FirebaseFirestoreGRPCCoreBinary (= 1.65.1)
- - FirebaseFirestoreInternalBinary (11.8.0):
- - FirebaseCore (= 11.8.0)
- - FirebaseFirestoreAbseilBinary (= 1.2024011602.0)
- - FirebaseFirestoreGRPCCPPBinary (= 1.65.1)
- - leveldb-library (~> 1.22)
- - nanopb (~> 3.30910.0)
- - FirebaseInAppMessaging (11.8.0-beta):
- - FirebaseABTesting (~> 11.0)
- - FirebaseCore (~> 11.8.0)
- - FirebaseInstallations (~> 11.0)
- - GoogleUtilities/Environment (~> 8.0)
- - GoogleUtilities/UserDefaults (~> 8.0)
- - nanopb (~> 3.30910.0)
- - FirebaseInstallations (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - GoogleUtilities/Environment (~> 8.0)
- - GoogleUtilities/UserDefaults (~> 8.0)
- - PromisesObjC (~> 2.4)
- - FirebaseMessaging (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - FirebaseInstallations (~> 11.0)
- - GoogleDataTransport (~> 10.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
- - GoogleUtilities/Environment (~> 8.0)
- - GoogleUtilities/Reachability (~> 8.0)
- - GoogleUtilities/UserDefaults (~> 8.0)
- - nanopb (~> 3.30910.0)
- - FirebasePerformance (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - FirebaseInstallations (~> 11.0)
- - FirebaseRemoteConfig (~> 11.0)
- - FirebaseSessions (~> 11.0)
- - GoogleDataTransport (~> 10.0)
- - GoogleUtilities/Environment (~> 8.0)
- - GoogleUtilities/MethodSwizzler (~> 8.0)
- - GoogleUtilities/UserDefaults (~> 8.0)
- - nanopb (~> 3.30910.0)
- - FirebaseRemoteConfig (11.8.0):
- - FirebaseABTesting (~> 11.0)
- - FirebaseCore (~> 11.8.0)
- - FirebaseInstallations (~> 11.0)
- - FirebaseRemoteConfigInterop (~> 11.0)
- - FirebaseSharedSwift (~> 11.0)
- - GoogleUtilities/Environment (~> 8.0)
- - "GoogleUtilities/NSData+zlib (~> 8.0)"
- - FirebaseRemoteConfigInterop (11.9.0)
- - FirebaseSessions (11.8.0):
- - FirebaseCore (~> 11.8.0)
- - FirebaseCoreExtension (~> 11.8.0)
- - FirebaseInstallations (~> 11.0)
- - GoogleDataTransport (~> 10.0)
- - GoogleUtilities/Environment (~> 8.0)
- - GoogleUtilities/UserDefaults (~> 8.0)
- - nanopb (~> 3.30910.0)
- - PromisesSwift (~> 2.1)
- - FirebaseSharedSwift (11.8.0)
- - FirebaseStorage (11.8.0):
- - FirebaseAppCheckInterop (~> 11.0)
- - FirebaseAuthInterop (~> 11.0)
- - FirebaseCore (~> 11.8.0)
- - FirebaseCoreExtension (~> 11.8.0)
- - GoogleUtilities/Environment (~> 8.0)
- - GTMSessionFetcher/Core (< 5.0, >= 3.4)
- Flutter (1.0.0)
- - flutter_local_notifications (0.0.1):
- - Flutter
- - google_sign_in_ios (0.0.1):
- - AppAuth (>= 1.7.4)
- - Flutter
- - FlutterMacOS
- - GoogleSignIn (~> 7.1)
- - GTMSessionFetcher (>= 3.4.0)
- - GoogleAppMeasurement (11.8.0):
- - GoogleAppMeasurement/AdIdSupport (= 11.8.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
- - GoogleUtilities/MethodSwizzler (~> 8.0)
- - GoogleUtilities/Network (~> 8.0)
- - "GoogleUtilities/NSData+zlib (~> 8.0)"
- - nanopb (~> 3.30910.0)
- - GoogleAppMeasurement/AdIdSupport (11.8.0):
- - GoogleAppMeasurement/WithoutAdIdSupport (= 11.8.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
- - GoogleUtilities/MethodSwizzler (~> 8.0)
- - GoogleUtilities/Network (~> 8.0)
- - "GoogleUtilities/NSData+zlib (~> 8.0)"
- - nanopb (~> 3.30910.0)
- - GoogleAppMeasurement/WithoutAdIdSupport (11.8.0):
- - GoogleUtilities/AppDelegateSwizzler (~> 8.0)
- - GoogleUtilities/MethodSwizzler (~> 8.0)
- - GoogleUtilities/Network (~> 8.0)
- - "GoogleUtilities/NSData+zlib (~> 8.0)"
- - nanopb (~> 3.30910.0)
- - GoogleDataTransport (10.1.0):
- - nanopb (~> 3.30910.0)
- - PromisesObjC (~> 2.4)
- - GoogleSignIn (7.1.0):
- - AppAuth (< 2.0, >= 1.7.3)
- - GTMAppAuth (< 5.0, >= 4.1.1)
- - GTMSessionFetcher/Core (~> 3.3)
- - GoogleUtilities/AppDelegateSwizzler (8.0.2):
- - GoogleUtilities/Environment
- - GoogleUtilities/Logger
- - GoogleUtilities/Network
- - GoogleUtilities/Privacy
- - GoogleUtilities/Environment (8.0.2):
- - GoogleUtilities/Privacy
- - GoogleUtilities/Logger (8.0.2):
- - GoogleUtilities/Environment
- - GoogleUtilities/Privacy
- - GoogleUtilities/MethodSwizzler (8.0.2):
- - GoogleUtilities/Logger
- - GoogleUtilities/Privacy
- - GoogleUtilities/Network (8.0.2):
- - GoogleUtilities/Logger
- - "GoogleUtilities/NSData+zlib"
- - GoogleUtilities/Privacy
- - GoogleUtilities/Reachability
- - "GoogleUtilities/NSData+zlib (8.0.2)":
- - GoogleUtilities/Privacy
- - GoogleUtilities/Privacy (8.0.2)
- - GoogleUtilities/Reachability (8.0.2):
- - GoogleUtilities/Logger
- - GoogleUtilities/Privacy
- - GoogleUtilities/UserDefaults (8.0.2):
- - GoogleUtilities/Logger
- - GoogleUtilities/Privacy
- - GTMAppAuth (4.1.1):
- - AppAuth/Core (~> 1.7)
- - GTMSessionFetcher/Core (< 4.0, >= 3.3)
- - GTMSessionFetcher (3.5.0):
- - GTMSessionFetcher/Full (= 3.5.0)
- - GTMSessionFetcher/Core (3.5.0)
- - GTMSessionFetcher/Full (3.5.0):
- - GTMSessionFetcher/Core
- - image_picker_ios (0.0.1):
- - Flutter
- - leveldb-library (1.22.6)
- - nanopb (3.30910.0):
- - nanopb/decode (= 3.30910.0)
- - nanopb/encode (= 3.30910.0)
- - nanopb/decode (3.30910.0)
- - nanopb/encode (3.30910.0)
- - package_info_plus (0.4.5):
- - Flutter
- - path_provider_foundation (0.0.1):
- - Flutter
- - FlutterMacOS
- - PromisesObjC (2.4.0)
- - PromisesSwift (2.4.0):
- - PromisesObjC (= 2.4.0)
- - RecaptchaInterop (100.0.0)
- - shared_preferences_foundation (0.0.1):
- - Flutter
- - FlutterMacOS
- - sqflite_darwin (0.0.4):
- - Flutter
- - FlutterMacOS
- - url_launcher_ios (0.0.1):
- - Flutter
DEPENDENCIES:
- - cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`)
- - connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
- - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
- - firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`)
- - firebase_auth (from `.symlinks/plugins/firebase_auth/ios`)
- - firebase_core (from `.symlinks/plugins/firebase_core/ios`)
- - firebase_crashlytics (from `.symlinks/plugins/firebase_crashlytics/ios`)
- - firebase_dynamic_links (from `.symlinks/plugins/firebase_dynamic_links/ios`)
- - firebase_in_app_messaging (from `.symlinks/plugins/firebase_in_app_messaging/ios`)
- - firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
- - firebase_performance (from `.symlinks/plugins/firebase_performance/ios`)
- - firebase_remote_config (from `.symlinks/plugins/firebase_remote_config/ios`)
- - firebase_storage (from `.symlinks/plugins/firebase_storage/ios`)
- - FirebaseFirestore (from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `11.8.0`)
- Flutter (from `Flutter`)
- - flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
- - google_sign_in_ios (from `.symlinks/plugins/google_sign_in_ios/darwin`)
- - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
- - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
- - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
-
-SPEC REPOS:
- trunk:
- - AppAuth
- - Firebase
- - FirebaseABTesting
- - FirebaseAnalytics
- - FirebaseAppCheckInterop
- - FirebaseAuth
- - FirebaseAuthInterop
- - FirebaseCore
- - FirebaseCoreExtension
- - FirebaseCoreInternal
- - FirebaseCrashlytics
- - FirebaseDynamicLinks
- - FirebaseFirestoreAbseilBinary
- - FirebaseFirestoreBinary
- - FirebaseFirestoreGRPCBoringSSLBinary
- - FirebaseFirestoreGRPCCoreBinary
- - FirebaseFirestoreGRPCCPPBinary
- - FirebaseFirestoreInternalBinary
- - FirebaseInAppMessaging
- - FirebaseInstallations
- - FirebaseMessaging
- - FirebasePerformance
- - FirebaseRemoteConfig
- - FirebaseRemoteConfigInterop
- - FirebaseSessions
- - FirebaseSharedSwift
- - FirebaseStorage
- - GoogleAppMeasurement
- - GoogleDataTransport
- - GoogleSignIn
- - GoogleUtilities
- - GTMAppAuth
- - GTMSessionFetcher
- - leveldb-library
- - nanopb
- - PromisesObjC
- - PromisesSwift
- - RecaptchaInterop
EXTERNAL SOURCES:
- cloud_firestore:
- :path: ".symlinks/plugins/cloud_firestore/ios"
- connectivity_plus:
- :path: ".symlinks/plugins/connectivity_plus/ios"
- device_info_plus:
- :path: ".symlinks/plugins/device_info_plus/ios"
- firebase_analytics:
- :path: ".symlinks/plugins/firebase_analytics/ios"
- firebase_auth:
- :path: ".symlinks/plugins/firebase_auth/ios"
- firebase_core:
- :path: ".symlinks/plugins/firebase_core/ios"
- firebase_crashlytics:
- :path: ".symlinks/plugins/firebase_crashlytics/ios"
- firebase_dynamic_links:
- :path: ".symlinks/plugins/firebase_dynamic_links/ios"
- firebase_in_app_messaging:
- :path: ".symlinks/plugins/firebase_in_app_messaging/ios"
- firebase_messaging:
- :path: ".symlinks/plugins/firebase_messaging/ios"
- firebase_performance:
- :path: ".symlinks/plugins/firebase_performance/ios"
- firebase_remote_config:
- :path: ".symlinks/plugins/firebase_remote_config/ios"
- firebase_storage:
- :path: ".symlinks/plugins/firebase_storage/ios"
- FirebaseFirestore:
- :git: https://github.com/invertase/firestore-ios-sdk-frameworks.git
- :tag: 11.8.0
Flutter:
:path: Flutter
- flutter_local_notifications:
- :path: ".symlinks/plugins/flutter_local_notifications/ios"
- google_sign_in_ios:
- :path: ".symlinks/plugins/google_sign_in_ios/darwin"
- image_picker_ios:
- :path: ".symlinks/plugins/image_picker_ios/ios"
- package_info_plus:
- :path: ".symlinks/plugins/package_info_plus/ios"
- path_provider_foundation:
- :path: ".symlinks/plugins/path_provider_foundation/darwin"
- shared_preferences_foundation:
- :path: ".symlinks/plugins/shared_preferences_foundation/darwin"
- sqflite_darwin:
- :path: ".symlinks/plugins/sqflite_darwin/darwin"
- url_launcher_ios:
- :path: ".symlinks/plugins/url_launcher_ios/ios"
-
-CHECKOUT OPTIONS:
- FirebaseFirestore:
- :git: https://github.com/invertase/firestore-ios-sdk-frameworks.git
- :tag: 11.8.0
SPEC CHECKSUMS:
- AppAuth: d4f13a8fe0baf391b2108511793e4b479691fb73
- cloud_firestore: e61acbf808607d2c88ee32b00cd3aec027b38b3c
- connectivity_plus: cb623214f4e1f6ef8fe7403d580fdad517d2f7dd
- device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe
- Firebase: d80354ed7f6df5f9aca55e9eb47cc4b634735eaf
- firebase_analytics: dda4a0f5b2b7311f667eb367eef6aecee86b548f
- firebase_auth: 5b67bc214b9244cee89e93d699f12ab623bbfcb5
- firebase_core: 8d552814f6c01ccde5d88939fced4ec26f2f5510
- firebase_crashlytics: 37840ee65aaf7a06ab12d9756fda1df76a074cd9
- firebase_dynamic_links: 60f0797f9a767c6bcb92ea5019f71e4042bbfdd6
- firebase_in_app_messaging: 61331c8837ee1896aae3f9bcf2316c0af5d59bbe
- firebase_messaging: f6bdc8446570efde4433b1a7c2ecb65748b982ae
- firebase_performance: 1f77894fb3e50cec1a13277dcab50a4fff1160f0
- firebase_remote_config: e4dd39452ac6054ae0083445e1be32c5f2104852
- firebase_storage: 4ed3dade149f74651bdae3536b68d403c364591c
- FirebaseABTesting: 7d6eee42b9137541eac2610e5fea3568d956707a
- FirebaseAnalytics: 4fd42def128146e24e480e89f310e3d8534ea42b
- FirebaseAppCheckInterop: 9226f7217b43e99dfa0bc9f674ad8108cef89feb
- FirebaseAuth: ad59a1a7b161e75f74c39f70179d2482d40e2737
- FirebaseAuthInterop: 2a26ee1bea6d47df8048683cfa071e7da657798f
- FirebaseCore: 861681f012101000fba3c2a321ed00181d257591
- FirebaseCoreExtension: 3d3f2017a00d06e09ab4ebe065391b0bb642565e
- FirebaseCoreInternal: df24ce5af28864660ecbd13596fc8dd3a8c34629
- FirebaseCrashlytics: a1102c035f18d5dd94a5969ee439c526d0c9e313
- FirebaseDynamicLinks: 629256017b6ed32a5629fd1a90bc734ab213edfb
- FirebaseFirestore: c3c9dfb2e2ab96bd74a42804bbefb3a7edd32c88
- FirebaseFirestoreAbseilBinary: fa2ebd2ed02cadef5382e4f7c93f1b265c812c85
- FirebaseFirestoreBinary: 072a7121be7fbe601733a039c5ed80936ffb1e9b
- FirebaseFirestoreGRPCBoringSSLBinary: d86ebbe2adc8d15d7ebf305fff7d6358385327f8
- FirebaseFirestoreGRPCCoreBinary: 472bd808e1886a5efb2fd03dd09b98d34641a335
- FirebaseFirestoreGRPCCPPBinary: db76d83d2b7517623f8426ed7f7a17bad2478084
- FirebaseFirestoreInternalBinary: 4695c807651ee9775867026ea85712b3442995f9
- FirebaseInAppMessaging: e332d3534d11bc5e4f800953dd4e1fff9866f53b
- FirebaseInstallations: 6c963bd2a86aca0481eef4f48f5a4df783ae5917
- FirebaseMessaging: 487b634ccdf6f7b7ff180fdcb2a9935490f764e8
- FirebasePerformance: 4db21c8ac5a967d38ca8625ce77f58a7abb59bc0
- FirebaseRemoteConfig: f63724461fd97f0d62f20021314b59388f3e8ef8
- FirebaseRemoteConfigInterop: 710954a00e956c5fe5144a8e46164f0361389203
- FirebaseSessions: c4d40a97f88f9eaff2834d61b4fea0a522d62123
- FirebaseSharedSwift: 672954eac7b141d6954fab9a32d45d6b1d922df8
- FirebaseStorage: 8eede00081a6ce904eaa8d2daa66f1e053e8e6ea
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
- flutter_local_notifications: ad39620c743ea4c15127860f4b5641649a988100
- google_sign_in_ios: 19297361f2c51d7d8ac0201b866ef1fa5d1f94a8
- GoogleAppMeasurement: fc0817122bd4d4189164f85374e06773b9561896
- GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
- GoogleSignIn: d4281ab6cf21542b1cfaff85c191f230b399d2db
- GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
- GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de
- GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
- image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a
- leveldb-library: cc8b8f8e013647a295ad3f8cd2ddf49a6f19be19
- nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
- package_info_plus: af8e2ca6888548050f16fa2f1938db7b5a5df499
- path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
- PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
- PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
- RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
- shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
- sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
- url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
-PODFILE CHECKSUM: 721d58ee5a156e41f0bd02426f86f7855a7ef2f0
+PODFILE CHECKSUM: e4d4a4d332f4ce05058f95074005b8081dd164a9
COCOAPODS: 1.16.2
diff --git a/packages/flutter_app/ios/Runner.xcodeproj/project.pbxproj b/packages/flutter_app/ios/Runner.xcodeproj/project.pbxproj
index 73889e38..8213d176 100644
--- a/packages/flutter_app/ios/Runner.xcodeproj/project.pbxproj
+++ b/packages/flutter_app/ios/Runner.xcodeproj/project.pbxproj
@@ -10,6 +10,7 @@
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
+ 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
@@ -147,6 +148,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */,
CF5CAB7C865AE8D1953B287E /* Pods_Runner.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
@@ -250,9 +252,7 @@
97C146EC1CF9000F007C117D /* Resources */,
9705A1C41CF9048500538489 /* Embed Frameworks */,
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
- 9FC67AFF7B014B05DBBEA3A4 /* [CP] Embed Pods Frameworks */,
8D90774926C9CA2300657C7D /* Embed App Extensions */,
- 3311B39052ED41E5EF873FE6 /* [CP] Copy Pods Resources */,
678211B2E1F45C2B45E91D16 /* FlutterFire: "flutterfire upload-crashlytics-symbols" */,
065ADC223F09D53CCDF7553B /* FlutterFire: "flutterfire bundle-service-file" */,
);
@@ -266,6 +266,9 @@
8DBCE6FC2DD8CECF00FE361E /* stg */,
);
name = Runner;
+ packageProductDependencies = (
+ 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */,
+ );
productName = Runner;
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
productType = "com.apple.product-type.application";
@@ -295,6 +298,9 @@
Base,
);
mainGroup = 97C146E51CF9000F007C117D;
+ packageReferences = (
+ 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */,
+ );
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
projectDirPath = "";
projectRoot = "";
@@ -359,23 +365,6 @@
shellPath = /bin/sh;
shellScript = "\n#!/bin/bash\nPATH=\"${PATH}:$FLUTTER_ROOT/bin:${PUB_CACHE}/bin:$HOME/.pub-cache/bin\"\nflutterfire bundle-service-file --plist-destination=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app\" --build-configuration=${CONFIGURATION} --platform=ios --apple-project-path=\"${SRCROOT}\"\n";
};
- 3311B39052ED41E5EF873FE6 /* [CP] Copy Pods Resources */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
- );
- name = "[CP] Copy Pods Resources";
- outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
- showEnvVarsInLog = 0;
- };
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
@@ -425,23 +414,6 @@
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
};
- 9FC67AFF7B014B05DBBEA3A4 /* [CP] Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
- );
- name = "[CP] Embed Pods Frameworks";
- outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
@@ -1220,6 +1192,20 @@
defaultConfigurationName = "Debug-dev";
};
/* End XCConfigurationList section */
+
+/* Begin XCLocalSwiftPackageReference section */
+ 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = {
+ isa = XCLocalSwiftPackageReference;
+ relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
+ };
+/* End XCLocalSwiftPackageReference section */
+
+/* Begin XCSwiftPackageProductDependency section */
+ 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = {
+ isa = XCSwiftPackageProductDependency;
+ productName = FlutterGeneratedPluginSwiftPackage;
+ };
+/* End XCSwiftPackageProductDependency section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}
diff --git a/packages/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/packages/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
new file mode 100644
index 00000000..fa4dc88f
--- /dev/null
+++ b/packages/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -0,0 +1,159 @@
+{
+ "originHash" : "8599bd4435eb453b839085bee51630823f0878be9442afcd9a989e609fc501ae",
+ "pins" : [
+ {
+ "identity" : "abseil-cpp-binary",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/abseil-cpp-binary.git",
+ "state" : {
+ "revision" : "bbe8b69694d7873315fd3a4ad41efe043e1c07c5",
+ "version" : "1.2024072200.0"
+ }
+ },
+ {
+ "identity" : "app-check",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/app-check.git",
+ "state" : {
+ "revision" : "61b85103a1aeed8218f17c794687781505fbbef5",
+ "version" : "11.2.0"
+ }
+ },
+ {
+ "identity" : "appauth-ios",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/openid/AppAuth-iOS.git",
+ "state" : {
+ "revision" : "2781038865a80e2c425a1da12cc1327bcd56501f",
+ "version" : "1.7.6"
+ }
+ },
+ {
+ "identity" : "firebase-ios-sdk",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/firebase/firebase-ios-sdk",
+ "state" : {
+ "revision" : "3663b1aa6c7a1bed67ee80fd09dc6d0f9c3bb660",
+ "version" : "11.13.0"
+ }
+ },
+ {
+ "identity" : "flutterfire",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/firebase/flutterfire",
+ "state" : {
+ "revision" : "7bd63691ffa7405d24ea4545bd1ac7f8971175b3",
+ "version" : "3.13.1-firebase-core-swift"
+ }
+ },
+ {
+ "identity" : "googleappmeasurement",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/GoogleAppMeasurement.git",
+ "state" : {
+ "revision" : "543071966b3fb6613a2fc5c6e7112d1e998184a7",
+ "version" : "11.13.0"
+ }
+ },
+ {
+ "identity" : "googledatatransport",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/GoogleDataTransport.git",
+ "state" : {
+ "revision" : "617af071af9aa1d6a091d59a202910ac482128f9",
+ "version" : "10.1.0"
+ }
+ },
+ {
+ "identity" : "googlesignin-ios",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/GoogleSignIn-iOS.git",
+ "state" : {
+ "revision" : "65fb3f1aa6ffbfdc79c4e22178a55cd91561f5e9",
+ "version" : "8.0.0"
+ }
+ },
+ {
+ "identity" : "googleutilities",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/GoogleUtilities.git",
+ "state" : {
+ "revision" : "60da361632d0de02786f709bdc0c4df340f7613e",
+ "version" : "8.1.0"
+ }
+ },
+ {
+ "identity" : "grpc-binary",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/grpc-binary.git",
+ "state" : {
+ "revision" : "cc0001a0cf963aa40501d9c2b181e7fc9fd8ec71",
+ "version" : "1.69.0"
+ }
+ },
+ {
+ "identity" : "gtm-session-fetcher",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/gtm-session-fetcher.git",
+ "state" : {
+ "revision" : "a2ab612cb980066ee56d90d60d8462992c07f24b",
+ "version" : "3.5.0"
+ }
+ },
+ {
+ "identity" : "gtmappauth",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/GTMAppAuth.git",
+ "state" : {
+ "revision" : "5d7d66f647400952b1758b230e019b07c0b4b22a",
+ "version" : "4.1.1"
+ }
+ },
+ {
+ "identity" : "interop-ios-for-google-sdks",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/interop-ios-for-google-sdks.git",
+ "state" : {
+ "revision" : "040d087ac2267d2ddd4cca36c757d1c6a05fdbfe",
+ "version" : "101.0.0"
+ }
+ },
+ {
+ "identity" : "leveldb",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/firebase/leveldb.git",
+ "state" : {
+ "revision" : "a0bc79961d7be727d258d33d5a6b2f1023270ba1",
+ "version" : "1.22.5"
+ }
+ },
+ {
+ "identity" : "nanopb",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/firebase/nanopb.git",
+ "state" : {
+ "revision" : "b7e1104502eca3a213b46303391ca4d3bc8ddec1",
+ "version" : "2.30910.0"
+ }
+ },
+ {
+ "identity" : "promises",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/google/promises.git",
+ "state" : {
+ "revision" : "540318ecedd63d883069ae7f1ed811a2df00b6ac",
+ "version" : "2.4.0"
+ }
+ },
+ {
+ "identity" : "swift-protobuf",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/apple/swift-protobuf.git",
+ "state" : {
+ "revision" : "102a647b573f60f73afdce5613a51d71349fe507",
+ "version" : "1.30.0"
+ }
+ }
+ ],
+ "version" : 3
+}
diff --git a/packages/flutter_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/dev.xcscheme b/packages/flutter_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/dev.xcscheme
index 732791b4..a3881b25 100644
--- a/packages/flutter_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/dev.xcscheme
+++ b/packages/flutter_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/dev.xcscheme
@@ -6,6 +6,24 @@
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
=3.8.0 <4.0.0"
- flutter: ">=3.27.0"
+ flutter: ">=3.32.0"