diff --git a/.env b/.env
index c610da4..80f024b 100644
--- a/.env
+++ b/.env
@@ -3,8 +3,9 @@ basicCompareFaces=zjujluqfpj:nqrYjp@1737XrXlBl
basicCompareFacesURL='https://face-detect-f6924392c4c7.herokuapp.com/compare_faces'
accountSIDTwillo=QFx0qy456juj383n9xuy2194q629q1fj0y7XrXlBl
serverAPI=QQQQobSrrFi:QVQ87xU7zwCvmZzZdaxuS2f23Y4mz7MzyOzr8od2br6KYyeFaTVLG3K3hx5ZaUyx7eYvAYpAVdKk-286NTRi3zs9iSOnXtXRIxswg3KecBmsl3VxJ9wO-vIpwu4Pv7dkHkXniuxMSDgWXrXlBl
-mapAPIKEY=AIzaSyCFsWBqvkXzk1Gb-bCGxwqTwJQKIeHjH64
-mapAPIKEYIOS=AIzaSyDzGO9a-1IDMLD2FxhmOO9ONL1gMssFa9g
+# mapAPIKEY=AIzaSyCFsWBqvkXzk1Gb-bCGxwqTwJQKIeHjH64
+mapAPIKEY=AIzaSyAPFR_XbRN0XZ5Iz3AYDjNYHGJG2s2QWwM
+mapAPIKEYIOS=AIzaSyDdqkLMCrqjVrn7XmadIqynyoBa7P27OeM
twilloRecoveryCode=CAU79DHPH1BjE9PUH4ETXTSXZXrXlBl
apiKeyHere=g_WNUb5L-tripz7-F8omHpUmgIzH7ETeH9xZ8RwGG9_G8zX9A
authTokenTwillo=70u98ju0214oxx4q0u74028u021u4qu65XrXlBl
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 1671741..69f0729 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -17,7 +17,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "com.Intaleq.intaleq"
compileSdk = 36
- // ndkVersion = flutter.ndkVersion
+ ndkVersion "29.0.14033849"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -47,11 +47,11 @@ android {
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = 29
targetSdk = 36
- versionCode = 14
- versionName = '1.0.14'
+ versionCode = 19
+ versionName = '1.0.19'
multiDexEnabled = true
ndk {
- abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
+ abiFilters "armeabi-v7a", "arm64-v8a"
}
}
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 6f3d903..e5eeae8 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -39,6 +39,9 @@
+
diff --git a/android/app/src/main/res/drawable-v21/launch_background.xml b/android/app/src/main/res/drawable-v21/launch_background.xml
deleted file mode 100644
index f74085f..0000000
--- a/android/app/src/main/res/drawable-v21/launch_background.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml
index 304732f..ce28990 100644
--- a/android/app/src/main/res/drawable/launch_background.xml
+++ b/android/app/src/main/res/drawable/launch_background.xml
@@ -4,9 +4,9 @@
-
-
+ android:src="@mipmap/launcher_icon" />
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..7f5a487
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/launcher_icon.png b/android/app/src/main/res/mipmap-hdpi/launcher_icon.png
index 04a5633..ca52519 100644
Binary files a/android/app/src/main/res/mipmap-hdpi/launcher_icon.png and b/android/app/src/main/res/mipmap-hdpi/launcher_icon.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..e777c4e
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/launcher_icon.png b/android/app/src/main/res/mipmap-mdpi/launcher_icon.png
index c728fda..a00e563 100644
Binary files a/android/app/src/main/res/mipmap-mdpi/launcher_icon.png and b/android/app/src/main/res/mipmap-mdpi/launcher_icon.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..a011dbc
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png
index 9dbec62..3873177 100644
Binary files a/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png and b/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..6229e8c
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png
index ca41677..19320e3 100644
Binary files a/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png and b/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..d2a7677
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png
index 76fb953..2e3238e 100644
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png and b/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png differ
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index cf5127a..9152f91 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -3,7 +3,8 @@
high_importance_channel
- AIzaSyCFsWBqvkXzk1Gb-bCGxwqTwJQKIeHjH64
+ AIzaSyCsg7bqeKJ4r2swhxVRBINIyOy7Jmb1Ph4
+
Security Warning
AIzaSyB04YNW3LbvmQ5lX1t2bOwEU18-KUoovzw
diff --git a/android/settings.gradle b/android/settings.gradle
index 9992d0a..05abf8b 100644
--- a/android/settings.gradle
+++ b/android/settings.gradle
@@ -18,11 +18,11 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
- id "com.android.application" version '8.11.1' apply false
+ id "com.android.application" version '8.13.0' apply false
// START: FlutterFire Configuration
id "com.google.gms.google-services" version "4.3.10" apply false
// END: FlutterFire Configuration
- id "org.jetbrains.kotlin.android" version "2.0.0" apply false
+ id "org.jetbrains.kotlin.android" version "2.2.20" apply false
}
include ":app"
diff --git a/assets/images/logo.gif b/assets/images/logo.gif
index 8c39e39..6bb621e 100644
Binary files a/assets/images/logo.gif and b/assets/images/logo.gif differ
diff --git a/assets/images/logo.png b/assets/images/logo.png
index 514860b..e9e88cf 100644
Binary files a/assets/images/logo.png and b/assets/images/logo.png differ
diff --git a/assets/images/shamCash.png b/assets/images/shamCash.png
new file mode 100644
index 0000000..ab13ac0
Binary files /dev/null and b/assets/images/shamCash.png differ
diff --git a/ios/Podfile b/ios/Podfile
index 04c36cf..2e062b7 100644
--- a/ios/Podfile
+++ b/ios/Podfile
@@ -1,7 +1,5 @@
-# Uncomment this line to define a global platform for your project
-platform :ios, '14.0'
+# platform :ios, '14.0' # This is often set in the generated Podfile section
-# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
@@ -28,10 +26,9 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup
target 'Runner' do
- use_frameworks!
- use_modular_headers!
-
+ use_frameworks! :linkage => :static
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
+
target 'RunnerTests' do
inherit! :search_paths
end
@@ -40,5 +37,11 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
+ target.build_configurations.each do |config|
+ # Set your project's deployment target.
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
+ # Fix for "non-modular header" issues with some pods.
+ config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES'
+ end
end
end
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index 20dc7d2..f4d45fe 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -1,9 +1,11 @@
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):
+ - app_links (6.4.1):
+ - Flutter
+ - AppAuth (2.0.0):
+ - AppAuth/Core (= 2.0.0)
+ - AppAuth/ExternalUserAgent (= 2.0.0)
+ - AppAuth/Core (2.0.0)
+ - AppAuth/ExternalUserAgent (2.0.0):
- AppAuth/Core
- AppCheckCore (11.2.0):
- GoogleUtilities/Environment (~> 8.0)
@@ -15,53 +17,53 @@ PODS:
- Flutter
- device_info_plus (0.0.1):
- Flutter
- - Firebase/Auth (11.15.0):
+ - Firebase/Auth (12.2.0):
- Firebase/CoreOnly
- - FirebaseAuth (~> 11.15.0)
- - Firebase/CoreOnly (11.15.0):
- - FirebaseCore (~> 11.15.0)
- - Firebase/Messaging (11.15.0):
+ - FirebaseAuth (~> 12.2.0)
+ - Firebase/CoreOnly (12.2.0):
+ - FirebaseCore (~> 12.2.0)
+ - Firebase/Messaging (12.2.0):
- Firebase/CoreOnly
- - FirebaseMessaging (~> 11.15.0)
- - firebase_auth (5.7.0):
- - Firebase/Auth (= 11.15.0)
+ - FirebaseMessaging (~> 12.2.0)
+ - firebase_auth (6.1.0):
+ - Firebase/Auth (= 12.2.0)
- firebase_core
- Flutter
- - firebase_core (3.15.2):
- - Firebase/CoreOnly (= 11.15.0)
+ - firebase_core (4.1.1):
+ - Firebase/CoreOnly (= 12.2.0)
- Flutter
- - firebase_messaging (15.2.10):
- - Firebase/Messaging (= 11.15.0)
+ - firebase_messaging (16.0.2):
+ - Firebase/Messaging (= 12.2.0)
- firebase_core
- Flutter
- - FirebaseAppCheckInterop (11.15.0)
- - FirebaseAuth (11.15.0):
- - FirebaseAppCheckInterop (~> 11.0)
- - FirebaseAuthInterop (~> 11.0)
- - FirebaseCore (~> 11.15.0)
- - FirebaseCoreExtension (~> 11.15.0)
+ - FirebaseAppCheckInterop (12.2.0)
+ - FirebaseAuth (12.2.0):
+ - FirebaseAppCheckInterop (~> 12.2.0)
+ - FirebaseAuthInterop (~> 12.2.0)
+ - FirebaseCore (~> 12.2.0)
+ - FirebaseCoreExtension (~> 12.2.0)
- GoogleUtilities/AppDelegateSwizzler (~> 8.1)
- GoogleUtilities/Environment (~> 8.1)
- - GTMSessionFetcher/Core (< 5.0, >= 3.4)
+ - GTMSessionFetcher/Core (< 6.0, >= 3.4)
- RecaptchaInterop (~> 101.0)
- - FirebaseAuthInterop (11.15.0)
- - FirebaseCore (11.15.0):
- - FirebaseCoreInternal (~> 11.15.0)
+ - FirebaseAuthInterop (12.2.0)
+ - FirebaseCore (12.2.0):
+ - FirebaseCoreInternal (~> 12.2.0)
- GoogleUtilities/Environment (~> 8.1)
- GoogleUtilities/Logger (~> 8.1)
- - FirebaseCoreExtension (11.15.0):
- - FirebaseCore (~> 11.15.0)
- - FirebaseCoreInternal (11.15.0):
+ - FirebaseCoreExtension (12.2.0):
+ - FirebaseCore (~> 12.2.0)
+ - FirebaseCoreInternal (12.2.0):
- "GoogleUtilities/NSData+zlib (~> 8.1)"
- - FirebaseInstallations (11.15.0):
- - FirebaseCore (~> 11.15.0)
+ - FirebaseInstallations (12.2.0):
+ - FirebaseCore (~> 12.2.0)
- GoogleUtilities/Environment (~> 8.1)
- GoogleUtilities/UserDefaults (~> 8.1)
- PromisesObjC (~> 2.4)
- - FirebaseMessaging (11.15.0):
- - FirebaseCore (~> 11.15.0)
- - FirebaseInstallations (~> 11.0)
- - GoogleDataTransport (~> 10.0)
+ - FirebaseMessaging (12.2.0):
+ - FirebaseCore (~> 12.2.0)
+ - FirebaseInstallations (~> 12.2.0)
+ - GoogleDataTransport (~> 10.1)
- GoogleUtilities/AppDelegateSwizzler (~> 8.1)
- GoogleUtilities/Environment (~> 8.1)
- GoogleUtilities/Reachability (~> 8.1)
@@ -74,37 +76,35 @@ PODS:
- Flutter
- flutter_local_notifications (0.0.1):
- Flutter
- - flutter_secure_storage (6.0.0):
+ - flutter_secure_storage_darwin (10.0.0):
- Flutter
+ - FlutterMacOS
- flutter_tts (0.0.1):
- Flutter
- geolocator_apple (1.2.0):
- Flutter
- FlutterMacOS
- - Google-Maps-iOS-Utils (5.0.0):
- - GoogleMaps (~> 8.0)
+ - Google-Maps-iOS-Utils (6.1.0):
+ - GoogleMaps (~> 9.0)
- google_maps_flutter_ios (0.0.1):
- Flutter
- Google-Maps-iOS-Utils (< 7.0, >= 5.0)
- GoogleMaps (< 10.0, >= 8.4)
- google_sign_in_ios (0.0.1):
- - AppAuth (>= 1.7.4)
- Flutter
- FlutterMacOS
- - GoogleSignIn (~> 8.0)
+ - GoogleSignIn (~> 9.0)
- GTMSessionFetcher (>= 3.4.0)
- GoogleDataTransport (10.1.0):
- nanopb (~> 3.30910.0)
- PromisesObjC (~> 2.4)
- - GoogleMaps (8.4.0):
- - GoogleMaps/Maps (= 8.4.0)
- - GoogleMaps/Base (8.4.0)
- - GoogleMaps/Maps (8.4.0):
- - GoogleMaps/Base
- - GoogleSignIn (8.0.0):
- - AppAuth (< 2.0, >= 1.7.3)
+ - GoogleMaps (9.4.0):
+ - GoogleMaps/Maps (= 9.4.0)
+ - GoogleMaps/Maps (9.4.0)
+ - GoogleSignIn (9.0.0):
+ - AppAuth (~> 2.0)
- AppCheckCore (~> 11.0)
- - GTMAppAuth (< 5.0, >= 4.1.1)
+ - GTMAppAuth (~> 5.0)
- GTMSessionFetcher/Core (~> 3.3)
- GoogleUtilities/AppDelegateSwizzler (8.1.0):
- GoogleUtilities/Environment
@@ -130,8 +130,8 @@ PODS:
- GoogleUtilities/UserDefaults (8.1.0):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- - GTMAppAuth (4.1.1):
- - AppAuth/Core (~> 1.7)
+ - GTMAppAuth (5.0.0):
+ - AppAuth/Core (~> 2.0)
- GTMSessionFetcher/Core (< 4.0, >= 3.3)
- GTMSessionFetcher (3.5.0):
- GTMSessionFetcher/Full (= 3.5.0)
@@ -140,7 +140,7 @@ PODS:
- GTMSessionFetcher/Core
- image_cropper (0.0.4):
- Flutter
- - TOCropViewController (~> 2.7.4)
+ - TOCropViewController (~> 2.8.0)
- image_picker_ios (0.0.1):
- Flutter
- IOSSecuritySuite (1.9.11)
@@ -173,7 +173,7 @@ PODS:
- quick_actions_ios (0.0.1):
- Flutter
- RecaptchaInterop (101.0.0)
- - record_darwin (1.0.0):
+ - record_ios (1.1.0):
- Flutter
- share_plus (0.0.1):
- Flutter
@@ -182,65 +182,65 @@ PODS:
- sqflite_darwin (0.0.4):
- Flutter
- FlutterMacOS
- - Stripe (24.7.0):
- - StripeApplePay (= 24.7.0)
- - StripeCore (= 24.7.0)
- - StripePayments (= 24.7.0)
- - StripePaymentsUI (= 24.7.0)
- - StripeUICore (= 24.7.0)
+ - Stripe (24.16.2):
+ - StripeApplePay (= 24.16.2)
+ - StripeCore (= 24.16.2)
+ - StripePayments (= 24.16.2)
+ - StripePaymentsUI (= 24.16.2)
+ - StripeUICore (= 24.16.2)
- stripe_ios (0.0.1):
- Flutter
- - Stripe (~> 24.7.0)
+ - Stripe (~> 24.16.1)
- stripe_ios/stripe_ios (= 0.0.1)
- stripe_ios/stripe_objc (= 0.0.1)
- - StripeApplePay (~> 24.7.0)
- - StripeFinancialConnections (~> 24.7.0)
- - StripePayments (~> 24.7.0)
- - StripePaymentSheet (~> 24.7.0)
- - StripePaymentsUI (~> 24.7.0)
+ - StripeApplePay (~> 24.16.1)
+ - StripeFinancialConnections (~> 24.16.1)
+ - StripePayments (~> 24.16.1)
+ - StripePaymentSheet (~> 24.16.1)
+ - StripePaymentsUI (~> 24.16.1)
- stripe_ios/stripe_ios (0.0.1):
- Flutter
- - Stripe (~> 24.7.0)
+ - Stripe (~> 24.16.1)
- stripe_ios/stripe_objc
- - StripeApplePay (~> 24.7.0)
- - StripeFinancialConnections (~> 24.7.0)
- - StripePayments (~> 24.7.0)
- - StripePaymentSheet (~> 24.7.0)
- - StripePaymentsUI (~> 24.7.0)
+ - StripeApplePay (~> 24.16.1)
+ - StripeFinancialConnections (~> 24.16.1)
+ - StripePayments (~> 24.16.1)
+ - StripePaymentSheet (~> 24.16.1)
+ - StripePaymentsUI (~> 24.16.1)
- stripe_ios/stripe_objc (0.0.1):
- Flutter
- - Stripe (~> 24.7.0)
- - StripeApplePay (~> 24.7.0)
- - StripeFinancialConnections (~> 24.7.0)
- - StripePayments (~> 24.7.0)
- - StripePaymentSheet (~> 24.7.0)
- - StripePaymentsUI (~> 24.7.0)
- - StripeApplePay (24.7.0):
- - StripeCore (= 24.7.0)
- - StripeCore (24.7.0)
- - StripeFinancialConnections (24.7.0):
- - StripeCore (= 24.7.0)
- - StripeUICore (= 24.7.0)
- - StripePayments (24.7.0):
- - StripeCore (= 24.7.0)
- - StripePayments/Stripe3DS2 (= 24.7.0)
- - StripePayments/Stripe3DS2 (24.7.0):
- - StripeCore (= 24.7.0)
- - StripePaymentSheet (24.7.0):
- - StripeApplePay (= 24.7.0)
- - StripeCore (= 24.7.0)
- - StripePayments (= 24.7.0)
- - StripePaymentsUI (= 24.7.0)
- - StripePaymentsUI (24.7.0):
- - StripeCore (= 24.7.0)
- - StripePayments (= 24.7.0)
- - StripeUICore (= 24.7.0)
- - StripeUICore (24.7.0):
- - StripeCore (= 24.7.0)
- - TOCropViewController (2.7.4)
+ - Stripe (~> 24.16.1)
+ - StripeApplePay (~> 24.16.1)
+ - StripeFinancialConnections (~> 24.16.1)
+ - StripePayments (~> 24.16.1)
+ - StripePaymentSheet (~> 24.16.1)
+ - StripePaymentsUI (~> 24.16.1)
+ - StripeApplePay (24.16.2):
+ - StripeCore (= 24.16.2)
+ - StripeCore (24.16.2)
+ - StripeFinancialConnections (24.16.2):
+ - StripeCore (= 24.16.2)
+ - StripeUICore (= 24.16.2)
+ - StripePayments (24.16.2):
+ - StripeCore (= 24.16.2)
+ - StripePayments/Stripe3DS2 (= 24.16.2)
+ - StripePayments/Stripe3DS2 (24.16.2):
+ - StripeCore (= 24.16.2)
+ - StripePaymentSheet (24.16.2):
+ - StripeApplePay (= 24.16.2)
+ - StripeCore (= 24.16.2)
+ - StripePayments (= 24.16.2)
+ - StripePaymentsUI (= 24.16.2)
+ - StripePaymentsUI (24.16.2):
+ - StripeCore (= 24.16.2)
+ - StripePayments (= 24.16.2)
+ - StripeUICore (= 24.16.2)
+ - StripeUICore (24.16.2):
+ - StripeCore (= 24.16.2)
+ - TOCropViewController (2.8.0)
- url_launcher_ios (0.0.1):
- Flutter
- - vibration (1.7.5):
+ - vibration (3.0.0):
- Flutter
- video_player_avfoundation (0.0.1):
- Flutter
@@ -252,6 +252,7 @@ PODS:
- FlutterMacOS
DEPENDENCIES:
+ - app_links (from `.symlinks/plugins/app_links/ios`)
- audio_session (from `.symlinks/plugins/audio_session/ios`)
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
@@ -262,7 +263,7 @@ DEPENDENCIES:
- flutter_app_group_directory (from `.symlinks/plugins/flutter_app_group_directory/ios`)
- flutter_contacts (from `.symlinks/plugins/flutter_contacts/ios`)
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
- - flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
+ - flutter_secure_storage_darwin (from `.symlinks/plugins/flutter_secure_storage_darwin/darwin`)
- flutter_tts (from `.symlinks/plugins/flutter_tts/ios`)
- geolocator_apple (from `.symlinks/plugins/geolocator_apple/darwin`)
- google_maps_flutter_ios (from `.symlinks/plugins/google_maps_flutter_ios/ios`)
@@ -278,7 +279,7 @@ DEPENDENCIES:
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
- quick_actions_ios (from `.symlinks/plugins/quick_actions_ios/ios`)
- - record_darwin (from `.symlinks/plugins/record_darwin/ios`)
+ - record_ios (from `.symlinks/plugins/record_ios/ios`)
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- sign_in_with_apple (from `.symlinks/plugins/sign_in_with_apple/ios`)
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
@@ -324,6 +325,8 @@ SPEC REPOS:
- TOCropViewController
EXTERNAL SOURCES:
+ app_links:
+ :path: ".symlinks/plugins/app_links/ios"
audio_session:
:path: ".symlinks/plugins/audio_session/ios"
connectivity_plus:
@@ -344,8 +347,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/flutter_contacts/ios"
flutter_local_notifications:
:path: ".symlinks/plugins/flutter_local_notifications/ios"
- flutter_secure_storage:
- :path: ".symlinks/plugins/flutter_secure_storage/ios"
+ flutter_secure_storage_darwin:
+ :path: ".symlinks/plugins/flutter_secure_storage_darwin/darwin"
flutter_tts:
:path: ".symlinks/plugins/flutter_tts/ios"
geolocator_apple:
@@ -376,8 +379,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/permission_handler_apple/ios"
quick_actions_ios:
:path: ".symlinks/plugins/quick_actions_ios/ios"
- record_darwin:
- :path: ".symlinks/plugins/record_darwin/ios"
+ record_ios:
+ :path: ".symlinks/plugins/record_ios/ios"
share_plus:
:path: ".symlinks/plugins/share_plus/ios"
sign_in_with_apple:
@@ -398,40 +401,41 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/webview_flutter_wkwebview/darwin"
SPEC CHECKSUMS:
- AppAuth: d4f13a8fe0baf391b2108511793e4b479691fb73
+ app_links: 3dbc685f76b1693c66a6d9dd1e9ab6f73d97dc0a
+ AppAuth: 1c1a8afa7e12f2ec3a294d9882dfa5ab7d3cb063
AppCheckCore: cc8fd0a3a230ddd401f326489c99990b013f0c4f
audio_session: 9bb7f6c970f21241b19f5a3658097ae459681ba0
connectivity_plus: cb623214f4e1f6ef8fe7403d580fdad517d2f7dd
device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe
- Firebase: d99ac19b909cd2c548339c2241ecd0d1599ab02e
- firebase_auth: 50af8366c87bb88c80ebeae62eb60189c7246b9b
- firebase_core: 995454a784ff288be5689b796deb9e9fa3601818
- firebase_messaging: f4a41dd102ac18b840eba3f39d67e77922d3f707
- FirebaseAppCheckInterop: 06fe5a3799278ae4667e6c432edd86b1030fa3df
- FirebaseAuth: a6575e5fbf46b046c58dc211a28a5fbdd8d4c83b
- FirebaseAuthInterop: 7087d7a4ee4bc4de019b2d0c240974ed5d89e2fd
- FirebaseCore: efb3893e5b94f32b86e331e3bd6dadf18b66568e
- FirebaseCoreExtension: edbd30474b5ccf04e5f001470bdf6ea616af2435
- FirebaseCoreInternal: 9afa45b1159304c963da48addb78275ef701c6b4
- FirebaseInstallations: 317270fec08a5d418fdbc8429282238cab3ac843
- FirebaseMessaging: 3b26e2cee503815e01c3701236b020aa9b576f09
+ Firebase: 26f6f8d460603af3df970ad505b16b15f5e2e9a1
+ firebase_auth: 069b05a861a7c2f7a73112dd616a49a40f35ae52
+ firebase_core: dfc4bd142bee4bc53a5d482397ca322c2dd3165d
+ firebase_messaging: 38c66c1184695b0c87abe51d40fc590718abed1a
+ FirebaseAppCheckInterop: a1b2598c64c5a8c42fd6f6a1c3d0938ae4324678
+ FirebaseAuth: 059c11702bdb759bb49b6c7ec6ff67abf21f39c4
+ FirebaseAuthInterop: 217702acd4cc6baa98ba9d6c054532e0de0b8a16
+ FirebaseCore: 311c48a147ad4a0ab7febbaed89e8025c67510cd
+ FirebaseCoreExtension: 73af080c22a2f7b44cefa391dc08f7e4ee162cb5
+ FirebaseCoreInternal: 56ea29f3dad2894f81b060f706f9d53509b6ed3b
+ FirebaseInstallations: 3e884b01feabdf67582a80f3250425a00979b4ed
+ FirebaseMessaging: 43ec73bbfedd0c385a849bb91593ab4ad4b9e48e
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_app_group_directory: 55b5362007d1c0cb45dc1dd1e94f67d615f45a6b
flutter_contacts: 5383945387e7ca37cf963d4be57c21f2fc15ca9f
- flutter_local_notifications: 395056b3175ba4f08480a7c5de30cd36d69827e4
- flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13
+ flutter_local_notifications: a5a732f069baa862e728d839dd2ebb904737effb
+ flutter_secure_storage_darwin: ce237a8775b39723566dc72571190a3769d70468
flutter_tts: b88dbc8655d3dc961bc4a796e4e16a4cc1795833
geolocator_apple: ab36aa0e8b7d7a2d7639b3b4e48308394e8cef5e
- Google-Maps-iOS-Utils: 66d6de12be1ce6d3742a54661e7a79cb317a9321
+ Google-Maps-iOS-Utils: 0a484b05ed21d88c9f9ebbacb007956edd508a96
google_maps_flutter_ios: 0291eb2aa252298a769b04d075e4a9d747ff7264
- google_sign_in_ios: b48bb9af78576358a168361173155596c845f0b9
+ google_sign_in_ios: 205742c688aea0e64db9da03c33121694a365109
GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
- GoogleMaps: 8939898920281c649150e0af74aa291c60f2e77d
- GoogleSignIn: ce8c89bb9b37fb624b92e7514cc67335d1e277e4
+ GoogleMaps: 0608099d4870cac8754bdba9b6953db543432438
+ GoogleSignIn: c7f09cfbc85a1abf69187be091997c317cc33b77
GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
- GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de
+ GTMAppAuth: 217a876b249c3c585a54fd6f73e6b58c4f5c4238
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
- image_cropper: 5f162dcf988100dc1513f9c6b7eb42cd6fbf9156
+ image_cropper: 64567491beea6cd1bc4b11948e2babb590de5826
image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a
IOSSecuritySuite: b51056d5411aee567153ca86ce7f6edfdc5d2654
jailbreak_root_detection: 9201e1dfd51dc23069cbfb8d4f4a2d18305170bf
@@ -446,26 +450,26 @@ SPEC CHECKSUMS:
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
quick_actions_ios: 4b07fb49d8d8f3518d7565fbb7a91014067a7d82
RecaptchaInterop: 11e0b637842dfb48308d242afc3f448062325aba
- record_darwin: fb1f375f1d9603714f55b8708a903bbb91ffdb0a
+ record_ios: f75fa1d57f840012775c0e93a38a7f3ceea1a374
share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a
sign_in_with_apple: c5dcc141574c8c54d5ac99dd2163c0c72ad22418
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
- Stripe: 8a03a78bfa16b197f9fac51e42670ac563b34388
- stripe_ios: 95bdf6ba58efd184fe1dfed194cd8692299d66ca
- StripeApplePay: 3c1b43d9b5130f6b714863bf8c9482c24168ab27
- StripeCore: 4955c2af14446db04818ad043d19d8f97b73c5fa
- StripeFinancialConnections: 8cf97b04c2f354879a2a5473126efac38f11f406
- StripePayments: 91820845bece6117809bcfdcaef39c84c2b4cae5
- StripePaymentSheet: 1810187cbdbc73410b8fb86cecafaaa41c1481fc
- StripePaymentsUI: 326376e23caa369d1f58041bdb858c89c2b17ed4
- StripeUICore: 17a4f3adb81ae05ab885e1b353022a430176eab1
- TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
+ Stripe: ae1b368097280ad027c1ec4a817a0a78bb74a6ee
+ stripe_ios: 4d9a7e2f67c5edacc634a0d0565603e081856b4f
+ StripeApplePay: 66dc43ec1284904a2cf4c5a0906f86296d23afbd
+ StripeCore: f3a62397cecaf4da1827bcf07de7312ec1f3b96e
+ StripeFinancialConnections: ca4584ba0e08649787d7672b9ca4bb3c972e3d43
+ StripePayments: b3e7817d821ceedd469008d17d94a1494ff1b624
+ StripePaymentSheet: f4f5b71cef665f05a185c29b2d4b59e7dd8c117d
+ StripePaymentsUI: d489e73bf790da1c74e642021475b1a09a4a4500
+ StripeUICore: 723e5024c83acb5ba5e71335e110a471b182a74d
+ TOCropViewController: 797deaf39c90e6e9ddd848d88817f6b9a8a09888
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
- vibration: 8e2f50fc35bb736f9eecb7dd9f7047fbb6a6e888
+ vibration: 69774ad57825b11c951ee4c46155f455d7a592ce
video_player_avfoundation: 2cef49524dd1f16c5300b9cd6efd9611ce03639b
wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556
webview_flutter_wkwebview: 1821ceac936eba6f7984d89a9f3bcb4dea99ebb2
-PODFILE CHECKSUM: 1959d098c91d8a792531a723c4a9d7e9f6a01e38
+PODFILE CHECKSUM: b77a7dd826d519ba672d6f69b93ab318337438dc
COCOAPODS: 1.16.2
diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index 976b1f9..9966ef5 100644
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -222,7 +222,6 @@
97C146EC1CF9000F007C117D /* Resources */,
9705A1C41CF9048500538489 /* Embed Frameworks */,
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
- 498886D90817075970F14ECE /* [CP] Embed Pods Frameworks */,
41D8D53A9601F7F3C2805AE5 /* [CP] Copy Pods Resources */,
);
buildRules = (
@@ -331,23 +330,6 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
showEnvVarsInLog = 0;
};
- 498886D90817075970F14ECE /* [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;
- };
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
@@ -533,6 +515,7 @@
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Intaleq;
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -718,6 +701,7 @@
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Intaleq;
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -743,6 +727,7 @@
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Intaleq;
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
diff --git a/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted file mode 100644
index 18d9810..0000000
--- a/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- IDEDidComputeMac32BitWarning
-
-
-
diff --git a/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
deleted file mode 100644
index f9b0d7c..0000000
--- a/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- PreviewsEnabled
-
-
-
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/100.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/100.png
new file mode 100644
index 0000000..c0a8eb7
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/100.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png
new file mode 100644
index 0000000..cd9a8c1
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/114.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/114.png
new file mode 100644
index 0000000..5aee621
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/114.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png
new file mode 100644
index 0000000..eb36ac3
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/128.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/128.png
new file mode 100644
index 0000000..9df0e26
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/128.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/144.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/144.png
new file mode 100644
index 0000000..905e7a0
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/144.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/152.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/152.png
new file mode 100644
index 0000000..9393ec5
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/152.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/16.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/16.png
new file mode 100644
index 0000000..b98920f
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/16.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/167.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/167.png
new file mode 100644
index 0000000..223d91b
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/167.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png
new file mode 100644
index 0000000..ca9cb7c
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png
new file mode 100644
index 0000000..f511ce6
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/256.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/256.png
new file mode 100644
index 0000000..ab84a8f
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/256.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png
new file mode 100644
index 0000000..00756e2
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/32.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/32.png
new file mode 100644
index 0000000..274174d
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/32.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png
new file mode 100644
index 0000000..7dc9475
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/50.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/50.png
new file mode 100644
index 0000000..c77388d
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/50.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/512.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/512.png
new file mode 100644
index 0000000..11869c3
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/512.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/57.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/57.png
new file mode 100644
index 0000000..74ef5da
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/57.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png
new file mode 100644
index 0000000..172bae1
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png
new file mode 100644
index 0000000..2334d1f
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/64.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/64.png
new file mode 100644
index 0000000..5d4756c
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/64.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/72.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/72.png
new file mode 100644
index 0000000..4cfbfb5
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/72.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/76.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/76.png
new file mode 100644
index 0000000..2a8ace1
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/76.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png
new file mode 100644
index 0000000..aa91053
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png
new file mode 100644
index 0000000..b35f465
Binary files /dev/null and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
index d0d98aa..5c82812 100644
--- a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
+++ b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -1 +1 @@
-{"images":[{"size":"20x20","idiom":"iphone","filename":"Icon-App-20x20@2x.png","scale":"2x"},{"size":"20x20","idiom":"iphone","filename":"Icon-App-20x20@3x.png","scale":"3x"},{"size":"29x29","idiom":"iphone","filename":"Icon-App-29x29@1x.png","scale":"1x"},{"size":"29x29","idiom":"iphone","filename":"Icon-App-29x29@2x.png","scale":"2x"},{"size":"29x29","idiom":"iphone","filename":"Icon-App-29x29@3x.png","scale":"3x"},{"size":"40x40","idiom":"iphone","filename":"Icon-App-40x40@2x.png","scale":"2x"},{"size":"40x40","idiom":"iphone","filename":"Icon-App-40x40@3x.png","scale":"3x"},{"size":"57x57","idiom":"iphone","filename":"Icon-App-57x57@1x.png","scale":"1x"},{"size":"57x57","idiom":"iphone","filename":"Icon-App-57x57@2x.png","scale":"2x"},{"size":"60x60","idiom":"iphone","filename":"Icon-App-60x60@2x.png","scale":"2x"},{"size":"60x60","idiom":"iphone","filename":"Icon-App-60x60@3x.png","scale":"3x"},{"size":"20x20","idiom":"ipad","filename":"Icon-App-20x20@1x.png","scale":"1x"},{"size":"20x20","idiom":"ipad","filename":"Icon-App-20x20@2x.png","scale":"2x"},{"size":"29x29","idiom":"ipad","filename":"Icon-App-29x29@1x.png","scale":"1x"},{"size":"29x29","idiom":"ipad","filename":"Icon-App-29x29@2x.png","scale":"2x"},{"size":"40x40","idiom":"ipad","filename":"Icon-App-40x40@1x.png","scale":"1x"},{"size":"40x40","idiom":"ipad","filename":"Icon-App-40x40@2x.png","scale":"2x"},{"size":"50x50","idiom":"ipad","filename":"Icon-App-50x50@1x.png","scale":"1x"},{"size":"50x50","idiom":"ipad","filename":"Icon-App-50x50@2x.png","scale":"2x"},{"size":"72x72","idiom":"ipad","filename":"Icon-App-72x72@1x.png","scale":"1x"},{"size":"72x72","idiom":"ipad","filename":"Icon-App-72x72@2x.png","scale":"2x"},{"size":"76x76","idiom":"ipad","filename":"Icon-App-76x76@1x.png","scale":"1x"},{"size":"76x76","idiom":"ipad","filename":"Icon-App-76x76@2x.png","scale":"2x"},{"size":"83.5x83.5","idiom":"ipad","filename":"Icon-App-83.5x83.5@2x.png","scale":"2x"},{"size":"1024x1024","idiom":"ios-marketing","filename":"Icon-App-1024x1024@1x.png","scale":"1x"}],"info":{"version":1,"author":"xcode"}}
\ No newline at end of file
+{"images":[{"size":"60x60","expected-size":"180","filename":"180.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"40x40","expected-size":"80","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"40x40","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"60x60","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"57x57","expected-size":"57","filename":"57.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"29x29","expected-size":"29","filename":"29.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"87","filename":"87.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"57x57","expected-size":"114","filename":"114.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"60","filename":"60.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"1024x1024","filename":"1024.png","expected-size":"1024","idiom":"ios-marketing","folder":"Assets.xcassets/AppIcon.appiconset/","scale":"1x"},{"size":"40x40","expected-size":"80","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"72x72","expected-size":"72","filename":"72.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"76x76","expected-size":"152","filename":"152.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"50x50","expected-size":"100","filename":"100.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"76x76","expected-size":"76","filename":"76.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"29x29","expected-size":"29","filename":"29.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"50x50","expected-size":"50","filename":"50.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"72x72","expected-size":"144","filename":"144.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"40x40","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"83.5x83.5","expected-size":"167","filename":"167.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"20x20","expected-size":"20","filename":"20.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"20x20","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"128x128","expected-size":"128","filename":"128.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"256x256","expected-size":"256","filename":"256.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"128x128","expected-size":"256","filename":"256.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"256x256","expected-size":"512","filename":"512.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"32x32","expected-size":"32","filename":"32.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"512x512","expected-size":"512","filename":"512.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"16x16","expected-size":"16","filename":"16.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"16x16","expected-size":"32","filename":"32.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"32x32","expected-size":"64","filename":"64.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"512x512","expected-size":"1024","filename":"1024.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"}]}
\ No newline at end of file
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
deleted file mode 100644
index 71aa55f..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
deleted file mode 100644
index cca89e0..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
deleted file mode 100644
index f8eeabd..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
deleted file mode 100644
index 0268ae8..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
deleted file mode 100644
index da655dc..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
deleted file mode 100644
index a849228..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
deleted file mode 100644
index 60605ca..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
deleted file mode 100644
index f8eeabd..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
deleted file mode 100644
index 828b985..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
deleted file mode 100644
index fe1482b..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png
deleted file mode 100644
index 7c53814..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png
deleted file mode 100644
index 39182ac..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png
deleted file mode 100644
index 67cc5ce..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png
deleted file mode 100644
index debb537..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
deleted file mode 100644
index fe1482b..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
deleted file mode 100644
index 31da362..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png
deleted file mode 100644
index 04a5633..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png
deleted file mode 100644
index ca41677..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
deleted file mode 100644
index 6c409a1..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
deleted file mode 100644
index 12cb4b3..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
deleted file mode 100644
index b857b15..0000000
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png and /dev/null differ
diff --git a/ios/Runner/Config.plist b/ios/Runner/Config.plist
index 725bf5f..3998c77 100644
--- a/ios/Runner/Config.plist
+++ b/ios/Runner/Config.plist
@@ -3,6 +3,6 @@
APIKey
- AIzaSyDzGO9a-1IDMLD2FxhmOO9ONL1gMssFa9g
+ AIzaSyDdqkLMCrqjVrn7XmadIqynyoBa7P27OeM
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index f042e64..af5cc44 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -1,117 +1,102 @@
-
- CFBundleURLTypes
-
-
- CFBundleTypeRole
- Editor
- CFBundleURLName
-
- com.intaleq.app
- CFBundleURLSchemes
-
- intaleq
-
-
-
- FlutterDeepLinkingEnabled
-
- CADisableMinimumFrameDurationOnPhone
-
- CFBundleDevelopmentRegion
- $(DEVELOPMENT_LANGUAGE)
- CFBundleDisplayName
- Intaleq
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- Intaleq
- CFBundlePackageType
- APPL
- CFBundleShortVersionString
- 7
- CFBundleSignature
- ????
- CFBundleURLTypes
-
-
- CFBundleTypeRole
- Editor
- CFBundleURLSchemes
-
-
- com.googleusercontent.apps.1086900987150-9jv4oa8l3t23d54lrf27c1d22tbt9i6d
-
-
-
-
- CFBundleVersion
- 1.0.7
- FirebaseAppDelegateProxyEnabled
- NO
- GMSApiKey
- YOUR_API_KEY
- LSApplicationQueriesSchemes
-
- googlechromes
- comgooglemaps
-
- LSRequiresIPhoneOS
-
- NSCameraUsageDescription
- This app requires access to your camera in order to scan QR codes and capture images
+
+ CFBundleURLTypes
+
+
+ CFBundleTypeRole
+ Editor
+ CFBundleURLSchemes
+
+ com.googleusercontent.apps.1086900987150-9jv4oa8l3t23d54lrf27c1d22tbt9i6d
+
+
+
+
+ FlutterDeepLinkingEnabled
+
+ CADisableMinimumFrameDurationOnPhone
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleDisplayName
+ Intaleq
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ Intaleq
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ 9
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1.0.9
+ FirebaseAppDelegateProxyEnabled
+ NO
+ GMSApiKey
+ YOUR_API_KEY
+ LSApplicationQueriesSchemes
+
+ googlechromes
+ comgooglemaps
+
+ LSRequiresIPhoneOS
+
+ NSCameraUsageDescription
+ This app requires access to your camera in order to scan QR codes and capture images
for uploading and access to connect to a call.
- NSContactsUsageDescription
- This app requires contacts access to function properly.
- NSFaceIDUsageDescription
- Use Face ID to securely authenticate payment accounts.
- NSLocationAlwaysAndWhenInUseUsageDescription
- This app needs access to your location to provide you with the best ride experience.
+ NSContactsUsageDescription
+ This app requires contacts access to function properly.
+ NSFaceIDUsageDescription
+ Use Face ID to securely authenticate payment accounts.
+ NSLocationAlwaysAndWhenInUseUsageDescription
+ This app needs access to your location to provide you with the best ride experience.
Your location data will be used to find the nearest available cars and connect you with
the closest captain for efficient and convenient rides.
- NSLocationAlwaysUsageDescription
- This app needs access to location.
- NSLocationWhenInUseUsageDescription
- This app needs access to your location to provide you with the best ride experience.
+ NSLocationAlwaysUsageDescription
+ This app needs access to location.
+ NSLocationWhenInUseUsageDescription
+ This app needs access to your location to provide you with the best ride experience.
Your location data will be used to find the nearest available cars and connect you with
the closest captain for efficient and convenient rides.
- NSMicrophoneUsageDescription
- This app requires access to your microphone to record audio, allowing you to add
+ NSMicrophoneUsageDescription
+ This app requires access to your microphone to record audio, allowing you to add
voice recordings to your photos and videos and access to connect to a call.
- NSPhotoLibraryUsageDescription
- This app requires access to the photo library to upload pictures.
- UIApplicationSupportsIndirectInputEvents
-
- UIBackgroundModes
-
- fetch
- location
- remote-notification
-
- UILaunchStoryboardName
- LaunchScreen
- UIMainStoryboardFile
- Main
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UIViewControllerBasedStatusBarAppearance
-
-
-
\ No newline at end of file
+ NSPhotoLibraryUsageDescription
+ This app requires access to the photo library to upload pictures.
+ UIApplicationSupportsIndirectInputEvents
+
+ UIBackgroundModes
+
+ fetch
+ location
+ remote-notification
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UIViewControllerBasedStatusBarAppearance
+
+
+
diff --git a/ios/build/ios/XCBuildData/PIFCache/project/PROJECT@v11_mod=1523e6231f6caee81830b909cb7509e2_hash=bfdfe7dc352907fc980b868725387e98plugins=1OJSG6M1FOV3XYQCBH7Z29RZ0FPR9XDE1-json b/ios/build/ios/XCBuildData/PIFCache/project/PROJECT@v11_mod=1523e6231f6caee81830b909cb7509e2_hash=bfdfe7dc352907fc980b868725387e98plugins=1OJSG6M1FOV3XYQCBH7Z29RZ0FPR9XDE1-json
new file mode 100644
index 0000000..b861bee
--- /dev/null
+++ b/ios/build/ios/XCBuildData/PIFCache/project/PROJECT@v11_mod=1523e6231f6caee81830b909cb7509e2_hash=bfdfe7dc352907fc980b868725387e98plugins=1OJSG6M1FOV3XYQCBH7Z29RZ0FPR9XDE1-json
@@ -0,0 +1 @@
+{"appPreferencesBuildSettings":{},"buildConfigurations":[{"buildSettings":{"ALWAYS_SEARCH_USER_PATHS":"NO","CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES":"YES","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","CLANG_ANALYZER_NONNULL":"YES","CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION":"YES_AGGRESSIVE","CLANG_CXX_LANGUAGE_STANDARD":"gnu++14","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_ENABLE_OBJC_WEAK":"YES","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"YES","CLANG_WARN_DIRECT_OBJC_ISA_USAGE":"YES_ERROR","CLANG_WARN_DOCUMENTATION_COMMENTS":"YES","CLANG_WARN_EMPTY_BODY":"YES","CLANG_WARN_ENUM_CONVERSION":"YES","CLANG_WARN_INFINITE_RECURSION":"YES","CLANG_WARN_INT_CONVERSION":"YES","CLANG_WARN_NON_LITERAL_NULL_CONVERSION":"YES","CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF":"YES","CLANG_WARN_OBJC_LITERAL_CONVERSION":"YES","CLANG_WARN_OBJC_ROOT_CLASS":"YES_ERROR","CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"YES","CLANG_WARN_RANGE_LOOP_ANALYSIS":"YES","CLANG_WARN_STRICT_PROTOTYPES":"YES","CLANG_WARN_SUSPICIOUS_MOVE":"YES","CLANG_WARN_UNGUARDED_AVAILABILITY":"YES_AGGRESSIVE","CLANG_WARN_UNREACHABLE_CODE":"YES","CLANG_WARN__DUPLICATE_METHOD_MATCH":"YES","COPY_PHASE_STRIP":"NO","DEBUG_INFORMATION_FORMAT":"dwarf","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","GCC_C_LANGUAGE_STANDARD":"gnu11","GCC_DYNAMIC_NO_PIC":"NO","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PREPROCESSOR_DEFINITIONS":"POD_CONFIGURATION_DEBUG=1 DEBUG=1 $(inherited)","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","IPHONEOS_DEPLOYMENT_TARGET":"14.0","MTL_ENABLE_DEBUG_INFO":"INCLUDE_SOURCE","MTL_FAST_MATH":"YES","ONLY_ACTIVE_ARCH":"YES","PRODUCT_NAME":"$(TARGET_NAME)","STRIP_INSTALLED_PRODUCT":"NO","SWIFT_ACTIVE_COMPILATION_CONDITIONS":"DEBUG","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_VERSION":"5.0","SYMROOT":"${SRCROOT}/../build"},"guid":"bfdfe7dc352907fc980b868725387e98c329620c51892527db69ac984ef9321b","name":"Debug"},{"buildSettings":{"ALWAYS_SEARCH_USER_PATHS":"NO","CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES":"YES","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","CLANG_ANALYZER_NONNULL":"YES","CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION":"YES_AGGRESSIVE","CLANG_CXX_LANGUAGE_STANDARD":"gnu++14","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_ENABLE_OBJC_WEAK":"YES","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"YES","CLANG_WARN_DIRECT_OBJC_ISA_USAGE":"YES_ERROR","CLANG_WARN_DOCUMENTATION_COMMENTS":"YES","CLANG_WARN_EMPTY_BODY":"YES","CLANG_WARN_ENUM_CONVERSION":"YES","CLANG_WARN_INFINITE_RECURSION":"YES","CLANG_WARN_INT_CONVERSION":"YES","CLANG_WARN_NON_LITERAL_NULL_CONVERSION":"YES","CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF":"YES","CLANG_WARN_OBJC_LITERAL_CONVERSION":"YES","CLANG_WARN_OBJC_ROOT_CLASS":"YES_ERROR","CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"YES","CLANG_WARN_RANGE_LOOP_ANALYSIS":"YES","CLANG_WARN_STRICT_PROTOTYPES":"YES","CLANG_WARN_SUSPICIOUS_MOVE":"YES","CLANG_WARN_UNGUARDED_AVAILABILITY":"YES_AGGRESSIVE","CLANG_WARN_UNREACHABLE_CODE":"YES","CLANG_WARN__DUPLICATE_METHOD_MATCH":"YES","COPY_PHASE_STRIP":"NO","DEBUG_INFORMATION_FORMAT":"dwarf-with-dsym","ENABLE_NS_ASSERTIONS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","GCC_C_LANGUAGE_STANDARD":"gnu11","GCC_NO_COMMON_BLOCKS":"YES","GCC_PREPROCESSOR_DEFINITIONS":"POD_CONFIGURATION_PROFILE=1 $(inherited)","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","IPHONEOS_DEPLOYMENT_TARGET":"14.0","MTL_ENABLE_DEBUG_INFO":"NO","MTL_FAST_MATH":"YES","PRODUCT_NAME":"$(TARGET_NAME)","STRIP_INSTALLED_PRODUCT":"NO","SWIFT_COMPILATION_MODE":"wholemodule","SWIFT_OPTIMIZATION_LEVEL":"-O","SWIFT_VERSION":"5.0","SYMROOT":"${SRCROOT}/../build"},"guid":"bfdfe7dc352907fc980b868725387e986eaba3bbf34fffc52894406988f981b0","name":"Profile"},{"buildSettings":{"ALWAYS_SEARCH_USER_PATHS":"NO","CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES":"YES","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","CLANG_ANALYZER_NONNULL":"YES","CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION":"YES_AGGRESSIVE","CLANG_CXX_LANGUAGE_STANDARD":"gnu++14","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_ENABLE_OBJC_WEAK":"YES","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"YES","CLANG_WARN_DIRECT_OBJC_ISA_USAGE":"YES_ERROR","CLANG_WARN_DOCUMENTATION_COMMENTS":"YES","CLANG_WARN_EMPTY_BODY":"YES","CLANG_WARN_ENUM_CONVERSION":"YES","CLANG_WARN_INFINITE_RECURSION":"YES","CLANG_WARN_INT_CONVERSION":"YES","CLANG_WARN_NON_LITERAL_NULL_CONVERSION":"YES","CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF":"YES","CLANG_WARN_OBJC_LITERAL_CONVERSION":"YES","CLANG_WARN_OBJC_ROOT_CLASS":"YES_ERROR","CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"YES","CLANG_WARN_RANGE_LOOP_ANALYSIS":"YES","CLANG_WARN_STRICT_PROTOTYPES":"YES","CLANG_WARN_SUSPICIOUS_MOVE":"YES","CLANG_WARN_UNGUARDED_AVAILABILITY":"YES_AGGRESSIVE","CLANG_WARN_UNREACHABLE_CODE":"YES","CLANG_WARN__DUPLICATE_METHOD_MATCH":"YES","COPY_PHASE_STRIP":"NO","DEBUG_INFORMATION_FORMAT":"dwarf-with-dsym","ENABLE_NS_ASSERTIONS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","GCC_C_LANGUAGE_STANDARD":"gnu11","GCC_NO_COMMON_BLOCKS":"YES","GCC_PREPROCESSOR_DEFINITIONS":"POD_CONFIGURATION_RELEASE=1 $(inherited)","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","IPHONEOS_DEPLOYMENT_TARGET":"14.0","MTL_ENABLE_DEBUG_INFO":"NO","MTL_FAST_MATH":"YES","PRODUCT_NAME":"$(TARGET_NAME)","STRIP_INSTALLED_PRODUCT":"NO","SWIFT_COMPILATION_MODE":"wholemodule","SWIFT_OPTIMIZATION_LEVEL":"-O","SWIFT_VERSION":"5.0","SYMROOT":"${SRCROOT}/../build"},"guid":"bfdfe7dc352907fc980b868725387e9804db47a3ceef83edd118018eb43bf272","name":"Release"}],"classPrefix":"","defaultConfigurationName":"Release","developmentRegion":"en","groupTree":{"children":[{"fileType":"text.script.ruby","guid":"bfdfe7dc352907fc980b868725387e98d0b25d39b515a574839e998df229c3cb","path":"../Podfile","sourceTree":"SOURCE_ROOT","type":"file"},{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"fileType":"sourcecode.swift","guid":"bfdfe7dc352907fc980b868725387e983a68d2daca67877f737da749424142b0","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/app_links-6.4.1/ios/app_links/Sources/app_links/AppLinksIosPlugin.swift","sourceTree":"","type":"file"},{"fileType":"text.xml","guid":"bfdfe7dc352907fc980b868725387e98b47a3eb00e326f7e8c5414133086e3aa","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/app_links-6.4.1/ios/app_links/Sources/app_links/PrivacyInfo.xcprivacy","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98690f15ed9d90c646f0a23500d083d255","name":"app_links","path":"app_links","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98735b585a25b7d034dd7f0d10c3a59f79","name":"Sources","path":"Sources","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d66200db7a5df11120f7d1ea01d21145","name":"app_links","path":"app_links","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e987feb7d2f3aa70dc958500c64299b159e","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9876670089a39e62264be4b63dcb443940","name":"app_links","path":"app_links","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98f27d6ad9dc5bd8cbdf09c957579f4c98","name":"plugins","path":"plugins","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d483387690eaaa01f972c2025032fbca","name":".symlinks","path":".symlinks","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98222e0805d54ee16ff43d695b7fa16331","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d7dc4e23394c2d0f7c8ee7d5f7b59fe2","name":"Intaleq","path":"Intaleq","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d0ae6ab7171348e0071cefd05e5b836c","name":"App","path":"App","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e986a558a56dd52093883cfb81f62258491","name":"development","path":"development","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e983ead459a63b4fec404c1661e298d7826","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9813372871d638f0c86520a20645c1129c","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e989cef0d21d07c43f7c1f45fe79b16733d","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98240f1a080db837e3ff5fbffe05d75616","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9834e1ed818d0b7becc84ffdd50146d2d7","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9831f2e845336d9c79a6ded3075879edf4","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d113c42ff740cde789a2636c5c780619","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98878b392930a67b329df4ffebfba501fa","name":"..","path":"../../../../../../../../.pub-cache/hosted/pub.dev/app_links-6.4.1/ios/app_links/Sources","sourceTree":"","type":"group"},{"children":[{"fileType":"text.script.ruby","guid":"bfdfe7dc352907fc980b868725387e987baeeeca5697e670990ce874592d104d","path":"../../../../../../../../.pub-cache/hosted/pub.dev/app_links-6.4.1/ios/app_links.podspec","sourceTree":"","type":"file"},{"fileType":"text","guid":"bfdfe7dc352907fc980b868725387e98f53b4928aadfe6505bbdac0ba6ba69bc","path":"../../../../../../../../.pub-cache/hosted/pub.dev/app_links-6.4.1/LICENSE","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e986ee69992746255bcfe8794485138f327","name":"Pod","path":"","sourceTree":"","type":"group"},{"children":[{"fileType":"sourcecode.module-map","guid":"bfdfe7dc352907fc980b868725387e9878f499114b16fa69c4c69bacb8df3ee2","path":"app_links.modulemap","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e9800fc8444e463f6f489cd099f8e533e66","path":"app_links-dummy.m","sourceTree":"","type":"file"},{"fileType":"text.plist.xml","guid":"bfdfe7dc352907fc980b868725387e98b0fc539261fa5f71e9d60e7875d9f909","path":"app_links-Info.plist","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98440cc216ee75bfacef076045776d90bf","path":"app_links-prefix.pch","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98a15b1ddef295a8f2198d9a6eab0031c6","path":"app_links-umbrella.h","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e987632837bd76e91bb9a994a2e34773abd","path":"app_links.debug.xcconfig","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e983b81d4bd91bd3ba266fc98db87d6d63a","path":"app_links.release.xcconfig","sourceTree":"","type":"file"},{"fileType":"text.plist.xml","guid":"bfdfe7dc352907fc980b868725387e98a28b807664c84adcf3e14960b62789ee","path":"ResourceBundle-app_links_ios_privacy-app_links-Info.plist","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98b3d5ca728ac102221ca325de84b41fbd","name":"Support Files","path":"../../../../Pods/Target Support Files/app_links","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e988769a6305d37e620a3c22b5edc9b7cb2","name":"app_links","path":"../.symlinks/plugins/app_links/ios","sourceTree":"","type":"group"},{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e988ab3b6b2ee53d798d5b830601e61b571","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/audio_session-0.2.2/ios/audio_session/Sources/audio_session/AudioSessionPlugin.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98a09000abf4c940a68605d0c3827e736a","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/audio_session-0.2.2/ios/audio_session/Sources/audio_session/DarwinAudioSession.m","sourceTree":"","type":"file"},{"children":[{"children":[{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98cfaedce0fb4691f1a324f266f2a8a899","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/audio_session-0.2.2/ios/audio_session/Sources/audio_session/include/audio_session/AudioSessionPlugin.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98a81dbd2de001fb79706cb95de46c8539","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/audio_session-0.2.2/ios/audio_session/Sources/audio_session/include/audio_session/DarwinAudioSession.h","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e981a3289551da30b220b968668715f5bad","name":"audio_session","path":"audio_session","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e988e275e3305e3917e4d4ea0d37d2d3e24","name":"include","path":"include","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9806850e471d80f08a8e4fe14da11b18c3","name":"audio_session","path":"audio_session","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e985766afa3a8436f2a053f8f71f11628c9","name":"Sources","path":"Sources","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98944f0acc1c041a3188922e5f66e82f5e","name":"audio_session","path":"audio_session","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98b3f4680f16bdbdd09dbee930bb0d5651","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e982c38046dbe26569b4c0667c04dc4b3b0","name":"audio_session","path":"audio_session","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98f69a83027171e617f10f3bb945d9cf3b","name":"plugins","path":"plugins","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9860d7ebb22aa499dd5c12d9b3b5256c92","name":".symlinks","path":".symlinks","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d434cb1f7b20637b3547fd5fa2038706","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9823cb094c5dee5c1aa554514de99fb584","name":"Intaleq","path":"Intaleq","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e981afc6923e1a35df20fe3f222bb74d813","name":"App","path":"App","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98b38667c81a7d66c129caaa8c8ac929b4","name":"development","path":"development","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98807fc17ff14125be9b732ba0eb9d4aea","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98e7588f72daf859e3c6cd339668344af2","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980bf8067dd9aee62712ae0162b7c38101","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9803b38c2b83cf6ba891aabdc0029c262b","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9810352fb55f57736cb4edbc1b937e1d34","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980593cbcc579a9830aa6eb8f3eb5e4581","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e988be6197ff220bf7e8a97977e9e00d315","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98dd281edf49f777893cc0770992e64c6d","name":"..","path":"../../../../../../../../.pub-cache/hosted/pub.dev/audio_session-0.2.2/ios/audio_session/Sources","sourceTree":"","type":"group"},{"children":[{"fileType":"text.script.ruby","guid":"bfdfe7dc352907fc980b868725387e98b40339a370348a7c8c0054d44dde92d4","path":"../../../../../../../../.pub-cache/hosted/pub.dev/audio_session-0.2.2/ios/audio_session.podspec","sourceTree":"","type":"file"},{"fileType":"text","guid":"bfdfe7dc352907fc980b868725387e98f3e76fcf5643619663a470283824d9fa","path":"../../../../../../../../.pub-cache/hosted/pub.dev/audio_session-0.2.2/LICENSE","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e9883f85d80bc5ee1de14df9d758984e36e","name":"Pod","path":"","sourceTree":"","type":"group"},{"children":[{"fileType":"sourcecode.module-map","guid":"bfdfe7dc352907fc980b868725387e98ab2435fca439128be0c543525cb1c8aa","path":"audio_session.modulemap","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e988583b7da833712b8e8c879e9c79bdccc","path":"audio_session-dummy.m","sourceTree":"","type":"file"},{"fileType":"text.plist.xml","guid":"bfdfe7dc352907fc980b868725387e98e3f494b901656081301271b38f779650","path":"audio_session-Info.plist","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e9839600bd3306d0fb53b84763c9dfdf17e","path":"audio_session-prefix.pch","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98fdf1135d96bb79792a9b001911720fb3","path":"audio_session-umbrella.h","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e98250d02e5b2a3b562516979318fe4c7bb","path":"audio_session.debug.xcconfig","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e98a088f41e8e0184c627ba02247a05a0e3","path":"audio_session.release.xcconfig","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98f825cc9b884291a4c1829d66f24b3396","name":"Support Files","path":"../../../../Pods/Target Support Files/audio_session","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98de8af2781499fd14a17109a600ff439d","name":"audio_session","path":"../.symlinks/plugins/audio_session/ios","sourceTree":"","type":"group"},{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"fileType":"sourcecode.swift","guid":"bfdfe7dc352907fc980b868725387e98434091a20d89a16d991b3f44e0db55c3","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/ios/connectivity_plus/Sources/connectivity_plus/ConnectivityPlusPlugin.swift","sourceTree":"","type":"file"},{"fileType":"sourcecode.swift","guid":"bfdfe7dc352907fc980b868725387e98ab8133fa5f432300ef3327ab46bd05a0","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/ios/connectivity_plus/Sources/connectivity_plus/ConnectivityProvider.swift","sourceTree":"","type":"file"},{"fileType":"sourcecode.swift","guid":"bfdfe7dc352907fc980b868725387e9866db9696330f1ba7a6083e53e614a7e1","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/ios/connectivity_plus/Sources/connectivity_plus/PathMonitorConnectivityProvider.swift","sourceTree":"","type":"file"},{"fileType":"text.xml","guid":"bfdfe7dc352907fc980b868725387e9846e08a91d32a0f5fbd341f8b855ab6f2","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/ios/connectivity_plus/Sources/connectivity_plus/PrivacyInfo.xcprivacy","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e9891f602625e8e8642a1404f20116d1253","name":"connectivity_plus","path":"connectivity_plus","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d99ebf0e9790dc35f87dab09ce83cb64","name":"Sources","path":"Sources","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98f445a75875594e119c170786ef389a83","name":"connectivity_plus","path":"connectivity_plus","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e988e021f96a67b24b4d755d743b4998c5f","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98419004304a78891ed334494f47a3b90d","name":"connectivity_plus","path":"connectivity_plus","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9812c893a0518eb19645ddb0b42322244a","name":"plugins","path":"plugins","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980eb7ac82691c5d7a60f882ed140ad146","name":".symlinks","path":".symlinks","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e981ccd9d3d9d0077e650758a21d6b22834","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98114459a82bf343f23626f1da3190b2fe","name":"Intaleq","path":"Intaleq","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98673df081a80f38f330e520d9cbcaf005","name":"App","path":"App","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d3c1ef8a4247d6ffe5d5af2d075681e2","name":"development","path":"development","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98509580d257d5c4e7f4dbc7eb4578254f","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9861825df7b72111678ee4869276a470b0","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98c966eaa21ca69ccdb19ef92eb9369f3d","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98a631b9207bd913547e6a5e280c7d6c3f","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e989e91b94c0b3dcccb75ada5c485e2e9e1","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e983561fb9d03cc545f59fbd48a7ffd3e05","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e985d792abffd134aa872fc52cc15814a7b","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98b38ccc1cacca5af76cf0338f0a46a33c","name":"..","path":"../../../../../../../../.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/ios/connectivity_plus/Sources","sourceTree":"","type":"group"},{"children":[{"fileType":"text.script.ruby","guid":"bfdfe7dc352907fc980b868725387e98becc668290c5326d33a65ccce1ea1ba0","path":"../../../../../../../../.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/ios/connectivity_plus.podspec","sourceTree":"","type":"file"},{"fileType":"text","guid":"bfdfe7dc352907fc980b868725387e981c6e26a692396140efaae2ff4bb88732","path":"../../../../../../../../.pub-cache/hosted/pub.dev/connectivity_plus-6.1.5/LICENSE","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98d2f472503fc3b63084a51f0da27eca07","name":"Pod","path":"","sourceTree":"","type":"group"},{"children":[{"fileType":"sourcecode.module-map","guid":"bfdfe7dc352907fc980b868725387e98aa4092c34f761df30f62a685e06be7c6","path":"connectivity_plus.modulemap","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e985feb30596a5d12756ec09518d7221c14","path":"connectivity_plus-dummy.m","sourceTree":"","type":"file"},{"fileType":"text.plist.xml","guid":"bfdfe7dc352907fc980b868725387e98847716cac42cb8d9558481bf96581dfb","path":"connectivity_plus-Info.plist","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98391d56e5cb3bd70036d969abb85e10b7","path":"connectivity_plus-prefix.pch","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98c7c32b1850113ed57e0270985d0bf96c","path":"connectivity_plus-umbrella.h","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e9868e3d01fad71a602691ae14c2a0883ce","path":"connectivity_plus.debug.xcconfig","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e98bf9fd69593b10fe3e6680cea099038e3","path":"connectivity_plus.release.xcconfig","sourceTree":"","type":"file"},{"fileType":"text.plist.xml","guid":"bfdfe7dc352907fc980b868725387e98c430cf047d73efcd46ae0ef4c2e876d1","path":"ResourceBundle-connectivity_plus_privacy-connectivity_plus-Info.plist","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e981c8840636d3ee8c80cd3a7d67ba96726","name":"Support Files","path":"../../../../Pods/Target Support Files/connectivity_plus","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9862dbe60d2b7d569b52a8d062264a2641","name":"connectivity_plus","path":"../.symlinks/plugins/connectivity_plus/ios","sourceTree":"","type":"group"},{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98da37580ae4e045be05a55afbc4ef2e1a","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/device_info_plus-12.1.0/ios/device_info_plus/Sources/device_info_plus/DeviceIdentifiers.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e9844216bf7f4f2329aff1741bb9bda6eb1","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/device_info_plus-12.1.0/ios/device_info_plus/Sources/device_info_plus/FPPDeviceInfoPlusPlugin.m","sourceTree":"","type":"file"},{"fileType":"text.xml","guid":"bfdfe7dc352907fc980b868725387e980792644e4b2e4741e100aa0f6a255051","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/device_info_plus-12.1.0/ios/device_info_plus/Sources/device_info_plus/PrivacyInfo.xcprivacy","sourceTree":"","type":"file"},{"children":[{"children":[{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e984a86ee64dd5c6f966864c7308877980d","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/device_info_plus-12.1.0/ios/device_info_plus/Sources/device_info_plus/include/device_info_plus/DeviceIdentifiers.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98febd27d41c64dc2ec1fb577c8fcab529","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/device_info_plus-12.1.0/ios/device_info_plus/Sources/device_info_plus/include/device_info_plus/FPPDeviceInfoPlusPlugin.h","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98e68c4550e5371a22048d8384ade0903a","name":"device_info_plus","path":"device_info_plus","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980e48c38ea1ffbedc2d4ea01914094a36","name":"include","path":"include","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980606761b65968049e271319f51f3b210","name":"device_info_plus","path":"device_info_plus","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9845eba08452e97d051926588d4510217f","name":"Sources","path":"Sources","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e986036686fd806edff3fc9c2a59d9ac9fb","name":"device_info_plus","path":"device_info_plus","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98dfb76ae6417f4a6bd046c88a7e96ba80","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e989fd78e798d90d47740861affd5abc466","name":"device_info_plus","path":"device_info_plus","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98b24185c9575bde1d21ffc088e7f86220","name":"plugins","path":"plugins","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e981ddc7d18f363023c1aa791ab952c432e","name":".symlinks","path":".symlinks","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9857faccc7ace0b167df2471c18befee87","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9823f63969159e3fb6102004435f9b51de","name":"Intaleq","path":"Intaleq","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98a70d7d6236cb03816fcdd7e08048d8ac","name":"App","path":"App","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e983c7669548e5e75e1619e9cc679d5c874","name":"development","path":"development","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980b97f2ce9ec4408eb03f739e0de91baa","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98bff2762e7d14f268dd173cbc35779728","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e986093ccb645bd09b277fd99506f9ac658","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98c57053150ff03c3df2aaf454c239e507","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e989568896d4edf40518be32c370afde2ec","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e982c895a9194a613346dc2d246573d0f0f","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e981214442d80efdf621997dc5c6198d738","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9867549597b048ae8119b9843be7361b92","name":"..","path":"../../../../../../../../.pub-cache/hosted/pub.dev/device_info_plus-12.1.0/ios/device_info_plus/Sources","sourceTree":"","type":"group"},{"children":[{"fileType":"text.script.ruby","guid":"bfdfe7dc352907fc980b868725387e981c2fc39e673eef69c7ec29941eccb44d","path":"../../../../../../../../.pub-cache/hosted/pub.dev/device_info_plus-12.1.0/ios/device_info_plus.podspec","sourceTree":"","type":"file"},{"fileType":"text","guid":"bfdfe7dc352907fc980b868725387e9839992137e08c93bc57edccc94fa61dd0","path":"../../../../../../../../.pub-cache/hosted/pub.dev/device_info_plus-12.1.0/LICENSE","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e9859f0ea0f6019d04034cd3bb7f8922d15","name":"Pod","path":"","sourceTree":"","type":"group"},{"children":[{"fileType":"sourcecode.module-map","guid":"bfdfe7dc352907fc980b868725387e9841000e5c36a6cf61ab537c97819bd400","path":"device_info_plus.modulemap","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98dc2d20b02ff3d171f4b5cc7648e8c2f9","path":"device_info_plus-dummy.m","sourceTree":"","type":"file"},{"fileType":"text.plist.xml","guid":"bfdfe7dc352907fc980b868725387e98b94e026410e44a4458e8ccd2e88a5073","path":"device_info_plus-Info.plist","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e981f212d81ccc3c4699bd137293d857e0a","path":"device_info_plus-prefix.pch","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98ee155ef1134a694686b17ec4f7ea5a57","path":"device_info_plus-umbrella.h","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e982ff74ff8a67ef117ab26dbbae7eefadc","path":"device_info_plus.debug.xcconfig","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e98c723692ef69aa56656eaaf5a9fbe3d8d","path":"device_info_plus.release.xcconfig","sourceTree":"","type":"file"},{"fileType":"text.plist.xml","guid":"bfdfe7dc352907fc980b868725387e980053784e718b23cf7d7efe9210265936","path":"ResourceBundle-device_info_plus_privacy-device_info_plus-Info.plist","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e9841775473d28e82da637adca64c816e21","name":"Support Files","path":"../../../../Pods/Target Support Files/device_info_plus","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98c498606a9cdc1bdb29116841f90dfb52","name":"device_info_plus","path":"../.symlinks/plugins/device_info_plus/ios","sourceTree":"","type":"group"},{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98b250e2df483efad88807fcccd8c5b895","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/firebase_auth_messages.g.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98b438fee3f9a11ccd1734b51244d50b3a","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/FLTAuthStateChannelStreamHandler.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98198ffe08dd65c79b221ca2b6b295ed3b","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/FLTFirebaseAuthPlugin.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98a271705317119032f4ef0ea880ec1d9e","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/FLTIdTokenChannelStreamHandler.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98c7f7a6b7c4886b6ceac8530680289c76","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/FLTPhoneNumberVerificationStreamHandler.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98c6b0ecf7e839016d32b5f78efc715cd9","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/PigeonParser.m","sourceTree":"","type":"file"},{"children":[{"children":[{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98ed47fb9bb79f359e8d203006d6b88fcc","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/include/Private/FLTAuthStateChannelStreamHandler.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98eb279cfcbd8e79440fd538b69ebddf1b","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/include/Private/FLTIdTokenChannelStreamHandler.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e986f7bdb7b749cb293c97eeff055b2aae3","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/include/Private/FLTPhoneNumberVerificationStreamHandler.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e9888b3bdaf9c5f2809cc66f0dbcf7c8e5a","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/include/Private/PigeonParser.h","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e986549fee28e90db4ab3342ed47c60abe3","name":"Private","path":"Private","sourceTree":"","type":"group"},{"children":[{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e988e8c1d13f790659f126f59c74b88c01c","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/include/Public/CustomPigeonHeader.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e9842d8973572d0ad179172e44b3704fcde","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/include/Public/firebase_auth_messages.g.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e9872c388f133a067d1f027a545e657b5fb","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources/firebase_auth/include/Public/FLTFirebaseAuthPlugin.h","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e9849cf9110411132567f8aa1ffcca27e0c","name":"Public","path":"Public","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d4253c3f1c8fe52ab6f013ac31e0b56e","name":"include","path":"include","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e986f623b249882b9d05a133f7a99e529bd","name":"firebase_auth","path":"firebase_auth","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98a141e6f95de21b20ef8191685e08472b","name":"Sources","path":"Sources","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98f862acbd70650ab7b2bff7c6a47bf6f2","name":"firebase_auth","path":"firebase_auth","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98f3df336656bd0f1245bcb1a85ee84546","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9858e6bccc0abc9a6545026acd476178a7","name":"firebase_auth","path":"firebase_auth","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980cc9cb315242d87f66612d1cd86c2f83","name":"plugins","path":"plugins","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98949a7975b9c3500be632edc6e9b341a5","name":".symlinks","path":".symlinks","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e989e467120f699c76a358afdf4be01e5f8","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9812ab731f75c5d8ccdd0307c9da2bdfec","name":"Intaleq","path":"Intaleq","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e982be8e244223c81368346f7aafbc0df5c","name":"App","path":"App","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e981c0ae82c4188385853aa03497e15b404","name":"development","path":"development","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e988b9bb45e6a46541fd4f79b36edf262ef","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e983a90268a4c8a2c93b83e3ba142e29540","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9869abd05cdb6ce73b9eeca46072fdde07","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9858ee0d953659e9f8b2b603d4d17447a7","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98dac7b7aaba9ed547ba2c342a843125df","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98d456f8af373b8c65ce2b83f1b64f5d49","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98fd2576e53c0384308334eb2b11e3e58b","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98a9702cdb00a95f3d409a0286dc02ebf5","name":"..","path":"../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth/Sources","sourceTree":"","type":"group"},{"children":[{"fileType":"text.script.ruby","guid":"bfdfe7dc352907fc980b868725387e983857402a46a0220f457dc714aba7466e","path":"../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/ios/firebase_auth.podspec","sourceTree":"","type":"file"},{"fileType":"text","guid":"bfdfe7dc352907fc980b868725387e989679006876cdae2416d0eb86607b8147","path":"../../../../../../../../.pub-cache/hosted/pub.dev/firebase_auth-6.1.0/LICENSE","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98bdfdb1afd53c103bdb51e9a4e066377b","name":"Pod","path":"","sourceTree":"","type":"group"},{"children":[{"fileType":"sourcecode.module-map","guid":"bfdfe7dc352907fc980b868725387e987d3f18d242702b6a839ed527ca7d76a3","path":"firebase_auth.modulemap","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98766b98361b7e8b1e22de57d8f32f8613","path":"firebase_auth-dummy.m","sourceTree":"","type":"file"},{"fileType":"text.plist.xml","guid":"bfdfe7dc352907fc980b868725387e98c4c18f65678a5e61b38668a38f409bca","path":"firebase_auth-Info.plist","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e988b70218aaca43f7d4cb9d910094aa61a","path":"firebase_auth-prefix.pch","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e9848f3257691a4933e77f6b38d5c28db01","path":"firebase_auth-umbrella.h","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e98b3a6fdcacc5a542bc04f847d20bed068","path":"firebase_auth.debug.xcconfig","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e9839d4cf13248f6ec489b8d9ea5ada0fa2","path":"firebase_auth.release.xcconfig","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98b25cbfcbbaf34f24bb481654dedf1dab","name":"Support Files","path":"../../../../Pods/Target Support Files/firebase_auth","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e981aad1937f17ccdebaa36416c7908dd34","name":"firebase_auth","path":"../.symlinks/plugins/firebase_auth/ios","sourceTree":"","type":"group"},{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98cb6c9aa63801f77e026e95f3e2ab61cb","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/dummy.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98220aea49bb2d16a5054f81207cf4766d","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/FLTFirebaseCorePlugin.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e987a68ee0cde0255b26b650d8d871eb763","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/FLTFirebasePlugin.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98ce57c06f46d7701d2d4398589148d42a","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/FLTFirebasePluginRegistry.m","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98f0db95805b6451cf89fdb0be5887b4e8","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/messages.g.m","sourceTree":"","type":"file"},{"children":[{"children":[{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e986a439534c38bbd20f0147138f1e154f8","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/include/firebase_core/dummy.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e9895551052b2299228e6c108139f228110","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/include/firebase_core/FLTFirebaseCorePlugin.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e9882e90358b09add37016f5276c85bf76a","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/include/firebase_core/FLTFirebasePlugin.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e986a63264d2230f7a33aca5afd00d468b5","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/include/firebase_core/FLTFirebasePluginRegistry.h","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e987ff6f76718cf8b07193c2fd189932e48","path":"../../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources/firebase_core/include/firebase_core/messages.g.h","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98f0d1375e073449f51746b44db4739659","name":"firebase_core","path":"firebase_core","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e981be1801f66c654eff6424c388cbe91c9","name":"include","path":"include","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98208eaf7ca5db3fc6cf5ae88634cc97d5","name":"firebase_core","path":"firebase_core","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980a00a39ff98933b2a4a0913c563fe41e","name":"Sources","path":"Sources","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980de3a00ef47408cc2fe52fa20702374b","name":"firebase_core","path":"firebase_core","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e981c2d5d10bdab4b43da9167d58f537bce","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e988b1a53302e8b6afd5790a64782024695","name":"firebase_core","path":"firebase_core","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98adb6d19c8d7d1be17027671b0cbdcb42","name":"plugins","path":"plugins","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9853dba156acb6930c3ed68377c0aeb036","name":".symlinks","path":".symlinks","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98ac38e84b167294455b9f916f50c3a9d9","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98f14f189a3f47384666345809072f4bf4","name":"Intaleq","path":"Intaleq","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98b28f5f0bd88d9b2ca07ca5cd2a020d9d","name":"App","path":"App","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9840310c250d8f05b3613a2c303f70f23b","name":"development","path":"development","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98b6e24226c6bad3ccd55f22265756fabb","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e984eed0b3e05aea3a98dfab40468a38f41","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98cfef5f6d45312593638cfcc568fc0c63","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98275d6f04798bca0ee3a6ae800d51de6e","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9890143e6da79ff27fb512e9f8e284b857","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e984bf0bb1042b4c3c428c579dc07c0376f","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98546877934a10b310690baf428fd6c0cb","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e986d464d5424c5605b86a69717508fda1a","name":"..","path":"../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core/Sources","sourceTree":"","type":"group"},{"children":[{"fileType":"text.script.ruby","guid":"bfdfe7dc352907fc980b868725387e9834430d73797f379c244bfafc19fa26c2","path":"../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/ios/firebase_core.podspec","sourceTree":"","type":"file"},{"fileType":"text","guid":"bfdfe7dc352907fc980b868725387e9813aeeeb7e56f585de85640f889a6248c","path":"../../../../../../../../.pub-cache/hosted/pub.dev/firebase_core-4.1.1/LICENSE","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98d67b85c02f38df68dfae0a997b4d3ea9","name":"Pod","path":"","sourceTree":"","type":"group"},{"children":[{"fileType":"sourcecode.module-map","guid":"bfdfe7dc352907fc980b868725387e9808fab16b045c27b3e074b5ad96cd56fc","path":"firebase_core.modulemap","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e98947225fc31b49a07efe2bc8690b93dd8","path":"firebase_core-dummy.m","sourceTree":"","type":"file"},{"fileType":"text.plist.xml","guid":"bfdfe7dc352907fc980b868725387e98eb9dc863477bdf9b4f41b59e996028d7","path":"firebase_core-Info.plist","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e981306c7178800c6a6d8d133b6f2f052cf","path":"firebase_core-prefix.pch","sourceTree":"","type":"file"},{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e98c671819947f5cc81fb043079e363c824","path":"firebase_core-umbrella.h","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e9809f3b8e86ccbb382c0e553f59902402b","path":"firebase_core.debug.xcconfig","sourceTree":"","type":"file"},{"fileType":"text.xcconfig","guid":"bfdfe7dc352907fc980b868725387e9855bac463e9fdab36ed1d314864c8873b","path":"firebase_core.release.xcconfig","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e983aeec87a13b525e96ce8af09f0782832","name":"Support Files","path":"../../../../Pods/Target Support Files/firebase_core","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e983869cdc4fcd85d67c3455e872569f691","name":"firebase_core","path":"../.symlinks/plugins/firebase_core/ios","sourceTree":"","type":"group"},{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"children":[{"fileType":"sourcecode.c.objc","guid":"bfdfe7dc352907fc980b868725387e9810573ad486178c4830d7080619d775cf","path":"../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_messaging-16.0.2/ios/firebase_messaging/Sources/firebase_messaging/FLTFirebaseMessagingPlugin.m","sourceTree":"","type":"file"},{"children":[{"fileType":"sourcecode.c.h","guid":"bfdfe7dc352907fc980b868725387e9845c58e121d8ca74c34c3ae58e217d7ab","path":"../../../../../../../../../../../../.pub-cache/hosted/pub.dev/firebase_messaging-16.0.2/ios/firebase_messaging/Sources/firebase_messaging/include/FLTFirebaseMessagingPlugin.h","sourceTree":"","type":"file"}],"guid":"bfdfe7dc352907fc980b868725387e98eeaafe7bd9f185e55a9b1d4fdd746ca6","name":"include","path":"include","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98da676590ce4a223bfc7a07f26363682f","name":"firebase_messaging","path":"firebase_messaging","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e986e9de63f2bb535ecf70935446692a749","name":"Sources","path":"Sources","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980f557b98673872dc63e2fa936c6adb7a","name":"firebase_messaging","path":"firebase_messaging","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98dca84eb21ea1f795737117d3ea7636d1","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e989fd814172a9173f2cc6bd7980554ded5","name":"firebase_messaging","path":"firebase_messaging","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98c18c748c05e3657f04ddeb19383a5cb9","name":"plugins","path":"plugins","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e988110b29352f6fc18c0c7719771b6aa80","name":".symlinks","path":".symlinks","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e980cf6a10ac35fcda8bb6170765565e51b","name":"ios","path":"ios","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9803ef55a623b62c1c7e289e3c563c8a19","name":"Intaleq","path":"Intaleq","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e982e3218066d7b214c3886fa3e72c80fcc","name":"App","path":"App","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e985ba5c82a29cb84326f1dced6873c5d16","name":"development","path":"development","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9827dce30598d40009fedde00d7e952a17","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e98028fb0d695f6e125a3cdb0f1226b85fb","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9849f0586c8f3174e597ec104917adaf76","name":"..","path":"..","sourceTree":"","type":"group"}],"guid":"bfdfe7dc352907fc980b868725387e9807197980e265c2fa157075234434c5f0","name":"..","path":"..","sourceTree":"