From 76cf008773229b50edee2b1851d72098c6063895 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 18 Mar 2024 14:09:21 +0100 Subject: [PATCH] feat update --- .../app/src/main/assets/capacitor.config.json | 33 +- capacitor.config.ts | 4 + ios/App/App.xcodeproj/project.pbxproj | 42 +- ios/App/App/capacitor.config.json | 33 +- ios/App/Podfile.lock | 14 +- .../Local Podspecs/Capacitor.podspec.json | 11 +- .../CapacitorCordova.podspec.json | 5 +- .../CordovaPlugins.podspec.json | 8 +- ios/App/Pods/Manifest.lock | 14 +- ios/App/Pods/Pods.xcodeproj/project.pbxproj | 7893 +++++++++-------- .../Capacitor/Capacitor-Info.plist | 2 +- .../CapacitorCordova-Info.plist | 2 +- .../CordovaPlugins/CordovaPlugins-Info.plist | 2 +- 13 files changed, 4134 insertions(+), 3929 deletions(-) diff --git a/android/app/src/main/assets/capacitor.config.json b/android/app/src/main/assets/capacitor.config.json index ddd2d4ea..5a653e55 100644 --- a/android/app/src/main/assets/capacitor.config.json +++ b/android/app/src/main/assets/capacitor.config.json @@ -1,20 +1,17 @@ { - "appId": "app.myclub.defaultapp", - "appName": "myclub", - "webDir": "www/browser", - "server": { - "allowNavigation": [ - "http://developers.google.com/*" - ] - }, - "android": {}, - "plugins": { - "PushNotifications": { - "presentationOptions": [ - "badge", - "sound", - "alert" - ] - } - } + "appId": "app.myclub.defaultapp", + "appName": "myclub", + "webDir": "www/browser", + "server": { + "allowNavigation": ["http://developers.google.com/*"] + }, + "android": {}, + "plugins": { + "PushNotifications": { + "presentationOptions": ["badge", "sound", "alert"] + } + }, + "ios": { + "scheme": "App" + } } diff --git a/capacitor.config.ts b/capacitor.config.ts index 3dbdd737..da8542b7 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -18,6 +18,10 @@ const config: CapacitorConfig = { presentationOptions: ["badge", "sound", "alert"], }, }, + // Add this: + ios: { + scheme: "App", + }, // ios: { // contentInset: "always" // } diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index fdf61a7e..0572f214 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 48; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -22,7 +22,7 @@ 221965E08A7D8675FE10D56A /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = ""; }; 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = ""; }; - 504EC3041FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "<>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; }; 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; @@ -69,7 +69,7 @@ 504EC3051FED79650016851F /* Products */ = { isa = PBXGroup; children = ( - 504EC3041FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<.app */, + 504EC3041FED79650016851F /* App.app */, ); name = Products; sourceTree = ""; @@ -104,9 +104,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 504EC3031FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<< */ = { + 504EC3031FED79650016851F /* App */ = { isa = PBXNativeTarget; - buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "<>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<" */; + buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */; buildPhases = ( 397B1178F9C986850C30CFE8 /* [CP] Check Pods Manifest.lock */, 504EC3001FED79650016851F /* Sources */, @@ -119,9 +119,9 @@ ); dependencies = ( ); - name = "<>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<"; + name = App; productName = App; - productReference = 504EC3041FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<.app */; + productReference = 504EC3041FED79650016851F /* App.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -130,8 +130,9 @@ 504EC2FC1FED79650016851F /* Project object */ = { isa = PBXProject; attributes = { + BuildIndependentTargetsInParallel = YES; LastSwiftUpdateCheck = 920; - LastUpgradeCheck = 920; + LastUpgradeCheck = 1530; TargetAttributes = { 504EC3031FED79650016851F = { CreatedOnToolsVersion = 9.2; @@ -153,7 +154,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 504EC3031FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<< */, + 504EC3031FED79650016851F /* App */, ); }; /* End PBXProject section */ @@ -275,6 +276,7 @@ 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; @@ -282,8 +284,10 @@ 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; @@ -295,6 +299,7 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -332,6 +337,7 @@ 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; @@ -339,8 +345,10 @@ 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; @@ -352,6 +360,7 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -363,7 +372,8 @@ IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; VALIDATE_PRODUCT = YES; }; name = Release; @@ -379,7 +389,10 @@ DEVELOPMENT_TEAM = U7DQUX87VS; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); MARKETING_VERSION = 1.4.11; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = app.myclub.default; @@ -401,7 +414,10 @@ DEVELOPMENT_TEAM = U7DQUX87VS; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); MARKETING_VERSION = 1.4.11; PRODUCT_BUNDLE_IDENTIFIER = app.myclub.default; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -423,7 +439,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "<>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<" */ = { + 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = { isa = XCConfigurationList; buildConfigurations = ( 504EC3171FED79650016851F /* Debug */, diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index ddd2d4ea..5a653e55 100644 --- a/ios/App/App/capacitor.config.json +++ b/ios/App/App/capacitor.config.json @@ -1,20 +1,17 @@ { - "appId": "app.myclub.defaultapp", - "appName": "myclub", - "webDir": "www/browser", - "server": { - "allowNavigation": [ - "http://developers.google.com/*" - ] - }, - "android": {}, - "plugins": { - "PushNotifications": { - "presentationOptions": [ - "badge", - "sound", - "alert" - ] - } - } + "appId": "app.myclub.defaultapp", + "appName": "myclub", + "webDir": "www/browser", + "server": { + "allowNavigation": ["http://developers.google.com/*"] + }, + "android": {}, + "plugins": { + "PushNotifications": { + "presentationOptions": ["badge", "sound", "alert"] + } + }, + "ios": { + "scheme": "App" + } } diff --git a/ios/App/Podfile.lock b/ios/App/Podfile.lock index 5597c565..9a544ab0 100644 --- a/ios/App/Podfile.lock +++ b/ios/App/Podfile.lock @@ -1,11 +1,11 @@ PODS: - - Capacitor (5.7.2): + - Capacitor (5.7.3): - CapacitorCordova - CapacitorBrowser (5.2.0): - Capacitor - CapacitorCamera (5.0.9): - Capacitor - - CapacitorCordova (5.7.2) + - CapacitorCordova (5.7.3) - CapacitorDevice (5.0.7): - Capacitor - CapacitorDialog (5.0.7): @@ -32,7 +32,7 @@ PODS: - Capacitor - CapacitorStatusBar (5.0.7): - Capacitor - - CordovaPlugins (5.7.2): + - CordovaPlugins (5.7.3): - CapacitorCordova - Firebase/CoreOnly (7.11.0): - FirebaseCore (= 7.11.0) @@ -191,10 +191,10 @@ EXTERNAL SOURCES: :path: "../capacitor-cordova-ios-plugins" SPEC CHECKSUMS: - Capacitor: fc7ef6d935eafb0df9eaaf109ca69be16c51a2d2 + Capacitor: 7b5eb47c6125e9b58a3e3cd02fe366fc58adc89c CapacitorBrowser: a6deae9e5bf87f62b62a753cff7992c5def9e771 CapacitorCamera: 4892c5c392f60039d853dde78bc50ba19fbd113e - CapacitorCordova: 70b13b8fddb6f35d8adcfe06cb5045c07f35f6de + CapacitorCordova: a377c52a28dbb3b895c0f71187f7b1777fee69db CapacitorDevice: fc91bdb484dc0e70755e9b621cd557afe642613a CapacitorDialog: ea1beaccb7f825191aa18b72cba8981b881b3b2d CapacitorGeolocation: 918a292459542bcce98433f9e7c7909f8c72838a @@ -207,7 +207,7 @@ SPEC CHECKSUMS: CapacitorShare: c6a1ebbf0114ff9e863b966cd6052678fa25d480 CapacitorSplashScreen: dd3de3f3644710fa2a697cfb91ec262eece4d242 CapacitorStatusBar: f390fbb49b82ffb754ea4b3cf71dc8b048baf3e7 - CordovaPlugins: e79b310121686e0085527a0d05c774f2b171f135 + CordovaPlugins: 2b7f7fbc42cc2ab42c5ee1a4cb1fabcf1ac7bca2 Firebase: c121feb35e4126c0b355e3313fa9b487d47319fd FirebaseCore: 907447d8917a4d3eb0cce2829c5a0ad21d90b432 FirebaseCoreDiagnostics: 68ad972f99206cef818230f3f3179d52ccfb7f8c @@ -223,4 +223,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: f9b7ce0e8a7dad6aa4ca283640ca93852c7ba4e6 -COCOAPODS: 1.14.2 +COCOAPODS: 1.15.2 diff --git a/ios/App/Pods/Local Podspecs/Capacitor.podspec.json b/ios/App/Pods/Local Podspecs/Capacitor.podspec.json index ff857ce3..492a398d 100644 --- a/ios/App/Pods/Local Podspecs/Capacitor.podspec.json +++ b/ios/App/Pods/Local Podspecs/Capacitor.podspec.json @@ -1,6 +1,6 @@ { "name": "Capacitor", - "version": "5.7.2", + "version": "5.7.3", "summary": "Capacitor for iOS", "social_media_url": "https://twitter.com/capacitorjs", "license": "MIT", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/ionic-team/capacitor.git", - "tag": "5.7.2" + "tag": "5.7.3" }, "source_files": [ "Capacitor/Capacitor/*.{swift,h,m}", @@ -22,12 +22,11 @@ ], "module_map": "Capacitor/Capacitor/Capacitor.modulemap", "resources": [ - "Capacitor/Capacitor/assets/native-bridge.js" + "Capacitor/Capacitor/assets/native-bridge.js", + "Capacitor/Capacitor/PrivacyInfo.xcprivacy" ], "dependencies": { - "CapacitorCordova": [ - - ] + "CapacitorCordova": [] }, "swift_versions": "5.1", "swift_version": "5.1" diff --git a/ios/App/Pods/Local Podspecs/CapacitorCordova.podspec.json b/ios/App/Pods/Local Podspecs/CapacitorCordova.podspec.json index cddde157..29b0da8d 100644 --- a/ios/App/Pods/Local Podspecs/CapacitorCordova.podspec.json +++ b/ios/App/Pods/Local Podspecs/CapacitorCordova.podspec.json @@ -1,7 +1,7 @@ { "name": "CapacitorCordova", "module_name": "Cordova", - "version": "5.7.2", + "version": "5.7.3", "summary": "Capacitor Cordova Compatibility Layer", "homepage": "https://capacitorjs.com", "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/ionic-team/capacitor", - "tag": "5.7.2" + "tag": "5.7.3" }, "platforms": { "ios": "13.0" @@ -21,6 +21,7 @@ "CapacitorCordova/CapacitorCordova/CapacitorCordova.h" ], "module_map": "CapacitorCordova/CapacitorCordova/CapacitorCordova.modulemap", + "resources": ["CapacitorCordova/CapacitorCordova/PrivacyInfo.xcprivacy"], "requires_arc": true, "frameworks": "WebKit" } diff --git a/ios/App/Pods/Local Podspecs/CordovaPlugins.podspec.json b/ios/App/Pods/Local Podspecs/CordovaPlugins.podspec.json index c4acfc3d..451c9d5d 100644 --- a/ios/App/Pods/Local Podspecs/CordovaPlugins.podspec.json +++ b/ios/App/Pods/Local Podspecs/CordovaPlugins.podspec.json @@ -1,6 +1,6 @@ { "name": "CordovaPlugins", - "version": "5.7.2", + "version": "5.7.3", "summary": "Autogenerated spec", "license": "Unknown", "homepage": "https://example.com", @@ -9,7 +9,7 @@ }, "source": { "git": "https://github.com/ionic-team/does-not-exist.git", - "tag": "5.7.2" + "tag": "5.7.3" }, "source_files": "sources/**/*.{swift,h,m,c,cc,mm,cpp}", "platforms": { @@ -19,9 +19,7 @@ "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 WK_WEB_VIEW_ONLY=1" }, "dependencies": { - "CapacitorCordova": [ - - ] + "CapacitorCordova": [] }, "swift_versions": "5.1", "swift_version": "5.1" diff --git a/ios/App/Pods/Manifest.lock b/ios/App/Pods/Manifest.lock index 5597c565..9a544ab0 100644 --- a/ios/App/Pods/Manifest.lock +++ b/ios/App/Pods/Manifest.lock @@ -1,11 +1,11 @@ PODS: - - Capacitor (5.7.2): + - Capacitor (5.7.3): - CapacitorCordova - CapacitorBrowser (5.2.0): - Capacitor - CapacitorCamera (5.0.9): - Capacitor - - CapacitorCordova (5.7.2) + - CapacitorCordova (5.7.3) - CapacitorDevice (5.0.7): - Capacitor - CapacitorDialog (5.0.7): @@ -32,7 +32,7 @@ PODS: - Capacitor - CapacitorStatusBar (5.0.7): - Capacitor - - CordovaPlugins (5.7.2): + - CordovaPlugins (5.7.3): - CapacitorCordova - Firebase/CoreOnly (7.11.0): - FirebaseCore (= 7.11.0) @@ -191,10 +191,10 @@ EXTERNAL SOURCES: :path: "../capacitor-cordova-ios-plugins" SPEC CHECKSUMS: - Capacitor: fc7ef6d935eafb0df9eaaf109ca69be16c51a2d2 + Capacitor: 7b5eb47c6125e9b58a3e3cd02fe366fc58adc89c CapacitorBrowser: a6deae9e5bf87f62b62a753cff7992c5def9e771 CapacitorCamera: 4892c5c392f60039d853dde78bc50ba19fbd113e - CapacitorCordova: 70b13b8fddb6f35d8adcfe06cb5045c07f35f6de + CapacitorCordova: a377c52a28dbb3b895c0f71187f7b1777fee69db CapacitorDevice: fc91bdb484dc0e70755e9b621cd557afe642613a CapacitorDialog: ea1beaccb7f825191aa18b72cba8981b881b3b2d CapacitorGeolocation: 918a292459542bcce98433f9e7c7909f8c72838a @@ -207,7 +207,7 @@ SPEC CHECKSUMS: CapacitorShare: c6a1ebbf0114ff9e863b966cd6052678fa25d480 CapacitorSplashScreen: dd3de3f3644710fa2a697cfb91ec262eece4d242 CapacitorStatusBar: f390fbb49b82ffb754ea4b3cf71dc8b048baf3e7 - CordovaPlugins: e79b310121686e0085527a0d05c774f2b171f135 + CordovaPlugins: 2b7f7fbc42cc2ab42c5ee1a4cb1fabcf1ac7bca2 Firebase: c121feb35e4126c0b355e3313fa9b487d47319fd FirebaseCore: 907447d8917a4d3eb0cce2829c5a0ad21d90b432 FirebaseCoreDiagnostics: 68ad972f99206cef818230f3f3179d52ccfb7f8c @@ -223,4 +223,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: f9b7ce0e8a7dad6aa4ca283640ca93852c7ba4e6 -COCOAPODS: 1.14.2 +COCOAPODS: 1.15.2 diff --git a/ios/App/Pods/Pods.xcodeproj/project.pbxproj b/ios/App/Pods/Pods.xcodeproj/project.pbxproj index 05f76040..f2d24fec 100644 --- a/ios/App/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/App/Pods/Pods.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 48; + objectVersion = 54; objects = { /* Begin PBXAggregateTarget section */ @@ -13,16 +13,16 @@ buildPhases = ( ); dependencies = ( - F63E83DC8B254DBB4585C24F5DA3C896 /* PBXTargetDependency */, - D5EBFA81891263D26974465ED40A2BA8 /* PBXTargetDependency */, + 648551DF9299D3CD5A6CBCB26F059EBE /* PBXTargetDependency */, + 5713B99998F32F98C49FF432DA575420 /* PBXTargetDependency */, ); name = Firebase; }; E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */ = { isa = PBXAggregateTarget; - buildConfigurationList = 166B39AA0B232E3D254D5E4A0786754B /* Build configuration list for PBXAggregateTarget "GoogleMaps" */; + buildConfigurationList = 55C05ADBFF2EAD80968D7241A699D95B /* Build configuration list for PBXAggregateTarget "GoogleMaps" */; buildPhases = ( - C1EA5A3C86B792195AED75C26C7C8513 /* [CP] Copy XCFrameworks */, + 3CE1F1819CDF9B536AE7F2A92A8277A2 /* [CP] Copy XCFrameworks */, ); dependencies = ( ); @@ -31,1582 +31,1565 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0037ED5517EDB3E52471C97F8DA48F4E /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 45B4E0346B849C40A95962A009593A4B /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0080D9D8C6EF4160130A53AA8BA1F681 /* FBLPromise+Testing.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C015A4CB2FE288AFE7B2CDD088DFC8C9 /* FBLPromise+Testing.h */; }; - 00C14B5F645B71957E8FA41125937EB7 /* GMUGridBasedClusterAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B15829FE7D64AB11144B991FB9AE16D /* GMUGridBasedClusterAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01470F3C8F11B1E77A235A8DEDAF92AD /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE6ACD8859FEFD340725E43E88F9DD6 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 015BFD2102D6364AF859D463153D12E1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 019384A5B46F2C0D6C4322259F95417C /* Math.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0619C692062FC0F3D9D9CCDB3616B589 /* Math.swift */; }; - 01ED65A0A872C8A8291E7403D2C40CF0 /* FIRMessagingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 64286FA9F179878D811683578727F6E5 /* FIRMessagingUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0228F456833DEE2A2C8B9B839BA091CB /* GQTPointQuadTreeItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A51F3623CE975CFB830972D9FD8D6BF /* GQTPointQuadTreeItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 025DEC0CD6ACE71FAB265F50B8E6D530 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BD1940BED86B056123FE712DDC4FEE1 /* GULNetworkConstants.m */; }; - 03345BC1017AF96213BC61EF06A3AB65 /* FIRMessagingCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 60247A549381DC06B366385056542041 /* FIRMessagingCheckinService.m */; }; - 042ED2B84371116B27C37021E5B9237A /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 26DDAA6A9A077FF39512A7D4F2A000C6 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 046F6C0B861C6F38E5C231473451B12A /* Data+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93B0176E57105DB96617C96B71C0465 /* Data+Capacitor.swift */; }; - 0483F239CEB33A15E96C3950D6DB430E /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = D987545F2281691C51F966C517B5B776 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04B1FBE93EEE6C2F25279EA8D0664FED /* DialogPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 4015ED794BAB2834F527ABD3AD301522 /* DialogPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04E26E81C6DD81179F80A187C63899CD /* FBLPromise+Catch.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 808DC486D97593F85449852E781205C3 /* FBLPromise+Catch.h */; }; - 04EF9C5150A365B46562E613EE797D1A /* JS.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEB150A441212A9E6ABD072C455F835 /* JS.swift */; }; - 04F67373E4DF9C21DB3C86CC2373C6D2 /* FIRMessagingConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = EABFB00AF947C55E8F76AD3B83DD0385 /* FIRMessagingConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05966A998808E583F32A127FDA40DE5D /* GeolocationPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6BDF40AD2695FD2DE40D77307D8EB1 /* GeolocationPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 060941FABC7AF16B9BEF5E721154615A /* CapacitorBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B6745374E91B49F9497E871A894194DC /* CapacitorBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 062C880AE7C05302158B2978CE0F7633 /* TmpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8D4A079D039E57D6F962385049FDAEB /* TmpViewController.swift */; }; - 065ED0B01890DE177532373C44D71E5F /* CapacitorGeolocation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FA75B1F75E243776720AEBE5978FA7FD /* CapacitorGeolocation-dummy.m */; }; - 06E253967469AB53754DF7451C873D33 /* FIRMessagingPersistentSyncMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 88D8A32E8163434CD50FCB1FC886EB23 /* FIRMessagingPersistentSyncMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09C209828F41F80DDA50E35B01A8B81C /* FIRMessagingExtensionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = CF2877543AB174F31B5EB7EAC235E5EA /* FIRMessagingExtensionHelper.m */; }; - 09C862339FE1B047AE90C67E7E19CC3C /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = AAB06C8D498DE39E15387366F5AD2775 /* GULMutableDictionary.m */; }; - 0A57A27DD15FEDD8649FA2FCA4E0C181 /* Capacitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 35B51C9151D1EC87F24A616EDAFC46C5 /* Capacitor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AB573476995FC2B2E28309E816AD8F4 /* GDTCORFlatFileStorage+Promises.m in Sources */ = {isa = PBXBuildFile; fileRef = F46062953612CD0BFA31539C6805F072 /* GDTCORFlatFileStorage+Promises.m */; }; - 0C9B2781C31BAD5FC5E4711D25F71AA9 /* FBLPromise+Timeout.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FCD2AEB21B75DC72A97634AD53D0A484 /* FBLPromise+Timeout.h */; }; - 0CD2D16BDD3369A30FDC20B7A1F63ACA /* Device.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1039C360BFBF8A9FF224F3F8CFC977E0 /* Device.swift */; }; - 0CD554FFBC998CA329DDE6FD5BADA0BA /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B53265F51957C1119BDC220C10EB0EC /* FIRInstanceIDLogger.m */; }; - 0D865878AC5D2DE0D63189BC8C8B730E /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B428DE6C7C51BAC32A63E6D67E3A869 /* FIRInstallationsItem.m */; }; - 0DFD7C36AAF90695FF3D8FBFFA867EA0 /* CapacitorCamera-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 904A3D044C34078F76128FE93AC68DA1 /* CapacitorCamera-dummy.m */; }; - 0E21EBA704104ECC2F7141434B74ABAD /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 768D88F703452EE0BA29E3A18D7B61E7 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E297980DC3AB824BB8E2DA800EEE77E /* UIStatusBarManager+CAPHandleTapAction.m in Sources */ = {isa = PBXBuildFile; fileRef = B0B4C048DF211F34472A8BD993AC503A /* UIStatusBarManager+CAPHandleTapAction.m */; }; - 0E324448C4B8A685616150BE1A5AE945 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 11DCD03CA508A4DDE47EDF729CAD8047 /* FBLPromise+Async.m */; }; - 0F882FE9FB6DE89F76D3A1324FF1F390 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = F2E277364AF02E7262E3BB8AF583F74B /* FBLPromise+Race.h */; }; - 10DA3E31F56C43F47505AC5671EACFCF /* AppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B12D9F8DE1C88C429836696249E94995 /* AppDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1105FDFC363C3C8E699E12E0240C353D /* GMULineString.m in Sources */ = {isa = PBXBuildFile; fileRef = FB870CDC5B632160EDC99EF807EE927C /* GMULineString.m */; }; - 116267612670327A42DA1BDB688E2AE2 /* GMUPlacemark.m in Sources */ = {isa = PBXBuildFile; fileRef = F13D7C6022B19C1919813208FF881848 /* GMUPlacemark.m */; }; - 1185667BCEF4348EEBA4DB806BBD95AA /* CAPPluginCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFA6B5053361A324A409E036ECDF719 /* CAPPluginCall.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 12DA9073CAFCC353B68DB0B02B23AD2E /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = EABF1580F3A84D1B6897D07A14FC8B88 /* FBLPromiseError.h */; }; - 1315B399B377DFD70CD58C69434A4771 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0475CC42F3B1B633CD5AC591BFF95F01 /* FIROptions.m */; }; - 132B6DCE3510A695421BAC3A5889B3A2 /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A0B30514EC27A670BDAB418DA082029E /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13E6E8E60B7699F4CE49936C7FC93690 /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D4BECEEB2AD244B756DB317DE18EAC8 /* FIRInstanceIDTokenFetchOperation.m */; }; - 13EAF4483A84977C48A9D561B21A563E /* CapacitorNetwork-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 08B619401E7ACC8F1F9341B72B1DE468 /* CapacitorNetwork-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1407B4BFC1446F8096BEA3645969B355 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = A619D6308904A576B4352C98CDBAD1EF /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1448DC6DD165F84EDC9CF9091405515C /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 89304BD8FDE539860FBB1013DE17FC8E /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1473A713F32E033419268D2F512672F1 /* CapacitorHaptics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 73956F412C1C2D15EC9E6E5DB135D171 /* CapacitorHaptics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 147BD7D0BF9FE93BBEF7C3F6C514BEF6 /* Polygon.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF63EF99523B4E8C15A26E59EF3DE0B0 /* Polygon.swift */; }; - 14BFD3E39DD1ECBE691AB7510C6B74FF /* FIRMessagingCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F24A1F13763B2168E1E558E536427F /* FIRMessagingCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14C7918B4EC70EA39ABE998178E91384 /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = B315C797B63F5B01E3AEE598D4EE0F6D /* GDTCORLifecycle.m */; }; - 14F3A60189BF68A30250A258769C82AD /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 963680B658C66BB54EB1BD4944D8278C /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 155D776B486A7220E6D8C5865E84AC74 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 5810E067FAE5DB993F38677DE35C8C26 /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 156759604EF9DA79D0E78E5DBDEA5E36 /* CapacitorDialog-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 12751A5B2D3339EF9B92FFFB03D25F69 /* CapacitorDialog-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 158B3F7637459B429D8EB0CC94F8C63F /* CDVPluginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EC07C931BFA80B45E24C197F2FABDC01 /* CDVPluginManager.m */; }; - 15FBBA3A7B58AC956DF455A76E8B4B69 /* WKWebView+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6D726F358F3767F259BB1F29E351D6 /* WKWebView+Capacitor.swift */; }; - 1617E93722FAFD6BAEC896D815C4E2CB /* GMSPolygon+GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18F327709BFBEE95B49C14BA70B0F71C /* GMSPolygon+GeometryUtils.swift */; }; - 1674543E4790D1D6B1EC0F333D85903F /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 001C8ECEC9C98BC007E7DB5D2F9DB422 /* FIRInstallationsItem+RegisterInstallationAPI.m */; }; - 1686E68C2DE7809F2EC065C7E4732F53 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A485F9EE30CFDCA2F2D7855F8E4C0A5 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 17041E4E28F1BDDE6E0E44BB52CE21A3 /* Haptics.swift in Sources */ = {isa = PBXBuildFile; fileRef = A387F5FA4883AF55C582E12C22F838E0 /* Haptics.swift */; }; - 1727167618992805FD38DAA45B916BEA /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 45D7E0AC3B6D4B788DF8D3CD33FB5D29 /* GDTCORTransformer.m */; }; - 17C019A3B2F098DB83126DD19166C6F4 /* GQTPointQuadTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 3185071F2CA2699C626B5D372A59EC8C /* GQTPointQuadTree.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1858B98F10E32BAB0D1F40B7A1EB09D3 /* IonicCordovaCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 87230843E5FE75D6E6A21428E7D9C46A /* IonicCordovaCommon.m */; }; - 18C8C70997D1E875AD7F03CD44473757 /* GMUPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EEDE3AB531B49439E46C4FD197B121D /* GMUPoint.m */; }; - 191EEFC8E8925D5083FE134EF3B15EAF /* ImageSaver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CBE2EF97F801F09B17076C732DBD59F /* ImageSaver.swift */; }; - 192F71942DC4AAF150F2CA05DD4955AC /* CAPInstancePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56E16375BE1706578A6B2ED468156E54 /* CAPInstancePlugin.swift */; }; - 19A0703E665BF96881E89598E78AD76F /* SplashScreenPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = A659687D156311E6F40C2B8903E9548E /* SplashScreenPlugin.m */; }; - 1A172139B7698D6B49BF2C9AC912D381 /* GMUFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = 92551E3B2F780397F3265F63E467AB45 /* GMUFeature.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A4090D3196D1FCBF06A77D0EDFE1672 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FE00FAFDC3207B515B4AAC7EE7E93EA /* FIRInstallationsErrorUtil.m */; }; - 1A839742BE1E3BE827DDD0A8F8125391 /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 67BF9EAFC417850CAA8866C29C047036 /* GDTCORConsoleLogger.m */; }; - 1AC242B60CC03176C428B77C75AB7E28 /* FIRMessagingRmqManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C8A31774AFCEA4219BBB4F5DF90C937 /* FIRMessagingRmqManager.m */; }; - 1ACC3135879A67138D156E25E703DD9C /* GMUGridBasedClusterAlgorithm.m in Sources */ = {isa = PBXBuildFile; fileRef = 46CACDF36CB4ED928E79148F3D219711 /* GMUGridBasedClusterAlgorithm.m */; }; - 1AE7DFF653DC8B4787026DE725948AE5 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 8851016DD02F534A24B977C5D10EC71C /* GULNetwork.m */; }; - 1B85411CF834F5145AF0F0EB9892D085 /* GMUHeatmapTileLayer+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = E38897A98DF712C8718B50BD414B278D /* GMUHeatmapTileLayer+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D0487BB228E844DDA6F99247B8C7104 /* DevicePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 74FF5F5AFE4D43FC810696B4C284FF3B /* DevicePlugin.m */; }; - 1D38CF45E2E84A5A0D41D3E787137C72 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DD8677C31BDA19D5CA8B69EF5E517C /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00648F668353E05FE05998F4322EA963 /* CAPBridgedPlugin+getMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034446AA37A1AAAEC38FF60E192F5C27 /* CAPBridgedPlugin+getMethod.swift */; }; + 01EF1E2618D5C39777614467F40EB7F6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + 01FC241427510A76ED02BF1D7EAFF0D7 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D39B40C872B164EF0C16CDF1D5C8531 /* FBLPromise+All.h */; }; + 0259544D92084E142A9EB4BE6AD695C7 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD2AEB21B75DC72A97634AD53D0A484 /* FBLPromise+Timeout.h */; }; + 02CF07B208DCD57A93F6554C5A5029C8 /* CDVScreenOrientationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AC4E79A3D293809909FE9EB55CF67D /* CDVScreenOrientationDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03256C26085D62CB0D5C56CF37503220 /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D6D2B1FE42FDACE7C5F144305850F04 /* FIRHeartbeatInfo.m */; }; + 032EA989DCB01FD4107BADDF9455ACE5 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 86771D94C36F8F8BDE7B786E8C17FAD0 /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04929828110A6916E54AFE65F40088D1 /* CapacitorHttp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47E1065F8F600493008FB21AEF6D06BB /* CapacitorHttp.swift */; }; + 04B1FBE93EEE6C2F25279EA8D0664FED /* DialogPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = DC33B57EB91A52EB7F296D4AEF8EBC46 /* DialogPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 056C3CA922F6141CBCCA9B1C050162B1 /* GMUDefaultClusterRenderer+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 366D70E7787832CBC01C8032CAD37ECC /* GMUDefaultClusterRenderer+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 05966A998808E583F32A127FDA40DE5D /* GeolocationPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C4F5989F83F36577FA96BBE3BE46971 /* GeolocationPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 05CEDC400C5138AD30D483C28037C395 /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = A225ED689BAE3802E97A4C17413FEF9F /* FIRInstallations.m */; }; + 060941FABC7AF16B9BEF5E721154615A /* CapacitorBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A081FD27AC56E54F2A5048458A7A65E /* CapacitorBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0638230DAC83E9F089E799DDDE4B2237 /* CAPPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = E0BCA22D6C8887BC28380C7B0B704E8A /* CAPPlugin.m */; }; + 065ED0B01890DE177532373C44D71E5F /* CapacitorGeolocation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 67E41F21EC86463C859F65CD96E18144 /* CapacitorGeolocation-dummy.m */; }; + 06A3D9515E29F83B8F1BE7BA32F53D34 /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B28679DAFAB52DDB5FF655792779724 /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0706F80C14C379D58B15E01E35FC3C1C /* CDVInvokedUrlCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = D0574E45847B5808E575B2A84CA1DF57 /* CDVInvokedUrlCommand.m */; }; + 073DED0E5F279A28A7981DA92D0F68B3 /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 46674AA252585CC52CC2ECEBC4F6FDC7 /* GULNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 078F39CD93A2D370223C66CDC32C51A7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + 07AFABBDF9BF24E16D0D63E6B16B2844 /* UIStatusBarManager+CAPHandleTapAction.m in Sources */ = {isa = PBXBuildFile; fileRef = FC315946E7E95444346E58EF736A999D /* UIStatusBarManager+CAPHandleTapAction.m */; }; + 07C41238A1180A5B4CFC72C81910E75C /* GMUStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C9E2A8C6E1B6D726A272AFFF5EDA11D /* GMUStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 080D56B85A577CB5D1C7FFF61D3F0F5A /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = E1674DF5198C0804DE71F9DEA810F8D4 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0823F2A9E6018B323F75CD6574375E9A /* JSExport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A455977B7B4EB97456C57DB7DEEFC009 /* JSExport.swift */; }; + 082DF72E15D618219993C5CDA1792C9C /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DCD6DF069B78B9CC1B4F6A14AE5B630 /* GULReachabilityChecker.m */; }; + 087ED674EB3A8D094B347C5DBF73B980 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = C015A4CB2FE288AFE7B2CDD088DFC8C9 /* FBLPromise+Testing.h */; }; + 095494E2760C215EE7C15C4443836242 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = 433A4D90796AB7687A544AB88EBB9FB1 /* FBLPromise+Delay.h */; }; + 095B106B1DB711A4F8F2531EB4181A6F /* FIRMessagingLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B434D21CE002ED1DF2DD57F892C402E /* FIRMessagingLogger.m */; }; + 0965AEA9DC1D6703CDB174902A7913E9 /* CDVPluginResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 806F92B284257CBD6D40FA70BEC77452 /* CDVPluginResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0978F91A43CC850F8B9CE402E959655A /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 67BF9EAFC417850CAA8866C29C047036 /* GDTCORConsoleLogger.m */; }; + 0982ABF07DEF091466589E1179D25555 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 4938DFE92E0847DAD312A1DCC1F19600 /* FIRApp.m */; }; + 0984F183DEB9ABAE87A61DDD06EC0DC7 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 26B336ECB6818ABD5E7E98B62CDF0EBE /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09A60D594EF618A29491E691DC6CB666 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4432C5E415A702FC8146F6A142E046F8 /* AppDelegate.m */; }; + 09C307DC5909CB79B48B72FE24E30DEA /* CAPBridgedJSTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 786C05B5765881039E8781C5A4A9064D /* CAPBridgedJSTypes.m */; }; + 09FE4CFF016CE6173E034738FAE0FB15 /* CAPBridgedJSTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = C3997A3C9818D8FFD901509945A4EED6 /* CAPBridgedJSTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A2F24C68BD208FC16BE949F27D27249 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C5FD3F439FF77BB1949F62064CF0E9D5 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AE283A07C449AEAA8B97E7992F20789 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 11DCD03CA508A4DDE47EDF729CAD8047 /* FBLPromise+Async.m */; }; + 0B3B28D82B957D825EE5EA22774FFFA7 /* CAPLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = C11A60ED8B1A22E328CDA6FB5BA0B1F0 /* CAPLog.swift */; }; + 0B79670F19540E7C837FF5C4A9AE80B7 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F00ED17747D0AB6E71555F971AE1D5 /* FIRDependency.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0BD1066798FB141F873DD7892441D0E1 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 25778ADE50FE44F7A09C30AD1966B5F3 /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C08997830EC9C6D668D0A40FEDCF16D /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = E272FEBAA6DF3B87C4C33F4A8EB80705 /* GDTCCTNanopbHelpers.m */; }; + 0C37095CE68A0657E2781A0F2035433C /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = 36779089C821C685ED6E677693109E0D /* FBLPromise+Await.h */; }; + 0C7071A3CD5C00D962A9DD378D007223 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 57BBFF8876A90A3FCB36B32FD3E69D31 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CAA4970430D70DC21E1274BAE6BB796 /* FIRMessagingRmqManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C8A31774AFCEA4219BBB4F5DF90C937 /* FIRMessagingRmqManager.m */; }; + 0CD2D16BDD3369A30FDC20B7A1F63ACA /* Device.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F58D5C2D1C4AE432046AE27BE053D7E /* Device.swift */; }; + 0CF36E21A74FCC533135BBEDF4140FC3 /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 309183DA7D1730864F67AACFB5C909F9 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D44E56BB56F5E2FAEE6F656B5BDEBFD /* GMUPolygon.h in Headers */ = {isa = PBXBuildFile; fileRef = 35F670B41A5921DD207F6F2EB0D06D42 /* GMUPolygon.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D7522C835109AB2AF19FD502960B48D /* GMUGroundOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D8C2458F1D544E0A89CA1B38F502E18 /* GMUGroundOverlay.m */; }; + 0D8BFF99FD81F3437258889F5ED697FD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + 0DA2D5572BC962B5841D1725DB8191CE /* FIRMessagingLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 516017EE588BB6BF628F6B87FDA77CBA /* FIRMessagingLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DFD7C36AAF90695FF3D8FBFFA867EA0 /* CapacitorCamera-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 337D10D6E585FD9D3B1A6F9F5ABFC9C2 /* CapacitorCamera-dummy.m */; }; + 0E014F7677C2956EAF760EB296FAC692 /* GQTPointQuadTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 3185071F2CA2699C626B5D372A59EC8C /* GQTPointQuadTree.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E57ABA4D729D834E9237DBE5F4C2A0F /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E66EA66B681C5C29013EB496D6E0028E /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E84C35ACDCC74470FF5D3800AD5B6C5 /* WebViewDelegationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EAA3F59220E457D79D4A0D91FFD87D5 /* WebViewDelegationHandler.swift */; }; + 0E8AED6BB2E6A83CF4ACE4A9E5DE7136 /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E68CE7CA024BDE066DAA6D25CC58B247 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EE55650D6B1B6A7A5A0743E0FCF7493 /* FIRMessagingTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = BAA3FD7EB883D28056E442513652C5F6 /* FIRMessagingTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 107D6C2B9CFF541234B54C5194582199 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = FC3C51E093C65FE0B50CB9C6E8AF12D0 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1081472D1880A5859FFC4C153CBC53C6 /* FIRMessagingInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = A40C80160F8D177570D2253CCFB27CC8 /* FIRMessagingInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1085FCC30B5D92EAFD620734F2AA5CED /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F884DC956E91BBB7119B994CD9098371 /* SystemConfiguration.framework */; }; + 112F56A7FC79D486A497BE0A62F1F275 /* AppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3767F1E525E91156A8480E1127F64253 /* AppDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11C17A6621E5D37FC2DCD36E85FA6C05 /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B737861C97386E70D2245F9DB6A36C /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 128F8E0B7FB679224A3683E2BF7CEBD2 /* CDVCommandDelegateImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C226978DBBFE323B2CE87909C1AF748 /* CDVCommandDelegateImpl.m */; }; + 135298D8D363B9B5F9EEDE67D496F9BB /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE6ACD8859FEFD340725E43E88F9DD6 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13C4C7249BEEBFFE83B7FF089E7716F7 /* GMUDefaultClusterIconGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B6E1C61353563662E4300F835DE95A6 /* GMUDefaultClusterIconGenerator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13EAF4483A84977C48A9D561B21A563E /* CapacitorNetwork-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D5E240F76391A29A7E6DC21AD4AC60DD /* CapacitorNetwork-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1413AD69A79BE62F6D490F12988B9906 /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = E599D37AA2E58F8EA83E62ADE664610A /* FIRFirebaseUserAgent.m */; }; + 14589861436F20AFD4845B86138B23EE /* CAPInstanceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 56AA4BF9F0ABC3EC0E3A8D9327AA3CF8 /* CAPInstanceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1473A713F32E033419268D2F512672F1 /* CapacitorHaptics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F07A73E972029FB2FEA1A96BA8336C71 /* CapacitorHaptics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 147BD7D0BF9FE93BBEF7C3F6C514BEF6 /* Polygon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 166D683A71A3F86622242E76840C8F91 /* Polygon.swift */; }; + 14CC3F4B6C745C95C6D2C5A8F3A1D358 /* GMUGroundOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = B7508A4E2FAA922C3FAF87F49C726751 /* GMUGroundOverlay.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1542DA0BD75E4D248FAAAACEA40EB7E7 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A61B7FEE3060D9F192679846947CECE /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 156759604EF9DA79D0E78E5DBDEA5E36 /* CapacitorDialog-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F7836504B53C81043F57A9B00F96490 /* CapacitorDialog-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 15AE8ADD6041DD0160A94D923F2BA79A /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0595EF275498B7455F2D590E4E781CDE /* GDTCCTCompressionHelper.m */; }; + 1640DEBBACD4F1877B20F78CC14BDE24 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = F7674614244D4908E6C3EED7B519B428 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 164A56DC4603FBF5E5FFA0534AB9959B /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F84A158DBA3DB4907580443D697356 /* FBLPromise+Async.h */; }; + 16815F5ECF50AB97AFE97CD883E7D6C7 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = D987545F2281691C51F966C517B5B776 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17041E4E28F1BDDE6E0E44BB52CE21A3 /* Haptics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71D29B832DFE305BBBF6A6FE8A6850BC /* Haptics.swift */; }; + 17661354A086AB3A374FF9469C14FDBA /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 21E0E1ED3D9639E6F54B2A5B41A82E0B /* FIRInstanceIDCombinedHandler.m */; }; + 17848F873330B3959CC4B3A39F51AF56 /* GULNetworkInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DF4C20650B66F5A0651C948F71646AE /* GULNetworkInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17C80693C20325C941618A46DE2514ED /* FIRMessagingTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 295C9423A713092B4F33C6AE4A0E5CB6 /* FIRMessagingTokenStore.m */; }; + 180D9B9647B1E68BD48EED21A61BEC8E /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 88EADECA822B85AEF5AFC5913C522FED /* FBLPromiseError.m */; }; + 18447870A2936E74BE904B118BF81329 /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6E1E681119507E20AAE86092E8926D /* FBLPromise+Reduce.m */; }; + 185106B32C34AD7EDF9B00A194F7EC3A /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = AAC64E673201584A00110E14FFB63D6E /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1858B98F10E32BAB0D1F40B7A1EB09D3 /* IonicCordovaCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 36CC617EEC7EE393FA9DAA11E3DEDC58 /* IonicCordovaCommon.m */; }; + 18AD84D7037CA011779B825224B89A21 /* CDVPlugin+Resources.m in Sources */ = {isa = PBXBuildFile; fileRef = 95AC94F5877371AD156A7F12697C7C68 /* CDVPlugin+Resources.m */; }; + 18B3ADC45D28CFE7F559A3E34FA7357A /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 14664CF4FA17312BA6E4412437E6CF1D /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18C71DE46DA16B36F07761961F12EA10 /* FIRMessagingSyncMessageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ADC596DE1695345B6FFCF34CAA561B1 /* FIRMessagingSyncMessageManager.m */; }; + 190995B227EAA54D6CD7AD98185FF8C6 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAEEC2BBB54BFAF5036D6C54E3EA230 /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 191EEFC8E8925D5083FE134EF3B15EAF /* ImageSaver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83CE7748D155FD9500B73886B380C0B2 /* ImageSaver.swift */; }; + 19A0703E665BF96881E89598E78AD76F /* SplashScreenPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = D36A8F89B13E13F983C74E9B7252B1D4 /* SplashScreenPlugin.m */; }; + 1A559BA624C3FD66060D417EF753249F /* FIRMessagingExtensionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = CF2877543AB174F31B5EB7EAC235E5EA /* FIRMessagingExtensionHelper.m */; }; + 1AD33164D000DF5F77EF21E8E0C9DCA1 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 18D397D0C96149B4739027479B363350 /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B55A939DC90D81AD21C74BA699D9D30 /* FIRMessagingTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F0A270F6C21758C2593D9035EDFD491 /* FIRMessagingTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B706017EE57ABDEBC561C041D635EF3 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 776B7D78DE6FB89FD02B6C28BD9E22EA /* FBLPromise+All.m */; }; + 1B7CCA8E008343B25EA57673A2B4697F /* GMUStyleMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 87CA3E77CA7D7909AA60E79B7CE9EB46 /* GMUStyleMap.m */; }; + 1BAFDCD481DA3553DFACA02F5D7A7006 /* DocLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6AD0F556F9DAF1FC6904F50831D8EB7 /* DocLinks.swift */; }; + 1BE62B9AEF330B7F47CBB505CEE24E2D /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EDF59E81B4A7D7110286C444C195FAB1 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C41F0510EDBFE416550110DDFC8EB28 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB7968EE0555325164DD4661FD65587 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C59577137B7B2AA645C7E4F1CE91DCE /* GDTCORUploadBatch.m in Sources */ = {isa = PBXBuildFile; fileRef = 91D22AB2DCF751A6588900C62E921E03 /* GDTCORUploadBatch.m */; }; + 1C5AACBDDEA81D52FBEB498AE8DBA830 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EEEF2BEE5AADC4FA4C76CCB1DDEAE85 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1CE850C2B1F2F5280347711C65F1F14A /* GMUWeightedLatLng.h in Headers */ = {isa = PBXBuildFile; fileRef = C984E1623DEA5D40944C58226CC2D693 /* GMUWeightedLatLng.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D0487BB228E844DDA6F99247B8C7104 /* DevicePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F2D74E74F238B0C936FDF45D70AD4F0 /* DevicePlugin.m */; }; + 1D38108AA5E92E78E5E3E218DBAC2371 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 5810E067FAE5DB993F38677DE35C8C26 /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D544DBFE30B55CDF675CC660B0ABDC3 /* Router.swift in Sources */ = {isa = PBXBuildFile; fileRef = A362959D993A06040EC1DF1D1B1D59EE /* Router.swift */; }; 1D8180F85D33A40D85D8787C893939F3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 1DB8B73A95953B7B2CF9824CF04B24E4 /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = C5497988FDE7DDB607BF3289A6DC4076 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E68C93743AA2D068D6F1B18CC9C8E7E /* CAPBridgeProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5D4F9F775D03CC986321F42B143210D /* CAPBridgeProtocol.swift */; }; - 1F06F777F78C8BAF944C2C5003B541BC /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FBABB43B87C410FC93953B6B705AB7B9 /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F42EA990BB55F7B7B530410028CE16C /* AppUUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BD213EAF844CCD0BED566E2D1CF45C3 /* AppUUID.swift */; }; - 1FF1B2BB440F2B6ACD968354C48BA6F7 /* CDVPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = E2FEA3F38B99A6A3CED553C5D6014C68 /* CDVPlugin.m */; }; - 20728BC8BF25FEAB393491AF9ADD01DC /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 983AB9716CE6FB804ADB0EE66D00636A /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20974924740510F5692AEDDE795FEF61 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 862D170312600EC70C5B9DC580975A99 /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 210BDAF440EA0092CDA4DDF9C3795F07 /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E9FC5BFFB8B96A17383063C926DD03B /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2119D6A73FED1DC923A37FB2653854D4 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B75773149D006F09048DFA5707F9B84 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 215A4A5F3FB8AB5E1F74363C5F0EF2FE /* GMUPlacemark.h in Headers */ = {isa = PBXBuildFile; fileRef = 50563B89F95E815575005CE7A1D7E705 /* GMUPlacemark.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2194B960D869BA69100DE35C4F25C18D /* CameraPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD1CB296D87F0F0FE0C3AF465976574 /* CameraPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22D42E128E793362E67DB460FB40E273 /* KeyboardPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B3E0E1097D6805DAEEAD63FDB4CA6D2 /* KeyboardPlugin.m */; }; - 22DCACC7EE24650971A228AF03F98D1E /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 51DAC92B51D8E197518C5890C883F03A /* FIRInstanceIDAuthService.m */; }; - 2330F3285AB454E2E5186E20705FFC20 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 3273CF33052939CCF128F6164F2D9C69 /* GULNetworkURLSession.m */; }; - 23CFB0331CE1CCE911AA988139140ECF /* FIRMessagingTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 51EAE2E3D87A98D1EA3888DA1E6572D9 /* FIRMessagingTokenDeleteOperation.m */; }; - 23F1CACCFD3A3E74B5FEBCC2F457B7A1 /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D1C78D7C19AFA503D68A71807E90B86 /* FIRInstallationsAPIService.m */; }; - 244642204158A30E301F729AB95A2F1A /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B9686BA04E2CC79E3E0854EFB283C6B /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 247084915E6E5FBF4D37DBFFCDA2FA9F /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D88493CEC7E5D7F024A889D81CDADA25 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 248A2A0AE0AFF3537F5EFCC5FF746A65 /* FIRMessagingAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D4E1056319EE2828939F58E235A735F3 /* FIRMessagingAPNSInfo.m */; }; - 24B9CC0C2F329BE8DA2CA84B4433F58C /* NSDictionary+CordovaPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3C98495D46C21E908B2D586F9A61D2 /* NSDictionary+CordovaPreferences.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 258C12F1105ECD365A74BAA9AE00F210 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = ADA35264EE84F86DF86883BC795D4F78 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 25CE75C02C920BB6E2E2CFF1BC5D4259 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C4C430F424EBB0DB6D4DD4AEF18F6BB9 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26568A312B90466801515B35BA5781E2 /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = CB571945261744A4945D61C1807780ED /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26AA040FC27F1AFB2EF099D9EAED0025 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8979E43FE18F2CA09D4F09067D1D25CB /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26E116263211D8102099F62C7AE92255 /* Google-Maps-iOS-Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A635B74AEF610C44D852F3F898FC2BB7 /* Google-Maps-iOS-Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26FB3C2A729B5AC0895DA82EA28975E1 /* NotificationRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3DDAA367051F3510FEE5C165BCE9765 /* NotificationRouter.swift */; }; - 26FE3C43EB7D88601E45B7D57F04529F /* FBLPromise+Any.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4B15F5E7419015B39A3FC07A43A77589 /* FBLPromise+Any.h */; }; - 2752486A8C5E065D006DC8DCBD876332 /* CDVViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 719C32EA350745004296388822FFC1D0 /* CDVViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E2DF02173D19C08C7FB6A75D797AD5C /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 74D15A0D7E55F9C09596AB4FFE9F04BC /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1E603CC6D53176C54822CB027EC04BC7 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C1A0DBE5427B4361FEF84D023BD56E7 /* FIRInstallationsStoredAuthToken.m */; }; + 1EA206CC528D5435F667C2C7718BE4C1 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E7ADB460F2BB6558728A729B28F8C17 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F3AA616335FE058B7356DEF787CCA01 /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 92B8832DBC56E64E06C8E67F80F17B22 /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F9BF8E387506C38617A7F4444E1C96A /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FAB82CE006687CBDCB8C61B6CDA00D0 /* firebasecore.nanopb.c */; }; + 1FD7ED9E4DB36F74AEB6E7217E740DA7 /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A60C4F08AAED939F43680E90682F6C /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 202EED89EE2EEC7F29EFB75B71BC9DE9 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = EA564192B6A8BDED2EAA28C297450AA3 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 203F830EFACD1F90FAFBB8809103BDF2 /* GMUStyleMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A86301BA359B4A4075A99D2133155873 /* GMUStyleMap.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 208DBB9795F49CBC5860D1168CFE0844 /* CAPBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = B98AC77CBA08011E6DDD4585CC594A4A /* CAPBridge.swift */; }; + 2151F8BB08D7B2E50DF95A56A6F76F54 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1601673927512B00443B7460840B7BFE /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2194B960D869BA69100DE35C4F25C18D /* CameraPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ACDC8999F44F090AA4C0304444951D4 /* CameraPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 21B259A09B7A477E0470924A8312EA81 /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = ED246B3A522B07C2B103B97B9B1DE8E3 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2277CA5929E305DA4AA63470B03D16AF /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = C1418F4C2F050BC436AC01104639DDFD /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22945B20F770DC6C6B03652AAF9F103E /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 3273CF33052939CCF128F6164F2D9C69 /* GULNetworkURLSession.m */; }; + 22D42E128E793362E67DB460FB40E273 /* KeyboardPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = C97A60788968BA1E7A0C766B34DD9CDE /* KeyboardPlugin.m */; }; + 238B5377ED8E0C2F52654B913A778B6C /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E69911FBF49B9060FC60624DB15988ED /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 239EC4992CD57FE12F97E0217B355142 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = F588E98463100CADFEA959492AD49CDB /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23FB80AB1515355AFC2F9395E4EE8B30 /* GMUClusterAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = DE3391957E438E8A86272BF666541E98 /* GMUClusterAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24301F7B8D8F510EAFF3CE8193480646 /* FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 78B49F75BE79714F4988C15D6627B56E /* FIRMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24F72014B64D207169C45BBF42AE5C6F /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = C2574C7A19BE00A7642C103D6AEE335E /* FBLPromise+Retry.h */; }; + 2509C4D19439BA294FAD5BBE7A06F495 /* AppUUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FF93134BA7F33590C2A8B68CC1263B2 /* AppUUID.swift */; }; + 255318E92880A899AC6D0B27EAACF055 /* CDVPluginResult.m in Sources */ = {isa = PBXBuildFile; fileRef = AE333338B03F157B517D0A0CFC807C5C /* CDVPluginResult.m */; }; + 2595D598558583F2D5B69794B79C0584 /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BB6F33DCFE3EFC74B1D0D93841F5027 /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25C257599B447AFFA2C9E50AD36E3B2F /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 8851016DD02F534A24B977C5D10EC71C /* GULNetwork.m */; }; + 2637E9265B6DBED2ED608EF6FF53C170 /* GDTCCTUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A16FAEBC451FEF8465D9C2EAA2F380F /* GDTCCTUploadOperation.m */; }; + 264D137F9723EA3264C66D66AD57F87A /* CAPPluginCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 453B76F5859EE417EEE6BF175394DE1A /* CAPPluginCall.swift */; }; + 26C3BDD2DB153EDEBEB986BED00541B3 /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = BCADAE76DAB0423A153775F3E6AD935C /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26D105C8207CBF523B9390419D57980C /* FIRMessagingCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C5E775BBEF1CEA95C49B750ADEFBD5 /* FIRMessagingCheckinPreferences.m */; }; + 274DE23E45565294B39A0FC34F714010 /* CDVConfigParser.m in Sources */ = {isa = PBXBuildFile; fileRef = D77B6BF10E663F883F624D7AF694AAD5 /* CDVConfigParser.m */; }; 27551DB2DD686A862CCFC90C24EE2806 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 27CE35B7C0A1C5599E6C9669ACA8ACC9 /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = 36779089C821C685ED6E677693109E0D /* FBLPromise+Await.h */; }; + 276E00657DD67C920B50F29A5EB87A17 /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E516FBA55E5B602F9B0DE190F601A3 /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27A78CAE930FCB529D57ACE77E5E405C /* GULNetworkInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = EB7FF399CCE21C1112E282EC7FEBD152 /* GULNetworkInfo.m */; }; + 27D2407578EF7CCA6A09F8DBD7285A9F /* CDVWebViewProcessPoolFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7410D350CE24FA3AA4CF40D4305D87EF /* CDVWebViewProcessPoolFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27F2BAA0AB30693C9C272D428B1A92E4 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B103C4BDBCE14A316FDEA7E6E3BEBD93 /* FIRLogger.m */; }; + 27F52A9A302EFFE31A2FF9B939C61721 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F0063DBF7B718B047456ED9F10B367 /* FIRInstallationsStoredItem.m */; }; 2867677C299770D081C6341E36CBF44A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 28A68C6BF84C1684A29A9B3E57AAEE60 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 39A881D2740A762D0230BCA4DA273650 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 294781E6FCE88CCF78E39FF048BD7CCF /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = ABB351BB05D19478E2EF2FC63716654B /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 29FBEC04197075F59002C9530FE33C65 /* BrowserPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E3E37F021A8E21A6F8B74CCBE210FF /* BrowserPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29FDD14A1225A939193AD209023D170B /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 771F48DB25367D789E9E56A719D839AD /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A6C0E2D2DFCE99953E30FE6983C40C7 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 18D0FD06E161E4CECAB403D31A23E0D7 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A98D9A3E27A6B89D7F8600305F6C649 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 74D15A0D7E55F9C09596AB4FFE9F04BC /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 2AB67B8BC02240E78E042D434BFD24FF /* FIRMessagingPubSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 09091E4FE35E3DC9E4F62EE4718E79AB /* FIRMessagingPubSub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BE429969A7D6310E1192F6E7ED63AEB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 2D488CA91F4332BD3D2FECE6FF0426F8 /* CameraExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 007C4EF5D44B46F036DA4E016C917776 /* CameraExtensions.swift */; }; - 2EC2A81C4CA9037F7EC5DE5493338F62 /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 352280AFE0C52C16C78A23AF9124B85D /* GULSecureCoding.m */; }; - 2EEB90F2AE13C644C81D1C48458D7759 /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = E527D5504F0B2E09A369FB35E8E2AB09 /* FIRInstanceIDStore.m */; }; - 2EFC3E37CC053F56BDE9760213EF601B /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AADF1FE89024221120348835E71174C /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F45D122302FB80D2210D91EB03960DA /* JSTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 669F66F137802F1C9BBFC605AF2483E6 /* JSTypes.swift */; }; - 2F9E0143E70AAB6F2ADA010DF2E26B6C /* FIRMessagingAuthKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A26FF91B8D7EA66D6BFBF71840DA030 /* FIRMessagingAuthKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FD83393675700DB047E6998BDD93C2C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F884DC956E91BBB7119B994CD9098371 /* SystemConfiguration.framework */; }; - 302C8924EF276468214DBFFE726A9963 /* NetworkPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39262A05C7E6EC0E69C7075714EECD35 /* NetworkPlugin.swift */; }; - 302E71559C5AAFEE7B33A3CA6901E98F /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B32EF97A3E7BE2B51637CA256ED883 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30BD620E513411FC76E2BD7696272BB9 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = E2ECE94EA223922321A988BACAB4506F /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30CA42E7733BD9E84B82EA062DD2752F /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C396A8480895307E88210C968C8893E /* GULSceneDelegateSwizzler.m */; }; - 3147B7D8A45C489EC28E036205B467DC /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 38AF10E24011A34A1D042B6F0D2F15C6 /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3190798FAA57E44507F2537CE1C5B660 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = 3072648FBF8D37AC529F7A74F44DC2B8 /* FBLPromise+Any.m */; }; - 31B8798C1D2BC7F497BDFD9C20AA6B0C /* FBLPromise+Async.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5F84A158DBA3DB4907580443D697356 /* FBLPromise+Async.h */; }; - 32451259871B5C9733B2946EEFE22B1E /* GMUClusterItem.h in Headers */ = {isa = PBXBuildFile; fileRef = D4A72ADB0ADF77ABE4FB8B12922FCEAD /* GMUClusterItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32E07FE3F34B8C052FE5BC10AE1E7CF2 /* GMUWeightedLatLng.m in Sources */ = {isa = PBXBuildFile; fileRef = 07B9BD3B80ECA18DC4F8661C720F3CE0 /* GMUWeightedLatLng.m */; }; - 32F7EF1FAB8C4808A9B84E0A46DFB8E2 /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A962E4ED12D713F02E34943E5100E26 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3322C1A5E14566319822960F5DB29354 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE0407D0105C129389BFBE9F88121F76 /* nanopb-dummy.m */; }; - 332630CED9F548BF532AC0DDA64ADE64 /* GULNetworkInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DF4C20650B66F5A0651C948F71646AE /* GULNetworkInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3328CCA0996CE7D549230E6BE16D4A65 /* CapacitorCordova.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF5A8B51D1C6A14B19C6FB852D8FCB8 /* CapacitorCordova.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 33F5C1E93ACF2D15DD385250FBD0E64F /* CAPNotifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10AD76F60C6569DA0D9BFC4B6E51F874 /* CAPNotifications.swift */; }; - 341D59BBDB0AC2BC3E129FE8A22B3F87 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 53AD23842DB0E27241DE18C234DE52EB /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3427F82054E36249530B7ECFE73494A6 /* JSExport.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DFEE1D2CA17D2BF9911018272A1F7A /* JSExport.swift */; }; - 3454C6EC0172966EEA8FE032E6A3CAD4 /* FBLPromise+Always.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 01600788030FB794B03B13FF266E21EC /* FBLPromise+Always.h */; }; - 3459CC7A069D6A8A392CCC55265A8DAD /* CapacitorShare-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E853ED137158F09ED34D53453ED0B0A /* CapacitorShare-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3506EF1DE6BD7A046F016C5FFF425541 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CD803248E3272EC5F14533E79704D54 /* FBLPromise+Validate.h */; }; - 3668FF9C1A85059BEFDDE0A2AF33DE2D /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 575369C16E58F5090A05398154FC7786 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36702DF6B3CBC118B02D3255D139E8C6 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 54FDEF62B79F568FEE09969AF7D0A3AC /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36E932077F0D9EB7FD81AB26A2F498FE /* CAPBridgedJSTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D7A7EC5C4C48865D06323AB0B799A9 /* CAPBridgedJSTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 36F684B350788909DE5A88DCB1A9E708 /* GMUDefaultClusterRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E2603BE183697E8A36FA9D27992AA7B1 /* GMUDefaultClusterRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 378695997077345FEF95688714C58FFF /* CDVURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 778C97521D5EDEB5E5999ACEB2D8FD0F /* CDVURLProtocol.m */; }; - 3838F8EBEA222A26A4DDAC6C7172CD89 /* GDTCORStorageEventSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = AF6F654F01D02D6E76A09B87E03975CA /* GDTCORStorageEventSelector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 386BCB7D9EE592EEF47F1331E4910380 /* CapacitorPushNotifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C841E2D8E82560DCE89ACF2DC8313AC /* CapacitorPushNotifications-dummy.m */; }; - 389A0B6E128D21BA2687C1061DF7EEFD /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F00ED17747D0AB6E71555F971AE1D5 /* FIRDependency.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 38C6C76B047CE8AD98F5F9EA60D63E46 /* FIRMessagingDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 924820348133578615039DAA41B12708 /* FIRMessagingDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3986D09C49E821BBF342AF824C3E3920 /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B09927CCDE0EF67B2806DC89530706D6 /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 398AC9F3C9571A312F4E826CC6B18E26 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 940D5E3AF29C0C7792BB98C72B3B4919 /* GoogleUtilities-dummy.m */; }; - 3994BFADAAE0B4F29F8AF4941E955D3E /* FBLPromise+Validate.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5CD803248E3272EC5F14533E79704D54 /* FBLPromise+Validate.h */; }; - 39E7B172E51826981BC38CC67215A737 /* FBLPromise+Recover.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CB5073DC1F3CAB5CD7DDB70051EC8E6 /* FBLPromise+Recover.h */; }; - 3A312EA038BE8E731646A30974994FC2 /* CDVInvokedUrlCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = A428E6F9C124A92763DED28882276F8F /* CDVInvokedUrlCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3AC5F70501C483A2B884D4C4FB29D5D8 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F884DC956E91BBB7119B994CD9098371 /* SystemConfiguration.framework */; }; - 3AD07A85B1A05A0D535F7FF92B270CD7 /* GeolocationPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66C67748B12B5221015D873AEBFA7551 /* GeolocationPlugin.swift */; }; - 3B9CA1B10F346CFD7C4CF65D9CCABD45 /* GMUDefaultClusterIconGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 55AAA08F4340029A1067FB6A0168EC08 /* GMUDefaultClusterIconGenerator.m */; }; - 3C0CAC41DB5B1E9850C80E08348C8739 /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CC3EBB11D3C5BACEC51AB4A08AF0942 /* FIRInstanceIDUtilities.m */; }; - 3DD479D8D5624523EEEE2460BBFE50A9 /* FIRMessagingBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = BCB082096C2A7296A8AB3B0FC2E0FCE2 /* FIRMessagingBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 287D168D39BFA39D78581F0E9C4A64DC /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F99365526B9921746C6B931928B353 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28CCA8AED43207620B2CE861A6C850F0 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 26193F3F48287DF4FA447AB3BB188C98 /* FIRDependency.m */; }; + 28DDA21A2503DA33C981DFDC29D4AA88 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C0F481932F41342EAAD4301F8F2A87 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 294A16522F667FA9D84109C3F515A18F /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 79AA69C6483C6322F656A7C3EC77F41B /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29FBEC04197075F59002C9530FE33C65 /* BrowserPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = EA2F9AB1F8DCF3B01837565A3410652B /* BrowserPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A8C35FD7021C11363D25D31B192B854 /* FIRMessagingTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A054461095E414D61AD38CEBD7A17360 /* FIRMessagingTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B21330599500DD8C18CF2A19D02E771 /* FIRMessagingTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DEC71C582EF7314DE18B9F8220E04828 /* FIRMessagingTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B39D03804AEB48E82B708E2B0E95A15 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = A619D6308904A576B4352C98CDBAD1EF /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B3BF2CABAD0DAD5E38C8D720749FC3B /* CDVWebViewProcessPoolFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 820C3CDDA4054A08F932354D3B7BAF9A /* CDVWebViewProcessPoolFactory.m */; }; + 2B49717E93D385B1BBD07CCD3ECD054B /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = FB40AD1D521C7F4716DEDCF00BCDFB2E /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B6D6905F71000173ECF8CD1DD92CF68 /* CAPPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 5010CC433092E3831F7C333535B25106 /* CAPPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B76E9E16961174BA8C3FF572F9C70E0 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA60DB9C4344FD7CDAB98909DACB614 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BE463B39A8B7A607F24401C6CED152E /* GQTPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = B0A1AC0BD0E016558C5DB2681345F82C /* GQTPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF3C14CEEDE9A255C055A08935D7F5C /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 94B1BE8AE720DE58089DC6141D3F246C /* FIRInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C27007F1216F057BC9F640A916D0406 /* FBLPromise+Always.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 01600788030FB794B03B13FF266E21EC /* FBLPromise+Always.h */; }; + 2C31959488862DD4FE4A881D3183A3A5 /* GMUGeometryRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7922B80BF885CABC96B6BC22CE3A8849 /* GMUGeometryRenderer.m */; }; + 2C6DAE06AB5022C0BC9EA6BD5F9C86AF /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = D430183E7441406141D54B7DCB356CA0 /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D3B559432F642276EDC458CDBD67383 /* FIRMessagingAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 42587BC6647C0F158735870FF5994BA4 /* FIRMessagingAuthService.m */; }; + 2D488CA91F4332BD3D2FECE6FF0426F8 /* CameraExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A13D57A23843E08A2227983EF653947A /* CameraExtensions.swift */; }; + 2DFAD2EFDAFCCB9BABDF913C2A3D765B /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D124F49C473E55EF9E6F98BC807236 /* FIRConfiguration.m */; }; + 2E1E52603BF4A04E45B0AACAD1999D2D /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = 512AB289AC75359CE7AAC48B1565F345 /* FIRInstallationsHTTPError.m */; }; + 2E588AF13D25082D3AF09D71372665A2 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7973BA7D71F69A26C7F4F7B1AC6CDF85 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EF0F5828B6DE6724BB2578D1FBC09F1 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 768D88F703452EE0BA29E3A18D7B61E7 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F146A91BD950ADE7ECAC374D7807F5F /* CapacitorBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E7623479B1AA036D19112A000A9619C /* CapacitorBridge.swift */; }; + 2F5886846EF4C4ED0E6CA202A2D084E0 /* CAPInstanceDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 376A8F8DB75EAD8B8902328CD9D36983 /* CAPInstanceDescriptor.m */; }; + 2FC1EB648404C06FB052ABCE961C0C0F /* CAPPluginMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F9B8A546328C1931E81B8A86B3102 /* CAPPluginMethod.m */; }; + 2FF0332379BFCF70629C7B6789B315EE /* FIRMessagingPendingTopicsList.h in Headers */ = {isa = PBXBuildFile; fileRef = BB16C16A631B4C92A9A8C25FF8FD6012 /* FIRMessagingPendingTopicsList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FF7BA61B557028B034E758FE9864E73 /* FIRMessagingPendingTopicsList.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FA2BB168D238CF599877A6A0446FBEE /* FIRMessagingPendingTopicsList.m */; }; + 30100B6382DFD5F2657EBBE79EBA27D7 /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1837B2EDB3B5FE03BE8DCAD05096574B /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 302C8924EF276468214DBFFE726A9963 /* NetworkPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4B36D1046B88A49C3584B8DBE2BE757 /* NetworkPlugin.swift */; }; + 30B3DE4A360E0EF5C85B9565EE86B6FF /* CDV.h in Headers */ = {isa = PBXBuildFile; fileRef = 40B10A48314433DF1EBF6B039B02DA02 /* CDV.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 317151361BBFD99CC2958216DDA41953 /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 66A6078B65D3B7C648DEC50CF958970B /* GDTCORAssert.m */; }; + 3221545D68D1FB3FA19398BDD8CC4FB9 /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E1B07A3CBC8DDF99532C6866C95DA3 /* FIRInstanceIDCheckinPreferences.m */; }; + 325FDED9500634AB10540B2B69FE24EC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + 32C0398B1E483B244A76ECC40C78175C /* FIRMessagingRemoteNotificationsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DE620724F5EA8C25DBBF8212C56367A /* FIRMessagingRemoteNotificationsProxy.m */; }; + 32F4596EB560C0E5F48C014DC57EB1F4 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B1E2F07440409F0A8A45A135B920B49 /* FBLPromise.h */; }; + 3398A1EB339FF6E4BD17F68C41DCA057 /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BB6F1FF3AD4B7CCEFDFD2BC6557F8A6 /* FIRDiagnosticsData.m */; }; + 33BEA286DCA10CAB6FA8DEC33ABD6D25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + 340D42FA641B824B6E3036AE06FD896F /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B32EF97A3E7BE2B51637CA256ED883 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 343400F166BECDB2C45F16C7E46EBAEC /* NotificationRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3E5A14CFB7DBFC3BE22CB77086DA71C /* NotificationRouter.swift */; }; + 3459CC7A069D6A8A392CCC55265A8DAD /* CapacitorShare-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E4DE2E20FD65CCC48989D26F1845CFAB /* CapacitorShare-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 346A700A52B0CD5EACD05CBA9D6CE43E /* GDTCORDirectorySizeTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C0F7E81FA6AB888B4A89EB88A7D1C6 /* GDTCORDirectorySizeTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35D273421A9F92578A772F724023C364 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D2BE51CDEBC76FF6788E570D7FBDC33A /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 362678BA110E35559D995239FDB8E745 /* FIRMessagingAuthKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CB69AAABFDC8C7BFEF1EE561005E752 /* FIRMessagingAuthKeychain.m */; }; + 36BAC18C24229F9B80BAEEDA5B190C67 /* GMUClusterManager+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9E3B04D0D20DF4791B91EFAFE72514 /* GMUClusterManager+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 36D7020AC70BD01C896F19965BE7D2AC /* FBLPromise+All.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3D39B40C872B164EF0C16CDF1D5C8531 /* FBLPromise+All.h */; }; + 378DAB6D857DB9418687D9548E268931 /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = B7FA48A161210B20DAA8EA1568239087 /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 386BCB7D9EE592EEF47F1331E4910380 /* CapacitorPushNotifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8FD2B9074BF306249D6552AA75D3624 /* CapacitorPushNotifications-dummy.m */; }; + 3901C83E4231F8038C0C3E4B1CFA6FDB /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E04359CB8A9FDBC2BB36F5F10421F7B /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 399EC1EBF7450BD57769BE1D385547EF /* FBLPromise+Async.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5F84A158DBA3DB4907580443D697356 /* FBLPromise+Async.h */; }; + 3A0A278704A1A67D78DD7DADF0560B9E /* FBLPromisePrivate.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B6B090F1ACA948DC0C8E01B4DF3CBA8B /* FBLPromisePrivate.h */; }; + 3AD07A85B1A05A0D535F7FF92B270CD7 /* GeolocationPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69A43B511C6A1867950DFE13512859B /* GeolocationPlugin.swift */; }; + 3B653D7F51D339B6AAB5975A8929D014 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E53C0812A1E8CDB6AC7881235C10B36 /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B6996BAB041A3199D6E181F844B2D1C /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A7EBE41B9312C458C6B28E5C92FB348B /* FirebaseCore-dummy.m */; }; + 3BA9704588008A1836FB238435004DAA /* FBLPromise+Do.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0B380AD69181D54D401CBD1A8DA7A491 /* FBLPromise+Do.h */; }; + 3BEEEB1206ABED385565FB14F0DE49DB /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F27C2784464AE8550AC5EC23AD5671 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C011BEC45543899981EE41DA6474414 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2B6E3371E859B4F863819E2348AE /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C8EC9B3D0A1061705EA1CD983EF3AED /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5863CFC51209FE3B47308E74AE69F0 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DAC8C9DC2CF6669993A40470D93DC4E /* CapacitorUrlRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF7416B428DBE9C2EC3AB913505A9D93 /* CapacitorUrlRequest.swift */; }; + 3DAF8FBD60822EF07C8750862B5F087F /* FIRMessagingTopicOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B0C0642C88CCFFC7C6C6F92363071D7 /* FIRMessagingTopicOperation.m */; }; + 3DB1DD9C4B81A6576AE702169457408B /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 93A9004DEA8FB6FF9A23B6E8022CF536 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E321F31D720CD8DB3FF811B99E06065 /* WebViewAssetHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8646987002321FB27800BCD46918A59 /* WebViewAssetHandler.swift */; }; 3E39994922C483D9F08421ABBD9E68E5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 3EE1FD824742F306D394F373F2D4339F /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A7F9F1B1F385A25600BB006A7187752 /* FBLPromise+Always.m */; }; - 3EE20A2057D44E961C722CA7A46C15F6 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F0063DBF7B718B047456ED9F10B367 /* FIRInstallationsStoredItem.m */; }; - 3F14B4D0E58D3D367078D152790C5154 /* GMUClusterIconGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = C31D80847780A617B36151FAFA61C13C /* GMUClusterIconGenerator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F2AE169F4A70C69F2B8B61CEBF69AD0 /* GDTCORFlatFileStorage+Promises.h in Headers */ = {isa = PBXBuildFile; fileRef = 630ECFC07C30AFC1D14CA4FB26AB88F7 /* GDTCORFlatFileStorage+Promises.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F93D6C4875B2AB1749DD3B45579895B /* FBLPromise+Wrap.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5109F0244B820630BD5D915C52AA937F /* FBLPromise+Wrap.h */; }; - 40350B743B83E88BA66BB3F598848802 /* CDVCommandDelegateImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2947568C2AC92F886C32197F1DA499FA /* CDVCommandDelegateImpl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 404EBF9F7F9618406ACE86AE1A38A493 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 40F80373ED6DD8AB01D9346525806218 /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 35D998C255BA8A195E3A1726DA874BE8 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 414D1A06AE5547D660EE257635B1D4C3 /* StatusBarPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A37E31895CDD9A31E6CD7A8F47A263 /* StatusBarPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4155E4F333ED0BE75301B6295F0026F8 /* CAPPlugin+LoadInstance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A763A4801076756B239C8614A4DD22B /* CAPPlugin+LoadInstance.swift */; }; - 419A10C1FC45A5078BCDEB168CD885A7 /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 44D77EC272DA7C761799C71AB1D1476C /* GDTCORTransport.m */; }; - 41E0B1DE2D92261DD7E0534C63A5ADC2 /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BBAA3CB149CD781017BCF966FE7FCCA /* FBLPromise+Retry.m */; }; - 4231D93F10E5ED3B70E061F8FE4064C7 /* CapacitorBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18976FA804486E69298783F944BD61A3 /* CapacitorBridge.swift */; }; - 42A3752B60A83A9A9267D0EB92DCB5F7 /* NSError+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EBF7B00F692A4E51A65AF7C7D433A44 /* NSError+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 437FD4B4855E27A546674E0477CB1376 /* Keyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = B50E1A06D5ECD4998376C46902563D66 /* Keyboard.m */; }; - 43A2FB89DA04D4E9FB369EC358A942EF /* GMUGeometryCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 18E921021D89418ADA83CB5D4F8641DD /* GMUGeometryCollection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44355C9E5D6D0EED1448501BF70D704A /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 43A7E1FD6B9734C6734BBC87C5091CD4 /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44F38E2B8930D141BEE1C2AC37E59734 /* FIRMessagingCode.h in Headers */ = {isa = PBXBuildFile; fileRef = AEA9159EA3E3243BFFD10B5DF6004513 /* FIRMessagingCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4526B6B502BACA0548FF5D5EBCEC0909 /* GMSPath+GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BFE349D6699D542CE8A9C08E5EA0103 /* GMSPath+GeometryUtils.swift */; }; - 4536FCCD1CBC20FFC239E8BB4299D176 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = CCA63C2C6E046C54D40C28D2D3595EF2 /* FIRInstallationsIIDStore.m */; }; - 4538D37504AB52487A09AA16330D0926 /* CAPBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D4FDA70F7F4F38D36D24F595C2E677B /* CAPBridge.swift */; }; - 45B0FA4DB19194B87A13FD5642999D3B /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B15F5E7419015B39A3FC07A43A77589 /* FBLPromise+Any.h */; }; - 4611148B149B7EE9FC2596DF3288DA87 /* IonicCordovaCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = BE846884ACC898431422316373E41C07 /* IonicCordovaCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4627D1F974AC5449C41E218B0A8FE612 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 636CA3E402A71351D15DD3BDD37D2DD9 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 463A4079338F7A53D89A1978947D5572 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 57BBFF8876A90A3FCB36B32FD3E69D31 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46559F65174D803A93CC9D9325A2DD30 /* FIRMessagingAuthKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CB69AAABFDC8C7BFEF1EE561005E752 /* FIRMessagingAuthKeychain.m */; }; - 4694B5B28F4078A4DB010550D50820D4 /* CDVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 03BFE5076C50BD7C97B9AC2765F96F8F /* CDVViewController.m */; }; - 46A45480ACD00FEEBB2904326613A5B9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D412B1A8923B99D2411F0D93BB820856 /* UIKit.framework */; }; - 4729BDFF869B61215BD57F6527EE705B /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 57B6FE22665C35FD642AF7170FAFB5A3 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 478EEC6FE7C2BB64637396CEE29DE9D4 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 10F1A3C038DB535F3FAA86D825EE41A1 /* FIRInstallationsSingleOperationPromiseCache.m */; }; - 4829C4F745D4901140C9BE8C074D683A /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A61B7FEE3060D9F192679846947CECE /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4864BD80972D6BA5FEFEF37357A59E3E /* GMUGroundOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D8C2458F1D544E0A89CA1B38F502E18 /* GMUGroundOverlay.m */; }; - 4876B09EE2BD879514818809E0316955 /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C7400387C8E275CEC82FEAEFF6AB9B3 /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 488416DF903392C666B25E2EF0997BD5 /* CapacitorUrlRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D1B6F52B180DE875F08FFB8585E20C0 /* CapacitorUrlRequest.swift */; }; - 48990253A7D0FC9D7747BAF8E2441A5C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 4918731912A0E9D7779547119D8564C8 /* PluginCallResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFDCAA82564758957F2FEB312EB467B /* PluginCallResult.swift */; }; - 49194F1EF13766F98AAD12725002EDB9 /* CameraPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B3D572D6C70C96DBDDDBA8914F5F50 /* CameraPlugin.m */; }; - 4980D65B282676FE40301AE0C208D8BD /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E60D2627A83E952CCFCF549EFE8BC4D /* NSURLSession+GULPromises.m */; }; - 4A0682559E0EAFCD3CC45CF59089E8AF /* CDVWebViewProcessPoolFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = EE719BEBB190B19691806158F0241B0B /* CDVWebViewProcessPoolFactory.m */; }; - 4A6F2B443000B88F02A8273C3BACD67D /* DialogPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 21315CDA8B06A4CDCBF765107C6AB419 /* DialogPlugin.m */; }; - 4A8FFD0C36D7F8D39978F4BFB7802890 /* CatesianPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0DE80DAC2AAAE49ADFBE9AD41BA9B3 /* CatesianPoint.swift */; }; - 4A95148CB34740307B91D6C249A3FA9E /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB7968EE0555325164DD4661FD65587 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C678EA9AA556FF530CB71FCA9195448 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = E298D8EDC93F53356689A11E2EBE0EF9 /* Reachability.swift */; }; - 4C929A32E0A6534E56F3E176EB8E1863 /* GMUClusterAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = DE3391957E438E8A86272BF666541E98 /* GMUClusterAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CFED18C66010DF1C7C1E8E813878D54 /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = ABA65435F2FFBA0954DDDFB1CB182846 /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D41621E4B9113FE098CB44E32168F92 /* GMUPair.m in Sources */ = {isa = PBXBuildFile; fileRef = F21BE4763CC259CBF39B861AB92BFB0A /* GMUPair.m */; }; - 4D56EE2A95AD49661D91178DF9B8EA07 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = F815A563567D03210B0DFEA08B9D1605 /* FBLPromise+Recover.m */; }; - 4D756103C58EA357821EC41F780C26A2 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A0E75692F7B60121815160ECC98012D /* GULUserDefaults.m */; }; - 4D90966B110E1BE1FFF8C697BD1AAB46 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F84A158DBA3DB4907580443D697356 /* FBLPromise+Async.h */; }; - 4DCFD41C6EDC230C94EEA813CCE81952 /* NSError+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 8927504DACD91AAB46ACC6AD73B61CAB /* NSError+FIRMessaging.m */; }; - 4EA8DFE3F1D129C488EDEB6470C03ECE /* FBLPromisePrivate.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B6B090F1ACA948DC0C8E01B4DF3CBA8B /* FBLPromisePrivate.h */; }; - 4EEE20D686C7BCE8CE31DB6CED454D64 /* HapticsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 64C78B4D84B7CE3866489477388CC358 /* HapticsPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4EEE79CC23A6E181585087A6CF425715 /* GQTPointQuadTreeChild.m in Sources */ = {isa = PBXBuildFile; fileRef = 489773FC12135F35C1EF20D8309442E2 /* GQTPointQuadTreeChild.m */; }; - 4F4BF42B8E3BBA2A6EE91FC25AB56D14 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6CD8AEF8E9CFB2D5AA5BA6800C0440 /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FF5BA54A413AF25F2FAD58FC47AFF59 /* CDVPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 471CC669721C6CD530D15E10BE1ADA5E /* CDVPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 501F5F06C496850300D91A48CD39178D /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E6DF6A571FF9BA5D08F8AB51B936F8C /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 505D2E07AE465D24A9ED66C1E740DDB2 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 09CB65AE0A28FE6BC8743DFE559974A6 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50C520449CB7B1DA7D24DC557D009E42 /* GULNetworkInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 888DBA953F6A951364F16A1E399DF89C /* GULNetworkInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 50DE5D27AB2E6810EAC239FFB4257C1B /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D6D2B1FE42FDACE7C5F144305850F04 /* FIRHeartbeatInfo.m */; }; - 51522A22C21772E0749A5CCB9AE4414F /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = E46872EC6E83517F997D6F2EC0A6E88F /* FIRCoreDiagnosticsConnector.m */; }; - 516511CAD66CA580E34F7B1DB1F29603 /* CapacitorBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E7660BE2582477BEFFB29B486C6AC5C /* CapacitorBrowser-dummy.m */; }; - 51FC745AAE6851AE526B503C6ED8F05A /* CDVPluginResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C68505CD9B0ACCF4FDDC8C6B64960398 /* CDVPluginResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 51FD8E8E6C6DFDA368112A3B0C25D78F /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DAEFC36CF04D0A690A5CB9DCD43A196 /* FIRInstanceIDTokenOperation.m */; }; - 52763456DBCED2795C17DB41624E0C6F /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = A19843F5CF45D496A3EB73DC47465D4D /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52D4C2FE24E7D09E049C14C39214C020 /* FIRMessagingConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CB778F590797A211ADDD2688C4C0FDB /* FIRMessagingConstants.m */; }; - 535C5CDAED1F57C476495EC689FDF189 /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B9DA2F9461ABBDFEC8AA91D89293443 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53C5069594B4090D7F8C0765910A9933 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0C036873ACFE20399167EBED877E374 /* Security.framework */; }; - 542FE12FE5491EBB51B7E3B3F251A51D /* FIRMessagingPubSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 58E26409028EE3A35664C3924C90EDD7 /* FIRMessagingPubSub.m */; }; - 54927217C37B4E72D7AF0F89D18CE50C /* CapacitorHttp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 665591ECFC4127A5EE1E7D0A49DF20E8 /* CapacitorHttp.swift */; }; - 54BC6FB65F08E6C6288D2307627BE88E /* GMUClusterRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = B4817AD9E2DB359941D1E32A0094E0CD /* GMUClusterRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 551FD85F7C077DA8F39242156C1857DD /* WebViewDelegationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D6BCCE951F4A790245C752CE4B2848D /* WebViewDelegationHandler.swift */; }; - 556E2811E97BF166DB162B93BD50E736 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D124F49C473E55EF9E6F98BC807236 /* FIRConfiguration.m */; }; - 55A7F5FA368163C3AC36D0160A45AAA4 /* GMUHeatmapTileLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 19550738EB8D961A12105617566E5A0A /* GMUHeatmapTileLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 560BB928017E8FD666B31305A47EDF25 /* CapacitorKeyboard-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EA105B553EBEDE41491BC1C5304B460 /* CapacitorKeyboard-dummy.m */; }; - 56565346C301EB22B0997BC40513B724 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CB094CB70EAA82C697058ADF47C73F2 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 565D96D6BA2C0ACEB776AB708AD72F5D /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 10D45E6992C8233ECDF445203F1122BE /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57488A72DE7C0C91E94489C62CBFA51A /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A421F1AAB0516128D0D0102E1B77F6D /* FIRInstallationsAuthTokenResult.m */; }; - 57E2BAEB431BF099D13AEE67D2AA1769 /* FIRMessagingTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B13F56DC35B2F0B42FAECB9071D1AA5C /* FIRMessagingTokenInfo.m */; }; - 5846D8D4C0EC3B065B31A3687BD9184E /* FIRMessagingTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FEFAC3772A12AC0594FE1CFECDE95C1E /* FIRMessagingTokenOperation.m */; }; - 58516985352B43361817ADC96098D7AF /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 26193F3F48287DF4FA447AB3BB188C98 /* FIRDependency.m */; }; - 5882EC2DA5D6A29BD9A55A39DD24050A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 589C5ECFE0F981247787821F8E0A7189 /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2797545C97A5015BD81F2B816DC10819 /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5910427A3AF8323F008939310C8BC590 /* FIRMessagingTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 57819A721B915D2753B591BAF845D95F /* FIRMessagingTokenFetchOperation.m */; }; - 5979383B8E9D0EF4E7D5F356B09E3BA5 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2F905A466921B476145B6AF598F03A /* Network.swift */; }; + 3E533D3B5F3135E2F3DA63C250F9D32F /* GDTCORFlatFileStorage+Promises.m in Sources */ = {isa = PBXBuildFile; fileRef = F46062953612CD0BFA31539C6805F072 /* GDTCORFlatFileStorage+Promises.m */; }; + 3E7A63499606BF29690D9B716B330F74 /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B9686BA04E2CC79E3E0854EFB283C6B /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F037F73555EDC9E4ACEC60762553891 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CD071A0FB82C19EACC6D758974108AAC /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3F3B20DC729712DC29241BE925038CC1 /* CAPBridgeProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B36009FA423D429DF78F77B15205D2 /* CAPBridgeProtocol.swift */; }; + 400A8BEB0AC7A7019CF03CA97AC03386 /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F294A0FC9F6533BF32C22C193A335C65 /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 401739A7BC497DC667D1B374BF50DBA3 /* CapacitorCordova-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A192C6A1B58CA50AB442D1C9A09C255 /* CapacitorCordova-dummy.m */; }; + 413DC402AE7B1048AD7CF28903719341 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = FC9610BC02257007E4604725FEAF5A5E /* FBLPromise+Catch.m */; }; + 414D1A06AE5547D660EE257635B1D4C3 /* StatusBarPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1748881051BB408C0226C436F9515EFF /* StatusBarPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 41B0FD09EA80AB158C58976303F563C1 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 53AD23842DB0E27241DE18C234DE52EB /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4314B25E778CFE0CFA198DD77C85D195 /* GMULineString.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3319A3A17F87254D02030AD83C6089 /* GMULineString.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 433531890D3F01BDD87D01B87365B739 /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46F61D89290D5BC0E478FB05E3169525 /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 437FD4B4855E27A546674E0477CB1376 /* Keyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 377CA5792C861B087AF662A80FA98390 /* Keyboard.m */; }; + 4381E6B41A2294E6F9D661628064AF46 /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA068E4AEA38DBAC5338537793AC9C7 /* FBLPromise+Wrap.m */; }; + 43DFA6A87FE4704781E5D1D7056FEE2C /* GDTCOREndpoints_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6FF49D9E3A6C2A0E3FC1B646775A4E /* GDTCOREndpoints_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44775CDE6C581E1818534CB5766850CD /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D24963F4F933E1AB28CA72DE430A245 /* FIRInstallationsStore.m */; }; + 4542404B69CCAE166485C73C793374ED /* Data+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A520AFCA1CE43F890A73E1FC0142279A /* Data+Capacitor.swift */; }; + 45A347B52DC073ACB5AFFBD34126B0B5 /* GMUGeoJSONParser.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E753F1784740782E0751D7473761AB /* GMUGeoJSONParser.m */; }; + 45BCE6413D976AD4FB086B39058A613B /* GMUGridBasedClusterAlgorithm.m in Sources */ = {isa = PBXBuildFile; fileRef = 46CACDF36CB4ED928E79148F3D219711 /* GMUGridBasedClusterAlgorithm.m */; }; + 4611148B149B7EE9FC2596DF3288DA87 /* IonicCordovaCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB83751F6503BE833E8436CA99C7A20 /* IonicCordovaCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 46555D577269DE9BBC61D88B22D99738 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B6ECABFD0E85BB92F4F3137879CDF5 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 465CDAABC0EBA486CB7355B50CCEB6FF /* CAPFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA40A536933349866A45AAFE2B9D8B3E /* CAPFile.swift */; }; + 4774CC12A398E31F12324B52A560FA63 /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = D6104EE63B88F20BE8CE4605517ADE83 /* FIRInstanceIDCheckinStore.m */; }; + 47A49B9BD0657AE1735D66A1E3884973 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C4C430F424EBB0DB6D4DD4AEF18F6BB9 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47CB04EFE4F2771B13F6CD46C6B7C9B6 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = C5299D86F35E9646447E8B3C8AE4E1BC /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48577039BF95F8C326A40A6925A30F06 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = D41BF1A1D5238D756468A2A8FDC497D8 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 487CB9FE472BA82C008DD95CB0EDBBC4 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43AEB54A9B2C7CCAB00812DEDB4EF5CD /* CoreTelephony.framework */; }; + 4918E49A834D1CA5AADE211C6508D9B0 /* FIRMessagingTopicOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 919729E60800ED109C5EB45A8CBC4F71 /* FIRMessagingTopicOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49194F1EF13766F98AAD12725002EDB9 /* CameraPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = F6A601DC1388AFB7DD8FAFD0C684A6C7 /* CameraPlugin.m */; }; + 495E28B82A4BF0E4CD7E3A982C14E86E /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = FC6EE3B57D7EF75C22A90E573BEFA8ED /* GULHeartbeatDateStorage.m */; }; + 49F0A44263DB127B93E4326DB9B25E58 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 57B6FE22665C35FD642AF7170FAFB5A3 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A1FA03F87B0659FA5AEAF9F7E8B3DEF /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7223594156F5599DF7C4F3E2460A80C2 /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A65CC4C9FFADBB4875801B8D7F9729A /* Capacitor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A6ED41EA95609C0150A25D26CBAAB9CC /* Capacitor-dummy.m */; }; + 4A6F2B443000B88F02A8273C3BACD67D /* DialogPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = BB85594EB34B0B839F7B885C5EB414E8 /* DialogPlugin.m */; }; + 4AC722C409A572665DB9E3260F30DFEA /* CDVCommandDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FFDB72192A1FA075294F3710CBCDEC54 /* CDVCommandDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4AC89DE0D76D48ADB2F3B6E53FFFCBF6 /* GMUGeometryRenderer+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 56C45233A58FCE2CF2FD2D08ECA6CDDF /* GMUGeometryRenderer+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4AE298FFDED888C78584CCBA20FF4F5D /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B59428541F6141DD9AE51969EEBB6E1 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4B29B6E5F22BB4B7636E392EE94A9BCE /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF297322FF32928C835C4EAFDA77969 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B7DD25C60E0517B6AC8F5264F94D607 /* FBLPromise+Timeout.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FCD2AEB21B75DC72A97634AD53D0A484 /* FBLPromise+Timeout.h */; }; + 4BEEFCBF5958514EE2B909FFAB097753 /* GMUDefaultClusterRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BD88D364A40E4ED3ABE52246F22992 /* GMUDefaultClusterRenderer.m */; }; + 4C004F9C662167431F7DF468B6CDA4E7 /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DBAA47282B677AD3297C6776D86BAED /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C5E4A13B62F3E732DA40309AB7451BF /* GMUKMLParser.h in Headers */ = {isa = PBXBuildFile; fileRef = EDA7B33F36191D582882D3C2B44185BD /* GMUKMLParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C678EA9AA556FF530CB71FCA9195448 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12B3EE8200B76EF2CA2EA428CE12DEDA /* Reachability.swift */; }; + 4D1367719C99FF9D909355388D0A7A86 /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = AD9CF8A22392194929853C8994CE2A76 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D4121A2A17FA0189D8D188BBB153DA5 /* CDVPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ED4051C6F05D42650548E8C4782CC7A /* CDVPlugin.m */; }; + 4D63DA8694E35BCB91F82DD023DD3174 /* FBLPromise+Testing.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C015A4CB2FE288AFE7B2CDD088DFC8C9 /* FBLPromise+Testing.h */; }; + 4EA09520FC196614FCDEFB6F0610FF09 /* CAPInstanceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C45F7E8B09C410505C7D1EF5E0A39E2 /* CAPInstanceConfiguration.m */; }; + 4EEE20D686C7BCE8CE31DB6CED454D64 /* HapticsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = DE920F709C389F5343A4A26D86E740DE /* HapticsPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F1879CC0FF5392DBBB96093D2A3FFB5 /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AADF1FE89024221120348835E71174C /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F8E2C67F5B07CB30A010985A3C9514E /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = F9C793B1753958BFFF79BAC25F9B7D2C /* FIRInstanceIDBackupExcludedPlist.m */; }; + 4FCCD468BC466FCB7C5094C14703FCE3 /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 352280AFE0C52C16C78A23AF9124B85D /* GULSecureCoding.m */; }; + 5006B1428488CAD36955974ED418DB89 /* GMUGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D44D3DF9F15681205B50F06B594D615 /* GMUGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5031A455AD3AB471382624AC08AF9889 /* CapacitorCookieManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE6B80FAA05F8D3378B7DD779E347AC /* CapacitorCookieManager.swift */; }; + 503622276321FA2DEF01C552A61589F5 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = EABF1580F3A84D1B6897D07A14FC8B88 /* FBLPromiseError.h */; }; + 5055FAE4F62F43297DA1A0D3001453AE /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 51DAC92B51D8E197518C5890C883F03A /* FIRInstanceIDAuthService.m */; }; + 50C215932DE215E3A492F64F9E777A39 /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = CB571945261744A4945D61C1807780ED /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 516511CAD66CA580E34F7B1DB1F29603 /* CapacitorBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AC2281C2DCC7C05F4801F135447F85E3 /* CapacitorBrowser-dummy.m */; }; + 51C797CFE2F73D373A7553B515DC7FD4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + 52415C612F3C1BAC62455CBF2955EFBA /* GMUSimpleClusterAlgorithm.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AF0B8AA714A6A4B63CE38EF6F289A14 /* GMUSimpleClusterAlgorithm.m */; }; + 52D07256186E7F29B3BB6ECFFCFAD490 /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = F80A54B1B5FF1778A6E49040B28E5FC8 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52F4E7C8954B45B4F7E51E11CA525751 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C7688B43F242EB95747E8150CAAB780 /* FIRComponentType.m */; }; + 532F54130B87A4BBB6B0B0F7F89B6391 /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B09927CCDE0EF67B2806DC89530706D6 /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 541018C8CDF42FCA151195C907376409 /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 695E6C3350AABFF1282B27978388DBBF /* GDTCORFlatFileStorage.m */; }; + 545CE47F6C11E7478B74AC591B430D9E /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = 3072648FBF8D37AC529F7A74F44DC2B8 /* FBLPromise+Any.m */; }; + 54E70C73C98D7EF08C4EEE1C70AE20D2 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 42855A4953D22BACF8935B9145D18CE2 /* PrivacyInfo.xcprivacy */; }; + 55FCE3882D195B0112E19098B93918D0 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 635F2333313E9887539061A952964FB8 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 560BB928017E8FD666B31305A47EDF25 /* CapacitorKeyboard-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF044A6B62D8530C862359F7C5CB005 /* CapacitorKeyboard-dummy.m */; }; + 57BD4EC2869AA24541943E4702845FC8 /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 45D7E0AC3B6D4B788DF8D3CD33FB5D29 /* GDTCORTransformer.m */; }; + 594DC4537C31C67FCC550F705B0AE5C7 /* FIRMessagingPersistentSyncMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 88D8A32E8163434CD50FCB1FC886EB23 /* FIRMessagingPersistentSyncMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5961B733007C251F00704324EF9AAE7B /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = E46872EC6E83517F997D6F2EC0A6E88F /* FIRCoreDiagnosticsConnector.m */; }; + 5979383B8E9D0EF4E7D5F356B09E3BA5 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE0C18C4B5377395273F85BFEEFBB5E /* Network.swift */; }; 59EA2C1000890C88F2945F1E51590E4C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 5A3F5FD005A934A5CC023D99F4CD4BCF /* FIRMessagingExtensionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D2B405A8FA615FC8EECA89B775DBA6D0 /* FIRMessagingExtensionHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A6CE423F24B6AA42314C61D4C16B030 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C1BFC49F0618D2E40A027536497D09B /* FIRVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A6E00B12AD7A1767F4CFAEE846B8E7F /* FIRMessagingBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 679B76A0F89BBC3CF6BFC132A43DE278 /* FIRMessagingBackupExcludedPlist.m */; }; - 5A794963D6AD2E24915B66F15151065B /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 30183ED92C4564F227A82E55DE100A16 /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A796335ED536A05521229FFA2652608 /* PreferencesPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 69542F2CF188B12E8B9417D0BAA7D956 /* PreferencesPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5ABB29473E794ADFCAF21DE39CED187F /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = C1CCCCF2EA80C37E3B9EC55B26FEC75E /* GDTCCTUploader.m */; }; - 5AD07F69F2BE3C5D7F028CE18553E5A6 /* CAPPluginCall.m in Sources */ = {isa = PBXBuildFile; fileRef = BDECF063F47802DAAE10CA7F0E434EE0 /* CAPPluginCall.m */; }; - 5AD2005CCF0C7FF1F32F4D27D1B5386A /* CapacitorShare-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 553DA75CE117518CB20E02E29AB7E5DD /* CapacitorShare-dummy.m */; }; - 5AE90C9D91F3BB7C7303D78004B0D12D /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 21E0E1ED3D9639E6F54B2A5B41A82E0B /* FIRInstanceIDCombinedHandler.m */; }; - 5B69911AFAA41AF3BC6C2543F7EBC06C /* FBLPromise.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B1E2F07440409F0A8A45A135B920B49 /* FBLPromise.h */; }; - 5B82B43C790C4FD54A0B69EB6CB02727 /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B41C2055103114C5CDCC0D87CCAA97 /* FirebaseCoreDiagnostics-dummy.m */; }; - 5C7C9410D13B93750F94234D20989759 /* SharePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C821B4043506CE65064DC949DF58D69 /* SharePlugin.m */; }; - 5DB9C3E691456AE7A97751D765E1C4F3 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7973BA7D71F69A26C7F4F7B1AC6CDF85 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5DC6CE855AB42030513B7B155403247F /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B63CC43C18955227B9DE4FCFD3668D9 /* FIRInstanceIDTokenDeleteOperation.m */; }; - 5E0A6EC469F52B95463149F8271D6170 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8229D41B28A2BC54F2DCD06EFC0491F9 /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E6A251DFC02C2D9D0D30CBC9AC1AA15 /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5863CFC51209FE3B47308E74AE69F0 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F06E9D9F9E7461BA503089A690B5BC8 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 4938DFE92E0847DAD312A1DCC1F19600 /* FIRApp.m */; }; - 5F9B3AB941A23BA9A31A3890CC49FC07 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F27C2784464AE8550AC5EC23AD5671 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 609705392898563176840269DEE080C3 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C5FD3F439FF77BB1949F62064CF0E9D5 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 611BBD5A8EF6486378838FBFDC34AE7B /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E66EA66B681C5C29013EB496D6E0028E /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6141F319477F1EE2ECF57EF5329FEAE9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 615B5C0F7C604B4A0EEC17CF8D5AF5FA /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D24963F4F933E1AB28CA72DE430A245 /* FIRInstallationsStore.m */; }; - 618C0E001EF1B752EEB9CACB44EEC536 /* Console.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADCCC9D0CE70645C314E95CB4F2BE987 /* Console.swift */; }; - 61B5066837F6F65A4D788A81CAEC9C4A /* GoogleMapConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3010792A6C37F2CD31F790DB13516A07 /* GoogleMapConfig.swift */; }; - 61E2990F6F00B3B0ED76323B584A5D2D /* GMUDefaultClusterRenderer+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 366D70E7787832CBC01C8032CAD37ECC /* GMUDefaultClusterRenderer+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 625DEE488D2C658197C95DF057C02E0E /* WKWebView+Capacitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D4695104204BE9ACBDB590A678EED1B /* WKWebView+Capacitor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 62BA81E335FE486D9DE66E1C0F4D8DBE /* CDVConfigParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F0F7A1F3D34C3B46A7907E8C5075B74 /* CDVConfigParser.m */; }; - 62EB0A9FAEB75FAEA40075C91CAA4E31 /* SplashScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F405CFD704732BCAEEFE3213B0EB626 /* SplashScreen.swift */; }; + 5A796335ED536A05521229FFA2652608 /* PreferencesPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = F139C66040825ABE0BD79CAECE0ECAEC /* PreferencesPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5AD2005CCF0C7FF1F32F4D27D1B5386A /* CapacitorShare-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F41BB0BE3448F93F77F829441769C00 /* CapacitorShare-dummy.m */; }; + 5BDFCA9D236F6B3BCCAC6D95E22BFB47 /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = EA96BE71850FB019C2E65DAA4D6D1C00 /* GDTCORUploadCoordinator.m */; }; + 5BEE61310B2010FD61E7C8B162E24BDB /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D2A0334CAB279350DD277C5093CD93D /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C2CDBCD65895E30AB82B4AC7F785CC9 /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 943A3B8DE0D7BB19A431F827BB6D7419 /* FBLPromise+Timeout.m */; }; + 5C7C9410D13B93750F94234D20989759 /* SharePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 427F0714A7FB8E673B98503BD7E37B30 /* SharePlugin.m */; }; + 5CDE8F209F1E986F05CA70F16EF5A8A0 /* CAPWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEA3EE0566BB29EF32F327CFB7DFB312 /* CAPWebView.swift */; }; + 5CE1CAE93419A27B57E9DCE50F6D3421 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B428DE6C7C51BAC32A63E6D67E3A869 /* FIRInstallationsItem.m */; }; + 5D3C940A84D679D708260291DFB4C803 /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = C7BF404F849FABFB95FDF20B4B4041CB /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5DCCA71708CFC6FFFC8F63B9EC126E6C /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A0B30514EC27A670BDAB418DA082029E /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5ED77D5E9A7BDF600174B82220B62BCA /* FIRMessagingSyncMessageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 65CFC43B2A2199D97574D0E367C1E615 /* FIRMessagingSyncMessageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EF35C1664A49EE326D35238DDE1E2C0 /* GMUStaticCluster.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BF49F866BD35E25644799DFA6C556F2 /* GMUStaticCluster.m */; }; + 5F6004E52A516A4DE5F3E09EE757A77F /* CAPBridgeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7B31B8EC91429A767A41A873A28496 /* CAPBridgeViewController.swift */; }; + 5F6BC8901A4ACDFCF171D4BD5D418C8E /* FBLPromise+Catch.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 808DC486D97593F85449852E781205C3 /* FBLPromise+Catch.h */; }; + 5F81C6A68B87110995A6F7C5C0BA9387 /* GMUPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = D7EC199C7A59ECA81673925BDC15A711 /* GMUPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FAE9F80B95098B7AD77BAFA9EC58ADD /* MapPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C83AF765CD6F801AE577DAEA757B3D6 /* MapPoint.swift */; }; + 605A3A00CCF0ED349C82857AEF45EF1B /* FBLPromise.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B1E2F07440409F0A8A45A135B920B49 /* FBLPromise.h */; }; + 607897B2C64DB7F543CB206CC533560F /* FBLPromise+Validate.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5CD803248E3272EC5F14533E79704D54 /* FBLPromise+Validate.h */; }; + 609A3C10BA712E017BAD9F9B4514A2F0 /* WKWebView+Capacitor.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA482168EEFF0A732ACAEAA85EBCAC8 /* WKWebView+Capacitor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 610FDBA57DCD47E0942B54D9B752ECEF /* JS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 587CDB4F7642F9250DF8CC1B2AFE062A /* JS.swift */; }; + 61B5066837F6F65A4D788A81CAEC9C4A /* GoogleMapConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E7F1415589955540984F27CD9149913 /* GoogleMapConfig.swift */; }; + 62EB0A9FAEB75FAEA40075C91CAA4E31 /* SplashScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BD758A687DE9CC230A7448D2A86EF5D /* SplashScreen.swift */; }; 6314BE7FE93A4401179D307212CDB572 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 634555C0441C90132ED6FDA959CE65C3 /* GMSPolyline+GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B1CC29541876A7F39CEF7C4188A8711 /* GMSPolyline+GeometryUtils.swift */; }; - 6388BC9CDDEF9EC7F0814D4C06A6D19B /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D3A7163037BF67BDCF662E5E0D5F2D5 /* UIColor.swift */; }; - 638C50EA119DFDCF3C92A899DFF25798 /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 25801C3B167EE3E05389B4626A1A29F4 /* FIRInstanceIDKeychain.m */; }; - 63FE14A9B2DC6E8809818C06B43221B5 /* HeatMapInterpolationPoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75ABFBF7B6DF80DE2F2A6AD5612F17EF /* HeatMapInterpolationPoints.swift */; }; - 6466DF32F17DD849F28CAF82CA4479F3 /* CapacitorHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 06604D5BC22B47261F2BFC4186976F8C /* CapacitorHaptics-dummy.m */; }; - 6526AAF7CD94953AA7AD8950EE2C74A8 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BB7DC18760AF86B905179A59FCD8217 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6567B2E3A4FD69ECF0665D31839713A3 /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 309183DA7D1730864F67AACFB5C909F9 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66265E78766E80C6A00CEDE2AEE23BE6 /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = FC189B8A5E6B2063AD8CB957A3A45B47 /* FIRInstanceIDConstants.m */; }; - 6636A41B0C0DBEEAE149E29D91FB8EB0 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D39B40C872B164EF0C16CDF1D5C8531 /* FBLPromise+All.h */; }; - 667111E31EC170E1A9E3C2D376F941AC /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF297322FF32928C835C4EAFDA77969 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 634AC7A20F7ECEB66D5A1A43A574E29A /* FIRMessagingTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F39D7EDB86B925F56946786FA58C82C /* FIRMessagingTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63B41BD9BA75BADC596DF1D359BD64D0 /* CDVViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A6DC61D432F64EFCC25685002B8881B /* CDVViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6466DF32F17DD849F28CAF82CA4479F3 /* CapacitorHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D48C4707AB242ECA40BAA09893F08AFA /* CapacitorHaptics-dummy.m */; }; + 64924D8BC2B43E90180F90EE385F6473 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 275854AB814FFF32C06133B0C1176614 /* FIRInstanceIDCheckinService.m */; }; + 64AF00BCA26E9CE2D791A9D82CF3D978 /* GMUWeightedLatLng.m in Sources */ = {isa = PBXBuildFile; fileRef = 07B9BD3B80ECA18DC4F8661C720F3CE0 /* GMUWeightedLatLng.m */; }; + 64B5D57AC9EE4F66DB8C1E065934A247 /* CDVPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 232BA7E72A17D632DCF320BEA4EF431D /* CDVPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64FA258A91FE02CFDFA90EC2F6E67F7C /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C1BFC49F0618D2E40A027536497D09B /* FIRVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6562CA98984AF86C3B429DABECCA6414 /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 355B7AD9B204935EB650EF42714B481C /* FirebaseInstanceID-dummy.m */; }; + 65D82A3985704A2A354B0C073F77EEBA /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B53265F51957C1119BDC220C10EB0EC /* FIRInstanceIDLogger.m */; }; 66D32FB0B64936A263A70BC0A791DCE1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 684A907769030210CB96C0DB43C5B0D4 /* FIRMessagingPendingTopicsList.h in Headers */ = {isa = PBXBuildFile; fileRef = BB16C16A631B4C92A9A8C25FF8FD6012 /* FIRMessagingPendingTopicsList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6927EBDDF17110FD5B9FDEDD850F6478 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A266D473EF8FF33DC9156E64C016529 /* FBLPromise+Race.m */; }; - 694EAAAD90C52EEEC83A39505BB67A78 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = E272FEBAA6DF3B87C4C33F4A8EB80705 /* GDTCCTNanopbHelpers.m */; }; - 695C1EA38A8D419863E8BB9BCC75E39B /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = F588E98463100CADFEA959492AD49CDB /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 698708514A91B09F6E75EBF72B56A66B /* CapacitorDevice-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B0C90D5F817765140931CD7F5A5CD74 /* CapacitorDevice-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69AB76DB65DC04524E63DDB8490B8015 /* GoogleMapPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372C6D19D9962F491329AFA26D70272B /* GoogleMapPadding.swift */; }; - 69FFD0F5546A5A04D941EA1E6CAEAE21 /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 808DC486D97593F85449852E781205C3 /* FBLPromise+Catch.h */; }; - 6A022210B7D6217F0FB7206B97B73B80 /* FIRMessagingSyncMessageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ADC596DE1695345B6FFCF34CAA561B1 /* FIRMessagingSyncMessageManager.m */; }; - 6A715F0617782286B8E8DC021E799139 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6C9423D1A71A2FD3E2544BE346BBD0 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A9457E58FB51C6209B1F59E6CA90392 /* GMUGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2446AA403ADE6354A63E37F73D29FEA5 /* GMUGradient.m */; }; - 6AA84B5630F3172393EF0C6C90B0DB4C /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = D6104EE63B88F20BE8CE4605517ADE83 /* FIRInstanceIDCheckinStore.m */; }; - 6AB6454A2E7AC046E75A83273094BF53 /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 943A3B8DE0D7BB19A431F827BB6D7419 /* FBLPromise+Timeout.m */; }; - 6AB8C29D8ADB97B8497AF599679946CA /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = A4F3365B21766906F1759CA66EA578D4 /* GDTCORPlatform.m */; }; - 6AEF8CDA8472B94DFE638264F02BAE89 /* SplashScreenPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = F526B840328164C21775497885CA9B14 /* SplashScreenPlugin.swift */; }; - 6B70F4964CCBBF3A63C0FC5377F5E02C /* GDTCORDirectorySizeTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C0F7E81FA6AB888B4A89EB88A7D1C6 /* GDTCORDirectorySizeTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B78161F1A9F83127C601030EA808C3A /* Capacitor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 84BA094F1D3FBC31832FD78D43CCCA70 /* Capacitor-dummy.m */; }; - 6BAC3EB110AF916BA141E4DE93821660 /* CAPInstanceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = CD6F7B6C1E8DCA9FD32F42F9F1944AD2 /* CAPInstanceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BDB97FD1220FF8B343D278B314B7A92 /* FIRMessagingTopicOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B0C0642C88CCFFC7C6C6F92363071D7 /* FIRMessagingTopicOperation.m */; }; - 6BE7F58B0CC40D9645799FD68D1A6E49 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 86771D94C36F8F8BDE7B786E8C17FAD0 /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D9B043E5A583C6403FD44A60801367A /* GMUGeoJSONParser.h in Headers */ = {isa = PBXBuildFile; fileRef = FECE4EE1CBE5DF66757E93A37509DD48 /* GMUGeoJSONParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6DCBB117D83CD285F49266C98B3F3B0C /* GMUStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 8207BC79E4298B97F5288D0805CABED3 /* GMUStyle.m */; }; - 6DDDF38956A9B2778B2361B8B0F2F26F /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B28679DAFAB52DDB5FF655792779724 /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6DE4DCDE21E35DA96AFB5282F61470B6 /* GMUStaticCluster.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BF49F866BD35E25644799DFA6C556F2 /* GMUStaticCluster.m */; }; - 6E5FEE37615B5589486AB5E83881A455 /* FirebaseMessaging-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01E572BEBF588486E85ACC08DABBAA8F /* FirebaseMessaging-dummy.m */; }; - 6EC2B9767138BED9E95F67F0C68AB1A6 /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E04359CB8A9FDBC2BB36F5F10421F7B /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F8DDFB3A37E19F5B89696E388F16E76 /* NSDictionary+CordovaPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = DA99161B098D9A2CB7EBEA7AD14BF295 /* NSDictionary+CordovaPreferences.m */; }; - 70333A805C9054B13B9D5D4B3E0583E4 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E0F6465769EF09AAF8404A7273E0437 /* FBLPromise+Delay.m */; }; - 70B400E027FE342FC073E784B55BD46E /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBD8A495EF03A676E159CCFA284C0F3 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 712A83A78A063CE9496C1AF65C69456F /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = B9553D6E875A32C86F6F3593FFB31F2C /* GULHeartbeatDateStorageUserDefaults.m */; }; - 71515558C3F0BC4E981B459002D97E8A /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = C5299D86F35E9646447E8B3C8AE4E1BC /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 715C51BF66B0D25E2C49EE19C6759352 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 71947FB57A6467FEEEC32F25F7966EF9 /* StatusBarPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A3F553E44F68FF7AFF54666A98B6135 /* StatusBarPlugin.swift */; }; - 719C70E6C0428C0A8C3A2A181C31CAA7 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F99365526B9921746C6B931928B353 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72015555BB601660FD52DCFEE2BAF9D6 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = C2574C7A19BE00A7642C103D6AEE335E /* FBLPromise+Retry.h */; }; - 72F692FF7F8260C516D5024C50EA85A5 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = EA564192B6A8BDED2EAA28C297450AA3 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73125387EFC47D6366900AEC044A1442 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 476EC2093E7C73DE949AF72F15AEF298 /* FIRBundleUtil.m */; }; - 73397F94DD409ED9065B854A388984F6 /* GMUGeoJSONParser.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E753F1784740782E0751D7473761AB /* GMUGeoJSONParser.m */; }; - 73452E2C9E57F0D397D83F4A34D9A220 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A883996CDAE34E9CD9DD5BF894DA8359 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73B79BA132771859E30FB3059D71A28B /* GMUKMLParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E311470BA066BB6167E848E4DF82DED /* GMUKMLParser.m */; }; + 6747C752DD9943D00920F0037E4E09A1 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 12DA231F47010265C7C7FFBB551F78CB /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 692917037F26561332947CF6C7138E15 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CD825C610AE35CC5206661B930F98CC /* FIRAnalyticsConfiguration.m */; }; + 69785B20B19E5CD8FBFB8DFD8856E6D0 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8979E43FE18F2CA09D4F09067D1D25CB /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 698708514A91B09F6E75EBF72B56A66B /* CapacitorDevice-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C63B61B9E83406C985D462196CCAF1A1 /* CapacitorDevice-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 699035CF5544706BFA089A8EE93712D5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D412B1A8923B99D2411F0D93BB820856 /* UIKit.framework */; }; + 69AB76DB65DC04524E63DDB8490B8015 /* GoogleMapPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39785523014D61A6A9C49A002EAF7A55 /* GoogleMapPadding.swift */; }; + 69DF48196D8D05F7FE1646032ADA29B0 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 207179FC599160F682FD0D37B313DBD5 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69EFCA5F1807A236C33524F8A6C3BA04 /* CDVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C3E2A71AE1EAB59331E5B1137E3B2E8 /* CDVViewController.m */; }; + 69FD53216FD9277351613AB365E4AF8C /* GMUGeometryCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = B0F78DD5C58E11FF6E0330200BDAB154 /* GMUGeometryCollection.m */; }; + 6AAD0A835190CBE6B6952DC535EBAFCE /* FirebaseCoreDiagnostics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E33C882212528228E73457679BCB5BC7 /* FirebaseCoreDiagnostics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6AEF8CDA8472B94DFE638264F02BAE89 /* SplashScreenPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6A8CF59861C421E50208B5439B9AB71 /* SplashScreenPlugin.swift */; }; + 6B07F74AEFEFAA5848C5BC5C95B8F973 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = DE3A3B58866026BB88D635B5B4755D94 /* FIRVersion.m */; }; + 6B601AD0937DA4C8CC3531240D0067BA /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B6A76772E44A8EC6322CD294E7DA29 /* FBLPromise+Await.m */; }; + 6B6CBB92D9B65035254C61A8943E6F88 /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = ABFCED30D3F2D544387C236297F0B1D5 /* FIRInstallationsLogger.m */; }; + 6B8486F08D846371E0B9FFF4DD44D7B4 /* native-bridge.js in Resources */ = {isa = PBXBuildFile; fileRef = E6F082CB693EDCDBEED4BBBED2AE38DB /* native-bridge.js */; }; + 6BAD108049A4A5DDD71107EE847E0DE6 /* GMUClusterIconGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = C31D80847780A617B36151FAFA61C13C /* GMUClusterIconGenerator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C08169106282A9DC4BB76935140FC9D /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CEE06DDD5C3B26C4048370EC31EA90 /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C38650170A58EB6E56BA5130DB2967A /* GMUDefaultClusterRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E2603BE183697E8A36FA9D27992AA7B1 /* GMUDefaultClusterRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C63E1BA3B2D909F2A0A8DA3A6F5A055 /* GMUGeoJSONParser.h in Headers */ = {isa = PBXBuildFile; fileRef = FECE4EE1CBE5DF66757E93A37509DD48 /* GMUGeoJSONParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E1994EBE3D60C0E303BF6B0A83F0622 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = F18C0CC31933096788881F3D04F242EE /* FIRLibrary.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6E55E5639428C6BF5669669C2E068E99 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = DFA617C51A86A2368FC1E84DDDFF28F5 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EEFCB7092F9B1BD327DA40B58F63711 /* GMULineString.m in Sources */ = {isa = PBXBuildFile; fileRef = FB870CDC5B632160EDC99EF807EE927C /* GMULineString.m */; }; + 6F049D78E147D3D278B1893FFA78C7EE /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = A7441F722BBAB13FF531AB947162F8C6 /* GULKeychainStorage.m */; }; + 6FC57DE1FE7F25912D08FC22330A6A7A /* GMUWrappingDictionaryKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D03E576CD43B8276D698A10CE03238 /* GMUWrappingDictionaryKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6FD4D5212756ABA3ABF2EA6AAD377294 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 26DDAA6A9A077FF39512A7D4F2A000C6 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FFA44C9288128819F8DB795371D3081 /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 808DC486D97593F85449852E781205C3 /* FBLPromise+Catch.h */; }; + 70055992D09A2DE235744DDDC9A3EDF6 /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = A2467A3D1C8E35C19A7B3AC090132078 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 700D942044B43B71D521005565047064 /* GMSMarker+GMUClusteritem.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DD8EA84D3E71D0165059356C8F55FF /* GMSMarker+GMUClusteritem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 707D7C5EB5BE5DA2F148FC12DC2EBB16 /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = C50129F5F2759029D0CD5992E3AAD0CE /* FIRInstanceIDTokenStore.m */; }; + 71375C98E2E1E7E06A6323FC164EA6B0 /* FIRMessagingTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FEFAC3772A12AC0594FE1CFECDE95C1E /* FIRMessagingTokenOperation.m */; }; + 714E94F29081FBC63491C8034C215DA8 /* WKWebView+Capacitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 449527BF2144B04AAD07A7EAC69DFF42 /* WKWebView+Capacitor.m */; }; + 7151B591C670791FD609C730D52477DC /* GDTCORStorageEventSelector.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DF4CAD3784709E3760EE6725839B985 /* GDTCORStorageEventSelector.m */; }; + 718A785AD51478EC1754ECE556E670DC /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9539371F66254AAF3BA30B484489BF13 /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71947FB57A6467FEEEC32F25F7966EF9 /* StatusBarPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E3173952140D3233405D77EA7958525 /* StatusBarPlugin.swift */; }; + 7235F514E8DC2FF4B07C91B1A48FB253 /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 983AB9716CE6FB804ADB0EE66D00636A /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 728BBEF06CED09122657A1823D0AFCA9 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CB094CB70EAA82C697058ADF47C73F2 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 731C49F28AE67FF04E9DAA5E53915523 /* FIRMessagingKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = CE24229AAE98D730FE0DE20464211D5C /* FIRMessagingKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; 740239870B89691EA3B5DA6C1A0B2447 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 7428348BE18E82CCEC72B4C7EDFC14C5 /* FIRMessaging_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C0FB42A3027EA4326896D9513B980B5 /* FIRMessaging_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 748EF6ABD595E2B87EC5B8920AB48C79 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAEEC2BBB54BFAF5036D6C54E3EA230 /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74A3896676D4018AB41617A83E2AA00F /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E516FBA55E5B602F9B0DE190F601A3 /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7574837BD0BA275E0449A142E3915A95 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = ED46B8D235E80F94354DBED0190D7730 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75A9B37C346DF56FF0C5ECA9C5F70C7B /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = EBC659FF7182829FEF6F7F9916F7D145 /* GULAppDelegateSwizzler.m */; }; - 767D98A06800B9094FFDA4AA0791FCEF /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43AEB54A9B2C7CCAB00812DEDB4EF5CD /* CoreTelephony.framework */; }; - 7737D82C15DB388B78C5EE5936C86962 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C1A0DBE5427B4361FEF84D023BD56E7 /* FIRInstallationsStoredAuthToken.m */; }; - 780113B745648F3BCFE15EFFFC07AE8B /* FIRMessagingAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D3C0C96959522DA23F3DD87C7E4D500 /* FIRMessagingAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 785E41DF1E35BBC08431E5F01EE548D7 /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 355B7AD9B204935EB650EF42714B481C /* FirebaseInstanceID-dummy.m */; }; - 78F18F348FE93D77A2C287CD4945D388 /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E294FF2D784B1E6EC84D8BE5335FB3C /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79ABBC221191712234ED3E113891B19A /* CordovaPlugins-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 851A116CFF71710040AB57A670F3CDD0 /* CordovaPlugins-dummy.m */; }; - 7A09181289503543BE5FB7575A9AC33C /* GoogleDataTransport-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 184841D35DCC958FE8BC7DA8A7A09C45 /* GoogleDataTransport-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A15D750C2AF6D94FBADD03B7FA0A0A6 /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BB6F1FF3AD4B7CCEFDFD2BC6557F8A6 /* FIRDiagnosticsData.m */; }; - 7A86C60BF39D22212BA7AFCD0ED8D213 /* CAPInstanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11B0BA01626C868417F041D4DBDF8B0A /* CAPInstanceDescriptor.swift */; }; - 7B09424BF7EAFE12D998D8745880E3A2 /* GDTCORStorageEventSelector.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DF4CAD3784709E3760EE6725839B985 /* GDTCORStorageEventSelector.m */; }; - 7B7ACF0A30B5352FA531D2593FB46F6C /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF5606ADC6854BC4739D9A376F2C3B3 /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BEFF7B24B5FE85F959F7FFD90CD952A /* FIRMessagingTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F0A270F6C21758C2593D9035EDFD491 /* FIRMessagingTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CA0F1A6BF23D41854874E98BB1B0797 /* FIRMessagingLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 516017EE588BB6BF628F6B87FDA77CBA /* FIRMessagingLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DFC9559C6F648BEA6DD2890CABA4E9E /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = FC3C51E093C65FE0B50CB9C6E8AF12D0 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 7E1C16F714450553B7C876E4F52B7128 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 86AD9BED911ED9968A783BFBAF8B2F67 /* FIRInstanceIDAPNSInfo.m */; }; - 7E4B510FCC74AC489E76DF5551BAF2FA /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = F9C793B1753958BFFF79BAC25F9B7D2C /* FIRInstanceIDBackupExcludedPlist.m */; }; - 7EF579B67FE1D0DB56E5C907C76298E1 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B6A53DE062F8C8928CEBE25DFC7BE8F1 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F36408FB3AFD6687B3865AE39AB398C /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = D3DCE2A375C38EC0CD4B5D591B2E2FD8 /* FBLPromise+Do.m */; }; - 7F3CE82010A8CD97AD333C5497071FBB /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF07240963B4FF38F83236AE9F084DB6 /* FirebaseInstallations-dummy.m */; }; - 7F7243CCBE8AD4236F3A371CFF47A3C9 /* CLLocationCoordinate2D+GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0765B01B237E24DB515B278497894EB /* CLLocationCoordinate2D+GeometryUtils.swift */; }; - 802C12FE5F2E6CFF2B10E6123CA1C029 /* GDTCCTUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A16FAEBC451FEF8465D9C2EAA2F380F /* GDTCCTUploadOperation.m */; }; - 8043B6E2C6676504E50C87B7DADC8C17 /* CapacitorCookieManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D22F9F4F9ADF6E65B72AD1F5A3D48BA /* CapacitorCookieManager.swift */; }; - 8082FC00A5D75BD075B1ABF368351A49 /* CapacitorCookies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05E1471482F2FD6AE26CD0A8B9D7E788 /* CapacitorCookies.swift */; }; - 808826F87C83AACA2B9B006298BE541F /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = AE5F9B8535BA32C6F91B564CA6BB24AC /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80D09A49570DF080C299D956D47932FF /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 33267A5045EC2395AF3CC4CA71A57EFA /* FIRInstallationsIDController.m */; }; - 811A4CD203D4A6BF700D570EEC588BA0 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D71653A6D54A096AEE9D5C8E8E8BDE /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 813718B01CA0A526F2D349389C5CA9F3 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 25778ADE50FE44F7A09C30AD1966B5F3 /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 741EFA6736160EB1FBBA21BFEC122616 /* CDVPlugin+Resources.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0C1E3898B5F0F69FB991ED4EAF3195 /* CDVPlugin+Resources.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 744FA6A8682750FA81DFAD0066378069 /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 30183ED92C4564F227A82E55DE100A16 /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7502CC0FF6872D1DBD1CA216F9C0A86D /* CDVURLProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 48259FAE158A9686654710B5B107B183 /* CDVURLProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 755DF146A353BCEA8AC851D1992B573C /* CAPPluginCall.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B1448C82B6E4A8CC3FE12686DE2E5A /* CAPPluginCall.m */; }; + 769BD557AABD0A84D8A77B9FC8005C55 /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BEBEE9731137B44904DA947D0E9EF74 /* GDTCORClock.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 773D7AB5B76A5A362FB62BB86936CBCE /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C0E62E847D217C77DBBF05E079FBA8 /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 777FE15326BE04C0D22416E3D9A1CC54 /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 76D9BFF3AF49234CB594ECE327D6110C /* FIRInstanceIDTokenManager.m */; }; + 77BEEFBB0BC6B28A1E8C583F232F6C8A /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D1C78D7C19AFA503D68A71807E90B86 /* FIRInstallationsAPIService.m */; }; + 77D6FA397C76E8B0F93D9028C9C39CBC /* NSDictionary+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 523E96F895CF7E2E9BF49ED3E6ABBC5F /* NSDictionary+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 780C98E2F4FCFFA919BEBB12D9612527 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E41A16D0C4A5E882FD4B8EBC4F50350 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 784E81EB5367C53679ABED4B15C572B2 /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 253306E6612C46445B9143C4AF8855D1 /* GDTCORClock.m */; }; + 786E3E908B40E625086923668B500C18 /* NotificationHandlerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = E635E754CC09D6CDEBA5405759728498 /* NotificationHandlerProtocol.swift */; }; + 78B15DB780FE798CD6721A5A38547C3D /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = C1CCCCF2EA80C37E3B9EC55B26FEC75E /* GDTCCTUploader.m */; }; + 799AA123EA6F8F6E5434B0511EC57A98 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 940D5E3AF29C0C7792BB98C72B3B4919 /* GoogleUtilities-dummy.m */; }; + 79ABBC221191712234ED3E113891B19A /* CordovaPlugins-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D13DACF21A5BB8EFF3672B9520858EC6 /* CordovaPlugins-dummy.m */; }; + 79C8C22558F9B20744E865FA769F8CA1 /* Google-Maps-iOS-Utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A635B74AEF610C44D852F3F898FC2BB7 /* Google-Maps-iOS-Utils-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79EDB7F7ABE6B3009AAA3277E9624679 /* PluginConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF665FB350A83BD336F8E3F89E70D34 /* PluginConfig.swift */; }; + 79FA2BA9F72D1D65B980A719FFFB4131 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5BCEAD5B21EB98E394C0326336A307 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B314127FA981724855AD5F6CAA3A713 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + 7B815DDF90C54B525D3C9281E36D43A7 /* FBLPromise+Race.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F2E277364AF02E7262E3BB8AF583F74B /* FBLPromise+Race.h */; }; + 7C0C068051EA7E2551C6207AB04FB8FF /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E9FC5BFFB8B96A17383063C926DD03B /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D797A971AA203DACC29668CB2FB82AB /* FBLPromiseError.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EABF1580F3A84D1B6897D07A14FC8B88 /* FBLPromiseError.h */; }; + 7D8D957B0795AC49BE15B790A1450B69 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 476EC2093E7C73DE949AF72F15AEF298 /* FIRBundleUtil.m */; }; + 7DCAC156B735C63E220B7077E19E9289 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CB5073DC1F3CAB5CD7DDB70051EC8E6 /* FBLPromise+Recover.h */; }; + 7E62F3DD85C82C29EDBB547E40EABFD9 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 932BC9BF28D4C69E7A3FD596809BFCB6 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FC9B16EA8B1AEB29EC41E737A39390F /* GMSPolyline+GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B1CC29541876A7F39CEF7C4188A8711 /* GMSPolyline+GeometryUtils.swift */; }; + 8010F2536399C62D805AAB636F7D229E /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF07240963B4FF38F83236AE9F084DB6 /* FirebaseInstallations-dummy.m */; }; + 803D4DE2FD3DA16DF5206EB8C145388D /* GULNetworkInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 888DBA953F6A951364F16A1E399DF89C /* GULNetworkInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 807DF00C171FAB91AE823831582F21D7 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = F7ECFAD65FAA3B0BA9A55BB4FC3C7AFF /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80AA6837112FA7CD32866E28DB769462 /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C396A8480895307E88210C968C8893E /* GULSceneDelegateSwizzler.m */; }; + 80EB2BB3F84A4921A521A1B05EE1FDDC /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2EC3C72ABC8E8C12E2110BDA0F270A /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; 81471507CA97E7DD685450D21202DC83 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 820030EC59920B3198454645E5B63730 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = D41BF1A1D5238D756468A2A8FDC497D8 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83A0F1E122214E36F3F6493AD7684606 /* FIRMessagingContextManagerService.m in Sources */ = {isa = PBXBuildFile; fileRef = ED26B9C6A183F27CA47E79B6A2D6B1AC /* FIRMessagingContextManagerService.m */; }; - 84C10C4930BA19BC64949E3755C5F4AB /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B090F1ACA948DC0C8E01B4DF3CBA8B /* FBLPromisePrivate.h */; }; - 8530CCDEE81CCA43FED820F66463D324 /* FIRMessagingInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = A40C80160F8D177570D2253CCFB27CC8 /* FIRMessagingInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8577101C7928915FA6C2C3D682EE2A89 /* PushNotificationsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = D0DFC5F837866D3D7F8CAB2041AC905B /* PushNotificationsPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85884F2C6C9028C4E5823555BA15F76D /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = A225ED689BAE3802E97A4C17413FEF9F /* FIRInstallations.m */; }; - 869C6ECB15D37CE46AE6AA3657DE152A /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 528FA314E3407E25C2EF1901574D900A /* GULApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87614EECFCD7508D55616574FE193539 /* Array+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E8B098F738A769DF14EEE284004422E /* Array+Capacitor.swift */; }; - 87BA750CF419C7E7222ABF9410A7025B /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = AB77A91BE6EF65D6637AA27EC0285404 /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88533B5A8B5F26C5A46A8E430DEEF708 /* NSDictionary+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C2D6E1CFEF36C1DBC639EA6F90F1CC /* NSDictionary+FIRMessaging.m */; }; - 88DCCAA57637620E8039BFC5028F1B88 /* PushNotificationsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D430D4E16B743CF374F6EAD6EE2E755 /* PushNotificationsPlugin.m */; }; - 899DAC655BA73074EECE083A2EE14469 /* KeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE55B72F7CDF34090EF137044F3C42DB /* KeyPath.swift */; }; - 89CBDB702DB58430FC9373613D5F124D /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF276CEC8249B1BAAA40DAC736A44B8 /* FIRInstanceID+Private.m */; }; - 89F63965B8D1722E6C36E381908B7472 /* GMUPolygon.h in Headers */ = {isa = PBXBuildFile; fileRef = 35F670B41A5921DD207F6F2EB0D06D42 /* GMUPolygon.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A0855D28BBD1CDB33917BBE714EA68A /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = E911D924C24086FB8AB2B56A8A3E4DA4 /* GULNSData+zlib.m */; }; - 8A1B4E0C359D28FCA491D56D398D3DCE /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = F80A54B1B5FF1778A6E49040B28E5FC8 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A2A1DD35BAAC0576DADBC2F02DD09D4 /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 31825287C1D568E7BF65FC739A1CAA7C /* GULKeychainUtils.m */; }; - 8A975EE820D9C36F7C5FC5057387EE01 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E55516400F6B5BAF959C262345BE4A2 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8AF5B0A3E35BDAE31C8A3387438AB263 /* CAPApplicationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1384DFB0FB2512BAFF6D358B8223BEE5 /* CAPApplicationDelegateProxy.swift */; }; - 8D05A512B7CB9A1E11E5C8C76B4EF1DD /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = FC6EE3B57D7EF75C22A90E573BEFA8ED /* GULHeartbeatDateStorage.m */; }; - 8D3036D67328709DF040A77DB817BF87 /* HapticsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 384A1E76964BD084B2063AAFFD2D4EF1 /* HapticsPlugin.swift */; }; - 8E76CB4609BBF4B123D440C9B4201693 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B6ECABFD0E85BB92F4F3137879CDF5 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E982BB8DE53D40C0805E13DD3E5B7BC /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0595EF275498B7455F2D590E4E781CDE /* GDTCCTCompressionHelper.m */; }; - 8ED7EABCB34E69DE88D6764F34CB06BE /* PluginConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5CB73A7BA103B5091EF0A0A53DADBC /* PluginConfig.swift */; }; - 8EE6EF36DF24E8E0E37DE3D153EDC14C /* FIRMessagingCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = D89AF76B88FDADC1E9E7966A8DB1D99F /* FIRMessagingCheckinStore.m */; }; - 8F3F1186E45982BD2F5839718796A0DA /* CDVURLProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4784601D72A8183E89B374BC6E3540F8 /* CDVURLProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F5A74F09429E387F75E5EA9A38B7C35 /* FIRMessagingKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = CE24229AAE98D730FE0DE20464211D5C /* FIRMessagingKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F7C317859DC520653FF1A6E9BA28CCE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 8FD6403C0CBEA3C03F4B2E7C60A205FB /* GMUSimpleClusterAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = C47DBDF78EBC9F998BBA29E07B0B40C3 /* GMUSimpleClusterAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9089711DEF66608D2092913A16DA8DF6 /* GMUWeightedLatLng.h in Headers */ = {isa = PBXBuildFile; fileRef = C984E1623DEA5D40944C58226CC2D693 /* GMUWeightedLatLng.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90FC9924DAE3127EC5E42C9B4088714B /* CapacitorCamera-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB7704DE0ECB1F3450F91B76BD71E71 /* CapacitorCamera-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9138FE7FD4CAF3FB63A79CCEF1214DCB /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = AD9CF8A22392194929853C8994CE2A76 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91A1DEE325899A0D628B696CD2C82AE6 /* NSDictionary+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 523E96F895CF7E2E9BF49ED3E6ABBC5F /* NSDictionary+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91A72A89CFE4B88186C28F2CACCADEBF /* GMUDefaultClusterRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BD88D364A40E4ED3ABE52246F22992 /* GMUDefaultClusterRenderer.m */; }; - 91ACB292B100E7AB52E00231C5E38580 /* GMUGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 3564E5E4D01509ECB0325C60181AEAAB /* GMUGradient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 91CD2E47728400AC9C383D3870375AF5 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3085795AAC1B616307DDE085F39BDF4E /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 921469E92FBE74C6848764C2A4DDBE70 /* FIRMessagingTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F39D7EDB86B925F56946786FA58C82C /* FIRMessagingTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 922A0FC9A1EF053356B8556B371EF6C0 /* PromisesObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 603DC14184EC8166EEC2FED170C3CA72 /* PromisesObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9245D27B8987A3785D74E794262F4C34 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CD071A0FB82C19EACC6D758974108AAC /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 924F2C6C5B2951AF073265CDEFCE0C73 /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F294A0FC9F6533BF32C22C193A335C65 /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92CED4EE77A3CDBA3CF0D1D422D1674E /* FIRMessagingSyncMessageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 65CFC43B2A2199D97574D0E367C1E615 /* FIRMessagingSyncMessageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92D274695848E0F76B0FB8DF1BE3B945 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2B6E3371E859B4F863819E2348AE /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92F206DA3937D666B21D22F400B3E996 /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7223594156F5599DF7C4F3E2460A80C2 /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9302F1C37C3DC40F93542B42F8AE3D8E /* Circle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B37BE18C152BDB6BF6A9B8708586DD5 /* Circle.swift */; }; - 93E998F11110D98F65ABDF66E573E685 /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = 66C091012D7B1319CF6232D2D14CE798 /* FIRInstallationsBackoffController.m */; }; - 9411E5BB9430984782049C5FF5947E14 /* CAPInstanceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 849668D3714D7779A3C0124D08715E4D /* CAPInstanceConfiguration.m */; }; - 9412EC83BE942A5CC90DB109997462E8 /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1837B2EDB3B5FE03BE8DCAD05096574B /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94388287C2DC024637D04350835ACE6F /* GDTCORUploadBatch.m in Sources */ = {isa = PBXBuildFile; fileRef = 91D22AB2DCF751A6588900C62E921E03 /* GDTCORUploadBatch.m */; }; - 9485DCE8608360E9ABF3D033E025FAF7 /* DefaultPlugins.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1C10BB637F35DEE17273175D4C7067 /* DefaultPlugins.m */; }; - 94977A75F17D36040BF122C71EC11B35 /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 92B8832DBC56E64E06C8E67F80F17B22 /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94C47ADFC1D2E74CCDC35EB3E01BC8AA /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 9264471833053F912B8A5550FF086561 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94E975249A8E2DBF8925C67AC875F060 /* GMUNonHierarchicalDistanceBasedAlgorithm.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DC557C3A5DE631A05825ACCB0F7C37C /* GMUNonHierarchicalDistanceBasedAlgorithm.m */; }; - 960BC3DB691AC53BFDF7CFE5B80F7884 /* Keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 22F64C64C3A428B98D3C178D82C7CF9F /* Keyboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 96D3F327423D4E2F0DE379C4ADC8D57D /* native-bridge.js in Resources */ = {isa = PBXBuildFile; fileRef = 0075E8D4D9AF101ACD626DC026EF4E23 /* native-bridge.js */; }; - 96D53F86918DC5B6574DA3463B448EC5 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 73129BDEF90D1859B83CED8B4669E4B2 /* FBLPromise+Testing.m */; }; - 96DBC9B49EE97F7A7FB06746186CA129 /* DocLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5787D3F975587FDBE64B40AAB7360F72 /* DocLinks.swift */; }; - 9715B2FF437B2449E1A1C6CD03A39D5D /* HttpRequestHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DC420691CE17A1390EAC3AA62CE60B9 /* HttpRequestHandler.swift */; }; - 97B7390740E4C2C41C4BA61483025C5A /* FIRMessagingCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 1444A37354FC8AE6F6A778F447A774FE /* FIRMessagingCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98234B3DB7B9EE84259797707B05EEBC /* FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 78B49F75BE79714F4988C15D6627B56E /* FIRMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81F4063EC069D9DA9687B04F5AFAED5E /* FIRMessagingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 64286FA9F179878D811683578727F6E5 /* FIRMessagingUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82309503CA7557484FF5B257C39A1896 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6C9423D1A71A2FD3E2544BE346BBD0 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82514D7E089F34E8AF66E166BB3FF707 /* GMUFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = 92551E3B2F780397F3265F63E467AB45 /* GMUFeature.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8377D6615B0CA1B7D5DE4326502A93E6 /* GDTCCTUploadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F3C58883C59A2D480C9D5E09AE5176 /* GDTCCTUploadOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8445060F4E5651D2D03C7E1BFE7CEC0B /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A962E4ED12D713F02E34943E5100E26 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 852A82C5BCFBA28F9E63FDE90A77E651 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = EC0CBEEC43B53ABE185048539164E0AF /* FIRComponentContainer.m */; }; + 855932F05D2246FF32C96DF6E89267D0 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = AAB06C8D498DE39E15387366F5AD2775 /* GULMutableDictionary.m */; }; + 8577101C7928915FA6C2C3D682EE2A89 /* PushNotificationsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 60EB2C9CF9BE09445FE97D5C2FB4F046 /* PushNotificationsPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8582F7EB88A07C4072B50BA75EBA703B /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = 43038FE3A6C25A2E90F8EAD6C66951D8 /* FBLPromise+Validate.m */; }; + 85CF194D858B3ADA7824BABAAD56BA9C /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = B29EAD015A4793EC573432756C236220 /* NSError+FIRInstanceID.m */; }; + 865F317AC7ABAA8CDC0B10226571B219 /* FIRMessagingCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 1444A37354FC8AE6F6A778F447A774FE /* FIRMessagingCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 868AB820ED953B9E6AB0677F286AC9A2 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0475CC42F3B1B633CD5AC591BFF95F01 /* FIROptions.m */; }; + 878BB35D2D35B4EE308026309FDE0DED /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0C036873ACFE20399167EBED877E374 /* Security.framework */; }; + 87F76A656B6198EBB2A8597901B3C09E /* FBLPromise+Retry.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2574C7A19BE00A7642C103D6AEE335E /* FBLPromise+Retry.h */; }; + 87FDE1C1DED860AE0E0EF2EB26824C3C /* FBLPromise+Then.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1A8FF9E65D0BB7745739A5869344D4FE /* FBLPromise+Then.h */; }; + 88144B925BAF3CB9BA60A5D48FA5E047 /* FIRMessagingCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 60247A549381DC06B366385056542041 /* FIRMessagingCheckinService.m */; }; + 881543033587B10F4035E6F8637AA8FD /* FIRMessagingBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = BCB082096C2A7296A8AB3B0FC2E0FCE2 /* FIRMessagingBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 884A5506B06E5970341E476226A571D3 /* TmpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45257616FFFD559B7ABB19D4C9A13677 /* TmpViewController.swift */; }; + 88DCCAA57637620E8039BFC5028F1B88 /* PushNotificationsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = F62BEA1D5FB84E73EAB801D2386D72F6 /* PushNotificationsPlugin.m */; }; + 88F35D35E2C1508FBBAC031D057EC97A /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 9264471833053F912B8A5550FF086561 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8913755749EF650D15242D5E60B9C20B /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 54FDEF62B79F568FEE09969AF7D0A3AC /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8945DD558A02E7C2C86CAEDE9C037AC0 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B15F5E7419015B39A3FC07A43A77589 /* FBLPromise+Any.h */; }; + 8A2A19ABA853E5F6B719406638F10019 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8229D41B28A2BC54F2DCD06EFC0491F9 /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A6172774E15DC95A95D78E37ED57B5C /* CAPInstanceConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409FFC1CBF71EF75C957C267761E0FAD /* CAPInstanceConfiguration.swift */; }; + 8ADEE0C8A851E91AD8410904D1C5875A /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = A19843F5CF45D496A3EB73DC47465D4D /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B132F7022E751C8C22948C0CCAFA7E6 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D971D8DB40BCDE317E462E9F244C052 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B33D809EAE1C7189A27C2B292F9038F /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D4BECEEB2AD244B756DB317DE18EAC8 /* FIRInstanceIDTokenFetchOperation.m */; }; + 8BF34607531BDBCBBB6A4B079D1E2CF6 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F884DC956E91BBB7119B994CD9098371 /* SystemConfiguration.framework */; }; + 8C774C343C61812AA35A86A41B8CDF5D /* GMUPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E85D300CF5DFA869B29D3B80A7A82AE /* GMUPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D3036D67328709DF040A77DB817BF87 /* HapticsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67C4ADA74E3D89FC96D5938370485F58 /* HapticsPlugin.swift */; }; + 8D8CB071652BDB2B34FD19C7CFCF582D /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 295FEC6CCADAA3C14FEF222249556035 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DF78970D98000F73938C146470F9727 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A485F9EE30CFDCA2F2D7855F8E4C0A5 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + 8E1C6C39830B3C8A0EE1ECF2F0E38909 /* FIRMessagingAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 36167E585297891B36FFE205DC96C971 /* FIRMessagingAnalytics.m */; }; + 8F04B336E0CD05CE895AAC5BDD401606 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E6DF6A571FF9BA5D08F8AB51B936F8C /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8FD64862957ABA3374DB9C05004D59FD /* FIRMessagingAuthKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A26FF91B8D7EA66D6BFBF71840DA030 /* FIRMessagingAuthKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FF961EF9E5A3FCFE833FB6F0FD05BDC /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F884DC956E91BBB7119B994CD9098371 /* SystemConfiguration.framework */; }; + 90706F00F3CD0045FE4A83D30E4E4FF6 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = C3B9B0DCCC90C6F92DBAFDEA1A2E2AA9 /* FIRInstanceIDAuthKeyChain.m */; }; + 90BE8D722ABB0083180EA025CB9D9ED2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + 90FC9924DAE3127EC5E42C9B4088714B /* CapacitorCamera-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 340747153EF89399EA2720B1B1E70B2A /* CapacitorCamera-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 91785AF0AB1CCBFD1D9C20A1E31384D7 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DDC9EAEDCBA8D6B197D2AE1D6CDF3E74 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91AAFF20180F0995AAF99ADA111CEA91 /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 45B4E0346B849C40A95962A009593A4B /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 91ECE675E19D6C3C22487EF9F4459AEC /* GMUPlacemark.h in Headers */ = {isa = PBXBuildFile; fileRef = 50563B89F95E815575005CE7A1D7E705 /* GMUPlacemark.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 920EB850F6A9CEAA9D3C962EFADD10D2 /* GDTCORStorageEventSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = AF6F654F01D02D6E76A09B87E03975CA /* GDTCORStorageEventSelector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92E75B6731A68DE25D24D32B8BCAFB03 /* GMUHeatmapTileLayer+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = E38897A98DF712C8718B50BD414B278D /* GMUHeatmapTileLayer+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9302F1C37C3DC40F93542B42F8AE3D8E /* Circle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01EC6B5E32E73C48C9FBD8718D2D487 /* Circle.swift */; }; + 93C3F8B998590E5D399727E406E55841 /* CapacitorCordova.h in Headers */ = {isa = PBXBuildFile; fileRef = 636725193EC003737F2B8F46AA4F74B9 /* CapacitorCordova.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 940A7917D95F2ED0F1BA4EE74CF37669 /* FIRMessagingConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = EABFB00AF947C55E8F76AD3B83DD0385 /* FIRMessagingConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94B7E5D0291C4FEDC7B31698971CE856 /* FIRMessagingTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7719B1BEE9E81F7A408D0FEBF9316700 /* FIRMessagingTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95043354821D2B8C9EB8EA64B7F0D284 /* PromisesObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 603DC14184EC8166EEC2FED170C3CA72 /* PromisesObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95AF64813FCF7ABFE76018E887CD3F07 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A266D473EF8FF33DC9156E64C016529 /* FBLPromise+Race.m */; }; + 960BC3DB691AC53BFDF7CFE5B80F7884 /* Keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B1C8F2271AF76351B1E2344C3A4AC03 /* Keyboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9658DC9FC38B2E7634114763B5A28DDA /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CD803248E3272EC5F14533E79704D54 /* FBLPromise+Validate.h */; }; + 966E2210FBBCC7EBAB81C6BAAEDBA238 /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F29F86E3962D4964599792D88480487 /* FBLPromise.m */; }; + 9696B1797970334D1E2F8D4BF96CAF8E /* FBLPromise+Recover.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CB5073DC1F3CAB5CD7DDB70051EC8E6 /* FBLPromise+Recover.h */; }; + 96D5E211BF79AE73992FCE4CC6550AC9 /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FC6B3E78DC6F3EC4ABA0BBBBC1088BAB /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 96FBE982E8B424ABBACEA9FF32E693DE /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EE0D4CAC0E4E7DDE937EFFFAD25CBF3 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9828F46E5029096BFBC3AD3DDB9193CA /* CAPNotifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E6E7B487BB20254731423A791DBF2BB /* CAPNotifications.swift */; }; 987E63F89AE6816CFDD5679EDBD6029E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 988EBD4A22AD913CAEB95FBDDEC2C129 /* FIRMessagingRmqManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A27E085BB91D1B681A3062399656C35B /* FIRMessagingRmqManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 989731FA8C032B27B7BC2E31E48EE1C2 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 53575B14D6531246E7873FAA0C4F47B4 /* FIRComponent.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 98AD96760E3EA35901888241DF07EDA8 /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = E599D37AA2E58F8EA83E62ADE664610A /* FIRFirebaseUserAgent.m */; }; - 98AEFEFC72C8DD048C13D3EFF3F577FD /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = AAC64E673201584A00110E14FFB63D6E /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 98FB531CB9A8380BEAA4E13E423DA2DE /* PreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 60F441FF5553A1CAE34638BDB10F1BA0 /* PreferencesPlugin.m */; }; - 992F6182768FDEA629ED9B03FC7C408E /* WebViewAssetHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECFA24A893398B7F6CF09AC09F1A9D61 /* WebViewAssetHandler.swift */; }; - 995390058DA585F0DD028801ED05CFC0 /* GoogleMapCameraConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4412BA04DCAB658B3328D0905683F8 /* GoogleMapCameraConfig.swift */; }; - 9A8ECFDC7BD3F1C2BF3B509195520F0C /* LatLngRadians.swift in Sources */ = {isa = PBXBuildFile; fileRef = F07273D6B447154BDF617077F62E6871 /* LatLngRadians.swift */; }; - 9A977910BBFA52A0C420253E50CBB652 /* GMUClusterManager+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9E3B04D0D20DF4791B91EFAFE72514 /* GMUClusterManager+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9AAA0F553177958323214F8FDED3DA5F /* CapacitorSplashScreen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3111B813603FD6366C68209EDF7D49EF /* CapacitorSplashScreen-dummy.m */; }; - 9ABB00EBE48E6FC7551E899695DDBD1F /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6675F5101E364A1D1A13CED674B13C93 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B16A3097B3F017B78E10F0E94CC10D2 /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B6A76772E44A8EC6322CD294E7DA29 /* FBLPromise+Await.m */; }; - 9B2ABD67ED3E78024AA09ADCD4C9A731 /* GMUNonHierarchicalDistanceBasedAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DBF5FC7021405C77E9B1AFB78C85356 /* GMUNonHierarchicalDistanceBasedAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B670BCC076D7AE43754CAA832246146 /* CapacitorStatusBar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA75FBE638137E720A0ABCBBC4345FA /* CapacitorStatusBar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C0023605AA047296BB1E7E7FA5DB996 /* GMUCluster.h in Headers */ = {isa = PBXBuildFile; fileRef = 51FA0F94B24D4FC37E094464AEF52E18 /* GMUCluster.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9CD3937B3B801FAB96D27305B631C501 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - 9E0C9C59524F40EFFF5E6EE22006EA3A /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9539371F66254AAF3BA30B484489BF13 /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9ED16D0DE096F25A9FFCCB4736731B73 /* FIRMessagingRemoteNotificationsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DE620724F5EA8C25DBBF8212C56367A /* FIRMessagingRemoteNotificationsProxy.m */; }; - 9EE2E9DCD9E45A2FE78E1ECE17953BCE /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = E79EFE31D0832F3869C6E2CA7C8D4E52 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; - 9F538F497AED62EAA1703A473F0068FB /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = F7ECFAD65FAA3B0BA9A55BB4FC3C7AFF /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F7305305E65D5BAFACA2C65EBDA89F7 /* GDTCOREndpoints.m in Sources */ = {isa = PBXBuildFile; fileRef = ED6DB7944DB81B8DAD283DFF945DB937 /* GDTCOREndpoints.m */; }; - A08C6E7BE7EC56B27839E7A5BBC9A171 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CB5073DC1F3CAB5CD7DDB70051EC8E6 /* FBLPromise+Recover.h */; }; - A12D15FBE47B749D7A2588A26BA16AC1 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 295FEC6CCADAA3C14FEF222249556035 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1AFF75D9CFE8A8F741C29CBFE918EE1 /* HapticsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DFDC7C7FDF66C173731EE7822BDAB1D /* HapticsPlugin.m */; }; - A1F1DA72DB9552568B91D41D589D5198 /* FBLPromise+Reduce.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B1E78ABFA649D0D16AC965E6881B3A2E /* FBLPromise+Reduce.h */; }; - A1FAB43D6CB16C8088671124B1A04D0D /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F29F86E3962D4964599792D88480487 /* FBLPromise.m */; }; - A2510958BDA25A72D2D32B2DF0A073AA /* CAPWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA46F5F32429E11D686FE21184B73E8E /* CAPWebView.swift */; }; - A270CF8E52CE1CB2E9D6700AB1B1065F /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 027F6ED319DFBD42E20866CF12E8276A /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2ED1398AD0A291DBC1A63C2CB864A6E /* CapacitorGoogleMaps-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 91886067FC297C2051D87AB027E59379 /* CapacitorGoogleMaps-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A33480FCB645457905956B6A2607BA0F /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 16FE0008B59C58668A702BF88C08C7A5 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A3804B9165093E13A2F09B117F8BD841 /* GMUPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = D7EC199C7A59ECA81673925BDC15A711 /* GMUPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A3F1764C8D01D48F651FA9DC2BF68B5C /* CapacitorDialog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26DE166A00768DEE37BC8F782ACE79D5 /* CapacitorDialog-dummy.m */; }; - A41C527DD6DB540B60893BBF36E2E6C2 /* GMUStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C9E2A8C6E1B6D726A272AFFF5EDA11D /* GMUStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A42A6538B7C0F473BDE3CE7D8B1CB3B3 /* GMUClusterManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C4F09AF51B159CA4C363C95245319035 /* GMUClusterManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A44EADF80EA88056EF0322B13E584FD9 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = EC0CBEEC43B53ABE185048539164E0AF /* FIRComponentContainer.m */; }; - A46880D241FDB912F8651DFC7D60C8E1 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DCD6DF069B78B9CC1B4F6A14AE5B630 /* GULReachabilityChecker.m */; }; - A49FBC5BACB5C3123611DFA90395888A /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C7425768D9241D4E23155E2A846B01DC /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A52142B42480B6617190094F7D8C82DC /* MapPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C83AF765CD6F801AE577DAEA757B3D6 /* MapPoint.swift */; }; - A527EBD86F732107AA619385B80F3BE2 /* FBLPromise+Await.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36779089C821C685ED6E677693109E0D /* FBLPromise+Await.h */; }; - A570DBFB16B6DC7C433F0031A45378EF /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BEBEE9731137B44904DA947D0E9EF74 /* GDTCORClock.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A5A7A4D4A92FFC8F2D7929AAC5F119F8 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E53C0812A1E8CDB6AC7881235C10B36 /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5E0CEAE35B123ED1C78C8955A3FD893 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 131AC82A22F4E2ADCE5340197E2D23CA /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A61F7C86012569078B9682D1FABC3FAC /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 88EADECA822B85AEF5AFC5913C522FED /* FBLPromiseError.m */; }; - A63D10D36EAC19ADCADB8BBA538C9B6F /* CapacitorPushNotifications-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C8CCB15E5EE36E7369B7ABF12E581E /* CapacitorPushNotifications-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A650FC944B924C08BD167753A71F4B59 /* CAPPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 29EE3AA4ED5F0B737D58B0915199416B /* CAPPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A66809CCBBCE4BC0A14A442AB7AA002C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - A6724CAD5A9B6AABF4EAAC5FBDE50C22 /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 1228AD08484B0425FF4DCAAA3748C23D /* FIRInstanceIDCheckinPreferences+Internal.m */; }; - A6E1EEB483690B1D85CD7A4BBD02B9A7 /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BB6F33DCFE3EFC74B1D0D93841F5027 /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7560A6F02786194530A0C41E1CA4BB3 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3893038BD7F23A2F2218A6EF94D5255C /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A778FA1DD336C1B4487D2B4A7865CC20 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EEEF2BEE5AADC4FA4C76CCB1DDEAE85 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7A8400DE7B45887AC68693755D30A93 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F7CF8F92283608734994BD2F4863B895 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7E8661561174164F7D0D6922A719672 /* CDVInvokedUrlCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 982230DE9B48F2E9CFA4FEE7462D859C /* CDVInvokedUrlCommand.m */; }; - A81E6B784B85E5CA99BA7F744AF9FFE3 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C0F481932F41342EAAD4301F8F2A87 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A82A4600597F4FD02409465849988AF3 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = F7674614244D4908E6C3EED7B519B428 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A83139F4A53FA72D08049F169D8E8316 /* GMUGeometryContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 831E814314334DF7DDD6924398EF1F43 /* GMUGeometryContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A83A0F4E6AE1A6F1D3F46EE530FD7411 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CEE06DDD5C3B26C4048370EC31EA90 /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A861397B89CAF1A98D1B8066BBD4C533 /* FIRMessagingAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B55277D0F7FDEE59C566A7C9844AD51E /* FIRMessagingAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A86EA97CB82B08D8F6CDF4BB08D702FF /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF9D9E0691F077861AFD76514A4C1EB /* FBLPromises.h */; }; - A8905C0DEBCDF0F11C48A0C3E014C663 /* CAPInstanceDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 49646CFE66F81D917045755D78F66B8D /* CAPInstanceDescriptor.m */; }; - A9A48145F98A461E5D8B676F5AAB19F2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - A9B34D7599621FD3F2AE9CD8A4363DB3 /* CapacitorCordova-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 79389E1D8580BB253CCD7264B3F93718 /* CapacitorCordova-dummy.m */; }; - AA96FFF66E75FDDD2C47AF2D75B633D5 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 600CF3227C14FD8404CBD44BC58F3290 /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAA95301BA68A0FA95AC8B8807F59E2A /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = EA96BE71850FB019C2E65DAA4D6D1C00 /* GDTCORUploadCoordinator.m */; }; - AB012A26D6D5ACDBA681DC5559EC7718 /* CapacitorKeyboard-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 95561B21D3823947F5A363BD391B7C30 /* CapacitorKeyboard-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB38733E274563B31F53EDF75A1B1B91 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD2AEB21B75DC72A97634AD53D0A484 /* FBLPromise+Timeout.h */; }; - AB6914D46E71BFA1C5A14D4F0C2651C3 /* CapacitorGoogleMaps-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BF63D3DAA93CD9E4E56BFFA95A0649B8 /* CapacitorGoogleMaps-dummy.m */; }; - AB696E4A78518C0D2F2A0B6E75E44CAE /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 18D397D0C96149B4739027479B363350 /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ABD8852E1319380C615335289376FB4F /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = BCADAE76DAB0423A153775F3E6AD935C /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC23BB71030DF6B7E98434C7DA0439D2 /* FIRMessagingTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A054461095E414D61AD38CEBD7A17360 /* FIRMessagingTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC58AE765EF0DB4EEA79422BC100222B /* CDVCommandDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D457CA37CF100F0A46D51F6875E430FF /* CDVCommandDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE866D27212A1C7D88449130755464B6 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E41A16D0C4A5E882FD4B8EBC4F50350 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEE342E68E9C8FCC4FBF41168B38240D /* GMUGeometryRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E62DD70B4130DBB5B674CBFF5B2E5DD2 /* GMUGeometryRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF2DA90AA4C7079DE6BAC3F14523B274 /* PushNotificationsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2329206EB7A88678E0BA8AB47A64F0D /* PushNotificationsPlugin.swift */; }; - AFF41D7E8B9C6D5E36954D47E3CF62B3 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EE0D4CAC0E4E7DDE937EFFFAD25CBF3 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B02F6EA9A3F5832434057FE8B9C93FE0 /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6E1E681119507E20AAE86092E8926D /* FBLPromise+Reduce.m */; }; - B0A08A62396ED5934BC418CA2DFDF407 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 635F2333313E9887539061A952964FB8 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0D4DC7D03AFB2C19F042FFB2FD37B59 /* FIRMessagingTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = BAA3FD7EB883D28056E442513652C5F6 /* FIRMessagingTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1531546500C6FA37C833854752B41DF /* GQTBounds.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D6AA57AA6B476FE56AD630A952E875 /* GQTBounds.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B19062617D4BD0397F73D20C0C1C44B4 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DDC9EAEDCBA8D6B197D2AE1D6CDF3E74 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1DA72A9ED3878307973EA37D1951E8D /* GDTCCTUploadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F3C58883C59A2D480C9D5E09AE5176 /* GDTCCTUploadOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2BD10AE4B3884B6BFF255203C7964BD /* WKWebView+Capacitor.m in Sources */ = {isa = PBXBuildFile; fileRef = C917003E1F33D4877377400AB477A075 /* WKWebView+Capacitor.m */; }; - B2F923B9EAC780D88604EBD65D23D778 /* CAPBridgedJSTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 603E10C66AF42F9372722A681A41A458 /* CAPBridgedJSTypes.m */; }; - B31B0BFBDA26600DFB69E771D1D27EA3 /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABC1628C3DD03282EA09979947305534 /* GoogleDataTransport-dummy.m */; }; - B3281459FCA554947F15B65A49F2F5A2 /* CDVCommandDelegateImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DD690168EFBA2ABE9FAC082E1A8A501 /* CDVCommandDelegateImpl.m */; }; - B3867604BA132256F79273A6D4012B7F /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = B4826241CC788972497743B3A7970EA7 /* FIRAppAssociationRegistration.m */; }; - B39A13B511BA64F1B594FBF52E45964F /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 414CFF95F2A6DFF1D24A4FC08848A513 /* GULLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3AB4A2CCB6AA32F61AE977915D6F8B9 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = 433A4D90796AB7687A544AB88EBB9FB1 /* FBLPromise+Delay.h */; }; - B3B63E4197CE7405A79F15700075EF21 /* GMUKMLParser.h in Headers */ = {isa = PBXBuildFile; fileRef = EDA7B33F36191D582882D3C2B44185BD /* GMUKMLParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3EBFA5FAF49DC1E5CAC89FADA4C2C3B /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B103C4BDBCE14A316FDEA7E6E3BEBD93 /* FIRLogger.m */; }; - B42A39AEDC3E2EE19ABE14E81B6714F9 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5109F0244B820630BD5D915C52AA937F /* FBLPromise+Wrap.h */; }; - B42CC15368B81296B5F91C0B5939F8A8 /* CordovaPlugins-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A1CF890668A2D94C2E0A597505782ADA /* CordovaPlugins-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4961F93526ABF7BC424193838B0A08E /* CapacitorPreferences-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 430BD877C79934B700BA1245EA430F9A /* CapacitorPreferences-dummy.m */; }; - B4C74BD4E7FD04E47C6755352CC408F1 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B4957E0590B578CB1342C3E5A1C42590 /* WebKit.framework */; }; - B4CF710D2B49C9CF8808388C2AA16348 /* GeolocationPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E896DD763FFC0DC28E8D61716E8204B /* GeolocationPlugin.m */; }; - B4DCE80BEF4BC12EF69604C2062F6C25 /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FC6B3E78DC6F3EC4ABA0BBBBC1088BAB /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4F5B2951B56A8551A73692461AC8F5E /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F6A256498D4AF64E6983BA9EE79AAF /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B54E8977D3D6DD1E03243B75B9DBED88 /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 874CEE2D9C6B24C7DC1624EB9220EEEB /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B55C5B9D96842063EECE8152F00AA95B /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59C80840267E36C3A754BF7972383FAC /* WebView.swift */; }; - B598C1784E43A43D66195F80D0947027 /* CapacitorSplashScreen-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 35B4D96ADFAD7E0F564EB87662476C91 /* CapacitorSplashScreen-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6463098E4D0033BD95A54D5FF166783 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 26B336ECB6818ABD5E7E98B62CDF0EBE /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8115336FBC429415522091AC07D60F3 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = E8CE473C2120AF73DB7633892E7BC1A3 /* FIRComponent.m */; }; - B8119A2B512B5D855CF316F8F3DA7C90 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = C015A4CB2FE288AFE7B2CDD088DFC8C9 /* FBLPromise+Testing.h */; }; - B9993F58008435624025BA6371A540E7 /* CapacitorPreferences-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B33D9B137E4AC90C02EC6BA2C978104 /* CapacitorPreferences-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98BD8C4DED376D8085F94F31EC3E6538 /* FIRMessagingPubSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 58E26409028EE3A35664C3924C90EDD7 /* FIRMessagingPubSub.m */; }; + 98F16F9755C86D814EC721B0F9B7A186 /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DD88017004CB20D1200BDF3857BC0E5 /* FIRInstanceIDTokenInfo.m */; }; + 98FB531CB9A8380BEAA4E13E423DA2DE /* PreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = F306878CA815EFF7556192E33491B6AE /* PreferencesPlugin.m */; }; + 995390058DA585F0DD028801ED05CFC0 /* GoogleMapCameraConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = C82636433006D127F363C65F6710BFC0 /* GoogleMapCameraConfig.swift */; }; + 9966F9DFBBE5F94CAFBEDA88ED8E27B6 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 676A0ED4A4EF85A7C0A2D76BCF427A87 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99788E89CFC4A25DDE4DE4DAB77EF2DE /* GMUPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EEDE3AB531B49439E46C4FD197B121D /* GMUPoint.m */; }; + 998F2B79ED68963C783F00E288304EC8 /* GMUClusterManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 332F556EE5EFD26F188E1D23D82C46C4 /* GMUClusterManager.m */; }; + 9A7B961E96E4E227C545C487B2C600EE /* FIRMessagingTopicsCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 422C493D3FC1BD0C5A5202725EC42D3A /* FIRMessagingTopicsCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AAA0F553177958323214F8FDED3DA5F /* CapacitorSplashScreen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 69ED165271B1FCC82E6483EB47F06D3D /* CapacitorSplashScreen-dummy.m */; }; + 9B670BCC076D7AE43754CAA832246146 /* CapacitorStatusBar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B9F0E8A90A6304F87584321C779E132 /* CapacitorStatusBar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B68144B3A41CE62C0F6F39552F23160 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 10D45E6992C8233ECDF445203F1122BE /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B965FAB6FDB12EE0272863446C07583 /* GQTPointQuadTreeChild.m in Sources */ = {isa = PBXBuildFile; fileRef = 489773FC12135F35C1EF20D8309442E2 /* GQTPointQuadTreeChild.m */; }; + 9C49A2C1F76024E31D69196A81B99BBA /* GMUPlacemark.m in Sources */ = {isa = PBXBuildFile; fileRef = F13D7C6022B19C1919813208FF881848 /* GMUPlacemark.m */; }; + 9C98251949CC53AD731228F4A6E6ADB9 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6CD8AEF8E9CFB2D5AA5BA6800C0440 /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C9CF7D623B15ABEDC3BBA83CCC9B08D /* FIRMessagingKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A4DB2FCAFDC0ED9D24E46EF2431F0EB /* FIRMessagingKeychain.m */; }; + 9D149374AC742D9556E3C199B0F14183 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B090F1ACA948DC0C8E01B4DF3CBA8B /* FBLPromisePrivate.h */; }; + 9D403F39885A8048A6078967010D976B /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BDD336DB617748E1875BFAEBBD009503 /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E1B49862DC85254B913C10CEC5114ED /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 16FE0008B59C58668A702BF88C08C7A5 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9EB5D7F7A0E63DE6A23451A92B1A701F /* FirebaseMessaging-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01E572BEBF588486E85ACC08DABBAA8F /* FirebaseMessaging-dummy.m */; }; + 9EC9E189A8614B21E4D90FB83DAEA5F9 /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C7400387C8E275CEC82FEAEFF6AB9B3 /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ED10D96A0C2AEBA2BC1AC77589E6BAC /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 963680B658C66BB54EB1BD4944D8278C /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F313748D1F186BD0104B7438CF371BB /* FIRMessagingAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = BF6C5CAA6C5543899BB5CDBFBB53BCBC /* FIRMessagingAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FD29D5BE8DEC8728CC3028F182DF89B /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = E527D5504F0B2E09A369FB35E8E2AB09 /* FIRInstanceIDStore.m */; }; + A0A09AA876F729ADC414CFF443F9061D /* FIRMessagingCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F24A1F13763B2168E1E558E536427F /* FIRMessagingCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A13C1D6682FEE1A07784A8AE63D84752 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 862D170312600EC70C5B9DC580975A99 /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A14741BDA7244E0C8D0769AB1C4F6184 /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = 66C091012D7B1319CF6232D2D14CE798 /* FIRInstallationsBackoffController.m */; }; + A14B92918AF6A805B4614CAF25202B09 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C69AC947698F8774C886806FC74BAD5 /* FIRCoreDiagnostics.m */; }; + A1829CC62F4C15B41E2C1D92C1098A8A /* Capacitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A60809AC6CEAD98117964BCA7C8AA0D /* Capacitor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A1AC96AA2C7BCEC3C1EA93D86BDF88F6 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 528FA314E3407E25C2EF1901574D900A /* GULApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A1AFF75D9CFE8A8F741C29CBFE918EE1 /* HapticsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = CA01A0BA9287B7A99991E7E3C5097736 /* HapticsPlugin.m */; }; + A1B32D9AE7220BEC5522C4884F4FA4AB /* JSTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1F157F6F6E5F5498FF791AFD4E2EFC5 /* JSTypes.swift */; }; + A2ED1398AD0A291DBC1A63C2CB864A6E /* CapacitorGoogleMaps-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A131F74AA47AC7DC164C49D2D7800636 /* CapacitorGoogleMaps-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3E49D2CB74211913395E15BAB19C891 /* NSDictionary+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C2D6E1CFEF36C1DBC639EA6F90F1CC /* NSDictionary+FIRMessaging.m */; }; + A3F1764C8D01D48F651FA9DC2BF68B5C /* CapacitorDialog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B3D7160429571127F42EF0E52039714 /* CapacitorDialog-dummy.m */; }; + A4110316A3FD4AB1B356E769F24EAFBA /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E78ABFA649D0D16AC965E6881B3A2E /* FBLPromise+Reduce.h */; }; + A44AF869B4F5C47C74FDEDBEB297E5A2 /* GDTCORFlatFileStorage+Promises.h in Headers */ = {isa = PBXBuildFile; fileRef = 630ECFC07C30AFC1D14CA4FB26AB88F7 /* GDTCORFlatFileStorage+Promises.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A482EF0B1D3D87ED4E93B3F165DE4833 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 575369C16E58F5090A05398154FC7786 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5604703605804B3205C7D2BFC681675 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = D34DD6BD2C392A60F21CFBDF623A3498 /* FBLPromise+Then.m */; }; + A63D10D36EAC19ADCADB8BBA538C9B6F /* CapacitorPushNotifications-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 18F50A3017765458AF908F9D86D41CC0 /* CapacitorPushNotifications-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A63FE9073D0DA2862A71CDB83ECDC19B /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 027F6ED319DFBD42E20866CF12E8276A /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6918E3126C08568D3EC4CE0A9724A59 /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E294FF2D784B1E6EC84D8BE5335FB3C /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A693CF216A0F4275DB6FD455DBCB653F /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B380AD69181D54D401CBD1A8DA7A491 /* FBLPromise+Do.h */; }; + A69D1DC53766AC0FAAA1A28C1CA29071 /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B41C2055103114C5CDCC0D87CCAA97 /* FirebaseCoreDiagnostics-dummy.m */; }; + A734488DB57FFA5BE99E3F848697CCD9 /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C7425768D9241D4E23155E2A846B01DC /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A80D0D61ADA75A788CC77A8C3A0C52F1 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 01600788030FB794B03B13FF266E21EC /* FBLPromise+Always.h */; }; + A8BE5F8E6BBF47EED1CC6780D9D423B1 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = F2E277364AF02E7262E3BB8AF583F74B /* FBLPromise+Race.h */; }; + A8DBDC369383C9AF3600CF26A0796EAA /* GMUGridBasedClusterAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B15829FE7D64AB11144B991FB9AE16D /* GMUGridBasedClusterAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A91B841CD5AD95DAF105C77EA2BD9380 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 10F1A3C038DB535F3FAA86D825EE41A1 /* FIRInstallationsSingleOperationPromiseCache.m */; }; + A91B9F1A4E84F293D9CE2865EE95B785 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 12662E517D14F8F4429C8E123589217C /* cct.nanopb.c */; }; + A9E1E626EC6D7D21D91AF9EDD7B133C9 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F6A256498D4AF64E6983BA9EE79AAF /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA03B8BF880CB5CD593325D4290FC335 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + AA351883FE9DF1CD416330597516B0DE /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 43A7E1FD6B9734C6734BBC87C5091CD4 /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AAA4F02C72ED29424DE25CEDFAC78B76 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 18D0FD06E161E4CECAB403D31A23E0D7 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AAEFDD147B26615B6AF0AF80186AC92C /* NSError+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EBF7B00F692A4E51A65AF7C7D433A44 /* NSError+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB012A26D6D5ACDBA681DC5559EC7718 /* CapacitorKeyboard-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DBECB722970141611D57CBB1C881450 /* CapacitorKeyboard-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB617544ECC4C23EC5B6C5347C42CB7F /* GDTCORDirectorySizeTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 436E6A7255594621F62EC3CD3003C0FC /* GDTCORDirectorySizeTracker.m */; }; + AB6914D46E71BFA1C5A14D4F0C2651C3 /* CapacitorGoogleMaps-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FDE2A11E8C8F0592FFDD9D5F6C0F8B86 /* CapacitorGoogleMaps-dummy.m */; }; + ABC8FEAEE0BF4CA481E8F0B3E48D2A60 /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = DFDCBDF909CA36A1AED37DD2F4E7D6D3 /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC9AE418363E8D0C1311D972B67B51A1 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = D3DCE2A375C38EC0CD4B5D591B2E2FD8 /* FBLPromise+Do.m */; }; + ACE9B29C07CC0A1329394C168E261FC5 /* GoogleDataTransport-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 184841D35DCC958FE8BC7DA8A7A09C45 /* GoogleDataTransport-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD03052C0F1D7C9BB42115F0DF54E5A5 /* FBLPromise+Reduce.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B1E78ABFA649D0D16AC965E6881B3A2E /* FBLPromise+Reduce.h */; }; + AD26075F3BD825613FA98E4A09BDFED6 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 09CB65AE0A28FE6BC8743DFE559974A6 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD6DCBD0669EF2DFB488D03AEDB96C93 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B4957E0590B578CB1342C3E5A1C42590 /* WebKit.framework */; }; + ADC039A0B7349C8492F702E6760082E0 /* GMUGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2446AA403ADE6354A63E37F73D29FEA5 /* GMUGradient.m */; }; + AE374CAACFD14DFC7CEBEA9ED1055EEE /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BD1940BED86B056123FE712DDC4FEE1 /* GULNetworkConstants.m */; }; + AE9D0934FF60032D08A04C386067BC57 /* GMUClusterManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C4F09AF51B159CA4C363C95245319035 /* GMUClusterManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AEAC83C3571E7715D1CEDE529FBABDCE /* CAPPlugin+LoadInstance.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5F01021123FD3CC3418432130A9056C /* CAPPlugin+LoadInstance.swift */; }; + AED3605C14D7E6608A3808DB4C8A8A47 /* CapacitorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = E03EBF39674F2137C32853D8A6729B9F /* CapacitorExtension.swift */; }; + AF2DA90AA4C7079DE6BAC3F14523B274 /* PushNotificationsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF88314FDCFCDD6D08D338ACD1D57DBC /* PushNotificationsPlugin.swift */; }; + AF3156DDA100F18D25B3AE9509136C91 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 33267A5045EC2395AF3CC4CA71A57EFA /* FIRInstallationsIDController.m */; }; + B144E952C73A5362551C1C3FC2D56695 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BB44B3DAE9183E3CFBB31830B73E2B6 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B15820CFDB6ACC01950C63A970136593 /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E14CEF4D54E1C37D2C016B1D9A5D3D2 /* GDTCOREvent+GDTCCTSupport.m */; }; + B1D6ACAC817795603E07C29F44561AE5 /* GDTCOREndpoints.h in Headers */ = {isa = PBXBuildFile; fileRef = A72906B6248B68FDAE99962230B8CA9B /* GDTCOREndpoints.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B210BF4664C72DB0BB7CE06C39EBDE46 /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B9C25F480EAC379DC2DBBBDEDF6FEA2 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2A17F77FDD892EE21E5F1CD1316B619 /* GMUNonHierarchicalDistanceBasedAlgorithm.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DC557C3A5DE631A05825ACCB0F7C37C /* GMUNonHierarchicalDistanceBasedAlgorithm.m */; }; + B2AED12F0789BEBC8F6F0E8D6F4B5910 /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CC3EBB11D3C5BACEC51AB4A08AF0942 /* FIRInstanceIDUtilities.m */; }; + B2D6F7C960E7565BFF8EB51C1513E375 /* FIRMessagingAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D3C0C96959522DA23F3DD87C7E4D500 /* FIRMessagingAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3089905E7B4F43E6DB6843F472011A3 /* GMUWrappingDictionaryKey.m in Sources */ = {isa = PBXBuildFile; fileRef = AA5760C5F7542CA60C78910F4B523B80 /* GMUWrappingDictionaryKey.m */; }; + B32F20F2E4A558120C9769D44BF4EC81 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = BF3F0253CBC775234AC3F0C21574C72E /* GDTCORReachability.m */; }; + B422992F5443488215C01E6E8301AD1A /* GMUClusterRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = B4817AD9E2DB359941D1E32A0094E0CD /* GMUClusterRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B42AE945679324959288CC172183C891 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6675F5101E364A1D1A13CED674B13C93 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B42CC15368B81296B5F91C0B5939F8A8 /* CordovaPlugins-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FD9B0A2CC6E0649E3086DBD16FCE754F /* CordovaPlugins-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B48E832E276E361D9F2DE8AA03E9E3DD /* FBLPromise+Delay.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 433A4D90796AB7687A544AB88EBB9FB1 /* FBLPromise+Delay.h */; }; + B4961F93526ABF7BC424193838B0A08E /* CapacitorPreferences-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C859FA4BD41D5110849A0FC43B085D7 /* CapacitorPreferences-dummy.m */; }; + B4B3AE91FF24AE1858F98DE9842107B8 /* HeatMapInterpolationPoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75ABFBF7B6DF80DE2F2A6AD5612F17EF /* HeatMapInterpolationPoints.swift */; }; + B4CF710D2B49C9CF8808388C2AA16348 /* GeolocationPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 31F1ED2C39F2A702424EFDEA34CA1A6A /* GeolocationPlugin.m */; }; + B4FA00D7D04C25441E3E87D55E5CC07F /* FIRMessagingExtensionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D2B405A8FA615FC8EECA89B775DBA6D0 /* FIRMessagingExtensionHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B51F97507706C187F26CA02D9CD10983 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF276CEC8249B1BAAA40DAC736A44B8 /* FIRInstanceID+Private.m */; }; + B56E386A276B120366F5EAA0E7884361 /* GMUDefaultClusterIconGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 55AAA08F4340029A1067FB6A0168EC08 /* GMUDefaultClusterIconGenerator.m */; }; + B5821CCBFA76D9434D72436B5322A7DC /* FIRMessagingCode.h in Headers */ = {isa = PBXBuildFile; fileRef = AEA9159EA3E3243BFFD10B5DF6004513 /* FIRMessagingCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B58FA21F49D2FEB8DCD97CAD8D2DD415 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + B598C1784E43A43D66195F80D0947027 /* CapacitorSplashScreen-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E70A916B81B45BFA3F03706883C5966A /* CapacitorSplashScreen-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5A04A7189D3FF6C02C84B0DC7BE25CB /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBD8A495EF03A676E159CCFA284C0F3 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5C9117F16DEEE861F47CE92DA00C6A5 /* CDVURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = C2E11B0E68932B9F8737D48202C4429D /* CDVURLProtocol.m */; }; + B655FCC0D55BC33F3923A72D30D01644 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 3909497269649792F0982BEAD3F346B5 /* GULAppEnvironmentUtil.m */; }; + B6C44D2CFF345752C45872DCFCFEA81E /* FirebaseInstallations-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EFF39027D178DDD466119CF0A9892F5 /* FirebaseInstallations-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B6E195B3D1480242DCF1A28FE656A033 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 39A881D2740A762D0230BCA4DA273650 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B70029AA8E60FE023B98DD6AFBFFE73A /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E55516400F6B5BAF959C262345BE4A2 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B700CD036FB25568717235772EFB1053 /* DefaultPlugins.m in Sources */ = {isa = PBXBuildFile; fileRef = E35E02022B33EA8A089E61E728F1D7AC /* DefaultPlugins.m */; }; + B74EB014C230D401025082910281BF2A /* NSDictionary+CordovaPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = FB51A017AA00B5BEAC39429E794FA311 /* NSDictionary+CordovaPreferences.m */; }; + B77ED388669E7FCD7D648CFB7AD8EB29 /* FIRCoreDiagnostics.h in Headers */ = {isa = PBXBuildFile; fileRef = E5881D3A2F299AC50CD5BF462D3E5C64 /* FIRCoreDiagnostics.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B859B407DACD54B854E0B47D0E01984E /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = FC189B8A5E6B2063AD8CB957A3A45B47 /* FIRInstanceIDConstants.m */; }; + B8B16905B520116576FD27EDA682BE07 /* FIRMessagingConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CB778F590797A211ADDD2688C4C0FDB /* FIRMessagingConstants.m */; }; + B8CE3C962ADC243FD3E3EE16F1194407 /* GMUSimpleClusterAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = C47DBDF78EBC9F998BBA29E07B0B40C3 /* GMUSimpleClusterAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8DF1C941981F8299ECE50C5E016CADC /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DBCE2E04A3DF7FC01494BF25A219B1D4 /* GULURLSessionDataResponse.m */; }; + B8FD28A452C76A3432EA058FEE3213A6 /* Array+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5C5ED6A17DD396324C1BEEC0D4726D /* Array+Capacitor.swift */; }; + B9993F58008435624025BA6371A540E7 /* CapacitorPreferences-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C1D1D0A9F1370723F4AC774C7BBEFF54 /* CapacitorPreferences-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B9A887AE92F4742AA1B42E7F0495CEBB /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F489EA5E69819E0162533D79E47D951A /* PromisesObjC-dummy.m */; }; B9C2D5A2FBB157E5B5D34F8ED3EB3B6F /* Pods-App-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C4080614FB2729D6B5358B723C2F7519 /* Pods-App-dummy.m */; }; - B9DD7786A5250B4F22E0EF79EBC25E60 /* GDTCOREndpoints_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6FF49D9E3A6C2A0E3FC1B646775A4E /* GDTCOREndpoints_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA16FD2C8D44AB584DE34D7498EC66E6 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0C036873ACFE20399167EBED877E374 /* Security.framework */; }; - BA6CA48E9D44E6C4660611EA1E62F288 /* FIRMessagingAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 36167E585297891B36FFE205DC96C971 /* FIRMessagingAnalytics.m */; }; - BA8F486EE89D4BD4F0B858DEC359F716 /* CAPPluginMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = B75BD5D612D1994CAECF9029E5DAF169 /* CAPPluginMethod.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB15A29A8322F8AAEBA07673C071E340 /* CapacitorDevice-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AC1B873CC6848125B0F64BC949C17A0F /* CapacitorDevice-dummy.m */; }; - BB5D774669902E59C3C56FE18BD68C53 /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = A2573CD50925FEC66581C2C8E3FBB7E4 /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BBA9B85AA602AF43AB0E0BC91A8D0BA5 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = C3B9B0DCCC90C6F92DBAFDEA1A2E2AA9 /* FIRInstanceIDAuthKeyChain.m */; }; - BBBA4F07B99DB0687B1D39376F6D3F97 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5BCEAD5B21EB98E394C0326336A307 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBCE099E008804D911B1A07E11D2DA45 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = E1674DF5198C0804DE71F9DEA810F8D4 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD284F3AC756EE869704B9656907470F /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = FC9610BC02257007E4604725FEAF5A5E /* FBLPromise+Catch.m */; }; - BD38E68899A3C33411FB723B7E38A947 /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 79AA69C6483C6322F656A7C3EC77F41B /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD4A3E71F03A4A98D3D5D6C4AFA51FFE /* CDVScreenOrientationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C6289C95F02E6F383CA697AF160F4A3D /* CDVScreenOrientationDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD62EC443A766BC9F15B312C141E5F92 /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DBAA47282B677AD3297C6776D86BAED /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDB3344B9E2820CC05B1B47D9AAEB7FA /* SplashScreenPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = C7147C59AE40AC0A655F2583415093F1 /* SplashScreenPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BEC360C16641B0AA7671EAE1B036E6DB /* FBLPromise+Race.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F2E277364AF02E7262E3BB8AF583F74B /* FBLPromise+Race.h */; }; - BEDC05B1DE224D615A63208B7C4C6FCA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DCE16A036B99B2E0CABEB315DCFA151F /* AppDelegate.m */; }; - BFED4403E2AE43CC488ED8165EE1BD76 /* CDVConfigParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C46CC81AE989F1DBE586FBECC3BE658 /* CDVConfigParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BFF399926401B120ACE0360FFC612E90 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 94B1BE8AE720DE58089DC6141D3F246C /* FIRInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C0500A4CE1E710476B33B77A919D3A9F /* FIRMessagingTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 295C9423A713092B4F33C6AE4A0E5CB6 /* FIRMessagingTokenStore.m */; }; - C112889698B959D30D3B825C6DBD595D /* CAPBridgedPlugin+getMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45474A01893723202A1F74C223D88FA7 /* CAPBridgedPlugin+getMethod.swift */; }; - C182DEE44CB2DB77988C228022CA9015 /* GMULineString.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3319A3A17F87254D02030AD83C6089 /* GMULineString.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1994B755C73F1CD6EE0F51E525BF8A0 /* PushNotificationsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607A509624B5D4CD9795CB15D329F37E /* PushNotificationsHandler.swift */; }; - C1DBDE3B2ACEB684F118B2C98BBC635C /* FBLPromise+Retry.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2574C7A19BE00A7642C103D6AEE335E /* FBLPromise+Retry.h */; }; - C20D3130458A9F05EDA0D6350109906A /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46F61D89290D5BC0E478FB05E3169525 /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C285BAFF12691FC1DDB02A36CED712A8 /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 46674AA252585CC52CC2ECEBC4F6FDC7 /* GULNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2A0ECBBFE11D2CCD2F367E6EB73B7B7 /* Browser.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB275E1F7FE66223693F4144EC70B304 /* Browser.swift */; }; - C2EF9D54AD37D792BEE6A9F2593D1BFD /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F489EA5E69819E0162533D79E47D951A /* PromisesObjC-dummy.m */; }; - C3259BE13C3C269B625DA4EF70CA2934 /* CAPPluginCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F99F4EAE793C6C4DD0D1D34E1210E4D /* CAPPluginCall.swift */; }; - C3337C5DF359C5CCE960CDC328695CC4 /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B9C25F480EAC379DC2DBBBDEDF6FEA2 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C36F03D0640B82416F0B72E91F3882F4 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 12662E517D14F8F4429C8E123589217C /* cct.nanopb.c */; }; - C3D6034AAB77E499186DA121C2C8F2B8 /* GQTPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = B0A1AC0BD0E016558C5DB2681345F82C /* GQTPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3DA06A62A3491362902917BB0C0AFB7 /* CDVPluginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B63ED3E32649B4205B7EAC716CF3F5E3 /* CDVPluginManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3E2024442108C142F08063780FD8085 /* SharePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57602B141A97A5CA76E7CC2DB115E0B /* SharePlugin.swift */; }; - C46282F9A520E05B36E47081C8725F8C /* NetworkPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 003093C6F64EEAEBDA04D25C141D5EFF /* NetworkPlugin.m */; }; - C493CAC4B9F0DF7CFDC58E545AA95F3D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0C036873ACFE20399167EBED877E374 /* Security.framework */; }; - C4C9C6E7F65CC327CC88D43C954C8AA6 /* GMUPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E85D300CF5DFA869B29D3B80A7A82AE /* GMUPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4CE6C1D07AAC621F6349058982804CD /* FIRMessagingCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = CC83B6631073DCB2C06C66104DD2698C /* FIRMessagingCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4EBAD96B027E238F3EDCCB91D3DD058 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = F18C0CC31933096788881F3D04F242EE /* FIRLibrary.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C513ECC734CE9121FC25CC5C51D07EC5 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = BA20A1CFD5B155C88F8D50CB4CA3770F /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C548EF5AAB3FCCA0AD6867AB7CC7B0BD /* GMUDefaultClusterIconGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B6E1C61353563662E4300F835DE95A6 /* GMUDefaultClusterIconGenerator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5889D4D405FA5A07E6211A523FEDD6C /* GMUClusterManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 332F556EE5EFD26F188E1D23D82C46C4 /* GMUClusterManager.m */; }; - C5B0CE9F71B6E2BF0F1A1539CF5A7737 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E78ABFA649D0D16AC965E6881B3A2E /* FBLPromise+Reduce.h */; }; - C5BF2AE9C4E545B2A1CC00CDA5108FC9 /* FIRMessagingCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C5E775BBEF1CEA95C49B750ADEFBD5 /* FIRMessagingCheckinPreferences.m */; }; - C63752B8F179647EBB0344565DAA7E27 /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA068E4AEA38DBAC5338537793AC9C7 /* FBLPromise+Wrap.m */; }; - C655B2705011BEFD90446C768238CB10 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E7ADB460F2BB6558728A729B28F8C17 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C69CE509F250ECE6B1475C53B07CE3FC /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = B7FA48A161210B20DAA8EA1568239087 /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C720CA0929E268F11F39CCECD96964C3 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B1E2F07440409F0A8A45A135B920B49 /* FBLPromise.h */; }; - C7666C140F13EF3890717569C0875304 /* CAPPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = D8D51B1CFCA92E724411691C38539E9F /* CAPPlugin.m */; }; - C7C0DB7A774420385819A48F85E81A8F /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = F4C085F795440202E0C20210B50ED0BB /* GULLogger.m */; }; - C8039771A6140B59694E2E5F00628852 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA60DB9C4344FD7CDAB98909DACB614 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C813CE9507C7214FE5B65B3D3598245D /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 776B7D78DE6FB89FD02B6C28BD9E22EA /* FBLPromise+All.m */; }; - C83C8B3A944C52776F20E525ACCC3F9C /* GMUPolygon.m in Sources */ = {isa = PBXBuildFile; fileRef = C1D58E04B3FC5223AD0A30DE09829695 /* GMUPolygon.m */; }; - C855D3FCB656688E725E139BCF71A3CE /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = A7441F722BBAB13FF531AB947162F8C6 /* GULKeychainStorage.m */; }; - C8679F30E9C7BC3076D666B90998E37C /* CAPBridgeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 574F9158066339495D64F62B7A6C07A3 /* CAPBridgeViewController.swift */; }; + BACD65C17ABE45375E768CBBF06FE8AD /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = EBC659FF7182829FEF6F7F9916F7D145 /* GULAppDelegateSwizzler.m */; }; + BB15A29A8322F8AAEBA07673C071E340 /* CapacitorDevice-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 328BE339F60E21ECEA53B4C1322A7011 /* CapacitorDevice-dummy.m */; }; + BB72E2BF67F95651D230840053110653 /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B9DA2F9461ABBDFEC8AA91D89293443 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBDC09D2B45B57FB43AB178EE71E597E /* GMUFeature.m in Sources */ = {isa = PBXBuildFile; fileRef = DEEAB09BD9AC1BCFA3C3ADC1F549237C /* GMUFeature.m */; }; + BBE91B2209E82375B32BFC980419BF98 /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E60D2627A83E952CCFCF549EFE8BC4D /* NSURLSession+GULPromises.m */; }; + BC1F5E8F15A770369FD76C62626F7D30 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = E0F8045AB35B4ED2629C45936D9A7A05 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC41CEEF5A35815501DC62862024FB07 /* GMUGeometryCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 18E921021D89418ADA83CB5D4F8641DD /* GMUGeometryCollection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCC93ED6FD2B62E909C51175D542DB7C /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 222C53EBA31F0D8FA3761198D2F72E58 /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCD79AA0476DCBBEC477C032777CC082 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = EB4EE6AB3144F49681A2A7E17E7FD7E8 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD48DBC91984A2974E27BC3B5BE36A0C /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = ED46B8D235E80F94354DBED0190D7730 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD48E236A3D4AA2538D73EE55335DBAD /* CDVInvokedUrlCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 230375F0449B15BC1C967CA86F014E2D /* CDVInvokedUrlCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD8CD952EB5E49551A037D77E0F04B12 /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 44D77EC272DA7C761799C71AB1D1476C /* GDTCORTransport.m */; }; + BDB3344B9E2820CC05B1B47D9AAEB7FA /* SplashScreenPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 56123E393FA5860339E875C5EB9DE24E /* SplashScreenPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE21E0ACCE5B0B6F50214355BF7CBD5D /* FIRMessagingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A2110169F89F678CD8E531847C0F250 /* FIRMessagingUtilities.m */; }; + BE260A7993DA8028B570460B9014DAB8 /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = ABA65435F2FFBA0954DDDFB1CB182846 /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE360F5F42601C779935F77579EE22E0 /* GMUHeatmapTileLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 19550738EB8D961A12105617566E5A0A /* GMUHeatmapTileLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF5F55DE186C117003CBE6C101D6DB5F /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B63CC43C18955227B9DE4FCFD3668D9 /* FIRInstanceIDTokenDeleteOperation.m */; }; + C01EECEC1180E17B85616DDCBF1F150F /* CatesianPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0DE80DAC2AAAE49ADFBE9AD41BA9B3 /* CatesianPoint.swift */; }; + C039A39889AE34FA3268B64063503C8A /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = E2ECE94EA223922321A988BACAB4506F /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C04EABC3A130AF138AA4354C3193DBE3 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = BB21A6E56D27D014F4DDD21744B29714 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C09E6EA08EFB592811E16BC299A9E89C /* CDVPluginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 661C1BE3B716D3C112EC63FB355E17A3 /* CDVPluginManager.m */; }; + C0D07B5A5C8769CDB1C6D92F46A3704C /* FirebaseInstanceID-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 61602BF88F6B46A8C9AC546FA116A9F5 /* FirebaseInstanceID-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C140CBC02F0A6075D5421CDB6F390284 /* HttpRequestHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87FD3B650A3D5F3E0207A6B3717F7D89 /* HttpRequestHandler.swift */; }; + C1994B755C73F1CD6EE0F51E525BF8A0 /* PushNotificationsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E5D5044F752BBC0AE75B1B63DC26276 /* PushNotificationsHandler.swift */; }; + C2A0ECBBFE11D2CCD2F367E6EB73B7B7 /* Browser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C47C7347E38CC1C5BF2F93C3767BDC83 /* Browser.swift */; }; + C2BF6C9801828937C75F50AE451D931C /* Math.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0619C692062FC0F3D9D9CCDB3616B589 /* Math.swift */; }; + C3BBAD901B887DEC38ACDC1EB0B8099D /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 89304BD8FDE539860FBB1013DE17FC8E /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3D1246B7B6033C2969EDAE76A794668 /* GMUHeatmapTileLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F46D3F7BE183248C0DB65416BB24B6F /* GMUHeatmapTileLayer.m */; }; + C3E2024442108C142F08063780FD8085 /* SharePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E8065C3E245B88ABB3CF33FA5101CD /* SharePlugin.swift */; }; + C443C7B1AC3781425194C95C09A97125 /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 874CEE2D9C6B24C7DC1624EB9220EEEB /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C46282F9A520E05B36E47081C8725F8C /* NetworkPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 400F268646E3F289FD9184EC9E321F99 /* NetworkPlugin.m */; }; + C6F5197130F647BF817F2093A614AD6B /* FBLPromise+Await.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36779089C821C685ED6E677693109E0D /* FBLPromise+Await.h */; }; + C73264A11CE5AB4799E01DC394454DC8 /* GMUPolygon.m in Sources */ = {isa = PBXBuildFile; fileRef = C1D58E04B3FC5223AD0A30DE09829695 /* GMUPolygon.m */; }; + C760A9A50EC68B0375E550E1067F1CD5 /* Console.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1382370CC2756350CA4D2AB3FC7FBF3 /* Console.swift */; }; + C840653D6250CABEF89CAB70D0C6A563 /* NSDictionary+CordovaPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B22883476D499B2FF1DD3B173F32B6C /* NSDictionary+CordovaPreferences.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8672B4A02558416C6368532944D46E9 /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D88493CEC7E5D7F024A889D81CDADA25 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; C8B84350A357282BEF3B16E00AC2B7EE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - C8CA546EBEEB71F914E5550251510BBD /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E1B07A3CBC8DDF99532C6866C95DA3 /* FIRInstanceIDCheckinPreferences.m */; }; - C91A6C187517FE59A84F32ED8ACA8948 /* CDV.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B61E945B95276CF58F091FE998EEE3 /* CDV.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C95E61121CDD2A68CF418E8BFCCE4BDD /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D971D8DB40BCDE317E462E9F244C052 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C9C472C3702829DF33604064E9FFA46E /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF1926B00DFD26284A8B60BD6C0B6CF /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9E9BA9DAD0D6744F35B217DE9FA4FC5 /* BrowserPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E184F32E072BDA8EC1F751516A005E /* BrowserPlugin.swift */; }; - C9FA63B413A5F9E6849D54292D4083A9 /* CDVWebViewProcessPoolFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FAFDD97997521E719B9A46E1BCF58D9 /* CDVWebViewProcessPoolFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA08F303A2854B8825F7761694F60D6B /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1601673927512B00443B7460840B7BFE /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA2CD498F0BB585232852A323F04F955 /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = 512AB289AC75359CE7AAC48B1565F345 /* FIRInstallationsHTTPError.m */; }; - CA51014D4902DA37CCCA76BA10502B75 /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D345E261152591CC7AEE07FAEA92BF /* GDTCOREvent.m */; }; - CA8E73D835DF2F7F8BF8B8C154BF0619 /* FIRMessagingTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7719B1BEE9E81F7A408D0FEBF9316700 /* FIRMessagingTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA9D1C0B060556123054E1105726EC52 /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C0E62E847D217C77DBBF05E079FBA8 /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB140A637765824A5E1277B5DBB77BDE /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DD88017004CB20D1200BDF3857BC0E5 /* FIRInstanceIDTokenInfo.m */; }; - CB594FE817D44935C5E0EF08588FF44F /* CapacitorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A986C3C9824CDD5114CF6185C961B285 /* CapacitorExtension.swift */; }; - CB872E6E40A0727B24FD3B1542747598 /* CDVPluginResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B64476703D68E4F53E67364B54EA4DC /* CDVPluginResult.m */; }; - CB958EFB78A16DD46078D66681783276 /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A33ABB8E937D2D3C0CB3E1725505040 /* Preferences.swift */; }; - CC56D361017C674F40AB653D4EF18256 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 14664CF4FA17312BA6E4412437E6CF1D /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C97D949B0B6478E6D598EDEBAC7BD4F4 /* FIRMessagingCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = CC83B6631073DCB2C06C66104DD2698C /* FIRMessagingCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C989C0DF9C9820412D3350BDC7F808BF /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = CC069FAEEDFEA7B4CE0550B46CFBE0FD /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9E9BA9DAD0D6744F35B217DE9FA4FC5 /* BrowserPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73577950ECEA6CBFA8803975048F0E4E /* BrowserPlugin.swift */; }; + CA5176E70083AD0CA038F6283373C845 /* KeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109216F3D058097DD6B46939CD8276A2 /* KeyPath.swift */; }; + CA5F40600B855C06BB00465556D2C389 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = ABB351BB05D19478E2EF2FC63716654B /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + CB2F1EEFE4F4704158AD48D406309112 /* CAPInstancePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BC844663636F707014FD0B871570A27 /* CAPInstancePlugin.swift */; }; + CB5D94B01E261B41BC40A669B82265C3 /* CDVConfigParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 798EAE0F227A930D21DC1AE120DE4169 /* CDVConfigParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB66CC64FB60943341151A5E66E7B86A /* FIRMessagingRemoteNotificationsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C01EACDC5DE3096241BEC840253EB2 /* FIRMessagingRemoteNotificationsProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB7B0AF04B6B4B81B92A27013BF7CC9A /* FIRMessagingDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 924820348133578615039DAA41B12708 /* FIRMessagingDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB830BB0A22CADE4CDA019237A6B1F48 /* GMUKMLParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E311470BA066BB6167E848E4DF82DED /* GMUKMLParser.m */; }; + CB958EFB78A16DD46078D66681783276 /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBD4F36A933AED8505169A68AD4B61D4 /* Preferences.swift */; }; + CBED470981100099DD71A6DBE9E4B363 /* FIRMessagingRmqManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A27E085BB91D1B681A3062399656C35B /* FIRMessagingRmqManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBFF780FD9D516965EDD27CD578094F7 /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D345E261152591CC7AEE07FAEA92BF /* GDTCOREvent.m */; }; CC5E01D87AB4D33E2CAEE531BCE2EBC4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - CC696FEA28AC89467E42A73D27A6182C /* DevicePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1949D67D2975AD1567E12240F1F2ED /* DevicePlugin.swift */; }; - CC699C2A653FF8E49CF400EDF229F33E /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = CC069FAEEDFEA7B4CE0550B46CFBE0FD /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CC9EE7C6418943662A59D70CE3630B9D /* FIRMessagingLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B434D21CE002ED1DF2DD57F892C402E /* FIRMessagingLogger.m */; }; - CCD0F26C32D5431A7DC4F0A59AC3FFE4 /* CAPLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32904C3BC51A00E6C34BC529E90C8A5C /* CAPLog.swift */; }; - CD151D111508BCF915A2E20A517657BA /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = EB4EE6AB3144F49681A2A7E17E7FD7E8 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD7FB529ACDA68438AE46F8D8F81C12C /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 222C53EBA31F0D8FA3761198D2F72E58 /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEC65D7770AF09B28A008087C24FBE15 /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 76D9BFF3AF49234CB594ECE327D6110C /* FIRInstanceIDTokenManager.m */; }; - CFB941DF8AFED85A582995C67B4CFFA3 /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = ABFCED30D3F2D544387C236297F0B1D5 /* FIRInstallationsLogger.m */; }; - D002FD784B8A58518232FB117C84F220 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 01600788030FB794B03B13FF266E21EC /* FBLPromise+Always.h */; }; - D03279709ABB7326B42D54C5BD9364DE /* GMUStyleMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 87CA3E77CA7D7909AA60E79B7CE9EB46 /* GMUStyleMap.m */; }; - D03F97CBA7DD7F733E9F0167ABF954F9 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 932BC9BF28D4C69E7A3FD596809BFCB6 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D152AA721FF070CA0ED76FD0DEF8D05A /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = DFA617C51A86A2368FC1E84DDDFF28F5 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D16532CE163457813EC416FA2CD997F7 /* FIRMessagingTopicsCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 422C493D3FC1BD0C5A5202725EC42D3A /* FIRMessagingTopicsCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D16EF60FB0590351912A61C853A13503 /* FIRMessagingContextManagerService.h in Headers */ = {isa = PBXBuildFile; fileRef = 69FB40B109C13EE1BD571A29D19FF4BC /* FIRMessagingContextManagerService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1B874D6CD3666203BD004D5EFF319AF /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = C50129F5F2759029D0CD5992E3AAD0CE /* FIRInstanceIDTokenStore.m */; }; - D1CFF71D53B0A8A772D0DCB8CBD3F9F7 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = E0F8045AB35B4ED2629C45936D9A7A05 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1F2A30039ED39A001E9619090FE017F /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2EC3C72ABC8E8C12E2110BDA0F270A /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D22B1558CACAA1F6115F60EC1A24A70D /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E68CE7CA024BDE066DAA6D25CC58B247 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D24A7410A95665AE71F06BBCD39A5DDF /* FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = B8BE36FE1754F5937C7F152AD1604AE8 /* FIRMessaging.m */; }; - D28F0DDF712C5C7AAFD76E07F7E2329C /* FIRMessagingTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DEC71C582EF7314DE18B9F8220E04828 /* FIRMessagingTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3368F36E3CB045E19D57B25210594C9 /* FBLPromiseError.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EABF1580F3A84D1B6897D07A14FC8B88 /* FBLPromiseError.h */; }; - D3486FE98873AEF44EC380E606C0FD31 /* CAPInstanceConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50ADAD35E25DC96BC6536DFEB257F01F /* CAPInstanceConfiguration.swift */; }; - D3C29F7E112D794DEE651219EA3F336A /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = A2467A3D1C8E35C19A7B3AC090132078 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4812ED9370D8568938F62AE86FF6842 /* FIRMessagingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A2110169F89F678CD8E531847C0F250 /* FIRMessagingUtilities.m */; }; - D49A5B5B4857E24B946F60F4DEFFB54F /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = B29EAD015A4793EC573432756C236220 /* NSError+FIRInstanceID.m */; }; - D53247A595DFC6065E0E65EE819C72BA /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = DFDCBDF909CA36A1AED37DD2F4E7D6D3 /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D572928418FD28D5F2E454A309D1F273 /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = E3FAD622CC46F5D40623D5F83149E095 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D57EA2A2AD40E8F3F306AF119FBB5C0A /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F884DC956E91BBB7119B994CD9098371 /* SystemConfiguration.framework */; }; - D5D9852E3A0FFF10E434304F13FFDF83 /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = ED246B3A522B07C2B103B97B9B1DE8E3 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC696FEA28AC89467E42A73D27A6182C /* DevicePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07356AD5819EC39BC0BF6A6CD45A024A /* DevicePlugin.swift */; }; + CD35448F3C2354979876781CAF3FA5FC /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = F0C48F8F66BD3D38C60BEDA57C67886D /* FIRInstanceID.m */; }; + CD63271A2E838318F32BA551A3BF4A69 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = F815A563567D03210B0DFEA08B9D1605 /* FBLPromise+Recover.m */; }; + CDB0C1BCFB374AB6D7053AE5F7FB1859 /* FIRMessagingTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B13F56DC35B2F0B42FAECB9071D1AA5C /* FIRMessagingTokenInfo.m */; }; + CE410B1C7FF0C069ECEE3E71FD6715C7 /* CDVPluginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5366F53A1E81D2848003C266508426 /* CDVPluginManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE49BBDFFB11B753A434AB096531B6F2 /* CAPInstanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F42AC06C20505F223ABB675F0793221 /* CAPInstanceDescriptor.swift */; }; + CEADBB682AB9B1C2AE9029A5D463C30B /* CapacitorCookies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 994BCD04030031F2E24440A7D3104716 /* CapacitorCookies.swift */; }; + CFCF633C3771B1D7141D24C9F2922492 /* CAPPluginCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 15FA1F8DCECBB70C858127947C091551 /* CAPPluginCall.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D08594502DBA38AB8A7B944CB8FA8D35 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 53575B14D6531246E7873FAA0C4F47B4 /* FIRComponent.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D092BCFDD4C68402CEE65611C0A12E5C /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = E911D924C24086FB8AB2B56A8A3E4DA4 /* GULNSData+zlib.m */; }; + D09C2A7B5EBC0608FF59134EC5DE290B /* GMUCluster.h in Headers */ = {isa = PBXBuildFile; fileRef = 51FA0F94B24D4FC37E094464AEF52E18 /* GMUCluster.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1388DF3E643C6CA7EA422EB54FF852D /* FIRMessagingContextManagerService.m in Sources */ = {isa = PBXBuildFile; fileRef = ED26B9C6A183F27CA47E79B6A2D6B1AC /* FIRMessagingContextManagerService.m */; }; + D1BDCAED7F41E900026B073887A71E3D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + D1DD6F7542DDA0FDEA59BBF7443E30B4 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D71653A6D54A096AEE9D5C8E8E8BDE /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D29DA22E07BD5540C7BC7BFA2E085C4D /* GQTBounds.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D6AA57AA6B476FE56AD630A952E875 /* GQTBounds.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2D0E3C8FE9B688A1C5A9712F688A71A /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0C036873ACFE20399167EBED877E374 /* Security.framework */; }; + D2D4B6D9C6D0CB3446F2A7F75B503EB6 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A7F9F1B1F385A25600BB006A7187752 /* FBLPromise+Always.m */; }; + D31752981628D2CDD67A50F20F6B47B2 /* FBLPromises.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4CF9D9E0691F077861AFD76514A4C1EB /* FBLPromises.h */; }; + D432D6321C7090B109C6EF40A3496348 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; + D468F865A5E3C72DB2E50F932DEDD916 /* CAPBridgeDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F24ABEB9435D60EDB3AA9337F389D49 /* CAPBridgeDelegate.swift */; }; + D4C6C54641D0A539C8BC69A97F7F4501 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 60192A67342D410AD2F9DA3F88537563 /* FIRInstallationsIIDTokenStore.m */; }; + D5142151691E4BF3D891D88B68099AC6 /* GMSPath+GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BFE349D6699D542CE8A9C08E5EA0103 /* GMSPath+GeometryUtils.swift */; }; + D523F42EF4439029B13C5D55E4ADA1CD /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3893038BD7F23A2F2218A6EF94D5255C /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D54CF16B9469C38E38A2F597E9C43F71 /* PluginCallResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8873F8B5FD188097051A5FF7998D40E6 /* PluginCallResult.swift */; }; + D57719895458EF73732BBCA6BD7B3DF0 /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FBABB43B87C410FC93953B6B705AB7B9 /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; D5EB356F7263C75FF1F8A2AA62796198 /* Pods-App-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FE796D27BB599ADBAADCE300C59CDF00 /* Pods-App-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6653BCE725748752C2362E4FD39AEE3 /* FBLPromise+Delay.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 433A4D90796AB7687A544AB88EBB9FB1 /* FBLPromise+Delay.h */; }; - D67DAD174267192C0F0C6ECAA7A73817 /* GMUGroundOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = B7508A4E2FAA922C3FAF87F49C726751 /* GMUGroundOverlay.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D69ADE25CE381E125B9CFD31374D2049 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 965A6C201600FE757861D748FE04782C /* Map.swift */; }; + D69ADE25CE381E125B9CFD31374D2049 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = E02DC99D20FC9B43238ACE317DE52605 /* Map.swift */; }; + D7107571E01BC5598AD5E851CC45C094 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = BA20A1CFD5B155C88F8D50CB4CA3770F /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D74D3AC7D75003A9BB59980BD127433A /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE0407D0105C129389BFBE9F88121F76 /* nanopb-dummy.m */; }; D7A5EC11250D2DA639621F6933135210 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - D7AF8872FDC2429DEFC04B5F1E7D21D3 /* GMUGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D44D3DF9F15681205B50F06B594D615 /* GMUGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D7BB38A3530D49E5D9E7556940180B2D /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C69AC947698F8774C886806FC74BAD5 /* FIRCoreDiagnostics.m */; }; - D7E204EAD54BD7C5DC386C378B4EC7AC /* StatusBarPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 06681753EFAD7E16EFCF28516FB6F480 /* StatusBarPlugin.m */; }; - D7FB1C9C61191FCE3B580B453E3674C9 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 275854AB814FFF32C06133B0C1176614 /* FIRInstanceIDCheckinService.m */; }; - D816DAAACBF1CE12863415BAA2530637 /* Polyline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3795174651593D01370202408A04F56F /* Polyline.swift */; }; - D84828C1B086438C844830A8E3004A6A /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A31957DE9FABAF7D90C1A73A84DCBF80 /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D84CF927ADA5776BA5988ABB7D7B282C /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E044B7321CDD2621514C8B0E5B29670 /* FIRCurrentDateProvider.m */; }; - D8EC3A035D26C65CEB8BA45347DE7BD9 /* CAPBridgedPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 10ECA3088D722F126CB7751D9F14F4A0 /* CAPBridgedPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D90430E48C5D0982101307FCC5044EF2 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 12DA231F47010265C7C7FFBB551F78CB /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D92C15AA09B4DB1189D093287BDD81C2 /* FIRCoreDiagnostics.h in Headers */ = {isa = PBXBuildFile; fileRef = E5881D3A2F299AC50CD5BF462D3E5C64 /* FIRCoreDiagnostics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D954DC3AA7C9B99B05B74CF2DD31B1DC /* GMUFeature.m in Sources */ = {isa = PBXBuildFile; fileRef = DEEAB09BD9AC1BCFA3C3ADC1F549237C /* GMUFeature.m */; }; - D997D3181CA5D1D4EE104C0592992385 /* FIRMessagingAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 42587BC6647C0F158735870FF5994BA4 /* FIRMessagingAuthService.m */; }; - D9C3CF02F414A276851CCAC4333BEF56 /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A60C4F08AAED939F43680E90682F6C /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA1064CA2C52FC428BCE39011EC65452 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C7688B43F242EB95747E8150CAAB780 /* FIRComponentType.m */; }; - DA3050D800A3ADC08DAC1725C5A7A959 /* GDTCORUploadBatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 04CD8E43BAB13FA3DEFF93BEF62F1301 /* GDTCORUploadBatch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7E204EAD54BD7C5DC386C378B4EC7AC /* StatusBarPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = F43282CFDC2701785D879967CCC585F9 /* StatusBarPlugin.m */; }; + D816DAAACBF1CE12863415BAA2530637 /* Polyline.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3A705AF7D99EF8A3B86D2DD61FA5EB8 /* Polyline.swift */; }; + D930A616B3BAF47FC3A325E1EE877FD3 /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = B315C797B63F5B01E3AEE598D4EE0F6D /* GDTCORLifecycle.m */; }; + D97D3509CBEA8083FC17727884F7F645 /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF9D9E0691F077861AFD76514A4C1EB /* FBLPromises.h */; }; + D9FA0C86D346B4F213E8894DE6F021C9 /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF5606ADC6854BC4739D9A376F2C3B3 /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA140FA2E4FE365CD33A423E00D8B041 /* GMUStaticCluster.h in Headers */ = {isa = PBXBuildFile; fileRef = 912D3992A957F80BE229331DFC8107A1 /* GMUStaticCluster.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA4D2CDA9546F584232C21F8AB667650 /* CAPPluginMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = A3CEF01688DC4411C0486E6AAE3A506C /* CAPPluginMethod.h */; settings = {ATTRIBUTES = (Public, ); }; }; DA7B8486E2419EA6444380A28FCB3357 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - DB27B74010D27EBDA5146C715AA73642 /* FirebaseInstanceID-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 61602BF88F6B46A8C9AC546FA116A9F5 /* FirebaseInstanceID-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DBB5D20C6ECC9E956C4E97B668AF8613 /* FIRMessagingTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1630D4E6EF7BA5B6BBEAE15C2CDD2054 /* FIRMessagingTokenManager.m */; }; - DD63F07C2AA75E4A82AA6D22F679A5AF /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = D430183E7441406141D54B7DCB356CA0 /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDA8C7E04898E9B184993EA8DFC3DF95 /* CapacitorStatusBar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 696F93C463647EE7516468A0644B5F8B /* CapacitorStatusBar-dummy.m */; }; - DE79B0CD949CD0BAF71894EE41AF1731 /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FAB82CE006687CBDCB8C61B6CDA00D0 /* firebasecore.nanopb.c */; }; - DEFAB1CE348CF16B9ACDDB0DCB0BCA7D /* GMUGeometryRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7922B80BF885CABC96B6BC22CE3A8849 /* GMUGeometryRenderer.m */; }; - DF6FAB129BDBBFBFCFF71BE44AE779D1 /* GMUStaticCluster.h in Headers */ = {isa = PBXBuildFile; fileRef = 912D3992A957F80BE229331DFC8107A1 /* GMUStaticCluster.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFF8F271E011F689CCD16E6507CFCA5B /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 98F3131FAC0F6C263BA8E98F942BD22E /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFF93D7CA4DABF46314CCF87B5B08741 /* CAPPluginMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = 39F63D676D6BD99936180AF8E88A9F69 /* CAPPluginMethod.m */; }; - E046F53AA90DEDBE54700D9AE2CD2C8E /* CAPBridgeViewController+CDVScreenOrientationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AA02C9E3FB74B8EBC816575E6C332330 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */; }; - E16951AE90CBAA64592C058D40381B75 /* CapacitorGoogleMapsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1746205E562256CB99CF187F958427B /* CapacitorGoogleMapsPlugin.swift */; }; - E1BC4EBE5993549529745FFF04421D6E /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 93A9004DEA8FB6FF9A23B6E8022CF536 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1EFB2227D83398DB2C4705A6271E241 /* CapacitorGeolocation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AE7B66B9F815E4287F5E852458F8DB2 /* CapacitorGeolocation-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E219FFDA04604A7573C4A93AA19281F3 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = BF3F0253CBC775234AC3F0C21574C72E /* GDTCORReachability.m */; }; - E22B9F3441304D338DDAEC1C690C079F /* FIRMessagingRemoteNotificationsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C01EACDC5DE3096241BEC840253EB2 /* FIRMessagingRemoteNotificationsProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E24BB800B39D32AEC82FDC72F6E76BBC /* GMUWrappingDictionaryKey.m in Sources */ = {isa = PBXBuildFile; fileRef = AA5760C5F7542CA60C78910F4B523B80 /* GMUWrappingDictionaryKey.m */; }; - E2A2621AF0BF342B32D1CCE42E7DEB62 /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B737861C97386E70D2245F9DB6A36C /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E344A551925097C71BCF1AD873609E61 /* DialogPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11ECF8A399AB9B15FE31226997719881 /* DialogPlugin.swift */; }; - E3C45885FE503B69B65502A994E157F9 /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 66A6078B65D3B7C648DEC50CF958970B /* GDTCORAssert.m */; }; - E4214653412C5AD8B03CDD600A92FC04 /* CDVAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = E5EEBDC9DCD44C705F9C0755DA66894B /* CDVAvailability.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4A1154397867F5210AA5B7A36AA4280 /* KeyboardPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = E8FA6B47490CBFCFCC8E201088D0A750 /* KeyboardPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4C448681C61D203F6B116BFACFD2391 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 67D277AF9D9607AD657336759B83A973 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E5EE26C6A92EA4E76AF5282147D9B3BC /* FIRMessagingAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = BF6C5CAA6C5543899BB5CDBFBB53BCBC /* FIRMessagingAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E79CE0709198C029A88DCEC757685967 /* FIRMessagingPendingTopicsList.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FA2BB168D238CF599877A6A0446FBEE /* FIRMessagingPendingTopicsList.m */; }; - E7AA4AF69C1828BCCA6E4557BD0D49F8 /* NotificationHandlerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD67A796E6D505D2E4F869B184DDC945 /* NotificationHandlerProtocol.swift */; }; - E7BC2CF301DAA9496D89ADF6C8058123 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = C1418F4C2F050BC436AC01104639DDFD /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7D39C8D9DE8C3BCB596EF46CB2A299B /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B380AD69181D54D401CBD1A8DA7A491 /* FBLPromise+Do.h */; }; - E801E297F89250A5042580EC5311B61C /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 253306E6612C46445B9143C4AF8855D1 /* GDTCORClock.m */; }; - E8856FB55E72390C21CCA76FB4D01615 /* GMSMarker+GMUClusteritem.m in Sources */ = {isa = PBXBuildFile; fileRef = 94084359339A9664A80A8DEDC74B803D /* GMSMarker+GMUClusteritem.m */; }; - E89BC932440520F38BBE4FC468E74BE9 /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = F0C48F8F66BD3D38C60BEDA57C67886D /* FIRInstanceID.m */; }; - E8D1B844F78795743083A97BF1717140 /* NetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = E4BCB6FFE5EC174848BC8D98B4D6335C /* NetworkPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E90E99D578029BF8CF5DCC213A866C24 /* GMUDefaultClusterIconGenerator+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = AECBDB500A82B014B8FC906F6664C9F5 /* GMUDefaultClusterIconGenerator+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E95C1FF820E0BC091DD2FDB83130A15A /* GULNetworkInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = EB7FF399CCE21C1112E282EC7FEBD152 /* GULNetworkInfo.m */; }; - E975166960FBD1A5131C46AE4D39E292 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = D34DD6BD2C392A60F21CFBDF623A3498 /* FBLPromise+Then.m */; }; - E9CE1C6320A3946CB8DFF82997E75252 /* CDVPlugin+Resources.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4B9BFC0FB873FF587868491237EBE5 /* CDVPlugin+Resources.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E9F9273609D4E69A6FEE71EBD38AE315 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 60192A67342D410AD2F9DA3F88537563 /* FIRInstallationsIIDTokenStore.m */; }; - EA1E9548A70646D7D64618BD0F1A7AD1 /* GMUWrappingDictionaryKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D03E576CD43B8276D698A10CE03238 /* GMUWrappingDictionaryKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA79BD4DD9A629B0F63AA6B9E09E5056 /* CapacitorGoogleMapsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = A3134D0B0C5F454D68B1DE7AE12DED10 /* CapacitorGoogleMapsPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EAC6B07C7E655BC824D94C68A6C4FD9B /* GMSMarker+GMUClusteritem.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DD8EA84D3E71D0165059356C8F55FF /* GMSMarker+GMUClusteritem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EADF9DBA971D17BD9048D4ACA9EA29D2 /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8FF9E65D0BB7745739A5869344D4FE /* FBLPromise+Then.h */; }; - EB856AFCC0F5204A54BE5D4414948A14 /* CAPBridgeDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2B92F34CE1D75B23F0D4BEB966055D1 /* CAPBridgeDelegate.swift */; }; - EC802F1CD6E498F6AA566F8AB16F8C4E /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D2BE51CDEBC76FF6788E570D7FBDC33A /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECCBB54FFB07EDB12D9D9DB288C9B679 /* Google-Maps-iOS-Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 360B1DCBC2A3B052D26AE6C88CF17DBC /* Google-Maps-iOS-Utils-dummy.m */; }; - ED096A12813F347D9D272C1B056A6E07 /* CapacitorNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5372D2BF0C2FD6613956B3E9077AE4F2 /* CapacitorNetwork-dummy.m */; }; - ED0FBE6F96B10D89918F37A05086B351 /* CAPInstanceDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 186F53E16B0CC3D71B4A71198C9BBA82 /* CAPInstanceDescriptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED65C46AAE1A5A4B5DFED20AACB36527 /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D2A0334CAB279350DD277C5093CD93D /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED6F5A55FF3CE43B8F17F757C16A089B /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CD825C610AE35CC5206661B930F98CC /* FIRAnalyticsConfiguration.m */; }; - EEAB76EAF3E52275885A34B079D965F5 /* GDTCORDirectorySizeTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 436E6A7255594621F62EC3CD3003C0FC /* GDTCORDirectorySizeTracker.m */; }; - EF550E1A6FD0B86C2D5D56F2371C8866 /* SharePlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1215AA1F566BD7F73F1EBC5F60F4ED /* SharePlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EFE53521B3A25CD06EB41D323C9948F8 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 207179FC599160F682FD0D37B313DBD5 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F01D75B38D74D29AD04811859B53A33F /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 08BB7C61DBE922A2030F69894A7BC375 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F01D82C9BF37A995C8DE1E63BD1EBE48 /* SplashScreenSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E06D8A0FD700ABC774BBAFF9D71794F /* SplashScreenSettings.swift */; }; - F02CB11C99C4294D1C8A3C1626E4C25C /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E14CEF4D54E1C37D2C016B1D9A5D3D2 /* GDTCOREvent+GDTCCTSupport.m */; }; - F066776B64A93F4E80D145173DD97BBE /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EDF59E81B4A7D7110286C444C195FAB1 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0984728155C4DBC14D99D60C1CAFFCC /* CapacitorGoogleMapsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = E4B3B3D88148D1B8A02C8C5AD8E4FDEB /* CapacitorGoogleMapsPlugin.m */; }; - F0F2195B8634837821464ED4CC6912E5 /* PreferencesPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55C26D3DA598BD7BA09CB616404FAAED /* PreferencesPlugin.swift */; }; - F0F8ADFA6820DC72E552ED186CA6AE69 /* GDTCOREndpoints.h in Headers */ = {isa = PBXBuildFile; fileRef = A72906B6248B68FDAE99962230B8CA9B /* GDTCOREndpoints.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F15071F39F330F3A352703531139AEA4 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = FB40AD1D521C7F4716DEDCF00BCDFB2E /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1983368D6D3506F3CD64A123A5BBE06 /* SplashScreenConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8711762261A80C7C72ED9898D0F0C712 /* SplashScreenConfig.swift */; }; - F1C75349A6BA4CFEF7342F48A13C4F4F /* FirebaseMessaging-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F07E0F05866DE089D731EC65EA264C4 /* FirebaseMessaging-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D80400EF1A3810971C1E7A35F25D30 /* GMUHeatmapTileLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F46D3F7BE183248C0DB65416BB24B6F /* GMUHeatmapTileLayer.m */; }; + DA9C32D0B7E981A9B414CE34C5F0286D /* GMUDefaultClusterIconGenerator+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = AECBDB500A82B014B8FC906F6664C9F5 /* GMUDefaultClusterIconGenerator+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBEEE4B5D27EFF8EE39787741B315983 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BB7DC18760AF86B905179A59FCD8217 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC8A332BAC941E07713880EB24CFB016 /* FBLPromise+Any.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4B15F5E7419015B39A3FC07A43A77589 /* FBLPromise+Any.h */; }; + DD6BE37453366E0827EBBA1371A65B96 /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BBAA3CB149CD781017BCF966FE7FCCA /* FBLPromise+Retry.m */; }; + DDA8C7E04898E9B184993EA8DFC3DF95 /* CapacitorStatusBar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A040E6613011E16457A29C85DDB21D7A /* CapacitorStatusBar-dummy.m */; }; + DE17C086E7D41FD279D887901AC8EB80 /* GMSMarker+GMUClusteritem.m in Sources */ = {isa = PBXBuildFile; fileRef = 94084359339A9664A80A8DEDC74B803D /* GMSMarker+GMUClusteritem.m */; }; + DE607F42E801EEB1D3185440C8D9B8FE /* FIRMessagingBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 679B76A0F89BBC3CF6BFC132A43DE278 /* FIRMessagingBackupExcludedPlist.m */; }; + DEA0EB1F5242D11AF961B82E0843A7AD /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 98F3131FAC0F6C263BA8E98F942BD22E /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DEE73046CB0A7B71EAD442C72194CDD9 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E0F6465769EF09AAF8404A7273E0437 /* FBLPromise+Delay.m */; }; + DEF8298E2CB181B978BCA56C4B3875A0 /* GDTCOREndpoints.m in Sources */ = {isa = PBXBuildFile; fileRef = ED6DB7944DB81B8DAD283DFF945DB937 /* GDTCOREndpoints.m */; }; + DF346A79D7902A7DF810AF03A84DEE74 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = F4C085F795440202E0C20210B50ED0BB /* GULLogger.m */; }; + DF60B51BC92EE52A825764C54E4B552D /* FIRMessagingTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 57819A721B915D2753B591BAF845D95F /* FIRMessagingTokenFetchOperation.m */; }; + DF68092A859DD12CC95E1FB0934D2F4C /* FIRMessagingAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D4E1056319EE2828939F58E235A735F3 /* FIRMessagingAPNSInfo.m */; }; + DFB3319855DFBB12C8EAB57DEF1E03A7 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 86AD9BED911ED9968A783BFBAF8B2F67 /* FIRInstanceIDAPNSInfo.m */; }; + DFB35EF379C6C82D0C1266524F6039B2 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE1F11C3413A1C7AFD9193315921A337 /* WebView.swift */; }; + E080BF16FBB999D81546E19293467FEB /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = B9553D6E875A32C86F6F3593FFB31F2C /* GULHeartbeatDateStorageUserDefaults.m */; }; + E15C95B85C3497EA3A2901F90E6F34BF /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A35910FAA87DF1874F41615A656C40ED /* UIColor.swift */; }; + E16951AE90CBAA64592C058D40381B75 /* CapacitorGoogleMapsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A0B53296E328F2FFB85482783829DD /* CapacitorGoogleMapsPlugin.swift */; }; + E1B923B3DF3B632C899CF82FECB65F6F /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A883996CDAE34E9CD9DD5BF894DA8359 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1EFB2227D83398DB2C4705A6271E241 /* CapacitorGeolocation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A5A6D3D4041749F91ACE58890C00880 /* CapacitorGeolocation-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E228F801630BFDDB37652210A8DF17D7 /* Google-Maps-iOS-Utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 360B1DCBC2A3B052D26AE6C88CF17DBC /* Google-Maps-iOS-Utils-dummy.m */; }; + E294983F4729C31ED4A56B2D645F35B5 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = AB77A91BE6EF65D6637AA27EC0285404 /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E344A551925097C71BCF1AD873609E61 /* DialogPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D53368A27C2BF3D86A0D944522FC17 /* DialogPlugin.swift */; }; + E3911D8D7158111CD787149C1AC1D786 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3085795AAC1B616307DDE085F39BDF4E /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E4A1154397867F5210AA5B7A36AA4280 /* KeyboardPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 210B9A0504E0D98337EA2763BDD3F092 /* KeyboardPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4A190C35E2BA5DFE585FA36AE667D9B /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = ADA35264EE84F86DF86883BC795D4F78 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E4ABD557542A823E29080179D559CC33 /* CAPApplicationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32DC16B1D45A3FD3F0BBA3281E35B60A /* CAPApplicationDelegateProxy.swift */; }; + E4F7A61477FED03D8F72D0331F22C056 /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABC1628C3DD03282EA09979947305534 /* GoogleDataTransport-dummy.m */; }; + E5472BC747B82B8D0D100980549E3152 /* FIRMessaging_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C0FB42A3027EA4326896D9513B980B5 /* FIRMessaging_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E59AA2D7A236610836FBE66A4DF79C8B /* GQTPointQuadTreeChild.h in Headers */ = {isa = PBXBuildFile; fileRef = 0933430F26CEEE022A920EA5D848EDE3 /* GQTPointQuadTreeChild.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E5EDF82CD8E08A438A89302983986E7A /* FirebaseMessaging-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F07E0F05866DE089D731EC65EA264C4 /* FirebaseMessaging-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E6A34D9260867C45A1F9AA4DDFBBCC8C /* GMUGeometryRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E62DD70B4130DBB5B674CBFF5B2E5DD2 /* GMUGeometryRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E6FC19A6DD2B7937FF09B298A4F149D7 /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A31957DE9FABAF7D90C1A73A84DCBF80 /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E72DDB70004FE7989F60A7F4CD1D97AF /* CAPBridgeViewController+CDVScreenOrientationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B0C45C27CDA19B356480FA079126FE9 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7C7F350D8D508570E4E6BFAB3287692 /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E044B7321CDD2621514C8B0E5B29670 /* FIRCurrentDateProvider.m */; }; + E813C99672285B3E9916521DF33A0518 /* GDTCORUploadBatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 04CD8E43BAB13FA3DEFF93BEF62F1301 /* GDTCORUploadBatch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E828D5E0A6007AF3D1E324AA4C37B477 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 414CFF95F2A6DFF1D24A4FC08848A513 /* GULLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E85722FBDD175AEB8E0161A0739E0C77 /* CAPBridgedPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 6032AAD7131446DA3B9BF8017F5220F1 /* CAPBridgedPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8874CCEE20322D4EDA9388AD753ECA4 /* GQTPointQuadTreeItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A51F3623CE975CFB830972D9FD8D6BF /* GQTPointQuadTreeItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8B619B3EA7E8D82474160702107DE26 /* FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = B8BE36FE1754F5937C7F152AD1604AE8 /* FIRMessaging.m */; }; + E8D1B844F78795743083A97BF1717140 /* NetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB31CCA3F99CEB1457C5C12808CCB29 /* NetworkPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8F6BA200B045DAE63A073E931B5370A /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 08BB7C61DBE922A2030F69894A7BC375 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9D49F2152DBC131B7CB1E2BA10191CD /* FIRMessagingCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = D89AF76B88FDADC1E9E7966A8DB1D99F /* FIRMessagingCheckinStore.m */; }; + EA79BD4DD9A629B0F63AA6B9E09E5056 /* CapacitorGoogleMapsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 81A07D7F5F339C36F7CBAE7D77B28AA0 /* CapacitorGoogleMapsPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EACFF63507347309CAD9258A976DA62B /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AE3B404CA257B65E5DEB930584D6E1C /* FIRLogger.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EB19D48189C26597D0630C7AF7AA8D24 /* CDVCommandDelegateImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B265261644E7129C13B82F353D614A4 /* CDVCommandDelegateImpl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB4FC553F36E7EBD82B650C3D406B24D /* WKWebView+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551D231893EBD358B7D3F89B8759070F /* WKWebView+Capacitor.swift */; }; + EB6D7EE22518E29C29B4E4319AF9D510 /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = BB58CCE549323C56074D946D975AEA65 /* GDTCORRegistrar.m */; }; + EB7B6955353C9504D2C6FAB06E2157A8 /* NSError+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 8927504DACD91AAB46ACC6AD73B61CAB /* NSError+FIRMessaging.m */; }; + EBB4CDC5071A3612E3D2A12CAD2621CA /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = E8CE473C2120AF73DB7633892E7BC1A3 /* FIRComponent.m */; }; + EC63228D2B344C9A7F3E64BE8A56DE64 /* FIRMessagingAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B55277D0F7FDEE59C566A7C9844AD51E /* FIRMessagingAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC6D4F3AD4B52FF2661518217419E92F /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = CCA63C2C6E046C54D40C28D2D3595EF2 /* FIRInstallationsIIDStore.m */; }; + ECA2F08CB86A98AB0DA78F69C1758F87 /* LatLngRadians.swift in Sources */ = {isa = PBXBuildFile; fileRef = F07273D6B447154BDF617077F62E6871 /* LatLngRadians.swift */; }; + ECE884902259D150F7A6F6A8A9A06E96 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B6A53DE062F8C8928CEBE25DFC7BE8F1 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED096A12813F347D9D272C1B056A6E07 /* CapacitorNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E39FFC3E593E1F480F5222044E1C529D /* CapacitorNetwork-dummy.m */; }; + EDC23D63AF5AC49E6D8F2EC1F771A1E6 /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = A2573CD50925FEC66581C2C8E3FBB7E4 /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE2C6A6FDFE5AC7D3B2E3CFE0DEAD1F8 /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 38AF10E24011A34A1D042B6F0D2F15C6 /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEBF1BFB0E4FD9CE94AF8C7E9370D590 /* FIRMessagingContextManagerService.h in Headers */ = {isa = PBXBuildFile; fileRef = 69FB40B109C13EE1BD571A29D19FF4BC /* FIRMessagingContextManagerService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EECD7B26584619CCCA07D4FB07E01F7D /* GMUPair.m in Sources */ = {isa = PBXBuildFile; fileRef = F21BE4763CC259CBF39B861AB92BFB0A /* GMUPair.m */; }; + EEE84DE60042C484EBABF9699E357F24 /* GMSPolygon+GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18F327709BFBEE95B49C14BA70B0F71C /* GMSPolygon+GeometryUtils.swift */; }; + EF550E1A6FD0B86C2D5D56F2371C8866 /* SharePlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = B3B0960D774768FEE8E5AEFD9651FFD1 /* SharePlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EFECB2728595F3BF3467BF7BF4E68E4F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0C036873ACFE20399167EBED877E374 /* Security.framework */; }; + F01D82C9BF37A995C8DE1E63BD1EBE48 /* SplashScreenSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB83E1315E5AF9A4318B27A830069B5 /* SplashScreenSettings.swift */; }; + F029C1DBDF972D8130FFC3C2112AEF44 /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF1926B00DFD26284A8B60BD6C0B6CF /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F077791F17F65D3A962419E9F059BF2B /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F7CF8F92283608734994BD2F4863B895 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0984728155C4DBC14D99D60C1CAFFCC /* CapacitorGoogleMapsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A8358B5402ADD2793EE32D7EC09588C /* CapacitorGoogleMapsPlugin.m */; }; + F0F116F0B8302875F0D889D441243962 /* FIRMessagingTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1630D4E6EF7BA5B6BBEAE15C2CDD2054 /* FIRMessagingTokenManager.m */; }; + F0F2195B8634837821464ED4CC6912E5 /* PreferencesPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8567EDF7B90AE72BF8EBBE9DD43CEEDD /* PreferencesPlugin.swift */; }; + F121A02F846C72DB36BCA5244D9BD751 /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 31825287C1D568E7BF65FC739A1CAA7C /* GULKeychainUtils.m */; }; + F1983368D6D3506F3CD64A123A5BBE06 /* SplashScreenConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2FF7DF33DAF136019612BD3C61F7572 /* SplashScreenConfig.swift */; }; + F1FD38126FE0852814653A70C32EE3E5 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 73129BDEF90D1859B83CED8B4669E4B2 /* FBLPromise+Testing.m */; }; F2024F1B8898DA71419830808082B4AB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - F24924A982FC49967199A7AA3B91B37F /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = BB21A6E56D27D014F4DDD21744B29714 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2761734A7318F1F3B4ECCA92483F8FB /* FirebaseInstallations-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EFF39027D178DDD466119CF0A9892F5 /* FirebaseInstallations-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2D323AE2EBDAC0232CBCFAC509614E4 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = DE3A3B58866026BB88D635B5B4755D94 /* FIRVersion.m */; }; - F32EC66C2A21DAF9789051C4EF01F2FF /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BB44B3DAE9183E3CFBB31830B73E2B6 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F33968E10F771C0658FDE3CD6412B6D3 /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = C7BF404F849FABFB95FDF20B4B4041CB /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F34B0CF527D1E96EC8ECF9A111AEB69E /* GMUSimpleClusterAlgorithm.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AF0B8AA714A6A4B63CE38EF6F289A14 /* GMUSimpleClusterAlgorithm.m */; }; - F394E0F811EF51A704E3008968957437 /* FBLPromises.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4CF9D9E0691F077861AFD76514A4C1EB /* FBLPromises.h */; }; - F3B4F93166C9B1513897DBBFE0CAD692 /* CDVPlugin+Resources.m in Sources */ = {isa = PBXBuildFile; fileRef = 793B5B168BD416ADFD04BBF2FF53741E /* CDVPlugin+Resources.m */; }; - F3C0778F4F39934FDE075F6276D7F285 /* GoogleMapErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF729B3FE1CB7665482034E73831F344 /* GoogleMapErrors.swift */; }; - F4247FC873054B2878FF813B8469463F /* FBLPromise+Do.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0B380AD69181D54D401CBD1A8DA7A491 /* FBLPromise+Do.h */; }; - F4989A71C1E53776EA6DB90F88F303A1 /* CAPFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C61FD613C742C11F3D4B7686AC6D13 /* CAPFile.swift */; }; - F586C62626A2A5604D5157011A943694 /* GQTPointQuadTreeChild.h in Headers */ = {isa = PBXBuildFile; fileRef = 0933430F26CEEE022A920EA5D848EDE3 /* GQTPointQuadTreeChild.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5B1C1C0A0412F82FA59BF56054268F1 /* GMUStyleMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A86301BA359B4A4075A99D2133155873 /* GMUStyleMap.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5BCF4E14D261F19D036F60176460FAD /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A7EBE41B9312C458C6B28E5C92FB348B /* FirebaseCore-dummy.m */; }; - F61ADB8574B303F20F69A0AA821543F2 /* CameraTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A871F6E5B5ED60319A2C1BA901D6CDF /* CameraTypes.swift */; }; - F64FFB3121B7648A02DB8530310BE168 /* FirebaseCoreDiagnostics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E33C882212528228E73457679BCB5BC7 /* FirebaseCoreDiagnostics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F6B67EC56D0C88AC4208C35582F04D29 /* FIRMessagingTopicOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 919729E60800ED109C5EB45A8CBC4F71 /* FIRMessagingTopicOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6DF77ED2E83796DBD72099A49087EA0 /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 695E6C3350AABFF1282B27978388DBBF /* GDTCORFlatFileStorage.m */; }; - F7294FDDB643818297E82B7FFA224146 /* BrowserPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = C327A2D6618E7E6E778F58215E6B04A4 /* BrowserPlugin.m */; }; - F7969F60978F11E638F4BD18F6A00FAB /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 3909497269649792F0982BEAD3F346B5 /* GULAppEnvironmentUtil.m */; }; - F827D4EBD47B0368AE78C1AF8D69AB9C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - F89A2F2C611A928183B50729C34CE6EF /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 676A0ED4A4EF85A7C0A2D76BCF427A87 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8C590AE201B7C35EAB3FD15BF84FA41 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B59428541F6141DD9AE51969EEBB6E1 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - F8F1A85C68B4D9EAA3AD7B3EAB262A2F /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AE3B404CA257B65E5DEB930584D6E1C /* FIRLogger.h */; settings = {ATTRIBUTES = (Private, ); }; }; - F95A97664EABD95464FFA134A98902D5 /* Marker.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0B968E33C650A32F8200F1C3C36B7C6 /* Marker.swift */; }; - F9904E762F1A2497B34A496EDEFC856A /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = BB58CCE549323C56074D946D975AEA65 /* GDTCORRegistrar.m */; }; - FAA47316D8DFE7FBFC6829D2E72723CB /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BDD336DB617748E1875BFAEBBD009503 /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBDBDA24D3240174E1C350D11C1EFDD8 /* FIRMessagingKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A4DB2FCAFDC0ED9D24E46EF2431F0EB /* FIRMessagingKeychain.m */; }; - FC7C1FDA41B8A597FAB18938CCBDE9A9 /* FBLPromise+All.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3D39B40C872B164EF0C16CDF1D5C8531 /* FBLPromise+All.h */; }; + F2608F8D54C9DCD9BF1886279A7DBA9E /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = B4826241CC788972497743B3A7970EA7 /* FIRAppAssociationRegistration.m */; }; + F26F2D6646DCEC072137F42DAE53C816 /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A421F1AAB0516128D0D0102E1B77F6D /* FIRInstallationsAuthTokenResult.m */; }; + F2D896AE0B018DD6E94D04A6062FEE9D /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = C5497988FDE7DDB607BF3289A6DC4076 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3B7685F01E9D1756137081D34E0310F /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 1228AD08484B0425FF4DCAAA3748C23D /* FIRInstanceIDCheckinPreferences+Internal.m */; }; + F3C0778F4F39934FDE075F6276D7F285 /* GoogleMapErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1873A74E751B164669E0F888F69C1541 /* GoogleMapErrors.swift */; }; + F3ED180B4D391CF0590DB518C9A41AB6 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A0E75692F7B60121815160ECC98012D /* GULUserDefaults.m */; }; + F48063DD5CA285406AFB199A00F40F69 /* CLLocationCoordinate2D+GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0765B01B237E24DB515B278497894EB /* CLLocationCoordinate2D+GeometryUtils.swift */; }; + F5681B26D2C2838B0BB1E4E1F2CA159E /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = E3FAD622CC46F5D40623D5F83149E095 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5BA743CAC5AF047431E530474F93A23 /* CAPInstanceDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D8DBE23CA4AE5A6F19A1FF42088819 /* CAPInstanceDescriptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5D7F1D877FBD89774B7015E396BA4BD /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = A4F3365B21766906F1759CA66EA578D4 /* GDTCORPlatform.m */; }; + F5E9AEA448BEB58F4FCD7C8075146A84 /* FBLPromise+Wrap.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5109F0244B820630BD5D915C52AA937F /* FBLPromise+Wrap.h */; }; + F601E69225196B9844654BF92D0218A2 /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 35D998C255BA8A195E3A1726DA874BE8 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F608D7A489CD03B44CAD2DD6A57B3B88 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 600CF3227C14FD8404CBD44BC58F3290 /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F61ADB8574B303F20F69A0AA821543F2 /* CameraTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4D5B8D05C2908452FBF8E7F2882E72 /* CameraTypes.swift */; }; + F65D2E745B1E47AB52C92A504DD5D721 /* GMUGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 3564E5E4D01509ECB0325C60181AEAAB /* GMUGradient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F698EE6CDD77863000FF54AEBE246AFA /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 131AC82A22F4E2ADCE5340197E2D23CA /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6C10AA477938023C006D66600A7ABE4 /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = AE5F9B8535BA32C6F91B564CA6BB24AC /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6FBF38997198EA3851D9D87E5E0F744 /* FIRMessagingPersistentSyncMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = CF083D774E6EF58F17477F68049D3231 /* FIRMessagingPersistentSyncMessage.m */; }; + F71A3FA3C46A16BDACB5364BD4D2552F /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 771F48DB25367D789E9E56A719D839AD /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7289346D6F157499647337BDCB7A261 /* FIRMessagingPubSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 09091E4FE35E3DC9E4F62EE4718E79AB /* FIRMessagingPubSub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7294FDDB643818297E82B7FFA224146 /* BrowserPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = CA25A79325C1CD38FBA247E92FBAB477 /* BrowserPlugin.m */; }; + F824B61AFCA406ADB009AAACC95B88CD /* GMUNonHierarchicalDistanceBasedAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DBF5FC7021405C77E9B1AFB78C85356 /* GMUNonHierarchicalDistanceBasedAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F83B6C0A57CB8C1B28926D6336016F69 /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8FF9E65D0BB7745739A5869344D4FE /* FBLPromise+Then.h */; }; + F85DACA74C68044E43D1308DCD354ADE /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 25801C3B167EE3E05389B4626A1A29F4 /* FIRInstanceIDKeychain.m */; }; + F91DF322514E8C03FE022D305FD3CEA5 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DD8677C31BDA19D5CA8B69EF5E517C /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F95A97664EABD95464FFA134A98902D5 /* Marker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C37571E9196FF099C15F031A94C71FF /* Marker.swift */; }; + F9835634F1264C70744653E6AD5C46D8 /* GMUGeometryContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 831E814314334DF7DDD6924398EF1F43 /* GMUGeometryContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9B9CF817858716F10E4213898A64AFB /* GMUStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 8207BC79E4298B97F5288D0805CABED3 /* GMUStyle.m */; }; + F9F3C62FE08EF11CBA86E9CBC9439BFE /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 636CA3E402A71351D15DD3BDD37D2DD9 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB6C644C73F38038AFFFF1CAA82FD9E5 /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2797545C97A5015BD81F2B816DC10819 /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB899154414452400720923D6363A4AA /* GQTPointQuadTree.m in Sources */ = {isa = PBXBuildFile; fileRef = 26E31429B34F5667AE81EB7DD5D0D95C /* GQTPointQuadTree.m */; }; + FBB25B45ADDAD315363A708A1A52DD7A /* FIRMessagingTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 51EAE2E3D87A98D1EA3888DA1E6572D9 /* FIRMessagingTokenDeleteOperation.m */; }; + FBC4B437CAF4F0153C06EFBE05885392 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 001C8ECEC9C98BC007E7DB5D2F9DB422 /* FIRInstallationsItem+RegisterInstallationAPI.m */; }; + FC8B197E17E0F6148440A69B0A74176D /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DAEFC36CF04D0A690A5CB9DCD43A196 /* FIRInstanceIDTokenOperation.m */; }; FCB11F77BCF49ECF108123D2985B7D34 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */; }; - FD33FEC0F685307A7C31FCA4510B3E1A /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = 43038FE3A6C25A2E90F8EAD6C66951D8 /* FBLPromise+Validate.m */; }; - FD5C2EDD5A2C804A59F59350D8F9B2AB /* GQTPointQuadTree.m in Sources */ = {isa = PBXBuildFile; fileRef = 26E31429B34F5667AE81EB7DD5D0D95C /* GQTPointQuadTree.m */; }; - FD65D09CD8E1B2EFCF2853CF0808B5E5 /* CameraPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D6D1E1D41B96FAF24B7443CD2ECC44B /* CameraPlugin.swift */; }; - FDDA6D633C106558BB1AB0679B32BB88 /* GMUGeometryCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = B0F78DD5C58E11FF6E0330200BDAB154 /* GMUGeometryCollection.m */; }; - FE0824B367B98C37875DD6B20DD3897D /* DevicePlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 880D75BC3530914ECA070371D4A72AAF /* DevicePlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE1A30E8DE14FFE19122BCB93FD85EE8 /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DBCE2E04A3DF7FC01494BF25A219B1D4 /* GULURLSessionDataResponse.m */; }; - FE7758F04B1024ABBC8CFC8A7D3EA012 /* GMUGeometryRenderer+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 56C45233A58FCE2CF2FD2D08ECA6CDDF /* GMUGeometryRenderer+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF056C585DEEA70CAEB295266D9748DE /* Router.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D13398FE246524289EFD12B004F339E /* Router.swift */; }; - FF334DA7D820A8BF4F336A74AD472495 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E69911FBF49B9060FC60624DB15988ED /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF729302092ABA5226A84C1768B98FE9 /* FIRMessagingPersistentSyncMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = CF083D774E6EF58F17477F68049D3231 /* FIRMessagingPersistentSyncMessage.m */; }; - FFD06A2A864725FB9B39357FCBA36DCE /* FBLPromise+Then.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1A8FF9E65D0BB7745739A5869344D4FE /* FBLPromise+Then.h */; }; + FD11957EBC984372BF1C2B2C255A8B05 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5109F0244B820630BD5D915C52AA937F /* FBLPromise+Wrap.h */; }; + FD3B0BA38C55D08A776E54C222FF3258 /* GMUClusterItem.h in Headers */ = {isa = PBXBuildFile; fileRef = D4A72ADB0ADF77ABE4FB8B12922FCEAD /* GMUClusterItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FD65D09CD8E1B2EFCF2853CF0808B5E5 /* CameraPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72ADD9E79D4183DC150CE22709BE109C /* CameraPlugin.swift */; }; + FD875B8BA229AD30BA247BB2E1F53825 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = E79EFE31D0832F3869C6E2CA7C8D4E52 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; + FDA42DEFDE5E7840A3000548A98B34D8 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B75773149D006F09048DFA5707F9B84 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE0824B367B98C37875DD6B20DD3897D /* DevicePlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 401CE58342A0E68B27E20A1807F30464 /* DevicePlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE2A9A489186EF885A9C37B311F5AE3F /* CDVAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = A59BF059AC44EC7DD8E7E7A679870810 /* CDVAvailability.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FEA49F341EE3BACDBC41A3391AEEE841 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EDB0041B4898AF4C8DBC71AE9E62C02 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */; }; + FF509EDFB5E7D0D5BDA1F09FE4E142AF /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 6AD6F6D800CCC7F7E7B080A957BED3BB /* PrivacyInfo.xcprivacy */; }; + FFC78660159CEDDDD457E9F4594540F5 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FE00FAFDC3207B515B4AAC7EE7E93EA /* FIRInstallationsErrorUtil.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 003004F4149B0C7988CE9FB7DD2C5B4D /* PBXContainerItemProxy */ = { + 0092221BC5B77991D84070983C86698E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; + remoteInfo = Capacitor; + }; + 0B6601DE35FF33647FF5B32B6AD08941 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0658A74B495D65D0FF7A51E6ECB58F24; + remoteInfo = CapacitorBrowser; }; - 00A907AB6FF9EE1D511E54E44E4FB57E /* PBXContainerItemProxy */ = { + 0BA2E5FD40532D91BDD985BB7F278D8C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; remoteInfo = Capacitor; }; - 06F7C984C11789E7E937FF344D371655 /* PBXContainerItemProxy */ = { + 1041BB36B0F782D77392A4594DAA9C32 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; - remoteInfo = FirebaseInstanceID; + remoteGlobalIDString = 6CD167C7DA7BEBC0BB3AD67E5849503E; + remoteInfo = CordovaPlugins; }; - 0E5A524AAC8336F020185DE0EF2F7E5B /* PBXContainerItemProxy */ = { + 18390DDC1ACA7561965650127C96EB17 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0; - remoteInfo = CapacitorCordova; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 13795B3516E99206F75C9AE0E50275AB /* PBXContainerItemProxy */ = { + 18754E1C566E4AE3DF13CDC870AE7841 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0; + remoteInfo = CapacitorCordova; }; - 154DC8311E2D67E57801FE429F5831FD /* PBXContainerItemProxy */ = { + 1AB26B56C7280DFF8FAB6B188208862B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = AA8C0204D5A102037AC05F8086213934; + remoteInfo = CapacitorPushNotifications; }; - 1A8C0866E09EE0E11FEDA353626EC3CA /* PBXContainerItemProxy */ = { + 1B825C49FCD875EE850371CFE5BA8CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; remoteInfo = FirebaseCore; }; - 2476BF271CF3093DE7ADB5DCF2211EEE /* PBXContainerItemProxy */ = { + 1D676E4067CDE6E83C30FE004D080A23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = A5EEC7C2AA5BC7C67CFA2C7578AB62C7; + remoteInfo = "Google-Maps-iOS-Utils"; }; - 2D2FBACCE901DFF250407858C3A15B3A /* PBXContainerItemProxy */ = { + 1DAD71CF652CD1A8CCD213DD2E12708C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E1D15AC1C9791963802615898D3D7F93; - remoteInfo = CapacitorShare; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 307C19DF85B659B12BBC63AB58215207 /* PBXContainerItemProxy */ = { + 2A586D0F4656B251245F8F3F6F95EE46 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = E1D15AC1C9791963802615898D3D7F93; + remoteInfo = CapacitorShare; }; - 3374A9BBAFB37B1D32C492647C9670CF /* PBXContainerItemProxy */ = { + 2BE70BCA1D16CD9A4765668CA10ACD87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CB5770103B01C83F4A2086CA033FE710; - remoteInfo = CapacitorNetwork; + remoteGlobalIDString = C73E89114A362E3F753D00E133E067A4; + remoteInfo = CapacitorGoogleMaps; }; - 3A02EA8140EC2F99EC174EE97AD8FA2D /* PBXContainerItemProxy */ = { + 2DC4DEC31BB824A0BDC642B55862269B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 3D2DF97A388D9682AEC68FDF736611B9 /* PBXContainerItemProxy */ = { + 365637EDCBEB168298663A7024508C19 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; - remoteInfo = GoogleMaps; + remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; + remoteInfo = FirebaseMessaging; }; - 4094D9EFF975E0D23587F8DCEBC0E9E8 /* PBXContainerItemProxy */ = { + 368D7A1E244093B8EE8424B0159435B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7FDCE32DD1A6D7C943577EF51A41EDBC; - remoteInfo = CapacitorStatusBar; + remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0; + remoteInfo = CapacitorCordova; }; - 4222782B85DB94CC37DAC76701328918 /* PBXContainerItemProxy */ = { + 392A8C590C02077D071F13B75BA71877 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96E481B38FCD0337232020A4AC8546A6; - remoteInfo = CapacitorCamera; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; }; - 4370ACC8DDE6FCBD2EA6D9E6FE3B4B51 /* PBXContainerItemProxy */ = { + 3B75F23164243657EB127ED14746F879 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0658A74B495D65D0FF7A51E6ECB58F24; - remoteInfo = CapacitorBrowser; + remoteGlobalIDString = A5EEC7C2AA5BC7C67CFA2C7578AB62C7; + remoteInfo = "Google-Maps-iOS-Utils"; }; - 4C6EF243773275C077D2EAAF2768E5A9 /* PBXContainerItemProxy */ = { + 3D649E2659CC8D34416205ECAD1619B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; - remoteInfo = Capacitor; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 4E000FAC3E0ADFE4AA7339F7FC7DA5D4 /* PBXContainerItemProxy */ = { + 3D65B6DE834F780342509FB0A15D07EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 96E481B38FCD0337232020A4AC8546A6; + remoteInfo = CapacitorCamera; }; - 4E0F6A31AE189FEF01887CC38C41A8D1 /* PBXContainerItemProxy */ = { + 3FF4530D1DB6E9BBB3A1F8C1BC23E057 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; + remoteInfo = GoogleMaps; }; - 4F74BF3B999537757BF8DE8A7859C9DF /* PBXContainerItemProxy */ = { + 416531BFEDFE148681C46DDA0C34E6D7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; - remoteInfo = Capacitor; + remoteGlobalIDString = 98C016A057FAEDD1CD09F30BD6212FED; + remoteInfo = CapacitorGeolocation; }; - 5CE4955FB9356AB47EAB651F54E59F62 /* PBXContainerItemProxy */ = { + 4A0421997E9D2B29ACDDE359395DE57B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 5F8E37B36A56576EC9719FDD2DFEC95F /* PBXContainerItemProxy */ = { + 57112C2EDC33640CF9C84B5F178D1A48 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 7FDCE32DD1A6D7C943577EF51A41EDBC; + remoteInfo = CapacitorStatusBar; }; - 5F90B295D693CA6A0168CAE714CDD4D6 /* PBXContainerItemProxy */ = { + 57915A61F029A1ECD6B0D74B6B0A9922 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; + remoteInfo = FirebaseInstanceID; }; - 60B5D7A785972DF24364E42E745EFC71 /* PBXContainerItemProxy */ = { + 59FE6382DBDF8BC9E2CD1DA9BE5C8D78 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; + remoteInfo = Capacitor; }; - 6416F1A124DF7CF17963DCA5E6C92BEE /* PBXContainerItemProxy */ = { + 5B7A1574FFEEAAB559D9EB60651ADD7E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; + remoteInfo = Capacitor; }; - 64408CF9AF0C8C81821A0DEFD57662FD /* PBXContainerItemProxy */ = { + 5C48E1AF8CB95081373A64CF1991511C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = CB5770103B01C83F4A2086CA033FE710; + remoteInfo = CapacitorNetwork; }; - 67724AAFA6D06EF323A58B0D2BE447F3 /* PBXContainerItemProxy */ = { + 5ECF0B2203FC3575A23C64280EC2D541 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2CB7081DCC537BEAD8AEDFD2CAB5112E; - remoteInfo = CapacitorPreferences; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - 6DC6755E2C9D85FA1E94D20DFAB31E10 /* PBXContainerItemProxy */ = { + 637A42086D44E9B58D89FF5D2ACC8FCE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 73257F79F66538A4AA863086BADAF23A /* PBXContainerItemProxy */ = { + 6A80FBA718A53CCDB8A01D935DA1F64B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 291499FE70301076C46663647D6398CF; - remoteInfo = CapacitorSplashScreen; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; }; - 787460FD115F388737E1DA2904E13762 /* PBXContainerItemProxy */ = { + 6AD7752256C7CC92A68584DA80FE0D68 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; remoteInfo = Capacitor; }; - 7A49D1CD760E5995109661DA42F3A8D0 /* PBXContainerItemProxy */ = { + 6D2CE1F7A02C1969C1BD2CF662A6BC0C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; - remoteInfo = FirebaseMessaging; + remoteGlobalIDString = 9D8F01D8A776A0B93D2D7FA97F949F10; + remoteInfo = CapacitorKeyboard; }; - 7EEDEE06BB5166A1AACAF8C13B4C0263 /* PBXContainerItemProxy */ = { + 7545F6A92D77B11C3D707E7E8DBE7389 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; - remoteInfo = Capacitor; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - 81429C6435BBF52885E62E37DD0DBAE2 /* PBXContainerItemProxy */ = { + 76E9CC837CA133838CB42CB022279A25 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; remoteInfo = Capacitor; }; - 81FDE950B7821380313C45633C236747 /* PBXContainerItemProxy */ = { + 7E9AF86FC3B35B93CA54CD06946B41E9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; - remoteInfo = Capacitor; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 8245B6922F8604F74D042ACB8A6C7A01 /* PBXContainerItemProxy */ = { + 81026ACBC75D98BC020874189B2B4A85 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0; - remoteInfo = CapacitorCordova; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 854B5E34BBC7F3BF9E79AF80D428645E /* PBXContainerItemProxy */ = { + 949D7262735F209EE364A1F640272BCA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 2CB7081DCC537BEAD8AEDFD2CAB5112E; + remoteInfo = CapacitorPreferences; }; - 8A1DAC2A64D340B8FB99964250215D65 /* PBXContainerItemProxy */ = { + A6C3834DA1423F71C0E164677F819652 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6CD167C7DA7BEBC0BB3AD67E5849503E; - remoteInfo = CordovaPlugins; + remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; + remoteInfo = Capacitor; }; - 90AA9E9379809DD786520F8568A92990 /* PBXContainerItemProxy */ = { + AA496AEBFAF57ABAAE448E833D91AA4A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; - remoteInfo = Capacitor; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; }; - 915AC0CDE603C481D42347915C5497DE /* PBXContainerItemProxy */ = { + ADDCDAB3EA0FBFC71C8B9D4EE307726B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; - remoteInfo = FirebaseMessaging; + remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0; + remoteInfo = CapacitorCordova; }; - 921893CA80D95C1EC2D1E6F7448C23EA /* PBXContainerItemProxy */ = { + B23013341862069B7720564C3FBA7546 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6307A6219BDF2F9E7395AFCF4674D713; - remoteInfo = CapacitorDevice; + remoteGlobalIDString = 6FEE101BBF77F7C607B7C97D9E084732; + remoteInfo = CapacitorHaptics; }; - 953D50718FD6AEF98E8147BE08144DBE /* PBXContainerItemProxy */ = { + B6347F306B5B109861C0F7CCAF201F01 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0; - remoteInfo = CapacitorCordova; + remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; + remoteInfo = Capacitor; }; - 96852F3216A77CD83863D5E4AF8121ED /* PBXContainerItemProxy */ = { + BA34A3E8E6E34B19B55A88918FED928A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 6307A6219BDF2F9E7395AFCF4674D713; + remoteInfo = CapacitorDevice; }; - 981A3EE6435D8F20F2CC04C5353FD3A7 /* PBXContainerItemProxy */ = { + BC8DCC5D19A33D072C44B17A74EEE15E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AA8C0204D5A102037AC05F8086213934; - remoteInfo = CapacitorPushNotifications; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 9A21780E0483E85A7A4C8AD5F317A716 /* PBXContainerItemProxy */ = { + BD06CFC7B4B01FC37D077F74CBFE3388 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9D8F01D8A776A0B93D2D7FA97F949F10; - remoteInfo = CapacitorKeyboard; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 9FE89002A1E56DE52394B46B54F72CDF /* PBXContainerItemProxy */ = { + C05B31A4EBB38513DB93263015E394AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; - remoteInfo = Capacitor; + remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; + remoteInfo = FirebaseMessaging; }; - A266AA9366EF1F68FF1D3EF6DA4A529F /* PBXContainerItemProxy */ = { + C4239ED3851E5B4B0578C42FD683C56E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5BEFEBB71E883BEF8738E52259034440; - remoteInfo = CapacitorDialog; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - A512E7BF6E7D6D2DA84A318AA3696CE3 /* PBXContainerItemProxy */ = { + CF658AA80B79BBF9F401661298427DEE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; - remoteInfo = Capacitor; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - A51678BDF75DDACFF7C233BC4F27702E /* PBXContainerItemProxy */ = { + D30E58AAA585662A6A79D41E6A3FF241 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; remoteInfo = Capacitor; }; - ACFF93A3DA4D49ACDA585AB234E2BEB7 /* PBXContainerItemProxy */ = { + D4466954F7CCF23B634A9AE1149C13C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 98C016A057FAEDD1CD09F30BD6212FED; - remoteInfo = CapacitorGeolocation; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - AD2D79323ABD4D5F0FD860F980A048D7 /* PBXContainerItemProxy */ = { + D47840C271713EC2A3651659D5390FE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C73E89114A362E3F753D00E133E067A4; - remoteInfo = CapacitorGoogleMaps; + remoteGlobalIDString = 291499FE70301076C46663647D6398CF; + remoteInfo = CapacitorSplashScreen; }; - AF63819B5DC0D90AF4686EB6B4F38BC6 /* PBXContainerItemProxy */ = { + D504A4DBD175FF3EC8931B84D8B27A7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; remoteInfo = PromisesObjC; }; - B15DB0EA6E184BCE6D2B29F22B0C94F3 /* PBXContainerItemProxy */ = { + DA7FEBA7531208ADA08CF7CFD044B2FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; remoteInfo = Capacitor; }; - B19EF7FF1E308ACC7B7F17D878D45C31 /* PBXContainerItemProxy */ = { + DB3DAA26680572CF4A5C3955CA57CED0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + DB5AA34B7985D2AA67FEE6A97EE738FF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; remoteInfo = Capacitor; }; - B362791FE5DC0299E1235C796D00A64E /* PBXContainerItemProxy */ = { + E05E69770A3171B5AB32DD198FC77DEC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; + remoteInfo = GoogleMaps; }; - B578B9F1B559F6D6662E87C472284172 /* PBXContainerItemProxy */ = { + E1AD735AFB212F6371810D3B4E0F35BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; + remoteInfo = FirebaseInstanceID; }; - B9716FA9A3F83689ACF16251F4E09857 /* PBXContainerItemProxy */ = { + E577C636DDDCFCDB2B2C12F6405661EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FEE101BBF77F7C607B7C97D9E084732; - remoteInfo = CapacitorHaptics; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - B9F2F82E920A70961E992364B8C6C4C2 /* PBXContainerItemProxy */ = { + EE158A2820537679841275771240D9B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; + remoteInfo = Capacitor; }; - C3ED22FBCFDF3E720DD95E7C58CF1B54 /* PBXContainerItemProxy */ = { + EE3D03C8919740744BB22D87CF7FA787 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - C483258E12989EDB52C0F5B7A2B1447B /* PBXContainerItemProxy */ = { + F164348971153170AB57BFF31DA1DCB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; remoteInfo = Capacitor; }; - CBA5099A00E3999EFDF1EE5848467D31 /* PBXContainerItemProxy */ = { + F2A0B9716049AB1E3160A6F371BEA485 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - D45028335190144FF87118A0AE8342A5 /* PBXContainerItemProxy */ = { + F319B85033FD58C9618369C6DD4A43B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - D600EF1A2C4F3CCD4A732E8B86F7E737 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; - remoteInfo = GoogleMaps; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - DAAD5924E1860FB1E3FD40915C706C00 /* PBXContainerItemProxy */ = { + F44992AF8A6F49E50AB6FB6346FAC4B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; - remoteInfo = GoogleMaps; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - DE7D47BEE7A69ED5AEDCFE1BC2D06038 /* PBXContainerItemProxy */ = { + F627FEFD65F6E17EFDA55403C7FE14D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A5EEC7C2AA5BC7C67CFA2C7578AB62C7; - remoteInfo = "Google-Maps-iOS-Utils"; + remoteGlobalIDString = 5BEFEBB71E883BEF8738E52259034440; + remoteInfo = CapacitorDialog; }; - E139AD3912D8261DA2C4F9B23F88FBA1 /* PBXContainerItemProxy */ = { + F7CBEC7625DC3CB9A5DDD9E640EF54F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A5EEC7C2AA5BC7C67CFA2C7578AB62C7; - remoteInfo = "Google-Maps-iOS-Utils"; + remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; + remoteInfo = Capacitor; }; - EB108A126418B837AFCFCB3E14B843FF /* PBXContainerItemProxy */ = { + FA317E3759EC91CCACD020012695FF9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - F7AFFB5F702B2827B5F25B35AB80F804 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; - remoteInfo = FirebaseInstanceID; - }; - FB6FD4CE2C3C9A5D6F580787275D6AA9 /* PBXContainerItemProxy */ = { + FC089BF687EF6020F5C8225441262C9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; + remoteInfo = Capacitor; }; - FE0914EF852057A23D081E9C44548971 /* PBXContainerItemProxy */ = { + FE620E324B20694E073BD897D2F96885 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371; - remoteInfo = Capacitor; + remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; + remoteInfo = GoogleMaps; }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ - 8597404FCDCC2A46DD0C8A6C1D1BDFF2 /* Copy . Public Headers */ = { + 319419B9FBC82BD047DB97D8B05CA5FD /* Copy . Private Headers */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; - dstPath = "$(PUBLIC_HEADERS_FOLDER_PATH)/."; + dstPath = "$(PRIVATE_HEADERS_FOLDER_PATH)/."; dstSubfolderSpec = 16; files = ( - 5B69911AFAA41AF3BC6C2543F7EBC06C /* FBLPromise.h in Copy . Public Headers */, - FC7C1FDA41B8A597FAB18938CCBDE9A9 /* FBLPromise+All.h in Copy . Public Headers */, - 3454C6EC0172966EEA8FE032E6A3CAD4 /* FBLPromise+Always.h in Copy . Public Headers */, - 26FE3C43EB7D88601E45B7D57F04529F /* FBLPromise+Any.h in Copy . Public Headers */, - 31B8798C1D2BC7F497BDFD9C20AA6B0C /* FBLPromise+Async.h in Copy . Public Headers */, - A527EBD86F732107AA619385B80F3BE2 /* FBLPromise+Await.h in Copy . Public Headers */, - 04E26E81C6DD81179F80A187C63899CD /* FBLPromise+Catch.h in Copy . Public Headers */, - D6653BCE725748752C2362E4FD39AEE3 /* FBLPromise+Delay.h in Copy . Public Headers */, - F4247FC873054B2878FF813B8469463F /* FBLPromise+Do.h in Copy . Public Headers */, - BEC360C16641B0AA7671EAE1B036E6DB /* FBLPromise+Race.h in Copy . Public Headers */, - 39E7B172E51826981BC38CC67215A737 /* FBLPromise+Recover.h in Copy . Public Headers */, - A1F1DA72DB9552568B91D41D589D5198 /* FBLPromise+Reduce.h in Copy . Public Headers */, - C1DBDE3B2ACEB684F118B2C98BBC635C /* FBLPromise+Retry.h in Copy . Public Headers */, - 0080D9D8C6EF4160130A53AA8BA1F681 /* FBLPromise+Testing.h in Copy . Public Headers */, - FFD06A2A864725FB9B39357FCBA36DCE /* FBLPromise+Then.h in Copy . Public Headers */, - 0C9B2781C31BAD5FC5E4711D25F71AA9 /* FBLPromise+Timeout.h in Copy . Public Headers */, - 3994BFADAAE0B4F29F8AF4941E955D3E /* FBLPromise+Validate.h in Copy . Public Headers */, - 3F93D6C4875B2AB1749DD3B45579895B /* FBLPromise+Wrap.h in Copy . Public Headers */, - D3368F36E3CB045E19D57B25210594C9 /* FBLPromiseError.h in Copy . Public Headers */, - F394E0F811EF51A704E3008968957437 /* FBLPromises.h in Copy . Public Headers */, + 3A0A278704A1A67D78DD7DADF0560B9E /* FBLPromisePrivate.h in Copy . Private Headers */, ); - name = "Copy . Public Headers"; + name = "Copy . Private Headers"; runOnlyForDeploymentPostprocessing = 0; }; - DD7C2DA6123B53C1AB77DE3F43FAAA10 /* Copy . Private Headers */ = { + BD0C66760A8839D48391693207D5ED46 /* Copy . Public Headers */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; - dstPath = "$(PRIVATE_HEADERS_FOLDER_PATH)/."; + dstPath = "$(PUBLIC_HEADERS_FOLDER_PATH)/."; dstSubfolderSpec = 16; files = ( - 4EA8DFE3F1D129C488EDEB6470C03ECE /* FBLPromisePrivate.h in Copy . Private Headers */, + 605A3A00CCF0ED349C82857AEF45EF1B /* FBLPromise.h in Copy . Public Headers */, + 36D7020AC70BD01C896F19965BE7D2AC /* FBLPromise+All.h in Copy . Public Headers */, + 2C27007F1216F057BC9F640A916D0406 /* FBLPromise+Always.h in Copy . Public Headers */, + DC8A332BAC941E07713880EB24CFB016 /* FBLPromise+Any.h in Copy . Public Headers */, + 399EC1EBF7450BD57769BE1D385547EF /* FBLPromise+Async.h in Copy . Public Headers */, + C6F5197130F647BF817F2093A614AD6B /* FBLPromise+Await.h in Copy . Public Headers */, + 5F6BC8901A4ACDFCF171D4BD5D418C8E /* FBLPromise+Catch.h in Copy . Public Headers */, + B48E832E276E361D9F2DE8AA03E9E3DD /* FBLPromise+Delay.h in Copy . Public Headers */, + 3BA9704588008A1836FB238435004DAA /* FBLPromise+Do.h in Copy . Public Headers */, + 7B815DDF90C54B525D3C9281E36D43A7 /* FBLPromise+Race.h in Copy . Public Headers */, + 9696B1797970334D1E2F8D4BF96CAF8E /* FBLPromise+Recover.h in Copy . Public Headers */, + AD03052C0F1D7C9BB42115F0DF54E5A5 /* FBLPromise+Reduce.h in Copy . Public Headers */, + 87F76A656B6198EBB2A8597901B3C09E /* FBLPromise+Retry.h in Copy . Public Headers */, + 4D63DA8694E35BCB91F82DD023DD3174 /* FBLPromise+Testing.h in Copy . Public Headers */, + 87FDE1C1DED860AE0E0EF2EB26824C3C /* FBLPromise+Then.h in Copy . Public Headers */, + 4B7DD25C60E0517B6AC8F5264F94D607 /* FBLPromise+Timeout.h in Copy . Public Headers */, + 607897B2C64DB7F543CB206CC533560F /* FBLPromise+Validate.h in Copy . Public Headers */, + F5E9AEA448BEB58F4FCD7C8075146A84 /* FBLPromise+Wrap.h in Copy . Public Headers */, + 7D797A971AA203DACC29668CB2FB82AB /* FBLPromiseError.h in Copy . Public Headers */, + D31752981628D2CDD67A50F20F6B47B2 /* FBLPromises.h in Copy . Public Headers */, ); - name = "Copy . Private Headers"; + name = "Copy . Public Headers"; runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ 001C8ECEC9C98BC007E7DB5D2F9DB422 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; - 003093C6F64EEAEBDA04D25C141D5EFF /* NetworkPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NetworkPlugin.m; path = ios/Plugin/NetworkPlugin.m; sourceTree = ""; }; - 0075E8D4D9AF101ACD626DC026EF4E23 /* native-bridge.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "native-bridge.js"; path = "Capacitor/Capacitor/assets/native-bridge.js"; sourceTree = ""; }; - 007C4EF5D44B46F036DA4E016C917776 /* CameraExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraExtensions.swift; path = ios/Plugin/CameraExtensions.swift; sourceTree = ""; }; - 007F515EECA7E2303B2DB5297EE7D9C6 /* CapacitorBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorBrowser.modulemap; sourceTree = ""; }; + 00FAB0339F026511C8DF481F530B5E8F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 01600788030FB794B03B13FF266E21EC /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; + 01AC4E79A3D293809909FE9EB55CF67D /* CDVScreenOrientationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVScreenOrientationDelegate.h; sourceTree = ""; }; 01E572BEBF588486E85ACC08DABBAA8F /* FirebaseMessaging-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseMessaging-dummy.m"; sourceTree = ""; }; 026A691286A2668863FEACBF5E52AD02 /* CapacitorCamera */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorCamera; path = CapacitorCamera.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 027F6ED319DFBD42E20866CF12E8276A /* FIRCurrentDateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCurrentDateProvider.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h; sourceTree = ""; }; - 02F6A3F6DABCDB3B31A70250D1AF571D /* CapacitorShare-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorShare-Info.plist"; sourceTree = ""; }; + 034446AA37A1AAAEC38FF60E192F5C27 /* CAPBridgedPlugin+getMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CAPBridgedPlugin+getMethod.swift"; path = "Capacitor/Capacitor/CAPBridgedPlugin+getMethod.swift"; sourceTree = ""; }; 0391CB10F6FC8CE6B82C8A5DDD52C704 /* CapacitorSplashScreen */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorSplashScreen; path = CapacitorSplashScreen.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 03BFE5076C50BD7C97B9AC2765F96F8F /* CDVViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVViewController.m; sourceTree = ""; }; + 03BBB8F83871E551550F84A99A11EC49 /* CapacitorShare.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorShare.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 03D3B5126D081466BD84E61D04AC4438 /* CapacitorGeolocation.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorGeolocation.modulemap; sourceTree = ""; }; + 03E6A2C8EC1170FFFF44EF7761C90CED /* CapacitorGeolocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorGeolocation.release.xcconfig; sourceTree = ""; }; 0475CC42F3B1B633CD5AC591BFF95F01 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; 04B6ECABFD0E85BB92F4F3137879CDF5 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h"; sourceTree = ""; }; 04CD8E43BAB13FA3DEFF93BEF62F1301 /* GDTCORUploadBatch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadBatch.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h; sourceTree = ""; }; + 051B40B11469E0BCD0D24C96D0D67DF4 /* CapacitorNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorNetwork.release.xcconfig; sourceTree = ""; }; 0595EF275498B7455F2D590E4E781CDE /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; - 05E1471482F2FD6AE26CD0A8B9D7E788 /* CapacitorCookies.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CapacitorCookies.swift; sourceTree = ""; }; - 05E2BC7947A7A797590388B86D68DFC7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 0619C692062FC0F3D9D9CCDB3616B589 /* Math.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Math.swift; path = src/GeometryUtils/Math.swift; sourceTree = ""; }; - 06604D5BC22B47261F2BFC4186976F8C /* CapacitorHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorHaptics-dummy.m"; sourceTree = ""; }; - 06681753EFAD7E16EFCF28516FB6F480 /* StatusBarPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StatusBarPlugin.m; path = ios/Plugin/StatusBarPlugin.m; sourceTree = ""; }; 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = nanopb; path = nanopb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 07356AD5819EC39BC0BF6A6CD45A024A /* DevicePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DevicePlugin.swift; path = ios/Plugin/DevicePlugin.swift; sourceTree = ""; }; 07B9BD3B80ECA18DC4F8661C720F3CE0 /* GMUWeightedLatLng.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUWeightedLatLng.m; path = src/Heatmap/GMUWeightedLatLng.m; sourceTree = ""; }; - 0809B369DF379106397503832C8B35C4 /* CapacitorPushNotifications-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorPushNotifications-Info.plist"; sourceTree = ""; }; - 08B619401E7ACC8F1F9341B72B1DE468 /* CapacitorNetwork-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorNetwork-umbrella.h"; sourceTree = ""; }; 08BB7C61DBE922A2030F69894A7BC375 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; 09091E4FE35E3DC9E4F62EE4718E79AB /* FIRMessagingPubSub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPubSub.h; path = FirebaseMessaging/Sources/FIRMessagingPubSub.h; sourceTree = ""; }; 0933430F26CEEE022A920EA5D848EDE3 /* GQTPointQuadTreeChild.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GQTPointQuadTreeChild.h; path = src/QuadTree/GQTPointQuadTreeChild.h; sourceTree = ""; }; 09CB65AE0A28FE6BC8743DFE559974A6 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; - 09CDD2375D5AD393539EDADF8B8FA140 /* CapacitorDialog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorDialog.debug.xcconfig; sourceTree = ""; }; - 09EA1AA77A1C25113D03421CB33721E4 /* CapacitorKeyboard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorKeyboard.debug.xcconfig; sourceTree = ""; }; 0A2110169F89F678CD8E531847C0F250 /* FIRMessagingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingUtilities.m; path = FirebaseMessaging/Sources/FIRMessagingUtilities.m; sourceTree = ""; }; 0A26FF91B8D7EA66D6BFBF71840DA030 /* FIRMessagingAuthKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAuthKeychain.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthKeychain.h; sourceTree = ""; }; - 0A871F6E5B5ED60319A2C1BA901D6CDF /* CameraTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraTypes.swift; path = ios/Plugin/CameraTypes.swift; sourceTree = ""; }; - 0ABCF711AD6C668F18D53A6A809AFA25 /* CapacitorCordova.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCordova.release.xcconfig; sourceTree = ""; }; + 0A72CFCFAD2AAD0E752B1EED955B5590 /* CapacitorPushNotifications-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorPushNotifications-Info.plist"; sourceTree = ""; }; 0AC354A2ADB5D076E7F03625B82A125D /* CapacitorDialog */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorDialog; path = CapacitorDialog.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0ACBB6C8A0583387FEC480C26C686CA8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0ACDC8999F44F090AA4C0304444951D4 /* CameraPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraPlugin.h; path = ios/Plugin/CameraPlugin.h; sourceTree = ""; }; 0AF5606ADC6854BC4739D9A376F2C3B3 /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; 0B380AD69181D54D401CBD1A8DA7A491 /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; - 0B837FDECE17CA3E81B5ADC53C391ADD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 0B8DECA4A4F02BCA2E18346BC809BF1D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0B3D7160429571127F42EF0E52039714 /* CapacitorDialog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorDialog-dummy.m"; sourceTree = ""; }; + 0BB34047E4BF231DA93ED465B5B90352 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 0BB7968EE0555325164DD4661FD65587 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 0BF3EE23A7561E73B7EA0273EB5CEBB4 /* CapacitorPreferences.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorPreferences.debug.xcconfig; sourceTree = ""; }; + 0BD758A687DE9CC230A7448D2A86EF5D /* SplashScreen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SplashScreen.swift; path = ios/Plugin/SplashScreen.swift; sourceTree = ""; }; 0C153CE484A67EFF2491D31D200C47F6 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-App.release.xcconfig"; sourceTree = ""; }; + 0C20D3B2CFD196EF2416C9B7F3737C35 /* CapacitorNetwork.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorNetwork.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 0C7400387C8E275CEC82FEAEFF6AB9B3 /* GDTCORPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPlatform.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h; sourceTree = ""; }; - 0C821B4043506CE65064DC949DF58D69 /* SharePlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SharePlugin.m; path = ios/Plugin/SharePlugin.m; sourceTree = ""; }; 0CB5073DC1F3CAB5CD7DDB70051EC8E6 /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; 0D1C78D7C19AFA503D68A71807E90B86 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; 0D4BECEEB2AD244B756DB317DE18EAC8 /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; - 0DD64494F7BA9929B2DA51C872A5F06F /* CapacitorHaptics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorHaptics.modulemap; sourceTree = ""; }; - 0E06D8A0FD700ABC774BBAFF9D71794F /* SplashScreenSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SplashScreenSettings.swift; path = ios/Plugin/SplashScreenSettings.swift; sourceTree = ""; }; 0E14CEF4D54E1C37D2C016B1D9A5D3D2 /* GDTCOREvent+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTCCTSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m"; sourceTree = ""; }; - 0E7660BE2582477BEFFB29B486C6AC5C /* CapacitorBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorBrowser-dummy.m"; sourceTree = ""; }; + 0E4A788FCB15E5E62DED5AEF40D266F7 /* CapacitorBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorBrowser-Info.plist"; sourceTree = ""; }; + 0E5D5044F752BBC0AE75B1B63DC26276 /* PushNotificationsHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PushNotificationsHandler.swift; path = ios/Plugin/PushNotificationsHandler.swift; sourceTree = ""; }; + 0E7623479B1AA036D19112A000A9619C /* CapacitorBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorBridge.swift; path = Capacitor/Capacitor/CapacitorBridge.swift; sourceTree = ""; }; 0E7ADB460F2BB6558728A729B28F8C17 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/FIRDiagnosticsData.h; sourceTree = ""; }; 0E9FC5BFFB8B96A17383063C926DD03B /* GDTCORTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h; sourceTree = ""; }; - 0EDB3BED0DA54FC826EB99BAB8A7D067 /* CapacitorDialog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorDialog-prefix.pch"; sourceTree = ""; }; - 0FAFDD97997521E719B9A46E1BCF58D9 /* CDVWebViewProcessPoolFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVWebViewProcessPoolFactory.h; sourceTree = ""; }; - 0FED25A43BD3602E23A4CE7329A6F7E0 /* CapacitorNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorNetwork.release.xcconfig; sourceTree = ""; }; + 0F2D74E74F238B0C936FDF45D70AD4F0 /* DevicePlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DevicePlugin.m; path = ios/Plugin/DevicePlugin.m; sourceTree = ""; }; 102DAB63FCF3A2737202F47E959A410D /* FirebaseInstanceID-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstanceID-Info.plist"; sourceTree = ""; }; - 1039C360BFBF8A9FF224F3F8CFC977E0 /* Device.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Device.swift; path = ios/Plugin/Device.swift; sourceTree = ""; }; 103EB342A0A4153DF3142D49F9FE2A11 /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; - 10AD76F60C6569DA0D9BFC4B6E51F874 /* CAPNotifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPNotifications.swift; path = Capacitor/Capacitor/CAPNotifications.swift; sourceTree = ""; }; + 109216F3D058097DD6B46939CD8276A2 /* KeyPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyPath.swift; path = Capacitor/Capacitor/KeyPath.swift; sourceTree = ""; }; 10D45E6992C8233ECDF445203F1122BE /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; - 10ECA3088D722F126CB7751D9F14F4A0 /* CAPBridgedPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPBridgedPlugin.h; path = Capacitor/Capacitor/CAPBridgedPlugin.h; sourceTree = ""; }; 10F1A3C038DB535F3FAA86D825EE41A1 /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; - 11B0BA01626C868417F041D4DBDF8B0A /* CAPInstanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstanceDescriptor.swift; path = Capacitor/Capacitor/CAPInstanceDescriptor.swift; sourceTree = ""; }; 11C2D6E1CFEF36C1DBC639EA6F90F1CC /* NSDictionary+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+FIRMessaging.m"; path = "FirebaseMessaging/Sources/NSDictionary+FIRMessaging.m"; sourceTree = ""; }; + 11CC8877D3C31F3358EAEAE4592AC52F /* CapacitorKeyboard.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorKeyboard.modulemap; sourceTree = ""; }; 11DCD03CA508A4DDE47EDF729CAD8047 /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; - 11ECF8A399AB9B15FE31226997719881 /* DialogPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DialogPlugin.swift; path = ios/Plugin/DialogPlugin.swift; sourceTree = ""; }; + 1206B11B10AAC31D5383BB60BBB2047A /* CapacitorKeyboard-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorKeyboard-prefix.pch"; sourceTree = ""; }; 1228AD08484B0425FF4DCAAA3748C23D /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; 124E75055CF20C607E15D5483A7BC40E /* FirebaseMessaging-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseMessaging-Info.plist"; sourceTree = ""; }; 12662E517D14F8F4429C8E123589217C /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - 12751A5B2D3339EF9B92FFFB03D25F69 /* CapacitorDialog-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorDialog-umbrella.h"; sourceTree = ""; }; - 128F498D73958708AFDA11B5674EE236 /* CapacitorCamera.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCamera.debug.xcconfig; sourceTree = ""; }; - 12C1DC517E6B4BCE2F0E86142330836F /* CapacitorGoogleMaps-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorGoogleMaps-prefix.pch"; sourceTree = ""; }; + 12B3EE8200B76EF2CA2EA428CE12DEDA /* Reachability.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = ios/Plugin/Reachability.swift; sourceTree = ""; }; 12DA231F47010265C7C7FFBB551F78CB /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; + 12E8065C3E245B88ABB3CF33FA5101CD /* SharePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharePlugin.swift; path = ios/Plugin/SharePlugin.swift; sourceTree = ""; }; 131AC82A22F4E2ADCE5340197E2D23CA /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; - 1331F27028514EDC6B90F02C6CF20190 /* CordovaPlugins-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CordovaPlugins-Info.plist"; sourceTree = ""; }; - 1375FF85C848073A39469FC591608686 /* CapacitorSplashScreen.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorSplashScreen.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1384DFB0FB2512BAFF6D358B8223BEE5 /* CAPApplicationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPApplicationDelegateProxy.swift; path = Capacitor/Capacitor/CAPApplicationDelegateProxy.swift; sourceTree = ""; }; 1391451FC343AC051AC56B8547B4DAAB /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseInstallations; path = FirebaseInstallations.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 1444A37354FC8AE6F6A778F447A774FE /* FIRMessagingCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinPreferences.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinPreferences.h; sourceTree = ""; }; 14664CF4FA17312BA6E4412437E6CF1D /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; - 15635133AA7547A9BEEE7ECCEC9F57F8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 15CC8C5393E25F7C5BF4926A0187B4EE /* CapacitorNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorNetwork-prefix.pch"; sourceTree = ""; }; 15F6A256498D4AF64E6983BA9EE79AAF /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + 15FA1F8DCECBB70C858127947C091551 /* CAPPluginCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPluginCall.h; path = Capacitor/Capacitor/CAPPluginCall.h; sourceTree = ""; }; 1601673927512B00443B7460840B7BFE /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; 1630D4E6EF7BA5B6BBEAE15C2CDD2054 /* FIRMessagingTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenManager.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenManager.m; sourceTree = ""; }; - 1696627F12BB8DBF3829E84E6F1A97D8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 166D683A71A3F86622242E76840C8F91 /* Polygon.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Polygon.swift; path = ios/Plugin/Polygon.swift; sourceTree = ""; }; 16FE0008B59C58668A702BF88C08C7A5 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h; sourceTree = ""; }; + 173A910675F8112E9FF73BA18B3AE64B /* CapacitorGeolocation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorGeolocation.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1748881051BB408C0226C436F9515EFF /* StatusBarPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StatusBarPlugin.h; path = ios/Plugin/StatusBarPlugin.h; sourceTree = ""; }; 1837B2EDB3B5FE03BE8DCAD05096574B /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; 184841D35DCC958FE8BC7DA8A7A09C45 /* GoogleDataTransport-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleDataTransport-umbrella.h"; sourceTree = ""; }; - 186F53E16B0CC3D71B4A71198C9BBA82 /* CAPInstanceDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPInstanceDescriptor.h; path = Capacitor/Capacitor/CAPInstanceDescriptor.h; sourceTree = ""; }; - 18976FA804486E69298783F944BD61A3 /* CapacitorBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorBridge.swift; path = Capacitor/Capacitor/CapacitorBridge.swift; sourceTree = ""; }; + 1873A74E751B164669E0F888F69C1541 /* GoogleMapErrors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GoogleMapErrors.swift; path = ios/Plugin/GoogleMapErrors.swift; sourceTree = ""; }; + 188AB23BF54FC3E2C6FBA6D3A7376CDA /* CapacitorCordova-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorCordova-Info.plist"; sourceTree = ""; }; 18D0FD06E161E4CECAB403D31A23E0D7 /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; 18D397D0C96149B4739027479B363350 /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h; sourceTree = ""; }; 18E921021D89418ADA83CB5D4F8641DD /* GMUGeometryCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUGeometryCollection.h; path = src/Geometry/Model/GMUGeometryCollection.h; sourceTree = ""; }; 18F327709BFBEE95B49C14BA70B0F71C /* GMSPolygon+GeometryUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "GMSPolygon+GeometryUtils.swift"; path = "src/GeometryUtils/GMSPolygon+GeometryUtils.swift"; sourceTree = ""; }; + 18F50A3017765458AF908F9D86D41CC0 /* CapacitorPushNotifications-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorPushNotifications-umbrella.h"; sourceTree = ""; }; 19550738EB8D961A12105617566E5A0A /* GMUHeatmapTileLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUHeatmapTileLayer.h; path = src/Heatmap/GMUHeatmapTileLayer.h; sourceTree = ""; }; - 19D30978551F4B49DBA51D67A82A7355 /* CapacitorNetwork.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorNetwork.modulemap; sourceTree = ""; }; 1A8FF9E65D0BB7745739A5869344D4FE /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; 1AADF1FE89024221120348835E71174C /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FirebaseMessaging.h; sourceTree = ""; }; 1ABFDA3391AEBA42EFB0FEBF824A6E34 /* CapacitorCordova */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorCordova; path = Cordova.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 1B6FF49D9E3A6C2A0E3FC1B646775A4E /* GDTCOREndpoints_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h; sourceTree = ""; }; 1BBAA3CB149CD781017BCF966FE7FCCA /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; 1BF1926B00DFD26284A8B60BD6C0B6CF /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; - 1C203E22925F30A8A7185101204477AF /* CapacitorPreferences-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorPreferences-prefix.pch"; sourceTree = ""; }; - 1C46CC81AE989F1DBE586FBECC3BE658 /* CDVConfigParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVConfigParser.h; sourceTree = ""; }; + 1C859FA4BD41D5110849A0FC43B085D7 /* CapacitorPreferences-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorPreferences-dummy.m"; sourceTree = ""; }; 1C9E2A8C6E1B6D726A272AFFF5EDA11D /* GMUStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUStyle.h; path = src/Geometry/Model/GMUStyle.h; sourceTree = ""; }; + 1CFDF1F8C28748F249316F05F4BBEA26 /* CapacitorSplashScreen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorSplashScreen-prefix.pch"; sourceTree = ""; }; 1D971D8DB40BCDE317E462E9F244C052 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h; sourceTree = ""; }; 1DAEFC36CF04D0A690A5CB9DCD43A196 /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; 1DE620724F5EA8C25DBBF8212C56367A /* FIRMessagingRemoteNotificationsProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRemoteNotificationsProxy.m; path = FirebaseMessaging/Sources/FIRMessagingRemoteNotificationsProxy.m; sourceTree = ""; }; 1E0F6465769EF09AAF8404A7273E0437 /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; 1E294FF2D784B1E6EC84D8BE5335FB3C /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h; sourceTree = ""; }; 1E311470BA066BB6167E848E4DF82DED /* GMUKMLParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUKMLParser.m; path = src/Geometry/GMUKMLParser.m; sourceTree = ""; }; - 1EA105B553EBEDE41491BC1C5304B460 /* CapacitorKeyboard-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorKeyboard-dummy.m"; sourceTree = ""; }; - 1F3E19E21AB3E148747D5FE1533C56DD /* CapacitorCamera.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCamera.release.xcconfig; sourceTree = ""; }; + 1EB31CCA3F99CEB1457C5C12808CCB29 /* NetworkPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkPlugin.h; path = ios/Plugin/NetworkPlugin.h; sourceTree = ""; }; + 1F41BB0BE3448F93F77F829441769C00 /* CapacitorShare-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorShare-dummy.m"; sourceTree = ""; }; 1FA60DB9C4344FD7CDAB98909DACB614 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/GULReachabilityMessageCode.h; sourceTree = ""; }; 203E131E001883B7B3E341B3EFADF276 /* PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesObjC-Info.plist"; sourceTree = ""; }; 207179FC599160F682FD0D37B313DBD5 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h; sourceTree = ""; }; - 21315CDA8B06A4CDCBF765107C6AB419 /* DialogPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DialogPlugin.m; path = ios/Plugin/DialogPlugin.m; sourceTree = ""; }; - 21602A6A30762319E876BE507D548344 /* CapacitorNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorNetwork.debug.xcconfig; sourceTree = ""; }; + 210B9A0504E0D98337EA2763BDD3F092 /* KeyboardPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardPlugin.h; path = ios/Plugin/KeyboardPlugin.h; sourceTree = ""; }; 216E0ADB65DCDB089F8BC028F5E36857 /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; 21E0E1ED3D9639E6F54B2A5B41A82E0B /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; 222C53EBA31F0D8FA3761198D2F72E58 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; - 22D8AE5B7FB33255C2F63DC51E7F4993 /* CapacitorHaptics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorHaptics.debug.xcconfig; sourceTree = ""; }; 22E1B07A3CBC8DDF99532C6866C95DA3 /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; - 22F64C64C3A428B98D3C178D82C7CF9F /* Keyboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Keyboard.h; path = ios/Plugin/Keyboard.h; sourceTree = ""; }; + 230375F0449B15BC1C967CA86F014E2D /* CDVInvokedUrlCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVInvokedUrlCommand.h; sourceTree = ""; }; + 232BA7E72A17D632DCF320BEA4EF431D /* CDVPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVPlugin.h; sourceTree = ""; }; 233FEA297F957E97CF59B4959702D370 /* GoogleDataTransport.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleDataTransport.modulemap; sourceTree = ""; }; 23C5E775BBEF1CEA95C49B750ADEFBD5 /* FIRMessagingCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinPreferences.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinPreferences.m; sourceTree = ""; }; + 2438E93EAAA9BCF3B9DA74AB57A134B5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 2446AA403ADE6354A63E37F73D29FEA5 /* GMUGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUGradient.m; path = src/Heatmap/GMUGradient.m; sourceTree = ""; }; + 24A0B53296E328F2FFB85482783829DD /* CapacitorGoogleMapsPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorGoogleMapsPlugin.swift; path = ios/Plugin/CapacitorGoogleMapsPlugin.swift; sourceTree = ""; }; + 24E28901D13B4810BC9D1834F0BD4429 /* CapacitorSplashScreen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorSplashScreen.debug.xcconfig; sourceTree = ""; }; 253306E6612C46445B9143C4AF8855D1 /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; 25778ADE50FE44F7A09C30AD1966B5F3 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h; sourceTree = ""; }; 25801C3B167EE3E05389B4626A1A29F4 /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; + 25FD984D28E22B6611531332BCCFD0F1 /* CapacitorGoogleMaps.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorGoogleMaps.debug.xcconfig; sourceTree = ""; }; 26193F3F48287DF4FA447AB3BB188C98 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; 26969F9EEC9F4DDCD493EF0884E1EDEC /* CapacitorGeolocation */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorGeolocation; path = CapacitorGeolocation.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 26B336ECB6818ABD5E7E98B62CDF0EBE /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; 26DDAA6A9A077FF39512A7D4F2A000C6 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; - 26DE166A00768DEE37BC8F782ACE79D5 /* CapacitorDialog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorDialog-dummy.m"; sourceTree = ""; }; 26E31429B34F5667AE81EB7DD5D0D95C /* GQTPointQuadTree.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GQTPointQuadTree.m; path = src/QuadTree/GQTPointQuadTree.m; sourceTree = ""; }; 275854AB814FFF32C06133B0C1176614 /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; 2797545C97A5015BD81F2B816DC10819 /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; - 289B6570F5752E66BDA7B36CFEAE1111 /* CapacitorSplashScreen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorSplashScreen-prefix.pch"; sourceTree = ""; }; - 2947568C2AC92F886C32197F1DA499FA /* CDVCommandDelegateImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVCommandDelegateImpl.h; sourceTree = ""; }; 295C9423A713092B4F33C6AE4A0E5CB6 /* FIRMessagingTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenStore.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenStore.m; sourceTree = ""; }; 295FEC6CCADAA3C14FEF222249556035 /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; - 29D7AA77C5A11F5A1F5E2C26CA9A57CE /* CapacitorStatusBar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorStatusBar.modulemap; sourceTree = ""; }; 29EB30DAFAF5BF56516861F092035100 /* Pods-App.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-App.modulemap"; sourceTree = ""; }; - 29EE3AA4ED5F0B737D58B0915199416B /* CAPPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPlugin.h; path = Capacitor/Capacitor/CAPPlugin.h; sourceTree = ""; }; 2A266D473EF8FF33DC9156E64C016529 /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; - 2A33ABB8E937D2D3C0CB3E1725505040 /* Preferences.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Preferences.swift; path = ios/Plugin/Preferences.swift; sourceTree = ""; }; - 2A6F311DCED49DC83EC52894C0E848F9 /* CapacitorGoogleMaps-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorGoogleMaps-Info.plist"; sourceTree = ""; }; - 2A8585190D7695B318EB639071DFC681 /* CapacitorKeyboard-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorKeyboard-Info.plist"; sourceTree = ""; }; 2AE3B404CA257B65E5DEB930584D6E1C /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; 2B0C0642C88CCFFC7C6C6F92363071D7 /* FIRMessagingTopicOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTopicOperation.m; path = FirebaseMessaging/Sources/FIRMessagingTopicOperation.m; sourceTree = ""; }; 2B1CC29541876A7F39CEF7C4188A8711 /* GMSPolyline+GeometryUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "GMSPolyline+GeometryUtils.swift"; path = "src/GeometryUtils/GMSPolyline+GeometryUtils.swift"; sourceTree = ""; }; 2B1E2F07440409F0A8A45A135B920B49 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; 2B28679DAFAB52DDB5FF655792779724 /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.h; sourceTree = ""; }; - 2B37BE18C152BDB6BF6A9B8708586DD5 /* Circle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Circle.swift; path = ios/Plugin/Circle.swift; sourceTree = ""; }; 2B428DE6C7C51BAC32A63E6D67E3A869 /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; 2B4F5FF8FE674F6A212634383FFA287D /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; 2B75773149D006F09048DFA5707F9B84 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; 2BA068E4AEA38DBAC5338537793AC9C7 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; 2C396A8480895307E88210C968C8893E /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; + 2C9E0F8895DE3680D254C205F4F3DF0F /* CapacitorDevice.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorDevice.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2CB094CB70EAA82C697058ADF47C73F2 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; - 2D1A5C0952F5DEB99A04199E2BAC2F09 /* CapacitorDevice.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorDevice.modulemap; sourceTree = ""; }; - 2D430D4E16B743CF374F6EAD6EE2E755 /* PushNotificationsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PushNotificationsPlugin.m; path = ios/Plugin/PushNotificationsPlugin.m; sourceTree = ""; }; + 2CBCE978FCCA71294398018983D812F8 /* CapacitorDialog.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorDialog.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2D57C5D51C30D39B525B8AC846A00DD0 /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-App.debug.xcconfig"; sourceTree = ""; }; - 2D6BCCE951F4A790245C752CE4B2848D /* WebViewDelegationHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebViewDelegationHandler.swift; path = Capacitor/Capacitor/WebViewDelegationHandler.swift; sourceTree = ""; }; 2D6CD8AEF8E9CFB2D5AA5BA6800C0440 /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; 2DA0D814DFCB860D31D7BCD63D795858 /* FirebaseInstanceID */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseInstanceID; path = FirebaseInstanceID.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DFDC7C7FDF66C173731EE7822BDAB1D /* HapticsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = HapticsPlugin.m; path = ios/Plugin/HapticsPlugin.m; sourceTree = ""; }; + 2E3895E8EDEBC392BEE0C699FAC8A578 /* CapacitorGeolocation-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorGeolocation-Info.plist"; sourceTree = ""; }; 2E55516400F6B5BAF959C262345BE4A2 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h; sourceTree = ""; }; 2E60D2627A83E952CCFCF549EFE8BC4D /* NSURLSession+GULPromises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+GULPromises.m"; path = "GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m"; sourceTree = ""; }; 2F07E0F05866DE089D731EC65EA264C4 /* FirebaseMessaging-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseMessaging-umbrella.h"; sourceTree = ""; }; 2F0A270F6C21758C2593D9035EDFD491 /* FIRMessagingTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenInfo.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenInfo.h; sourceTree = ""; }; - 3010792A6C37F2CD31F790DB13516A07 /* GoogleMapConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GoogleMapConfig.swift; path = ios/Plugin/GoogleMapConfig.swift; sourceTree = ""; }; 30183ED92C4564F227A82E55DE100A16 /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; - 30541C548A1F705B723D1D3B50B04EB4 /* CapacitorGeolocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorGeolocation.debug.xcconfig; sourceTree = ""; }; 3072648FBF8D37AC529F7A74F44DC2B8 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; 3085795AAC1B616307DDE085F39BDF4E /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; 309183DA7D1730864F67AACFB5C909F9 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; 3094C5107A1F2B47BAF96B981552948A /* Google-Maps-iOS-Utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Google-Maps-iOS-Utils-prefix.pch"; sourceTree = ""; }; - 3111B813603FD6366C68209EDF7D49EF /* CapacitorSplashScreen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorSplashScreen-dummy.m"; sourceTree = ""; }; + 30B1448C82B6E4A8CC3FE12686DE2E5A /* CAPPluginCall.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginCall.m; path = Capacitor/Capacitor/CAPPluginCall.m; sourceTree = ""; }; 31825287C1D568E7BF65FC739A1CAA7C /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; 3185071F2CA2699C626B5D372A59EC8C /* GQTPointQuadTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GQTPointQuadTree.h; path = src/QuadTree/GQTPointQuadTree.h; sourceTree = ""; }; + 31F1ED2C39F2A702424EFDEA34CA1A6A /* GeolocationPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GeolocationPlugin.m; path = ios/Plugin/GeolocationPlugin.m; sourceTree = ""; }; + 32161D98C8E7A0D2DFF91F78D9E460E8 /* CapacitorCamera-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorCamera-Info.plist"; sourceTree = ""; }; 3273CF33052939CCF128F6164F2D9C69 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - 32770F8EC60225BDAAB657DB0D28D6F9 /* CordovaPlugins.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CordovaPlugins.modulemap; sourceTree = ""; }; 3277C9F4E4C15589507F8868BBB0CB13 /* Google-Maps-iOS-Utils.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Google-Maps-iOS-Utils.debug.xcconfig"; sourceTree = ""; }; - 32904C3BC51A00E6C34BC529E90C8A5C /* CAPLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPLog.swift; path = Capacitor/Capacitor/CAPLog.swift; sourceTree = ""; }; - 32E324924F5FD765ADD708BE8DCE25FF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 328BE339F60E21ECEA53B4C1322A7011 /* CapacitorDevice-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorDevice-dummy.m"; sourceTree = ""; }; + 32DC16B1D45A3FD3F0BBA3281E35B60A /* CAPApplicationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPApplicationDelegateProxy.swift; path = Capacitor/Capacitor/CAPApplicationDelegateProxy.swift; sourceTree = ""; }; 33267A5045EC2395AF3CC4CA71A57EFA /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; 332F556EE5EFD26F188E1D23D82C46C4 /* GMUClusterManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUClusterManager.m; path = src/Clustering/GMUClusterManager.m; sourceTree = ""; }; 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PromisesObjC; path = FBLPromises.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 337D10D6E585FD9D3B1A6F9F5ABFC9C2 /* CapacitorCamera-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorCamera-dummy.m"; sourceTree = ""; }; + 340747153EF89399EA2720B1B1E70B2A /* CapacitorCamera-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCamera-umbrella.h"; sourceTree = ""; }; + 34B36009FA423D429DF78F77B15205D2 /* CAPBridgeProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeProtocol.swift; path = Capacitor/Capacitor/CAPBridgeProtocol.swift; sourceTree = ""; }; 35045E8D6D26049389D619E26B650675 /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; 352280AFE0C52C16C78A23AF9124B85D /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; - 352A668630D1648F7A291975EE742F18 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 355B7AD9B204935EB650EF42714B481C /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; 3564E5E4D01509ECB0325C60181AEAAB /* GMUGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUGradient.h; path = src/Heatmap/GMUGradient.h; sourceTree = ""; }; - 35B4D96ADFAD7E0F564EB87662476C91 /* CapacitorSplashScreen-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorSplashScreen-umbrella.h"; sourceTree = ""; }; - 35B51C9151D1EC87F24A616EDAFC46C5 /* Capacitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Capacitor.h; path = Capacitor/Capacitor/Capacitor.h; sourceTree = ""; }; 35D998C255BA8A195E3A1726DA874BE8 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; 35F670B41A5921DD207F6F2EB0D06D42 /* GMUPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUPolygon.h; path = src/Geometry/Model/GMUPolygon.h; sourceTree = ""; }; 360B1DCBC2A3B052D26AE6C88CF17DBC /* Google-Maps-iOS-Utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Google-Maps-iOS-Utils-dummy.m"; sourceTree = ""; }; 36167E585297891B36FFE205DC96C971 /* FIRMessagingAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAnalytics.m; path = FirebaseMessaging/Sources/FIRMessagingAnalytics.m; sourceTree = ""; }; 366D70E7787832CBC01C8032CAD37ECC /* GMUDefaultClusterRenderer+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GMUDefaultClusterRenderer+Testing.h"; path = "src/Clustering/View/GMUDefaultClusterRenderer+Testing.h"; sourceTree = ""; }; 36779089C821C685ED6E677693109E0D /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; + 36CC617EEC7EE393FA9DAA11E3DEDC58 /* IonicCordovaCommon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IonicCordovaCommon.m; path = sources/CordovaPluginIonic/IonicCordovaCommon.m; sourceTree = ""; }; 36ED6DA2D714A07B55ECA026B9302DFE /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; 36F0063DBF7B718B047456ED9F10B367 /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; - 372C6D19D9962F491329AFA26D70272B /* GoogleMapPadding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GoogleMapPadding.swift; path = ios/Plugin/GoogleMapPadding.swift; sourceTree = ""; }; + 3767F1E525E91156A8480E1127F64253 /* AppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 376A8F8DB75EAD8B8902328CD9D36983 /* CAPInstanceDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPInstanceDescriptor.m; path = Capacitor/Capacitor/CAPInstanceDescriptor.m; sourceTree = ""; }; + 377CA5792C861B087AF662A80FA98390 /* Keyboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Keyboard.m; path = ios/Plugin/Keyboard.m; sourceTree = ""; }; 37915BEC3E9EB6CD453C07348A49B51A /* CapacitorStatusBar */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorStatusBar; path = CapacitorStatusBar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3795174651593D01370202408A04F56F /* Polyline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Polyline.swift; path = ios/Plugin/Polyline.swift; sourceTree = ""; }; - 37E1B0E1636EB532F4A88974006DE4C5 /* CapacitorSplashScreen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorSplashScreen.debug.xcconfig; sourceTree = ""; }; - 384A1E76964BD084B2063AAFFD2D4EF1 /* HapticsPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticsPlugin.swift; path = ios/Plugin/HapticsPlugin.swift; sourceTree = ""; }; 3893038BD7F23A2F2218A6EF94D5255C /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; 38AF10E24011A34A1D042B6F0D2F15C6 /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/Private/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; - 38DD07076D4F8C4F1B8387D7418327F7 /* CapacitorKeyboard.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorKeyboard.modulemap; sourceTree = ""; }; 3909497269649792F0982BEAD3F346B5 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - 39262A05C7E6EC0E69C7075714EECD35 /* NetworkPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkPlugin.swift; path = ios/Plugin/NetworkPlugin.swift; sourceTree = ""; }; - 397EF96380D538B788457FDAD7EDBD56 /* CapacitorHaptics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorHaptics.release.xcconfig; sourceTree = ""; }; + 39785523014D61A6A9C49A002EAF7A55 /* GoogleMapPadding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GoogleMapPadding.swift; path = ios/Plugin/GoogleMapPadding.swift; sourceTree = ""; }; 39A881D2740A762D0230BCA4DA273650 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; - 39CACBF761BDFD2FE980F6E60C79EB68 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 39F63D676D6BD99936180AF8E88A9F69 /* CAPPluginMethod.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginMethod.m; path = Capacitor/Capacitor/CAPPluginMethod.m; sourceTree = ""; }; 3A51F3623CE975CFB830972D9FD8D6BF /* GQTPointQuadTreeItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GQTPointQuadTreeItem.h; path = src/QuadTree/GQTPointQuadTreeItem.h; sourceTree = ""; }; - 3AD1CB296D87F0F0FE0C3AF465976574 /* CameraPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraPlugin.h; path = ios/Plugin/CameraPlugin.h; sourceTree = ""; }; + 3A60809AC6CEAD98117964BCA7C8AA0D /* Capacitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Capacitor.h; path = Capacitor/Capacitor/Capacitor.h; sourceTree = ""; }; + 3A7B31B8EC91429A767A41A873A28496 /* CAPBridgeViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeViewController.swift; path = Capacitor/Capacitor/CAPBridgeViewController.swift; sourceTree = ""; }; 3ADC596DE1695345B6FFCF34CAA561B1 /* FIRMessagingSyncMessageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingSyncMessageManager.m; path = FirebaseMessaging/Sources/FIRMessagingSyncMessageManager.m; sourceTree = ""; }; - 3AE7B66B9F815E4287F5E852458F8DB2 /* CapacitorGeolocation-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorGeolocation-umbrella.h"; sourceTree = ""; }; - 3B067AB9BDC7AD71A854388A47307DA1 /* CapacitorCordova.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorCordova.modulemap; sourceTree = ""; }; - 3B30DB3FB6504842027FDCA2E6CD428C /* CapacitorNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorNetwork-prefix.pch"; sourceTree = ""; }; 3BF276CEC8249B1BAAA40DAC736A44B8 /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; - 3BFA6B5053361A324A409E036ECDF719 /* CAPPluginCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPluginCall.h; path = Capacitor/Capacitor/CAPPluginCall.h; sourceTree = ""; }; 3C0FB42A3027EA4326896D9513B980B5 /* FIRMessaging_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging_Private.h; path = FirebaseMessaging/Sources/FIRMessaging_Private.h; sourceTree = ""; }; + 3C4F5989F83F36577FA96BBE3BE46971 /* GeolocationPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GeolocationPlugin.h; path = ios/Plugin/GeolocationPlugin.h; sourceTree = ""; }; 3D39B40C872B164EF0C16CDF1D5C8531 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; - 3D4FDA70F7F4F38D36D24F595C2E677B /* CAPBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridge.swift; path = Capacitor/Capacitor/CAPBridge.swift; sourceTree = ""; }; 3DACEBA8D9FF185120299BBB519CA59B /* CapacitorPreferences */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorPreferences; path = CapacitorPreferences.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 3DBF5FC7021405C77E9B1AFB78C85356 /* GMUNonHierarchicalDistanceBasedAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUNonHierarchicalDistanceBasedAlgorithm.h; path = src/Clustering/Algo/GMUNonHierarchicalDistanceBasedAlgorithm.h; sourceTree = ""; }; - 3DC420691CE17A1390EAC3AA62CE60B9 /* HttpRequestHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = HttpRequestHandler.swift; sourceTree = ""; }; 3E41A16D0C4A5E882FD4B8EBC4F50350 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; - 3E8B098F738A769DF14EEE284004422E /* Array+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+Capacitor.swift"; path = "Capacitor/Capacitor/Array+Capacitor.swift"; sourceTree = ""; }; - 3F99F4EAE793C6C4DD0D1D34E1210E4D /* CAPPluginCall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPPluginCall.swift; path = Capacitor/Capacitor/CAPPluginCall.swift; sourceTree = ""; }; - 4015ED794BAB2834F527ABD3AD301522 /* DialogPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DialogPlugin.h; path = ios/Plugin/DialogPlugin.h; sourceTree = ""; }; + 3EDB0041B4898AF4C8DBC71AE9E62C02 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CAPBridgeViewController+CDVScreenOrientationDelegate.m"; path = "Capacitor/Capacitor/CAPBridgeViewController+CDVScreenOrientationDelegate.m"; sourceTree = ""; }; + 3F58D5C2D1C4AE432046AE27BE053D7E /* Device.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Device.swift; path = ios/Plugin/Device.swift; sourceTree = ""; }; + 400F268646E3F289FD9184EC9E321F99 /* NetworkPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NetworkPlugin.m; path = ios/Plugin/NetworkPlugin.m; sourceTree = ""; }; + 401CE58342A0E68B27E20A1807F30464 /* DevicePlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DevicePlugin.h; path = ios/Plugin/DevicePlugin.h; sourceTree = ""; }; + 409FFC1CBF71EF75C957C267761E0FAD /* CAPInstanceConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstanceConfiguration.swift; path = Capacitor/Capacitor/CAPInstanceConfiguration.swift; sourceTree = ""; }; + 40B10A48314433DF1EBF6B039B02DA02 /* CDV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDV.h; sourceTree = ""; }; 414CFF95F2A6DFF1D24A4FC08848A513 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; + 4174033D48CE78F075659CBA1A8EFED8 /* CordovaPlugins.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CordovaPlugins.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 419BC49B505D139B39A64A2C15B85806 /* CapacitorPreferences-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorPreferences-prefix.pch"; sourceTree = ""; }; 41F99365526B9921746C6B931928B353 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h; sourceTree = ""; }; - 421D65CEB6BC85225079A2E0191C1915 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 422C493D3FC1BD0C5A5202725EC42D3A /* FIRMessagingTopicsCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicsCommon.h; path = FirebaseMessaging/Sources/FIRMessagingTopicsCommon.h; sourceTree = ""; }; 42587BC6647C0F158735870FF5994BA4 /* FIRMessagingAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAuthService.m; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthService.m; sourceTree = ""; }; + 427F0714A7FB8E673B98503BD7E37B30 /* SharePlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SharePlugin.m; path = ios/Plugin/SharePlugin.m; sourceTree = ""; }; + 42855A4953D22BACF8935B9145D18CE2 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Capacitor/Capacitor/PrivacyInfo.xcprivacy; sourceTree = ""; }; 43038FE3A6C25A2E90F8EAD6C66951D8 /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; - 430BD877C79934B700BA1245EA430F9A /* CapacitorPreferences-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorPreferences-dummy.m"; sourceTree = ""; }; 43136B8EBB5FB06ABAD729F40F8171C2 /* GoogleDataTransport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.debug.xcconfig; sourceTree = ""; }; 433A4D90796AB7687A544AB88EBB9FB1 /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; + 4346AB3DE46DA182E5F7459F897D551D /* CapacitorGoogleMaps.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorGoogleMaps.release.xcconfig; sourceTree = ""; }; 436E6A7255594621F62EC3CD3003C0FC /* GDTCORDirectorySizeTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDirectorySizeTracker.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m; sourceTree = ""; }; 43A7E1FD6B9734C6734BBC87C5091CD4 /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; 43AEB54A9B2C7CCAB00812DEDB4EF5CD /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreTelephony.framework; sourceTree = DEVELOPER_DIR; }; 43F80CDA05D5624A6B812123E023B138 /* CapacitorKeyboard */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorKeyboard; path = CapacitorKeyboard.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4432C5E415A702FC8146F6A142E046F8 /* AppDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 449527BF2144B04AAD07A7EAC69DFF42 /* WKWebView+Capacitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "WKWebView+Capacitor.m"; path = "Capacitor/Capacitor/WKWebView+Capacitor.m"; sourceTree = ""; }; + 44D435BC2625926C69080AF9572C9E8A /* CapacitorStatusBar-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorStatusBar-prefix.pch"; sourceTree = ""; }; 44D6062E8C618EC2B8F1D7229E8AD501 /* Capacitor */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Capacitor; path = Capacitor.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 44D77EC272DA7C761799C71AB1D1476C /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; 44DD8677C31BDA19D5CA8B69EF5E517C /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - 45474A01893723202A1F74C223D88FA7 /* CAPBridgedPlugin+getMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CAPBridgedPlugin+getMethod.swift"; path = "Capacitor/Capacitor/CAPBridgedPlugin+getMethod.swift"; sourceTree = ""; }; + 45257616FFFD559B7ABB19D4C9A13677 /* TmpViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TmpViewController.swift; path = Capacitor/Capacitor/TmpViewController.swift; sourceTree = ""; }; + 453B76F5859EE417EEE6BF175394DE1A /* CAPPluginCall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPPluginCall.swift; path = Capacitor/Capacitor/CAPPluginCall.swift; sourceTree = ""; }; 45B4E0346B849C40A95962A009593A4B /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h; sourceTree = ""; }; 45D7E0AC3B6D4B788DF8D3CD33FB5D29 /* GDTCORTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransformer.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m; sourceTree = ""; }; - 45EED152799871991E6249C162EC4C97 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 461F05B2EB5B61E2BAC78E3C2B2D279C /* CapacitorKeyboard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorKeyboard.release.xcconfig; sourceTree = ""; }; 46674AA252585CC52CC2ECEBC4F6FDC7 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h; sourceTree = ""; }; + 466F6FFC2BBB9361C9CD31A8FAC66EB5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 46CACDF36CB4ED928E79148F3D219711 /* GMUGridBasedClusterAlgorithm.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUGridBasedClusterAlgorithm.m; path = src/Clustering/Algo/GMUGridBasedClusterAlgorithm.m; sourceTree = ""; }; 46D345E261152591CC7AEE07FAEA92BF /* GDTCOREvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m; sourceTree = ""; }; + 46E04DBB73D477117A3CCED1B9C80595 /* CapacitorStatusBar.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorStatusBar.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 46F61D89290D5BC0E478FB05E3169525 /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; - 471CC669721C6CD530D15E10BE1ADA5E /* CDVPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVPlugin.h; sourceTree = ""; }; 476EC2093E7C73DE949AF72F15AEF298 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; - 4784601D72A8183E89B374BC6E3540F8 /* CDVURLProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVURLProtocol.h; sourceTree = ""; }; - 482877F4C310656B7E1755D6DAEF9E09 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 47E1065F8F600493008FB21AEF6D06BB /* CapacitorHttp.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CapacitorHttp.swift; sourceTree = ""; }; + 48259FAE158A9686654710B5B107B183 /* CDVURLProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVURLProtocol.h; sourceTree = ""; }; 4830CABC2D58B5C50BE6EFECA34B2895 /* CapacitorHaptics */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorHaptics; path = CapacitorHaptics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 488BEBD00FB7A98319BC25882B9BD176 /* CapacitorStatusBar-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorStatusBar-Info.plist"; sourceTree = ""; }; 489773FC12135F35C1EF20D8309442E2 /* GQTPointQuadTreeChild.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GQTPointQuadTreeChild.m; path = src/QuadTree/GQTPointQuadTreeChild.m; sourceTree = ""; }; 48CEE06DDD5C3B26C4048370EC31EA90 /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; - 48F0D91522847A67F45748A32C966573 /* CapacitorShare.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorShare.debug.xcconfig; sourceTree = ""; }; 4938DFE92E0847DAD312A1DCC1F19600 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; - 49646CFE66F81D917045755D78F66B8D /* CAPInstanceDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPInstanceDescriptor.m; path = Capacitor/Capacitor/CAPInstanceDescriptor.m; sourceTree = ""; }; + 49ADFCDDC3E83B7F9BE37D484E4B7824 /* CapacitorHaptics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorHaptics.debug.xcconfig; sourceTree = ""; }; 49D124F49C473E55EF9E6F98BC807236 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; 49D365B4B307D0521153BD6D5A8C743D /* FirebaseInstallations.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstallations.modulemap; sourceTree = ""; }; 4A16FAEBC451FEF8465D9C2EAA2F380F /* GDTCCTUploadOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploadOperation.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m; sourceTree = ""; }; 4A485F9EE30CFDCA2F2D7855F8E4C0A5 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; + 4A7B8A64B826D1C3476FDA9AB3D59735 /* CapacitorKeyboard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorKeyboard.debug.xcconfig; sourceTree = ""; }; + 4A8358B5402ADD2793EE32D7EC09588C /* CapacitorGoogleMapsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CapacitorGoogleMapsPlugin.m; path = ios/Plugin/CapacitorGoogleMapsPlugin.m; sourceTree = ""; }; + 4AF044A6B62D8530C862359F7C5CB005 /* CapacitorKeyboard-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorKeyboard-dummy.m"; sourceTree = ""; }; 4B05A38AED2E90391AD4E92890335018 /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; - 4B0C90D5F817765140931CD7F5A5CD74 /* CapacitorDevice-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorDevice-umbrella.h"; sourceTree = ""; }; 4B15829FE7D64AB11144B991FB9AE16D /* GMUGridBasedClusterAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUGridBasedClusterAlgorithm.h; path = src/Clustering/Algo/GMUGridBasedClusterAlgorithm.h; sourceTree = ""; }; 4B15F5E7419015B39A3FC07A43A77589 /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; - 4B3E0E1097D6805DAEEAD63FDB4CA6D2 /* KeyboardPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardPlugin.m; path = ios/Plugin/KeyboardPlugin.m; sourceTree = ""; }; - 4B64476703D68E4F53E67364B54EA4DC /* CDVPluginResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVPluginResult.m; sourceTree = ""; }; - 4B892FDF6049862CE6BD3286C005BF5F /* Capacitor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Capacitor.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4B265261644E7129C13B82F353D614A4 /* CDVCommandDelegateImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVCommandDelegateImpl.h; sourceTree = ""; }; 4B9DA2F9461ABBDFEC8AA91D89293443 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; 4BAEEC2BBB54BFAF5036D6C54E3EA230 /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; 4C1A0DBE5427B4361FEF84D023BD56E7 /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; + 4C45F7E8B09C410505C7D1EF5E0A39E2 /* CAPInstanceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPInstanceConfiguration.m; path = Capacitor/Capacitor/CAPInstanceConfiguration.m; sourceTree = ""; }; 4C83AF765CD6F801AE577DAEA757B3D6 /* MapPoint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MapPoint.swift; path = src/GeometryUtils/MapPoint.swift; sourceTree = ""; }; - 4CAC09A84937CA89A05E7938074CAE83 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 4CF9D9E0691F077861AFD76514A4C1EB /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; - 4D13398FE246524289EFD12B004F339E /* Router.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Router.swift; path = Capacitor/Capacitor/Router.swift; sourceTree = ""; }; - 4D3A7163037BF67BDCF662E5E0D5F2D5 /* UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIColor.swift; path = Capacitor/Capacitor/UIColor.swift; sourceTree = ""; }; - 4D8981571FF78551252BB5BA48636E70 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4DBECB722970141611D57CBB1C881450 /* CapacitorKeyboard-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorKeyboard-umbrella.h"; sourceTree = ""; }; 4DE88168B2176A29D93738A160ADD199 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; 4DF4C20650B66F5A0651C948F71646AE /* GULNetworkInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInternal.h; path = GoogleUtilities/Network/GULNetworkInternal.h; sourceTree = ""; }; 4E04359CB8A9FDBC2BB36F5F10421F7B /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; @@ -1614,17 +1597,15 @@ 4E2EC3C72ABC8E8C12E2110BDA0F270A /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; 4E53C0812A1E8CDB6AC7881235C10B36 /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; 4E6E1E681119507E20AAE86092E8926D /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; + 4E6E7B487BB20254731423A791DBF2BB /* CAPNotifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPNotifications.swift; path = Capacitor/Capacitor/CAPNotifications.swift; sourceTree = ""; }; 4EB179AB7B281E23C0017BED3CD44FA2 /* GoogleMaps.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleMaps.xcframework; path = Maps/Frameworks/GoogleMaps.xcframework; sourceTree = ""; }; 4EE0D4CAC0E4E7DDE937EFFFAD25CBF3 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; 4EEEF2BEE5AADC4FA4C76CCB1DDEAE85 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h; sourceTree = ""; }; - 4EF31727DA813058B180CFB78E686F7B /* CapacitorSplashScreen-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorSplashScreen-Info.plist"; sourceTree = ""; }; 4F3F2B6E3371E859B4F863819E2348AE /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = FirebaseCore/Sources/FIRAppAssociationRegistration.h; sourceTree = ""; }; 4FAB82CE006687CBDCB8C61B6CDA00D0 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; 4FE00FAFDC3207B515B4AAC7EE7E93EA /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; - 503D91A91FD3CBBE14D3D0D11E907C31 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 5010CC433092E3831F7C333535B25106 /* CAPPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPlugin.h; path = Capacitor/Capacitor/CAPPlugin.h; sourceTree = ""; }; 50563B89F95E815575005CE7A1D7E705 /* GMUPlacemark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUPlacemark.h; path = src/Geometry/Model/GMUPlacemark.h; sourceTree = ""; }; - 50A37E31895CDD9A31E6CD7A8F47A263 /* StatusBarPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StatusBarPlugin.h; path = ios/Plugin/StatusBarPlugin.h; sourceTree = ""; }; - 50ADAD35E25DC96BC6536DFEB257F01F /* CAPInstanceConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstanceConfiguration.swift; path = Capacitor/Capacitor/CAPInstanceConfiguration.swift; sourceTree = ""; }; 50B6A76772E44A8EC6322CD294E7DA29 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; 5109F0244B820630BD5D915C52AA937F /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; 512AB289AC75359CE7AAC48B1565F345 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; @@ -1633,274 +1614,269 @@ 51EAE2E3D87A98D1EA3888DA1E6572D9 /* FIRMessagingTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenDeleteOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenDeleteOperation.m; sourceTree = ""; }; 51FA0F94B24D4FC37E094464AEF52E18 /* GMUCluster.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUCluster.h; path = src/Clustering/GMUCluster.h; sourceTree = ""; }; 523E96F895CF7E2E9BF49ED3E6ABBC5F /* NSDictionary+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+FIRMessaging.h"; path = "FirebaseMessaging/Sources/NSDictionary+FIRMessaging.h"; sourceTree = ""; }; - 5273487BE485A56B331EE89D4DFD5C64 /* CapacitorNetwork.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorNetwork.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 528FA314E3407E25C2EF1901574D900A /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h; sourceTree = ""; }; 53575B14D6531246E7873FAA0C4F47B4 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; - 5372D2BF0C2FD6613956B3E9077AE4F2 /* CapacitorNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorNetwork-dummy.m"; sourceTree = ""; }; 53AD23842DB0E27241DE18C234DE52EB /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; 54FDEF62B79F568FEE09969AF7D0A3AC /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; - 553DA75CE117518CB20E02E29AB7E5DD /* CapacitorShare-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorShare-dummy.m"; sourceTree = ""; }; + 551D231893EBD358B7D3F89B8759070F /* WKWebView+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Capacitor.swift"; path = "Capacitor/Capacitor/WKWebView+Capacitor.swift"; sourceTree = ""; }; 55AAA08F4340029A1067FB6A0168EC08 /* GMUDefaultClusterIconGenerator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUDefaultClusterIconGenerator.m; path = src/Clustering/View/GMUDefaultClusterIconGenerator.m; sourceTree = ""; }; - 55B33F71169388131E0CBDBB34086F75 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 55B61E945B95276CF58F091FE998EEE3 /* CDV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDV.h; sourceTree = ""; }; - 55C26D3DA598BD7BA09CB616404FAAED /* PreferencesPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreferencesPlugin.swift; path = ios/Plugin/PreferencesPlugin.swift; sourceTree = ""; }; 55F3C58883C59A2D480C9D5E09AE5176 /* GDTCCTUploadOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploadOperation.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h; sourceTree = ""; }; + 56123E393FA5860339E875C5EB9DE24E /* SplashScreenPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SplashScreenPlugin.h; path = ios/Plugin/SplashScreenPlugin.h; sourceTree = ""; }; + 56AA4BF9F0ABC3EC0E3A8D9327AA3CF8 /* CAPInstanceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPInstanceConfiguration.h; path = Capacitor/Capacitor/CAPInstanceConfiguration.h; sourceTree = ""; }; 56C45233A58FCE2CF2FD2D08ECA6CDDF /* GMUGeometryRenderer+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GMUGeometryRenderer+Testing.h"; path = "src/Geometry/GMUGeometryRenderer+Testing.h"; sourceTree = ""; }; - 56E16375BE1706578A6B2ED468156E54 /* CAPInstancePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstancePlugin.swift; path = Capacitor/Capacitor/CAPInstancePlugin.swift; sourceTree = ""; }; - 5743B3DB378B5D8D89F3F6A7E6AD5FE9 /* CapacitorGoogleMaps.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorGoogleMaps.debug.xcconfig; sourceTree = ""; }; - 574F9158066339495D64F62B7A6C07A3 /* CAPBridgeViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeViewController.swift; path = Capacitor/Capacitor/CAPBridgeViewController.swift; sourceTree = ""; }; 575369C16E58F5090A05398154FC7786 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; 57819A721B915D2753B591BAF845D95F /* FIRMessagingTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenFetchOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenFetchOperation.m; sourceTree = ""; }; - 5787D3F975587FDBE64B40AAB7360F72 /* DocLinks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DocLinks.swift; path = Capacitor/Capacitor/DocLinks.swift; sourceTree = ""; }; + 57A318BBEC418B0E6D3D5014F992D246 /* CapacitorDialog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorDialog.debug.xcconfig; sourceTree = ""; }; 57B6FE22665C35FD642AF7170FAFB5A3 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; 57BBFF8876A90A3FCB36B32FD3E69D31 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h; sourceTree = ""; }; 5810E067FAE5DB993F38677DE35C8C26 /* firebasecore.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = firebasecore.nanopb.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h; sourceTree = ""; }; - 585BE9B51F3A5C4E2B332AE05CA614CA /* CapacitorPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorPreferences-Info.plist"; sourceTree = ""; }; + 587CDB4F7642F9250DF8CC1B2AFE062A /* JS.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JS.swift; path = Capacitor/Capacitor/JS.swift; sourceTree = ""; }; 58D6AA57AA6B476FE56AD630A952E875 /* GQTBounds.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GQTBounds.h; path = src/QuadTree/GQTBounds.h; sourceTree = ""; }; 58E26409028EE3A35664C3924C90EDD7 /* FIRMessagingPubSub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPubSub.m; path = FirebaseMessaging/Sources/FIRMessagingPubSub.m; sourceTree = ""; }; - 59C80840267E36C3A754BF7972383FAC /* WebView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = ""; }; + 597F27B18ABCAB189A1E2AD9880FAE4B /* CapacitorBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5A081FD27AC56E54F2A5048458A7A65E /* CapacitorBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorBrowser-umbrella.h"; sourceTree = ""; }; 5A4DB2FCAFDC0ED9D24E46EF2431F0EB /* FIRMessagingKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingKeychain.m; path = FirebaseMessaging/Sources/Token/FIRMessagingKeychain.m; sourceTree = ""; }; - 5A69151FD687458E2AA5CF9F392EA714 /* CordovaPlugins-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CordovaPlugins-prefix.pch"; sourceTree = ""; }; - 5AD3CF51B9E86138385A8512952B0F0F /* CapacitorPushNotifications.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorPushNotifications.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5A5A6D3D4041749F91ACE58890C00880 /* CapacitorGeolocation-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorGeolocation-umbrella.h"; sourceTree = ""; }; + 5ACEC0F3E3D02A3CAC9D89E9A6C234C5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 5AF0B8AA714A6A4B63CE38EF6F289A14 /* GMUSimpleClusterAlgorithm.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUSimpleClusterAlgorithm.m; path = src/Clustering/Algo/GMUSimpleClusterAlgorithm.m; sourceTree = ""; }; 5B1FB3EDD76B7FC07CD7106E755CA3C7 /* GoogleMaps.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = GoogleMaps.bundle; path = "Maps/Frameworks/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Resources/GoogleMaps.bundle"; sourceTree = ""; }; + 5B22883476D499B2FF1DD3B173F32B6C /* NSDictionary+CordovaPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+CordovaPreferences.h"; sourceTree = ""; }; 5B53265F51957C1119BDC220C10EB0EC /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; 5B63CC43C18955227B9DE4FCFD3668D9 /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseMessaging; path = FirebaseMessaging.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5BB6F33DCFE3EFC74B1D0D93841F5027 /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; + 5BC844663636F707014FD0B871570A27 /* CAPInstancePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstancePlugin.swift; path = Capacitor/Capacitor/CAPInstancePlugin.swift; sourceTree = ""; }; 5BEF4602752E47C46E8C10FB8B4B57F2 /* Pods-App */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-App"; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5C1BFC49F0618D2E40A027536497D09B /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; 5CA9E6FE438CE79CD76FA3B34CC95836 /* Google-Maps-iOS-Utils */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Google-Maps-iOS-Utils"; path = GoogleMapsUtils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5CB7704DE0ECB1F3450F91B76BD71E71 /* CapacitorCamera-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCamera-umbrella.h"; sourceTree = ""; }; - 5CCA876344D6EACA2B36490D4143CCE9 /* CapacitorCamera-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCamera-prefix.pch"; sourceTree = ""; }; 5CD803248E3272EC5F14533E79704D54 /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; 5D24963F4F933E1AB28CA72DE430A245 /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; 5D44D3DF9F15681205B50F06B594D615 /* GMUGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUGeometry.h; path = src/Geometry/Model/GMUGeometry.h; sourceTree = ""; }; - 5E393434ADEBF1399DD7FD8FBE626A76 /* CapacitorHaptics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorHaptics-Info.plist"; sourceTree = ""; }; 5EEDE3AB531B49439E46C4FD197B121D /* GMUPoint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUPoint.m; path = src/Geometry/Model/GMUPoint.m; sourceTree = ""; }; 5F0DE80DAC2AAAE49ADFBE9AD41BA9B3 /* CatesianPoint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CatesianPoint.swift; path = src/GeometryUtils/Internal/CatesianPoint.swift; sourceTree = ""; }; 5F46D3F7BE183248C0DB65416BB24B6F /* GMUHeatmapTileLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUHeatmapTileLayer.m; path = src/Heatmap/GMUHeatmapTileLayer.m; sourceTree = ""; }; - 5F871E0E279A06917A769FC7E864973B /* CapacitorKeyboard-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorKeyboard-prefix.pch"; sourceTree = ""; }; + 5F5725D78F794AB6D93F416F060807F5 /* CapacitorDevice-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorDevice-Info.plist"; sourceTree = ""; }; + 5F7836504B53C81043F57A9B00F96490 /* CapacitorDialog-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorDialog-umbrella.h"; sourceTree = ""; }; 600CF3227C14FD8404CBD44BC58F3290 /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/Private/FIRInstanceID+Private.h"; sourceTree = ""; }; 60192A67342D410AD2F9DA3F88537563 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; 60247A549381DC06B366385056542041 /* FIRMessagingCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinService.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinService.m; sourceTree = ""; }; + 6032AAD7131446DA3B9BF8017F5220F1 /* CAPBridgedPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPBridgedPlugin.h; path = Capacitor/Capacitor/CAPBridgedPlugin.h; sourceTree = ""; }; 603DC14184EC8166EEC2FED170C3CA72 /* PromisesObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesObjC-umbrella.h"; sourceTree = ""; }; - 603E10C66AF42F9372722A681A41A458 /* CAPBridgedJSTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPBridgedJSTypes.m; path = Capacitor/Capacitor/CAPBridgedJSTypes.m; sourceTree = ""; }; - 607A509624B5D4CD9795CB15D329F37E /* PushNotificationsHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PushNotificationsHandler.swift; path = ios/Plugin/PushNotificationsHandler.swift; sourceTree = ""; }; - 60B3D572D6C70C96DBDDDBA8914F5F50 /* CameraPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraPlugin.m; path = ios/Plugin/CameraPlugin.m; sourceTree = ""; }; - 60F441FF5553A1CAE34638BDB10F1BA0 /* PreferencesPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PreferencesPlugin.m; path = ios/Plugin/PreferencesPlugin.m; sourceTree = ""; }; + 60484DA20B2A91F3F814C2E1FD126E9A /* CapacitorGoogleMaps-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorGoogleMaps-Info.plist"; sourceTree = ""; }; + 60EB2C9CF9BE09445FE97D5C2FB4F046 /* PushNotificationsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PushNotificationsPlugin.h; path = ios/Plugin/PushNotificationsPlugin.h; sourceTree = ""; }; 61602BF88F6B46A8C9AC546FA116A9F5 /* FirebaseInstanceID-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstanceID-umbrella.h"; sourceTree = ""; }; - 61C8CCB15E5EE36E7369B7ABF12E581E /* CapacitorPushNotifications-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorPushNotifications-umbrella.h"; sourceTree = ""; }; - 624B785D7F6A04D0E4609D1653E12E04 /* CapacitorCordova.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCordova.debug.xcconfig; sourceTree = ""; }; - 62697454C71D5A4F627E06BE36AFB8CF /* CapacitorGeolocation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorGeolocation-prefix.pch"; sourceTree = ""; }; - 63002A2C6EE18316BA30F8F78CBD9121 /* CapacitorKeyboard.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorKeyboard.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 61A470F5D969E23CE3C386011BEF2BBE /* Capacitor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.release.xcconfig; sourceTree = ""; }; 630ECFC07C30AFC1D14CA4FB26AB88F7 /* GDTCORFlatFileStorage+Promises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCORFlatFileStorage+Promises.h"; path = "GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h"; sourceTree = ""; }; 635F2333313E9887539061A952964FB8 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; + 636725193EC003737F2B8F46AA4F74B9 /* CapacitorCordova.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CapacitorCordova.h; path = CapacitorCordova/CapacitorCordova/CapacitorCordova.h; sourceTree = ""; }; 636CA3E402A71351D15DD3BDD37D2DD9 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; 64286FA9F179878D811683578727F6E5 /* FIRMessagingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingUtilities.h; path = FirebaseMessaging/Sources/FIRMessagingUtilities.h; sourceTree = ""; }; - 64B88346B716D4A9B6ECBD5183F1C9CD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 64C78B4D84B7CE3866489477388CC358 /* HapticsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HapticsPlugin.h; path = ios/Plugin/HapticsPlugin.h; sourceTree = ""; }; + 6569B517DC7C147B5C7CB5F4A9EF8F86 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 65B410FB1D6FBA21555DDD7726BA9830 /* CapacitorShare-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorShare-prefix.pch"; sourceTree = ""; }; 65CFC43B2A2199D97574D0E367C1E615 /* FIRMessagingSyncMessageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingSyncMessageManager.h; path = FirebaseMessaging/Sources/FIRMessagingSyncMessageManager.h; sourceTree = ""; }; - 665591ECFC4127A5EE1E7D0A49DF20E8 /* CapacitorHttp.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CapacitorHttp.swift; sourceTree = ""; }; + 661C1BE3B716D3C112EC63FB355E17A3 /* CDVPluginManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVPluginManager.m; sourceTree = ""; }; 6675F5101E364A1D1A13CED674B13C93 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - 669F66F137802F1C9BBFC605AF2483E6 /* JSTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSTypes.swift; path = Capacitor/Capacitor/JSTypes.swift; sourceTree = ""; }; + 668E51C9474A84E3C7FBB580E47E5E79 /* CapacitorBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorBrowser-prefix.pch"; sourceTree = ""; }; 66A6078B65D3B7C648DEC50CF958970B /* GDTCORAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORAssert.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m; sourceTree = ""; }; 66C091012D7B1319CF6232D2D14CE798 /* FIRInstallationsBackoffController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsBackoffController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m; sourceTree = ""; }; - 66C67748B12B5221015D873AEBFA7551 /* GeolocationPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GeolocationPlugin.swift; path = ios/Plugin/GeolocationPlugin.swift; sourceTree = ""; }; - 66C69D149AB3DDB85AD34E1DA95BF393 /* CapacitorPreferences.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorPreferences.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 67671A8B22D347456741F4ECEE2CA010 /* CapacitorDevice.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorDevice.debug.xcconfig; sourceTree = ""; }; 676A0ED4A4EF85A7C0A2D76BCF427A87 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; 679B76A0F89BBC3CF6BFC132A43DE278 /* FIRMessagingBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingBackupExcludedPlist.m; path = FirebaseMessaging/Sources/Token/FIRMessagingBackupExcludedPlist.m; sourceTree = ""; }; 67BF9EAFC417850CAA8866C29C047036 /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m; sourceTree = ""; }; - 67D277AF9D9607AD657336759B83A973 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CAPBridgeViewController+CDVScreenOrientationDelegate.h"; path = "Capacitor/Capacitor/CAPBridgeViewController+CDVScreenOrientationDelegate.h"; sourceTree = ""; }; + 67C4ADA74E3D89FC96D5938370485F58 /* HapticsPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticsPlugin.swift; path = ios/Plugin/HapticsPlugin.swift; sourceTree = ""; }; + 67E41F21EC86463C859F65CD96E18144 /* CapacitorGeolocation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorGeolocation-dummy.m"; sourceTree = ""; }; 682FBF4E14B4D9B39AFD37B2C7906C22 /* FirebaseMessaging.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.release.xcconfig; sourceTree = ""; }; - 6835C94991E78CD7F763C87F0CA060A5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 69542F2CF188B12E8B9417D0BAA7D956 /* PreferencesPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PreferencesPlugin.h; path = ios/Plugin/PreferencesPlugin.h; sourceTree = ""; }; + 68595F20EB38188ACEA7CEFCF4FDE90C /* CapacitorGoogleMaps.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorGoogleMaps.modulemap; sourceTree = ""; }; 695E6C3350AABFF1282B27978388DBBF /* GDTCORFlatFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORFlatFileStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m; sourceTree = ""; }; - 696F93C463647EE7516468A0644B5F8B /* CapacitorStatusBar-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorStatusBar-dummy.m"; sourceTree = ""; }; + 69ED165271B1FCC82E6483EB47F06D3D /* CapacitorSplashScreen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorSplashScreen-dummy.m"; sourceTree = ""; }; 69FB40B109C13EE1BD571A29D19FF4BC /* FIRMessagingContextManagerService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingContextManagerService.h; path = FirebaseMessaging/Sources/FIRMessagingContextManagerService.h; sourceTree = ""; }; 6A0E75692F7B60121815160ECC98012D /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; + 6A192C6A1B58CA50AB442D1C9A09C255 /* CapacitorCordova-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorCordova-dummy.m"; sourceTree = ""; }; 6A61B7FEE3060D9F192679846947CECE /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; + 6A6DC61D432F64EFCC25685002B8881B /* CDVViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVViewController.h; sourceTree = ""; }; 6A7F9F1B1F385A25600BB006A7187752 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - 6AA75FBE638137E720A0ABCBBC4345FA /* CapacitorStatusBar-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorStatusBar-umbrella.h"; sourceTree = ""; }; + 6AD6F6D800CCC7F7E7B080A957BED3BB /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = CapacitorCordova/CapacitorCordova/PrivacyInfo.xcprivacy; sourceTree = ""; }; 6B9C25F480EAC379DC2DBBBDEDF6FEA2 /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; 6BB6F1FF3AD4B7CCEFDFD2BC6557F8A6 /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = FirebaseCore/Sources/FIRDiagnosticsData.m; sourceTree = ""; }; 6BB7DC18760AF86B905179A59FCD8217 /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h; sourceTree = ""; }; 6BD1940BED86B056123FE712DDC4FEE1 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; 6BF49F866BD35E25644799DFA6C556F2 /* GMUStaticCluster.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUStaticCluster.m; path = src/Clustering/GMUStaticCluster.m; sourceTree = ""; }; - 6C34942CD847C2271DB16B713116B35A /* CapacitorBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorBrowser.debug.xcconfig; sourceTree = ""; }; - 6C7AE8BA797A8969EDB2F6C68C11CF79 /* CapacitorShare-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorShare-prefix.pch"; sourceTree = ""; }; - 6CFD2E51E5A8A15053E1991FEBAD1C02 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6C37571E9196FF099C15F031A94C71FF /* Marker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Marker.swift; path = ios/Plugin/Marker.swift; sourceTree = ""; }; + 6C3E2A71AE1EAB59331E5B1137E3B2E8 /* CDVViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVViewController.m; sourceTree = ""; }; + 6C4D5B8D05C2908452FBF8E7F2882E72 /* CameraTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraTypes.swift; path = ios/Plugin/CameraTypes.swift; sourceTree = ""; }; 6D2A0334CAB279350DD277C5093CD93D /* GDTCORAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORAssert.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h; sourceTree = ""; }; 6D2F7843D7AFC1837FAD7630C9E5C504 /* CapacitorDevice */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorDevice; path = CapacitorDevice.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6D6D2B1FE42FDACE7C5F144305850F04 /* FIRHeartbeatInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatInfo.m; path = FirebaseCore/Sources/FIRHeartbeatInfo.m; sourceTree = ""; }; 6DCD6DF069B78B9CC1B4F6A14AE5B630 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; 6DD88017004CB20D1200BDF3857BC0E5 /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; 6E3319A3A17F87254D02030AD83C6089 /* GMULineString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMULineString.h; path = src/Geometry/Model/GMULineString.h; sourceTree = ""; }; + 6E3E81925126DF51783B7976859AC8CF /* CapacitorShare.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorShare.release.xcconfig; sourceTree = ""; }; + 6EAA3F59220E457D79D4A0D91FFD87D5 /* WebViewDelegationHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebViewDelegationHandler.swift; path = Capacitor/Capacitor/WebViewDelegationHandler.swift; sourceTree = ""; }; 6EFF39027D178DDD466119CF0A9892F5 /* FirebaseInstallations-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstallations-umbrella.h"; sourceTree = ""; }; + 6F24ABEB9435D60EDB3AA9337F389D49 /* CAPBridgeDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeDelegate.swift; path = Capacitor/Capacitor/CAPBridgeDelegate.swift; sourceTree = ""; }; 6F29F86E3962D4964599792D88480487 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; - 6F3FD6C8A8F19A78F2FCE840DA27835C /* CapacitorCamera-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorCamera-Info.plist"; sourceTree = ""; }; 6FA2BB168D238CF599877A6A0446FBEE /* FIRMessagingPendingTopicsList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPendingTopicsList.m; path = FirebaseMessaging/Sources/FIRMessagingPendingTopicsList.m; sourceTree = ""; }; + 6FF93134BA7F33590C2A8B68CC1263B2 /* AppUUID.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppUUID.swift; path = Capacitor/Capacitor/AppUUID.swift; sourceTree = ""; }; 701C902B408831663B21259C8FE46A03 /* FirebaseInstanceID.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.release.xcconfig; sourceTree = ""; }; - 719C32EA350745004296388822FFC1D0 /* CDVViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVViewController.h; sourceTree = ""; }; + 71D29B832DFE305BBBF6A6FE8A6850BC /* Haptics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Haptics.swift; path = ios/Plugin/Haptics.swift; sourceTree = ""; }; 7214680D68EE4F36B64362B0E6ED54F4 /* PromisesObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesObjC.modulemap; sourceTree = ""; }; - 721CDA4CFAACEDFB59DEECE0B34A2450 /* CapacitorPushNotifications.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorPushNotifications.debug.xcconfig; sourceTree = ""; }; 7223594156F5599DF7C4F3E2460A80C2 /* GDTCORStorageProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h; sourceTree = ""; }; - 7224DD97D6028208789F748D7C748112 /* CapacitorGeolocation-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorGeolocation-Info.plist"; sourceTree = ""; }; + 72ADD9E79D4183DC150CE22709BE109C /* CameraPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraPlugin.swift; path = ios/Plugin/CameraPlugin.swift; sourceTree = ""; }; 73129BDEF90D1859B83CED8B4669E4B2 /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; - 7328330348A0F861D820D693F48B09F8 /* CapacitorBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorBrowser-Info.plist"; sourceTree = ""; }; - 73600E02A2683E9C6E2165E8B4F415C0 /* CapacitorNetwork-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorNetwork-Info.plist"; sourceTree = ""; }; - 73956F412C1C2D15EC9E6E5DB135D171 /* CapacitorHaptics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorHaptics-umbrella.h"; sourceTree = ""; }; + 73577950ECEA6CBFA8803975048F0E4E /* BrowserPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BrowserPlugin.swift; path = ios/Plugin/BrowserPlugin.swift; sourceTree = ""; }; + 73D2EF89F0D7E693B55EE7320366101C /* CapacitorKeyboard.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorKeyboard.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7410D350CE24FA3AA4CF40D4305D87EF /* CDVWebViewProcessPoolFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVWebViewProcessPoolFactory.h; sourceTree = ""; }; 74D15A0D7E55F9C09596AB4FFE9F04BC /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - 74FF5F5AFE4D43FC810696B4C284FF3B /* DevicePlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DevicePlugin.m; path = ios/Plugin/DevicePlugin.m; sourceTree = ""; }; + 74E56E9F09CAF023E26815E3696CD1DF /* CapacitorNetwork.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorNetwork.modulemap; sourceTree = ""; }; 75ABFBF7B6DF80DE2F2A6AD5612F17EF /* HeatMapInterpolationPoints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeatMapInterpolationPoints.swift; path = src/Heatmap/HeatMapInterpolationPoints.swift; sourceTree = ""; }; - 7607238733BAF74CE96394F663E954A7 /* CapacitorCordova.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorCordova.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7634A84F364782D06D99EF0AD3F46217 /* CordovaPlugins-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CordovaPlugins-prefix.pch"; sourceTree = ""; }; 768D88F703452EE0BA29E3A18D7B61E7 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; 76D9BFF3AF49234CB594ECE327D6110C /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; 7719B1BEE9E81F7A408D0FEBF9316700 /* FIRMessagingTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenOperation.h; sourceTree = ""; }; 771F48DB25367D789E9E56A719D839AD /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; 77475A7A9D4CED0B9BC98914F115038F /* GoogleMapsBase.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleMapsBase.xcframework; path = Base/Frameworks/GoogleMapsBase.xcframework; sourceTree = ""; }; 776B7D78DE6FB89FD02B6C28BD9E22EA /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; - 778C97521D5EDEB5E5999ACEB2D8FD0F /* CDVURLProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVURLProtocol.m; sourceTree = ""; }; 77F27C2784464AE8550AC5EC23AD5671 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; 784C38A5A74F450AA23E377C76D1E2B0 /* FirebaseMessaging.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseMessaging.modulemap; sourceTree = ""; }; + 786C05B5765881039E8781C5A4A9064D /* CAPBridgedJSTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPBridgedJSTypes.m; path = Capacitor/Capacitor/CAPBridgedJSTypes.m; sourceTree = ""; }; + 78766D7E04851F76E1C4EAB32DFF4B52 /* CapacitorCordova.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorCordova.modulemap; sourceTree = ""; }; 78B49F75BE79714F4988C15D6627B56E /* FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessaging.h; sourceTree = ""; }; - 78C61FD613C742C11F3D4B7686AC6D13 /* CAPFile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPFile.swift; path = Capacitor/Capacitor/CAPFile.swift; sourceTree = ""; }; 7922B80BF885CABC96B6BC22CE3A8849 /* GMUGeometryRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUGeometryRenderer.m; path = src/Geometry/GMUGeometryRenderer.m; sourceTree = ""; }; - 79389E1D8580BB253CCD7264B3F93718 /* CapacitorCordova-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorCordova-dummy.m"; sourceTree = ""; }; - 793B5B168BD416ADFD04BBF2FF53741E /* CDVPlugin+Resources.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CDVPlugin+Resources.m"; sourceTree = ""; }; 7973BA7D71F69A26C7F4F7B1AC6CDF85 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h; sourceTree = ""; }; + 798EAE0F227A930D21DC1AE120DE4169 /* CDVConfigParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVConfigParser.h; sourceTree = ""; }; 79AA69C6483C6322F656A7C3EC77F41B /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; 79FF92E84701D2880D96B2A9993124D6 /* Google-Maps-iOS-Utils-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Google-Maps-iOS-Utils-Info.plist"; sourceTree = ""; }; - 7B27219104A944D5E338BDFB6FBD1C3E /* CapacitorGoogleMaps.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorGoogleMaps.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7A288A77C5BE90ABC54476B0ADB1A93F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7A566B2BA93B20B9F830A00CA7C64291 /* CapacitorStatusBar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorStatusBar.release.xcconfig; sourceTree = ""; }; + 7B0C45C27CDA19B356480FA079126FE9 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CAPBridgeViewController+CDVScreenOrientationDelegate.h"; path = "Capacitor/Capacitor/CAPBridgeViewController+CDVScreenOrientationDelegate.h"; sourceTree = ""; }; 7B434D21CE002ED1DF2DD57F892C402E /* FIRMessagingLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingLogger.m; path = FirebaseMessaging/Sources/FIRMessagingLogger.m; sourceTree = ""; }; - 7B4B9BFC0FB873FF587868491237EBE5 /* CDVPlugin+Resources.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CDVPlugin+Resources.h"; sourceTree = ""; }; + 7B4F9B8A546328C1931E81B8A86B3102 /* CAPPluginMethod.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginMethod.m; path = Capacitor/Capacitor/CAPPluginMethod.m; sourceTree = ""; }; 7B9686BA04E2CC79E3E0854EFB283C6B /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; + 7B9F0E8A90A6304F87584321C779E132 /* CapacitorStatusBar-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorStatusBar-umbrella.h"; sourceTree = ""; }; + 7BD48460EE2B02E9E4792F2EA42A80D1 /* CapacitorPreferences.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorPreferences.modulemap; sourceTree = ""; }; 7C5BCEAD5B21EB98E394C0326336A307 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; 7C69AC947698F8774C886806FC74BAD5 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; - 7C841E2D8E82560DCE89ACF2DC8313AC /* CapacitorPushNotifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorPushNotifications-dummy.m"; sourceTree = ""; }; - 7C914BE52580F25751FA86DD6F5A53CD /* CapacitorCordova-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorCordova-Info.plist"; sourceTree = ""; }; 7CB778F590797A211ADDD2688C4C0FDB /* FIRMessagingConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingConstants.m; path = FirebaseMessaging/Sources/FIRMessagingConstants.m; sourceTree = ""; }; - 7CBE2EF97F801F09B17076C732DBD59F /* ImageSaver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageSaver.swift; path = ios/Plugin/ImageSaver.swift; sourceTree = ""; }; 7D3C0C96959522DA23F3DD87C7E4D500 /* FIRMessagingAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAuthService.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthService.h; sourceTree = ""; }; - 7D4695104204BE9ACBDB590A678EED1B /* WKWebView+Capacitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "WKWebView+Capacitor.h"; path = "Capacitor/Capacitor/WKWebView+Capacitor.h"; sourceTree = ""; }; + 7D66EC437FCA16144C1FE43C9F4EB5B9 /* CapacitorCamera.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCamera.debug.xcconfig; sourceTree = ""; }; 7DF0642272ADA32751BA88F17E0D6AE2 /* Google-Maps-iOS-Utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Google-Maps-iOS-Utils.modulemap"; sourceTree = ""; }; 7E1D8964AA74C0D800250F87B7F293B2 /* FirebaseCoreDiagnostics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.release.xcconfig; sourceTree = ""; }; 7E6DF6A571FF9BA5D08F8AB51B936F8C /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + 7E7CDD1985385FE28215D797C6D0F43F /* Capacitor-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Capacitor-Info.plist"; sourceTree = ""; }; + 7E7D2B6BAE8F9728E206A96CF987E91B /* CapacitorHaptics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorHaptics.release.xcconfig; sourceTree = ""; }; 7EBF7B00F692A4E51A65AF7C7D433A44 /* NSError+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRMessaging.h"; path = "FirebaseMessaging/Sources/NSError+FIRMessaging.h"; sourceTree = ""; }; - 7EC8237ECF4AC15D0707D7545BBF3CB9 /* CapacitorDevice-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorDevice-prefix.pch"; sourceTree = ""; }; 7F39D7EDB86B925F56946786FA58C82C /* FIRMessagingTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenFetchOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenFetchOperation.h; sourceTree = ""; }; + 7FD2136038055B42244D1FE6392BA40F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7FE6B80FAA05F8D3378B7DD779E347AC /* CapacitorCookieManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CapacitorCookieManager.swift; sourceTree = ""; }; + 806F92B284257CBD6D40FA70BEC77452 /* CDVPluginResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVPluginResult.h; sourceTree = ""; }; + 807EBF9DC9BBA3E3FF9F363F79A0CBE0 /* Capacitor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Capacitor.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 808DC486D97593F85449852E781205C3 /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; + 817250BF5B3929290D441C12B39A7D8F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 81A07D7F5F339C36F7CBAE7D77B28AA0 /* CapacitorGoogleMapsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CapacitorGoogleMapsPlugin.h; path = ios/Plugin/CapacitorGoogleMapsPlugin.h; sourceTree = ""; }; 8201269CB24EC3DDD20499E5BAEF78CC /* Firebase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.release.xcconfig; sourceTree = ""; }; 8207BC79E4298B97F5288D0805CABED3 /* GMUStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUStyle.m; path = src/Geometry/Model/GMUStyle.m; sourceTree = ""; }; + 820C3CDDA4054A08F932354D3B7BAF9A /* CDVWebViewProcessPoolFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVWebViewProcessPoolFactory.m; sourceTree = ""; }; 8229D41B28A2BC54F2DCD06EFC0491F9 /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; 831E814314334DF7DDD6924398EF1F43 /* GMUGeometryContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUGeometryContainer.h; path = src/Geometry/Model/GMUGeometryContainer.h; sourceTree = ""; }; - 83A8E60B9D6BA642951DCB8033EDE60C /* CordovaPlugins.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CordovaPlugins.release.xcconfig; sourceTree = ""; }; + 83CE7748D155FD9500B73886B380C0B2 /* ImageSaver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageSaver.swift; path = ios/Plugin/ImageSaver.swift; sourceTree = ""; }; 83D03E576CD43B8276D698A10CE03238 /* GMUWrappingDictionaryKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUWrappingDictionaryKey.h; path = src/Clustering/Algo/GMUWrappingDictionaryKey.h; sourceTree = ""; }; 846564F42479B9EA8D3E12B73AD49277 /* GoogleDataTransport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.release.xcconfig; sourceTree = ""; }; - 849668D3714D7779A3C0124D08715E4D /* CAPInstanceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPInstanceConfiguration.m; path = Capacitor/Capacitor/CAPInstanceConfiguration.m; sourceTree = ""; }; - 84BA094F1D3FBC31832FD78D43CCCA70 /* Capacitor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Capacitor-dummy.m"; sourceTree = ""; }; - 851A116CFF71710040AB57A670F3CDD0 /* CordovaPlugins-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CordovaPlugins-dummy.m"; sourceTree = ""; }; + 8567EDF7B90AE72BF8EBBE9DD43CEEDD /* PreferencesPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreferencesPlugin.swift; path = ios/Plugin/PreferencesPlugin.swift; sourceTree = ""; }; 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleDataTransport; path = GoogleDataTransport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 862D170312600EC70C5B9DC580975A99 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; 86771D94C36F8F8BDE7B786E8C17FAD0 /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; 86AD9BED911ED9968A783BFBAF8B2F67 /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; - 8711762261A80C7C72ED9898D0F0C712 /* SplashScreenConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SplashScreenConfig.swift; path = ios/Plugin/SplashScreenConfig.swift; sourceTree = ""; }; - 87230843E5FE75D6E6A21428E7D9C46A /* IonicCordovaCommon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IonicCordovaCommon.m; path = sources/CordovaPluginIonic/IonicCordovaCommon.m; sourceTree = ""; }; + 86D8DBE23CA4AE5A6F19A1FF42088819 /* CAPInstanceDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPInstanceDescriptor.h; path = Capacitor/Capacitor/CAPInstanceDescriptor.h; sourceTree = ""; }; 874CEE2D9C6B24C7DC1624EB9220EEEB /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; - 87C9C1C2AADF0584E47B396EBB70AA9B /* CordovaPlugins.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CordovaPlugins.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 87CA3E77CA7D7909AA60E79B7CE9EB46 /* GMUStyleMap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUStyleMap.m; path = src/Geometry/Model/GMUStyleMap.m; sourceTree = ""; }; 87D4B2A14CB958BABE4FEE674EE3045B /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; - 880D75BC3530914ECA070371D4A72AAF /* DevicePlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DevicePlugin.h; path = ios/Plugin/DevicePlugin.h; sourceTree = ""; }; + 87FD3B650A3D5F3E0207A6B3717F7D89 /* HttpRequestHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = HttpRequestHandler.swift; sourceTree = ""; }; 8851016DD02F534A24B977C5D10EC71C /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + 8873F8B5FD188097051A5FF7998D40E6 /* PluginCallResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PluginCallResult.swift; path = Capacitor/Capacitor/PluginCallResult.swift; sourceTree = ""; }; 888DBA953F6A951364F16A1E399DF89C /* GULNetworkInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInfo.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULNetworkInfo.h; sourceTree = ""; }; 88D8A32E8163434CD50FCB1FC886EB23 /* FIRMessagingPersistentSyncMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPersistentSyncMessage.h; path = FirebaseMessaging/Sources/FIRMessagingPersistentSyncMessage.h; sourceTree = ""; }; - 88E184F32E072BDA8EC1F751516A005E /* BrowserPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BrowserPlugin.swift; path = ios/Plugin/BrowserPlugin.swift; sourceTree = ""; }; + 88E77BE2547093D08C9AF9E57136968B /* CordovaPlugins.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CordovaPlugins.release.xcconfig; sourceTree = ""; }; 88EADECA822B85AEF5AFC5913C522FED /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; 8927504DACD91AAB46ACC6AD73B61CAB /* NSError+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRMessaging.m"; path = "FirebaseMessaging/Sources/NSError+FIRMessaging.m"; sourceTree = ""; }; 89304BD8FDE539860FBB1013DE17FC8E /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; 8979E43FE18F2CA09D4F09067D1D25CB /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 8A2F905A466921B476145B6AF598F03A /* Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Network.swift; path = ios/Plugin/Network.swift; sourceTree = ""; }; - 8A3F553E44F68FF7AFF54666A98B6135 /* StatusBarPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatusBarPlugin.swift; path = ios/Plugin/StatusBarPlugin.swift; sourceTree = ""; }; + 8A13B6A338E1BB1A6D223C2E9DF7F4BD /* CapacitorCordova.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = CapacitorCordova.modulemap; path = CapacitorCordova/CapacitorCordova/CapacitorCordova.modulemap; sourceTree = ""; }; 8A421F1AAB0516128D0D0102E1B77F6D /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; + 8A5366F53A1E81D2848003C266508426 /* CDVPluginManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVPluginManager.h; sourceTree = ""; }; 8A962E4ED12D713F02E34943E5100E26 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; + 8B21C99759F5AB8DF681FF29DE8D39F0 /* CordovaPlugins.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CordovaPlugins.debug.xcconfig; sourceTree = ""; }; 8B59428541F6141DD9AE51969EEBB6E1 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; 8B6E1C61353563662E4300F835DE95A6 /* GMUDefaultClusterIconGenerator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUDefaultClusterIconGenerator.h; path = src/Clustering/View/GMUDefaultClusterIconGenerator.h; sourceTree = ""; }; - 8BF5A8B51D1C6A14B19C6FB852D8FCB8 /* CapacitorCordova.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CapacitorCordova.h; path = CapacitorCordova/CapacitorCordova/CapacitorCordova.h; sourceTree = ""; }; + 8C226978DBBFE323B2CE87909C1AF748 /* CDVCommandDelegateImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVCommandDelegateImpl.m; sourceTree = ""; }; 8C8A31774AFCEA4219BBB4F5DF90C937 /* FIRMessagingRmqManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRmqManager.m; path = FirebaseMessaging/Sources/FIRMessagingRmqManager.m; sourceTree = ""; }; 8CC3EBB11D3C5BACEC51AB4A08AF0942 /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; 8CC9178C366942FD6FF6A115604EAD58 /* FirebaseCoreDiagnostics */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreDiagnostics; path = FirebaseCoreDiagnostics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8CD825C610AE35CC5206661B930F98CC /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - 8D0C08CBA7FE062BE5084916AB23E1AE /* CapacitorGoogleMaps.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorGoogleMaps.release.xcconfig; sourceTree = ""; }; - 8D1B6F52B180DE875F08FFB8585E20C0 /* CapacitorUrlRequest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CapacitorUrlRequest.swift; sourceTree = ""; }; - 8D6D1E1D41B96FAF24B7443CD2ECC44B /* CameraPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraPlugin.swift; path = ios/Plugin/CameraPlugin.swift; sourceTree = ""; }; 8DBAA47282B677AD3297C6776D86BAED /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h; sourceTree = ""; }; 8DC557C3A5DE631A05825ACCB0F7C37C /* GMUNonHierarchicalDistanceBasedAlgorithm.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUNonHierarchicalDistanceBasedAlgorithm.m; path = src/Clustering/Algo/GMUNonHierarchicalDistanceBasedAlgorithm.m; sourceTree = ""; }; 8DF4CAD3784709E3760EE6725839B985 /* GDTCORStorageEventSelector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorageEventSelector.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m; sourceTree = ""; }; - 8E6BDF40AD2695FD2DE40D77307D8EB1 /* GeolocationPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GeolocationPlugin.h; path = ios/Plugin/GeolocationPlugin.h; sourceTree = ""; }; - 8E853ED137158F09ED34D53453ED0B0A /* CapacitorShare-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorShare-umbrella.h"; sourceTree = ""; }; + 8E60A12DADF06114A2B2433C9001F760 /* CapacitorGeolocation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorGeolocation-prefix.pch"; sourceTree = ""; }; 8E85D300CF5DFA869B29D3B80A7A82AE /* GMUPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUPair.h; path = src/Geometry/Model/GMUPair.h; sourceTree = ""; }; - 8E896DD763FFC0DC28E8D61716E8204B /* GeolocationPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GeolocationPlugin.m; path = ios/Plugin/GeolocationPlugin.m; sourceTree = ""; }; - 8F0F7A1F3D34C3B46A7907E8C5075B74 /* CDVConfigParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVConfigParser.m; sourceTree = ""; }; + 8ED4051C6F05D42650548E8C4782CC7A /* CDVPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVPlugin.m; sourceTree = ""; }; 8FD7DCDF9FDA4D72EC3E44FF5B8DAF88 /* Pods-App-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-App-acknowledgements.markdown"; sourceTree = ""; }; - 904A3D044C34078F76128FE93AC68DA1 /* CapacitorCamera-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorCamera-dummy.m"; sourceTree = ""; }; + 90492C68088EB876CFCEE328D65B8F66 /* CapacitorGoogleMaps-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorGoogleMaps-prefix.pch"; sourceTree = ""; }; 905488119B59CE9E075BE7526F21DF2E /* CordovaPlugins */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CordovaPlugins; path = CordovaPlugins.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 90A27A02B5715226157A90D4D4636C78 /* CapacitorHaptics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorHaptics.modulemap; sourceTree = ""; }; 912D3992A957F80BE229331DFC8107A1 /* GMUStaticCluster.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUStaticCluster.h; path = src/Clustering/GMUStaticCluster.h; sourceTree = ""; }; - 91886067FC297C2051D87AB027E59379 /* CapacitorGoogleMaps-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorGoogleMaps-umbrella.h"; sourceTree = ""; }; 919729E60800ED109C5EB45A8CBC4F71 /* FIRMessagingTopicOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicOperation.h; path = FirebaseMessaging/Sources/FIRMessagingTopicOperation.h; sourceTree = ""; }; 91D22AB2DCF751A6588900C62E921E03 /* GDTCORUploadBatch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadBatch.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m; sourceTree = ""; }; - 9246CBB61BB322A34A9AE251456440E1 /* CapacitorKeyboard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorKeyboard.release.xcconfig; sourceTree = ""; }; 924820348133578615039DAA41B12708 /* FIRMessagingDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDefines.h; path = FirebaseMessaging/Sources/FIRMessagingDefines.h; sourceTree = ""; }; 92551E3B2F780397F3265F63E467AB45 /* GMUFeature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUFeature.h; path = src/Geometry/Model/GMUFeature.h; sourceTree = ""; }; 9264471833053F912B8A5550FF086561 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; - 927029C400C239DC72E676D68ED80D2D /* CapacitorDevice-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorDevice-Info.plist"; sourceTree = ""; }; 92B8832DBC56E64E06C8E67F80F17B22 /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; 932BC9BF28D4C69E7A3FD596809BFCB6 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; 93A9004DEA8FB6FF9A23B6E8022CF536 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; 93C01EACDC5DE3096241BEC840253EB2 /* FIRMessagingRemoteNotificationsProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRemoteNotificationsProxy.h; path = FirebaseMessaging/Sources/FIRMessagingRemoteNotificationsProxy.h; sourceTree = ""; }; + 93F7AC700F2BD7594E66FFAD59E1F947 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 94084359339A9664A80A8DEDC74B803D /* GMSMarker+GMUClusteritem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GMSMarker+GMUClusteritem.m"; path = "src/Clustering/GMSMarker+GMUClusteritem.m"; sourceTree = ""; }; 940D5E3AF29C0C7792BB98C72B3B4919 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; 943A3B8DE0D7BB19A431F827BB6D7419 /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; - 945260831B54AD06822A435F8928C3B5 /* CapacitorSplashScreen.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorSplashScreen.modulemap; sourceTree = ""; }; 94B1BE8AE720DE58089DC6141D3F246C /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h; sourceTree = ""; }; 9539371F66254AAF3BA30B484489BF13 /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h; sourceTree = ""; }; - 95561B21D3823947F5A363BD391B7C30 /* CapacitorKeyboard-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorKeyboard-umbrella.h"; sourceTree = ""; }; + 95AC94F5877371AD156A7F12697C7C68 /* CDVPlugin+Resources.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CDVPlugin+Resources.m"; sourceTree = ""; }; 95F24A1F13763B2168E1E558E536427F /* FIRMessagingCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinService.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinService.h; sourceTree = ""; }; 961047EE5AE5E17C12926D287E516652 /* FirebaseCoreDiagnostics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreDiagnostics.modulemap; sourceTree = ""; }; + 962CB85A2AC91BFA2AD971F83F5B3D62 /* CapacitorSplashScreen.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorSplashScreen.modulemap; sourceTree = ""; }; 963680B658C66BB54EB1BD4944D8278C /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - 965A6C201600FE757861D748FE04782C /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = ios/Plugin/Map.swift; sourceTree = ""; }; + 96848A4BD4ADE4348597F1E0FCE23D88 /* CapacitorStatusBar-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorStatusBar-Info.plist"; sourceTree = ""; }; + 96E8C453D7A2DB78E69C87AF66056A8A /* CapacitorCordova-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCordova-prefix.pch"; sourceTree = ""; }; 9720C8436E390DFE292663DDA758BED7 /* GoogleDataTransport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleDataTransport-Info.plist"; sourceTree = ""; }; 974FFB14A378DAA492006A222CA36F97 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 976DEA8BFE5C98781023F8B234B4E418 /* Capacitor-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Capacitor-Info.plist"; sourceTree = ""; }; - 982230DE9B48F2E9CFA4FEE7462D859C /* CDVInvokedUrlCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVInvokedUrlCommand.m; sourceTree = ""; }; 983AB9716CE6FB804ADB0EE66D00636A /* GULURLSessionDataResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULURLSessionDataResponse.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h; sourceTree = ""; }; 986FDC552F80FE0ED34F71BA1B8EAF3A /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; 98F3131FAC0F6C263BA8E98F942BD22E /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h; sourceTree = ""; }; - 9A1B1CA7438EB15851835CB5D04EC7BD /* Capacitor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.debug.xcconfig; sourceTree = ""; }; - 9A763A4801076756B239C8614A4DD22B /* CAPPlugin+LoadInstance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CAPPlugin+LoadInstance.swift"; path = "Capacitor/Capacitor/CAPPlugin+LoadInstance.swift"; sourceTree = ""; }; - 9A98CBDE779F37C1C1E34CE26FE6AA28 /* CapacitorDevice.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorDevice.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9B33D9B137E4AC90C02EC6BA2C978104 /* CapacitorPreferences-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorPreferences-umbrella.h"; sourceTree = ""; }; - 9B786AEA3DC50A9FFC5FF666881909F4 /* CapacitorGeolocation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorGeolocation.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 994820ED751DA8AC4AE9566B2F4F28B4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 994BCD04030031F2E24440A7D3104716 /* CapacitorCookies.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CapacitorCookies.swift; sourceTree = ""; }; + 99D8F8CF82EE1E6B95A7DE4273CD3E8C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9B1C8F2271AF76351B1E2344C3A4AC03 /* Keyboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Keyboard.h; path = ios/Plugin/Keyboard.h; sourceTree = ""; }; + 9B32925C06A84D5547E6BEBB62442309 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 9BB44B3DAE9183E3CFBB31830B73E2B6 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - 9BD213EAF844CCD0BED566E2D1CF45C3 /* AppUUID.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppUUID.swift; path = Capacitor/Capacitor/AppUUID.swift; sourceTree = ""; }; 9BEBEE9731137B44904DA947D0E9EF74 /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h; sourceTree = ""; }; 9BFE349D6699D542CE8A9C08E5EA0103 /* GMSPath+GeometryUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "GMSPath+GeometryUtils.swift"; path = "src/GeometryUtils/GMSPath+GeometryUtils.swift"; sourceTree = ""; }; 9C7688B43F242EB95747E8150CAAB780 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; 9CB69AAABFDC8C7BFEF1EE561005E752 /* FIRMessagingAuthKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAuthKeychain.m; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthKeychain.m; sourceTree = ""; }; - 9D22F9F4F9ADF6E65B72AD1F5A3D48BA /* CapacitorCookieManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CapacitorCookieManager.swift; sourceTree = ""; }; - 9D3C98495D46C21E908B2D586F9A61D2 /* NSDictionary+CordovaPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+CordovaPreferences.h"; sourceTree = ""; }; + 9CE36FD50813BA7370D9F6F34A70353B /* Capacitor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Capacitor-prefix.pch"; sourceTree = ""; }; + 9D06C98F7C0DD0D385AE15FA717EDE7F /* CapacitorCamera.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorCamera.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9D8C2458F1D544E0A89CA1B38F502E18 /* GMUGroundOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUGroundOverlay.m; path = src/Geometry/Model/GMUGroundOverlay.m; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DD690168EFBA2ABE9FAC082E1A8A501 /* CDVCommandDelegateImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVCommandDelegateImpl.m; sourceTree = ""; }; - 9F405CFD704732BCAEEFE3213B0EB626 /* SplashScreen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SplashScreen.swift; path = ios/Plugin/SplashScreen.swift; sourceTree = ""; }; - A005B0AF7E9544C324BFACFCC5E59494 /* CapacitorDialog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorDialog.release.xcconfig; sourceTree = ""; }; + 9E3173952140D3233405D77EA7958525 /* StatusBarPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatusBarPlugin.swift; path = ios/Plugin/StatusBarPlugin.swift; sourceTree = ""; }; + 9E7F1415589955540984F27CD9149913 /* GoogleMapConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GoogleMapConfig.swift; path = ios/Plugin/GoogleMapConfig.swift; sourceTree = ""; }; + 9F40FB1960E43E0B28CCDC0264D862D4 /* CordovaPlugins-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CordovaPlugins-Info.plist"; sourceTree = ""; }; + 9F42AC06C20505F223ABB675F0793221 /* CAPInstanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstanceDescriptor.swift; path = Capacitor/Capacitor/CAPInstanceDescriptor.swift; sourceTree = ""; }; + 9FBA586415A4DC3AA84E3D6FB6F53182 /* CapacitorGeolocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorGeolocation.debug.xcconfig; sourceTree = ""; }; + A040E6613011E16457A29C85DDB21D7A /* CapacitorStatusBar-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorStatusBar-dummy.m"; sourceTree = ""; }; A054461095E414D61AD38CEBD7A17360 /* FIRMessagingTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenDeleteOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenDeleteOperation.h; sourceTree = ""; }; A0B30514EC27A670BDAB418DA082029E /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; - A10A7B968336CC9A9CFF543724B4817E /* CapacitorPushNotifications.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorPushNotifications.modulemap; sourceTree = ""; }; A10DE188919AC970DA4E8A03BE12024C /* GoogleMapsCore.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleMapsCore.xcframework; path = Maps/Frameworks/GoogleMapsCore.xcframework; sourceTree = ""; }; + A131F74AA47AC7DC164C49D2D7800636 /* CapacitorGoogleMaps-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorGoogleMaps-umbrella.h"; sourceTree = ""; }; + A13D57A23843E08A2227983EF653947A /* CameraExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraExtensions.swift; path = ios/Plugin/CameraExtensions.swift; sourceTree = ""; }; A19843F5CF45D496A3EB73DC47465D4D /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = FirebaseMessaging/Sources/FirebaseMessaging.h; sourceTree = ""; }; A1B41C2055103114C5CDCC0D87CCAA97 /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; - A1CF890668A2D94C2E0A597505782ADA /* CordovaPlugins-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CordovaPlugins-umbrella.h"; sourceTree = ""; }; + A1F157F6F6E5F5498FF791AFD4E2EFC5 /* JSTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSTypes.swift; path = Capacitor/Capacitor/JSTypes.swift; sourceTree = ""; }; A225ED689BAE3802E97A4C17413FEF9F /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; A240D4C32C410122C5BDD155703EB947 /* GoogleMaps-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "GoogleMaps-xcframeworks.sh"; sourceTree = ""; }; A2467A3D1C8E35C19A7B3AC090132078 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; @@ -1908,327 +1884,355 @@ A27E085BB91D1B681A3062399656C35B /* FIRMessagingRmqManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRmqManager.h; path = FirebaseMessaging/Sources/FIRMessagingRmqManager.h; sourceTree = ""; }; A2AE2A0F79A4944A3BA94ED081C72078 /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; A2DD8EA84D3E71D0165059356C8F55FF /* GMSMarker+GMUClusteritem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GMSMarker+GMUClusteritem.h"; path = "src/Clustering/GMSMarker+GMUClusteritem.h"; sourceTree = ""; }; - A3134D0B0C5F454D68B1DE7AE12DED10 /* CapacitorGoogleMapsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CapacitorGoogleMapsPlugin.h; path = ios/Plugin/CapacitorGoogleMapsPlugin.h; sourceTree = ""; }; A31957DE9FABAF7D90C1A73A84DCBF80 /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; - A387F5FA4883AF55C582E12C22F838E0 /* Haptics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Haptics.swift; path = ios/Plugin/Haptics.swift; sourceTree = ""; }; + A35910FAA87DF1874F41615A656C40ED /* UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIColor.swift; path = Capacitor/Capacitor/UIColor.swift; sourceTree = ""; }; + A362959D993A06040EC1DF1D1B1D59EE /* Router.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Router.swift; path = Capacitor/Capacitor/Router.swift; sourceTree = ""; }; + A3CEF01688DC4411C0486E6AAE3A506C /* CAPPluginMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPluginMethod.h; path = Capacitor/Capacitor/CAPPluginMethod.h; sourceTree = ""; }; A40276370ADA91EEEA894D1BBC733838 /* FirebaseCoreDiagnostics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.debug.xcconfig; sourceTree = ""; }; A40C80160F8D177570D2253CCFB27CC8 /* FIRMessagingInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingInterop.h; path = FirebaseMessaging/Sources/Interop/FIRMessagingInterop.h; sourceTree = ""; }; - A428E6F9C124A92763DED28882276F8F /* CDVInvokedUrlCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVInvokedUrlCommand.h; sourceTree = ""; }; - A4AE26AAB2C17D396A61592E65344EA2 /* CapacitorGoogleMaps.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorGoogleMaps.modulemap; sourceTree = ""; }; + A455977B7B4EB97456C57DB7DEEFC009 /* JSExport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSExport.swift; path = Capacitor/Capacitor/JSExport.swift; sourceTree = ""; }; A4F3365B21766906F1759CA66EA578D4 /* GDTCORPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORPlatform.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m; sourceTree = ""; }; - A57602B141A97A5CA76E7CC2DB115E0B /* SharePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharePlugin.swift; path = ios/Plugin/SharePlugin.swift; sourceTree = ""; }; + A520AFCA1CE43F890A73E1FC0142279A /* Data+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Data+Capacitor.swift"; path = "Capacitor/Capacitor/Data+Capacitor.swift"; sourceTree = ""; }; + A59BF059AC44EC7DD8E7E7A679870810 /* CDVAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVAvailability.h; sourceTree = ""; }; A60135599BA436B4A540E7E9B24C699D /* CapacitorBrowser */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorBrowser; path = CapacitorBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; A619D6308904A576B4352C98CDBAD1EF /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; A635B74AEF610C44D852F3F898FC2BB7 /* Google-Maps-iOS-Utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Google-Maps-iOS-Utils-umbrella.h"; sourceTree = ""; }; - A659687D156311E6F40C2B8903E9548E /* SplashScreenPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SplashScreenPlugin.m; path = ios/Plugin/SplashScreenPlugin.m; sourceTree = ""; }; + A6AD0F556F9DAF1FC6904F50831D8EB7 /* DocLinks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DocLinks.swift; path = Capacitor/Capacitor/DocLinks.swift; sourceTree = ""; }; + A6ED41EA95609C0150A25D26CBAAB9CC /* Capacitor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Capacitor-dummy.m"; sourceTree = ""; }; A72906B6248B68FDAE99962230B8CA9B /* GDTCOREndpoints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h; sourceTree = ""; }; A7441F722BBAB13FF531AB947162F8C6 /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; A7EBE41B9312C458C6B28E5C92FB348B /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; + A8482CD854F447523E9F0D721C2E83F9 /* CapacitorDevice.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorDevice.modulemap; sourceTree = ""; }; A86301BA359B4A4075A99D2133155873 /* GMUStyleMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUStyleMap.h; path = src/Geometry/Model/GMUStyleMap.h; sourceTree = ""; }; A883996CDAE34E9CD9DD5BF894DA8359 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - A8CCF0BA84B07ADA333E348358034580 /* CapacitorStatusBar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorStatusBar.release.xcconfig; sourceTree = ""; }; - A986C3C9824CDD5114CF6185C961B285 /* CapacitorExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorExtension.swift; path = Capacitor/Capacitor/CapacitorExtension.swift; sourceTree = ""; }; + A8FD2B9074BF306249D6552AA75D3624 /* CapacitorPushNotifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorPushNotifications-dummy.m"; sourceTree = ""; }; A9925713812289E97A4BA7E0823547CB /* FirebaseMessaging.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.debug.xcconfig; sourceTree = ""; }; A9C1AE5EF2DE4871B3A49E5726100845 /* CapacitorPushNotifications */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorPushNotifications; path = CapacitorPushNotifications.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - AA02C9E3FB74B8EBC816575E6C332330 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CAPBridgeViewController+CDVScreenOrientationDelegate.m"; path = "Capacitor/Capacitor/CAPBridgeViewController+CDVScreenOrientationDelegate.m"; sourceTree = ""; }; - AA2A105CBD6B50D4DD61CDAF2454A162 /* CapacitorBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorBrowser.release.xcconfig; sourceTree = ""; }; AA5760C5F7542CA60C78910F4B523B80 /* GMUWrappingDictionaryKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUWrappingDictionaryKey.m; path = src/Clustering/Algo/GMUWrappingDictionaryKey.m; sourceTree = ""; }; AAB06C8D498DE39E15387366F5AD2775 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; AAC64E673201584A00110E14FFB63D6E /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - AB309326CE114E312A1C62A88849A5F7 /* CapacitorBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; AB52A8B7BF88F4A3D3BCE5ECBE0471BA /* Pods-App-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-App-frameworks.sh"; sourceTree = ""; }; - AB6D726F358F3767F259BB1F29E351D6 /* WKWebView+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Capacitor.swift"; path = "Capacitor/Capacitor/WKWebView+Capacitor.swift"; sourceTree = ""; }; - AB7719E5A1094FB0DAE35F253EC4D30A /* CapacitorDialog-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorDialog-Info.plist"; sourceTree = ""; }; AB77A91BE6EF65D6637AA27EC0285404 /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; ABA65435F2FFBA0954DDDFB1CB182846 /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; ABB351BB05D19478E2EF2FC63716654B /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; ABBD8A495EF03A676E159CCFA284C0F3 /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; ABC1628C3DD03282EA09979947305534 /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; ABFCED30D3F2D544387C236297F0B1D5 /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; - AC1B873CC6848125B0F64BC949C17A0F /* CapacitorDevice-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorDevice-dummy.m"; sourceTree = ""; }; - ACEED0BB9484CE2BBFD943BFBCFE0604 /* CapacitorStatusBar-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorStatusBar-prefix.pch"; sourceTree = ""; }; + AC2281C2DCC7C05F4801F135447F85E3 /* CapacitorBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorBrowser-dummy.m"; sourceTree = ""; }; + AC5C5ED6A17DD396324C1BEEC0D4726D /* Array+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+Capacitor.swift"; path = "Capacitor/Capacitor/Array+Capacitor.swift"; sourceTree = ""; }; AD9CF8A22392194929853C8994CE2A76 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; ADA35264EE84F86DF86883BC795D4F78 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - ADCCC9D0CE70645C314E95CB4F2BE987 /* Console.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Console.swift; sourceTree = ""; }; - AE55B72F7CDF34090EF137044F3C42DB /* KeyPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyPath.swift; path = Capacitor/Capacitor/KeyPath.swift; sourceTree = ""; }; + AE333338B03F157B517D0A0CFC807C5C /* CDVPluginResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVPluginResult.m; sourceTree = ""; }; AE5F9B8535BA32C6F91B564CA6BB24AC /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; + AE6607B68039F89CC44A799C7ADA6D56 /* CapacitorSplashScreen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorSplashScreen.release.xcconfig; sourceTree = ""; }; AEA9159EA3E3243BFFD10B5DF6004513 /* FIRMessagingCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCode.h; path = FirebaseMessaging/Sources/FIRMessagingCode.h; sourceTree = ""; }; + AEC21EE0EA699C1115C8743D6E9F2231 /* CapacitorCamera-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCamera-prefix.pch"; sourceTree = ""; }; AECBDB500A82B014B8FC906F6664C9F5 /* GMUDefaultClusterIconGenerator+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GMUDefaultClusterIconGenerator+Testing.h"; path = "src/Clustering/View/GMUDefaultClusterIconGenerator+Testing.h"; sourceTree = ""; }; AF07240963B4FF38F83236AE9F084DB6 /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; AF6F654F01D02D6E76A09B87E03975CA /* GDTCORStorageEventSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageEventSelector.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h; sourceTree = ""; }; + B01EC6B5E32E73C48C9FBD8718D2D487 /* Circle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Circle.swift; path = ios/Plugin/Circle.swift; sourceTree = ""; }; B0765B01B237E24DB515B278497894EB /* CLLocationCoordinate2D+GeometryUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CLLocationCoordinate2D+GeometryUtils.swift"; path = "src/GeometryUtils/CLLocationCoordinate2D+GeometryUtils.swift"; sourceTree = ""; }; B09927CCDE0EF67B2806DC89530706D6 /* GDTCOREvent+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTCCTSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h"; sourceTree = ""; }; B0A1AC0BD0E016558C5DB2681345F82C /* GQTPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GQTPoint.h; path = src/QuadTree/GQTPoint.h; sourceTree = ""; }; - B0B4C048DF211F34472A8BD993AC503A /* UIStatusBarManager+CAPHandleTapAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStatusBarManager+CAPHandleTapAction.m"; path = "Capacitor/Capacitor/UIStatusBarManager+CAPHandleTapAction.m"; sourceTree = ""; }; B0F78DD5C58E11FF6E0330200BDAB154 /* GMUGeometryCollection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUGeometryCollection.m; path = src/Geometry/Model/GMUGeometryCollection.m; sourceTree = ""; }; B103C4BDBCE14A316FDEA7E6E3BEBD93 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; - B12D9F8DE1C88C429836696249E94995 /* AppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; B13F56DC35B2F0B42FAECB9071D1AA5C /* FIRMessagingTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenInfo.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenInfo.m; sourceTree = ""; }; - B1706BB00EEAF9B96F7C9ECB79DF8ABC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - B1746205E562256CB99CF187F958427B /* CapacitorGoogleMapsPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorGoogleMapsPlugin.swift; path = ios/Plugin/CapacitorGoogleMapsPlugin.swift; sourceTree = ""; }; - B1A8CB55F13D0AD7872B4CE91A13F1F5 /* CapacitorSplashScreen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorSplashScreen.release.xcconfig; sourceTree = ""; }; + B1DDA76552137CE6F802615F2397BF62 /* CapacitorDevice.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorDevice.debug.xcconfig; sourceTree = ""; }; B1E78ABFA649D0D16AC965E6881B3A2E /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; - B2329206EB7A88678E0BA8AB47A64F0D /* PushNotificationsPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PushNotificationsPlugin.swift; path = ios/Plugin/PushNotificationsPlugin.swift; sourceTree = ""; }; - B25BE1C7B394B5C1D4D277F5DAB0ED21 /* CapacitorDialog.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorDialog.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; B29EAD015A4793EC573432756C236220 /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; B2E516FBA55E5B602F9B0DE190F601A3 /* GULHeartbeatDateStorable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorable.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h; sourceTree = ""; }; B2E753F1784740782E0751D7473761AB /* GMUGeoJSONParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUGeoJSONParser.m; path = src/Geometry/GMUGeoJSONParser.m; sourceTree = ""; }; B315C797B63F5B01E3AEE598D4EE0F6D /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; + B31EE3163C8E4BB36EC8B24744F880DA /* CapacitorPreferences.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorPreferences.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B3B0960D774768FEE8E5AEFD9651FFD1 /* SharePlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharePlugin.h; path = ios/Plugin/SharePlugin.h; sourceTree = ""; }; B3BD88D364A40E4ED3ABE52246F22992 /* GMUDefaultClusterRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUDefaultClusterRenderer.m; path = src/Clustering/View/GMUDefaultClusterRenderer.m; sourceTree = ""; }; - B3E3E37F021A8E21A6F8B74CCBE210FF /* BrowserPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BrowserPlugin.h; path = ios/Plugin/BrowserPlugin.h; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleUtilities; path = GoogleUtilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B454C1390B322C6D417D05D21999D085 /* CapacitorStatusBar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorStatusBar.debug.xcconfig; sourceTree = ""; }; B45BB95B565A5B5A469BC62E44D96784 /* FirebaseInstanceID.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.debug.xcconfig; sourceTree = ""; }; B4817AD9E2DB359941D1E32A0094E0CD /* GMUClusterRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUClusterRenderer.h; path = src/Clustering/View/GMUClusterRenderer.h; sourceTree = ""; }; B4826241CC788972497743B3A7970EA7 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = FirebaseCore/Sources/FIRAppAssociationRegistration.m; sourceTree = ""; }; B4957E0590B578CB1342C3E5A1C42590 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/WebKit.framework; sourceTree = DEVELOPER_DIR; }; B4F00ED17747D0AB6E71555F971AE1D5 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; - B50E1A06D5ECD4998376C46902563D66 /* Keyboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Keyboard.m; path = ios/Plugin/Keyboard.m; sourceTree = ""; }; B55277D0F7FDEE59C566A7C9844AD51E /* FIRMessagingAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAPNSInfo.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAPNSInfo.h; sourceTree = ""; }; B5D5AEDA19D6250E080CB8DA18234D76 /* Pods-App-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-App-resources.sh"; sourceTree = ""; }; - B63ED3E32649B4205B7EAC716CF3F5E3 /* CDVPluginManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVPluginManager.h; sourceTree = ""; }; - B6745374E91B49F9497E871A894194DC /* CapacitorBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorBrowser-umbrella.h"; sourceTree = ""; }; B6A53DE062F8C8928CEBE25DFC7BE8F1 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; B6B090F1ACA948DC0C8E01B4DF3CBA8B /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; + B7027EF1C63E43685C85A4C56935003F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + B747A1358033141444C6460BBF476107 /* CapacitorPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorPreferences-Info.plist"; sourceTree = ""; }; B7508A4E2FAA922C3FAF87F49C726751 /* GMUGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUGroundOverlay.h; path = src/Geometry/Model/GMUGroundOverlay.h; sourceTree = ""; }; - B75BD5D612D1994CAECF9029E5DAF169 /* CAPPluginMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPluginMethod.h; path = Capacitor/Capacitor/CAPPluginMethod.h; sourceTree = ""; }; + B7F3776EA259F6CED68FC762EB1238A8 /* CapacitorShare.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorShare.debug.xcconfig; sourceTree = ""; }; B7FA48A161210B20DAA8EA1568239087 /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; + B83F98A2009A8B6EEB06F634D8461658 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; B8BE36FE1754F5937C7F152AD1604AE8 /* FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessaging.m; path = FirebaseMessaging/Sources/FIRMessaging.m; sourceTree = ""; }; - B8D4A079D039E57D6F962385049FDAEB /* TmpViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TmpViewController.swift; path = Capacitor/Capacitor/TmpViewController.swift; sourceTree = ""; }; B9553D6E875A32C86F6F3593FFB31F2C /* GULHeartbeatDateStorageUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorageUserDefaults.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m; sourceTree = ""; }; + B98AC77CBA08011E6DDD4585CC594A4A /* CAPBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridge.swift; path = Capacitor/Capacitor/CAPBridge.swift; sourceTree = ""; }; B9959F744771013D1549B22D9FCB772C /* Pods-App-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-App-acknowledgements.plist"; sourceTree = ""; }; BA20A1CFD5B155C88F8D50CB4CA3770F /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; - BA65DA1F9C8DB172CA7B3EC5C5C141AA /* CapacitorShare.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorShare.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; BAA3FD7EB883D28056E442513652C5F6 /* FIRMessagingTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenStore.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenStore.h; sourceTree = ""; }; BB16C16A631B4C92A9A8C25FF8FD6012 /* FIRMessagingPendingTopicsList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPendingTopicsList.h; path = FirebaseMessaging/Sources/FIRMessagingPendingTopicsList.h; sourceTree = ""; }; BB21A6E56D27D014F4DDD21744B29714 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; BB45FF70CED60C50AA21D4103408FFC5 /* GoogleMaps.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleMaps.debug.xcconfig; sourceTree = ""; }; BB58CCE549323C56074D946D975AEA65 /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; - BB8FEB20809524B40466FA96C06055CD /* Capacitor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = Capacitor.modulemap; path = Capacitor/Capacitor/Capacitor.modulemap; sourceTree = ""; }; + BB85594EB34B0B839F7B885C5EB414E8 /* DialogPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DialogPlugin.m; path = ios/Plugin/DialogPlugin.m; sourceTree = ""; }; + BC350BCAE6F9D9926ACE7C863783A184 /* CapacitorHaptics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorHaptics-Info.plist"; sourceTree = ""; }; + BC3EF8289056ADA850317216A7D40747 /* CapacitorCordova.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorCordova.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BC86A70C286FEA3DB33D7BAB8D81A734 /* CapacitorSplashScreen.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorSplashScreen.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BC8AD1E9AACF2466A639153C9F4F0D8B /* CapacitorBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorBrowser.release.xcconfig; sourceTree = ""; }; BCADAE76DAB0423A153775F3E6AD935C /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; BCB082096C2A7296A8AB3B0FC2E0FCE2 /* FIRMessagingBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingBackupExcludedPlist.h; path = FirebaseMessaging/Sources/Token/FIRMessagingBackupExcludedPlist.h; sourceTree = ""; }; - BD1C10BB637F35DEE17273175D4C7067 /* DefaultPlugins.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DefaultPlugins.m; sourceTree = ""; }; BD6C9423D1A71A2FD3E2544BE346BBD0 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - BD9798E05F9C115E9DE961DA27812DAC /* CapacitorCordova-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCordova-prefix.pch"; sourceTree = ""; }; BDD336DB617748E1875BFAEBBD009503 /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; - BDECF063F47802DAAE10CA7F0E434EE0 /* CAPPluginCall.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginCall.m; path = Capacitor/Capacitor/CAPPluginCall.m; sourceTree = ""; }; - BE846884ACC898431422316373E41C07 /* IonicCordovaCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IonicCordovaCommon.h; path = sources/CordovaPluginIonic/IonicCordovaCommon.h; sourceTree = ""; }; - BEFDCAA82564758957F2FEB312EB467B /* PluginCallResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PluginCallResult.swift; path = Capacitor/Capacitor/PluginCallResult.swift; sourceTree = ""; }; + BEA482168EEFF0A732ACAEAA85EBCAC8 /* WKWebView+Capacitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "WKWebView+Capacitor.h"; path = "Capacitor/Capacitor/WKWebView+Capacitor.h"; sourceTree = ""; }; + BF38582B75F3F7C60A5449690CCC85E7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; BF3F0253CBC775234AC3F0C21574C72E /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m; sourceTree = ""; }; - BF63D3DAA93CD9E4E56BFFA95A0649B8 /* CapacitorGoogleMaps-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorGoogleMaps-dummy.m"; sourceTree = ""; }; - BF63EF99523B4E8C15A26E59EF3DE0B0 /* Polygon.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Polygon.swift; path = ios/Plugin/Polygon.swift; sourceTree = ""; }; + BF594C0BEE8DF2FBA7F5717A3ADBF32E /* CapacitorDialog.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorDialog.modulemap; sourceTree = ""; }; BF6C5CAA6C5543899BB5CDBFBB53BCBC /* FIRMessagingAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAnalytics.h; path = FirebaseMessaging/Sources/FIRMessagingAnalytics.h; sourceTree = ""; }; C015A4CB2FE288AFE7B2CDD088DFC8C9 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; + C083C32901ACBCA36D77FD53204C7611 /* CapacitorPushNotifications.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorPushNotifications.modulemap; sourceTree = ""; }; C0D71653A6D54A096AEE9D5C8E8E8BDE /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; + C11A60ED8B1A22E328CDA6FB5BA0B1F0 /* CAPLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPLog.swift; path = Capacitor/Capacitor/CAPLog.swift; sourceTree = ""; }; C1418F4C2F050BC436AC01104639DDFD /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; C1976AF41A1C85D9F823EBA70ACE7D11 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; C1CCCCF2EA80C37E3B9EC55B26FEC75E /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; + C1D1D0A9F1370723F4AC774C7BBEFF54 /* CapacitorPreferences-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorPreferences-umbrella.h"; sourceTree = ""; }; C1D58E04B3FC5223AD0A30DE09829695 /* GMUPolygon.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUPolygon.m; path = src/Geometry/Model/GMUPolygon.m; sourceTree = ""; }; - C2007D22385B51A94912CB3B7B8D958E /* CapacitorHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; C2574C7A19BE00A7642C103D6AEE335E /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; C2B737861C97386E70D2245F9DB6A36C /* NSURLSession+GULPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+GULPromises.h"; path = "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h"; sourceTree = ""; }; + C2E11B0E68932B9F8737D48202C4429D /* CDVURLProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVURLProtocol.m; sourceTree = ""; }; C31D80847780A617B36151FAFA61C13C /* GMUClusterIconGenerator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUClusterIconGenerator.h; path = src/Clustering/View/GMUClusterIconGenerator.h; sourceTree = ""; }; - C327A2D6618E7E6E778F58215E6B04A4 /* BrowserPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BrowserPlugin.m; path = ios/Plugin/BrowserPlugin.m; sourceTree = ""; }; + C366205F900A5F29E83A36E3C1F56FE2 /* CapacitorStatusBar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorStatusBar.debug.xcconfig; sourceTree = ""; }; C38A8AD8FC5441BD1C2DF9FBCE84EEF4 /* CapacitorGoogleMaps */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorGoogleMaps; path = CapacitorGoogleMaps.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C3A4D165D87B673F19464007EDEFF4A7 /* CapacitorPreferences.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorPreferences.release.xcconfig; sourceTree = ""; }; + C3997A3C9818D8FFD901509945A4EED6 /* CAPBridgedJSTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPBridgedJSTypes.h; path = Capacitor/Capacitor/CAPBridgedJSTypes.h; sourceTree = ""; }; C3B9B0DCCC90C6F92DBAFDEA1A2E2AA9 /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; + C3E5A14CFB7DBFC3BE22CB77086DA71C /* NotificationRouter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotificationRouter.swift; path = Capacitor/Capacitor/NotificationRouter.swift; sourceTree = ""; }; C4080614FB2729D6B5358B723C2F7519 /* Pods-App-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-App-dummy.m"; sourceTree = ""; }; + C47C7347E38CC1C5BF2F93C3767BDC83 /* Browser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Browser.swift; path = ios/Plugin/Browser.swift; sourceTree = ""; }; C47DBDF78EBC9F998BBA29E07B0B40C3 /* GMUSimpleClusterAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUSimpleClusterAlgorithm.h; path = src/Clustering/Algo/GMUSimpleClusterAlgorithm.h; sourceTree = ""; }; C4C430F424EBB0DB6D4DD4AEF18F6BB9 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; C4F09AF51B159CA4C363C95245319035 /* GMUClusterManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUClusterManager.h; path = src/Clustering/GMUClusterManager.h; sourceTree = ""; }; + C4FB8D7C7FB481EDD1CF685F29963772 /* CapacitorHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; C50129F5F2759029D0CD5992E3AAD0CE /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; C5299D86F35E9646447E8B3C8AE4E1BC /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; C5497988FDE7DDB607BF3289A6DC4076 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; C5B32EF97A3E7BE2B51637CA256ED883 /* GDTCORTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTargets.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h; sourceTree = ""; }; - C5D4F9F775D03CC986321F42B143210D /* CAPBridgeProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeProtocol.swift; path = Capacitor/Capacitor/CAPBridgeProtocol.swift; sourceTree = ""; }; C5F84A158DBA3DB4907580443D697356 /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; C5FD3F439FF77BB1949F62064CF0E9D5 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; - C6289C95F02E6F383CA697AF160F4A3D /* CDVScreenOrientationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVScreenOrientationDelegate.h; sourceTree = ""; }; - C68505CD9B0ACCF4FDDC8C6B64960398 /* CDVPluginResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVPluginResult.h; sourceTree = ""; }; - C6DFEE1D2CA17D2BF9911018272A1F7A /* JSExport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSExport.swift; path = Capacitor/Capacitor/JSExport.swift; sourceTree = ""; }; - C7147C59AE40AC0A655F2583415093F1 /* SplashScreenPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SplashScreenPlugin.h; path = ios/Plugin/SplashScreenPlugin.h; sourceTree = ""; }; + C63B61B9E83406C985D462196CCAF1A1 /* CapacitorDevice-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorDevice-umbrella.h"; sourceTree = ""; }; + C66E945C902228458675C8DF1B463F25 /* Capacitor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.debug.xcconfig; sourceTree = ""; }; + C73B42440801BA88B1098596EC520A04 /* CapacitorCordova.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCordova.release.xcconfig; sourceTree = ""; }; C7425768D9241D4E23155E2A846B01DC /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; C7BF404F849FABFB95FDF20B4B4041CB /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h; sourceTree = ""; }; - C917003E1F33D4877377400AB477A075 /* WKWebView+Capacitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "WKWebView+Capacitor.m"; path = "Capacitor/Capacitor/WKWebView+Capacitor.m"; sourceTree = ""; }; - C9241BEB4E10314C535445A31492A440 /* CapacitorCordova.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = CapacitorCordova.modulemap; path = CapacitorCordova/CapacitorCordova/CapacitorCordova.modulemap; sourceTree = ""; }; + C82636433006D127F363C65F6710BFC0 /* GoogleMapCameraConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GoogleMapCameraConfig.swift; path = ios/Plugin/GoogleMapCameraConfig.swift; sourceTree = ""; }; + C97A60788968BA1E7A0C766B34DD9CDE /* KeyboardPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardPlugin.m; path = ios/Plugin/KeyboardPlugin.m; sourceTree = ""; }; C984E1623DEA5D40944C58226CC2D693 /* GMUWeightedLatLng.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUWeightedLatLng.h; path = src/Heatmap/GMUWeightedLatLng.h; sourceTree = ""; }; C9E0E749DE2382A0C3FFA9EFF778B7A9 /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; + CA01A0BA9287B7A99991E7E3C5097736 /* HapticsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = HapticsPlugin.m; path = ios/Plugin/HapticsPlugin.m; sourceTree = ""; }; + CA25A79325C1CD38FBA247E92FBAB477 /* BrowserPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BrowserPlugin.m; path = ios/Plugin/BrowserPlugin.m; sourceTree = ""; }; CA9E3B04D0D20DF4791B91EFAFE72514 /* GMUClusterManager+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GMUClusterManager+Testing.h"; path = "src/Clustering/GMUClusterManager+Testing.h"; sourceTree = ""; }; + CADFFB7A2B05E370BABF1649B8596ED5 /* CapacitorPushNotifications.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorPushNotifications.release.xcconfig; sourceTree = ""; }; CB571945261744A4945D61C1807780ED /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h; sourceTree = ""; }; + CBD4F36A933AED8505169A68AD4B61D4 /* Preferences.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Preferences.swift; path = ios/Plugin/Preferences.swift; sourceTree = ""; }; CC069FAEEDFEA7B4CE0550B46CFBE0FD /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h; sourceTree = ""; }; - CC1215AA1F566BD7F73F1EBC5F60F4ED /* SharePlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharePlugin.h; path = ios/Plugin/SharePlugin.h; sourceTree = ""; }; - CC641A0036F7FCC0DFDD6B30242D025E /* CapacitorPushNotifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorPushNotifications-prefix.pch"; sourceTree = ""; }; + CC4B184E071132DCC90BE4120EE8FAD6 /* CapacitorPushNotifications.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorPushNotifications.debug.xcconfig; sourceTree = ""; }; CC83B6631073DCB2C06C66104DD2698C /* FIRMessagingCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinStore.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinStore.h; sourceTree = ""; }; CCA63C2C6E046C54D40C28D2D3595EF2 /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; CD071A0FB82C19EACC6D758974108AAC /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - CD6F7B6C1E8DCA9FD32F42F9F1944AD2 /* CAPInstanceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPInstanceConfiguration.h; path = Capacitor/Capacitor/CAPInstanceConfiguration.h; sourceTree = ""; }; + CD3E6DDC597539242361C55687048DF0 /* CapacitorPushNotifications.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorPushNotifications.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CE1F11C3413A1C7AFD9193315921A337 /* WebView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = ""; }; CE24229AAE98D730FE0DE20464211D5C /* FIRMessagingKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingKeychain.h; path = FirebaseMessaging/Sources/Token/FIRMessagingKeychain.h; sourceTree = ""; }; + CEB83751F6503BE833E8436CA99C7A20 /* IonicCordovaCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IonicCordovaCommon.h; path = sources/CordovaPluginIonic/IonicCordovaCommon.h; sourceTree = ""; }; CF083D774E6EF58F17477F68049D3231 /* FIRMessagingPersistentSyncMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPersistentSyncMessage.m; path = FirebaseMessaging/Sources/FIRMessagingPersistentSyncMessage.m; sourceTree = ""; }; CF2877543AB174F31B5EB7EAC235E5EA /* FIRMessagingExtensionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingExtensionHelper.m; path = FirebaseMessaging/Sources/FIRMessagingExtensionHelper.m; sourceTree = ""; }; - CF3C9132D8FEF20A15F4BB8A16FF7291 /* CapacitorDialog.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorDialog.modulemap; sourceTree = ""; }; - CF729B3FE1CB7665482034E73831F344 /* GoogleMapErrors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GoogleMapErrors.swift; path = ios/Plugin/GoogleMapErrors.swift; sourceTree = ""; }; - CFC37BA36DE3B6F95C4B418A78EDF71C /* CapacitorShare.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorShare.release.xcconfig; sourceTree = ""; }; - D0DFC5F837866D3D7F8CAB2041AC905B /* PushNotificationsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PushNotificationsPlugin.h; path = ios/Plugin/PushNotificationsPlugin.h; sourceTree = ""; }; + CF2BC01439BD9D7C9708A0D200431D3F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + CF7416B428DBE9C2EC3AB913505A9D93 /* CapacitorUrlRequest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CapacitorUrlRequest.swift; sourceTree = ""; }; + CF88314FDCFCDD6D08D338ACD1D57DBC /* PushNotificationsPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PushNotificationsPlugin.swift; path = ios/Plugin/PushNotificationsPlugin.swift; sourceTree = ""; }; + CFF1ABA2635CFF38BC3FF04A1D0608B7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D035875B8B8BEB4B7E7B16AEC1321FF8 /* CapacitorDevice.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorDevice.release.xcconfig; sourceTree = ""; }; + D0574E45847B5808E575B2A84CA1DF57 /* CDVInvokedUrlCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVInvokedUrlCommand.m; sourceTree = ""; }; + D0627F0648415FA963FFC9975D5D0D6D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D1382370CC2756350CA4D2AB3FC7FBF3 /* Console.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Console.swift; sourceTree = ""; }; + D13DACF21A5BB8EFF3672B9520858EC6 /* CordovaPlugins-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CordovaPlugins-dummy.m"; sourceTree = ""; }; D187AD9DE3D18452F6541DFBBE4027C3 /* FirebaseCoreDiagnostics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreDiagnostics-Info.plist"; sourceTree = ""; }; D1DBB07504DB9E35792933311691E212 /* CapacitorNetwork */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorNetwork; path = CapacitorNetwork.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D273419A5C09FFDF45C3B3B682C91E10 /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; D2B405A8FA615FC8EECA89B775DBA6D0 /* FIRMessagingExtensionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingExtensionHelper.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h; sourceTree = ""; }; D2BE51CDEBC76FF6788E570D7FBDC33A /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; D2C0F7E81FA6AB888B4A89EB88A7D1C6 /* GDTCORDirectorySizeTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDirectorySizeTracker.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h; sourceTree = ""; }; + D2FEAD1EBD8EC8A7540273A969EB1789 /* CapacitorDialog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorDialog.release.xcconfig; sourceTree = ""; }; D34DD6BD2C392A60F21CFBDF623A3498 /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; + D36A8F89B13E13F983C74E9B7252B1D4 /* SplashScreenPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SplashScreenPlugin.m; path = ios/Plugin/SplashScreenPlugin.m; sourceTree = ""; }; D3DCE2A375C38EC0CD4B5D591B2E2FD8 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; + D4066097582F9BD7536E001E9E077610 /* CapacitorCamera.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorCamera.modulemap; sourceTree = ""; }; D412B1A8923B99D2411F0D93BB820856 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; D41BF1A1D5238D756468A2A8FDC497D8 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; D430183E7441406141D54B7DCB356CA0 /* FIRInstallationsBackoffController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsBackoffController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h; sourceTree = ""; }; - D457CA37CF100F0A46D51F6875E430FF /* CDVCommandDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVCommandDelegate.h; sourceTree = ""; }; + D48C4707AB242ECA40BAA09893F08AFA /* CapacitorHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorHaptics-dummy.m"; sourceTree = ""; }; D4A72ADB0ADF77ABE4FB8B12922FCEAD /* GMUClusterItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUClusterItem.h; path = src/Clustering/GMUClusterItem.h; sourceTree = ""; }; - D4D7A7EC5C4C48865D06323AB0B799A9 /* CAPBridgedJSTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPBridgedJSTypes.h; path = Capacitor/Capacitor/CAPBridgedJSTypes.h; sourceTree = ""; }; D4E1056319EE2828939F58E235A735F3 /* FIRMessagingAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAPNSInfo.m; path = FirebaseMessaging/Sources/Token/FIRMessagingAPNSInfo.m; sourceTree = ""; }; - D51E5C49017062299295E14E5CD73BEE /* CapacitorShare.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorShare.modulemap; sourceTree = ""; }; - D5C16B965F546002AB40764D2E9591E1 /* CapacitorCamera.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorCamera.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D5DA5D20A2F3C9FBEB15B0094D52EBFE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + D5E240F76391A29A7E6DC21AD4AC60DD /* CapacitorNetwork-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorNetwork-umbrella.h"; sourceTree = ""; }; + D5F01021123FD3CC3418432130A9056C /* CAPPlugin+LoadInstance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CAPPlugin+LoadInstance.swift"; path = "Capacitor/Capacitor/CAPPlugin+LoadInstance.swift"; sourceTree = ""; }; D6104EE63B88F20BE8CE4605517ADE83 /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; - D632E878B5714643EBCFDC73C8CE1AF3 /* CapacitorGeolocation.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorGeolocation.modulemap; sourceTree = ""; }; + D69A43B511C6A1867950DFE13512859B /* GeolocationPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GeolocationPlugin.swift; path = ios/Plugin/GeolocationPlugin.swift; sourceTree = ""; }; + D6A8CF59861C421E50208B5439B9AB71 /* SplashScreenPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SplashScreenPlugin.swift; path = ios/Plugin/SplashScreenPlugin.swift; sourceTree = ""; }; D718C389039D2C744A9277D17879F510 /* FirebaseInstanceID.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstanceID.modulemap; sourceTree = ""; }; D73E60D0DDD5AB4C0D2DDCFC0A4EC01B /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; + D77B6BF10E663F883F624D7AF694AAD5 /* CDVConfigParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVConfigParser.m; sourceTree = ""; }; + D793B3CE0951673F9A51405A414923E9 /* CapacitorDevice-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorDevice-prefix.pch"; sourceTree = ""; }; D7EC199C7A59ECA81673925BDC15A711 /* GMUPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUPoint.h; path = src/Geometry/Model/GMUPoint.h; sourceTree = ""; }; - D84F6EF3E9DC18213F9142E0864BA27A /* Capacitor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Capacitor-prefix.pch"; sourceTree = ""; }; D88493CEC7E5D7F024A889D81CDADA25 /* GDTCORFlatFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORFlatFileStorage.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h; sourceTree = ""; }; D89AF76B88FDADC1E9E7966A8DB1D99F /* FIRMessagingCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinStore.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinStore.m; sourceTree = ""; }; - D8D51B1CFCA92E724411691C38539E9F /* CAPPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPlugin.m; path = Capacitor/Capacitor/CAPPlugin.m; sourceTree = ""; }; - D93B0176E57105DB96617C96B71C0465 /* Data+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Data+Capacitor.swift"; path = "Capacitor/Capacitor/Data+Capacitor.swift"; sourceTree = ""; }; D987545F2281691C51F966C517B5B776 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; - DA0998E610520B65112289915E5D0F5E /* CapacitorDevice.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorDevice.release.xcconfig; sourceTree = ""; }; - DA4412BA04DCAB658B3328D0905683F8 /* GoogleMapCameraConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GoogleMapCameraConfig.swift; path = ios/Plugin/GoogleMapCameraConfig.swift; sourceTree = ""; }; - DA99161B098D9A2CB7EBEA7AD14BF295 /* NSDictionary+CordovaPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+CordovaPreferences.m"; sourceTree = ""; }; + DA2511D375BB45125CD5E14A4AE8A97D /* CapacitorPreferences.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorPreferences.debug.xcconfig; sourceTree = ""; }; + DA5DAE73316875279320E9122D398861 /* CapacitorCamera.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCamera.release.xcconfig; sourceTree = ""; }; DB5863CFC51209FE3B47308E74AE69F0 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; DBCE2E04A3DF7FC01494BF25A219B1D4 /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; - DBDE9ECD6728FBB00EA29799D2F080E3 /* CapacitorPreferences.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorPreferences.modulemap; sourceTree = ""; }; - DC16F0918DEB3EF64D673EA84DF72C04 /* CapacitorHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorHaptics-prefix.pch"; sourceTree = ""; }; - DCE16A036B99B2E0CABEB315DCFA151F /* AppDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC0C1E3898B5F0F69FB991ED4EAF3195 /* CDVPlugin+Resources.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CDVPlugin+Resources.h"; sourceTree = ""; }; + DC33B57EB91A52EB7F296D4AEF8EBC46 /* DialogPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DialogPlugin.h; path = ios/Plugin/DialogPlugin.h; sourceTree = ""; }; DCF297322FF32928C835C4EAFDA77969 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; DDC9EAEDCBA8D6B197D2AE1D6CDF3E74 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; DE3391957E438E8A86272BF666541E98 /* GMUClusterAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUClusterAlgorithm.h; path = src/Clustering/Algo/GMUClusterAlgorithm.h; sourceTree = ""; }; DE3A3B58866026BB88D635B5B4755D94 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; + DE8E9901F87497CEA005719C44542384 /* CapacitorBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorBrowser.modulemap; sourceTree = ""; }; + DE920F709C389F5343A4A26D86E740DE /* HapticsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HapticsPlugin.h; path = ios/Plugin/HapticsPlugin.h; sourceTree = ""; }; + DEC4408FB82213AD7AA179C83097B0AA /* Capacitor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = Capacitor.modulemap; path = Capacitor/Capacitor/Capacitor.modulemap; sourceTree = ""; }; DEC71C582EF7314DE18B9F8220E04828 /* FIRMessagingTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenManager.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenManager.h; sourceTree = ""; }; DEEAB09BD9AC1BCFA3C3ADC1F549237C /* GMUFeature.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUFeature.m; path = src/Geometry/Model/GMUFeature.m; sourceTree = ""; }; - DEFE5A2E4925D8E93532B462A7467615 /* CapacitorStatusBar.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorStatusBar.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DEF665FB350A83BD336F8E3F89E70D34 /* PluginConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PluginConfig.swift; path = Capacitor/Capacitor/PluginConfig.swift; sourceTree = ""; }; DF73E12370712204EE3F5839F72FCD46 /* Pods-App-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-App-Info.plist"; sourceTree = ""; }; DFA617C51A86A2368FC1E84DDDFF28F5 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; DFDCBDF909CA36A1AED37DD2F4E7D6D3 /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; DFE6ACD8859FEFD340725E43E88F9DD6 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - E0B968E33C650A32F8200F1C3C36B7C6 /* Marker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Marker.swift; path = ios/Plugin/Marker.swift; sourceTree = ""; }; + E02DC99D20FC9B43238ACE317DE52605 /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = ios/Plugin/Map.swift; sourceTree = ""; }; + E03EBF39674F2137C32853D8A6729B9F /* CapacitorExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorExtension.swift; path = Capacitor/Capacitor/CapacitorExtension.swift; sourceTree = ""; }; + E0BCA22D6C8887BC28380C7B0B704E8A /* CAPPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPlugin.m; path = Capacitor/Capacitor/CAPPlugin.m; sourceTree = ""; }; E0C036873ACFE20399167EBED877E374 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; E0F8045AB35B4ED2629C45936D9A7A05 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; E1674DF5198C0804DE71F9DEA810F8D4 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h; sourceTree = ""; }; E2603BE183697E8A36FA9D27992AA7B1 /* GMUDefaultClusterRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUDefaultClusterRenderer.h; path = src/Clustering/View/GMUDefaultClusterRenderer.h; sourceTree = ""; }; E272FEBAA6DF3B87C4C33F4A8EB80705 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; - E28C0C866D369616951E3518081C5C95 /* CapacitorPushNotifications.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorPushNotifications.release.xcconfig; sourceTree = ""; }; - E298D8EDC93F53356689A11E2EBE0EF9 /* Reachability.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = ios/Plugin/Reachability.swift; sourceTree = ""; }; - E2A927CE59E9A31D58EB1784E3C19F9E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCore; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; E2E39542828F20D42B2F1F26422E261B /* CapacitorShare */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorShare; path = CapacitorShare.framework; sourceTree = BUILT_PRODUCTS_DIR; }; E2ECE94EA223922321A988BACAB4506F /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; - E2FEA3F38B99A6A3CED553C5D6014C68 /* CDVPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVPlugin.m; sourceTree = ""; }; + E2FF7DF33DAF136019612BD3C61F7572 /* SplashScreenConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SplashScreenConfig.swift; path = ios/Plugin/SplashScreenConfig.swift; sourceTree = ""; }; E33C882212528228E73457679BCB5BC7 /* FirebaseCoreDiagnostics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreDiagnostics-umbrella.h"; sourceTree = ""; }; + E35E02022B33EA8A089E61E728F1D7AC /* DefaultPlugins.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DefaultPlugins.m; sourceTree = ""; }; E38897A98DF712C8718B50BD414B278D /* GMUHeatmapTileLayer+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GMUHeatmapTileLayer+Testing.h"; path = "src/Heatmap/GMUHeatmapTileLayer+Testing.h"; sourceTree = ""; }; + E39FFC3E593E1F480F5222044E1C529D /* CapacitorNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorNetwork-dummy.m"; sourceTree = ""; }; E3A60C4F08AAED939F43680E90682F6C /* GDTCORReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h; sourceTree = ""; }; - E3DDAA367051F3510FEE5C165BCE9765 /* NotificationRouter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotificationRouter.swift; path = Capacitor/Capacitor/NotificationRouter.swift; sourceTree = ""; }; E3FAD622CC46F5D40623D5F83149E095 /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h; sourceTree = ""; }; - E4555ED0831A149B0C01F46CD1D92302 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E43F63CB8BF9A8DE0557D2B3E60A0057 /* CapacitorDialog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorDialog-prefix.pch"; sourceTree = ""; }; E46872EC6E83517F997D6F2EC0A6E88F /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - E4B3B3D88148D1B8A02C8C5AD8E4FDEB /* CapacitorGoogleMapsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CapacitorGoogleMapsPlugin.m; path = ios/Plugin/CapacitorGoogleMapsPlugin.m; sourceTree = ""; }; - E4BCB6FFE5EC174848BC8D98B4D6335C /* NetworkPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkPlugin.h; path = ios/Plugin/NetworkPlugin.h; sourceTree = ""; }; + E4B36D1046B88A49C3584B8DBE2BE757 /* NetworkPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkPlugin.swift; path = ios/Plugin/NetworkPlugin.swift; sourceTree = ""; }; + E4DE2E20FD65CCC48989D26F1845CFAB /* CapacitorShare-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorShare-umbrella.h"; sourceTree = ""; }; E527D5504F0B2E09A369FB35E8E2AB09 /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; - E584EB02F837422FA5B8D6763FCEFD5D /* CapacitorGeolocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorGeolocation.release.xcconfig; sourceTree = ""; }; E5881D3A2F299AC50CD5BF462D3E5C64 /* FIRCoreDiagnostics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnostics.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Public/FIRCoreDiagnostics.h; sourceTree = ""; }; E599D37AA2E58F8EA83E62ADE664610A /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; - E5EEBDC9DCD44C705F9C0755DA66894B /* CDVAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVAvailability.h; sourceTree = ""; }; E62DD70B4130DBB5B674CBFF5B2E5DD2 /* GMUGeometryRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUGeometryRenderer.h; path = src/Geometry/GMUGeometryRenderer.h; sourceTree = ""; }; + E635E754CC09D6CDEBA5405759728498 /* NotificationHandlerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotificationHandlerProtocol.swift; path = Capacitor/Capacitor/NotificationHandlerProtocol.swift; sourceTree = ""; }; + E658605B17CE7435073E43C5DAFFC0A1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; E66EA66B681C5C29013EB496D6E0028E /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.h; sourceTree = ""; }; E68CE7CA024BDE066DAA6D25CC58B247 /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; E697C23CABF4ACC966FFB11EAF541A0C /* Firebase.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.debug.xcconfig; sourceTree = ""; }; E69911FBF49B9060FC60624DB15988ED /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; + E6F082CB693EDCDBEED4BBBED2AE38DB /* native-bridge.js */ = {isa = PBXFileReference; includeInIndex = 1; path = "native-bridge.js"; sourceTree = ""; }; + E70A916B81B45BFA3F03706883C5966A /* CapacitorSplashScreen-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorSplashScreen-umbrella.h"; sourceTree = ""; }; E79EFE31D0832F3869C6E2CA7C8D4E52 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; + E834720F194686E2EE8C3EEC41534FB3 /* CapacitorShare-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorShare-Info.plist"; sourceTree = ""; }; + E8646987002321FB27800BCD46918A59 /* WebViewAssetHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebViewAssetHandler.swift; path = Capacitor/Capacitor/WebViewAssetHandler.swift; sourceTree = ""; }; E8CE473C2120AF73DB7633892E7BC1A3 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; - E8FA6B47490CBFCFCC8E201088D0A750 /* KeyboardPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardPlugin.h; path = ios/Plugin/KeyboardPlugin.h; sourceTree = ""; }; + E8CF560547969F6F45C57073656B33C4 /* CapacitorPushNotifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorPushNotifications-prefix.pch"; sourceTree = ""; }; E911D924C24086FB8AB2B56A8A3E4DA4 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - EA46F5F32429E11D686FE21184B73E8E /* CAPWebView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPWebView.swift; path = Capacitor/Capacitor/CAPWebView.swift; sourceTree = ""; }; + E9571EE2C2BC520C8DDCB27ECAF1AABA /* CapacitorNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorNetwork.debug.xcconfig; sourceTree = ""; }; + EA2F9AB1F8DCF3B01837565A3410652B /* BrowserPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BrowserPlugin.h; path = ios/Plugin/BrowserPlugin.h; sourceTree = ""; }; EA564192B6A8BDED2EAA28C297450AA3 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; EA96BE71850FB019C2E65DAA4D6D1C00 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; EABF1580F3A84D1B6897D07A14FC8B88 /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; EABFB00AF947C55E8F76AD3B83DD0385 /* FIRMessagingConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingConstants.h; path = FirebaseMessaging/Sources/FIRMessagingConstants.h; sourceTree = ""; }; - EB132B57AA391A141709FF90A9CEE6FE /* CapacitorCamera.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorCamera.modulemap; sourceTree = ""; }; - EB275E1F7FE66223693F4144EC70B304 /* Browser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Browser.swift; path = ios/Plugin/Browser.swift; sourceTree = ""; }; + EAE353A85459C20F808C4CF8733187B7 /* CapacitorNetwork-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorNetwork-Info.plist"; sourceTree = ""; }; EB4EE6AB3144F49681A2A7E17E7FD7E8 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h; sourceTree = ""; }; EB7FF399CCE21C1112E282EC7FEBD152 /* GULNetworkInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkInfo.m; path = GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m; sourceTree = ""; }; + EBB83E1315E5AF9A4318B27A830069B5 /* SplashScreenSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SplashScreenSettings.swift; path = ios/Plugin/SplashScreenSettings.swift; sourceTree = ""; }; EBC659FF7182829FEF6F7F9916F7D145 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; - EC07C931BFA80B45E24C197F2FABDC01 /* CDVPluginManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVPluginManager.m; sourceTree = ""; }; EC0CBEEC43B53ABE185048539164E0AF /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; - EC962908463339D4948CCD64BAEE7F69 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - ECFA24A893398B7F6CF09AC09F1A9D61 /* WebViewAssetHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebViewAssetHandler.swift; path = Capacitor/Capacitor/WebViewAssetHandler.swift; sourceTree = ""; }; ED1315F75D9043829692916A54DA9F10 /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; ED246B3A522B07C2B103B97B9B1DE8E3 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; ED26B9C6A183F27CA47E79B6A2D6B1AC /* FIRMessagingContextManagerService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingContextManagerService.m; path = FirebaseMessaging/Sources/FIRMessagingContextManagerService.m; sourceTree = ""; }; ED46B8D235E80F94354DBED0190D7730 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; + ED5586CFF84F9A467478817B84196A0B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + ED5D6152E5706CB93E2B107998756E0F /* CapacitorPreferences.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorPreferences.release.xcconfig; sourceTree = ""; }; ED6DB7944DB81B8DAD283DFF945DB937 /* GDTCOREndpoints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREndpoints.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m; sourceTree = ""; }; EDA7B33F36191D582882D3C2B44185BD /* GMUKMLParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUKMLParser.h; path = src/Geometry/GMUKMLParser.h; sourceTree = ""; }; EDF59E81B4A7D7110286C444C195FAB1 /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; EE0407D0105C129389BFBE9F88121F76 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - EE1949D67D2975AD1567E12240F1F2ED /* DevicePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DevicePlugin.swift; path = ios/Plugin/DevicePlugin.swift; sourceTree = ""; }; - EE719BEBB190B19691806158F0241B0B /* CDVWebViewProcessPoolFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = CDVWebViewProcessPoolFactory.m; sourceTree = ""; }; + EE2631C4EF154C051902932BE032D2B7 /* CordovaPlugins.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CordovaPlugins.modulemap; sourceTree = ""; }; + EE59F379D5604FF8A0C9835250139929 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + EE74921E1CCFDD3EC50484954CC55340 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + EE77B8B8A5C02DBC9C5359E8A0A4941A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + EEA3EE0566BB29EF32F327CFB7DFB312 /* CAPWebView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPWebView.swift; path = Capacitor/Capacitor/CAPWebView.swift; sourceTree = ""; }; EEFC0FEE5E5133BC564FE9CCECF03A4C /* GoogleMaps.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = GoogleMaps.bundle; path = "Maps/Frameworks/GoogleMaps.xcframework/ios-arm64/GoogleMaps.framework/Resources/GoogleMaps.bundle"; sourceTree = ""; }; - EFC51F24868FC3E35F35C8593F46B243 /* CordovaPlugins.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CordovaPlugins.debug.xcconfig; sourceTree = ""; }; + EFE0C18C4B5377395273F85BFEEFBB5E /* Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Network.swift; path = ios/Plugin/Network.swift; sourceTree = ""; }; F07273D6B447154BDF617077F62E6871 /* LatLngRadians.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LatLngRadians.swift; path = src/GeometryUtils/Internal/LatLngRadians.swift; sourceTree = ""; }; + F07A73E972029FB2FEA1A96BA8336C71 /* CapacitorHaptics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorHaptics-umbrella.h"; sourceTree = ""; }; + F0C33EF29AEC6E87E6407852B7E75501 /* CapacitorBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorBrowser.debug.xcconfig; sourceTree = ""; }; F0C48F8F66BD3D38C60BEDA57C67886D /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; + F139C66040825ABE0BD79CAECE0ECAEC /* PreferencesPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PreferencesPlugin.h; path = ios/Plugin/PreferencesPlugin.h; sourceTree = ""; }; F13D7C6022B19C1919813208FF881848 /* GMUPlacemark.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUPlacemark.m; path = src/Geometry/Model/GMUPlacemark.m; sourceTree = ""; }; F18C0CC31933096788881F3D04F242EE /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; F19B2A1BDAA55346A58E623FCD24A5B6 /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; + F1AD6B701985E6B2671629C84B3EC7C0 /* CapacitorSplashScreen-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorSplashScreen-Info.plist"; sourceTree = ""; }; F1BD65B1AF511236D3D09A8E24686D7F /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; + F20D034B408A4B6B709729C36DE1853D /* CapacitorShare.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorShare.modulemap; sourceTree = ""; }; F21BE4763CC259CBF39B861AB92BFB0A /* GMUPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMUPair.m; path = src/Geometry/Model/GMUPair.m; sourceTree = ""; }; F294A0FC9F6533BF32C22C193A335C65 /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; - F2B92F34CE1D75B23F0D4BEB966055D1 /* CAPBridgeDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeDelegate.swift; path = Capacitor/Capacitor/CAPBridgeDelegate.swift; sourceTree = ""; }; F2E277364AF02E7262E3BB8AF583F74B /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; + F2F8FA2C2E31E5DD5868E27DBEA2C923 /* CapacitorGoogleMaps.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CapacitorGoogleMaps.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F306878CA815EFF7556192E33491B6AE /* PreferencesPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PreferencesPlugin.m; path = ios/Plugin/PreferencesPlugin.m; sourceTree = ""; }; + F328234C34022FD8127E2DF90FAFF3F9 /* CapacitorStatusBar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorStatusBar.modulemap; sourceTree = ""; }; F347EDA948D27A8E45F56F4D8AE0CDCD /* Google-Maps-iOS-Utils.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Google-Maps-iOS-Utils.release.xcconfig"; sourceTree = ""; }; + F372D643A5D5B0FCE0B74D44F7903069 /* CapacitorKeyboard-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorKeyboard-Info.plist"; sourceTree = ""; }; + F3A705AF7D99EF8A3B86D2DD61FA5EB8 /* Polyline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Polyline.swift; path = ios/Plugin/Polyline.swift; sourceTree = ""; }; F3C0E62E847D217C77DBBF05E079FBA8 /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; - F3F9F0DDE45D82D8DE733004E89B4D11 /* CapacitorBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorBrowser-prefix.pch"; sourceTree = ""; }; + F3E54E9405E5994A0869184252954990 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + F43282CFDC2701785D879967CCC585F9 /* StatusBarPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StatusBarPlugin.m; path = ios/Plugin/StatusBarPlugin.m; sourceTree = ""; }; F46062953612CD0BFA31539C6805F072 /* GDTCORFlatFileStorage+Promises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCORFlatFileStorage+Promises.m"; path = "GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage+Promises.m"; sourceTree = ""; }; F489EA5E69819E0162533D79E47D951A /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; F4C085F795440202E0C20210B50ED0BB /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - F526B840328164C21775497885CA9B14 /* SplashScreenPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SplashScreenPlugin.swift; path = ios/Plugin/SplashScreenPlugin.swift; sourceTree = ""; }; F588E98463100CADFEA959492AD49CDB /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; - F5B62E488CEAFB53378E83A367529A9F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F6B719B96683DF524542869BA280E32E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + F62BEA1D5FB84E73EAB801D2386D72F6 /* PushNotificationsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PushNotificationsPlugin.m; path = ios/Plugin/PushNotificationsPlugin.m; sourceTree = ""; }; + F6A601DC1388AFB7DD8FAFD0C684A6C7 /* CameraPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraPlugin.m; path = ios/Plugin/CameraPlugin.m; sourceTree = ""; }; + F6D53368A27C2BF3D86A0D944522FC17 /* DialogPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DialogPlugin.swift; path = ios/Plugin/DialogPlugin.swift; sourceTree = ""; }; F7674614244D4908E6C3EED7B519B428 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; F7C0F481932F41342EAAD4301F8F2A87 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; F7CF8F92283608734994BD2F4863B895 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - F7E0200431EB37DBE819A7835353FFC4 /* Capacitor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Capacitor.modulemap; sourceTree = ""; }; F7ECFAD65FAA3B0BA9A55BB4FC3C7AFF /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h; sourceTree = ""; }; F80A54B1B5FF1778A6E49040B28E5FC8 /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; F815A563567D03210B0DFEA08B9D1605 /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; F850AA6AFDDAD0AE8E745C2D01D54CB2 /* FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstallations-Info.plist"; sourceTree = ""; }; F884DC956E91BBB7119B994CD9098371 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - F959203F39355038C7ACF5B5D42368F5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + F99F99F026C9DB8A78C80826F7E54C82 /* Capacitor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Capacitor.modulemap; sourceTree = ""; }; F9C793B1753958BFFF79BAC25F9B7D2C /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; - FA75B1F75E243776720AEBE5978FA7FD /* CapacitorGeolocation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorGeolocation-dummy.m"; sourceTree = ""; }; - FB0522BA8C9DE0DA0DDF8AD9621E60E9 /* Capacitor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.release.xcconfig; sourceTree = ""; }; + FA40A536933349866A45AAFE2B9D8B3E /* CAPFile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPFile.swift; path = Capacitor/Capacitor/CAPFile.swift; sourceTree = ""; }; + FB383BCBB023A139FD483C8902078981 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; FB40AD1D521C7F4716DEDCF00BCDFB2E /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h; sourceTree = ""; }; + FB51A017AA00B5BEAC39429E794FA311 /* NSDictionary+CordovaPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+CordovaPreferences.m"; sourceTree = ""; }; + FB5DD69AEBD693D8E8AABF690D39DB70 /* CapacitorHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorHaptics-prefix.pch"; sourceTree = ""; }; FB870CDC5B632160EDC99EF807EE927C /* GMULineString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GMULineString.m; path = src/Geometry/Model/GMULineString.m; sourceTree = ""; }; FBABB43B87C410FC93953B6B705AB7B9 /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; - FBC609B16DBF17A1ADA59DD1FAF77A22 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; FC189B8A5E6B2063AD8CB957A3A45B47 /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; + FC315946E7E95444346E58EF736A999D /* UIStatusBarManager+CAPHandleTapAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStatusBarManager+CAPHandleTapAction.m"; path = "Capacitor/Capacitor/UIStatusBarManager+CAPHandleTapAction.m"; sourceTree = ""; }; FC3C51E093C65FE0B50CB9C6E8AF12D0 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; - FC5CB73A7BA103B5091EF0A0A53DADBC /* PluginConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PluginConfig.swift; path = Capacitor/Capacitor/PluginConfig.swift; sourceTree = ""; }; FC6B3E78DC6F3EC4ABA0BBBBC1088BAB /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; FC6EE3B57D7EF75C22A90E573BEFA8ED /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; FC9610BC02257007E4604725FEAF5A5E /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; FCD2AEB21B75DC72A97634AD53D0A484 /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; - FD67A796E6D505D2E4F869B184DDC945 /* NotificationHandlerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotificationHandlerProtocol.swift; path = Capacitor/Capacitor/NotificationHandlerProtocol.swift; sourceTree = ""; }; + FD93A4EAD4EB924737E8F8C34B30F589 /* CapacitorDialog-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorDialog-Info.plist"; sourceTree = ""; }; + FD9B0A2CC6E0649E3086DBD16FCE754F /* CordovaPlugins-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CordovaPlugins-umbrella.h"; sourceTree = ""; }; + FDE2A11E8C8F0592FFDD9D5F6C0F8B86 /* CapacitorGoogleMaps-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorGoogleMaps-dummy.m"; sourceTree = ""; }; FE796D27BB599ADBAADCE300C59CDF00 /* Pods-App-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-App-umbrella.h"; sourceTree = ""; }; FECE4EE1CBE5DF66757E93A37509DD48 /* GMUGeoJSONParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMUGeoJSONParser.h; path = src/Geometry/GMUGeoJSONParser.h; sourceTree = ""; }; FEFAC3772A12AC0594FE1CFECDE95C1E /* FIRMessagingTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenOperation.m; sourceTree = ""; }; + FFC7517E334ABCC738D946107F1CFA1E /* CapacitorCordova.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCordova.debug.xcconfig; sourceTree = ""; }; + FFDB72192A1FA075294F3710CBCDEC54 /* CDVCommandDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CDVCommandDelegate.h; sourceTree = ""; }; FFDED0BECD36B54F8015C01F486C34E7 /* GoogleMaps.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleMaps.release.xcconfig; sourceTree = ""; }; - FFEB150A441212A9E6ABD072C455F835 /* JS.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JS.swift; path = Capacitor/Capacitor/JS.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -2240,37 +2244,36 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0AB60DCFB4C4BC5F11C9C39B77A7EF77 /* Frameworks */ = { + 0BFB73F34FDC31CBDC847A985E6AB460 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6141F319477F1EE2ECF57EF5329FEAE9 /* Foundation.framework in Frameworks */, - BA16FD2C8D44AB584DE34D7498EC66E6 /* Security.framework in Frameworks */, - 2FD83393675700DB047E6998BDD93C2C /* SystemConfiguration.framework in Frameworks */, + 1D8180F85D33A40D85D8787C893939F3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0BFB73F34FDC31CBDC847A985E6AB460 /* Frameworks */ = { + 11D5E82E7EE6FFCF79567DBDBF14036E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1D8180F85D33A40D85D8787C893939F3 /* Foundation.framework in Frameworks */, + CC5E01D87AB4D33E2CAEE531BCE2EBC4 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 11D5E82E7EE6FFCF79567DBDBF14036E /* Frameworks */ = { + 135E94AB35CE02F2C3167E8CDBF880DC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CC5E01D87AB4D33E2CAEE531BCE2EBC4 /* Foundation.framework in Frameworks */, + 0D8BFF99FD81F3437258889F5ED697FD /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 128EA921462262B315A455C08649DE65 /* Frameworks */ = { + 1A7C5E9DD277E8AE8DB8FD3D1B66AF90 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5882EC2DA5D6A29BD9A55A39DD24050A /* Foundation.framework in Frameworks */, + 90BE8D722ABB0083180EA025CB9D9ED2 /* Foundation.framework in Frameworks */, + 878BB35D2D35B4EE308026309FDE0DED /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2282,20 +2285,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 27816538FB993415A3FC2014E0CC211D /* Frameworks */ = { + 28901D95896E6B1E38ADE3F5673EFF35 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8F7C317859DC520653FF1A6E9BA28CCE /* Foundation.framework in Frameworks */, - 53C5069594B4090D7F8C0765910A9933 /* Security.framework in Frameworks */, + 59EA2C1000890C88F2945F1E51590E4C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 28901D95896E6B1E38ADE3F5673EFF35 /* Frameworks */ = { + 30B65221350086E174E3C4D7F0CD3E66 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 59EA2C1000890C88F2945F1E51590E4C /* Foundation.framework in Frameworks */, + 01EF1E2618D5C39777614467F40EB7F6 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3923A15033E9CB72C003DC6281FD25AE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 7B314127FA981724855AD5F6CAA3A713 /* Foundation.framework in Frameworks */, + D2D0E3C8FE9B688A1C5A9712F688A71A /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2307,6 +2318,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 46E401A57D9BF3996C45E392058C6717 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 51C797CFE2F73D373A7553B515DC7FD4 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5660EEE242726A078B9C3743CAEF904D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2315,6 +2334,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 57BA5E15A255B2FEC09F9D7C1C5925D8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 078F39CD93A2D370223C66CDC32C51A7 /* Foundation.framework in Frameworks */, + EFECB2728595F3BF3467BF7BF4E68E4F /* Security.framework in Frameworks */, + 8BF34607531BDBCBBB6A4B079D1E2CF6 /* SystemConfiguration.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 624208343F907A9B1D651FE638148D22 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2347,20 +2376,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7E46DF4D8ECC65FD823DD8D322BE35BC /* Frameworks */ = { + 7F323DAACC9F1F4D3AB1D7C48C827B64 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 715C51BF66B0D25E2C49EE19C6759352 /* Foundation.framework in Frameworks */, - 3AC5F70501C483A2B884D4C4FB29D5D8 /* SystemConfiguration.framework in Frameworks */, + D1BDCAED7F41E900026B073887A71E3D /* Foundation.framework in Frameworks */, + AD6DCBD0669EF2DFB488D03AEDB96C93 /* WebKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8B66EFB4CA48C560D0E66DA17DD86C0B /* Frameworks */ = { + 877CD8492AD5514AD96D64E38DA8A459 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 48990253A7D0FC9D7747BAF8E2441A5C /* Foundation.framework in Frameworks */, + 33BEA286DCA10CAB6FA8DEC33ABD6D25 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2372,29 +2401,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8C984CB60C2DB1D614F3409626306375 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 404EBF9F7F9618406ACE86AE1A38A493 /* Foundation.framework in Frameworks */, - C493CAC4B9F0DF7CFDC58E545AA95F3D /* Security.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AD9BBAB1DF84DC65D286432842C0B75E /* Frameworks */ = { + BDA5DBF809FB738CC3ED57D8BC719061 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 015BFD2102D6364AF859D463153D12E1 /* Foundation.framework in Frameworks */, + 325FDED9500634AB10540B2B69FE24EC /* Foundation.framework in Frameworks */, + 699035CF5544706BFA089A8EE93712D5 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C207122D43A4DC1B333A2DCED36C029E /* Frameworks */ = { + C31CC6A0441710C81F2C43E7322216DA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A66809CCBBCE4BC0A14A442AB7AA002C /* Foundation.framework in Frameworks */, - 46A45480ACD00FEEBB2904326613A5B9 /* UIKit.framework in Frameworks */, + B58FA21F49D2FEB8DCD97CAD8D2DD415 /* Foundation.framework in Frameworks */, + 1085FCC30B5D92EAFD620734F2AA5CED /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2406,11 +2427,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C8CF2E82E191C986A9C9336B1DE4FB99 /* Frameworks */ = { + C8EA10FF7D3BCD4912C663102203F3E1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9CD3937B3B801FAB96D27305B631C501 /* Foundation.framework in Frameworks */, + D432D6321C7090B109C6EF40A3496348 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2422,15 +2443,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D773ABF6E451A1CC6741B45E584E9968 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - A9A48145F98A461E5D8B676F5AAB19F2 /* Foundation.framework in Frameworks */, - B4C74BD4E7FD04E47C6755352CC408F1 /* WebKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DA6AD4BB0D9695EF69E8CD8E1230C2E5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2447,36 +2459,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E9112AE8F0A98B3661A2BAFB56FCDD9D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 767D98A06800B9094FFDA4AA0791FCEF /* CoreTelephony.framework in Frameworks */, - F827D4EBD47B0368AE78C1AF8D69AB9C /* Foundation.framework in Frameworks */, - D57EA2A2AD40E8F3F306AF119FBB5C0A /* SystemConfiguration.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F13E54717A89206AE0AE230DB02956F0 /* Frameworks */ = { + EC153F140EA9CA75FF30651A003D4F1F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2BE429969A7D6310E1192F6E7ED63AEB /* Foundation.framework in Frameworks */, + 487CB9FE472BA82C008DD95CB0EDBBC4 /* CoreTelephony.framework in Frameworks */, + AA03B8BF880CB5CD593325D4290FC335 /* Foundation.framework in Frameworks */, + 8FF961EF9E5A3FCFE833FB6F0FD05BDC /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 006CBFFE1ABA2C27ECAE2DA3AD097ABB /* Pod */ = { - isa = PBXGroup; - children = ( - C9241BEB4E10314C535445A31492A440 /* CapacitorCordova.modulemap */, - 7607238733BAF74CE96394F663E954A7 /* CapacitorCordova.podspec */, - ); - name = Pod; - sourceTree = ""; - }; 08789E5605D2A922BB31AF5DD5F52E4E /* UserDefaults */ = { isa = PBXGroup; children = ( @@ -2486,20 +2481,6 @@ name = UserDefaults; sourceTree = ""; }; - 08BD8509CE9A08D9EE826B6EC184750C /* CapacitorHaptics */ = { - isa = PBXGroup; - children = ( - A387F5FA4883AF55C582E12C22F838E0 /* Haptics.swift */, - 64C78B4D84B7CE3866489477388CC358 /* HapticsPlugin.h */, - 2DFDC7C7FDF66C173731EE7822BDAB1D /* HapticsPlugin.m */, - 384A1E76964BD084B2063AAFFD2D4EF1 /* HapticsPlugin.swift */, - FC5F54960DFC8AB56F75FC50244EE747 /* Pod */, - 5A24855357C07153D93021DFD36DE921 /* Support Files */, - ); - name = CapacitorHaptics; - path = "../../../node_modules/@capacitor/haptics"; - sourceTree = ""; - }; 09F96AB51D9E604FE2F1322E964B440E /* nanopb */ = { isa = PBXGroup; children = ( @@ -2518,24 +2499,31 @@ path = nanopb; sourceTree = ""; }; - 0B810E6D0500343B44079B3E2D797AF9 /* Pod */ = { + 0EF380D777138D04A1C156EF65628AF1 /* Support Files */ = { isa = PBXGroup; children = ( - 9B786AEA3DC50A9FFC5FF666881909F4 /* CapacitorGeolocation.podspec */, - 503D91A91FD3CBBE14D3D0D11E907C31 /* LICENSE */, - F959203F39355038C7ACF5B5D42368F5 /* README.md */, + 78766D7E04851F76E1C4EAB32DFF4B52 /* CapacitorCordova.modulemap */, + 6A192C6A1B58CA50AB442D1C9A09C255 /* CapacitorCordova-dummy.m */, + 188AB23BF54FC3E2C6FBA6D3A7376CDA /* CapacitorCordova-Info.plist */, + 96E8C453D7A2DB78E69C87AF66056A8A /* CapacitorCordova-prefix.pch */, + FFC7517E334ABCC738D946107F1CFA1E /* CapacitorCordova.debug.xcconfig */, + C73B42440801BA88B1098596EC520A04 /* CapacitorCordova.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorCordova"; sourceTree = ""; }; - 0EBA6FF6327C1F5DF16BEC570D70C4AA /* Pod */ = { + 107B94BD00C0DCBC9DED5C9FCDD74BE2 /* CapacitorCordova */ = { isa = PBXGroup; children = ( - B25BE1C7B394B5C1D4D277F5DAB0ED21 /* CapacitorDialog.podspec */, - EC962908463339D4948CCD64BAEE7F69 /* LICENSE */, - E4555ED0831A149B0C01F46CD1D92302 /* README.md */, + 636725193EC003737F2B8F46AA4F74B9 /* CapacitorCordova.h */, + 6AD6F6D800CCC7F7E7B080A957BED3BB /* PrivacyInfo.xcprivacy */, + 895DBE6366583B2D8C5F7BAD0B7818FC /* Classes */, + 3B40AAD16BA0D0BB210F2DEBFFA43E9B /* Pod */, + 0EF380D777138D04A1C156EF65628AF1 /* Support Files */, ); - name = Pod; + name = CapacitorCordova; + path = "../../../node_modules/@capacitor/ios"; sourceTree = ""; }; 116743488705FE47FAE2577761368153 /* Heatmap */ = { @@ -2553,63 +2541,6 @@ name = Heatmap; sourceTree = ""; }; - 14DC83A24CCF3CA9DDBCDAF364E8AF06 /* Pod */ = { - isa = PBXGroup; - children = ( - 7B27219104A944D5E338BDFB6FBD1C3E /* CapacitorGoogleMaps.podspec */, - FBC609B16DBF17A1ADA59DD1FAF77A22 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 17F70C40694215421AB1C61BDA1A9F18 /* Pod */ = { - isa = PBXGroup; - children = ( - BB8FEB20809524B40466FA96C06055CD /* Capacitor.modulemap */, - 4B892FDF6049862CE6BD3286C005BF5F /* Capacitor.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 183AC949759998FBDAC39D7E3F8A2BFD /* CapacitorPreferences */ = { - isa = PBXGroup; - children = ( - 2A33ABB8E937D2D3C0CB3E1725505040 /* Preferences.swift */, - 69542F2CF188B12E8B9417D0BAA7D956 /* PreferencesPlugin.h */, - 60F441FF5553A1CAE34638BDB10F1BA0 /* PreferencesPlugin.m */, - 55C26D3DA598BD7BA09CB616404FAAED /* PreferencesPlugin.swift */, - 22AE402C32C71520EC11A983EF28AFCF /* Pod */, - BF66D2006CD563891E007106C81C0273 /* Support Files */, - ); - name = CapacitorPreferences; - path = "../../../node_modules/@capacitor/preferences"; - sourceTree = ""; - }; - 18BE8B5E0C1499B0054A54707DA64F87 /* Support Files */ = { - isa = PBXGroup; - children = ( - D632E878B5714643EBCFDC73C8CE1AF3 /* CapacitorGeolocation.modulemap */, - FA75B1F75E243776720AEBE5978FA7FD /* CapacitorGeolocation-dummy.m */, - 7224DD97D6028208789F748D7C748112 /* CapacitorGeolocation-Info.plist */, - 62697454C71D5A4F627E06BE36AFB8CF /* CapacitorGeolocation-prefix.pch */, - 3AE7B66B9F815E4287F5E852458F8DB2 /* CapacitorGeolocation-umbrella.h */, - 30541C548A1F705B723D1D3B50B04EB4 /* CapacitorGeolocation.debug.xcconfig */, - E584EB02F837422FA5B8D6763FCEFD5D /* CapacitorGeolocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorGeolocation"; - sourceTree = ""; - }; - 18C50C431C74407CBB3B10A55CA67B6E /* Pod */ = { - isa = PBXGroup; - children = ( - BA65DA1F9C8DB172CA7B3EC5C5C141AA /* CapacitorShare.podspec */, - 39CACBF761BDFD2FE980F6E60C79EB68 /* LICENSE */, - 15635133AA7547A9BEEE7ECCEC9F57F8 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; 190A8FEDF2B9A72E33E827B68A09324E /* Pods-App */ = { isa = PBXGroup; children = ( @@ -2657,12 +2588,12 @@ path = "../Target Support Files/GoogleDataTransport"; sourceTree = ""; }; - 22AE402C32C71520EC11A983EF28AFCF /* Pod */ = { + 1F6F541B5E08EE3E2D37D1DD0F5875A7 /* Pod */ = { isa = PBXGroup; children = ( - 66C69D149AB3DDB85AD34E1DA95BF393 /* CapacitorPreferences.podspec */, - 55B33F71169388131E0CBDBB34086F75 /* LICENSE */, - 0B8DECA4A4F02BCA2E18346BC809BF1D /* README.md */, + 173A910675F8112E9FF73BA18B3AE64B /* CapacitorGeolocation.podspec */, + FB383BCBB023A139FD483C8902078981 /* LICENSE */, + 5ACEC0F3E3D02A3CAC9D89E9A6C234C5 /* README.md */, ); name = Pod; sourceTree = ""; @@ -2685,78 +2616,81 @@ name = Network; sourceTree = ""; }; - 2755A42D8450B255677775DA91EC392D /* Capacitor */ = { + 2368AD70B4AB4D8FC3F5A40179A49F0F /* Pod */ = { isa = PBXGroup; children = ( - 9BD213EAF844CCD0BED566E2D1CF45C3 /* AppUUID.swift */, - 3E8B098F738A769DF14EEE284004422E /* Array+Capacitor.swift */, - 35B51C9151D1EC87F24A616EDAFC46C5 /* Capacitor.h */, - 18976FA804486E69298783F944BD61A3 /* CapacitorBridge.swift */, - A986C3C9824CDD5114CF6185C961B285 /* CapacitorExtension.swift */, - 1384DFB0FB2512BAFF6D358B8223BEE5 /* CAPApplicationDelegateProxy.swift */, - 3D4FDA70F7F4F38D36D24F595C2E677B /* CAPBridge.swift */, - F2B92F34CE1D75B23F0D4BEB966055D1 /* CAPBridgeDelegate.swift */, - D4D7A7EC5C4C48865D06323AB0B799A9 /* CAPBridgedJSTypes.h */, - 603E10C66AF42F9372722A681A41A458 /* CAPBridgedJSTypes.m */, - 10ECA3088D722F126CB7751D9F14F4A0 /* CAPBridgedPlugin.h */, - 45474A01893723202A1F74C223D88FA7 /* CAPBridgedPlugin+getMethod.swift */, - C5D4F9F775D03CC986321F42B143210D /* CAPBridgeProtocol.swift */, - 574F9158066339495D64F62B7A6C07A3 /* CAPBridgeViewController.swift */, - 67D277AF9D9607AD657336759B83A973 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */, - AA02C9E3FB74B8EBC816575E6C332330 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */, - 78C61FD613C742C11F3D4B7686AC6D13 /* CAPFile.swift */, - CD6F7B6C1E8DCA9FD32F42F9F1944AD2 /* CAPInstanceConfiguration.h */, - 849668D3714D7779A3C0124D08715E4D /* CAPInstanceConfiguration.m */, - 50ADAD35E25DC96BC6536DFEB257F01F /* CAPInstanceConfiguration.swift */, - 186F53E16B0CC3D71B4A71198C9BBA82 /* CAPInstanceDescriptor.h */, - 49646CFE66F81D917045755D78F66B8D /* CAPInstanceDescriptor.m */, - 11B0BA01626C868417F041D4DBDF8B0A /* CAPInstanceDescriptor.swift */, - 56E16375BE1706578A6B2ED468156E54 /* CAPInstancePlugin.swift */, - 32904C3BC51A00E6C34BC529E90C8A5C /* CAPLog.swift */, - 10AD76F60C6569DA0D9BFC4B6E51F874 /* CAPNotifications.swift */, - 29EE3AA4ED5F0B737D58B0915199416B /* CAPPlugin.h */, - D8D51B1CFCA92E724411691C38539E9F /* CAPPlugin.m */, - 9A763A4801076756B239C8614A4DD22B /* CAPPlugin+LoadInstance.swift */, - 3BFA6B5053361A324A409E036ECDF719 /* CAPPluginCall.h */, - BDECF063F47802DAAE10CA7F0E434EE0 /* CAPPluginCall.m */, - 3F99F4EAE793C6C4DD0D1D34E1210E4D /* CAPPluginCall.swift */, - B75BD5D612D1994CAECF9029E5DAF169 /* CAPPluginMethod.h */, - 39F63D676D6BD99936180AF8E88A9F69 /* CAPPluginMethod.m */, - EA46F5F32429E11D686FE21184B73E8E /* CAPWebView.swift */, - D93B0176E57105DB96617C96B71C0465 /* Data+Capacitor.swift */, - 5787D3F975587FDBE64B40AAB7360F72 /* DocLinks.swift */, - FFEB150A441212A9E6ABD072C455F835 /* JS.swift */, - C6DFEE1D2CA17D2BF9911018272A1F7A /* JSExport.swift */, - 669F66F137802F1C9BBFC605AF2483E6 /* JSTypes.swift */, - AE55B72F7CDF34090EF137044F3C42DB /* KeyPath.swift */, - 0075E8D4D9AF101ACD626DC026EF4E23 /* native-bridge.js */, - FD67A796E6D505D2E4F869B184DDC945 /* NotificationHandlerProtocol.swift */, - E3DDAA367051F3510FEE5C165BCE9765 /* NotificationRouter.swift */, - BEFDCAA82564758957F2FEB312EB467B /* PluginCallResult.swift */, - FC5CB73A7BA103B5091EF0A0A53DADBC /* PluginConfig.swift */, - 4D13398FE246524289EFD12B004F339E /* Router.swift */, - B8D4A079D039E57D6F962385049FDAEB /* TmpViewController.swift */, - 4D3A7163037BF67BDCF662E5E0D5F2D5 /* UIColor.swift */, - B0B4C048DF211F34472A8BD993AC503A /* UIStatusBarManager+CAPHandleTapAction.m */, - ECFA24A893398B7F6CF09AC09F1A9D61 /* WebViewAssetHandler.swift */, - 2D6BCCE951F4A790245C752CE4B2848D /* WebViewDelegationHandler.swift */, - 7D4695104204BE9ACBDB590A678EED1B /* WKWebView+Capacitor.h */, - C917003E1F33D4877377400AB477A075 /* WKWebView+Capacitor.m */, - AB6D726F358F3767F259BB1F29E351D6 /* WKWebView+Capacitor.swift */, - 420E49BF0D94ACC9EC66232F65B6C1CE /* Plugins */, - 17F70C40694215421AB1C61BDA1A9F18 /* Pod */, - 66DFFED898CFFBE1F191FBFA658BB444 /* Support Files */, + 597F27B18ABCAB189A1E2AD9880FAE4B /* CapacitorBrowser.podspec */, + EE77B8B8A5C02DBC9C5359E8A0A4941A /* LICENSE */, + 0BB34047E4BF231DA93ED465B5B90352 /* README.md */, ); - name = Capacitor; - path = "../../../node_modules/@capacitor/ios"; + name = Pod; + sourceTree = ""; + }; + 257ABD057D0C9C76DBDD2D5ADD3D069C /* Public */ = { + isa = PBXGroup; + children = ( + 3767F1E525E91156A8480E1127F64253 /* AppDelegate.h */, + 4432C5E415A702FC8146F6A142E046F8 /* AppDelegate.m */, + 40B10A48314433DF1EBF6B039B02DA02 /* CDV.h */, + A59BF059AC44EC7DD8E7E7A679870810 /* CDVAvailability.h */, + FFDB72192A1FA075294F3710CBCDEC54 /* CDVCommandDelegate.h */, + 4B265261644E7129C13B82F353D614A4 /* CDVCommandDelegateImpl.h */, + 8C226978DBBFE323B2CE87909C1AF748 /* CDVCommandDelegateImpl.m */, + 798EAE0F227A930D21DC1AE120DE4169 /* CDVConfigParser.h */, + D77B6BF10E663F883F624D7AF694AAD5 /* CDVConfigParser.m */, + 230375F0449B15BC1C967CA86F014E2D /* CDVInvokedUrlCommand.h */, + D0574E45847B5808E575B2A84CA1DF57 /* CDVInvokedUrlCommand.m */, + 232BA7E72A17D632DCF320BEA4EF431D /* CDVPlugin.h */, + 8ED4051C6F05D42650548E8C4782CC7A /* CDVPlugin.m */, + DC0C1E3898B5F0F69FB991ED4EAF3195 /* CDVPlugin+Resources.h */, + 95AC94F5877371AD156A7F12697C7C68 /* CDVPlugin+Resources.m */, + 8A5366F53A1E81D2848003C266508426 /* CDVPluginManager.h */, + 661C1BE3B716D3C112EC63FB355E17A3 /* CDVPluginManager.m */, + 806F92B284257CBD6D40FA70BEC77452 /* CDVPluginResult.h */, + AE333338B03F157B517D0A0CFC807C5C /* CDVPluginResult.m */, + 01AC4E79A3D293809909FE9EB55CF67D /* CDVScreenOrientationDelegate.h */, + 48259FAE158A9686654710B5B107B183 /* CDVURLProtocol.h */, + C2E11B0E68932B9F8737D48202C4429D /* CDVURLProtocol.m */, + 6A6DC61D432F64EFCC25685002B8881B /* CDVViewController.h */, + 6C3E2A71AE1EAB59331E5B1137E3B2E8 /* CDVViewController.m */, + 7410D350CE24FA3AA4CF40D4305D87EF /* CDVWebViewProcessPoolFactory.h */, + 820C3CDDA4054A08F932354D3B7BAF9A /* CDVWebViewProcessPoolFactory.m */, + 5B22883476D499B2FF1DD3B173F32B6C /* NSDictionary+CordovaPreferences.h */, + FB51A017AA00B5BEAC39429E794FA311 /* NSDictionary+CordovaPreferences.m */, + ); + name = Public; + path = Public; + sourceTree = ""; + }; + 2844BB1E7AE546403AC09CA36807C5E6 /* Pod */ = { + isa = PBXGroup; + children = ( + 46E04DBB73D477117A3CCED1B9C80595 /* CapacitorStatusBar.podspec */, + 2438E93EAAA9BCF3B9DA74AB57A134B5 /* LICENSE */, + 9B32925C06A84D5547E6BEBB62442309 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 2C89C528ACD6021DF53EB759FCA19CD8 /* CapacitorDialog */ = { + isa = PBXGroup; + children = ( + DC33B57EB91A52EB7F296D4AEF8EBC46 /* DialogPlugin.h */, + BB85594EB34B0B839F7B885C5EB414E8 /* DialogPlugin.m */, + F6D53368A27C2BF3D86A0D944522FC17 /* DialogPlugin.swift */, + 5EE76D4FB9A52624103EEC67A80D2B1E /* Pod */, + 8A0CDBE3B7F640EFAAC3FD7F676DA0B8 /* Support Files */, + ); + name = CapacitorDialog; + path = "../../../node_modules/@capacitor/dialog"; sourceTree = ""; }; - 32682EB64575B51C758FD10701876A8C /* Pod */ = { + 31D0A91EF034962670C45FCBC15F2377 /* Pod */ = { isa = PBXGroup; children = ( - 1375FF85C848073A39469FC591608686 /* CapacitorSplashScreen.podspec */, - 352A668630D1648F7A291975EE742F18 /* LICENSE */, - E2A927CE59E9A31D58EB1784E3C19F9E /* README.md */, + 9D06C98F7C0DD0D385AE15FA717EDE7F /* CapacitorCamera.podspec */, + F3E54E9405E5994A0869184252954990 /* LICENSE */, + 7FD2136038055B42244D1FE6392BA40F /* README.md */, ); name = Pod; sourceTree = ""; @@ -2794,80 +2728,63 @@ name = Clustering; sourceTree = ""; }; - 33A87330065051302DE2925AFFB98FA3 /* Support Files */ = { + 3360D5A9002A5338612B5DB623A17FFF /* Pod */ = { isa = PBXGroup; children = ( - EB132B57AA391A141709FF90A9CEE6FE /* CapacitorCamera.modulemap */, - 904A3D044C34078F76128FE93AC68DA1 /* CapacitorCamera-dummy.m */, - 6F3FD6C8A8F19A78F2FCE840DA27835C /* CapacitorCamera-Info.plist */, - 5CCA876344D6EACA2B36490D4143CCE9 /* CapacitorCamera-prefix.pch */, - 5CB7704DE0ECB1F3450F91B76BD71E71 /* CapacitorCamera-umbrella.h */, - 128F498D73958708AFDA11B5674EE236 /* CapacitorCamera.debug.xcconfig */, - 1F3E19E21AB3E148747D5FE1533C56DD /* CapacitorCamera.release.xcconfig */, + 4174033D48CE78F075659CBA1A8EFED8 /* CordovaPlugins.podspec */, ); - name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorCamera"; + name = Pod; sourceTree = ""; }; - 33FE61211A515BA2DCF0237ECA13E80E /* Classes */ = { + 39B5436FE4FBD4681D3BC9E0695900D7 /* CapacitorNetwork */ = { isa = PBXGroup; children = ( - 7348845763E04E97B2802A74DF5071A6 /* Public */, + EFE0C18C4B5377395273F85BFEEFBB5E /* Network.swift */, + 1EB31CCA3F99CEB1457C5C12808CCB29 /* NetworkPlugin.h */, + 400F268646E3F289FD9184EC9E321F99 /* NetworkPlugin.m */, + E4B36D1046B88A49C3584B8DBE2BE757 /* NetworkPlugin.swift */, + 12B3EE8200B76EF2CA2EA428CE12DEDA /* Reachability.swift */, + 4B5DE5761FAC63F87BE92CC25D227FE1 /* Pod */, + A74EC546AD206D100126DF8521728A0B /* Support Files */, ); - name = Classes; - path = CapacitorCordova/CapacitorCordova/Classes; + name = CapacitorNetwork; + path = "../../../node_modules/@capacitor/network"; sourceTree = ""; }; - 35654E48A0CBC63DCEE850396CFA4A03 /* CapacitorSplashScreen */ = { + 39BA2086F007D1036088CAA5C5AE7341 /* CapacitorGeolocation */ = { isa = PBXGroup; children = ( - 9F405CFD704732BCAEEFE3213B0EB626 /* SplashScreen.swift */, - 8711762261A80C7C72ED9898D0F0C712 /* SplashScreenConfig.swift */, - C7147C59AE40AC0A655F2583415093F1 /* SplashScreenPlugin.h */, - A659687D156311E6F40C2B8903E9548E /* SplashScreenPlugin.m */, - F526B840328164C21775497885CA9B14 /* SplashScreenPlugin.swift */, - 0E06D8A0FD700ABC774BBAFF9D71794F /* SplashScreenSettings.swift */, - 32682EB64575B51C758FD10701876A8C /* Pod */, - A1D8A5E8F2FB3CE5BC6BE3986471A83B /* Support Files */, + 3C4F5989F83F36577FA96BBE3BE46971 /* GeolocationPlugin.h */, + 31F1ED2C39F2A702424EFDEA34CA1A6A /* GeolocationPlugin.m */, + D69A43B511C6A1867950DFE13512859B /* GeolocationPlugin.swift */, + 1F6F541B5E08EE3E2D37D1DD0F5875A7 /* Pod */, + 5FF45B0305D824641A23526E1111ADEB /* Support Files */, ); - name = CapacitorSplashScreen; - path = "../../../node_modules/@capacitor/splash-screen"; + name = CapacitorGeolocation; + path = "../../../node_modules/@capacitor/geolocation"; sourceTree = ""; }; - 37FA025EBBD5B77F2282879C093AA98D /* Pod */ = { + 39D3569B4E894D6036D58D0D8BFC4E47 /* CordovaPlugins */ = { isa = PBXGroup; children = ( - 5AD3CF51B9E86138385A8512952B0F0F /* CapacitorPushNotifications.podspec */, - 32E324924F5FD765ADD708BE8DCE25FF /* LICENSE */, - F6B719B96683DF524542869BA280E32E /* README.md */, + CEB83751F6503BE833E8436CA99C7A20 /* IonicCordovaCommon.h */, + 36CC617EEC7EE393FA9DAA11E3DEDC58 /* IonicCordovaCommon.m */, + 3360D5A9002A5338612B5DB623A17FFF /* Pod */, + C306F09438221AC50D8D1C62531008F9 /* Support Files */, ); - name = Pod; + name = CordovaPlugins; + path = "../../capacitor-cordova-ios-plugins"; sourceTree = ""; }; - 381F308180B8E65E95AAECA4508C9D04 /* Pod */ = { + 3B40AAD16BA0D0BB210F2DEBFFA43E9B /* Pod */ = { isa = PBXGroup; children = ( - 9A98CBDE779F37C1C1E34CE26FE6AA28 /* CapacitorDevice.podspec */, - 05E2BC7947A7A797590388B86D68DFC7 /* LICENSE */, - 1696627F12BB8DBF3829E84E6F1A97D8 /* README.md */, + 8A13B6A338E1BB1A6D223C2E9DF7F4BD /* CapacitorCordova.modulemap */, + BC3EF8289056ADA850317216A7D40747 /* CapacitorCordova.podspec */, ); name = Pod; sourceTree = ""; }; - 3A2900211878E82CD4996829AAA68360 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3B067AB9BDC7AD71A854388A47307DA1 /* CapacitorCordova.modulemap */, - 79389E1D8580BB253CCD7264B3F93718 /* CapacitorCordova-dummy.m */, - 7C914BE52580F25751FA86DD6F5A53CD /* CapacitorCordova-Info.plist */, - BD9798E05F9C115E9DE961DA27812DAC /* CapacitorCordova-prefix.pch */, - 624B785D7F6A04D0E4609D1653E12E04 /* CapacitorCordova.debug.xcconfig */, - 0ABCF711AD6C668F18D53A6A809AFA25 /* CapacitorCordova.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorCordova"; - sourceTree = ""; - }; 3B8CD16EF75FB15A8E0B292A078F2114 /* FirebaseCoreDiagnostics */ = { isa = PBXGroup; children = ( @@ -2891,50 +2808,14 @@ name = "Targets Support Files"; sourceTree = ""; }; - 420E49BF0D94ACC9EC66232F65B6C1CE /* Plugins */ = { - isa = PBXGroup; - children = ( - 9D22F9F4F9ADF6E65B72AD1F5A3D48BA /* CapacitorCookieManager.swift */, - 05E1471482F2FD6AE26CD0A8B9D7E788 /* CapacitorCookies.swift */, - 665591ECFC4127A5EE1E7D0A49DF20E8 /* CapacitorHttp.swift */, - 8D1B6F52B180DE875F08FFB8585E20C0 /* CapacitorUrlRequest.swift */, - ADCCC9D0CE70645C314E95CB4F2BE987 /* Console.swift */, - BD1C10BB637F35DEE17273175D4C7067 /* DefaultPlugins.m */, - 3DC420691CE17A1390EAC3AA62CE60B9 /* HttpRequestHandler.swift */, - 59C80840267E36C3A754BF7972383FAC /* WebView.swift */, - ); - name = Plugins; - path = Capacitor/Capacitor/Plugins; - sourceTree = ""; - }; - 43C1C359FCA7944BB13037945DEC16BA /* Support Files */ = { - isa = PBXGroup; - children = ( - 007F515EECA7E2303B2DB5297EE7D9C6 /* CapacitorBrowser.modulemap */, - 0E7660BE2582477BEFFB29B486C6AC5C /* CapacitorBrowser-dummy.m */, - 7328330348A0F861D820D693F48B09F8 /* CapacitorBrowser-Info.plist */, - F3F9F0DDE45D82D8DE733004E89B4D11 /* CapacitorBrowser-prefix.pch */, - B6745374E91B49F9497E871A894194DC /* CapacitorBrowser-umbrella.h */, - 6C34942CD847C2271DB16B713116B35A /* CapacitorBrowser.debug.xcconfig */, - AA2A105CBD6B50D4DD61CDAF2454A162 /* CapacitorBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorBrowser"; - sourceTree = ""; - }; - 45D60BF88C51D69852B6350C11078C15 /* CapacitorNetwork */ = { + 45C683AEB4B5ECF552B1A0B74113D03F /* Pod */ = { isa = PBXGroup; children = ( - 8A2F905A466921B476145B6AF598F03A /* Network.swift */, - E4BCB6FFE5EC174848BC8D98B4D6335C /* NetworkPlugin.h */, - 003093C6F64EEAEBDA04D25C141D5EFF /* NetworkPlugin.m */, - 39262A05C7E6EC0E69C7075714EECD35 /* NetworkPlugin.swift */, - E298D8EDC93F53356689A11E2EBE0EF9 /* Reachability.swift */, - 576232AD219CA2F86E6F9675AE592B78 /* Pod */, - E3BCF74D87DB434D550EC03557A28FAC /* Support Files */, + C4FB8D7C7FB481EDD1CF685F29963772 /* CapacitorHaptics.podspec */, + EE59F379D5604FF8A0C9835250139929 /* LICENSE */, + D0627F0648415FA963FFC9975D5D0D6D /* README.md */, ); - name = CapacitorNetwork; - path = "../../../node_modules/@capacitor/network"; + name = Pod; sourceTree = ""; }; 47EAD155EB55B339EE14D080074FEC4A /* Frameworks */ = { @@ -3018,6 +2899,16 @@ path = FirebaseInstanceID; sourceTree = ""; }; + 4B5DE5761FAC63F87BE92CC25D227FE1 /* Pod */ = { + isa = PBXGroup; + children = ( + 0C20D3B2CFD196EF2416C9B7F3737C35 /* CapacitorNetwork.podspec */, + BF38582B75F3F7C60A5449690CCC85E7 /* LICENSE */, + CFF1ABA2635CFF38BC3FF04A1D0608B7 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; 4B8D2B60B78F3EAAE1D4E8F4D172F50C /* Resources */ = { isa = PBXGroup; children = ( @@ -3027,6 +2918,21 @@ name = Resources; sourceTree = ""; }; + 4C63731654D1B94F6571D27AEAF6AC49 /* Support Files */ = { + isa = PBXGroup; + children = ( + 68595F20EB38188ACEA7CEFCF4FDE90C /* CapacitorGoogleMaps.modulemap */, + FDE2A11E8C8F0592FFDD9D5F6C0F8B86 /* CapacitorGoogleMaps-dummy.m */, + 60484DA20B2A91F3F814C2E1FD126E9A /* CapacitorGoogleMaps-Info.plist */, + 90492C68088EB876CFCEE328D65B8F66 /* CapacitorGoogleMaps-prefix.pch */, + A131F74AA47AC7DC164C49D2D7800636 /* CapacitorGoogleMaps-umbrella.h */, + 25FD984D28E22B6611531332BCCFD0F1 /* CapacitorGoogleMaps.debug.xcconfig */, + 4346AB3DE46DA182E5F7459F897D551D /* CapacitorGoogleMaps.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorGoogleMaps"; + sourceTree = ""; + }; 4CADD1863BC3C18ECE7D7A2581C13289 /* Base */ = { isa = PBXGroup; children = ( @@ -3035,6 +2941,83 @@ name = Base; sourceTree = ""; }; + 4DBEBE3BF711F985434A3252BE985D6A /* Capacitor */ = { + isa = PBXGroup; + children = ( + 6FF93134BA7F33590C2A8B68CC1263B2 /* AppUUID.swift */, + AC5C5ED6A17DD396324C1BEEC0D4726D /* Array+Capacitor.swift */, + 3A60809AC6CEAD98117964BCA7C8AA0D /* Capacitor.h */, + 0E7623479B1AA036D19112A000A9619C /* CapacitorBridge.swift */, + E03EBF39674F2137C32853D8A6729B9F /* CapacitorExtension.swift */, + 32DC16B1D45A3FD3F0BBA3281E35B60A /* CAPApplicationDelegateProxy.swift */, + B98AC77CBA08011E6DDD4585CC594A4A /* CAPBridge.swift */, + 6F24ABEB9435D60EDB3AA9337F389D49 /* CAPBridgeDelegate.swift */, + C3997A3C9818D8FFD901509945A4EED6 /* CAPBridgedJSTypes.h */, + 786C05B5765881039E8781C5A4A9064D /* CAPBridgedJSTypes.m */, + 6032AAD7131446DA3B9BF8017F5220F1 /* CAPBridgedPlugin.h */, + 034446AA37A1AAAEC38FF60E192F5C27 /* CAPBridgedPlugin+getMethod.swift */, + 34B36009FA423D429DF78F77B15205D2 /* CAPBridgeProtocol.swift */, + 3A7B31B8EC91429A767A41A873A28496 /* CAPBridgeViewController.swift */, + 7B0C45C27CDA19B356480FA079126FE9 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */, + 3EDB0041B4898AF4C8DBC71AE9E62C02 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */, + FA40A536933349866A45AAFE2B9D8B3E /* CAPFile.swift */, + 56AA4BF9F0ABC3EC0E3A8D9327AA3CF8 /* CAPInstanceConfiguration.h */, + 4C45F7E8B09C410505C7D1EF5E0A39E2 /* CAPInstanceConfiguration.m */, + 409FFC1CBF71EF75C957C267761E0FAD /* CAPInstanceConfiguration.swift */, + 86D8DBE23CA4AE5A6F19A1FF42088819 /* CAPInstanceDescriptor.h */, + 376A8F8DB75EAD8B8902328CD9D36983 /* CAPInstanceDescriptor.m */, + 9F42AC06C20505F223ABB675F0793221 /* CAPInstanceDescriptor.swift */, + 5BC844663636F707014FD0B871570A27 /* CAPInstancePlugin.swift */, + C11A60ED8B1A22E328CDA6FB5BA0B1F0 /* CAPLog.swift */, + 4E6E7B487BB20254731423A791DBF2BB /* CAPNotifications.swift */, + 5010CC433092E3831F7C333535B25106 /* CAPPlugin.h */, + E0BCA22D6C8887BC28380C7B0B704E8A /* CAPPlugin.m */, + D5F01021123FD3CC3418432130A9056C /* CAPPlugin+LoadInstance.swift */, + 15FA1F8DCECBB70C858127947C091551 /* CAPPluginCall.h */, + 30B1448C82B6E4A8CC3FE12686DE2E5A /* CAPPluginCall.m */, + 453B76F5859EE417EEE6BF175394DE1A /* CAPPluginCall.swift */, + A3CEF01688DC4411C0486E6AAE3A506C /* CAPPluginMethod.h */, + 7B4F9B8A546328C1931E81B8A86B3102 /* CAPPluginMethod.m */, + EEA3EE0566BB29EF32F327CFB7DFB312 /* CAPWebView.swift */, + A520AFCA1CE43F890A73E1FC0142279A /* Data+Capacitor.swift */, + A6AD0F556F9DAF1FC6904F50831D8EB7 /* DocLinks.swift */, + 587CDB4F7642F9250DF8CC1B2AFE062A /* JS.swift */, + A455977B7B4EB97456C57DB7DEEFC009 /* JSExport.swift */, + A1F157F6F6E5F5498FF791AFD4E2EFC5 /* JSTypes.swift */, + 109216F3D058097DD6B46939CD8276A2 /* KeyPath.swift */, + E635E754CC09D6CDEBA5405759728498 /* NotificationHandlerProtocol.swift */, + C3E5A14CFB7DBFC3BE22CB77086DA71C /* NotificationRouter.swift */, + 8873F8B5FD188097051A5FF7998D40E6 /* PluginCallResult.swift */, + DEF665FB350A83BD336F8E3F89E70D34 /* PluginConfig.swift */, + 42855A4953D22BACF8935B9145D18CE2 /* PrivacyInfo.xcprivacy */, + A362959D993A06040EC1DF1D1B1D59EE /* Router.swift */, + 45257616FFFD559B7ABB19D4C9A13677 /* TmpViewController.swift */, + A35910FAA87DF1874F41615A656C40ED /* UIColor.swift */, + FC315946E7E95444346E58EF736A999D /* UIStatusBarManager+CAPHandleTapAction.m */, + E8646987002321FB27800BCD46918A59 /* WebViewAssetHandler.swift */, + 6EAA3F59220E457D79D4A0D91FFD87D5 /* WebViewDelegationHandler.swift */, + BEA482168EEFF0A732ACAEAA85EBCAC8 /* WKWebView+Capacitor.h */, + 449527BF2144B04AAD07A7EAC69DFF42 /* WKWebView+Capacitor.m */, + 551D231893EBD358B7D3F89B8759070F /* WKWebView+Capacitor.swift */, + B4496F336EAAB25D244BD967B55AECA7 /* assets */, + 81802BD2F9629A427C7DC2261CFD0C77 /* Plugins */, + E13F27487ACB7C36074489E6E11FC9DA /* Pod */, + 630D717E5E9E9B222EBDD1726B1A7FED /* Support Files */, + ); + name = Capacitor; + path = "../../../node_modules/@capacitor/ios"; + sourceTree = ""; + }; + 4F45E07D8F1732AC9B598D696BCB1051 /* Pod */ = { + isa = PBXGroup; + children = ( + 73D2EF89F0D7E693B55EE7320366101C /* CapacitorKeyboard.podspec */, + 99D8F8CF82EE1E6B95A7DE4273CD3E8C /* LICENSE */, + CF2BC01439BD9D7C9708A0D200431D3F /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; 50D378933B4B3514A945469D3941BC58 /* GeometryUtils */ = { isa = PBXGroup; children = ( @@ -3091,44 +3074,79 @@ name = iOS; sourceTree = ""; }; - 576232AD219CA2F86E6F9675AE592B78 /* Pod */ = { + 595F421B9DC0D4D8D0615A2B65A1C169 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7BD48460EE2B02E9E4792F2EA42A80D1 /* CapacitorPreferences.modulemap */, + 1C859FA4BD41D5110849A0FC43B085D7 /* CapacitorPreferences-dummy.m */, + B747A1358033141444C6460BBF476107 /* CapacitorPreferences-Info.plist */, + 419BC49B505D139B39A64A2C15B85806 /* CapacitorPreferences-prefix.pch */, + C1D1D0A9F1370723F4AC774C7BBEFF54 /* CapacitorPreferences-umbrella.h */, + DA2511D375BB45125CD5E14A4AE8A97D /* CapacitorPreferences.debug.xcconfig */, + ED5D6152E5706CB93E2B107998756E0F /* CapacitorPreferences.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorPreferences"; + sourceTree = ""; + }; + 59F2791157A078D61C7A5A42D202882D /* Pod */ = { + isa = PBXGroup; + children = ( + BC86A70C286FEA3DB33D7BAB8D81A734 /* CapacitorSplashScreen.podspec */, + 994820ED751DA8AC4AE9566B2F4F28B4 /* LICENSE */, + 466F6FFC2BBB9361C9CD31A8FAC66EB5 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 5BCE514401F2277546F238382DF8111B /* Pod */ = { + isa = PBXGroup; + children = ( + CD3E6DDC597539242361C55687048DF0 /* CapacitorPushNotifications.podspec */, + 817250BF5B3929290D441C12B39A7D8F /* LICENSE */, + 0ACBB6C8A0583387FEC480C26C686CA8 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 5EE76D4FB9A52624103EEC67A80D2B1E /* Pod */ = { isa = PBXGroup; children = ( - 5273487BE485A56B331EE89D4DFD5C64 /* CapacitorNetwork.podspec */, - 6CFD2E51E5A8A15053E1991FEBAD1C02 /* LICENSE */, - 0B837FDECE17CA3E81B5ADC53C391ADD /* README.md */, + 2CBCE978FCCA71294398018983D812F8 /* CapacitorDialog.podspec */, + ED5586CFF84F9A467478817B84196A0B /* LICENSE */, + 93F7AC700F2BD7594E66FFAD59E1F947 /* README.md */, ); name = Pod; sourceTree = ""; }; - 5A24855357C07153D93021DFD36DE921 /* Support Files */ = { + 5F256817AB553FB256C1D5CDDC859B10 /* Support Files */ = { isa = PBXGroup; children = ( - 0DD64494F7BA9929B2DA51C872A5F06F /* CapacitorHaptics.modulemap */, - 06604D5BC22B47261F2BFC4186976F8C /* CapacitorHaptics-dummy.m */, - 5E393434ADEBF1399DD7FD8FBE626A76 /* CapacitorHaptics-Info.plist */, - DC16F0918DEB3EF64D673EA84DF72C04 /* CapacitorHaptics-prefix.pch */, - 73956F412C1C2D15EC9E6E5DB135D171 /* CapacitorHaptics-umbrella.h */, - 22D8AE5B7FB33255C2F63DC51E7F4993 /* CapacitorHaptics.debug.xcconfig */, - 397EF96380D538B788457FDAD7EDBD56 /* CapacitorHaptics.release.xcconfig */, + DE8E9901F87497CEA005719C44542384 /* CapacitorBrowser.modulemap */, + AC2281C2DCC7C05F4801F135447F85E3 /* CapacitorBrowser-dummy.m */, + 0E4A788FCB15E5E62DED5AEF40D266F7 /* CapacitorBrowser-Info.plist */, + 668E51C9474A84E3C7FBB580E47E5E79 /* CapacitorBrowser-prefix.pch */, + 5A081FD27AC56E54F2A5048458A7A65E /* CapacitorBrowser-umbrella.h */, + F0C33EF29AEC6E87E6407852B7E75501 /* CapacitorBrowser.debug.xcconfig */, + BC8AD1E9AACF2466A639153C9F4F0D8B /* CapacitorBrowser.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorHaptics"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorBrowser"; sourceTree = ""; }; - 60AC437639D42E7CAA6DDDB04B1E8D7F /* Support Files */ = { + 5FF45B0305D824641A23526E1111ADEB /* Support Files */ = { isa = PBXGroup; children = ( - A10A7B968336CC9A9CFF543724B4817E /* CapacitorPushNotifications.modulemap */, - 7C841E2D8E82560DCE89ACF2DC8313AC /* CapacitorPushNotifications-dummy.m */, - 0809B369DF379106397503832C8B35C4 /* CapacitorPushNotifications-Info.plist */, - CC641A0036F7FCC0DFDD6B30242D025E /* CapacitorPushNotifications-prefix.pch */, - 61C8CCB15E5EE36E7369B7ABF12E581E /* CapacitorPushNotifications-umbrella.h */, - 721CDA4CFAACEDFB59DEECE0B34A2450 /* CapacitorPushNotifications.debug.xcconfig */, - E28C0C866D369616951E3518081C5C95 /* CapacitorPushNotifications.release.xcconfig */, + 03D3B5126D081466BD84E61D04AC4438 /* CapacitorGeolocation.modulemap */, + 67E41F21EC86463C859F65CD96E18144 /* CapacitorGeolocation-dummy.m */, + 2E3895E8EDEBC392BEE0C699FAC8A578 /* CapacitorGeolocation-Info.plist */, + 8E60A12DADF06114A2B2433C9001F760 /* CapacitorGeolocation-prefix.pch */, + 5A5A6D3D4041749F91ACE58890C00880 /* CapacitorGeolocation-umbrella.h */, + 9FBA586415A4DC3AA84E3D6FB6F53182 /* CapacitorGeolocation.debug.xcconfig */, + 03E6A2C8EC1170FFFF44EF7761C90CED /* CapacitorGeolocation.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorPushNotifications"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorGeolocation"; sourceTree = ""; }; 60EEDECF499F48B296A8E6FB08350751 /* FirebaseInstallations */ = { @@ -3204,6 +3222,20 @@ path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; + 630D717E5E9E9B222EBDD1726B1A7FED /* Support Files */ = { + isa = PBXGroup; + children = ( + F99F99F026C9DB8A78C80826F7E54C82 /* Capacitor.modulemap */, + A6ED41EA95609C0150A25D26CBAAB9CC /* Capacitor-dummy.m */, + 7E7CDD1985385FE28215D797C6D0F43F /* Capacitor-Info.plist */, + 9CE36FD50813BA7370D9F6F34A70353B /* Capacitor-prefix.pch */, + C66E945C902228458675C8DF1B463F25 /* Capacitor.debug.xcconfig */, + 61A470F5D969E23CE3C386011BEF2BBE /* Capacitor.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/Capacitor"; + sourceTree = ""; + }; 63B4EDDEC3A6ADB6BCC757FDDF3D7BE4 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -3213,18 +3245,20 @@ name = Frameworks; sourceTree = ""; }; - 66DFFED898CFFBE1F191FBFA658BB444 /* Support Files */ = { + 69B294086EF01A34135736C0E9502E1B /* CapacitorCamera */ = { isa = PBXGroup; children = ( - F7E0200431EB37DBE819A7835353FFC4 /* Capacitor.modulemap */, - 84BA094F1D3FBC31832FD78D43CCCA70 /* Capacitor-dummy.m */, - 976DEA8BFE5C98781023F8B234B4E418 /* Capacitor-Info.plist */, - D84F6EF3E9DC18213F9142E0864BA27A /* Capacitor-prefix.pch */, - 9A1B1CA7438EB15851835CB5D04EC7BD /* Capacitor.debug.xcconfig */, - FB0522BA8C9DE0DA0DDF8AD9621E60E9 /* Capacitor.release.xcconfig */, + A13D57A23843E08A2227983EF653947A /* CameraExtensions.swift */, + 0ACDC8999F44F090AA4C0304444951D4 /* CameraPlugin.h */, + F6A601DC1388AFB7DD8FAFD0C684A6C7 /* CameraPlugin.m */, + 72ADD9E79D4183DC150CE22709BE109C /* CameraPlugin.swift */, + 6C4D5B8D05C2908452FBF8E7F2882E72 /* CameraTypes.swift */, + 83CE7748D155FD9500B73886B380C0B2 /* ImageSaver.swift */, + 31D0A91EF034962670C45FCBC15F2377 /* Pod */, + D288554D37FD7A6C5FC10BA814BBB32A /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/Capacitor"; + name = CapacitorCamera; + path = "../../../node_modules/@capacitor/camera"; sourceTree = ""; }; 6B2A119C5027D89F5D9D261E143D059C /* Firebase */ = { @@ -3237,40 +3271,35 @@ path = Firebase; sourceTree = ""; }; - 7348845763E04E97B2802A74DF5071A6 /* Public */ = { + 73C8C0E1DE2C8333348C22D7FF458988 /* Support Files */ = { isa = PBXGroup; children = ( - B12D9F8DE1C88C429836696249E94995 /* AppDelegate.h */, - DCE16A036B99B2E0CABEB315DCFA151F /* AppDelegate.m */, - 55B61E945B95276CF58F091FE998EEE3 /* CDV.h */, - E5EEBDC9DCD44C705F9C0755DA66894B /* CDVAvailability.h */, - D457CA37CF100F0A46D51F6875E430FF /* CDVCommandDelegate.h */, - 2947568C2AC92F886C32197F1DA499FA /* CDVCommandDelegateImpl.h */, - 9DD690168EFBA2ABE9FAC082E1A8A501 /* CDVCommandDelegateImpl.m */, - 1C46CC81AE989F1DBE586FBECC3BE658 /* CDVConfigParser.h */, - 8F0F7A1F3D34C3B46A7907E8C5075B74 /* CDVConfigParser.m */, - A428E6F9C124A92763DED28882276F8F /* CDVInvokedUrlCommand.h */, - 982230DE9B48F2E9CFA4FEE7462D859C /* CDVInvokedUrlCommand.m */, - 471CC669721C6CD530D15E10BE1ADA5E /* CDVPlugin.h */, - E2FEA3F38B99A6A3CED553C5D6014C68 /* CDVPlugin.m */, - 7B4B9BFC0FB873FF587868491237EBE5 /* CDVPlugin+Resources.h */, - 793B5B168BD416ADFD04BBF2FF53741E /* CDVPlugin+Resources.m */, - B63ED3E32649B4205B7EAC716CF3F5E3 /* CDVPluginManager.h */, - EC07C931BFA80B45E24C197F2FABDC01 /* CDVPluginManager.m */, - C68505CD9B0ACCF4FDDC8C6B64960398 /* CDVPluginResult.h */, - 4B64476703D68E4F53E67364B54EA4DC /* CDVPluginResult.m */, - C6289C95F02E6F383CA697AF160F4A3D /* CDVScreenOrientationDelegate.h */, - 4784601D72A8183E89B374BC6E3540F8 /* CDVURLProtocol.h */, - 778C97521D5EDEB5E5999ACEB2D8FD0F /* CDVURLProtocol.m */, - 719C32EA350745004296388822FFC1D0 /* CDVViewController.h */, - 03BFE5076C50BD7C97B9AC2765F96F8F /* CDVViewController.m */, - 0FAFDD97997521E719B9A46E1BCF58D9 /* CDVWebViewProcessPoolFactory.h */, - EE719BEBB190B19691806158F0241B0B /* CDVWebViewProcessPoolFactory.m */, - 9D3C98495D46C21E908B2D586F9A61D2 /* NSDictionary+CordovaPreferences.h */, - DA99161B098D9A2CB7EBEA7AD14BF295 /* NSDictionary+CordovaPreferences.m */, + 90A27A02B5715226157A90D4D4636C78 /* CapacitorHaptics.modulemap */, + D48C4707AB242ECA40BAA09893F08AFA /* CapacitorHaptics-dummy.m */, + BC350BCAE6F9D9926ACE7C863783A184 /* CapacitorHaptics-Info.plist */, + FB5DD69AEBD693D8E8AABF690D39DB70 /* CapacitorHaptics-prefix.pch */, + F07A73E972029FB2FEA1A96BA8336C71 /* CapacitorHaptics-umbrella.h */, + 49ADFCDDC3E83B7F9BE37D484E4B7824 /* CapacitorHaptics.debug.xcconfig */, + 7E7D2B6BAE8F9728E206A96CF987E91B /* CapacitorHaptics.release.xcconfig */, ); - name = Public; - path = Public; + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorHaptics"; + sourceTree = ""; + }; + 7752978A3BDC786ACE819DA8F79C8812 /* CapacitorSplashScreen */ = { + isa = PBXGroup; + children = ( + 0BD758A687DE9CC230A7448D2A86EF5D /* SplashScreen.swift */, + E2FF7DF33DAF136019612BD3C61F7572 /* SplashScreenConfig.swift */, + 56123E393FA5860339E875C5EB9DE24E /* SplashScreenPlugin.h */, + D36A8F89B13E13F983C74E9B7252B1D4 /* SplashScreenPlugin.m */, + D6A8CF59861C421E50208B5439B9AB71 /* SplashScreenPlugin.swift */, + EBB83E1315E5AF9A4318B27A830069B5 /* SplashScreenSettings.swift */, + 59F2791157A078D61C7A5A42D202882D /* Pod */, + D2C81CC0D98218EA4E43CDB3663D3F09 /* Support Files */, + ); + name = CapacitorSplashScreen; + path = "../../../node_modules/@capacitor/splash-screen"; sourceTree = ""; }; 788A9FBD3C2CF9D9A0B1FD2183BFA0AB /* Support Files */ = { @@ -3288,71 +3317,35 @@ path = "../Target Support Files/Google-Maps-iOS-Utils"; sourceTree = ""; }; - 7956FDB722B972125D9D690190C055D4 /* CapacitorKeyboard */ = { - isa = PBXGroup; - children = ( - 22F64C64C3A428B98D3C178D82C7CF9F /* Keyboard.h */, - B50E1A06D5ECD4998376C46902563D66 /* Keyboard.m */, - E8FA6B47490CBFCFCC8E201088D0A750 /* KeyboardPlugin.h */, - 4B3E0E1097D6805DAEEAD63FDB4CA6D2 /* KeyboardPlugin.m */, - 9F1A46F0A18C84B45851C8BE2A4F08B0 /* Pod */, - D21203F74508102E032332DC0A002B72 /* Support Files */, - ); - name = CapacitorKeyboard; - path = "../../../node_modules/@capacitor/keyboard"; - sourceTree = ""; - }; - 79B57EF55D5E8402DD730CB0DF8B4F93 /* Development Pods */ = { + 81802BD2F9629A427C7DC2261CFD0C77 /* Plugins */ = { isa = PBXGroup; children = ( - 2755A42D8450B255677775DA91EC392D /* Capacitor */, - 83D0C52D83943E1BB1E61E0AFBE2CB27 /* CapacitorBrowser */, - AEBE6E25CE511F68E210309F4EDFFAFE /* CapacitorCamera */, - C1BC8A30DBD79DEDB5FDF238125E4116 /* CapacitorCordova */, - AD359A69B9D5BCDB244FBD36A4D8A267 /* CapacitorDevice */, - FE3C2D073E4B0A7494209ED0DFCDE7C2 /* CapacitorDialog */, - B77FCC80C39246476C04C760D3E8AA36 /* CapacitorGeolocation */, - 8D5593795D9414EBF2E0419D6F246C7A /* CapacitorGoogleMaps */, - 08BD8509CE9A08D9EE826B6EC184750C /* CapacitorHaptics */, - 7956FDB722B972125D9D690190C055D4 /* CapacitorKeyboard */, - 45D60BF88C51D69852B6350C11078C15 /* CapacitorNetwork */, - 183AC949759998FBDAC39D7E3F8A2BFD /* CapacitorPreferences */, - D47750C365228003A718FE8D4805B2BC /* CapacitorPushNotifications */, - 8BD34D5F7785B4A36E41712F601A62EF /* CapacitorShare */, - 35654E48A0CBC63DCEE850396CFA4A03 /* CapacitorSplashScreen */, - B0D55F01F430FE47ED63C291B346065C /* CapacitorStatusBar */, - FE6B53E180E16C806E7FB88B31FBE6D5 /* CordovaPlugins */, + 7FE6B80FAA05F8D3378B7DD779E347AC /* CapacitorCookieManager.swift */, + 994BCD04030031F2E24440A7D3104716 /* CapacitorCookies.swift */, + 47E1065F8F600493008FB21AEF6D06BB /* CapacitorHttp.swift */, + CF7416B428DBE9C2EC3AB913505A9D93 /* CapacitorUrlRequest.swift */, + D1382370CC2756350CA4D2AB3FC7FBF3 /* Console.swift */, + E35E02022B33EA8A089E61E728F1D7AC /* DefaultPlugins.m */, + 87FD3B650A3D5F3E0207A6B3717F7D89 /* HttpRequestHandler.swift */, + CE1F11C3413A1C7AFD9193315921A337 /* WebView.swift */, ); - name = "Development Pods"; + name = Plugins; + path = Capacitor/Capacitor/Plugins; sourceTree = ""; }; - 7F58EA0D102B5F44D67D3457A046964A /* Support Files */ = { + 850BF428EE6423A4461B3BFF56A30146 /* Support Files */ = { isa = PBXGroup; children = ( - A4AE26AAB2C17D396A61592E65344EA2 /* CapacitorGoogleMaps.modulemap */, - BF63D3DAA93CD9E4E56BFFA95A0649B8 /* CapacitorGoogleMaps-dummy.m */, - 2A6F311DCED49DC83EC52894C0E848F9 /* CapacitorGoogleMaps-Info.plist */, - 12C1DC517E6B4BCE2F0E86142330836F /* CapacitorGoogleMaps-prefix.pch */, - 91886067FC297C2051D87AB027E59379 /* CapacitorGoogleMaps-umbrella.h */, - 5743B3DB378B5D8D89F3F6A7E6AD5FE9 /* CapacitorGoogleMaps.debug.xcconfig */, - 8D0C08CBA7FE062BE5084916AB23E1AE /* CapacitorGoogleMaps.release.xcconfig */, + A8482CD854F447523E9F0D721C2E83F9 /* CapacitorDevice.modulemap */, + 328BE339F60E21ECEA53B4C1322A7011 /* CapacitorDevice-dummy.m */, + 5F5725D78F794AB6D93F416F060807F5 /* CapacitorDevice-Info.plist */, + D793B3CE0951673F9A51405A414923E9 /* CapacitorDevice-prefix.pch */, + C63B61B9E83406C985D462196CCAF1A1 /* CapacitorDevice-umbrella.h */, + B1DDA76552137CE6F802615F2397BF62 /* CapacitorDevice.debug.xcconfig */, + D035875B8B8BEB4B7E7B16AEC1321FF8 /* CapacitorDevice.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorGoogleMaps"; - sourceTree = ""; - }; - 83D0C52D83943E1BB1E61E0AFBE2CB27 /* CapacitorBrowser */ = { - isa = PBXGroup; - children = ( - EB275E1F7FE66223693F4144EC70B304 /* Browser.swift */, - B3E3E37F021A8E21A6F8B74CCBE210FF /* BrowserPlugin.h */, - C327A2D6618E7E6E778F58215E6B04A4 /* BrowserPlugin.m */, - 88E184F32E072BDA8EC1F751516A005E /* BrowserPlugin.swift */, - 968F87A0F78699A79D39347E527CCBE4 /* Pod */, - 43C1C359FCA7944BB13037945DEC16BA /* Support Files */, - ); - name = CapacitorBrowser; - path = "../../../node_modules/@capacitor/browser"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorDevice"; sourceTree = ""; }; 86E6A603CA2E425171C408ABD9858301 /* Reachability */ = { @@ -3380,6 +3373,15 @@ path = "Google-Maps-iOS-Utils"; sourceTree = ""; }; + 895DBE6366583B2D8C5F7BAD0B7818FC /* Classes */ = { + isa = PBXGroup; + children = ( + 257ABD057D0C9C76DBDD2D5ADD3D069C /* Public */, + ); + name = Classes; + path = CapacitorCordova/CapacitorCordova/Classes; + sourceTree = ""; + }; 89EB66EC54AB93F7265BF20960C79CA3 /* Support Files */ = { isa = PBXGroup; children = ( @@ -3394,39 +3396,19 @@ path = "../Target Support Files/GoogleUtilities"; sourceTree = ""; }; - 8BD34D5F7785B4A36E41712F601A62EF /* CapacitorShare */ = { + 8A0CDBE3B7F640EFAAC3FD7F676DA0B8 /* Support Files */ = { isa = PBXGroup; children = ( - CC1215AA1F566BD7F73F1EBC5F60F4ED /* SharePlugin.h */, - 0C821B4043506CE65064DC949DF58D69 /* SharePlugin.m */, - A57602B141A97A5CA76E7CC2DB115E0B /* SharePlugin.swift */, - 18C50C431C74407CBB3B10A55CA67B6E /* Pod */, - E00B2511B8835E2ABBD4782DBEFE3037 /* Support Files */, + BF594C0BEE8DF2FBA7F5717A3ADBF32E /* CapacitorDialog.modulemap */, + 0B3D7160429571127F42EF0E52039714 /* CapacitorDialog-dummy.m */, + FD93A4EAD4EB924737E8F8C34B30F589 /* CapacitorDialog-Info.plist */, + E43F63CB8BF9A8DE0557D2B3E60A0057 /* CapacitorDialog-prefix.pch */, + 5F7836504B53C81043F57A9B00F96490 /* CapacitorDialog-umbrella.h */, + 57A318BBEC418B0E6D3D5014F992D246 /* CapacitorDialog.debug.xcconfig */, + D2FEAD1EBD8EC8A7540273A969EB1789 /* CapacitorDialog.release.xcconfig */, ); - name = CapacitorShare; - path = "../../../node_modules/@capacitor/share"; - sourceTree = ""; - }; - 8D5593795D9414EBF2E0419D6F246C7A /* CapacitorGoogleMaps */ = { - isa = PBXGroup; - children = ( - A3134D0B0C5F454D68B1DE7AE12DED10 /* CapacitorGoogleMapsPlugin.h */, - E4B3B3D88148D1B8A02C8C5AD8E4FDEB /* CapacitorGoogleMapsPlugin.m */, - B1746205E562256CB99CF187F958427B /* CapacitorGoogleMapsPlugin.swift */, - 2B37BE18C152BDB6BF6A9B8708586DD5 /* Circle.swift */, - DA4412BA04DCAB658B3328D0905683F8 /* GoogleMapCameraConfig.swift */, - 3010792A6C37F2CD31F790DB13516A07 /* GoogleMapConfig.swift */, - CF729B3FE1CB7665482034E73831F344 /* GoogleMapErrors.swift */, - 372C6D19D9962F491329AFA26D70272B /* GoogleMapPadding.swift */, - 965A6C201600FE757861D748FE04782C /* Map.swift */, - E0B968E33C650A32F8200F1C3C36B7C6 /* Marker.swift */, - BF63EF99523B4E8C15A26E59EF3DE0B0 /* Polygon.swift */, - 3795174651593D01370202408A04F56F /* Polyline.swift */, - 14DC83A24CCF3CA9DDBCDAF364E8AF06 /* Pod */, - 7F58EA0D102B5F44D67D3457A046964A /* Support Files */, - ); - name = CapacitorGoogleMaps; - path = "../../../node_modules/@capacitor/google-maps"; + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorDialog"; sourceTree = ""; }; 8F476E285A29A38DEEDA39B8F79FC462 /* PromisesObjC */ = { @@ -3478,14 +3460,47 @@ path = PromisesObjC; sourceTree = ""; }; - 968F87A0F78699A79D39347E527CCBE4 /* Pod */ = { + 918CFFF0CC7D33CB881024B47F5170F6 /* Support Files */ = { isa = PBXGroup; children = ( - AB309326CE114E312A1C62A88849A5F7 /* CapacitorBrowser.podspec */, - 64B88346B716D4A9B6ECBD5183F1C9CD /* LICENSE */, - 421D65CEB6BC85225079A2E0191C1915 /* README.md */, + F20D034B408A4B6B709729C36DE1853D /* CapacitorShare.modulemap */, + 1F41BB0BE3448F93F77F829441769C00 /* CapacitorShare-dummy.m */, + E834720F194686E2EE8C3EEC41534FB3 /* CapacitorShare-Info.plist */, + 65B410FB1D6FBA21555DDD7726BA9830 /* CapacitorShare-prefix.pch */, + E4DE2E20FD65CCC48989D26F1845CFAB /* CapacitorShare-umbrella.h */, + B7F3776EA259F6CED68FC762EB1238A8 /* CapacitorShare.debug.xcconfig */, + 6E3E81925126DF51783B7976859AC8CF /* CapacitorShare.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorShare"; + sourceTree = ""; + }; + 92FAFCECEE5B7E3E4179650F3A7A6C72 /* CapacitorHaptics */ = { + isa = PBXGroup; + children = ( + 71D29B832DFE305BBBF6A6FE8A6850BC /* Haptics.swift */, + DE920F709C389F5343A4A26D86E740DE /* HapticsPlugin.h */, + CA01A0BA9287B7A99991E7E3C5097736 /* HapticsPlugin.m */, + 67C4ADA74E3D89FC96D5938370485F58 /* HapticsPlugin.swift */, + 45C683AEB4B5ECF552B1A0B74113D03F /* Pod */, + 73C8C0E1DE2C8333348C22D7FF458988 /* Support Files */, + ); + name = CapacitorHaptics; + path = "../../../node_modules/@capacitor/haptics"; + sourceTree = ""; + }; + 93FE8C63A3D7E0276CA17693298D1576 /* CapacitorDevice */ = { + isa = PBXGroup; + children = ( + 3F58D5C2D1C4AE432046AE27BE053D7E /* Device.swift */, + 401CE58342A0E68B27E20A1807F30464 /* DevicePlugin.h */, + 0F2D74E74F238B0C936FDF45D70AD4F0 /* DevicePlugin.m */, + 07356AD5819EC39BC0BF6A6CD45A024A /* DevicePlugin.swift */, + BCEB1270813E22FD5030040102630973 /* Pod */, + 850BF428EE6423A4461B3BFF56A30146 /* Support Files */, + ); + name = CapacitorDevice; + path = "../../../node_modules/@capacitor/device"; sourceTree = ""; }; 97CD1473467A7A70B6C6FE35BEE44151 /* FirebaseCore */ = { @@ -3539,50 +3554,12 @@ path = FirebaseCore; sourceTree = ""; }; - 9B58546C7F4034C6411BB4DD9719A06C /* Support Files */ = { - isa = PBXGroup; - children = ( - CF3C9132D8FEF20A15F4BB8A16FF7291 /* CapacitorDialog.modulemap */, - 26DE166A00768DEE37BC8F782ACE79D5 /* CapacitorDialog-dummy.m */, - AB7719E5A1094FB0DAE35F253EC4D30A /* CapacitorDialog-Info.plist */, - 0EDB3BED0DA54FC826EB99BAB8A7D067 /* CapacitorDialog-prefix.pch */, - 12751A5B2D3339EF9B92FFFB03D25F69 /* CapacitorDialog-umbrella.h */, - 09CDD2375D5AD393539EDADF8B8FA140 /* CapacitorDialog.debug.xcconfig */, - A005B0AF7E9544C324BFACFCC5E59494 /* CapacitorDialog.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorDialog"; - sourceTree = ""; - }; - 9F1A46F0A18C84B45851C8BE2A4F08B0 /* Pod */ = { + 9C9DC240CD6E5EECF3C143D71156C53B /* Pod */ = { isa = PBXGroup; children = ( - 63002A2C6EE18316BA30F8F78CBD9121 /* CapacitorKeyboard.podspec */, - B1706BB00EEAF9B96F7C9ECB79DF8ABC /* LICENSE */, - F5B62E488CEAFB53378E83A367529A9F /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - A1D8A5E8F2FB3CE5BC6BE3986471A83B /* Support Files */ = { - isa = PBXGroup; - children = ( - 945260831B54AD06822A435F8928C3B5 /* CapacitorSplashScreen.modulemap */, - 3111B813603FD6366C68209EDF7D49EF /* CapacitorSplashScreen-dummy.m */, - 4EF31727DA813058B180CFB78E686F7B /* CapacitorSplashScreen-Info.plist */, - 289B6570F5752E66BDA7B36CFEAE1111 /* CapacitorSplashScreen-prefix.pch */, - 35B4D96ADFAD7E0F564EB87662476C91 /* CapacitorSplashScreen-umbrella.h */, - 37E1B0E1636EB532F4A88974006DE4C5 /* CapacitorSplashScreen.debug.xcconfig */, - B1A8CB55F13D0AD7872B4CE91A13F1F5 /* CapacitorSplashScreen.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorSplashScreen"; - sourceTree = ""; - }; - A3CC7C4BE03001AED91704CFFAB9EC6D /* Pod */ = { - isa = PBXGroup; - children = ( - 87C9C1C2AADF0584E47B396EBB70AA9B /* CordovaPlugins.podspec */, + B31EE3163C8E4BB36EC8B24744F880DA /* CapacitorPreferences.podspec */, + EE74921E1CCFDD3EC50484954CC55340 /* LICENSE */, + B83F98A2009A8B6EEB06F634D8461658 /* README.md */, ); name = Pod; sourceTree = ""; @@ -3601,6 +3578,21 @@ name = QuadTree; sourceTree = ""; }; + A74EC546AD206D100126DF8521728A0B /* Support Files */ = { + isa = PBXGroup; + children = ( + 74E56E9F09CAF023E26815E3696CD1DF /* CapacitorNetwork.modulemap */, + E39FFC3E593E1F480F5222044E1C529D /* CapacitorNetwork-dummy.m */, + EAE353A85459C20F808C4CF8733187B7 /* CapacitorNetwork-Info.plist */, + 15CC8C5393E25F7C5BF4926A0187B4EE /* CapacitorNetwork-prefix.pch */, + D5E240F76391A29A7E6DC21AD4AC60DD /* CapacitorNetwork-umbrella.h */, + E9571EE2C2BC520C8DDCB27ECAF1AABA /* CapacitorNetwork.debug.xcconfig */, + 051B40B11469E0BCD0D24C96D0D67DF4 /* CapacitorNetwork.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorNetwork"; + sourceTree = ""; + }; AAD801458F4151A72F91C792140BF77A /* Geometry */ = { isa = PBXGroup; children = ( @@ -3637,36 +3629,6 @@ name = Geometry; sourceTree = ""; }; - AD359A69B9D5BCDB244FBD36A4D8A267 /* CapacitorDevice */ = { - isa = PBXGroup; - children = ( - 1039C360BFBF8A9FF224F3F8CFC977E0 /* Device.swift */, - 880D75BC3530914ECA070371D4A72AAF /* DevicePlugin.h */, - 74FF5F5AFE4D43FC810696B4C284FF3B /* DevicePlugin.m */, - EE1949D67D2975AD1567E12240F1F2ED /* DevicePlugin.swift */, - 381F308180B8E65E95AAECA4508C9D04 /* Pod */, - ECF39610F8F8F9C9E67EAAA20987050A /* Support Files */, - ); - name = CapacitorDevice; - path = "../../../node_modules/@capacitor/device"; - sourceTree = ""; - }; - AEBE6E25CE511F68E210309F4EDFFAFE /* CapacitorCamera */ = { - isa = PBXGroup; - children = ( - 007C4EF5D44B46F036DA4E016C917776 /* CameraExtensions.swift */, - 3AD1CB296D87F0F0FE0C3AF465976574 /* CameraPlugin.h */, - 60B3D572D6C70C96DBDDDBA8914F5F50 /* CameraPlugin.m */, - 8D6D1E1D41B96FAF24B7443CD2ECC44B /* CameraPlugin.swift */, - 0A871F6E5B5ED60319A2C1BA901D6CDF /* CameraTypes.swift */, - 7CBE2EF97F801F09B17076C732DBD59F /* ImageSaver.swift */, - F569EEEFFAE86197F9408D68C975FB65 /* Pod */, - 33A87330065051302DE2925AFFB98FA3 /* Support Files */, - ); - name = CapacitorCamera; - path = "../../../node_modules/@capacitor/camera"; - sourceTree = ""; - }; AF965F1E12A0807879E47DF931044370 /* decode */ = { isa = PBXGroup; children = ( @@ -3674,17 +3636,18 @@ name = decode; sourceTree = ""; }; - B0D55F01F430FE47ED63C291B346065C /* CapacitorStatusBar */ = { + AFAAF91F0FF088ABE6464BBF43015AD1 /* CapacitorPreferences */ = { isa = PBXGroup; children = ( - 50A37E31895CDD9A31E6CD7A8F47A263 /* StatusBarPlugin.h */, - 06681753EFAD7E16EFCF28516FB6F480 /* StatusBarPlugin.m */, - 8A3F553E44F68FF7AFF54666A98B6135 /* StatusBarPlugin.swift */, - CEE2F37B0BC9A94A1374F3F6F7D170B3 /* Pod */, - C481894BA41F425B7A71A7E64B5E50EA /* Support Files */, + CBD4F36A933AED8505169A68AD4B61D4 /* Preferences.swift */, + F139C66040825ABE0BD79CAECE0ECAEC /* PreferencesPlugin.h */, + F306878CA815EFF7556192E33491B6AE /* PreferencesPlugin.m */, + 8567EDF7B90AE72BF8EBBE9DD43CEEDD /* PreferencesPlugin.swift */, + 9C9DC240CD6E5EECF3C143D71156C53B /* Pod */, + 595F421B9DC0D4D8D0615A2B65A1C169 /* Support Files */, ); - name = CapacitorStatusBar; - path = "../../../node_modules/@capacitor/status-bar"; + name = CapacitorPreferences; + path = "../../../node_modules/@capacitor/preferences"; sourceTree = ""; }; B245F8388C3E34F81E40774EB3E328F2 /* Pods */ = { @@ -3706,6 +3669,15 @@ name = Pods; sourceTree = ""; }; + B4496F336EAAB25D244BD967B55AECA7 /* assets */ = { + isa = PBXGroup; + children = ( + E6F082CB693EDCDBEED4BBBED2AE38DB /* native-bridge.js */, + ); + name = assets; + path = Capacitor/Capacitor/assets; + sourceTree = ""; + }; B4C47258E6F4768D12E6AF64494C8192 /* GoogleUtilities */ = { isa = PBXGroup; children = ( @@ -3730,19 +3702,6 @@ name = CoreOnly; sourceTree = ""; }; - B77FCC80C39246476C04C760D3E8AA36 /* CapacitorGeolocation */ = { - isa = PBXGroup; - children = ( - 8E6BDF40AD2695FD2DE40D77307D8EB1 /* GeolocationPlugin.h */, - 8E896DD763FFC0DC28E8D61716E8204B /* GeolocationPlugin.m */, - 66C67748B12B5221015D873AEBFA7551 /* GeolocationPlugin.swift */, - 0B810E6D0500343B44079B3E2D797AF9 /* Pod */, - 18BE8B5E0C1499B0054A54707DA64F87 /* Support Files */, - ); - name = CapacitorGeolocation; - path = "../../../node_modules/@capacitor/geolocation"; - sourceTree = ""; - }; B89A493EFBDF6982194F62C454422526 /* Logger */ = { isa = PBXGroup; children = ( @@ -3753,29 +3712,24 @@ name = Logger; sourceTree = ""; }; - BDDFF6D9D999C230E77E6140149E1AC7 /* Support Files */ = { + BCEB1270813E22FD5030040102630973 /* Pod */ = { isa = PBXGroup; children = ( - E697C23CABF4ACC966FFB11EAF541A0C /* Firebase.debug.xcconfig */, - 8201269CB24EC3DDD20499E5BAEF78CC /* Firebase.release.xcconfig */, + 2C9E0F8895DE3680D254C205F4F3DF0F /* CapacitorDevice.podspec */, + 7A288A77C5BE90ABC54476B0ADB1A93F /* LICENSE */, + 00FAB0339F026511C8DF481F530B5E8F /* README.md */, ); - name = "Support Files"; - path = "../Target Support Files/Firebase"; + name = Pod; sourceTree = ""; }; - BF66D2006CD563891E007106C81C0273 /* Support Files */ = { + BDDFF6D9D999C230E77E6140149E1AC7 /* Support Files */ = { isa = PBXGroup; children = ( - DBDE9ECD6728FBB00EA29799D2F080E3 /* CapacitorPreferences.modulemap */, - 430BD877C79934B700BA1245EA430F9A /* CapacitorPreferences-dummy.m */, - 585BE9B51F3A5C4E2B332AE05CA614CA /* CapacitorPreferences-Info.plist */, - 1C203E22925F30A8A7185101204477AF /* CapacitorPreferences-prefix.pch */, - 9B33D9B137E4AC90C02EC6BA2C978104 /* CapacitorPreferences-umbrella.h */, - 0BF3EE23A7561E73B7EA0273EB5CEBB4 /* CapacitorPreferences.debug.xcconfig */, - C3A4D165D87B673F19464007EDEFF4A7 /* CapacitorPreferences.release.xcconfig */, + E697C23CABF4ACC966FFB11EAF541A0C /* Firebase.debug.xcconfig */, + 8201269CB24EC3DDD20499E5BAEF78CC /* Firebase.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorPreferences"; + path = "../Target Support Files/Firebase"; sourceTree = ""; }; C0568C956013CBFCB416E0C9ED79F986 /* Support Files */ = { @@ -3789,16 +3743,41 @@ path = "../Target Support Files/GoogleMaps"; sourceTree = ""; }; - C1BC8A30DBD79DEDB5FDF238125E4116 /* CapacitorCordova */ = { + C16A6F9DC920E5753D27084461C1657A /* Development Pods */ = { isa = PBXGroup; children = ( - 8BF5A8B51D1C6A14B19C6FB852D8FCB8 /* CapacitorCordova.h */, - 33FE61211A515BA2DCF0237ECA13E80E /* Classes */, - 006CBFFE1ABA2C27ECAE2DA3AD097ABB /* Pod */, - 3A2900211878E82CD4996829AAA68360 /* Support Files */, + 4DBEBE3BF711F985434A3252BE985D6A /* Capacitor */, + E22CCB5F8B29B083664DE79649431DB2 /* CapacitorBrowser */, + 69B294086EF01A34135736C0E9502E1B /* CapacitorCamera */, + 107B94BD00C0DCBC9DED5C9FCDD74BE2 /* CapacitorCordova */, + 93FE8C63A3D7E0276CA17693298D1576 /* CapacitorDevice */, + 2C89C528ACD6021DF53EB759FCA19CD8 /* CapacitorDialog */, + 39BA2086F007D1036088CAA5C5AE7341 /* CapacitorGeolocation */, + E2C9A0688EE72B6DFF17EF5839603F59 /* CapacitorGoogleMaps */, + 92FAFCECEE5B7E3E4179650F3A7A6C72 /* CapacitorHaptics */, + F4E50E85FC48D22BFDAB1C607155D496 /* CapacitorKeyboard */, + 39B5436FE4FBD4681D3BC9E0695900D7 /* CapacitorNetwork */, + AFAAF91F0FF088ABE6464BBF43015AD1 /* CapacitorPreferences */, + E621CAE50C0649D902C31CBF76E20315 /* CapacitorPushNotifications */, + C175B48F9E7640E4839C7AE5EB6FA746 /* CapacitorShare */, + 7752978A3BDC786ACE819DA8F79C8812 /* CapacitorSplashScreen */, + FB98B9BB24EFFB28C2893AD078C51E34 /* CapacitorStatusBar */, + 39D3569B4E894D6036D58D0D8BFC4E47 /* CordovaPlugins */, ); - name = CapacitorCordova; - path = "../../../node_modules/@capacitor/ios"; + name = "Development Pods"; + sourceTree = ""; + }; + C175B48F9E7640E4839C7AE5EB6FA746 /* CapacitorShare */ = { + isa = PBXGroup; + children = ( + B3B0960D774768FEE8E5AEFD9651FFD1 /* SharePlugin.h */, + 427F0714A7FB8E673B98503BD7E37B30 /* SharePlugin.m */, + 12E8065C3E245B88ABB3CF33FA5101CD /* SharePlugin.swift */, + FE7E2431B4D0160331335FD88D7A9017 /* Pod */, + 918CFFF0CC7D33CB881024B47F5170F6 /* Support Files */, + ); + name = CapacitorShare; + path = "../../../node_modules/@capacitor/share"; sourceTree = ""; }; C2BD047B8849602542B399C9A6291EF1 /* Support Files */ = { @@ -3815,19 +3794,19 @@ path = "../Target Support Files/PromisesObjC"; sourceTree = ""; }; - C481894BA41F425B7A71A7E64B5E50EA /* Support Files */ = { + C306F09438221AC50D8D1C62531008F9 /* Support Files */ = { isa = PBXGroup; children = ( - 29D7AA77C5A11F5A1F5E2C26CA9A57CE /* CapacitorStatusBar.modulemap */, - 696F93C463647EE7516468A0644B5F8B /* CapacitorStatusBar-dummy.m */, - 488BEBD00FB7A98319BC25882B9BD176 /* CapacitorStatusBar-Info.plist */, - ACEED0BB9484CE2BBFD943BFBCFE0604 /* CapacitorStatusBar-prefix.pch */, - 6AA75FBE638137E720A0ABCBBC4345FA /* CapacitorStatusBar-umbrella.h */, - B454C1390B322C6D417D05D21999D085 /* CapacitorStatusBar.debug.xcconfig */, - A8CCF0BA84B07ADA333E348358034580 /* CapacitorStatusBar.release.xcconfig */, + EE2631C4EF154C051902932BE032D2B7 /* CordovaPlugins.modulemap */, + D13DACF21A5BB8EFF3672B9520858EC6 /* CordovaPlugins-dummy.m */, + 9F40FB1960E43E0B28CCDC0264D862D4 /* CordovaPlugins-Info.plist */, + 7634A84F364782D06D99EF0AD3F46217 /* CordovaPlugins-prefix.pch */, + FD9B0A2CC6E0649E3086DBD16FCE754F /* CordovaPlugins-umbrella.h */, + 8B21C99759F5AB8DF681FF29DE8D39F0 /* CordovaPlugins.debug.xcconfig */, + 88E77BE2547093D08C9AF9E57136968B /* CordovaPlugins.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorStatusBar"; + path = "../App/Pods/Target Support Files/CordovaPlugins"; sourceTree = ""; }; C53B828C85437548258EA96C42AD3D21 /* GoogleMaps */ = { @@ -3841,30 +3820,35 @@ path = GoogleMaps; sourceTree = ""; }; - CB0FFB09731C7DD3CFB50FD4B9F046AC /* Maps */ = { + C66E57F941CA724E458E2E8576209EAF /* Support Files */ = { isa = PBXGroup; children = ( - 63B4EDDEC3A6ADB6BCC757FDDF3D7BE4 /* Frameworks */, - 4B8D2B60B78F3EAAE1D4E8F4D172F50C /* Resources */, + C083C32901ACBCA36D77FD53204C7611 /* CapacitorPushNotifications.modulemap */, + A8FD2B9074BF306249D6552AA75D3624 /* CapacitorPushNotifications-dummy.m */, + 0A72CFCFAD2AAD0E752B1EED955B5590 /* CapacitorPushNotifications-Info.plist */, + E8CF560547969F6F45C57073656B33C4 /* CapacitorPushNotifications-prefix.pch */, + 18F50A3017765458AF908F9D86D41CC0 /* CapacitorPushNotifications-umbrella.h */, + CC4B184E071132DCC90BE4120EE8FAD6 /* CapacitorPushNotifications.debug.xcconfig */, + CADFFB7A2B05E370BABF1649B8596ED5 /* CapacitorPushNotifications.release.xcconfig */, ); - name = Maps; + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorPushNotifications"; sourceTree = ""; }; - CEE2F37B0BC9A94A1374F3F6F7D170B3 /* Pod */ = { + CB0FFB09731C7DD3CFB50FD4B9F046AC /* Maps */ = { isa = PBXGroup; children = ( - DEFE5A2E4925D8E93532B462A7467615 /* CapacitorStatusBar.podspec */, - 45EED152799871991E6249C162EC4C97 /* LICENSE */, - 6835C94991E78CD7F763C87F0CA060A5 /* README.md */, + 63B4EDDEC3A6ADB6BCC757FDDF3D7BE4 /* Frameworks */, + 4B8D2B60B78F3EAAE1D4E8F4D172F50C /* Resources */, ); - name = Pod; + name = Maps; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 79B57EF55D5E8402DD730CB0DF8B4F93 /* Development Pods */, + C16A6F9DC920E5753D27084461C1657A /* Development Pods */, D68CA58901FBF589D75F5E40F1EAF5BA /* Frameworks */, B245F8388C3E34F81E40774EB3E328F2 /* Pods */, E9C7A83DA104D819708DC6E9CA07D6CF /* Products */, @@ -3896,19 +3880,34 @@ name = "NSData+zlib"; sourceTree = ""; }; - D21203F74508102E032332DC0A002B72 /* Support Files */ = { + D288554D37FD7A6C5FC10BA814BBB32A /* Support Files */ = { isa = PBXGroup; children = ( - 38DD07076D4F8C4F1B8387D7418327F7 /* CapacitorKeyboard.modulemap */, - 1EA105B553EBEDE41491BC1C5304B460 /* CapacitorKeyboard-dummy.m */, - 2A8585190D7695B318EB639071DFC681 /* CapacitorKeyboard-Info.plist */, - 5F871E0E279A06917A769FC7E864973B /* CapacitorKeyboard-prefix.pch */, - 95561B21D3823947F5A363BD391B7C30 /* CapacitorKeyboard-umbrella.h */, - 09EA1AA77A1C25113D03421CB33721E4 /* CapacitorKeyboard.debug.xcconfig */, - 9246CBB61BB322A34A9AE251456440E1 /* CapacitorKeyboard.release.xcconfig */, + D4066097582F9BD7536E001E9E077610 /* CapacitorCamera.modulemap */, + 337D10D6E585FD9D3B1A6F9F5ABFC9C2 /* CapacitorCamera-dummy.m */, + 32161D98C8E7A0D2DFF91F78D9E460E8 /* CapacitorCamera-Info.plist */, + AEC21EE0EA699C1115C8743D6E9F2231 /* CapacitorCamera-prefix.pch */, + 340747153EF89399EA2720B1B1E70B2A /* CapacitorCamera-umbrella.h */, + 7D66EC437FCA16144C1FE43C9F4EB5B9 /* CapacitorCamera.debug.xcconfig */, + DA5DAE73316875279320E9122D398861 /* CapacitorCamera.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorKeyboard"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorCamera"; + sourceTree = ""; + }; + D2C81CC0D98218EA4E43CDB3663D3F09 /* Support Files */ = { + isa = PBXGroup; + children = ( + 962CB85A2AC91BFA2AD971F83F5B3D62 /* CapacitorSplashScreen.modulemap */, + 69ED165271B1FCC82E6483EB47F06D3D /* CapacitorSplashScreen-dummy.m */, + F1AD6B701985E6B2671629C84B3EC7C0 /* CapacitorSplashScreen-Info.plist */, + 1CFDF1F8C28748F249316F05F4BBEA26 /* CapacitorSplashScreen-prefix.pch */, + E70A916B81B45BFA3F03706883C5966A /* CapacitorSplashScreen-umbrella.h */, + 24E28901D13B4810BC9D1834F0BD4429 /* CapacitorSplashScreen.debug.xcconfig */, + AE6607B68039F89CC44A799C7ADA6D56 /* CapacitorSplashScreen.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorSplashScreen"; sourceTree = ""; }; D30CDAAD6FD84F7ED78A4CA8B508BB77 /* FirebaseMessaging */ = { @@ -4003,18 +4002,19 @@ path = FirebaseMessaging; sourceTree = ""; }; - D47750C365228003A718FE8D4805B2BC /* CapacitorPushNotifications */ = { + D31403FC7B0B95CDD7AF51B15FB84565 /* Support Files */ = { isa = PBXGroup; children = ( - 607A509624B5D4CD9795CB15D329F37E /* PushNotificationsHandler.swift */, - D0DFC5F837866D3D7F8CAB2041AC905B /* PushNotificationsPlugin.h */, - 2D430D4E16B743CF374F6EAD6EE2E755 /* PushNotificationsPlugin.m */, - B2329206EB7A88678E0BA8AB47A64F0D /* PushNotificationsPlugin.swift */, - 37FA025EBBD5B77F2282879C093AA98D /* Pod */, - 60AC437639D42E7CAA6DDDB04B1E8D7F /* Support Files */, + 11CC8877D3C31F3358EAEAE4592AC52F /* CapacitorKeyboard.modulemap */, + 4AF044A6B62D8530C862359F7C5CB005 /* CapacitorKeyboard-dummy.m */, + F372D643A5D5B0FCE0B74D44F7903069 /* CapacitorKeyboard-Info.plist */, + 1206B11B10AAC31D5383BB60BBB2047A /* CapacitorKeyboard-prefix.pch */, + 4DBECB722970141611D57CBB1C881450 /* CapacitorKeyboard-umbrella.h */, + 4A7B8A64B826D1C3476FDA9AB3D59735 /* CapacitorKeyboard.debug.xcconfig */, + 461F05B2EB5B61E2BAC78E3C2B2D279C /* CapacitorKeyboard.release.xcconfig */, ); - name = CapacitorPushNotifications; - path = "../../../node_modules/@capacitor/push-notifications"; + name = "Support Files"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorKeyboard"; sourceTree = ""; }; D605FA1DE6F2D3894D5E1A5DE139675B /* encode */ = { @@ -4032,34 +4032,64 @@ name = Frameworks; sourceTree = ""; }; - E00B2511B8835E2ABBD4782DBEFE3037 /* Support Files */ = { + DC22B39418A2BE4BCAA950DEEB64AE5D /* Support Files */ = { isa = PBXGroup; children = ( - D51E5C49017062299295E14E5CD73BEE /* CapacitorShare.modulemap */, - 553DA75CE117518CB20E02E29AB7E5DD /* CapacitorShare-dummy.m */, - 02F6A3F6DABCDB3B31A70250D1AF571D /* CapacitorShare-Info.plist */, - 6C7AE8BA797A8969EDB2F6C68C11CF79 /* CapacitorShare-prefix.pch */, - 8E853ED137158F09ED34D53453ED0B0A /* CapacitorShare-umbrella.h */, - 48F0D91522847A67F45748A32C966573 /* CapacitorShare.debug.xcconfig */, - CFC37BA36DE3B6F95C4B418A78EDF71C /* CapacitorShare.release.xcconfig */, + F328234C34022FD8127E2DF90FAFF3F9 /* CapacitorStatusBar.modulemap */, + A040E6613011E16457A29C85DDB21D7A /* CapacitorStatusBar-dummy.m */, + 96848A4BD4ADE4348597F1E0FCE23D88 /* CapacitorStatusBar-Info.plist */, + 44D435BC2625926C69080AF9572C9E8A /* CapacitorStatusBar-prefix.pch */, + 7B9F0E8A90A6304F87584321C779E132 /* CapacitorStatusBar-umbrella.h */, + C366205F900A5F29E83A36E3C1F56FE2 /* CapacitorStatusBar.debug.xcconfig */, + 7A566B2BA93B20B9F830A00CA7C64291 /* CapacitorStatusBar.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorShare"; + path = "../../../ios/App/Pods/Target Support Files/CapacitorStatusBar"; sourceTree = ""; }; - E3BCF74D87DB434D550EC03557A28FAC /* Support Files */ = { + E13F27487ACB7C36074489E6E11FC9DA /* Pod */ = { isa = PBXGroup; children = ( - 19D30978551F4B49DBA51D67A82A7355 /* CapacitorNetwork.modulemap */, - 5372D2BF0C2FD6613956B3E9077AE4F2 /* CapacitorNetwork-dummy.m */, - 73600E02A2683E9C6E2165E8B4F415C0 /* CapacitorNetwork-Info.plist */, - 3B30DB3FB6504842027FDCA2E6CD428C /* CapacitorNetwork-prefix.pch */, - 08B619401E7ACC8F1F9341B72B1DE468 /* CapacitorNetwork-umbrella.h */, - 21602A6A30762319E876BE507D548344 /* CapacitorNetwork.debug.xcconfig */, - 0FED25A43BD3602E23A4CE7329A6F7E0 /* CapacitorNetwork.release.xcconfig */, + DEC4408FB82213AD7AA179C83097B0AA /* Capacitor.modulemap */, + 807EBF9DC9BBA3E3FF9F363F79A0CBE0 /* Capacitor.podspec */, ); - name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorNetwork"; + name = Pod; + sourceTree = ""; + }; + E22CCB5F8B29B083664DE79649431DB2 /* CapacitorBrowser */ = { + isa = PBXGroup; + children = ( + C47C7347E38CC1C5BF2F93C3767BDC83 /* Browser.swift */, + EA2F9AB1F8DCF3B01837565A3410652B /* BrowserPlugin.h */, + CA25A79325C1CD38FBA247E92FBAB477 /* BrowserPlugin.m */, + 73577950ECEA6CBFA8803975048F0E4E /* BrowserPlugin.swift */, + 2368AD70B4AB4D8FC3F5A40179A49F0F /* Pod */, + 5F256817AB553FB256C1D5CDDC859B10 /* Support Files */, + ); + name = CapacitorBrowser; + path = "../../../node_modules/@capacitor/browser"; + sourceTree = ""; + }; + E2C9A0688EE72B6DFF17EF5839603F59 /* CapacitorGoogleMaps */ = { + isa = PBXGroup; + children = ( + 81A07D7F5F339C36F7CBAE7D77B28AA0 /* CapacitorGoogleMapsPlugin.h */, + 4A8358B5402ADD2793EE32D7EC09588C /* CapacitorGoogleMapsPlugin.m */, + 24A0B53296E328F2FFB85482783829DD /* CapacitorGoogleMapsPlugin.swift */, + B01EC6B5E32E73C48C9FBD8718D2D487 /* Circle.swift */, + C82636433006D127F363C65F6710BFC0 /* GoogleMapCameraConfig.swift */, + 9E7F1415589955540984F27CD9149913 /* GoogleMapConfig.swift */, + 1873A74E751B164669E0F888F69C1541 /* GoogleMapErrors.swift */, + 39785523014D61A6A9C49A002EAF7A55 /* GoogleMapPadding.swift */, + E02DC99D20FC9B43238ACE317DE52605 /* Map.swift */, + 6C37571E9196FF099C15F031A94C71FF /* Marker.swift */, + 166D683A71A3F86622242E76840C8F91 /* Polygon.swift */, + F3A705AF7D99EF8A3B86D2DD61FA5EB8 /* Polyline.swift */, + FC5769C8B9ED6AD35F99E6E5562F1FC3 /* Pod */, + 4C63731654D1B94F6571D27AEAF6AC49 /* Support Files */, + ); + name = CapacitorGoogleMaps; + path = "../../../node_modules/@capacitor/google-maps"; sourceTree = ""; }; E5FC485EFE7ECEEB91A142AB78A61A45 /* Support Files */ = { @@ -4076,6 +4106,20 @@ path = "../Target Support Files/FirebaseCoreDiagnostics"; sourceTree = ""; }; + E621CAE50C0649D902C31CBF76E20315 /* CapacitorPushNotifications */ = { + isa = PBXGroup; + children = ( + 0E5D5044F752BBC0AE75B1B63DC26276 /* PushNotificationsHandler.swift */, + 60EB2C9CF9BE09445FE97D5C2FB4F046 /* PushNotificationsPlugin.h */, + F62BEA1D5FB84E73EAB801D2386D72F6 /* PushNotificationsPlugin.m */, + CF88314FDCFCDD6D08D338ACD1D57DBC /* PushNotificationsPlugin.swift */, + 5BCE514401F2277546F238382DF8111B /* Pod */, + C66E57F941CA724E458E2E8576209EAF /* Support Files */, + ); + name = CapacitorPushNotifications; + path = "../../../node_modules/@capacitor/push-notifications"; + sourceTree = ""; + }; E9C7A83DA104D819708DC6E9CA07D6CF /* Products */ = { isa = PBXGroup; children = ( @@ -4178,44 +4222,18 @@ path = GoogleDataTransport; sourceTree = ""; }; - ECF39610F8F8F9C9E67EAAA20987050A /* Support Files */ = { - isa = PBXGroup; - children = ( - 2D1A5C0952F5DEB99A04199E2BAC2F09 /* CapacitorDevice.modulemap */, - AC1B873CC6848125B0F64BC949C17A0F /* CapacitorDevice-dummy.m */, - 927029C400C239DC72E676D68ED80D2D /* CapacitorDevice-Info.plist */, - 7EC8237ECF4AC15D0707D7545BBF3CB9 /* CapacitorDevice-prefix.pch */, - 4B0C90D5F817765140931CD7F5A5CD74 /* CapacitorDevice-umbrella.h */, - 67671A8B22D347456741F4ECEE2CA010 /* CapacitorDevice.debug.xcconfig */, - DA0998E610520B65112289915E5D0F5E /* CapacitorDevice.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/App/Pods/Target Support Files/CapacitorDevice"; - sourceTree = ""; - }; - F0F45643490658C305EFDC502E0CCD55 /* Support Files */ = { - isa = PBXGroup; - children = ( - 32770F8EC60225BDAAB657DB0D28D6F9 /* CordovaPlugins.modulemap */, - 851A116CFF71710040AB57A670F3CDD0 /* CordovaPlugins-dummy.m */, - 1331F27028514EDC6B90F02C6CF20190 /* CordovaPlugins-Info.plist */, - 5A69151FD687458E2AA5CF9F392EA714 /* CordovaPlugins-prefix.pch */, - A1CF890668A2D94C2E0A597505782ADA /* CordovaPlugins-umbrella.h */, - EFC51F24868FC3E35F35C8593F46B243 /* CordovaPlugins.debug.xcconfig */, - 83A8E60B9D6BA642951DCB8033EDE60C /* CordovaPlugins.release.xcconfig */, - ); - name = "Support Files"; - path = "../App/Pods/Target Support Files/CordovaPlugins"; - sourceTree = ""; - }; - F569EEEFFAE86197F9408D68C975FB65 /* Pod */ = { + F4E50E85FC48D22BFDAB1C607155D496 /* CapacitorKeyboard */ = { isa = PBXGroup; children = ( - D5C16B965F546002AB40764D2E9591E1 /* CapacitorCamera.podspec */, - 4D8981571FF78551252BB5BA48636E70 /* LICENSE */, - 482877F4C310656B7E1755D6DAEF9E09 /* README.md */, + 9B1C8F2271AF76351B1E2344C3A4AC03 /* Keyboard.h */, + 377CA5792C861B087AF662A80FA98390 /* Keyboard.m */, + 210B9A0504E0D98337EA2763BDD3F092 /* KeyboardPlugin.h */, + C97A60788968BA1E7A0C766B34DD9CDE /* KeyboardPlugin.m */, + 4F45E07D8F1732AC9B598D696BCB1051 /* Pod */, + D31403FC7B0B95CDD7AF51B15FB84565 /* Support Files */, ); - name = Pod; + name = CapacitorKeyboard; + path = "../../../node_modules/@capacitor/keyboard"; sourceTree = ""; }; F57BF541405FDA09B835007C26D50C90 /* Environment */ = { @@ -4258,39 +4276,36 @@ path = "../Target Support Files/FirebaseMessaging"; sourceTree = ""; }; - FC5F54960DFC8AB56F75FC50244EE747 /* Pod */ = { + FB98B9BB24EFFB28C2893AD078C51E34 /* CapacitorStatusBar */ = { isa = PBXGroup; children = ( - C2007D22385B51A94912CB3B7B8D958E /* CapacitorHaptics.podspec */, - D5DA5D20A2F3C9FBEB15B0094D52EBFE /* LICENSE */, - 4CAC09A84937CA89A05E7938074CAE83 /* README.md */, + 1748881051BB408C0226C436F9515EFF /* StatusBarPlugin.h */, + F43282CFDC2701785D879967CCC585F9 /* StatusBarPlugin.m */, + 9E3173952140D3233405D77EA7958525 /* StatusBarPlugin.swift */, + 2844BB1E7AE546403AC09CA36807C5E6 /* Pod */, + DC22B39418A2BE4BCAA950DEEB64AE5D /* Support Files */, ); - name = Pod; + name = CapacitorStatusBar; + path = "../../../node_modules/@capacitor/status-bar"; sourceTree = ""; }; - FE3C2D073E4B0A7494209ED0DFCDE7C2 /* CapacitorDialog */ = { + FC5769C8B9ED6AD35F99E6E5562F1FC3 /* Pod */ = { isa = PBXGroup; children = ( - 4015ED794BAB2834F527ABD3AD301522 /* DialogPlugin.h */, - 21315CDA8B06A4CDCBF765107C6AB419 /* DialogPlugin.m */, - 11ECF8A399AB9B15FE31226997719881 /* DialogPlugin.swift */, - 0EBA6FF6327C1F5DF16BEC570D70C4AA /* Pod */, - 9B58546C7F4034C6411BB4DD9719A06C /* Support Files */, + F2F8FA2C2E31E5DD5868E27DBEA2C923 /* CapacitorGoogleMaps.podspec */, + B7027EF1C63E43685C85A4C56935003F /* README.md */, ); - name = CapacitorDialog; - path = "../../../node_modules/@capacitor/dialog"; + name = Pod; sourceTree = ""; }; - FE6B53E180E16C806E7FB88B31FBE6D5 /* CordovaPlugins */ = { + FE7E2431B4D0160331335FD88D7A9017 /* Pod */ = { isa = PBXGroup; children = ( - BE846884ACC898431422316373E41C07 /* IonicCordovaCommon.h */, - 87230843E5FE75D6E6A21428E7D9C46A /* IonicCordovaCommon.m */, - A3CC7C4BE03001AED91704CFFAB9EC6D /* Pod */, - F0F45643490658C305EFDC502E0CCD55 /* Support Files */, + 03BBB8F83871E551550F84A99A11EC49 /* CapacitorShare.podspec */, + E658605B17CE7435073E43C5DAFFC0A1 /* LICENSE */, + 6569B517DC7C147B5C7CB5F4A9EF8F86 /* README.md */, ); - name = CordovaPlugins; - path = "../../capacitor-cordova-ios-plugins"; + name = Pod; sourceTree = ""; }; /* End PBXGroup section */ @@ -4323,101 +4338,135 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 22FAC5BFA95931DF3ACFF7299321DCCB /* Headers */ = { + 1247B7178F8384A92DF379F8DD129ABF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D5EB356F7263C75FF1F8A2AA62796198 /* Pods-App-umbrella.h in Headers */, + 41B0FD09EA80AB158C58976303F563C1 /* FIRAnalyticsConfiguration.h in Headers */, + BCC93ED6FD2B62E909C51175D542DB7C /* FIRApp.h in Headers */, + 3C011BEC45543899981EE41DA6474414 /* FIRAppAssociationRegistration.h in Headers */, + 3F037F73555EDC9E4ACEC60762553891 /* FIRAppInternal.h in Headers */, + ECE884902259D150F7A6F6A8A9A06E96 /* FIRBundleUtil.h in Headers */, + D08594502DBA38AB8A7B944CB8FA8D35 /* FIRComponent.h in Headers */, + E3911D8D7158111CD787149C1AC1D786 /* FIRComponentContainer.h in Headers */, + 35D273421A9F92578A772F724023C364 /* FIRComponentContainerInternal.h in Headers */, + 107D6C2B9CFF541234B54C5194582199 /* FIRComponentType.h in Headers */, + 080D56B85A577CB5D1C7FFF61D3F0F5A /* FIRConfiguration.h in Headers */, + 2EF0F5828B6DE6724BB2578D1FBC09F1 /* FIRConfigurationInternal.h in Headers */, + 1E2DF02173D19C08C7FB6A75D797AD5C /* FIRCoreDiagnosticsConnector.h in Headers */, + 135298D8D363B9B5F9EEDE67D496F9BB /* FIRCoreDiagnosticsData.h in Headers */, + 202EED89EE2EEC7F29EFB75B71BC9DE9 /* FIRCoreDiagnosticsInterop.h in Headers */, + 0B79670F19540E7C837FF5C4A9AE80B7 /* FIRDependency.h in Headers */, + 1EA206CC528D5435F667C2C7718BE4C1 /* FIRDiagnosticsData.h in Headers */, + 2E588AF13D25082D3AF09D71372665A2 /* FirebaseCore.h in Headers */, + AA351883FE9DF1CD416330597516B0DE /* FirebaseCore-umbrella.h in Headers */, + 4AE298FFDED888C78584CCBA20FF4F5D /* FirebaseCoreInternal.h in Headers */, + FB6C644C73F38038AFFFF1CAA82FD9E5 /* FIRFirebaseUserAgent.h in Headers */, + E4A190C35E2BA5DFE585FA36AE667D9B /* FIRHeartbeatInfo.h in Headers */, + 6E1994EBE3D60C0E303BF6B0A83F0622 /* FIRLibrary.h in Headers */, + EACFF63507347309CAD9258A976DA62B /* FIRLogger.h in Headers */, + 47CB04EFE4F2771B13F6CD46C6B7C9B6 /* FIRLoggerLevel.h in Headers */, + 0BD1066798FB141F873DD7892441D0E1 /* FIROptions.h in Headers */, + D1DD6F7542DDA0FDEA59BBF7443E30B4 /* FIROptionsInternal.h in Headers */, + 64FA258A91FE02CFDFA90EC2F6E67F7C /* FIRVersion.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2C651E3C07DA920B6F149303E5B02B84 /* Headers */ = { + 22FAC5BFA95931DF3ACFF7299321DCCB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - C720CA0929E268F11F39CCECD96964C3 /* FBLPromise.h in Headers */, - 6636A41B0C0DBEEAE149E29D91FB8EB0 /* FBLPromise+All.h in Headers */, - D002FD784B8A58518232FB117C84F220 /* FBLPromise+Always.h in Headers */, - 45B0FA4DB19194B87A13FD5642999D3B /* FBLPromise+Any.h in Headers */, - 4D90966B110E1BE1FFF8C697BD1AAB46 /* FBLPromise+Async.h in Headers */, - 27CE35B7C0A1C5599E6C9669ACA8ACC9 /* FBLPromise+Await.h in Headers */, - 69FFD0F5546A5A04D941EA1E6CAEAE21 /* FBLPromise+Catch.h in Headers */, - B3AB4A2CCB6AA32F61AE977915D6F8B9 /* FBLPromise+Delay.h in Headers */, - E7D39C8D9DE8C3BCB596EF46CB2A299B /* FBLPromise+Do.h in Headers */, - 0F882FE9FB6DE89F76D3A1324FF1F390 /* FBLPromise+Race.h in Headers */, - A08C6E7BE7EC56B27839E7A5BBC9A171 /* FBLPromise+Recover.h in Headers */, - C5B0CE9F71B6E2BF0F1A1539CF5A7737 /* FBLPromise+Reduce.h in Headers */, - 72015555BB601660FD52DCFEE2BAF9D6 /* FBLPromise+Retry.h in Headers */, - B8119A2B512B5D855CF316F8F3DA7C90 /* FBLPromise+Testing.h in Headers */, - EADF9DBA971D17BD9048D4ACA9EA29D2 /* FBLPromise+Then.h in Headers */, - AB38733E274563B31F53EDF75A1B1B91 /* FBLPromise+Timeout.h in Headers */, - 3506EF1DE6BD7A046F016C5FFF425541 /* FBLPromise+Validate.h in Headers */, - B42A39AEDC3E2EE19ABE14E81B6714F9 /* FBLPromise+Wrap.h in Headers */, - 12DA9073CAFCC353B68DB0B02B23AD2E /* FBLPromiseError.h in Headers */, - 84C10C4930BA19BC64949E3755C5F4AB /* FBLPromisePrivate.h in Headers */, - A86EA97CB82B08D8F6CDF4BB08D702FF /* FBLPromises.h in Headers */, - 922A0FC9A1EF053356B8556B371EF6C0 /* PromisesObjC-umbrella.h in Headers */, + D5EB356F7263C75FF1F8A2AA62796198 /* Pods-App-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 309B6030FABDB1011F8D8F57BB253612 /* Headers */ = { + 47822483CD1780AF6D01D7A8CEB80268 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B4DCE80BEF4BC12EF69604C2062F6C25 /* nanopb-umbrella.h in Headers */, - 20974924740510F5692AEDDE795FEF61 /* pb.h in Headers */, - B4F5B2951B56A8551A73692461AC8F5E /* pb_common.h in Headers */, - 98AEFEFC72C8DD048C13D3EFF3F577FD /* pb_decode.h in Headers */, - 501F5F06C496850300D91A48CD39178D /* pb_encode.h in Headers */, + 69785B20B19E5CD8FBFB8DFD8856E6D0 /* FIRAppInternal.h in Headers */, + FDA42DEFDE5E7840A3000548A98B34D8 /* FIRComponent.h in Headers */, + 1542DA0BD75E4D248FAAAACEA40EB7E7 /* FIRComponentContainer.h in Headers */, + 6E55E5639428C6BF5669669C2E068E99 /* FIRComponentType.h in Headers */, + F9F3C62FE08EF11CBA86E9CBC9439BFE /* FIRCoreDiagnosticsConnector.h in Headers */, + A63FE9073D0DA2862A71CDB83ECDC19B /* FIRCurrentDateProvider.h in Headers */, + 4B29B6E5F22BB4B7636E392EE94A9BCE /* FIRDependency.h in Headers */, + B6E195B3D1480242DCF1A28FE656A033 /* FirebaseCoreInternal.h in Headers */, + 8A2A19ABA853E5F6B719406638F10019 /* FirebaseInstallations.h in Headers */, + B6C44D2CFF345752C45872DCFCFEA81E /* FirebaseInstallations-umbrella.h in Headers */, + 96FBE982E8B424ABBACEA9FF32E693DE /* FirebaseInstallationsInternal.h in Headers */, + B42AE945679324959288CC172183C891 /* FIRHeartbeatInfo.h in Headers */, + 2BF3C14CEEDE9A255C055A08935D7F5C /* FIRInstallations.h in Headers */, + E294983F4729C31ED4A56B2D645F35B5 /* FIRInstallationsAPIService.h in Headers */, + AAA4F02C72ED29424DE25CEDFAC78B76 /* FIRInstallationsAuthTokenResult.h in Headers */, + 4D1367719C99FF9D909355388D0A7A86 /* FIRInstallationsAuthTokenResultInternal.h in Headers */, + 2C6DAE06AB5022C0BC9EA6BD5F9C86AF /* FIRInstallationsBackoffController.h in Headers */, + DBEEE4B5D27EFF8EE39787741B315983 /* FIRInstallationsErrors.h in Headers */, + BB72E2BF67F95651D230840053110653 /* FIRInstallationsErrorUtil.h in Headers */, + 8D8CB071652BDB2B34FD19C7CFCF582D /* FIRInstallationsHTTPError.h in Headers */, + 2151F8BB08D7B2E50DF95A56A6F76F54 /* FIRInstallationsIDController.h in Headers */, + 6747C752DD9943D00920F0037E4E09A1 /* FIRInstallationsIIDStore.h in Headers */, + 8913755749EF650D15242D5E60B9C20B /* FIRInstallationsIIDTokenStore.h in Headers */, + ABC8FEAEE0BF4CA481E8F0B3E48D2A60 /* FIRInstallationsItem.h in Headers */, + 48577039BF95F8C326A40A6925A30F06 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, + 30100B6382DFD5F2657EBBE79EBA27D7 /* FIRInstallationsLogger.h in Headers */, + 9B68144B3A41CE62C0F6F39552F23160 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, + 70055992D09A2DE235744DDDC9A3EDF6 /* FIRInstallationsStatus.h in Headers */, + 3901C83E4231F8038C0C3E4B1CFA6FDB /* FIRInstallationsStore.h in Headers */, + 0CF36E21A74FCC533135BBEDF4140FC3 /* FIRInstallationsStoredAuthToken.h in Headers */, + 728BBEF06CED09122657A1823D0AFCA9 /* FIRInstallationsStoredItem.h in Headers */, + 3DB1DD9C4B81A6576AE702169457408B /* FIRLibrary.h in Headers */, + 80EB2BB3F84A4921A521A1B05EE1FDDC /* FIRLogger.h in Headers */, + 55FCE3882D195B0112E19098B93918D0 /* FIROptionsInternal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4FD9AC18B8F6AFF3848E5FBB162F92DA /* Headers */ = { + 4F33C1CD464B10D5E8DB67D2CE073BA1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4A95148CB34740307B91D6C249A3FA9E /* FIRAppInternal.h in Headers */, - 1407B4BFC1446F8096BEA3645969B355 /* FIRComponent.h in Headers */, - 505D2E07AE465D24A9ED66C1E740DDB2 /* FIRComponentContainer.h in Headers */, - E7BC2CF301DAA9496D89ADF6C8058123 /* FIRComponentType.h in Headers */, - F89A2F2C611A928183B50729C34CE6EF /* FIRCoreDiagnosticsConnector.h in Headers */, - 1448DC6DD165F84EDC9CF9091405515C /* FIRDependency.h in Headers */, - D03F97CBA7DD7F733E9F0167ABF954F9 /* FirebaseCoreInternal.h in Headers */, - 14F3A60189BF68A30250A258769C82AD /* FirebaseInstallationsInternal.h in Headers */, - BB5D774669902E59C3C56FE18BD68C53 /* FirebaseInstanceID.h in Headers */, - DB27B74010D27EBDA5146C715AA73642 /* FirebaseInstanceID-umbrella.h in Headers */, - A7A8400DE7B45887AC68693755D30A93 /* FIRHeartbeatInfo.h in Headers */, - C69CE509F250ECE6B1475C53B07CE3FC /* FIRIMessageCode.h in Headers */, - 6DDDF38956A9B2778B2361B8B0F2F26F /* FIRInstanceID.h in Headers */, - AA96FFF66E75FDDD2C47AF2D75B633D5 /* FIRInstanceID+Private.h in Headers */, - F066776B64A93F4E80D145173DD97BBE /* FIRInstanceID_Private.h in Headers */, - 808826F87C83AACA2B9B006298BE541F /* FIRInstanceIDAPNSInfo.h in Headers */, - 4F4BF42B8E3BBA2A6EE91FC25AB56D14 /* FIRInstanceIDAuthKeyChain.h in Headers */, - 7B7ACF0A30B5352FA531D2593FB46F6C /* FIRInstanceIDAuthService.h in Headers */, - 6BE7F58B0CC40D9645799FD68D1A6E49 /* FIRInstanceIDBackupExcludedPlist.h in Headers */, - 3147B7D8A45C489EC28E036205B467DC /* FIRInstanceIDCheckinPreferences.h in Headers */, - 132B6DCE3510A695421BAC3A5889B3A2 /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */, - 611BBD5A8EF6486378838FBFDC34AE7B /* FIRInstanceIDCheckinPreferences_Private.h in Headers */, - B54E8977D3D6DD1E03243B75B9DBED88 /* FIRInstanceIDCheckinService.h in Headers */, - D84828C1B086438C844830A8E3004A6A /* FIRInstanceIDCheckinStore.h in Headers */, - FF334DA7D820A8BF4F336A74AD472495 /* FIRInstanceIDCombinedHandler.h in Headers */, - 8A1B4E0C359D28FCA491D56D398D3DCE /* FIRInstanceIDConstants.h in Headers */, - 94977A75F17D36040BF122C71EC11B35 /* FIRInstanceIDDefines.h in Headers */, - 244642204158A30E301F729AB95A2F1A /* FIRInstanceIDKeychain.h in Headers */, - A49FBC5BACB5C3123611DFA90395888A /* FIRInstanceIDLogger.h in Headers */, - 748EF6ABD595E2B87EC5B8920AB48C79 /* FIRInstanceIDStore.h in Headers */, - 924F2C6C5B2951AF073265CDEFCE0C73 /* FIRInstanceIDTokenDeleteOperation.h in Headers */, - A83A0F4E6AE1A6F1D3F46EE530FD7411 /* FIRInstanceIDTokenFetchOperation.h in Headers */, - D22B1558CACAA1F6115F60EC1A24A70D /* FIRInstanceIDTokenInfo.h in Headers */, - 1F06F777F78C8BAF944C2C5003B541BC /* FIRInstanceIDTokenManager.h in Headers */, - FAA47316D8DFE7FBFC6829D2E72723CB /* FIRInstanceIDTokenOperation.h in Headers */, - CA9D1C0B060556123054E1105726EC52 /* FIRInstanceIDTokenOperation+Private.h in Headers */, - A5E0CEAE35B123ED1C78C8955A3FD893 /* FIRInstanceIDTokenStore.h in Headers */, - 4CFED18C66010DF1C7C1E8E813878D54 /* FIRInstanceIDUtilities.h in Headers */, - C513ECC734CE9121FC25CC5C51D07EC5 /* FIRLibrary.h in Headers */, - 29FDD14A1225A939193AD209023D170B /* FIRLogger.h in Headers */, - 042ED2B84371116B27C37021E5B9237A /* FIROptionsInternal.h in Headers */, - D5D9852E3A0FFF10E434304F13FFDF83 /* NSError+FIRInstanceID.h in Headers */, + 1C41F0510EDBFE416550110DDFC8EB28 /* FIRAppInternal.h in Headers */, + 2B39D03804AEB48E82B708E2B0E95A15 /* FIRComponent.h in Headers */, + AD26075F3BD825613FA98E4A09BDFED6 /* FIRComponentContainer.h in Headers */, + 2277CA5929E305DA4AA63470B03D16AF /* FIRComponentType.h in Headers */, + 9966F9DFBBE5F94CAFBEDA88ED8E27B6 /* FIRCoreDiagnosticsConnector.h in Headers */, + C3BBAD901B887DEC38ACDC1EB0B8099D /* FIRDependency.h in Headers */, + 7E62F3DD85C82C29EDBB547E40EABFD9 /* FirebaseCoreInternal.h in Headers */, + 9ED10D96A0C2AEBA2BC1AC77589E6BAC /* FirebaseInstallationsInternal.h in Headers */, + EDC23D63AF5AC49E6D8F2EC1F771A1E6 /* FirebaseInstanceID.h in Headers */, + C0D07B5A5C8769CDB1C6D92F46A3704C /* FirebaseInstanceID-umbrella.h in Headers */, + F077791F17F65D3A962419E9F059BF2B /* FIRHeartbeatInfo.h in Headers */, + 378DAB6D857DB9418687D9548E268931 /* FIRIMessageCode.h in Headers */, + 06A3D9515E29F83B8F1BE7BA32F53D34 /* FIRInstanceID.h in Headers */, + F608D7A489CD03B44CAD2DD6A57B3B88 /* FIRInstanceID+Private.h in Headers */, + 1BE62B9AEF330B7F47CBB505CEE24E2D /* FIRInstanceID_Private.h in Headers */, + F6C10AA477938023C006D66600A7ABE4 /* FIRInstanceIDAPNSInfo.h in Headers */, + 9C98251949CC53AD731228F4A6E6ADB9 /* FIRInstanceIDAuthKeyChain.h in Headers */, + D9FA0C86D346B4F213E8894DE6F021C9 /* FIRInstanceIDAuthService.h in Headers */, + 032EA989DCB01FD4107BADDF9455ACE5 /* FIRInstanceIDBackupExcludedPlist.h in Headers */, + EE2C6A6FDFE5AC7D3B2E3CFE0DEAD1F8 /* FIRInstanceIDCheckinPreferences.h in Headers */, + 5DCCA71708CFC6FFFC8F63B9EC126E6C /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */, + 0E57ABA4D729D834E9237DBE5F4C2A0F /* FIRInstanceIDCheckinPreferences_Private.h in Headers */, + C443C7B1AC3781425194C95C09A97125 /* FIRInstanceIDCheckinService.h in Headers */, + E6FC19A6DD2B7937FF09B298A4F149D7 /* FIRInstanceIDCheckinStore.h in Headers */, + 238B5377ED8E0C2F52654B913A778B6C /* FIRInstanceIDCombinedHandler.h in Headers */, + 52D07256186E7F29B3BB6ECFFCFAD490 /* FIRInstanceIDConstants.h in Headers */, + 1F3AA616335FE058B7356DEF787CCA01 /* FIRInstanceIDDefines.h in Headers */, + 3E7A63499606BF29690D9B716B330F74 /* FIRInstanceIDKeychain.h in Headers */, + A734488DB57FFA5BE99E3F848697CCD9 /* FIRInstanceIDLogger.h in Headers */, + 190995B227EAA54D6CD7AD98185FF8C6 /* FIRInstanceIDStore.h in Headers */, + 400A8BEB0AC7A7019CF03CA97AC03386 /* FIRInstanceIDTokenDeleteOperation.h in Headers */, + 6C08169106282A9DC4BB76935140FC9D /* FIRInstanceIDTokenFetchOperation.h in Headers */, + 0E8AED6BB2E6A83CF4ACE4A9E5DE7136 /* FIRInstanceIDTokenInfo.h in Headers */, + D57719895458EF73732BBCA6BD7B3DF0 /* FIRInstanceIDTokenManager.h in Headers */, + 9D403F39885A8048A6078967010D976B /* FIRInstanceIDTokenOperation.h in Headers */, + 773D7AB5B76A5A362FB62BB86936CBCE /* FIRInstanceIDTokenOperation+Private.h in Headers */, + F698EE6CDD77863000FF54AEBE246AFA /* FIRInstanceIDTokenStore.h in Headers */, + BE260A7993DA8028B570460B9014DAB8 /* FIRInstanceIDUtilities.h in Headers */, + D7107571E01BC5598AD5E851CC45C094 /* FIRLibrary.h in Headers */, + F71A3FA3C46A16BDACB5364BD4D2552F /* FIRLogger.h in Headers */, + 6FD4D5212756ABA3ABF2EA6AAD377294 /* FIROptionsInternal.h in Headers */, + 21B259A09B7A477E0470924A8312EA81 /* NSError+FIRInstanceID.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4448,227 +4497,203 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 63048742496DC1DE86F3724D59087245 /* Headers */ = { + 5FCA06D6F76830EBC8C2869E9683B7A1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - EAC6B07C7E655BC824D94C68A6C4FD9B /* GMSMarker+GMUClusteritem.h in Headers */, - 9C0023605AA047296BB1E7E7FA5DB996 /* GMUCluster.h in Headers */, - 4C929A32E0A6534E56F3E176EB8E1863 /* GMUClusterAlgorithm.h in Headers */, - 3F14B4D0E58D3D367078D152790C5154 /* GMUClusterIconGenerator.h in Headers */, - 32451259871B5C9733B2946EEFE22B1E /* GMUClusterItem.h in Headers */, - A42A6538B7C0F473BDE3CE7D8B1CB3B3 /* GMUClusterManager.h in Headers */, - 9A977910BBFA52A0C420253E50CBB652 /* GMUClusterManager+Testing.h in Headers */, - 54BC6FB65F08E6C6288D2307627BE88E /* GMUClusterRenderer.h in Headers */, - C548EF5AAB3FCCA0AD6867AB7CC7B0BD /* GMUDefaultClusterIconGenerator.h in Headers */, - E90E99D578029BF8CF5DCC213A866C24 /* GMUDefaultClusterIconGenerator+Testing.h in Headers */, - 36F684B350788909DE5A88DCB1A9E708 /* GMUDefaultClusterRenderer.h in Headers */, - 61E2990F6F00B3B0ED76323B584A5D2D /* GMUDefaultClusterRenderer+Testing.h in Headers */, - 1A172139B7698D6B49BF2C9AC912D381 /* GMUFeature.h in Headers */, - 6D9B043E5A583C6403FD44A60801367A /* GMUGeoJSONParser.h in Headers */, - D7AF8872FDC2429DEFC04B5F1E7D21D3 /* GMUGeometry.h in Headers */, - 43A2FB89DA04D4E9FB369EC358A942EF /* GMUGeometryCollection.h in Headers */, - A83139F4A53FA72D08049F169D8E8316 /* GMUGeometryContainer.h in Headers */, - AEE342E68E9C8FCC4FBF41168B38240D /* GMUGeometryRenderer.h in Headers */, - FE7758F04B1024ABBC8CFC8A7D3EA012 /* GMUGeometryRenderer+Testing.h in Headers */, - 91ACB292B100E7AB52E00231C5E38580 /* GMUGradient.h in Headers */, - 00C14B5F645B71957E8FA41125937EB7 /* GMUGridBasedClusterAlgorithm.h in Headers */, - D67DAD174267192C0F0C6ECAA7A73817 /* GMUGroundOverlay.h in Headers */, - 55A7F5FA368163C3AC36D0160A45AAA4 /* GMUHeatmapTileLayer.h in Headers */, - 1B85411CF834F5145AF0F0EB9892D085 /* GMUHeatmapTileLayer+Testing.h in Headers */, - B3B63E4197CE7405A79F15700075EF21 /* GMUKMLParser.h in Headers */, - C182DEE44CB2DB77988C228022CA9015 /* GMULineString.h in Headers */, - 9B2ABD67ED3E78024AA09ADCD4C9A731 /* GMUNonHierarchicalDistanceBasedAlgorithm.h in Headers */, - C4C9C6E7F65CC327CC88D43C954C8AA6 /* GMUPair.h in Headers */, - 215A4A5F3FB8AB5E1F74363C5F0EF2FE /* GMUPlacemark.h in Headers */, - A3804B9165093E13A2F09B117F8BD841 /* GMUPoint.h in Headers */, - 89F63965B8D1722E6C36E381908B7472 /* GMUPolygon.h in Headers */, - 8FD6403C0CBEA3C03F4B2E7C60A205FB /* GMUSimpleClusterAlgorithm.h in Headers */, - DF6FAB129BDBBFBFCFF71BE44AE779D1 /* GMUStaticCluster.h in Headers */, - A41C527DD6DB540B60893BBF36E2E6C2 /* GMUStyle.h in Headers */, - F5B1C1C0A0412F82FA59BF56054268F1 /* GMUStyleMap.h in Headers */, - 9089711DEF66608D2092913A16DA8DF6 /* GMUWeightedLatLng.h in Headers */, - EA1E9548A70646D7D64618BD0F1A7AD1 /* GMUWrappingDictionaryKey.h in Headers */, - 26E116263211D8102099F62C7AE92255 /* Google-Maps-iOS-Utils-umbrella.h in Headers */, - B1531546500C6FA37C833854752B41DF /* GQTBounds.h in Headers */, - C3D6034AAB77E499186DA121C2C8F2B8 /* GQTPoint.h in Headers */, - 17C019A3B2F098DB83126DD19166C6F4 /* GQTPointQuadTree.h in Headers */, - F586C62626A2A5604D5157011A943694 /* GQTPointQuadTreeChild.h in Headers */, - 0228F456833DEE2A2C8B9B839BA091CB /* GQTPointQuadTreeItem.h in Headers */, + 700D942044B43B71D521005565047064 /* GMSMarker+GMUClusteritem.h in Headers */, + D09C2A7B5EBC0608FF59134EC5DE290B /* GMUCluster.h in Headers */, + 23FB80AB1515355AFC2F9395E4EE8B30 /* GMUClusterAlgorithm.h in Headers */, + 6BAD108049A4A5DDD71107EE847E0DE6 /* GMUClusterIconGenerator.h in Headers */, + FD3B0BA38C55D08A776E54C222FF3258 /* GMUClusterItem.h in Headers */, + AE9D0934FF60032D08A04C386067BC57 /* GMUClusterManager.h in Headers */, + 36BAC18C24229F9B80BAEEDA5B190C67 /* GMUClusterManager+Testing.h in Headers */, + B422992F5443488215C01E6E8301AD1A /* GMUClusterRenderer.h in Headers */, + 13C4C7249BEEBFFE83B7FF089E7716F7 /* GMUDefaultClusterIconGenerator.h in Headers */, + DA9C32D0B7E981A9B414CE34C5F0286D /* GMUDefaultClusterIconGenerator+Testing.h in Headers */, + 6C38650170A58EB6E56BA5130DB2967A /* GMUDefaultClusterRenderer.h in Headers */, + 056C3CA922F6141CBCCA9B1C050162B1 /* GMUDefaultClusterRenderer+Testing.h in Headers */, + 82514D7E089F34E8AF66E166BB3FF707 /* GMUFeature.h in Headers */, + 6C63E1BA3B2D909F2A0A8DA3A6F5A055 /* GMUGeoJSONParser.h in Headers */, + 5006B1428488CAD36955974ED418DB89 /* GMUGeometry.h in Headers */, + BC41CEEF5A35815501DC62862024FB07 /* GMUGeometryCollection.h in Headers */, + F9835634F1264C70744653E6AD5C46D8 /* GMUGeometryContainer.h in Headers */, + E6A34D9260867C45A1F9AA4DDFBBCC8C /* GMUGeometryRenderer.h in Headers */, + 4AC89DE0D76D48ADB2F3B6E53FFFCBF6 /* GMUGeometryRenderer+Testing.h in Headers */, + F65D2E745B1E47AB52C92A504DD5D721 /* GMUGradient.h in Headers */, + A8DBDC369383C9AF3600CF26A0796EAA /* GMUGridBasedClusterAlgorithm.h in Headers */, + 14CC3F4B6C745C95C6D2C5A8F3A1D358 /* GMUGroundOverlay.h in Headers */, + BE360F5F42601C779935F77579EE22E0 /* GMUHeatmapTileLayer.h in Headers */, + 92E75B6731A68DE25D24D32B8BCAFB03 /* GMUHeatmapTileLayer+Testing.h in Headers */, + 4C5E4A13B62F3E732DA40309AB7451BF /* GMUKMLParser.h in Headers */, + 4314B25E778CFE0CFA198DD77C85D195 /* GMULineString.h in Headers */, + F824B61AFCA406ADB009AAACC95B88CD /* GMUNonHierarchicalDistanceBasedAlgorithm.h in Headers */, + 8C774C343C61812AA35A86A41B8CDF5D /* GMUPair.h in Headers */, + 91ECE675E19D6C3C22487EF9F4459AEC /* GMUPlacemark.h in Headers */, + 5F81C6A68B87110995A6F7C5C0BA9387 /* GMUPoint.h in Headers */, + 0D44E56BB56F5E2FAEE6F656B5BDEBFD /* GMUPolygon.h in Headers */, + B8CE3C962ADC243FD3E3EE16F1194407 /* GMUSimpleClusterAlgorithm.h in Headers */, + DA140FA2E4FE365CD33A423E00D8B041 /* GMUStaticCluster.h in Headers */, + 07C41238A1180A5B4CFC72C81910E75C /* GMUStyle.h in Headers */, + 203F830EFACD1F90FAFBB8809103BDF2 /* GMUStyleMap.h in Headers */, + 1CE850C2B1F2F5280347711C65F1F14A /* GMUWeightedLatLng.h in Headers */, + 6FC57DE1FE7F25912D08FC22330A6A7A /* GMUWrappingDictionaryKey.h in Headers */, + 79C8C22558F9B20744E865FA769F8CA1 /* Google-Maps-iOS-Utils-umbrella.h in Headers */, + D29DA22E07BD5540C7BC7BFA2E085C4D /* GQTBounds.h in Headers */, + 2BE463B39A8B7A607F24401C6CED152E /* GQTPoint.h in Headers */, + 0E014F7677C2956EAF760EB296FAC692 /* GQTPointQuadTree.h in Headers */, + E59AA2D7A236610836FBE66A4DF79C8B /* GQTPointQuadTreeChild.h in Headers */, + E8874CCEE20322D4EDA9388AD753ECA4 /* GQTPointQuadTreeItem.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 630C90C70FEB0CBBD2BD738DA802682A /* Headers */ = { + 632C40DF48C77BA061C0B68971C33FF8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CC56D361017C674F40AB653D4EF18256 /* FIRAnalyticsInterop.h in Headers */, - 40F80373ED6DD8AB01D9346525806218 /* FIRAnalyticsInteropListener.h in Headers */, - 73452E2C9E57F0D397D83F4A34D9A220 /* FIRAppInternal.h in Headers */, - 695C1EA38A8D419863E8BB9BCC75E39B /* FIRComponent.h in Headers */, - 0483F239CEB33A15E96C3950D6DB430E /* FIRComponentContainer.h in Headers */, - 30BD620E513411FC76E2BD7696272BB9 /* FIRComponentType.h in Headers */, - 1D38CF45E2E84A5A0D41D3E787137C72 /* FIRCoreDiagnosticsConnector.h in Headers */, - F24924A982FC49967199A7AA3B91B37F /* FIRDependency.h in Headers */, - A81E6B784B85E5CA99BA7F744AF9FFE3 /* FirebaseCoreInternal.h in Headers */, - B19062617D4BD0397F73D20C0C1C44B4 /* FirebaseInstallationsInternal.h in Headers */, - 52763456DBCED2795C17DB41624E0C6F /* FirebaseMessaging.h in Headers */, - 2EFC3E37CC053F56BDE9760213EF601B /* FirebaseMessaging.h in Headers */, - F1C75349A6BA4CFEF7342F48A13C4F4F /* FirebaseMessaging-umbrella.h in Headers */, - 3668FF9C1A85059BEFDDE0A2AF33DE2D /* FIRHeartbeatInfo.h in Headers */, - 94C47ADFC1D2E74CCDC35EB3E01BC8AA /* FIRInteropEventNames.h in Headers */, - A82A4600597F4FD02409465849988AF3 /* FIRInteropParameterNames.h in Headers */, - 7574837BD0BA275E0449A142E3915A95 /* FIRLibrary.h in Headers */, - 25CE75C02C920BB6E2E2CFF1BC5D4259 /* FIRLogger.h in Headers */, - 98234B3DB7B9EE84259797707B05EEBC /* FIRMessaging.h in Headers */, - 7428348BE18E82CCEC72B4C7EDFC14C5 /* FIRMessaging_Private.h in Headers */, - E5EE26C6A92EA4E76AF5282147D9B3BC /* FIRMessagingAnalytics.h in Headers */, - A861397B89CAF1A98D1B8066BBD4C533 /* FIRMessagingAPNSInfo.h in Headers */, - 2F9E0143E70AAB6F2ADA010DF2E26B6C /* FIRMessagingAuthKeychain.h in Headers */, - 780113B745648F3BCFE15EFFFC07AE8B /* FIRMessagingAuthService.h in Headers */, - 3DD479D8D5624523EEEE2460BBFE50A9 /* FIRMessagingBackupExcludedPlist.h in Headers */, - 97B7390740E4C2C41C4BA61483025C5A /* FIRMessagingCheckinPreferences.h in Headers */, - 14BFD3E39DD1ECBE691AB7510C6B74FF /* FIRMessagingCheckinService.h in Headers */, - C4CE6C1D07AAC621F6349058982804CD /* FIRMessagingCheckinStore.h in Headers */, - 44F38E2B8930D141BEE1C2AC37E59734 /* FIRMessagingCode.h in Headers */, - 04F67373E4DF9C21DB3C86CC2373C6D2 /* FIRMessagingConstants.h in Headers */, - D16EF60FB0590351912A61C853A13503 /* FIRMessagingContextManagerService.h in Headers */, - 38C6C76B047CE8AD98F5F9EA60D63E46 /* FIRMessagingDefines.h in Headers */, - 5A3F5FD005A934A5CC023D99F4CD4BCF /* FIRMessagingExtensionHelper.h in Headers */, - 8530CCDEE81CCA43FED820F66463D324 /* FIRMessagingInterop.h in Headers */, - 8F5A74F09429E387F75E5EA9A38B7C35 /* FIRMessagingKeychain.h in Headers */, - 7CA0F1A6BF23D41854874E98BB1B0797 /* FIRMessagingLogger.h in Headers */, - 684A907769030210CB96C0DB43C5B0D4 /* FIRMessagingPendingTopicsList.h in Headers */, - 06E253967469AB53754DF7451C873D33 /* FIRMessagingPersistentSyncMessage.h in Headers */, - 2AB67B8BC02240E78E042D434BFD24FF /* FIRMessagingPubSub.h in Headers */, - E22B9F3441304D338DDAEC1C690C079F /* FIRMessagingRemoteNotificationsProxy.h in Headers */, - 988EBD4A22AD913CAEB95FBDDEC2C129 /* FIRMessagingRmqManager.h in Headers */, - 92CED4EE77A3CDBA3CF0D1D422D1674E /* FIRMessagingSyncMessageManager.h in Headers */, - AC23BB71030DF6B7E98434C7DA0439D2 /* FIRMessagingTokenDeleteOperation.h in Headers */, - 921469E92FBE74C6848764C2A4DDBE70 /* FIRMessagingTokenFetchOperation.h in Headers */, - 7BEFF7B24B5FE85F959F7FFD90CD952A /* FIRMessagingTokenInfo.h in Headers */, - D28F0DDF712C5C7AAFD76E07F7E2329C /* FIRMessagingTokenManager.h in Headers */, - CA8E73D835DF2F7F8BF8B8C154BF0619 /* FIRMessagingTokenOperation.h in Headers */, - B0D4DC7D03AFB2C19F042FFB2FD37B59 /* FIRMessagingTokenStore.h in Headers */, - F6B67EC56D0C88AC4208C35582F04D29 /* FIRMessagingTopicOperation.h in Headers */, - D16532CE163457813EC416FA2CD997F7 /* FIRMessagingTopicsCommon.h in Headers */, - 01ED65A0A872C8A8291E7403D2C40CF0 /* FIRMessagingUtilities.h in Headers */, - 609705392898563176840269DEE080C3 /* FIROptionsInternal.h in Headers */, - 91A1DEE325899A0D628B696CD2C82AE6 /* NSDictionary+FIRMessaging.h in Headers */, - 42A3752B60A83A9A9267D0EB92DCB5F7 /* NSError+FIRMessaging.h in Headers */, + 18B3ADC45D28CFE7F559A3E34FA7357A /* FIRAnalyticsInterop.h in Headers */, + F601E69225196B9844654BF92D0218A2 /* FIRAnalyticsInteropListener.h in Headers */, + E1B923B3DF3B632C899CF82FECB65F6F /* FIRAppInternal.h in Headers */, + 239EC4992CD57FE12F97E0217B355142 /* FIRComponent.h in Headers */, + 16815F5ECF50AB97AFE97CD883E7D6C7 /* FIRComponentContainer.h in Headers */, + C039A39889AE34FA3268B64063503C8A /* FIRComponentType.h in Headers */, + F91DF322514E8C03FE022D305FD3CEA5 /* FIRCoreDiagnosticsConnector.h in Headers */, + C04EABC3A130AF138AA4354C3193DBE3 /* FIRDependency.h in Headers */, + 28DDA21A2503DA33C981DFDC29D4AA88 /* FirebaseCoreInternal.h in Headers */, + 91785AF0AB1CCBFD1D9C20A1E31384D7 /* FirebaseInstallationsInternal.h in Headers */, + 8ADEE0C8A851E91AD8410904D1C5875A /* FirebaseMessaging.h in Headers */, + 4F1879CC0FF5392DBBB96093D2A3FFB5 /* FirebaseMessaging.h in Headers */, + E5EDF82CD8E08A438A89302983986E7A /* FirebaseMessaging-umbrella.h in Headers */, + A482EF0B1D3D87ED4E93B3F165DE4833 /* FIRHeartbeatInfo.h in Headers */, + 88F35D35E2C1508FBBAC031D057EC97A /* FIRInteropEventNames.h in Headers */, + 1640DEBBACD4F1877B20F78CC14BDE24 /* FIRInteropParameterNames.h in Headers */, + BD48DBC91984A2974E27BC3B5BE36A0C /* FIRLibrary.h in Headers */, + 47A49B9BD0657AE1735D66A1E3884973 /* FIRLogger.h in Headers */, + 24301F7B8D8F510EAFF3CE8193480646 /* FIRMessaging.h in Headers */, + E5472BC747B82B8D0D100980549E3152 /* FIRMessaging_Private.h in Headers */, + 9F313748D1F186BD0104B7438CF371BB /* FIRMessagingAnalytics.h in Headers */, + EC63228D2B344C9A7F3E64BE8A56DE64 /* FIRMessagingAPNSInfo.h in Headers */, + 8FD64862957ABA3374DB9C05004D59FD /* FIRMessagingAuthKeychain.h in Headers */, + B2D6F7C960E7565BFF8EB51C1513E375 /* FIRMessagingAuthService.h in Headers */, + 881543033587B10F4035E6F8637AA8FD /* FIRMessagingBackupExcludedPlist.h in Headers */, + 865F317AC7ABAA8CDC0B10226571B219 /* FIRMessagingCheckinPreferences.h in Headers */, + A0A09AA876F729ADC414CFF443F9061D /* FIRMessagingCheckinService.h in Headers */, + C97D949B0B6478E6D598EDEBAC7BD4F4 /* FIRMessagingCheckinStore.h in Headers */, + B5821CCBFA76D9434D72436B5322A7DC /* FIRMessagingCode.h in Headers */, + 940A7917D95F2ED0F1BA4EE74CF37669 /* FIRMessagingConstants.h in Headers */, + EEBF1BFB0E4FD9CE94AF8C7E9370D590 /* FIRMessagingContextManagerService.h in Headers */, + CB7B0AF04B6B4B81B92A27013BF7CC9A /* FIRMessagingDefines.h in Headers */, + B4FA00D7D04C25441E3E87D55E5CC07F /* FIRMessagingExtensionHelper.h in Headers */, + 1081472D1880A5859FFC4C153CBC53C6 /* FIRMessagingInterop.h in Headers */, + 731C49F28AE67FF04E9DAA5E53915523 /* FIRMessagingKeychain.h in Headers */, + 0DA2D5572BC962B5841D1725DB8191CE /* FIRMessagingLogger.h in Headers */, + 2FF0332379BFCF70629C7B6789B315EE /* FIRMessagingPendingTopicsList.h in Headers */, + 594DC4537C31C67FCC550F705B0AE5C7 /* FIRMessagingPersistentSyncMessage.h in Headers */, + F7289346D6F157499647337BDCB7A261 /* FIRMessagingPubSub.h in Headers */, + CB66CC64FB60943341151A5E66E7B86A /* FIRMessagingRemoteNotificationsProxy.h in Headers */, + CBED470981100099DD71A6DBE9E4B363 /* FIRMessagingRmqManager.h in Headers */, + 5ED77D5E9A7BDF600174B82220B62BCA /* FIRMessagingSyncMessageManager.h in Headers */, + 2A8C35FD7021C11363D25D31B192B854 /* FIRMessagingTokenDeleteOperation.h in Headers */, + 634AC7A20F7ECEB66D5A1A43A574E29A /* FIRMessagingTokenFetchOperation.h in Headers */, + 1B55A939DC90D81AD21C74BA699D9D30 /* FIRMessagingTokenInfo.h in Headers */, + 2B21330599500DD8C18CF2A19D02E771 /* FIRMessagingTokenManager.h in Headers */, + 94B7E5D0291C4FEDC7B31698971CE856 /* FIRMessagingTokenOperation.h in Headers */, + 0EE55650D6B1B6A7A5A0743E0FCF7493 /* FIRMessagingTokenStore.h in Headers */, + 4918E49A834D1CA5AADE211C6508D9B0 /* FIRMessagingTopicOperation.h in Headers */, + 9A7B961E96E4E227C545C487B2C600EE /* FIRMessagingTopicsCommon.h in Headers */, + 81F4063EC069D9DA9687B04F5AFAED5E /* FIRMessagingUtilities.h in Headers */, + 0A2F24C68BD208FC16BE949F27D27249 /* FIROptionsInternal.h in Headers */, + 77D6FA397C76E8B0F93D9028C9C39CBC /* NSDictionary+FIRMessaging.h in Headers */, + AAEFDD147B26615B6AF0AF80186AC92C /* NSError+FIRMessaging.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 74021BB74B98314ADCE6669D329F6C90 /* Headers */ = { + 78E34D6251D7F947D24BAE0A61DF517B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 341D59BBDB0AC2BC3E129FE8A22B3F87 /* FIRAnalyticsConfiguration.h in Headers */, - CD7FB529ACDA68438AE46F8D8F81C12C /* FIRApp.h in Headers */, - 92D274695848E0F76B0FB8DF1BE3B945 /* FIRAppAssociationRegistration.h in Headers */, - 9245D27B8987A3785D74E794262F4C34 /* FIRAppInternal.h in Headers */, - 7EF579B67FE1D0DB56E5C907C76298E1 /* FIRBundleUtil.h in Headers */, - 989731FA8C032B27B7BC2E31E48EE1C2 /* FIRComponent.h in Headers */, - 91CD2E47728400AC9C383D3870375AF5 /* FIRComponentContainer.h in Headers */, - EC802F1CD6E498F6AA566F8AB16F8C4E /* FIRComponentContainerInternal.h in Headers */, - 7DFC9559C6F648BEA6DD2890CABA4E9E /* FIRComponentType.h in Headers */, - BBCE099E008804D911B1A07E11D2DA45 /* FIRConfiguration.h in Headers */, - 0E21EBA704104ECC2F7141434B74ABAD /* FIRConfigurationInternal.h in Headers */, - 2A98D9A3E27A6B89D7F8600305F6C649 /* FIRCoreDiagnosticsConnector.h in Headers */, - 01470F3C8F11B1E77A235A8DEDAF92AD /* FIRCoreDiagnosticsData.h in Headers */, - 72F692FF7F8260C516D5024C50EA85A5 /* FIRCoreDiagnosticsInterop.h in Headers */, - 389A0B6E128D21BA2687C1061DF7EEFD /* FIRDependency.h in Headers */, - C655B2705011BEFD90446C768238CB10 /* FIRDiagnosticsData.h in Headers */, - 5DB9C3E691456AE7A97751D765E1C4F3 /* FirebaseCore.h in Headers */, - 44355C9E5D6D0EED1448501BF70D704A /* FirebaseCore-umbrella.h in Headers */, - F8C590AE201B7C35EAB3FD15BF84FA41 /* FirebaseCoreInternal.h in Headers */, - 589C5ECFE0F981247787821F8E0A7189 /* FIRFirebaseUserAgent.h in Headers */, - 258C12F1105ECD365A74BAA9AE00F210 /* FIRHeartbeatInfo.h in Headers */, - C4EBAD96B027E238F3EDCCB91D3DD058 /* FIRLibrary.h in Headers */, - F8F1A85C68B4D9EAA3AD7B3EAB262A2F /* FIRLogger.h in Headers */, - 71515558C3F0BC4E981B459002D97E8A /* FIRLoggerLevel.h in Headers */, - 813718B01CA0A526F2D349389C5CA9F3 /* FIROptions.h in Headers */, - 811A4CD203D4A6BF700D570EEC588BA0 /* FIROptionsInternal.h in Headers */, - 5A6CE423F24B6AA42314C61D4C16B030 /* FIRVersion.h in Headers */, + A1829CC62F4C15B41E2C1D92C1098A8A /* Capacitor.h in Headers */, + 09FE4CFF016CE6173E034738FAE0FB15 /* CAPBridgedJSTypes.h in Headers */, + E85722FBDD175AEB8E0161A0739E0C77 /* CAPBridgedPlugin.h in Headers */, + E72DDB70004FE7989F60A7F4CD1D97AF /* CAPBridgeViewController+CDVScreenOrientationDelegate.h in Headers */, + 14589861436F20AFD4845B86138B23EE /* CAPInstanceConfiguration.h in Headers */, + F5BA743CAC5AF047431E530474F93A23 /* CAPInstanceDescriptor.h in Headers */, + 2B6D6905F71000173ECF8CD1DD92CF68 /* CAPPlugin.h in Headers */, + CFCF633C3771B1D7141D24C9F2922492 /* CAPPluginCall.h in Headers */, + DA4D2CDA9546F584232C21F8AB667650 /* CAPPluginMethod.h in Headers */, + 609A3C10BA712E017BAD9F9B4514A2F0 /* WKWebView+Capacitor.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7797F997F59E40561515F60E4BC49EB5 /* Headers */ = { + 7BCC24F67169362C129F2E29AC72B897 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 26AA040FC27F1AFB2EF099D9EAED0025 /* FIRAppInternal.h in Headers */, - 2119D6A73FED1DC923A37FB2653854D4 /* FIRComponent.h in Headers */, - 4829C4F745D4901140C9BE8C074D683A /* FIRComponentContainer.h in Headers */, - D152AA721FF070CA0ED76FD0DEF8D05A /* FIRComponentType.h in Headers */, - 4627D1F974AC5449C41E218B0A8FE612 /* FIRCoreDiagnosticsConnector.h in Headers */, - A270CF8E52CE1CB2E9D6700AB1B1065F /* FIRCurrentDateProvider.h in Headers */, - 667111E31EC170E1A9E3C2D376F941AC /* FIRDependency.h in Headers */, - 28A68C6BF84C1684A29A9B3E57AAEE60 /* FirebaseCoreInternal.h in Headers */, - 5E0A6EC469F52B95463149F8271D6170 /* FirebaseInstallations.h in Headers */, - F2761734A7318F1F3B4ECCA92483F8FB /* FirebaseInstallations-umbrella.h in Headers */, - AFF41D7E8B9C6D5E36954D47E3CF62B3 /* FirebaseInstallationsInternal.h in Headers */, - 9ABB00EBE48E6FC7551E899695DDBD1F /* FIRHeartbeatInfo.h in Headers */, - BFF399926401B120ACE0360FFC612E90 /* FIRInstallations.h in Headers */, - 87BA750CF419C7E7222ABF9410A7025B /* FIRInstallationsAPIService.h in Headers */, - 2A6C0E2D2DFCE99953E30FE6983C40C7 /* FIRInstallationsAuthTokenResult.h in Headers */, - 9138FE7FD4CAF3FB63A79CCEF1214DCB /* FIRInstallationsAuthTokenResultInternal.h in Headers */, - DD63F07C2AA75E4A82AA6D22F679A5AF /* FIRInstallationsBackoffController.h in Headers */, - 6526AAF7CD94953AA7AD8950EE2C74A8 /* FIRInstallationsErrors.h in Headers */, - 535C5CDAED1F57C476495EC689FDF189 /* FIRInstallationsErrorUtil.h in Headers */, - A12D15FBE47B749D7A2588A26BA16AC1 /* FIRInstallationsHTTPError.h in Headers */, - CA08F303A2854B8825F7761694F60D6B /* FIRInstallationsIDController.h in Headers */, - D90430E48C5D0982101307FCC5044EF2 /* FIRInstallationsIIDStore.h in Headers */, - 36702DF6B3CBC118B02D3255D139E8C6 /* FIRInstallationsIIDTokenStore.h in Headers */, - D53247A595DFC6065E0E65EE819C72BA /* FIRInstallationsItem.h in Headers */, - 820030EC59920B3198454645E5B63730 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, - 9412EC83BE942A5CC90DB109997462E8 /* FIRInstallationsLogger.h in Headers */, - 565D96D6BA2C0ACEB776AB708AD72F5D /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, - D3C29F7E112D794DEE651219EA3F336A /* FIRInstallationsStatus.h in Headers */, - 6EC2B9767138BED9E95F67F0C68AB1A6 /* FIRInstallationsStore.h in Headers */, - 6567B2E3A4FD69ECF0665D31839713A3 /* FIRInstallationsStoredAuthToken.h in Headers */, - 56565346C301EB22B0997BC40513B724 /* FIRInstallationsStoredItem.h in Headers */, - E1BC4EBE5993549529745FFF04421D6E /* FIRLibrary.h in Headers */, - D1F2A30039ED39A001E9619090FE017F /* FIRLogger.h in Headers */, - B0A08A62396ED5934BC418CA2DFDF407 /* FIROptionsInternal.h in Headers */, + BC1F5E8F15A770369FD76C62626F7D30 /* cct.nanopb.h in Headers */, + 433531890D3F01BDD87D01B87365B739 /* GDTCCTCompressionHelper.h in Headers */, + 780C98E2F4FCFFA919BEBB12D9612527 /* GDTCCTNanopbHelpers.h in Headers */, + 49F0A44263DB127B93E4326DB9B25E58 /* GDTCCTUploader.h in Headers */, + 8377D6615B0CA1B7D5DE4326502A93E6 /* GDTCCTUploadOperation.h in Headers */, + 5BEE61310B2010FD61E7C8B162E24BDB /* GDTCORAssert.h in Headers */, + 769BD557AABD0A84D8A77B9FC8005C55 /* GDTCORClock.h in Headers */, + 1AD33164D000DF5F77EF21E8E0C9DCA1 /* GDTCORConsoleLogger.h in Headers */, + 346A700A52B0CD5EACD05CBA9D6CE43E /* GDTCORDirectorySizeTracker.h in Headers */, + B1D6ACAC817795603E07C29F44561AE5 /* GDTCOREndpoints.h in Headers */, + 43DFA6A87FE4704781E5D1D7056FEE2C /* GDTCOREndpoints_Private.h in Headers */, + 91AAFF20180F0995AAF99ADA111CEA91 /* GDTCOREvent.h in Headers */, + 532F54130B87A4BBB6B0B0F7F89B6391 /* GDTCOREvent+GDTCCTSupport.h in Headers */, + 3C8EC9B3D0A1061705EA1CD983EF3AED /* GDTCOREvent_Private.h in Headers */, + 718A785AD51478EC1754ECE556E670DC /* GDTCOREventDataObject.h in Headers */, + F5681B26D2C2838B0BB1E4E1F2CA159E /* GDTCOREventTransformer.h in Headers */, + C8672B4A02558416C6368532944D46E9 /* GDTCORFlatFileStorage.h in Headers */, + A44AF869B4F5C47C74FDEDBEB297E5A2 /* GDTCORFlatFileStorage+Promises.h in Headers */, + 4C004F9C662167431F7DF468B6CDA4E7 /* GDTCORLifecycle.h in Headers */, + 9EC9E189A8614B21E4D90FB83DAEA5F9 /* GDTCORPlatform.h in Headers */, + 1FD7ED9E4DB36F74AEB6E7217E740DA7 /* GDTCORReachability.h in Headers */, + 744FA6A8682750FA81DFAD0066378069 /* GDTCORReachability_Private.h in Headers */, + 50C215932DE215E3A492F64F9E777A39 /* GDTCORRegistrar.h in Headers */, + F029C1DBDF972D8130FFC3C2112AEF44 /* GDTCORRegistrar_Private.h in Headers */, + 920EB850F6A9CEAA9D3C962EFADD10D2 /* GDTCORStorageEventSelector.h in Headers */, + 4A1FA03F87B0659FA5AEAF9F7E8B3DEF /* GDTCORStorageProtocol.h in Headers */, + 340D42FA641B824B6E3036AE06FD896F /* GDTCORTargets.h in Headers */, + B210BF4664C72DB0BB7CE06C39EBDE46 /* GDTCORTransformer.h in Headers */, + 3B653D7F51D339B6AAB5975A8929D014 /* GDTCORTransformer_Private.h in Headers */, + 7C0C068051EA7E2551C6207AB04FB8FF /* GDTCORTransport.h in Headers */, + B5A04A7189D3FF6C02C84B0DC7BE25CB /* GDTCORTransport_Private.h in Headers */, + E813C99672285B3E9916521DF33A0518 /* GDTCORUploadBatch.h in Headers */, + 26C3BDD2DB153EDEBEB986BED00541B3 /* GDTCORUploadCoordinator.h in Headers */, + A6918E3126C08568D3EC4CE0A9724A59 /* GDTCORUploader.h in Headers */, + 0C7071A3CD5C00D962A9DD378D007223 /* GoogleDataTransport.h in Headers */, + ACE9B29C07CC0A1329394C168E261FC5 /* GoogleDataTransport-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8CE5402C1464EB477FBC736DFF41AD58 /* Headers */ = { + 8942A7794F9C9E3D031443C8BDA6DFD0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A6E1EEB483690B1D85CD7A4BBD02B9A7 /* GoogleUtilities-umbrella.h in Headers */, - 8A975EE820D9C36F7C5FC5057387EE01 /* GULAppDelegateSwizzler.h in Headers */, - F32EC66C2A21DAF9789051C4EF01F2FF /* GULAppDelegateSwizzler_Private.h in Headers */, - 5F9B3AB941A23BA9A31A3890CC49FC07 /* GULAppEnvironmentUtil.h in Headers */, - 869C6ECB15D37CE46AE6AA3657DE152A /* GULApplication.h in Headers */, - 74A3896676D4018AB41617A83E2AA00F /* GULHeartbeatDateStorable.h in Headers */, - A7560A6F02786194530A0C41E1CA4BB3 /* GULHeartbeatDateStorage.h in Headers */, - BD38E68899A3C33411FB723B7E38A947 /* GULHeartbeatDateStorageUserDefaults.h in Headers */, - C95E61121CDD2A68CF418E8BFCCE4BDD /* GULKeychainStorage.h in Headers */, - DFF8F271E011F689CCD16E6507CFCA5B /* GULKeychainUtils.h in Headers */, - B39A13B511BA64F1B594FBF52E45964F /* GULLogger.h in Headers */, - 1DB8B73A95953B7B2CF9824CF04B24E4 /* GULLoggerCodes.h in Headers */, - CC699C2A653FF8E49CF400EDF229F33E /* GULLoggerLevel.h in Headers */, - 9F538F497AED62EAA1703A473F0068FB /* GULMutableDictionary.h in Headers */, - C285BAFF12691FC1DDB02A36CED712A8 /* GULNetwork.h in Headers */, - F15071F39F330F3A352703531139AEA4 /* GULNetworkConstants.h in Headers */, - 50C520449CB7B1DA7D24DC557D009E42 /* GULNetworkInfo.h in Headers */, - 332630CED9F548BF532AC0DDA64ADE64 /* GULNetworkInternal.h in Headers */, - B6463098E4D0033BD95A54D5FF166783 /* GULNetworkLoggerProtocol.h in Headers */, - A33480FCB645457905956B6A2607BA0F /* GULNetworkMessageCode.h in Headers */, - EFE53521B3A25CD06EB41D323C9948F8 /* GULNetworkURLSession.h in Headers */, - 8E76CB4609BBF4B123D440C9B4201693 /* GULNSData+zlib.h in Headers */, - A778FA1DD336C1B4487D2B4A7865CC20 /* GULReachabilityChecker.h in Headers */, - 6A715F0617782286B8E8DC021E799139 /* GULReachabilityChecker+Internal.h in Headers */, - C8039771A6140B59694E2E5F00628852 /* GULReachabilityMessageCode.h in Headers */, - F33968E10F771C0658FDE3CD6412B6D3 /* GULSceneDelegateSwizzler.h in Headers */, - 32F7EF1FAB8C4808A9B84E0A46DFB8E2 /* GULSceneDelegateSwizzler_Private.h in Headers */, - 719C70E6C0428C0A8C3A2A181C31CAA7 /* GULSecureCoding.h in Headers */, - 20728BC8BF25FEAB393491AF9ADD01DC /* GULURLSessionDataResponse.h in Headers */, - CD151D111508BCF915A2E20A517657BA /* GULUserDefaults.h in Headers */, - E2A2621AF0BF342B32D1CCE42E7DEB62 /* NSURLSession+GULPromises.h in Headers */, + 32F4596EB560C0E5F48C014DC57EB1F4 /* FBLPromise.h in Headers */, + 01FC241427510A76ED02BF1D7EAFF0D7 /* FBLPromise+All.h in Headers */, + A80D0D61ADA75A788CC77A8C3A0C52F1 /* FBLPromise+Always.h in Headers */, + 8945DD558A02E7C2C86CAEDE9C037AC0 /* FBLPromise+Any.h in Headers */, + 164A56DC4603FBF5E5FFA0534AB9959B /* FBLPromise+Async.h in Headers */, + 0C37095CE68A0657E2781A0F2035433C /* FBLPromise+Await.h in Headers */, + 6FFA44C9288128819F8DB795371D3081 /* FBLPromise+Catch.h in Headers */, + 095494E2760C215EE7C15C4443836242 /* FBLPromise+Delay.h in Headers */, + A693CF216A0F4275DB6FD455DBCB653F /* FBLPromise+Do.h in Headers */, + A8BE5F8E6BBF47EED1CC6780D9D423B1 /* FBLPromise+Race.h in Headers */, + 7DCAC156B735C63E220B7077E19E9289 /* FBLPromise+Recover.h in Headers */, + A4110316A3FD4AB1B356E769F24EAFBA /* FBLPromise+Reduce.h in Headers */, + 24F72014B64D207169C45BBF42AE5C6F /* FBLPromise+Retry.h in Headers */, + 087ED674EB3A8D094B347C5DBF73B980 /* FBLPromise+Testing.h in Headers */, + F83B6C0A57CB8C1B28926D6336016F69 /* FBLPromise+Then.h in Headers */, + 0259544D92084E142A9EB4BE6AD695C7 /* FBLPromise+Timeout.h in Headers */, + 9658DC9FC38B2E7634114763B5A28DDA /* FBLPromise+Validate.h in Headers */, + FD11957EBC984372BF1C2B2C255A8B05 /* FBLPromise+Wrap.h in Headers */, + 503622276321FA2DEF01C552A61589F5 /* FBLPromiseError.h in Headers */, + 9D149374AC742D9556E3C199B0F14183 /* FBLPromisePrivate.h in Headers */, + D97D3509CBEA8083FC17727884F7F645 /* FBLPromises.h in Headers */, + 95043354821D2B8C9EB8EA64B7F0D284 /* PromisesObjC-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4681,6 +4706,44 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 911247C1ADA940751B0B5E0474D8E7C8 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2595D598558583F2D5B69794B79C0584 /* GoogleUtilities-umbrella.h in Headers */, + B70029AA8E60FE023B98DD6AFBFFE73A /* GULAppDelegateSwizzler.h in Headers */, + B144E952C73A5362551C1C3FC2D56695 /* GULAppDelegateSwizzler_Private.h in Headers */, + 3BEEEB1206ABED385565FB14F0DE49DB /* GULAppEnvironmentUtil.h in Headers */, + A1AC96AA2C7BCEC3C1EA93D86BDF88F6 /* GULApplication.h in Headers */, + 276E00657DD67C920B50F29A5EB87A17 /* GULHeartbeatDateStorable.h in Headers */, + D523F42EF4439029B13C5D55E4ADA1CD /* GULHeartbeatDateStorage.h in Headers */, + 294A16522F667FA9D84109C3F515A18F /* GULHeartbeatDateStorageUserDefaults.h in Headers */, + 8B132F7022E751C8C22948C0CCAFA7E6 /* GULKeychainStorage.h in Headers */, + DEA0EB1F5242D11AF961B82E0843A7AD /* GULKeychainUtils.h in Headers */, + E828D5E0A6007AF3D1E324AA4C37B477 /* GULLogger.h in Headers */, + F2D896AE0B018DD6E94D04A6062FEE9D /* GULLoggerCodes.h in Headers */, + C989C0DF9C9820412D3350BDC7F808BF /* GULLoggerLevel.h in Headers */, + 807DF00C171FAB91AE823831582F21D7 /* GULMutableDictionary.h in Headers */, + 073DED0E5F279A28A7981DA92D0F68B3 /* GULNetwork.h in Headers */, + 2B49717E93D385B1BBD07CCD3ECD054B /* GULNetworkConstants.h in Headers */, + 803D4DE2FD3DA16DF5206EB8C145388D /* GULNetworkInfo.h in Headers */, + 17848F873330B3959CC4B3A39F51AF56 /* GULNetworkInternal.h in Headers */, + 0984F183DEB9ABAE87A61DDD06EC0DC7 /* GULNetworkLoggerProtocol.h in Headers */, + 9E1B49862DC85254B913C10CEC5114ED /* GULNetworkMessageCode.h in Headers */, + 69DF48196D8D05F7FE1646032ADA29B0 /* GULNetworkURLSession.h in Headers */, + 46555D577269DE9BBC61D88B22D99738 /* GULNSData+zlib.h in Headers */, + 1C5AACBDDEA81D52FBEB498AE8DBA830 /* GULReachabilityChecker.h in Headers */, + 82309503CA7557484FF5B257C39A1896 /* GULReachabilityChecker+Internal.h in Headers */, + 2B76E9E16961174BA8C3FF572F9C70E0 /* GULReachabilityMessageCode.h in Headers */, + 5D3C940A84D679D708260291DFB4C803 /* GULSceneDelegateSwizzler.h in Headers */, + 8445060F4E5651D2D03C7E1BFE7CEC0B /* GULSceneDelegateSwizzler_Private.h in Headers */, + 287D168D39BFA39D78581F0E9C4A64DC /* GULSecureCoding.h in Headers */, + 7235F514E8DC2FF4B07C91B1A48FB253 /* GULURLSessionDataResponse.h in Headers */, + BCD79AA0476DCBBEC477C032777CC082 /* GULUserDefaults.h in Headers */, + 11C17A6621E5D37FC2DCD36E85FA6C05 /* NSURLSession+GULPromises.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9C1F11BB4EA4D36E220DEC361644C8F2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -4690,6 +4753,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9D0F0AF717AFE7877F075FC13F86ACF6 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B77ED388669E7FCD7D648CFB7AD8EB29 /* FIRCoreDiagnostics.h in Headers */, + E8F6BA200B045DAE63A073E931B5370A /* FIRCoreDiagnosticsData.h in Headers */, + 79FA2BA9F72D1D65B980A719FFFB4131 /* FIRCoreDiagnosticsInterop.h in Headers */, + 1D38108AA5E92E78E5E3E218DBAC2371 /* firebasecore.nanopb.h in Headers */, + 6AAD0A835190CBE6B6952DC535EBAFCE /* FirebaseCoreDiagnostics-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A298C0A033BDBB124AF8A2C0A540042F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -4726,85 +4801,49 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BFF22A16F82FB5C129F21F731131CFA6 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - AB012A26D6D5ACDBA681DC5559EC7718 /* CapacitorKeyboard-umbrella.h in Headers */, - 960BC3DB691AC53BFDF7CFE5B80F7884 /* Keyboard.h in Headers */, - E4A1154397867F5210AA5B7A36AA4280 /* KeyboardPlugin.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DA1AA6C3D71C7CC4F1856F235512FB98 /* Headers */ = { + AF070598545A30D3673061AB16C86249 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 0A57A27DD15FEDD8649FA2FCA4E0C181 /* Capacitor.h in Headers */, - 36E932077F0D9EB7FD81AB26A2F498FE /* CAPBridgedJSTypes.h in Headers */, - D8EC3A035D26C65CEB8BA45347DE7BD9 /* CAPBridgedPlugin.h in Headers */, - E4C448681C61D203F6B116BFACFD2391 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h in Headers */, - 6BAC3EB110AF916BA141E4DE93821660 /* CAPInstanceConfiguration.h in Headers */, - ED0FBE6F96B10D89918F37A05086B351 /* CAPInstanceDescriptor.h in Headers */, - A650FC944B924C08BD167753A71F4B59 /* CAPPlugin.h in Headers */, - 1185667BCEF4348EEBA4DB806BBD95AA /* CAPPluginCall.h in Headers */, - BA8F486EE89D4BD4F0B858DEC359F716 /* CAPPluginMethod.h in Headers */, - 625DEE488D2C658197C95DF057C02E0E /* WKWebView+Capacitor.h in Headers */, + 96D5E211BF79AE73992FCE4CC6550AC9 /* nanopb-umbrella.h in Headers */, + A13C1D6682FEE1A07784A8AE63D84752 /* pb.h in Headers */, + A9E1E626EC6D7D21D91AF9EDD7B133C9 /* pb_common.h in Headers */, + 185106B32C34AD7EDF9B00A194F7EC3A /* pb_decode.h in Headers */, + 8F04B336E0CD05CE895AAC5BDD401606 /* pb_encode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - E15D0EC6DC12EA26C00864E4C6E766C7 /* Headers */ = { + BFF22A16F82FB5C129F21F731131CFA6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D92C15AA09B4DB1189D093287BDD81C2 /* FIRCoreDiagnostics.h in Headers */, - F01D75B38D74D29AD04811859B53A33F /* FIRCoreDiagnosticsData.h in Headers */, - BBBA4F07B99DB0687B1D39376F6D3F97 /* FIRCoreDiagnosticsInterop.h in Headers */, - 155D776B486A7220E6D8C5865E84AC74 /* firebasecore.nanopb.h in Headers */, - F64FFB3121B7648A02DB8530310BE168 /* FirebaseCoreDiagnostics-umbrella.h in Headers */, + AB012A26D6D5ACDBA681DC5559EC7718 /* CapacitorKeyboard-umbrella.h in Headers */, + 960BC3DB691AC53BFDF7CFE5B80F7884 /* Keyboard.h in Headers */, + E4A1154397867F5210AA5B7A36AA4280 /* KeyboardPlugin.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - F32A51C9641682CF7DEA6AB1F180E0FE /* Headers */ = { + F60BDD6DE2F4C0E0055C8F482C371385 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D1CFF71D53B0A8A772D0DCB8CBD3F9F7 /* cct.nanopb.h in Headers */, - C20D3130458A9F05EDA0D6350109906A /* GDTCCTCompressionHelper.h in Headers */, - AE866D27212A1C7D88449130755464B6 /* GDTCCTNanopbHelpers.h in Headers */, - 4729BDFF869B61215BD57F6527EE705B /* GDTCCTUploader.h in Headers */, - B1DA72A9ED3878307973EA37D1951E8D /* GDTCCTUploadOperation.h in Headers */, - ED65C46AAE1A5A4B5DFED20AACB36527 /* GDTCORAssert.h in Headers */, - A570DBFB16B6DC7C433F0031A45378EF /* GDTCORClock.h in Headers */, - AB696E4A78518C0D2F2A0B6E75E44CAE /* GDTCORConsoleLogger.h in Headers */, - 6B70F4964CCBBF3A63C0FC5377F5E02C /* GDTCORDirectorySizeTracker.h in Headers */, - F0F8ADFA6820DC72E552ED186CA6AE69 /* GDTCOREndpoints.h in Headers */, - B9DD7786A5250B4F22E0EF79EBC25E60 /* GDTCOREndpoints_Private.h in Headers */, - 0037ED5517EDB3E52471C97F8DA48F4E /* GDTCOREvent.h in Headers */, - 3986D09C49E821BBF342AF824C3E3920 /* GDTCOREvent+GDTCCTSupport.h in Headers */, - 5E6A251DFC02C2D9D0D30CBC9AC1AA15 /* GDTCOREvent_Private.h in Headers */, - 9E0C9C59524F40EFFF5E6EE22006EA3A /* GDTCOREventDataObject.h in Headers */, - D572928418FD28D5F2E454A309D1F273 /* GDTCOREventTransformer.h in Headers */, - 247084915E6E5FBF4D37DBFFCDA2FA9F /* GDTCORFlatFileStorage.h in Headers */, - 3F2AE169F4A70C69F2B8B61CEBF69AD0 /* GDTCORFlatFileStorage+Promises.h in Headers */, - BD62EC443A766BC9F15B312C141E5F92 /* GDTCORLifecycle.h in Headers */, - 4876B09EE2BD879514818809E0316955 /* GDTCORPlatform.h in Headers */, - D9C3CF02F414A276851CCAC4333BEF56 /* GDTCORReachability.h in Headers */, - 5A794963D6AD2E24915B66F15151065B /* GDTCORReachability_Private.h in Headers */, - 26568A312B90466801515B35BA5781E2 /* GDTCORRegistrar.h in Headers */, - C9C472C3702829DF33604064E9FFA46E /* GDTCORRegistrar_Private.h in Headers */, - 3838F8EBEA222A26A4DDAC6C7172CD89 /* GDTCORStorageEventSelector.h in Headers */, - 92F206DA3937D666B21D22F400B3E996 /* GDTCORStorageProtocol.h in Headers */, - 302E71559C5AAFEE7B33A3CA6901E98F /* GDTCORTargets.h in Headers */, - C3337C5DF359C5CCE960CDC328695CC4 /* GDTCORTransformer.h in Headers */, - A5A7A4D4A92FFC8F2D7929AAC5F119F8 /* GDTCORTransformer_Private.h in Headers */, - 210BDAF440EA0092CDA4DDF9C3795F07 /* GDTCORTransport.h in Headers */, - 70B400E027FE342FC073E784B55BD46E /* GDTCORTransport_Private.h in Headers */, - DA3050D800A3ADC08DAC1725C5A7A959 /* GDTCORUploadBatch.h in Headers */, - ABD8852E1319380C615335289376FB4F /* GDTCORUploadCoordinator.h in Headers */, - 78F18F348FE93D77A2C287CD4945D388 /* GDTCORUploader.h in Headers */, - 463A4079338F7A53D89A1978947D5572 /* GoogleDataTransport.h in Headers */, - 7A09181289503543BE5FB7575A9AC33C /* GoogleDataTransport-umbrella.h in Headers */, + 112F56A7FC79D486A497BE0A62F1F275 /* AppDelegate.h in Headers */, + 93C3F8B998590E5D399727E406E55841 /* CapacitorCordova.h in Headers */, + 30B3DE4A360E0EF5C85B9565EE86B6FF /* CDV.h in Headers */, + FE2A9A489186EF885A9C37B311F5AE3F /* CDVAvailability.h in Headers */, + 4AC722C409A572665DB9E3260F30DFEA /* CDVCommandDelegate.h in Headers */, + EB19D48189C26597D0630C7AF7AA8D24 /* CDVCommandDelegateImpl.h in Headers */, + CB5D94B01E261B41BC40A669B82265C3 /* CDVConfigParser.h in Headers */, + BD48E236A3D4AA2538D73EE55335DBAD /* CDVInvokedUrlCommand.h in Headers */, + 64B5D57AC9EE4F66DB8C1E065934A247 /* CDVPlugin.h in Headers */, + 741EFA6736160EB1FBBA21BFEC122616 /* CDVPlugin+Resources.h in Headers */, + CE410B1C7FF0C069ECEE3E71FD6715C7 /* CDVPluginManager.h in Headers */, + 0965AEA9DC1D6703CDB174902A7913E9 /* CDVPluginResult.h in Headers */, + 02CF07B208DCD57A93F6554C5A5029C8 /* CDVScreenOrientationDelegate.h in Headers */, + 7502CC0FF6872D1DBD1CA216F9C0A86D /* CDVURLProtocol.h in Headers */, + 63B41BD9BA75BADC596DF1D359BD64D0 /* CDVViewController.h in Headers */, + 27D2407578EF7CCA6A09F8DBD7285A9F /* CDVWebViewProcessPoolFactory.h in Headers */, + C840653D6250CABEF89CAB70D0C6A563 /* NSDictionary+CordovaPreferences.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4826,30 +4865,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FF8A6BBD2060202CA78F625559114038 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 10DA3E31F56C43F47505AC5671EACFCF /* AppDelegate.h in Headers */, - 3328CCA0996CE7D549230E6BE16D4A65 /* CapacitorCordova.h in Headers */, - C91A6C187517FE59A84F32ED8ACA8948 /* CDV.h in Headers */, - E4214653412C5AD8B03CDD600A92FC04 /* CDVAvailability.h in Headers */, - AC58AE765EF0DB4EEA79422BC100222B /* CDVCommandDelegate.h in Headers */, - 40350B743B83E88BA66BB3F598848802 /* CDVCommandDelegateImpl.h in Headers */, - BFED4403E2AE43CC488ED8165EE1BD76 /* CDVConfigParser.h in Headers */, - 3A312EA038BE8E731646A30974994FC2 /* CDVInvokedUrlCommand.h in Headers */, - 4FF5BA54A413AF25F2FAD58FC47AFF59 /* CDVPlugin.h in Headers */, - E9CE1C6320A3946CB8DFF82997E75252 /* CDVPlugin+Resources.h in Headers */, - C3DA06A62A3491362902917BB0C0AFB7 /* CDVPluginManager.h in Headers */, - 51FC745AAE6851AE526B503C6ED8F05A /* CDVPluginResult.h in Headers */, - BD4A3E71F03A4A98D3D5D6C4AFA51FFE /* CDVScreenOrientationDelegate.h in Headers */, - 8F3F1186E45982BD2F5839718796A0DA /* CDVURLProtocol.h in Headers */, - 2752486A8C5E065D006DC8DCBD876332 /* CDVViewController.h in Headers */, - C9FA63B413A5F9E6849D54292D4083A9 /* CDVWebViewProcessPoolFactory.h in Headers */, - 24B9CC0C2F329BE8DA2CA84B4433F58C /* NSDictionary+CordovaPreferences.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -4865,7 +4880,7 @@ buildRules = ( ); dependencies = ( - 321A0B80BFD2F54FF54E53EF89D53807 /* PBXTargetDependency */, + 2BDB62EF269ABB9F60527CEA446D5ED7 /* PBXTargetDependency */, ); name = CapacitorBrowser; productName = CapacitorBrowser; @@ -4874,17 +4889,17 @@ }; 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */ = { isa = PBXNativeTarget; - buildConfigurationList = B199849C64840E0A9456B3139423B266 /* Build configuration list for PBXNativeTarget "Capacitor" */; + buildConfigurationList = 1EB54833A83C96908281A020E849D10F /* Build configuration list for PBXNativeTarget "Capacitor" */; buildPhases = ( - DA1AA6C3D71C7CC4F1856F235512FB98 /* Headers */, - E40A7F65ED5B2118839B958E313D9DDA /* Sources */, - AD9BBAB1DF84DC65D286432842C0B75E /* Frameworks */, - 3A97EFA7B71B3FFD86BAC45D5F6918B9 /* Resources */, + 78E34D6251D7F947D24BAE0A61DF517B /* Headers */, + 0ECD86D15B50296AFA1E20DD66E6AD45 /* Sources */, + 135E94AB35CE02F2C3167E8CDBF880DC /* Frameworks */, + AEF073CB2D6261689F2CB5B6298E9BB9 /* Resources */, ); buildRules = ( ); dependencies = ( - 7EED46377332A73AF3AC4D9A2AE85531 /* PBXTargetDependency */, + F514AF5C38BA6DFA9C440761E4D26C80 /* PBXTargetDependency */, ); name = Capacitor; productName = Capacitor; @@ -4903,7 +4918,7 @@ buildRules = ( ); dependencies = ( - ABE93CE5D740F11A4ECE17768302F86E /* PBXTargetDependency */, + DDC43A2833CFC302018F4492E769B4AB /* PBXTargetDependency */, ); name = CapacitorSplashScreen; productName = CapacitorSplashScreen; @@ -4912,15 +4927,15 @@ }; 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { isa = PBXNativeTarget; - buildConfigurationList = 45FF72DDFC4817E5D5BAD39F642EE86A /* Build configuration list for PBXNativeTarget "PromisesObjC" */; + buildConfigurationList = 3894157A96AEAE2B3E7C505CA288364B /* Build configuration list for PBXNativeTarget "PromisesObjC" */; buildPhases = ( - 2C651E3C07DA920B6F149303E5B02B84 /* Headers */, - DD7C2DA6123B53C1AB77DE3F43FAAA10 /* Copy . Private Headers */, - 8597404FCDCC2A46DD0C8A6C1D1BDFF2 /* Copy . Public Headers */, - 868848A8AFF983D1709BBDF46581D388 /* Sources */, - 128EA921462262B315A455C08649DE65 /* Frameworks */, - E188D6395CF2B83E4DFE73501F4A5452 /* Resources */, - FE84AABB9EE5EB5982FF5EED78144F40 /* Create Symlinks to Header Folders */, + 8942A7794F9C9E3D031443C8BDA6DFD0 /* Headers */, + 319419B9FBC82BD047DB97D8B05CA5FD /* Copy . Private Headers */, + BD0C66760A8839D48391693207D5ED46 /* Copy . Public Headers */, + 95A07D861BE89D2C36B87095AD439E2E /* Sources */, + 877CD8492AD5514AD96D64E38DA8A459 /* Frameworks */, + 17A79D8736A10758ABAE25BE7CA2FA64 /* Resources */, + 29D2A496676BC12CBA86188914081311 /* Create Symlinks to Header Folders */, ); buildRules = ( ); @@ -4943,7 +4958,7 @@ buildRules = ( ); dependencies = ( - A51F29F1AF2FDB46A173B71D3DF8AB59 /* PBXTargetDependency */, + 61EFF6DE84624476F320719B13BB9863 /* PBXTargetDependency */, ); name = CapacitorPreferences; productName = CapacitorPreferences; @@ -4952,12 +4967,12 @@ }; 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */ = { isa = PBXNativeTarget; - buildConfigurationList = 9A947A55E2DC4849824250FC8A11447A /* Build configuration list for PBXNativeTarget "CapacitorCordova" */; + buildConfigurationList = 25D48E10FB171183439BECD95F05313F /* Build configuration list for PBXNativeTarget "CapacitorCordova" */; buildPhases = ( - FF8A6BBD2060202CA78F625559114038 /* Headers */, - 72CACB800B1A86848DB7A26021291E6B /* Sources */, - D773ABF6E451A1CC6741B45E584E9968 /* Frameworks */, - 09F97296C3F25FAD89644257D1B84E9E /* Resources */, + F60BDD6DE2F4C0E0055C8F482C371385 /* Headers */, + 7E7B37E0C686B471ED77BFC716BAD3E5 /* Sources */, + 7F323DAACC9F1F4D3AB1D7C48C827B64 /* Frameworks */, + 6F92DFAA6F4D31150161DB5BD11E8DDE /* Resources */, ); buildRules = ( ); @@ -4970,18 +4985,18 @@ }; 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */ = { isa = PBXNativeTarget; - buildConfigurationList = F25E1920017BAC5ED8CCB070F54A5D71 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; + buildConfigurationList = 53498F11091EA464D6169072DDA4F8DC /* Build configuration list for PBXNativeTarget "FirebaseCore" */; buildPhases = ( - 74021BB74B98314ADCE6669D329F6C90 /* Headers */, - 665205792030721C172C739FDC9120BA /* Sources */, - C207122D43A4DC1B333A2DCED36C029E /* Frameworks */, - 3736D2926E57404BDC223D931FAD678E /* Resources */, + 1247B7178F8384A92DF379F8DD129ABF /* Headers */, + 384B6F1117AE9A6C60E24C101BB42C7B /* Sources */, + BDA5DBF809FB738CC3ED57D8BC719061 /* Frameworks */, + 142AA06003EEA5964DECCD44709D646E /* Resources */, ); buildRules = ( ); dependencies = ( - 0E49EAF28BEB9330A42E5D3CEA3D8BC8 /* PBXTargetDependency */, - EFAE12A20472B6220EE8599348967BBF /* PBXTargetDependency */, + 704A6C7835DCF9419EF8A56DD80C588D /* PBXTargetDependency */, + 90838769F62F7DDFF9138F6C947E12A1 /* PBXTargetDependency */, ); name = FirebaseCore; productName = FirebaseCore; @@ -4990,20 +5005,20 @@ }; 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */ = { isa = PBXNativeTarget; - buildConfigurationList = F1AD79EAD418B60B429B397790CDE9C7 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */; + buildConfigurationList = 985B7A04184BAC998134C9F75D74E474 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */; buildPhases = ( - 630C90C70FEB0CBBD2BD738DA802682A /* Headers */, - C51BF0B5936003D5F5BE6C7C68264CF2 /* Sources */, - 7E46DF4D8ECC65FD823DD8D322BE35BC /* Frameworks */, - 2FCBCE69AEB88830ABECB8B6C1D54C7A /* Resources */, + 632C40DF48C77BA061C0B68971C33FF8 /* Headers */, + 2A3698EF0BCE81485368B44E9FAE6280 /* Sources */, + C31CC6A0441710C81F2C43E7322216DA /* Frameworks */, + AEE376DC89B0336C5CADC0A04F62BAAD /* Resources */, ); buildRules = ( ); dependencies = ( - 68EF49E0D3471180BDDF4424896EA7FC /* PBXTargetDependency */, - 46DCACC827558C18CB71E239F7D016C9 /* PBXTargetDependency */, - 60017975CC726D3A9FEB17E419D8CA5C /* PBXTargetDependency */, - 53A2688D0CDB37339309CC5A239077F1 /* PBXTargetDependency */, + E4337F05789A4D8CCC7B55F841062F77 /* PBXTargetDependency */, + 32803968A0B8195A7E93E4E6051154FD /* PBXTargetDependency */, + 8C33891E953D6EAEFD209FD1DA14FE52 /* PBXTargetDependency */, + A9EDFD8388776F5969684AE9BFD2F282 /* PBXTargetDependency */, ); name = FirebaseMessaging; productName = FirebaseMessaging; @@ -5022,7 +5037,7 @@ buildRules = ( ); dependencies = ( - 6B5CBC4CB8F989E72175AFB53102B1EB /* PBXTargetDependency */, + 23702F53F0D0A738301D576F3689BE88 /* PBXTargetDependency */, ); name = CapacitorDialog; productName = CapacitorDialog; @@ -5031,19 +5046,19 @@ }; 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */ = { isa = PBXNativeTarget; - buildConfigurationList = 13F5A0DAE0DB7234606B44AA2D132EAB /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; + buildConfigurationList = DBDCC546A5C03FB0BE4181DEF5EF7667 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; buildPhases = ( - F32A51C9641682CF7DEA6AB1F180E0FE /* Headers */, - 3DA1803E9146A9C133568D6AA6F6A164 /* Sources */, - E9112AE8F0A98B3661A2BAFB56FCDD9D /* Frameworks */, - C1ADEF56A7B864089CF9ED655827CB3C /* Resources */, + 7BCC24F67169362C129F2E29AC72B897 /* Headers */, + 0D43990F5775F23ADD1E83578CEA68B9 /* Sources */, + EC153F140EA9CA75FF30651A003D4F1F /* Frameworks */, + 35857B8919873A2804504E1B1C13F769 /* Resources */, ); buildRules = ( ); dependencies = ( - A0404ED74664FC6CE6759ACDC8867207 /* PBXTargetDependency */, - 001AEFC7BF9367A914A9D120CA446A54 /* PBXTargetDependency */, - 21F2EFFFF2D44CB80FA674CB13E3AA9E /* PBXTargetDependency */, + 9E30CFEBF71AF248DC35C46F1E70D2C3 /* PBXTargetDependency */, + 9EEED62722BEED2FB4E0728D039497C6 /* PBXTargetDependency */, + F2B220807C21F4E1E8E378AE9BA64945 /* PBXTargetDependency */, ); name = GoogleDataTransport; productName = GoogleDataTransport; @@ -5062,35 +5077,35 @@ buildRules = ( ); dependencies = ( - 19D244A2A75AF6A69CE873E51D6D767F /* PBXTargetDependency */, - 0F598E901347C4649DCB2678134B3B83 /* PBXTargetDependency */, - 60B70BB02DC1E954A6B2AA4E182F506C /* PBXTargetDependency */, - 09B97A464C168506B52785FD17AEAF7E /* PBXTargetDependency */, - 0DD74EF97657F1259ED07C378CB7E796 /* PBXTargetDependency */, - 3ABFA3E5304C215EEEAA8FE20820B1C5 /* PBXTargetDependency */, - CC4DD29BCE073977C6FA2B91F89023CA /* PBXTargetDependency */, - 22B3F61016C396147CE791CA4E1F4EF3 /* PBXTargetDependency */, - C921B2D7C30660B57AF4BB6B444418AB /* PBXTargetDependency */, - D215006EA8FD8A200E0632DF1189C5F9 /* PBXTargetDependency */, - 5C84FF38D9A0F302EC5642F4CC72F830 /* PBXTargetDependency */, - 90EBAB5EF92ADD3D8518D0506E6FB71D /* PBXTargetDependency */, - F784A33EEEC231E569B09E3CE13546A0 /* PBXTargetDependency */, - A17BE593196E180D762ED173F04378DD /* PBXTargetDependency */, - C4162A2BE039B85312BB8C0CC60FE432 /* PBXTargetDependency */, - 3C27A06901D1B973B2F1E9328ED16F08 /* PBXTargetDependency */, - 4D59A2D20B72C85CFBB524D0CED4E9A8 /* PBXTargetDependency */, - 842FEA92C84C78664167066EECB6A7BA /* PBXTargetDependency */, - 7D33CDE7C6461DE71589AFA1FD0B208D /* PBXTargetDependency */, - 63E7875DE110CAB87EF9AC2AF54E16B7 /* PBXTargetDependency */, - E7E1F61FBB08E7AC72A21BB8666D7B74 /* PBXTargetDependency */, - B5AC54FF534B8291BC3F5D4CEF5132BE /* PBXTargetDependency */, - 643D7A1812AC1D04C2E75617C09C7FF5 /* PBXTargetDependency */, - 0E955241F1F11BF7711D4840B1A5BF49 /* PBXTargetDependency */, - 119057A90AB46F03232E136B416C6D48 /* PBXTargetDependency */, - 03E8061B64DEBAB4AC79DD3F8A15280E /* PBXTargetDependency */, - CC65008048C77D55FE1AF2E5351830A6 /* PBXTargetDependency */, - 4B23743ECA6E70AB14E0AF0071337C5C /* PBXTargetDependency */, - 1BBFD4864459F05C91F3E83A691373D4 /* PBXTargetDependency */, + 751A7C8AD28E0939B618CBA1E751FDCD /* PBXTargetDependency */, + 8E67E78FBAAB1DDF5AA8CFC59DCF89C0 /* PBXTargetDependency */, + 26ED27903DEDE593B7B38AFAD78D3892 /* PBXTargetDependency */, + EEAA5F113FAE1E699D5134E4327FBC3E /* PBXTargetDependency */, + 7D87CC501031F967CC41855B23E39325 /* PBXTargetDependency */, + 11890E231D0E946351C396A60C97B9D0 /* PBXTargetDependency */, + 3D2BB54635545D82A4EE86A7C7A0BE9F /* PBXTargetDependency */, + 9B404D60785F42B3B0F9B718BAF313BF /* PBXTargetDependency */, + 37DDDCCFF198DCA723EA0946CFB20FF4 /* PBXTargetDependency */, + FDC4680EB4F4F4B379B76DF3B62DF113 /* PBXTargetDependency */, + D911855499CE614006CA2F491C75E883 /* PBXTargetDependency */, + 79DCEBB95F5A0918B76DAE33BDC63F6E /* PBXTargetDependency */, + 6FA3467BC6D262B5FC8028A022549058 /* PBXTargetDependency */, + 5A6B7BDD1D691BE789C6B3E2DAE94002 /* PBXTargetDependency */, + 7FFBE4FA1336EE923C628B613519FA61 /* PBXTargetDependency */, + 627E04B59BF7CFC14082715B75CD910E /* PBXTargetDependency */, + A9A82C645F49E6CACEF3B56B15242E2C /* PBXTargetDependency */, + FDBD3FD5FCAFB6064E7528BDB9B27857 /* PBXTargetDependency */, + 0AD09F84670E00C838655DA9B73E00F1 /* PBXTargetDependency */, + 5BBD579D121475DB5CB4446D2FDE97D1 /* PBXTargetDependency */, + 45F8061FDF9ABE314911817C50362B35 /* PBXTargetDependency */, + 1CE58BCB884F96B2F1A807861776695F /* PBXTargetDependency */, + 7C7943FDF763C29358559760B1449F12 /* PBXTargetDependency */, + F6F1DAB2F523BBB675E83D7DFBA76303 /* PBXTargetDependency */, + 77864ABBCF672EB491AB88E7063FB6BA /* PBXTargetDependency */, + 151EB5CAA4C98D0E7F337A60D57A1AB9 /* PBXTargetDependency */, + 45FFDFAEDB6E33B84D468F93FEC4075A /* PBXTargetDependency */, + AAE79601999BC5BEC71FBC1B7E16445E /* PBXTargetDependency */, + E10A28BFAC366FC0A37F494EEFAB2192 /* PBXTargetDependency */, ); name = "Pods-App"; productName = Pods_App; @@ -5099,19 +5114,19 @@ }; 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */ = { isa = PBXNativeTarget; - buildConfigurationList = 7CBFC2DCB027532F3020782273BA450A /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; + buildConfigurationList = B6BEA369C1DA81CDF91BAD8D473D48A3 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; buildPhases = ( - E15D0EC6DC12EA26C00864E4C6E766C7 /* Headers */, - 38E8A096B824323F4CF9B5C040C80BE1 /* Sources */, - F13E54717A89206AE0AE230DB02956F0 /* Frameworks */, - AC180AFBBDCAC936A592D295A71478A8 /* Resources */, + 9D0F0AF717AFE7877F075FC13F86ACF6 /* Headers */, + 1D9ABFD84CCA5A3426F8C953BD756384 /* Sources */, + 30B65221350086E174E3C4D7F0CD3E66 /* Frameworks */, + 2ACEEA206F1138DCA11232259AA09E76 /* Resources */, ); buildRules = ( ); dependencies = ( - 9316A9EA93CD8C01AA2E9BF2E3CD88D7 /* PBXTargetDependency */, - 8FA4AD115AA45FD40654C4F570F041DE /* PBXTargetDependency */, - 703A247A8CF36A3EC8F322E21FC19D99 /* PBXTargetDependency */, + 46C86A63B21B9CDA313948B5B5EA3B6C /* PBXTargetDependency */, + 56BFBA49932BDA6C1548456BE04A653F /* PBXTargetDependency */, + 1ED6146460B1814AE64CFC9912762AB6 /* PBXTargetDependency */, ); name = FirebaseCoreDiagnostics; productName = FirebaseCoreDiagnostics; @@ -5130,7 +5145,7 @@ buildRules = ( ); dependencies = ( - 6A6962438FA0BA3A77D5A3FB6BAC6254 /* PBXTargetDependency */, + 93AB5E126C96178612FEA594CDB515C5 /* PBXTargetDependency */, ); name = CapacitorDevice; productName = CapacitorDevice; @@ -5149,7 +5164,7 @@ buildRules = ( ); dependencies = ( - 3BEF5F045A57DB37F7D803B8621E5767 /* PBXTargetDependency */, + DFB32B1BBBF8884A0FBFF08D80A710F4 /* PBXTargetDependency */, ); name = CordovaPlugins; productName = CordovaPlugins; @@ -5168,7 +5183,7 @@ buildRules = ( ); dependencies = ( - F7EC522F0FEB7D808EE3F55372E2DDBE /* PBXTargetDependency */, + F69E13541F632647B7210A2101E51D72 /* PBXTargetDependency */, ); name = CapacitorHaptics; productName = CapacitorHaptics; @@ -5187,7 +5202,7 @@ buildRules = ( ); dependencies = ( - 7E29366B281E998D52CC2B14E55C5BB6 /* PBXTargetDependency */, + CEC44D02145FC26675379C792E876E4A /* PBXTargetDependency */, ); name = CapacitorStatusBar; productName = CapacitorStatusBar; @@ -5196,19 +5211,19 @@ }; 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */ = { isa = PBXNativeTarget; - buildConfigurationList = 051205302C0C81740640ABF52B5EC3B5 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; + buildConfigurationList = 8644B3689E4CCB12160FCEB6DC7F1383 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; buildPhases = ( - 7797F997F59E40561515F60E4BC49EB5 /* Headers */, - B49EE54FBA5F4EB21BB3E523BC7B94CA /* Sources */, - 27816538FB993415A3FC2014E0CC211D /* Frameworks */, - 727B97E457451F60C87CDCADE53776D5 /* Resources */, + 47822483CD1780AF6D01D7A8CEB80268 /* Headers */, + 2BA61350653F95FB43AB879D27BC13A5 /* Sources */, + 3923A15033E9CB72C003DC6281FD25AE /* Frameworks */, + 0652D7C8A251BED685FC50B56EF1C8DD /* Resources */, ); buildRules = ( ); dependencies = ( - DEE64C06590DA11C8010C2C403FFF514 /* PBXTargetDependency */, - C6DBC5364D265429C1F44E3EB3BC03E3 /* PBXTargetDependency */, - 97BC74C386596D8083FF3498661EF794 /* PBXTargetDependency */, + 485AFEB6626222D36EA404138273F583 /* PBXTargetDependency */, + 61C0841DFDD82CCC3A137CD9091DF188 /* PBXTargetDependency */, + 4433CCC1157AB8BC92419891038CF06E /* PBXTargetDependency */, ); name = FirebaseInstallations; productName = FirebaseInstallations; @@ -5217,17 +5232,17 @@ }; 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */ = { isa = PBXNativeTarget; - buildConfigurationList = CAA332602CFF02EC77A04F800D8605BE /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; + buildConfigurationList = 9522B15FBA2C23ABC22C5F9EC98FA293 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; buildPhases = ( - 8CE5402C1464EB477FBC736DFF41AD58 /* Headers */, - D3F088893EC1CC1F863D8B9DD8295BD7 /* Sources */, - 0AB60DCFB4C4BC5F11C9C39B77A7EF77 /* Frameworks */, - 5CE5D48073E7B711E313AF09B2F62D5B /* Resources */, + 911247C1ADA940751B0B5E0474D8E7C8 /* Headers */, + BF12DAE8D8661CBA32355893FE568FD7 /* Sources */, + 57BA5E15A255B2FEC09F9D7C1C5925D8 /* Frameworks */, + 4202846E4C5B306DB523620C0A84927E /* Resources */, ); buildRules = ( ); dependencies = ( - 2ECF8724A4828F8F2294E1FC84B567ED /* PBXTargetDependency */, + B8BDE71A84E61CB30D151392C4BDEE5A /* PBXTargetDependency */, ); name = GoogleUtilities; productName = GoogleUtilities; @@ -5246,7 +5261,7 @@ buildRules = ( ); dependencies = ( - 127FC10664FA951264266CA4570293E2 /* PBXTargetDependency */, + 6446FF963EE86C06B86C7D5C629E0532 /* PBXTargetDependency */, ); name = CapacitorCamera; productName = CapacitorCamera; @@ -5265,7 +5280,7 @@ buildRules = ( ); dependencies = ( - 35CD1722C2F73C76911F7CD4C68CD04F /* PBXTargetDependency */, + 175F670E30A8D7CCBF51FEEBAA01C4C0 /* PBXTargetDependency */, ); name = CapacitorGeolocation; productName = CapacitorGeolocation; @@ -5284,7 +5299,7 @@ buildRules = ( ); dependencies = ( - 027E2A4E97C546C641322F3A74B38297 /* PBXTargetDependency */, + B90E43237E682213DE6C93CA215AF86F /* PBXTargetDependency */, ); name = CapacitorKeyboard; productName = CapacitorKeyboard; @@ -5293,19 +5308,19 @@ }; 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */ = { isa = PBXNativeTarget; - buildConfigurationList = FD19D9688CA0DC0E6C7058C191D2D55B /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */; + buildConfigurationList = 910BA298628CEF78D58DE73C0D4237AB /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */; buildPhases = ( - 4FD9AC18B8F6AFF3848E5FBB162F92DA /* Headers */, - 7E0312BE716AE3FEDED2512590C1215F /* Sources */, - 8C984CB60C2DB1D614F3409626306375 /* Frameworks */, - 932B97F4774689344A8FC0233D7F6142 /* Resources */, + 4F33C1CD464B10D5E8DB67D2CE073BA1 /* Headers */, + 4EFB24A75D61994FFABC44B45D8781E9 /* Sources */, + 1A7C5E9DD277E8AE8DB8FD3D1B66AF90 /* Frameworks */, + 112CDCF716DDCB01894D81FD1042ED0F /* Resources */, ); buildRules = ( ); dependencies = ( - 18E84B88CD4275DD0CDEBC689D2066C3 /* PBXTargetDependency */, - BA59D1C73D8ADF239B82CE73E6FD1E55 /* PBXTargetDependency */, - 2187DFC2DD50DFEB9F30E269095BC4F0 /* PBXTargetDependency */, + B9090ABB0048E605ED60A25269D2D7AC /* PBXTargetDependency */, + C385DEB81EF4539069FCCD9FBA3EDBE3 /* PBXTargetDependency */, + 6448572E004A1313AC3E2926FFF4DB6C /* PBXTargetDependency */, ); name = FirebaseInstanceID; productName = FirebaseInstanceID; @@ -5314,17 +5329,17 @@ }; A5EEC7C2AA5BC7C67CFA2C7578AB62C7 /* Google-Maps-iOS-Utils */ = { isa = PBXNativeTarget; - buildConfigurationList = 2506459D281C452524D3B45B3E34A66E /* Build configuration list for PBXNativeTarget "Google-Maps-iOS-Utils" */; + buildConfigurationList = 2818A03FC1EEB6F8B40BC534D88C4B42 /* Build configuration list for PBXNativeTarget "Google-Maps-iOS-Utils" */; buildPhases = ( - 63048742496DC1DE86F3724D59087245 /* Headers */, - CB05C588F6B70FD7E11CE58E86EBA9A0 /* Sources */, - 8B66EFB4CA48C560D0E66DA17DD86C0B /* Frameworks */, - C0AE47DB5BACCEE8835949C89B22AF2E /* Resources */, + 5FCA06D6F76830EBC8C2869E9683B7A1 /* Headers */, + C43079239823DFDCA0402FF58954A489 /* Sources */, + 46E401A57D9BF3996C45E392058C6717 /* Frameworks */, + B528D31023F0F2FCF0F0F0723B1728EE /* Resources */, ); buildRules = ( ); dependencies = ( - C7F6E45944A58935A6602B8EA5988E53 /* PBXTargetDependency */, + 8AD1301E5A2F6A840F85FEF22DDD285B /* PBXTargetDependency */, ); name = "Google-Maps-iOS-Utils"; productName = GoogleMapsUtils; @@ -5343,7 +5358,7 @@ buildRules = ( ); dependencies = ( - A4F01D0ABE0C63E1043D5DC2EFE37C54 /* PBXTargetDependency */, + 2781801A4C6A0F5E060582E289634C65 /* PBXTargetDependency */, ); name = CapacitorPushNotifications; productName = CapacitorPushNotifications; @@ -5362,9 +5377,9 @@ buildRules = ( ); dependencies = ( - 7EEDDE11F41BD44ECFA3FA4786EBB28B /* PBXTargetDependency */, - 04AAFA9D275DA966B8424F4889B146FC /* PBXTargetDependency */, - 2720E3EF8709F499491B3DC2EF0052B6 /* PBXTargetDependency */, + D3D5EB6D9D4C41DFE3647AAA5A023D37 /* PBXTargetDependency */, + 34F65A68EE5A6B13267803F75C70B555 /* PBXTargetDependency */, + FE33ECB451836A9E472E67ABD8A08A62 /* PBXTargetDependency */, ); name = CapacitorGoogleMaps; productName = CapacitorGoogleMaps; @@ -5383,7 +5398,7 @@ buildRules = ( ); dependencies = ( - 04E60A2137C064816CD67F73FA3C2703 /* PBXTargetDependency */, + 8213143B9633727A1D966EC368A6A41A /* PBXTargetDependency */, ); name = CapacitorNetwork; productName = CapacitorNetwork; @@ -5392,12 +5407,12 @@ }; D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */ = { isa = PBXNativeTarget; - buildConfigurationList = FF8710B764DFEB5ACB5B7A56DA75D66B /* Build configuration list for PBXNativeTarget "nanopb" */; + buildConfigurationList = AC56AE6E8AD770E8D9F4EA515F8ED346 /* Build configuration list for PBXNativeTarget "nanopb" */; buildPhases = ( - 309B6030FABDB1011F8D8F57BB253612 /* Headers */, - 79DDD82B088036CBACE68C96A7FCEBF8 /* Sources */, - C8CF2E82E191C986A9C9336B1DE4FB99 /* Frameworks */, - 69118CAF8866D9A1A57387F38DDB7AB0 /* Resources */, + AF070598545A30D3673061AB16C86249 /* Headers */, + 65C376998B40F66B2B668007115E204D /* Sources */, + C8EA10FF7D3BCD4912C663102203F3E1 /* Frameworks */, + A707BCDBE490C9D3B646261B1466602E /* Resources */, ); buildRules = ( ); @@ -5420,7 +5435,7 @@ buildRules = ( ); dependencies = ( - C6876EF265FCDEE0628B434C62F0D964 /* PBXTargetDependency */, + 73885F295A6EBEA059ECC2CCFE47370D /* PBXTargetDependency */, ); name = CapacitorShare; productName = CapacitorShare; @@ -5437,7 +5452,7 @@ LastUpgradeCheck = 1500; }; buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 8.0"; + compatibilityVersion = "Xcode 12.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( @@ -5484,123 +5499,123 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 09F97296C3F25FAD89644257D1B84E9E /* Resources */ = { + 0652D7C8A251BED685FC50B56EF1C8DD /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2FCBCE69AEB88830ABECB8B6C1D54C7A /* Resources */ = { + 112CDCF716DDCB01894D81FD1042ED0F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 350143A17B91220B1D3EBAA321750D71 /* Resources */ = { + 142AA06003EEA5964DECCD44709D646E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3736D2926E57404BDC223D931FAD678E /* Resources */ = { + 17A79D8736A10758ABAE25BE7CA2FA64 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3A2319A3823DB48F6947EEA9DCF5401C /* Resources */ = { + 2ACEEA206F1138DCA11232259AA09E76 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3A97EFA7B71B3FFD86BAC45D5F6918B9 /* Resources */ = { + 350143A17B91220B1D3EBAA321750D71 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 96D3F327423D4E2F0DE379C4ADC8D57D /* native-bridge.js in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5C895C30727A057453937E83F6DF9A98 /* Resources */ = { + 35857B8919873A2804504E1B1C13F769 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5CE5D48073E7B711E313AF09B2F62D5B /* Resources */ = { + 3A2319A3823DB48F6947EEA9DCF5401C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5D30151A327B3A6265BDED7A17CEA8E6 /* Resources */ = { + 4202846E4C5B306DB523620C0A84927E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5ECB6E33C8DDC9897A58D4787164E267 /* Resources */ = { + 5C895C30727A057453937E83F6DF9A98 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 644C8AFD991A23778224966A4244443D /* Resources */ = { + 5D30151A327B3A6265BDED7A17CEA8E6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 66D1C34E79579D9E49CCD9CF78069874 /* Resources */ = { + 5ECB6E33C8DDC9897A58D4787164E267 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 68ED6A6757B91E39F3B5EFDC3D82E1E1 /* Resources */ = { + 644C8AFD991A23778224966A4244443D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 69118CAF8866D9A1A57387F38DDB7AB0 /* Resources */ = { + 66D1C34E79579D9E49CCD9CF78069874 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6CF10428E56450DF2A8F7D6C9A330960 /* Resources */ = { + 68ED6A6757B91E39F3B5EFDC3D82E1E1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 727B97E457451F60C87CDCADE53776D5 /* Resources */ = { + 6CF10428E56450DF2A8F7D6C9A330960 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 932B97F4774689344A8FC0233D7F6142 /* Resources */ = { + 6F92DFAA6F4D31150161DB5BD11E8DDE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + FF509EDFB5E7D0D5BDA1F09FE4E142AF /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5611,14 +5626,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AB2B1B5F8B85AE95BE6C6A8CFB3DE849 /* Resources */ = { + A707BCDBE490C9D3B646261B1466602E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - AC180AFBBDCAC936A592D295A71478A8 /* Resources */ = { + AB2B1B5F8B85AE95BE6C6A8CFB3DE849 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -5632,35 +5647,37 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C0AE47DB5BACCEE8835949C89B22AF2E /* Resources */ = { + AEE376DC89B0336C5CADC0A04F62BAAD /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C1ADEF56A7B864089CF9ED655827CB3C /* Resources */ = { + AEF073CB2D6261689F2CB5B6298E9BB9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 6B8486F08D846371E0B9FFF4DD44D7B4 /* native-bridge.js in Resources */, + 54E70C73C98D7EF08C4EEE1C70AE20D2 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C6ADA7ED4F962A3C797107C14DE60DF5 /* Resources */ = { + B528D31023F0F2FCF0F0F0723B1728EE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C86E8AF849C27EB7839E7FDB5525E730 /* Resources */ = { + C6ADA7ED4F962A3C797107C14DE60DF5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E188D6395CF2B83E4DFE73501F4A5452 /* Resources */ = { + C86E8AF849C27EB7839E7FDB5525E730 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -5684,38 +5701,38 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - C1EA5A3C86B792195AED75C26C7C8513 /* [CP] Copy XCFrameworks */ = { + 29D2A496676BC12CBA86188914081311 /* Create Symlinks to Header Folders */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); + inputFileListPaths = ( + ); inputPaths = ( ); - name = "[CP] Copy XCFrameworks"; + name = "Create Symlinks to Header Folders"; + outputFileListPaths = ( + ); outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/GoogleMaps/GoogleMaps-xcframeworks.sh\"\n"; - showEnvVarsInLog = 0; + shellScript = "cd \"$CONFIGURATION_BUILD_DIR/$WRAPPER_NAME\" || exit 1\nif [ ! -d Versions ]; then\n # Not a versioned framework, so no need to do anything\n exit 0\nfi\n\npublic_path=\"${PUBLIC_HEADERS_FOLDER_PATH#$CONTENTS_FOLDER_PATH/}\"\nif [ ! -f \"$public_path\" ]; then\n ln -fs \"${PUBLIC_HEADERS_FOLDER_PATH#$WRAPPER_NAME/}\" \"$public_path\"\nfi\n\nprivate_path=\"${PRIVATE_HEADERS_FOLDER_PATH#$CONTENTS_FOLDER_PATH/}\"\nif [ ! -f \"$private_path\" ]; then\n ln -fs \"${PRIVATE_HEADERS_FOLDER_PATH#$WRAPPER_NAME/}\" \"$private_path\"\nfi\n"; }; - FE84AABB9EE5EB5982FF5EED78144F40 /* Create Symlinks to Header Folders */ = { + 3CE1F1819CDF9B536AE7F2A92A8277A2 /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( ); - inputPaths = ( - ); - name = "Create Symlinks to Header Folders"; + name = "[CP] Copy XCFrameworks"; outputFileListPaths = ( ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "cd \"$CONFIGURATION_BUILD_DIR/$WRAPPER_NAME\" || exit 1\nif [ ! -d Versions ]; then\n # Not a versioned framework, so no need to do anything\n exit 0\nfi\n\npublic_path=\"${PUBLIC_HEADERS_FOLDER_PATH#$CONTENTS_FOLDER_PATH/}\"\nif [ ! -f \"$public_path\" ]; then\n ln -fs \"${PUBLIC_HEADERS_FOLDER_PATH#$WRAPPER_NAME/}\" \"$public_path\"\nfi\n\nprivate_path=\"${PRIVATE_HEADERS_FOLDER_PATH#$CONTENTS_FOLDER_PATH/}\"\nif [ ! -f \"$private_path\" ]; then\n ln -fs \"${PRIVATE_HEADERS_FOLDER_PATH#$WRAPPER_NAME/}\" \"$private_path\"\nfi\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/GoogleMaps/GoogleMaps-xcframeworks.sh\"\n"; + showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -5729,6 +5746,170 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 0D43990F5775F23ADD1E83578CEA68B9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A91B9F1A4E84F293D9CE2865EE95B785 /* cct.nanopb.c in Sources */, + 15AE8ADD6041DD0160A94D923F2BA79A /* GDTCCTCompressionHelper.m in Sources */, + 0C08997830EC9C6D668D0A40FEDCF16D /* GDTCCTNanopbHelpers.m in Sources */, + 78B15DB780FE798CD6721A5A38547C3D /* GDTCCTUploader.m in Sources */, + 2637E9265B6DBED2ED608EF6FF53C170 /* GDTCCTUploadOperation.m in Sources */, + 317151361BBFD99CC2958216DDA41953 /* GDTCORAssert.m in Sources */, + 784E81EB5367C53679ABED4B15C572B2 /* GDTCORClock.m in Sources */, + 0978F91A43CC850F8B9CE402E959655A /* GDTCORConsoleLogger.m in Sources */, + AB617544ECC4C23EC5B6C5347C42CB7F /* GDTCORDirectorySizeTracker.m in Sources */, + DEF8298E2CB181B978BCA56C4B3875A0 /* GDTCOREndpoints.m in Sources */, + CBFF780FD9D516965EDD27CD578094F7 /* GDTCOREvent.m in Sources */, + B15820CFDB6ACC01950C63A970136593 /* GDTCOREvent+GDTCCTSupport.m in Sources */, + 541018C8CDF42FCA151195C907376409 /* GDTCORFlatFileStorage.m in Sources */, + 3E533D3B5F3135E2F3DA63C250F9D32F /* GDTCORFlatFileStorage+Promises.m in Sources */, + D930A616B3BAF47FC3A325E1EE877FD3 /* GDTCORLifecycle.m in Sources */, + F5D7F1D877FBD89774B7015E396BA4BD /* GDTCORPlatform.m in Sources */, + B32F20F2E4A558120C9769D44BF4EC81 /* GDTCORReachability.m in Sources */, + EB6D7EE22518E29C29B4E4319AF9D510 /* GDTCORRegistrar.m in Sources */, + 7151B591C670791FD609C730D52477DC /* GDTCORStorageEventSelector.m in Sources */, + 57BD4EC2869AA24541943E4702845FC8 /* GDTCORTransformer.m in Sources */, + BD8CD952EB5E49551A037D77E0F04B12 /* GDTCORTransport.m in Sources */, + 1C59577137B7B2AA645C7E4F1CE91DCE /* GDTCORUploadBatch.m in Sources */, + 5BDFCA9D236F6B3BCCAC6D95E22BFB47 /* GDTCORUploadCoordinator.m in Sources */, + E4F7A61477FED03D8F72D0331F22C056 /* GoogleDataTransport-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0ECD86D15B50296AFA1E20DD66E6AD45 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2509C4D19439BA294FAD5BBE7A06F495 /* AppUUID.swift in Sources */, + B8FD28A452C76A3432EA058FEE3213A6 /* Array+Capacitor.swift in Sources */, + 4A65CC4C9FFADBB4875801B8D7F9729A /* Capacitor-dummy.m in Sources */, + 2F146A91BD950ADE7ECAC374D7807F5F /* CapacitorBridge.swift in Sources */, + 5031A455AD3AB471382624AC08AF9889 /* CapacitorCookieManager.swift in Sources */, + CEADBB682AB9B1C2AE9029A5D463C30B /* CapacitorCookies.swift in Sources */, + AED3605C14D7E6608A3808DB4C8A8A47 /* CapacitorExtension.swift in Sources */, + 04929828110A6916E54AFE65F40088D1 /* CapacitorHttp.swift in Sources */, + 3DAC8C9DC2CF6669993A40470D93DC4E /* CapacitorUrlRequest.swift in Sources */, + E4ABD557542A823E29080179D559CC33 /* CAPApplicationDelegateProxy.swift in Sources */, + 208DBB9795F49CBC5860D1168CFE0844 /* CAPBridge.swift in Sources */, + D468F865A5E3C72DB2E50F932DEDD916 /* CAPBridgeDelegate.swift in Sources */, + 09C307DC5909CB79B48B72FE24E30DEA /* CAPBridgedJSTypes.m in Sources */, + 00648F668353E05FE05998F4322EA963 /* CAPBridgedPlugin+getMethod.swift in Sources */, + 3F3B20DC729712DC29241BE925038CC1 /* CAPBridgeProtocol.swift in Sources */, + 5F6004E52A516A4DE5F3E09EE757A77F /* CAPBridgeViewController.swift in Sources */, + FEA49F341EE3BACDBC41A3391AEEE841 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m in Sources */, + 465CDAABC0EBA486CB7355B50CCEB6FF /* CAPFile.swift in Sources */, + 4EA09520FC196614FCDEFB6F0610FF09 /* CAPInstanceConfiguration.m in Sources */, + 8A6172774E15DC95A95D78E37ED57B5C /* CAPInstanceConfiguration.swift in Sources */, + 2F5886846EF4C4ED0E6CA202A2D084E0 /* CAPInstanceDescriptor.m in Sources */, + CE49BBDFFB11B753A434AB096531B6F2 /* CAPInstanceDescriptor.swift in Sources */, + CB2F1EEFE4F4704158AD48D406309112 /* CAPInstancePlugin.swift in Sources */, + 0B3B28D82B957D825EE5EA22774FFFA7 /* CAPLog.swift in Sources */, + 9828F46E5029096BFBC3AD3DDB9193CA /* CAPNotifications.swift in Sources */, + 0638230DAC83E9F089E799DDDE4B2237 /* CAPPlugin.m in Sources */, + AEAC83C3571E7715D1CEDE529FBABDCE /* CAPPlugin+LoadInstance.swift in Sources */, + 755DF146A353BCEA8AC851D1992B573C /* CAPPluginCall.m in Sources */, + 264D137F9723EA3264C66D66AD57F87A /* CAPPluginCall.swift in Sources */, + 2FC1EB648404C06FB052ABCE961C0C0F /* CAPPluginMethod.m in Sources */, + 5CDE8F209F1E986F05CA70F16EF5A8A0 /* CAPWebView.swift in Sources */, + C760A9A50EC68B0375E550E1067F1CD5 /* Console.swift in Sources */, + 4542404B69CCAE166485C73C793374ED /* Data+Capacitor.swift in Sources */, + B700CD036FB25568717235772EFB1053 /* DefaultPlugins.m in Sources */, + 1BAFDCD481DA3553DFACA02F5D7A7006 /* DocLinks.swift in Sources */, + C140CBC02F0A6075D5421CDB6F390284 /* HttpRequestHandler.swift in Sources */, + 610FDBA57DCD47E0942B54D9B752ECEF /* JS.swift in Sources */, + 0823F2A9E6018B323F75CD6574375E9A /* JSExport.swift in Sources */, + A1B32D9AE7220BEC5522C4884F4FA4AB /* JSTypes.swift in Sources */, + CA5176E70083AD0CA038F6283373C845 /* KeyPath.swift in Sources */, + 786E3E908B40E625086923668B500C18 /* NotificationHandlerProtocol.swift in Sources */, + 343400F166BECDB2C45F16C7E46EBAEC /* NotificationRouter.swift in Sources */, + D54CF16B9469C38E38A2F597E9C43F71 /* PluginCallResult.swift in Sources */, + 79EDB7F7ABE6B3009AAA3277E9624679 /* PluginConfig.swift in Sources */, + 1D544DBFE30B55CDF675CC660B0ABDC3 /* Router.swift in Sources */, + 884A5506B06E5970341E476226A571D3 /* TmpViewController.swift in Sources */, + E15C95B85C3497EA3A2901F90E6F34BF /* UIColor.swift in Sources */, + 07AFABBDF9BF24E16D0D63E6B16B2844 /* UIStatusBarManager+CAPHandleTapAction.m in Sources */, + DFB35EF379C6C82D0C1266524F6039B2 /* WebView.swift in Sources */, + 3E321F31D720CD8DB3FF811B99E06065 /* WebViewAssetHandler.swift in Sources */, + 0E84C35ACDCC74470FF5D3800AD5B6C5 /* WebViewDelegationHandler.swift in Sources */, + 714E94F29081FBC63491C8034C215DA8 /* WKWebView+Capacitor.m in Sources */, + EB4FC553F36E7EBD82B650C3D406B24D /* WKWebView+Capacitor.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1D9ABFD84CCA5A3426F8C953BD756384 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A14B92918AF6A805B4614CAF25202B09 /* FIRCoreDiagnostics.m in Sources */, + 1F9BF8E387506C38617A7F4444E1C96A /* firebasecore.nanopb.c in Sources */, + A69D1DC53766AC0FAAA1A28C1CA29071 /* FirebaseCoreDiagnostics-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2A3698EF0BCE81485368B44E9FAE6280 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9EB5D7F7A0E63DE6A23451A92B1A701F /* FirebaseMessaging-dummy.m in Sources */, + E8B619B3EA7E8D82474160702107DE26 /* FIRMessaging.m in Sources */, + 8E1C6C39830B3C8A0EE1ECF2F0E38909 /* FIRMessagingAnalytics.m in Sources */, + DF68092A859DD12CC95E1FB0934D2F4C /* FIRMessagingAPNSInfo.m in Sources */, + 362678BA110E35559D995239FDB8E745 /* FIRMessagingAuthKeychain.m in Sources */, + 2D3B559432F642276EDC458CDBD67383 /* FIRMessagingAuthService.m in Sources */, + DE607F42E801EEB1D3185440C8D9B8FE /* FIRMessagingBackupExcludedPlist.m in Sources */, + 26D105C8207CBF523B9390419D57980C /* FIRMessagingCheckinPreferences.m in Sources */, + 88144B925BAF3CB9BA60A5D48FA5E047 /* FIRMessagingCheckinService.m in Sources */, + E9D49F2152DBC131B7CB1E2BA10191CD /* FIRMessagingCheckinStore.m in Sources */, + B8B16905B520116576FD27EDA682BE07 /* FIRMessagingConstants.m in Sources */, + D1388DF3E643C6CA7EA422EB54FF852D /* FIRMessagingContextManagerService.m in Sources */, + 1A559BA624C3FD66060D417EF753249F /* FIRMessagingExtensionHelper.m in Sources */, + 9C9CF7D623B15ABEDC3BBA83CCC9B08D /* FIRMessagingKeychain.m in Sources */, + 095B106B1DB711A4F8F2531EB4181A6F /* FIRMessagingLogger.m in Sources */, + 2FF7BA61B557028B034E758FE9864E73 /* FIRMessagingPendingTopicsList.m in Sources */, + F6FBF38997198EA3851D9D87E5E0F744 /* FIRMessagingPersistentSyncMessage.m in Sources */, + 98BD8C4DED376D8085F94F31EC3E6538 /* FIRMessagingPubSub.m in Sources */, + 32C0398B1E483B244A76ECC40C78175C /* FIRMessagingRemoteNotificationsProxy.m in Sources */, + 0CAA4970430D70DC21E1274BAE6BB796 /* FIRMessagingRmqManager.m in Sources */, + 18C71DE46DA16B36F07761961F12EA10 /* FIRMessagingSyncMessageManager.m in Sources */, + FBB25B45ADDAD315363A708A1A52DD7A /* FIRMessagingTokenDeleteOperation.m in Sources */, + DF60B51BC92EE52A825764C54E4B552D /* FIRMessagingTokenFetchOperation.m in Sources */, + CDB0C1BCFB374AB6D7053AE5F7FB1859 /* FIRMessagingTokenInfo.m in Sources */, + F0F116F0B8302875F0D889D441243962 /* FIRMessagingTokenManager.m in Sources */, + 71375C98E2E1E7E06A6323FC164EA6B0 /* FIRMessagingTokenOperation.m in Sources */, + 17C80693C20325C941618A46DE2514ED /* FIRMessagingTokenStore.m in Sources */, + 3DAF8FBD60822EF07C8750862B5F087F /* FIRMessagingTopicOperation.m in Sources */, + BE21E0ACCE5B0B6F50214355BF7CBD5D /* FIRMessagingUtilities.m in Sources */, + A3E49D2CB74211913395E15BAB19C891 /* NSDictionary+FIRMessaging.m in Sources */, + EB7B6955353C9504D2C6FAB06E2157A8 /* NSError+FIRMessaging.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2BA61350653F95FB43AB879D27BC13A5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E7C7F350D8D508570E4E6BFAB3287692 /* FIRCurrentDateProvider.m in Sources */, + 8010F2536399C62D805AAB636F7D229E /* FirebaseInstallations-dummy.m in Sources */, + 05CEDC400C5138AD30D483C28037C395 /* FIRInstallations.m in Sources */, + 77BEEFBB0BC6B28A1E8C583F232F6C8A /* FIRInstallationsAPIService.m in Sources */, + F26F2D6646DCEC072137F42DAE53C816 /* FIRInstallationsAuthTokenResult.m in Sources */, + A14741BDA7244E0C8D0769AB1C4F6184 /* FIRInstallationsBackoffController.m in Sources */, + FFC78660159CEDDDD457E9F4594540F5 /* FIRInstallationsErrorUtil.m in Sources */, + 2E1E52603BF4A04E45B0AACAD1999D2D /* FIRInstallationsHTTPError.m in Sources */, + AF3156DDA100F18D25B3AE9509136C91 /* FIRInstallationsIDController.m in Sources */, + EC6D4F3AD4B52FF2661518217419E92F /* FIRInstallationsIIDStore.m in Sources */, + D4C6C54641D0A539C8BC69A97F7F4501 /* FIRInstallationsIIDTokenStore.m in Sources */, + 5CE1CAE93419A27B57E9DCE50F6D3421 /* FIRInstallationsItem.m in Sources */, + FBC4B437CAF4F0153C06EFBE05885392 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, + 6B6CBB92D9B65035254C61A8943E6F88 /* FIRInstallationsLogger.m in Sources */, + A91B841CD5AD95DAF105C77EA2BD9380 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, + 44775CDE6C581E1818534CB5766850CD /* FIRInstallationsStore.m in Sources */, + 1E603CC6D53176C54822CB027EC04BC7 /* FIRInstallationsStoredAuthToken.m in Sources */, + 27F52A9A302EFFE31A2FF9B939C61721 /* FIRInstallationsStoredItem.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3214833B3EEB4A86B6E1E094C2764C26 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5748,54 +5929,68 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 38E8A096B824323F4CF9B5C040C80BE1 /* Sources */ = { + 384B6F1117AE9A6C60E24C101BB42C7B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D7BB38A3530D49E5D9E7556940180B2D /* FIRCoreDiagnostics.m in Sources */, - DE79B0CD949CD0BAF71894EE41AF1731 /* firebasecore.nanopb.c in Sources */, - 5B82B43C790C4FD54A0B69EB6CB02727 /* FirebaseCoreDiagnostics-dummy.m in Sources */, + 692917037F26561332947CF6C7138E15 /* FIRAnalyticsConfiguration.m in Sources */, + 0982ABF07DEF091466589E1179D25555 /* FIRApp.m in Sources */, + F2608F8D54C9DCD9BF1886279A7DBA9E /* FIRAppAssociationRegistration.m in Sources */, + 7D8D957B0795AC49BE15B790A1450B69 /* FIRBundleUtil.m in Sources */, + EBB4CDC5071A3612E3D2A12CAD2621CA /* FIRComponent.m in Sources */, + 852A82C5BCFBA28F9E63FDE90A77E651 /* FIRComponentContainer.m in Sources */, + 52F4E7C8954B45B4F7E51E11CA525751 /* FIRComponentType.m in Sources */, + 2DFAD2EFDAFCCB9BABDF913C2A3D765B /* FIRConfiguration.m in Sources */, + 5961B733007C251F00704324EF9AAE7B /* FIRCoreDiagnosticsConnector.m in Sources */, + 28CCA8AED43207620B2CE861A6C850F0 /* FIRDependency.m in Sources */, + 3398A1EB339FF6E4BD17F68C41DCA057 /* FIRDiagnosticsData.m in Sources */, + 3B6996BAB041A3199D6E181F844B2D1C /* FirebaseCore-dummy.m in Sources */, + 1413AD69A79BE62F6D490F12988B9906 /* FIRFirebaseUserAgent.m in Sources */, + 03256C26085D62CB0D5C56CF37503220 /* FIRHeartbeatInfo.m in Sources */, + 27F2BAA0AB30693C9C272D428B1A92E4 /* FIRLogger.m in Sources */, + 868AB820ED953B9E6AB0677F286AC9A2 /* FIROptions.m in Sources */, + 6B07F74AEFEFAA5848C5BC5C95B8F973 /* FIRVersion.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3DA1803E9146A9C133568D6AA6F6A164 /* Sources */ = { + 44763FBBC93D8961327DAB0A4071601F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C36F03D0640B82416F0B72E91F3882F4 /* cct.nanopb.c in Sources */, - 8E982BB8DE53D40C0805E13DD3E5B7BC /* GDTCCTCompressionHelper.m in Sources */, - 694EAAAD90C52EEEC83A39505BB67A78 /* GDTCCTNanopbHelpers.m in Sources */, - 5ABB29473E794ADFCAF21DE39CED187F /* GDTCCTUploader.m in Sources */, - 802C12FE5F2E6CFF2B10E6123CA1C029 /* GDTCCTUploadOperation.m in Sources */, - E3C45885FE503B69B65502A994E157F9 /* GDTCORAssert.m in Sources */, - E801E297F89250A5042580EC5311B61C /* GDTCORClock.m in Sources */, - 1A839742BE1E3BE827DDD0A8F8125391 /* GDTCORConsoleLogger.m in Sources */, - EEAB76EAF3E52275885A34B079D965F5 /* GDTCORDirectorySizeTracker.m in Sources */, - 9F7305305E65D5BAFACA2C65EBDA89F7 /* GDTCOREndpoints.m in Sources */, - CA51014D4902DA37CCCA76BA10502B75 /* GDTCOREvent.m in Sources */, - F02CB11C99C4294D1C8A3C1626E4C25C /* GDTCOREvent+GDTCCTSupport.m in Sources */, - F6DF77ED2E83796DBD72099A49087EA0 /* GDTCORFlatFileStorage.m in Sources */, - 0AB573476995FC2B2E28309E816AD8F4 /* GDTCORFlatFileStorage+Promises.m in Sources */, - 14C7918B4EC70EA39ABE998178E91384 /* GDTCORLifecycle.m in Sources */, - 6AB8C29D8ADB97B8497AF599679946CA /* GDTCORPlatform.m in Sources */, - E219FFDA04604A7573C4A93AA19281F3 /* GDTCORReachability.m in Sources */, - F9904E762F1A2497B34A496EDEFC856A /* GDTCORRegistrar.m in Sources */, - 7B09424BF7EAFE12D998D8745880E3A2 /* GDTCORStorageEventSelector.m in Sources */, - 1727167618992805FD38DAA45B916BEA /* GDTCORTransformer.m in Sources */, - 419A10C1FC45A5078BCDEB168CD885A7 /* GDTCORTransport.m in Sources */, - 94388287C2DC024637D04350835ACE6F /* GDTCORUploadBatch.m in Sources */, - AAA95301BA68A0FA95AC8B8807F59E2A /* GDTCORUploadCoordinator.m in Sources */, - B31B0BFBDA26600DFB69E771D1D27EA3 /* GoogleDataTransport-dummy.m in Sources */, + DDA8C7E04898E9B184993EA8DFC3DF95 /* CapacitorStatusBar-dummy.m in Sources */, + D7E204EAD54BD7C5DC386C378B4EC7AC /* StatusBarPlugin.m in Sources */, + 71947FB57A6467FEEEC32F25F7966EF9 /* StatusBarPlugin.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 44763FBBC93D8961327DAB0A4071601F /* Sources */ = { + 4EFB24A75D61994FFABC44B45D8781E9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DDA8C7E04898E9B184993EA8DFC3DF95 /* CapacitorStatusBar-dummy.m in Sources */, - D7E204EAD54BD7C5DC386C378B4EC7AC /* StatusBarPlugin.m in Sources */, - 71947FB57A6467FEEEC32F25F7966EF9 /* StatusBarPlugin.swift in Sources */, + 6562CA98984AF86C3B429DABECCA6414 /* FirebaseInstanceID-dummy.m in Sources */, + CD35448F3C2354979876781CAF3FA5FC /* FIRInstanceID.m in Sources */, + B51F97507706C187F26CA02D9CD10983 /* FIRInstanceID+Private.m in Sources */, + DFB3319855DFBB12C8EAB57DEF1E03A7 /* FIRInstanceIDAPNSInfo.m in Sources */, + 90706F00F3CD0045FE4A83D30E4E4FF6 /* FIRInstanceIDAuthKeyChain.m in Sources */, + 5055FAE4F62F43297DA1A0D3001453AE /* FIRInstanceIDAuthService.m in Sources */, + 4F8E2C67F5B07CB30A010985A3C9514E /* FIRInstanceIDBackupExcludedPlist.m in Sources */, + 3221545D68D1FB3FA19398BDD8CC4FB9 /* FIRInstanceIDCheckinPreferences.m in Sources */, + F3B7685F01E9D1756137081D34E0310F /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */, + 64924D8BC2B43E90180F90EE385F6473 /* FIRInstanceIDCheckinService.m in Sources */, + 4774CC12A398E31F12324B52A560FA63 /* FIRInstanceIDCheckinStore.m in Sources */, + 17661354A086AB3A374FF9469C14FDBA /* FIRInstanceIDCombinedHandler.m in Sources */, + B859B407DACD54B854E0B47D0E01984E /* FIRInstanceIDConstants.m in Sources */, + F85DACA74C68044E43D1308DCD354ADE /* FIRInstanceIDKeychain.m in Sources */, + 65D82A3985704A2A354B0C073F77EEBA /* FIRInstanceIDLogger.m in Sources */, + 9FD29D5BE8DEC8728CC3028F182DF89B /* FIRInstanceIDStore.m in Sources */, + BF5F55DE186C117003CBE6C101D6DB5F /* FIRInstanceIDTokenDeleteOperation.m in Sources */, + 8B33D809EAE1C7189A27C2B292F9038F /* FIRInstanceIDTokenFetchOperation.m in Sources */, + 98F16F9755C86D814EC721B0F9B7A186 /* FIRInstanceIDTokenInfo.m in Sources */, + 777FE15326BE04C0D22416E3D9A1CC54 /* FIRInstanceIDTokenManager.m in Sources */, + FC8B197E17E0F6148440A69B0A74176D /* FIRInstanceIDTokenOperation.m in Sources */, + 707D7C5EB5BE5DA2F148FC12DC2EBB16 /* FIRInstanceIDTokenStore.m in Sources */, + B2AED12F0789BEBC8F6F0E8D6F4B5910 /* FIRInstanceIDUtilities.m in Sources */, + 85CF194D858B3ADA7824BABAAD56BA9C /* NSError+FIRInstanceID.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5822,47 +6017,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 665205792030721C172C739FDC9120BA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ED6F5A55FF3CE43B8F17F757C16A089B /* FIRAnalyticsConfiguration.m in Sources */, - 5F06E9D9F9E7461BA503089A690B5BC8 /* FIRApp.m in Sources */, - B3867604BA132256F79273A6D4012B7F /* FIRAppAssociationRegistration.m in Sources */, - 73125387EFC47D6366900AEC044A1442 /* FIRBundleUtil.m in Sources */, - B8115336FBC429415522091AC07D60F3 /* FIRComponent.m in Sources */, - A44EADF80EA88056EF0322B13E584FD9 /* FIRComponentContainer.m in Sources */, - DA1064CA2C52FC428BCE39011EC65452 /* FIRComponentType.m in Sources */, - 556E2811E97BF166DB162B93BD50E736 /* FIRConfiguration.m in Sources */, - 51522A22C21772E0749A5CCB9AE4414F /* FIRCoreDiagnosticsConnector.m in Sources */, - 58516985352B43361817ADC96098D7AF /* FIRDependency.m in Sources */, - 7A15D750C2AF6D94FBADD03B7FA0A0A6 /* FIRDiagnosticsData.m in Sources */, - F5BCF4E14D261F19D036F60176460FAD /* FirebaseCore-dummy.m in Sources */, - 98AD96760E3EA35901888241DF07EDA8 /* FIRFirebaseUserAgent.m in Sources */, - 50DE5D27AB2E6810EAC239FFB4257C1B /* FIRHeartbeatInfo.m in Sources */, - B3EBFA5FAF49DC1E5CAC89FADA4C2C3B /* FIRLogger.m in Sources */, - 1315B399B377DFD70CD58C69434A4771 /* FIROptions.m in Sources */, - F2D323AE2EBDAC0232CBCFAC509614E4 /* FIRVersion.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 72CACB800B1A86848DB7A26021291E6B /* Sources */ = { + 65C376998B40F66B2B668007115E204D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BEDC05B1DE224D615A63208B7C4C6FCA /* AppDelegate.m in Sources */, - A9B34D7599621FD3F2AE9CD8A4363DB3 /* CapacitorCordova-dummy.m in Sources */, - B3281459FCA554947F15B65A49F2F5A2 /* CDVCommandDelegateImpl.m in Sources */, - 62BA81E335FE486D9DE66E1C0F4D8DBE /* CDVConfigParser.m in Sources */, - A7E8661561174164F7D0D6922A719672 /* CDVInvokedUrlCommand.m in Sources */, - 1FF1B2BB440F2B6ACD968354C48BA6F7 /* CDVPlugin.m in Sources */, - F3B4F93166C9B1513897DBBFE0CAD692 /* CDVPlugin+Resources.m in Sources */, - 158B3F7637459B429D8EB0CC94F8C63F /* CDVPluginManager.m in Sources */, - CB872E6E40A0727B24FD3B1542747598 /* CDVPluginResult.m in Sources */, - 378695997077345FEF95688714C58FFF /* CDVURLProtocol.m in Sources */, - 4694B5B28F4078A4DB010550D50820D4 /* CDVViewController.m in Sources */, - 4A0682559E0EAFCD3CC45CF59089E8AF /* CDVWebViewProcessPoolFactory.m in Sources */, - 6F8DDFB3A37E19F5B89696E388F16E76 /* NSDictionary+CordovaPreferences.m in Sources */, + D74D3AC7D75003A9BB59980BD127433A /* nanopb-dummy.m in Sources */, + FD875B8BA229AD30BA247BB2E1F53825 /* pb_common.c in Sources */, + 8DF78970D98000F73938C146470F9727 /* pb_decode.c in Sources */, + CA5F40600B855C06BB00465556D2C389 /* pb_encode.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5876,45 +6038,23 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 79DDD82B088036CBACE68C96A7FCEBF8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3322C1A5E14566319822960F5DB29354 /* nanopb-dummy.m in Sources */, - 9EE2E9DCD9E45A2FE78E1ECE17953BCE /* pb_common.c in Sources */, - 1686E68C2DE7809F2EC065C7E4732F53 /* pb_decode.c in Sources */, - 294781E6FCE88CCF78E39FF048BD7CCF /* pb_encode.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7E0312BE716AE3FEDED2512590C1215F /* Sources */ = { + 7E7B37E0C686B471ED77BFC716BAD3E5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 785E41DF1E35BBC08431E5F01EE548D7 /* FirebaseInstanceID-dummy.m in Sources */, - E89BC932440520F38BBE4FC468E74BE9 /* FIRInstanceID.m in Sources */, - 89CBDB702DB58430FC9373613D5F124D /* FIRInstanceID+Private.m in Sources */, - 7E1C16F714450553B7C876E4F52B7128 /* FIRInstanceIDAPNSInfo.m in Sources */, - BBA9B85AA602AF43AB0E0BC91A8D0BA5 /* FIRInstanceIDAuthKeyChain.m in Sources */, - 22DCACC7EE24650971A228AF03F98D1E /* FIRInstanceIDAuthService.m in Sources */, - 7E4B510FCC74AC489E76DF5551BAF2FA /* FIRInstanceIDBackupExcludedPlist.m in Sources */, - C8CA546EBEEB71F914E5550251510BBD /* FIRInstanceIDCheckinPreferences.m in Sources */, - A6724CAD5A9B6AABF4EAAC5FBDE50C22 /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */, - D7FB1C9C61191FCE3B580B453E3674C9 /* FIRInstanceIDCheckinService.m in Sources */, - 6AA84B5630F3172393EF0C6C90B0DB4C /* FIRInstanceIDCheckinStore.m in Sources */, - 5AE90C9D91F3BB7C7303D78004B0D12D /* FIRInstanceIDCombinedHandler.m in Sources */, - 66265E78766E80C6A00CEDE2AEE23BE6 /* FIRInstanceIDConstants.m in Sources */, - 638C50EA119DFDCF3C92A899DFF25798 /* FIRInstanceIDKeychain.m in Sources */, - 0CD554FFBC998CA329DDE6FD5BADA0BA /* FIRInstanceIDLogger.m in Sources */, - 2EEB90F2AE13C644C81D1C48458D7759 /* FIRInstanceIDStore.m in Sources */, - 5DC6CE855AB42030513B7B155403247F /* FIRInstanceIDTokenDeleteOperation.m in Sources */, - 13E6E8E60B7699F4CE49936C7FC93690 /* FIRInstanceIDTokenFetchOperation.m in Sources */, - CB140A637765824A5E1277B5DBB77BDE /* FIRInstanceIDTokenInfo.m in Sources */, - CEC65D7770AF09B28A008087C24FBE15 /* FIRInstanceIDTokenManager.m in Sources */, - 51FD8E8E6C6DFDA368112A3B0C25D78F /* FIRInstanceIDTokenOperation.m in Sources */, - D1B874D6CD3666203BD004D5EFF319AF /* FIRInstanceIDTokenStore.m in Sources */, - 3C0CAC41DB5B1E9850C80E08348C8739 /* FIRInstanceIDUtilities.m in Sources */, - D49A5B5B4857E24B946F60F4DEFFB54F /* NSError+FIRInstanceID.m in Sources */, + 09A60D594EF618A29491E691DC6CB666 /* AppDelegate.m in Sources */, + 401739A7BC497DC667D1B374BF50DBA3 /* CapacitorCordova-dummy.m in Sources */, + 128F8E0B7FB679224A3683E2BF7CEBD2 /* CDVCommandDelegateImpl.m in Sources */, + 274DE23E45565294B39A0FC34F714010 /* CDVConfigParser.m in Sources */, + 0706F80C14C379D58B15E01E35FC3C1C /* CDVInvokedUrlCommand.m in Sources */, + 4D4121A2A17FA0189D8D188BBB153DA5 /* CDVPlugin.m in Sources */, + 18AD84D7037CA011779B825224B89A21 /* CDVPlugin+Resources.m in Sources */, + C09E6EA08EFB592811E16BC299A9E89C /* CDVPluginManager.m in Sources */, + 255318E92880A899AC6D0B27EAACF055 /* CDVPluginResult.m in Sources */, + B5C9117F16DEEE861F47CE92DA00C6A5 /* CDVURLProtocol.m in Sources */, + 69EFCA5F1807A236C33524F8A6C3BA04 /* CDVViewController.m in Sources */, + 2B3BF2CABAD0DAD5E38C8D720749FC3B /* CDVWebViewProcessPoolFactory.m in Sources */, + B74EB014C230D401025082910281BF2A /* NSDictionary+CordovaPreferences.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5938,30 +6078,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 868848A8AFF983D1709BBDF46581D388 /* Sources */ = { + 95A07D861BE89D2C36B87095AD439E2E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A1FAB43D6CB16C8088671124B1A04D0D /* FBLPromise.m in Sources */, - C813CE9507C7214FE5B65B3D3598245D /* FBLPromise+All.m in Sources */, - 3EE1FD824742F306D394F373F2D4339F /* FBLPromise+Always.m in Sources */, - 3190798FAA57E44507F2537CE1C5B660 /* FBLPromise+Any.m in Sources */, - 0E324448C4B8A685616150BE1A5AE945 /* FBLPromise+Async.m in Sources */, - 9B16A3097B3F017B78E10F0E94CC10D2 /* FBLPromise+Await.m in Sources */, - BD284F3AC756EE869704B9656907470F /* FBLPromise+Catch.m in Sources */, - 70333A805C9054B13B9D5D4B3E0583E4 /* FBLPromise+Delay.m in Sources */, - 7F36408FB3AFD6687B3865AE39AB398C /* FBLPromise+Do.m in Sources */, - 6927EBDDF17110FD5B9FDEDD850F6478 /* FBLPromise+Race.m in Sources */, - 4D56EE2A95AD49661D91178DF9B8EA07 /* FBLPromise+Recover.m in Sources */, - B02F6EA9A3F5832434057FE8B9C93FE0 /* FBLPromise+Reduce.m in Sources */, - 41E0B1DE2D92261DD7E0534C63A5ADC2 /* FBLPromise+Retry.m in Sources */, - 96D53F86918DC5B6574DA3463B448EC5 /* FBLPromise+Testing.m in Sources */, - E975166960FBD1A5131C46AE4D39E292 /* FBLPromise+Then.m in Sources */, - 6AB6454A2E7AC046E75A83273094BF53 /* FBLPromise+Timeout.m in Sources */, - FD33FEC0F685307A7C31FCA4510B3E1A /* FBLPromise+Validate.m in Sources */, - C63752B8F179647EBB0344565DAA7E27 /* FBLPromise+Wrap.m in Sources */, - A61F7C86012569078B9682D1FABC3FAC /* FBLPromiseError.m in Sources */, - C2EF9D54AD37D792BEE6A9F2593D1BFD /* PromisesObjC-dummy.m in Sources */, + 966E2210FBBCC7EBAB81C6BAAEDBA238 /* FBLPromise.m in Sources */, + 1B706017EE57ABDEBC561C041D635EF3 /* FBLPromise+All.m in Sources */, + D2D4B6D9C6D0CB3446F2A7F75B503EB6 /* FBLPromise+Always.m in Sources */, + 545CE47F6C11E7478B74AC591B430D9E /* FBLPromise+Any.m in Sources */, + 0AE283A07C449AEAA8B97E7992F20789 /* FBLPromise+Async.m in Sources */, + 6B601AD0937DA4C8CC3531240D0067BA /* FBLPromise+Await.m in Sources */, + 413DC402AE7B1048AD7CF28903719341 /* FBLPromise+Catch.m in Sources */, + DEE73046CB0A7B71EAD442C72194CDD9 /* FBLPromise+Delay.m in Sources */, + AC9AE418363E8D0C1311D972B67B51A1 /* FBLPromise+Do.m in Sources */, + 95AF64813FCF7ABFE76018E887CD3F07 /* FBLPromise+Race.m in Sources */, + CD63271A2E838318F32BA551A3BF4A69 /* FBLPromise+Recover.m in Sources */, + 18447870A2936E74BE904B118BF81329 /* FBLPromise+Reduce.m in Sources */, + DD6BE37453366E0827EBBA1371A65B96 /* FBLPromise+Retry.m in Sources */, + F1FD38126FE0852814653A70C32EE3E5 /* FBLPromise+Testing.m in Sources */, + A5604703605804B3205C7D2BFC681675 /* FBLPromise+Then.m in Sources */, + 5C2CDBCD65895E30AB82B4AC7F785CC9 /* FBLPromise+Timeout.m in Sources */, + 8582F7EB88A07C4072B50BA75EBA703B /* FBLPromise+Validate.m in Sources */, + 4381E6B41A2294E6F9D661628064AF46 /* FBLPromise+Wrap.m in Sources */, + 180D9B9647B1E68BD48EED21A61BEC8E /* FBLPromiseError.m in Sources */, + B9A887AE92F4742AA1B42E7F0495CEBB /* PromisesObjC-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5987,28 +6127,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B49EE54FBA5F4EB21BB3E523BC7B94CA /* Sources */ = { + BF12DAE8D8661CBA32355893FE568FD7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D84CF927ADA5776BA5988ABB7D7B282C /* FIRCurrentDateProvider.m in Sources */, - 7F3CE82010A8CD97AD333C5497071FBB /* FirebaseInstallations-dummy.m in Sources */, - 85884F2C6C9028C4E5823555BA15F76D /* FIRInstallations.m in Sources */, - 23F1CACCFD3A3E74B5FEBCC2F457B7A1 /* FIRInstallationsAPIService.m in Sources */, - 57488A72DE7C0C91E94489C62CBFA51A /* FIRInstallationsAuthTokenResult.m in Sources */, - 93E998F11110D98F65ABDF66E573E685 /* FIRInstallationsBackoffController.m in Sources */, - 1A4090D3196D1FCBF06A77D0EDFE1672 /* FIRInstallationsErrorUtil.m in Sources */, - CA2CD498F0BB585232852A323F04F955 /* FIRInstallationsHTTPError.m in Sources */, - 80D09A49570DF080C299D956D47932FF /* FIRInstallationsIDController.m in Sources */, - 4536FCCD1CBC20FFC239E8BB4299D176 /* FIRInstallationsIIDStore.m in Sources */, - E9F9273609D4E69A6FEE71EBD38AE315 /* FIRInstallationsIIDTokenStore.m in Sources */, - 0D865878AC5D2DE0D63189BC8C8B730E /* FIRInstallationsItem.m in Sources */, - 1674543E4790D1D6B1EC0F333D85903F /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, - CFB941DF8AFED85A582995C67B4CFFA3 /* FIRInstallationsLogger.m in Sources */, - 478EEC6FE7C2BB64637396CEE29DE9D4 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, - 615B5C0F7C604B4A0EEC17CF8D5AF5FA /* FIRInstallationsStore.m in Sources */, - 7737D82C15DB388B78C5EE5936C86962 /* FIRInstallationsStoredAuthToken.m in Sources */, - 3EE20A2057D44E961C722CA7A46C15F6 /* FIRInstallationsStoredItem.m in Sources */, + 799AA123EA6F8F6E5434B0511EC57A98 /* GoogleUtilities-dummy.m in Sources */, + BACD65C17ABE45375E768CBBF06FE8AD /* GULAppDelegateSwizzler.m in Sources */, + B655FCC0D55BC33F3923A72D30D01644 /* GULAppEnvironmentUtil.m in Sources */, + 495E28B82A4BF0E4CD7E3A982C14E86E /* GULHeartbeatDateStorage.m in Sources */, + E080BF16FBB999D81546E19293467FEB /* GULHeartbeatDateStorageUserDefaults.m in Sources */, + 6F049D78E147D3D278B1893FFA78C7EE /* GULKeychainStorage.m in Sources */, + F121A02F846C72DB36BCA5244D9BD751 /* GULKeychainUtils.m in Sources */, + DF346A79D7902A7DF810AF03A84DEE74 /* GULLogger.m in Sources */, + 855932F05D2246FF32C96DF6E89267D0 /* GULMutableDictionary.m in Sources */, + 25C257599B447AFFA2C9E50AD36E3B2F /* GULNetwork.m in Sources */, + AE374CAACFD14DFC7CEBEA9ED1055EEE /* GULNetworkConstants.m in Sources */, + 27A78CAE930FCB529D57ACE77E5E405C /* GULNetworkInfo.m in Sources */, + 22945B20F770DC6C6B03652AAF9F103E /* GULNetworkURLSession.m in Sources */, + D092BCFDD4C68402CEE65611C0A12E5C /* GULNSData+zlib.m in Sources */, + 082DF72E15D618219993C5CDA1792C9C /* GULReachabilityChecker.m in Sources */, + 80AA6837112FA7CD32866E28DB769462 /* GULSceneDelegateSwizzler.m in Sources */, + 4FCCD468BC466FCB7C5094C14703FCE3 /* GULSecureCoding.m in Sources */, + B8DF1C941981F8299ECE50C5E016CADC /* GULURLSessionDataResponse.m in Sources */, + F3ED180B4D391CF0590DB518C9A41AB6 /* GULUserDefaults.m in Sources */, + BBE91B2209E82375B32BFC980419BF98 /* NSURLSession+GULPromises.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6024,41 +6166,47 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C51BF0B5936003D5F5BE6C7C68264CF2 /* Sources */ = { + C43079239823DFDCA0402FF58954A489 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6E5FEE37615B5589486AB5E83881A455 /* FirebaseMessaging-dummy.m in Sources */, - D24A7410A95665AE71F06BBCD39A5DDF /* FIRMessaging.m in Sources */, - BA6CA48E9D44E6C4660611EA1E62F288 /* FIRMessagingAnalytics.m in Sources */, - 248A2A0AE0AFF3537F5EFCC5FF746A65 /* FIRMessagingAPNSInfo.m in Sources */, - 46559F65174D803A93CC9D9325A2DD30 /* FIRMessagingAuthKeychain.m in Sources */, - D997D3181CA5D1D4EE104C0592992385 /* FIRMessagingAuthService.m in Sources */, - 5A6E00B12AD7A1767F4CFAEE846B8E7F /* FIRMessagingBackupExcludedPlist.m in Sources */, - C5BF2AE9C4E545B2A1CC00CDA5108FC9 /* FIRMessagingCheckinPreferences.m in Sources */, - 03345BC1017AF96213BC61EF06A3AB65 /* FIRMessagingCheckinService.m in Sources */, - 8EE6EF36DF24E8E0E37DE3D153EDC14C /* FIRMessagingCheckinStore.m in Sources */, - 52D4C2FE24E7D09E049C14C39214C020 /* FIRMessagingConstants.m in Sources */, - 83A0F1E122214E36F3F6493AD7684606 /* FIRMessagingContextManagerService.m in Sources */, - 09C209828F41F80DDA50E35B01A8B81C /* FIRMessagingExtensionHelper.m in Sources */, - FBDBDA24D3240174E1C350D11C1EFDD8 /* FIRMessagingKeychain.m in Sources */, - CC9EE7C6418943662A59D70CE3630B9D /* FIRMessagingLogger.m in Sources */, - E79CE0709198C029A88DCEC757685967 /* FIRMessagingPendingTopicsList.m in Sources */, - FF729302092ABA5226A84C1768B98FE9 /* FIRMessagingPersistentSyncMessage.m in Sources */, - 542FE12FE5491EBB51B7E3B3F251A51D /* FIRMessagingPubSub.m in Sources */, - 9ED16D0DE096F25A9FFCCB4736731B73 /* FIRMessagingRemoteNotificationsProxy.m in Sources */, - 1AC242B60CC03176C428B77C75AB7E28 /* FIRMessagingRmqManager.m in Sources */, - 6A022210B7D6217F0FB7206B97B73B80 /* FIRMessagingSyncMessageManager.m in Sources */, - 23CFB0331CE1CCE911AA988139140ECF /* FIRMessagingTokenDeleteOperation.m in Sources */, - 5910427A3AF8323F008939310C8BC590 /* FIRMessagingTokenFetchOperation.m in Sources */, - 57E2BAEB431BF099D13AEE67D2AA1769 /* FIRMessagingTokenInfo.m in Sources */, - DBB5D20C6ECC9E956C4E97B668AF8613 /* FIRMessagingTokenManager.m in Sources */, - 5846D8D4C0EC3B065B31A3687BD9184E /* FIRMessagingTokenOperation.m in Sources */, - C0500A4CE1E710476B33B77A919D3A9F /* FIRMessagingTokenStore.m in Sources */, - 6BDB97FD1220FF8B343D278B314B7A92 /* FIRMessagingTopicOperation.m in Sources */, - D4812ED9370D8568938F62AE86FF6842 /* FIRMessagingUtilities.m in Sources */, - 88533B5A8B5F26C5A46A8E430DEEF708 /* NSDictionary+FIRMessaging.m in Sources */, - 4DCFD41C6EDC230C94EEA813CCE81952 /* NSError+FIRMessaging.m in Sources */, + C01EECEC1180E17B85616DDCBF1F150F /* CatesianPoint.swift in Sources */, + F48063DD5CA285406AFB199A00F40F69 /* CLLocationCoordinate2D+GeometryUtils.swift in Sources */, + DE17C086E7D41FD279D887901AC8EB80 /* GMSMarker+GMUClusteritem.m in Sources */, + D5142151691E4BF3D891D88B68099AC6 /* GMSPath+GeometryUtils.swift in Sources */, + EEE84DE60042C484EBABF9699E357F24 /* GMSPolygon+GeometryUtils.swift in Sources */, + 7FC9B16EA8B1AEB29EC41E737A39390F /* GMSPolyline+GeometryUtils.swift in Sources */, + 998F2B79ED68963C783F00E288304EC8 /* GMUClusterManager.m in Sources */, + B56E386A276B120366F5EAA0E7884361 /* GMUDefaultClusterIconGenerator.m in Sources */, + 4BEEFCBF5958514EE2B909FFAB097753 /* GMUDefaultClusterRenderer.m in Sources */, + BBDC09D2B45B57FB43AB178EE71E597E /* GMUFeature.m in Sources */, + 45A347B52DC073ACB5AFFBD34126B0B5 /* GMUGeoJSONParser.m in Sources */, + 69FD53216FD9277351613AB365E4AF8C /* GMUGeometryCollection.m in Sources */, + 2C31959488862DD4FE4A881D3183A3A5 /* GMUGeometryRenderer.m in Sources */, + ADC039A0B7349C8492F702E6760082E0 /* GMUGradient.m in Sources */, + 45BCE6413D976AD4FB086B39058A613B /* GMUGridBasedClusterAlgorithm.m in Sources */, + 0D7522C835109AB2AF19FD502960B48D /* GMUGroundOverlay.m in Sources */, + C3D1246B7B6033C2969EDAE76A794668 /* GMUHeatmapTileLayer.m in Sources */, + CB830BB0A22CADE4CDA019237A6B1F48 /* GMUKMLParser.m in Sources */, + 6EEFCB7092F9B1BD327DA40B58F63711 /* GMULineString.m in Sources */, + B2A17F77FDD892EE21E5F1CD1316B619 /* GMUNonHierarchicalDistanceBasedAlgorithm.m in Sources */, + EECD7B26584619CCCA07D4FB07E01F7D /* GMUPair.m in Sources */, + 9C49A2C1F76024E31D69196A81B99BBA /* GMUPlacemark.m in Sources */, + 99788E89CFC4A25DDE4DE4DAB77EF2DE /* GMUPoint.m in Sources */, + C73264A11CE5AB4799E01DC394454DC8 /* GMUPolygon.m in Sources */, + 52415C612F3C1BAC62455CBF2955EFBA /* GMUSimpleClusterAlgorithm.m in Sources */, + 5EF35C1664A49EE326D35238DDE1E2C0 /* GMUStaticCluster.m in Sources */, + F9B9CF817858716F10E4213898A64AFB /* GMUStyle.m in Sources */, + 1B7CCA8E008343B25EA57673A2B4697F /* GMUStyleMap.m in Sources */, + 64AF00BCA26E9CE2D791A9D82CF3D978 /* GMUWeightedLatLng.m in Sources */, + B3089905E7B4F43E6DB6843F472011A3 /* GMUWrappingDictionaryKey.m in Sources */, + E228F801630BFDDB37652210A8DF17D7 /* Google-Maps-iOS-Utils-dummy.m in Sources */, + FB899154414452400720923D6363A4AA /* GQTPointQuadTree.m in Sources */, + 9B965FAB6FDB12EE0272863446C07583 /* GQTPointQuadTreeChild.m in Sources */, + B4B3AE91FF24AE1858F98DE9842107B8 /* HeatMapInterpolationPoints.swift in Sources */, + ECA2F08CB86A98AB0DA78F69C1758F87 /* LatLngRadians.swift in Sources */, + 5FAE9F80B95098B7AD77BAFA9EC58ADD /* MapPoint.swift in Sources */, + C2BF6C9801828937C75F50AE451D931C /* Math.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6073,50 +6221,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CB05C588F6B70FD7E11CE58E86EBA9A0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4A8FFD0C36D7F8D39978F4BFB7802890 /* CatesianPoint.swift in Sources */, - 7F7243CCBE8AD4236F3A371CFF47A3C9 /* CLLocationCoordinate2D+GeometryUtils.swift in Sources */, - E8856FB55E72390C21CCA76FB4D01615 /* GMSMarker+GMUClusteritem.m in Sources */, - 4526B6B502BACA0548FF5D5EBCEC0909 /* GMSPath+GeometryUtils.swift in Sources */, - 1617E93722FAFD6BAEC896D815C4E2CB /* GMSPolygon+GeometryUtils.swift in Sources */, - 634555C0441C90132ED6FDA959CE65C3 /* GMSPolyline+GeometryUtils.swift in Sources */, - C5889D4D405FA5A07E6211A523FEDD6C /* GMUClusterManager.m in Sources */, - 3B9CA1B10F346CFD7C4CF65D9CCABD45 /* GMUDefaultClusterIconGenerator.m in Sources */, - 91A72A89CFE4B88186C28F2CACCADEBF /* GMUDefaultClusterRenderer.m in Sources */, - D954DC3AA7C9B99B05B74CF2DD31B1DC /* GMUFeature.m in Sources */, - 73397F94DD409ED9065B854A388984F6 /* GMUGeoJSONParser.m in Sources */, - FDDA6D633C106558BB1AB0679B32BB88 /* GMUGeometryCollection.m in Sources */, - DEFAB1CE348CF16B9ACDDB0DCB0BCA7D /* GMUGeometryRenderer.m in Sources */, - 6A9457E58FB51C6209B1F59E6CA90392 /* GMUGradient.m in Sources */, - 1ACC3135879A67138D156E25E703DD9C /* GMUGridBasedClusterAlgorithm.m in Sources */, - 4864BD80972D6BA5FEFEF37357A59E3E /* GMUGroundOverlay.m in Sources */, - F1D80400EF1A3810971C1E7A35F25D30 /* GMUHeatmapTileLayer.m in Sources */, - 73B79BA132771859E30FB3059D71A28B /* GMUKMLParser.m in Sources */, - 1105FDFC363C3C8E699E12E0240C353D /* GMULineString.m in Sources */, - 94E975249A8E2DBF8925C67AC875F060 /* GMUNonHierarchicalDistanceBasedAlgorithm.m in Sources */, - 4D41621E4B9113FE098CB44E32168F92 /* GMUPair.m in Sources */, - 116267612670327A42DA1BDB688E2AE2 /* GMUPlacemark.m in Sources */, - 18C8C70997D1E875AD7F03CD44473757 /* GMUPoint.m in Sources */, - C83C8B3A944C52776F20E525ACCC3F9C /* GMUPolygon.m in Sources */, - F34B0CF527D1E96EC8ECF9A111AEB69E /* GMUSimpleClusterAlgorithm.m in Sources */, - 6DE4DCDE21E35DA96AFB5282F61470B6 /* GMUStaticCluster.m in Sources */, - 6DCBB117D83CD285F49266C98B3F3B0C /* GMUStyle.m in Sources */, - D03279709ABB7326B42D54C5BD9364DE /* GMUStyleMap.m in Sources */, - 32E07FE3F34B8C052FE5BC10AE1E7CF2 /* GMUWeightedLatLng.m in Sources */, - E24BB800B39D32AEC82FDC72F6E76BBC /* GMUWrappingDictionaryKey.m in Sources */, - ECCBB54FFB07EDB12D9D9DB288C9B679 /* Google-Maps-iOS-Utils-dummy.m in Sources */, - FD5C2EDD5A2C804A59F59350D8F9B2AB /* GQTPointQuadTree.m in Sources */, - 4EEE79CC23A6E181585087A6CF425715 /* GQTPointQuadTreeChild.m in Sources */, - 63FE14A9B2DC6E8809818C06B43221B5 /* HeatMapInterpolationPoints.swift in Sources */, - 9A8ECFDC7BD3F1C2BF3B509195520F0C /* LatLngRadians.swift in Sources */, - A52142B42480B6617190094F7D8C82DC /* MapPoint.swift in Sources */, - 019384A5B46F2C0D6C4322259F95417C /* Math.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; CD7B28CFE4862680858FB6EB59A03E18 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -6125,33 +6229,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D3F088893EC1CC1F863D8B9DD8295BD7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 398AC9F3C9571A312F4E826CC6B18E26 /* GoogleUtilities-dummy.m in Sources */, - 75A9B37C346DF56FF0C5ECA9C5F70C7B /* GULAppDelegateSwizzler.m in Sources */, - F7969F60978F11E638F4BD18F6A00FAB /* GULAppEnvironmentUtil.m in Sources */, - 8D05A512B7CB9A1E11E5C8C76B4EF1DD /* GULHeartbeatDateStorage.m in Sources */, - 712A83A78A063CE9496C1AF65C69456F /* GULHeartbeatDateStorageUserDefaults.m in Sources */, - C855D3FCB656688E725E139BCF71A3CE /* GULKeychainStorage.m in Sources */, - 8A2A1DD35BAAC0576DADBC2F02DD09D4 /* GULKeychainUtils.m in Sources */, - C7C0DB7A774420385819A48F85E81A8F /* GULLogger.m in Sources */, - 09C862339FE1B047AE90C67E7E19CC3C /* GULMutableDictionary.m in Sources */, - 1AE7DFF653DC8B4787026DE725948AE5 /* GULNetwork.m in Sources */, - 025DEC0CD6ACE71FAB265F50B8E6D530 /* GULNetworkConstants.m in Sources */, - E95C1FF820E0BC091DD2FDB83130A15A /* GULNetworkInfo.m in Sources */, - 2330F3285AB454E2E5186E20705FFC20 /* GULNetworkURLSession.m in Sources */, - 8A0855D28BBD1CDB33917BBE714EA68A /* GULNSData+zlib.m in Sources */, - A46880D241FDB912F8651DFC7D60C8E1 /* GULReachabilityChecker.m in Sources */, - 30CA42E7733BD9E84B82EA062DD2752F /* GULSceneDelegateSwizzler.m in Sources */, - 2EC2A81C4CA9037F7EC5DE5493338F62 /* GULSecureCoding.m in Sources */, - FE1A30E8DE14FFE19122BCB93FD85EE8 /* GULURLSessionDataResponse.m in Sources */, - 4D756103C58EA357821EC41F780C26A2 /* GULUserDefaults.m in Sources */, - 4980D65B282676FE40301AE0C208D8BD /* NSURLSession+GULPromises.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; D65D99A7BCEA88289352A6AAC7DE1D7A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -6165,66 +6242,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E40A7F65ED5B2118839B958E313D9DDA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1F42EA990BB55F7B7B530410028CE16C /* AppUUID.swift in Sources */, - 87614EECFCD7508D55616574FE193539 /* Array+Capacitor.swift in Sources */, - 6B78161F1A9F83127C601030EA808C3A /* Capacitor-dummy.m in Sources */, - 4231D93F10E5ED3B70E061F8FE4064C7 /* CapacitorBridge.swift in Sources */, - 8043B6E2C6676504E50C87B7DADC8C17 /* CapacitorCookieManager.swift in Sources */, - 8082FC00A5D75BD075B1ABF368351A49 /* CapacitorCookies.swift in Sources */, - CB594FE817D44935C5E0EF08588FF44F /* CapacitorExtension.swift in Sources */, - 54927217C37B4E72D7AF0F89D18CE50C /* CapacitorHttp.swift in Sources */, - 488416DF903392C666B25E2EF0997BD5 /* CapacitorUrlRequest.swift in Sources */, - 8AF5B0A3E35BDAE31C8A3387438AB263 /* CAPApplicationDelegateProxy.swift in Sources */, - 4538D37504AB52487A09AA16330D0926 /* CAPBridge.swift in Sources */, - EB856AFCC0F5204A54BE5D4414948A14 /* CAPBridgeDelegate.swift in Sources */, - B2F923B9EAC780D88604EBD65D23D778 /* CAPBridgedJSTypes.m in Sources */, - C112889698B959D30D3B825C6DBD595D /* CAPBridgedPlugin+getMethod.swift in Sources */, - 1E68C93743AA2D068D6F1B18CC9C8E7E /* CAPBridgeProtocol.swift in Sources */, - C8679F30E9C7BC3076D666B90998E37C /* CAPBridgeViewController.swift in Sources */, - E046F53AA90DEDBE54700D9AE2CD2C8E /* CAPBridgeViewController+CDVScreenOrientationDelegate.m in Sources */, - F4989A71C1E53776EA6DB90F88F303A1 /* CAPFile.swift in Sources */, - 9411E5BB9430984782049C5FF5947E14 /* CAPInstanceConfiguration.m in Sources */, - D3486FE98873AEF44EC380E606C0FD31 /* CAPInstanceConfiguration.swift in Sources */, - A8905C0DEBCDF0F11C48A0C3E014C663 /* CAPInstanceDescriptor.m in Sources */, - 7A86C60BF39D22212BA7AFCD0ED8D213 /* CAPInstanceDescriptor.swift in Sources */, - 192F71942DC4AAF150F2CA05DD4955AC /* CAPInstancePlugin.swift in Sources */, - CCD0F26C32D5431A7DC4F0A59AC3FFE4 /* CAPLog.swift in Sources */, - 33F5C1E93ACF2D15DD385250FBD0E64F /* CAPNotifications.swift in Sources */, - C7666C140F13EF3890717569C0875304 /* CAPPlugin.m in Sources */, - 4155E4F333ED0BE75301B6295F0026F8 /* CAPPlugin+LoadInstance.swift in Sources */, - 5AD07F69F2BE3C5D7F028CE18553E5A6 /* CAPPluginCall.m in Sources */, - C3259BE13C3C269B625DA4EF70CA2934 /* CAPPluginCall.swift in Sources */, - DFF93D7CA4DABF46314CCF87B5B08741 /* CAPPluginMethod.m in Sources */, - A2510958BDA25A72D2D32B2DF0A073AA /* CAPWebView.swift in Sources */, - 618C0E001EF1B752EEB9CACB44EEC536 /* Console.swift in Sources */, - 046F6C0B861C6F38E5C231473451B12A /* Data+Capacitor.swift in Sources */, - 9485DCE8608360E9ABF3D033E025FAF7 /* DefaultPlugins.m in Sources */, - 96DBC9B49EE97F7A7FB06746186CA129 /* DocLinks.swift in Sources */, - 9715B2FF437B2449E1A1C6CD03A39D5D /* HttpRequestHandler.swift in Sources */, - 04EF9C5150A365B46562E613EE797D1A /* JS.swift in Sources */, - 3427F82054E36249530B7ECFE73494A6 /* JSExport.swift in Sources */, - 2F45D122302FB80D2210D91EB03960DA /* JSTypes.swift in Sources */, - 899DAC655BA73074EECE083A2EE14469 /* KeyPath.swift in Sources */, - E7AA4AF69C1828BCCA6E4557BD0D49F8 /* NotificationHandlerProtocol.swift in Sources */, - 26FB3C2A729B5AC0895DA82EA28975E1 /* NotificationRouter.swift in Sources */, - 4918731912A0E9D7779547119D8564C8 /* PluginCallResult.swift in Sources */, - 8ED7EABCB34E69DE88D6764F34CB06BE /* PluginConfig.swift in Sources */, - FF056C585DEEA70CAEB295266D9748DE /* Router.swift in Sources */, - 062C880AE7C05302158B2978CE0F7633 /* TmpViewController.swift in Sources */, - 6388BC9CDDEF9EC7F0814D4C06A6D19B /* UIColor.swift in Sources */, - 0E297980DC3AB824BB8E2DA800EEE77E /* UIStatusBarManager+CAPHandleTapAction.m in Sources */, - B55C5B9D96842063EECE8152F00AA95B /* WebView.swift in Sources */, - 992F6182768FDEA629ED9B03FC7C408E /* WebViewAssetHandler.swift in Sources */, - 551FD85F7C077DA8F39242156C1857DD /* WebViewDelegationHandler.swift in Sources */, - B2BD10AE4B3884B6BFF255203C7964BD /* WKWebView+Capacitor.m in Sources */, - 15FBBA3A7B58AC956DF455A76E8B4B69 /* WKWebView+Capacitor.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; EFE536D36AAF96E5E74B63895A151480 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -6250,444 +6267,463 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 001AEFC7BF9367A914A9D120CA446A54 /* PBXTargetDependency */ = { + 0AD09F84670E00C838655DA9B73E00F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = AF63819B5DC0D90AF4686EB6B4F38BC6 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = D4466954F7CCF23B634A9AE1149C13C1 /* PBXContainerItemProxy */; }; - 027E2A4E97C546C641322F3A74B38297 /* PBXTargetDependency */ = { + 11890E231D0E946351C396A60C97B9D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Capacitor; - target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = A512E7BF6E7D6D2DA84A318AA3696CE3 /* PBXContainerItemProxy */; + name = CapacitorDialog; + target = 5BEFEBB71E883BEF8738E52259034440 /* CapacitorDialog */; + targetProxy = F627FEFD65F6E17EFDA55403C7FE14D6 /* PBXContainerItemProxy */; }; - 03E8061B64DEBAB4AC79DD3F8A15280E /* PBXTargetDependency */ = { + 151EB5CAA4C98D0E7F337A60D57A1AB9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleMaps; target = E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */; - targetProxy = DAAD5924E1860FB1E3FD40915C706C00 /* PBXContainerItemProxy */; - }; - 04AAFA9D275DA966B8424F4889B146FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Google-Maps-iOS-Utils"; - target = A5EEC7C2AA5BC7C67CFA2C7578AB62C7 /* Google-Maps-iOS-Utils */; - targetProxy = E139AD3912D8261DA2C4F9B23F88FBA1 /* PBXContainerItemProxy */; + targetProxy = FE620E324B20694E073BD897D2F96885 /* PBXContainerItemProxy */; }; - 04E60A2137C064816CD67F73FA3C2703 /* PBXTargetDependency */ = { + 175F670E30A8D7CCBF51FEEBAA01C4C0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Capacitor; target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = 81429C6435BBF52885E62E37DD0DBAE2 /* PBXContainerItemProxy */; - }; - 09B97A464C168506B52785FD17AEAF7E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CapacitorCordova; - target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */; - targetProxy = 0E5A524AAC8336F020185DE0EF2F7E5B /* PBXContainerItemProxy */; - }; - 0DD74EF97657F1259ED07C378CB7E796 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CapacitorDevice; - target = 6307A6219BDF2F9E7395AFCF4674D713 /* CapacitorDevice */; - targetProxy = 921893CA80D95C1EC2D1E6F7448C23EA /* PBXContainerItemProxy */; - }; - 0E49EAF28BEB9330A42E5D3CEA3D8BC8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 5F90B295D693CA6A0168CAE714CDD4D6 /* PBXContainerItemProxy */; - }; - 0E955241F1F11BF7711D4840B1A5BF49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Google-Maps-iOS-Utils"; - target = A5EEC7C2AA5BC7C67CFA2C7578AB62C7 /* Google-Maps-iOS-Utils */; - targetProxy = DE7D47BEE7A69ED5AEDCFE1BC2D06038 /* PBXContainerItemProxy */; + targetProxy = DA7FEBA7531208ADA08CF7CFD044B2FE /* PBXContainerItemProxy */; }; - 0F598E901347C4649DCB2678134B3B83 /* PBXTargetDependency */ = { + 1CE58BCB884F96B2F1A807861776695F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorBrowser; - target = 0658A74B495D65D0FF7A51E6ECB58F24 /* CapacitorBrowser */; - targetProxy = 4370ACC8DDE6FCBD2EA6D9E6FE3B4B51 /* PBXContainerItemProxy */; + name = FirebaseInstanceID; + target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; + targetProxy = E1AD735AFB212F6371810D3B4E0F35BB /* PBXContainerItemProxy */; }; - 119057A90AB46F03232E136B416C6D48 /* PBXTargetDependency */ = { + 1ED6146460B1814AE64CFC9912762AB6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = B362791FE5DC0299E1235C796D00A64E /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 2DC4DEC31BB824A0BDC642B55862269B /* PBXContainerItemProxy */; }; - 127FC10664FA951264266CA4570293E2 /* PBXTargetDependency */ = { + 23702F53F0D0A738301D576F3689BE88 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Capacitor; target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = 787460FD115F388737E1DA2904E13762 /* PBXContainerItemProxy */; + targetProxy = EE158A2820537679841275771240D9B6 /* PBXContainerItemProxy */; }; - 18E84B88CD4275DD0CDEBC689D2066C3 /* PBXTargetDependency */ = { + 26ED27903DEDE593B7B38AFAD78D3892 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 5CE4955FB9356AB47EAB651F54E59F62 /* PBXContainerItemProxy */; + name = CapacitorCamera; + target = 96E481B38FCD0337232020A4AC8546A6 /* CapacitorCamera */; + targetProxy = 3D65B6DE834F780342509FB0A15D07EE /* PBXContainerItemProxy */; }; - 19D244A2A75AF6A69CE873E51D6D767F /* PBXTargetDependency */ = { + 2781801A4C6A0F5E060582E289634C65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Capacitor; target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = 81FDE950B7821380313C45633C236747 /* PBXContainerItemProxy */; + targetProxy = 76E9CC837CA133838CB42CB022279A25 /* PBXContainerItemProxy */; }; - 1BBFD4864459F05C91F3E83A691373D4 /* PBXTargetDependency */ = { + 2BDB62EF269ABB9F60527CEA446D5ED7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 5F8E37B36A56576EC9719FDD2DFEC95F /* PBXContainerItemProxy */; + name = Capacitor; + target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; + targetProxy = A6C3834DA1423F71C0E164677F819652 /* PBXContainerItemProxy */; }; - 2187DFC2DD50DFEB9F30E269095BC4F0 /* PBXTargetDependency */ = { + 32803968A0B8195A7E93E4E6051154FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 4E000FAC3E0ADFE4AA7339F7FC7DA5D4 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = F319B85033FD58C9618369C6DD4A43B6 /* PBXContainerItemProxy */; }; - 21F2EFFFF2D44CB80FA674CB13E3AA9E /* PBXTargetDependency */ = { + 34F65A68EE5A6B13267803F75C70B555 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = C3ED22FBCFDF3E720DD95E7C58CF1B54 /* PBXContainerItemProxy */; + name = "Google-Maps-iOS-Utils"; + target = A5EEC7C2AA5BC7C67CFA2C7578AB62C7 /* Google-Maps-iOS-Utils */; + targetProxy = 3B75F23164243657EB127ED14746F879 /* PBXContainerItemProxy */; }; - 22B3F61016C396147CE791CA4E1F4EF3 /* PBXTargetDependency */ = { + 37DDDCCFF198DCA723EA0946CFB20FF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorGoogleMaps; - target = C73E89114A362E3F753D00E133E067A4 /* CapacitorGoogleMaps */; - targetProxy = AD2D79323ABD4D5F0FD860F980A048D7 /* PBXContainerItemProxy */; + name = CapacitorHaptics; + target = 6FEE101BBF77F7C607B7C97D9E084732 /* CapacitorHaptics */; + targetProxy = B23013341862069B7720564C3FBA7546 /* PBXContainerItemProxy */; }; - 2720E3EF8709F499491B3DC2EF0052B6 /* PBXTargetDependency */ = { + 3D2BB54635545D82A4EE86A7C7A0BE9F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleMaps; - target = E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */; - targetProxy = D600EF1A2C4F3CCD4A732E8B86F7E737 /* PBXContainerItemProxy */; + name = CapacitorGeolocation; + target = 98C016A057FAEDD1CD09F30BD6212FED /* CapacitorGeolocation */; + targetProxy = 416531BFEDFE148681C46DDA0C34E6D7 /* PBXContainerItemProxy */; }; - 2ECF8724A4828F8F2294E1FC84B567ED /* PBXTargetDependency */ = { + 4433CCC1157AB8BC92419891038CF06E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PromisesObjC; target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 307C19DF85B659B12BBC63AB58215207 /* PBXContainerItemProxy */; - }; - 321A0B80BFD2F54FF54E53EF89D53807 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Capacitor; - target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = A51678BDF75DDACFF7C233BC4F27702E /* PBXContainerItemProxy */; - }; - 35CD1722C2F73C76911F7CD4C68CD04F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Capacitor; - target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = B15DB0EA6E184BCE6D2B29F22B0C94F3 /* PBXContainerItemProxy */; - }; - 3ABFA3E5304C215EEEAA8FE20820B1C5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CapacitorDialog; - target = 5BEFEBB71E883BEF8738E52259034440 /* CapacitorDialog */; - targetProxy = A266AA9366EF1F68FF1D3EF6DA4A529F /* PBXContainerItemProxy */; - }; - 3BEF5F045A57DB37F7D803B8621E5767 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CapacitorCordova; - target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */; - targetProxy = 8245B6922F8604F74D042ACB8A6C7A01 /* PBXContainerItemProxy */; - }; - 3C27A06901D1B973B2F1E9328ED16F08 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CapacitorStatusBar; - target = 7FDCE32DD1A6D7C943577EF51A41EDBC /* CapacitorStatusBar */; - targetProxy = 4094D9EFF975E0D23587F8DCEBC0E9E8 /* PBXContainerItemProxy */; + targetProxy = 3D649E2659CC8D34416205ECAD1619B2 /* PBXContainerItemProxy */; }; - 46DCACC827558C18CB71E239F7D016C9 /* PBXTargetDependency */ = { + 45F8061FDF9ABE314911817C50362B35 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstallations; target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = FB6FD4CE2C3C9A5D6F580787275D6AA9 /* PBXContainerItemProxy */; + targetProxy = 4A0421997E9D2B29ACDDE359395DE57B /* PBXContainerItemProxy */; }; - 4B23743ECA6E70AB14E0AF0071337C5C /* PBXTargetDependency */ = { + 45FFDFAEDB6E33B84D468F93FEC4075A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 96852F3216A77CD83863D5E4AF8121ED /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = F2A0B9716049AB1E3160A6F371BEA485 /* PBXContainerItemProxy */; }; - 4D59A2D20B72C85CFBB524D0CED4E9A8 /* PBXTargetDependency */ = { + 46C86A63B21B9CDA313948B5B5EA3B6C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CordovaPlugins; - target = 6CD167C7DA7BEBC0BB3AD67E5849503E /* CordovaPlugins */; - targetProxy = 8A1DAC2A64D340B8FB99964250215D65 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 5ECF0B2203FC3575A23C64280EC2D541 /* PBXContainerItemProxy */; }; - 53A2688D0CDB37339309CC5A239077F1 /* PBXTargetDependency */ = { + 485AFEB6626222D36EA404138273F583 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = EB108A126418B837AFCFCB3E14B843FF /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 1B825C49FCD875EE850371CFE5BA8CBD /* PBXContainerItemProxy */; }; - 5C84FF38D9A0F302EC5642F4CC72F830 /* PBXTargetDependency */ = { + 56BFBA49932BDA6C1548456BE04A653F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorNetwork; - target = CB5770103B01C83F4A2086CA033FE710 /* CapacitorNetwork */; - targetProxy = 3374A9BBAFB37B1D32C492647C9670CF /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = FA317E3759EC91CCACD020012695FF9D /* PBXContainerItemProxy */; }; - 60017975CC726D3A9FEB17E419D8CA5C /* PBXTargetDependency */ = { + 5713B99998F32F98C49FF432DA575420 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; - targetProxy = 06F7C984C11789E7E937FF344D371655 /* PBXContainerItemProxy */; + name = FirebaseMessaging; + target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; + targetProxy = 365637EDCBEB168298663A7024508C19 /* PBXContainerItemProxy */; }; - 60B70BB02DC1E954A6B2AA4E182F506C /* PBXTargetDependency */ = { + 5A6B7BDD1D691BE789C6B3E2DAE94002 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorCamera; - target = 96E481B38FCD0337232020A4AC8546A6 /* CapacitorCamera */; - targetProxy = 4222782B85DB94CC37DAC76701328918 /* PBXContainerItemProxy */; + name = CapacitorShare; + target = E1D15AC1C9791963802615898D3D7F93 /* CapacitorShare */; + targetProxy = 2A586D0F4656B251245F8F3F6F95EE46 /* PBXContainerItemProxy */; }; - 63E7875DE110CAB87EF9AC2AF54E16B7 /* PBXTargetDependency */ = { + 5BBD579D121475DB5CB4446D2FDE97D1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreDiagnostics; target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 6DC6755E2C9D85FA1E94D20DFAB31E10 /* PBXContainerItemProxy */; - }; - 643D7A1812AC1D04C2E75617C09C7FF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseMessaging; - target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; - targetProxy = 915AC0CDE603C481D42347915C5497DE /* PBXContainerItemProxy */; + targetProxy = 6A80FBA718A53CCDB8A01D935DA1F64B /* PBXContainerItemProxy */; }; - 68EF49E0D3471180BDDF4424896EA7FC /* PBXTargetDependency */ = { + 61C0841DFDD82CCC3A137CD9091DF188 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 1A8C0866E09EE0E11FEDA353626EC3CA /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = BD06CFC7B4B01FC37D077F74CBFE3388 /* PBXContainerItemProxy */; }; - 6A6962438FA0BA3A77D5A3FB6BAC6254 /* PBXTargetDependency */ = { + 61EFF6DE84624476F320719B13BB9863 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Capacitor; target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = 9FE89002A1E56DE52394B46B54F72CDF /* PBXContainerItemProxy */; + targetProxy = F7CBEC7625DC3CB9A5DDD9E640EF54F8 /* PBXContainerItemProxy */; + }; + 627E04B59BF7CFC14082715B75CD910E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CapacitorStatusBar; + target = 7FDCE32DD1A6D7C943577EF51A41EDBC /* CapacitorStatusBar */; + targetProxy = 57112C2EDC33640CF9C84B5F178D1A48 /* PBXContainerItemProxy */; }; - 6B5CBC4CB8F989E72175AFB53102B1EB /* PBXTargetDependency */ = { + 6446FF963EE86C06B86C7D5C629E0532 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Capacitor; target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = C483258E12989EDB52C0F5B7A2B1447B /* PBXContainerItemProxy */; + targetProxy = DB5AA34B7985D2AA67FEE6A97EE738FF /* PBXContainerItemProxy */; }; - 703A247A8CF36A3EC8F322E21FC19D99 /* PBXTargetDependency */ = { + 6448572E004A1313AC3E2926FFF4DB6C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 6416F1A124DF7CF17963DCA5E6C92BEE /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = DB3DAA26680572CF4A5C3955CA57CED0 /* PBXContainerItemProxy */; }; - 7D33CDE7C6461DE71589AFA1FD0B208D /* PBXTargetDependency */ = { + 648551DF9299D3CD5A6CBCB26F059EBE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 854B5E34BBC7F3BF9E79AF80D428645E /* PBXContainerItemProxy */; + targetProxy = 637A42086D44E9B58D89FF5D2ACC8FCE /* PBXContainerItemProxy */; }; - 7E29366B281E998D52CC2B14E55C5BB6 /* PBXTargetDependency */ = { + 6FA3467BC6D262B5FC8028A022549058 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Capacitor; - target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = 4C6EF243773275C077D2EAAF2768E5A9 /* PBXContainerItemProxy */; + name = CapacitorPushNotifications; + target = AA8C0204D5A102037AC05F8086213934 /* CapacitorPushNotifications */; + targetProxy = 1AB26B56C7280DFF8FAB6B188208862B /* PBXContainerItemProxy */; }; - 7EED46377332A73AF3AC4D9A2AE85531 /* PBXTargetDependency */ = { + 704A6C7835DCF9419EF8A56DD80C588D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorCordova; - target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */; - targetProxy = 953D50718FD6AEF98E8147BE08144DBE /* PBXContainerItemProxy */; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 392A8C590C02077D071F13B75BA71877 /* PBXContainerItemProxy */; }; - 7EEDDE11F41BD44ECFA3FA4786EBB28B /* PBXTargetDependency */ = { + 73885F295A6EBEA059ECC2CCFE47370D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Capacitor; target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = FE0914EF852057A23D081E9C44548971 /* PBXContainerItemProxy */; - }; - 842FEA92C84C78664167066EECB6A7BA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 13795B3516E99206F75C9AE0E50275AB /* PBXContainerItemProxy */; - }; - 8FA4AD115AA45FD40654C4F570F041DE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 64408CF9AF0C8C81821A0DEFD57662FD /* PBXContainerItemProxy */; + targetProxy = FC089BF687EF6020F5C8225441262C9B /* PBXContainerItemProxy */; }; - 90EBAB5EF92ADD3D8518D0506E6FB71D /* PBXTargetDependency */ = { + 751A7C8AD28E0939B618CBA1E751FDCD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorPreferences; - target = 2CB7081DCC537BEAD8AEDFD2CAB5112E /* CapacitorPreferences */; - targetProxy = 67724AAFA6D06EF323A58B0D2BE447F3 /* PBXContainerItemProxy */; + name = Capacitor; + target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; + targetProxy = D30E58AAA585662A6A79D41E6A3FF241 /* PBXContainerItemProxy */; }; - 9316A9EA93CD8C01AA2E9BF2E3CD88D7 /* PBXTargetDependency */ = { + 77864ABBCF672EB491AB88E7063FB6BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransport; target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 60B5D7A785972DF24364E42E745EFC71 /* PBXContainerItemProxy */; + targetProxy = 7545F6A92D77B11C3D707E7E8DBE7389 /* PBXContainerItemProxy */; }; - 97BC74C386596D8083FF3498661EF794 /* PBXTargetDependency */ = { + 79DCEBB95F5A0918B76DAE33BDC63F6E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = B9F2F82E920A70961E992364B8C6C4C2 /* PBXContainerItemProxy */; + name = CapacitorPreferences; + target = 2CB7081DCC537BEAD8AEDFD2CAB5112E /* CapacitorPreferences */; + targetProxy = 949D7262735F209EE364A1F640272BCA /* PBXContainerItemProxy */; }; - A0404ED74664FC6CE6759ACDC8867207 /* PBXTargetDependency */ = { + 7C7943FDF763C29358559760B1449F12 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = CBA5099A00E3999EFDF1EE5848467D31 /* PBXContainerItemProxy */; + name = FirebaseMessaging; + target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; + targetProxy = C05B31A4EBB38513DB93263015E394AF /* PBXContainerItemProxy */; }; - A17BE593196E180D762ED173F04378DD /* PBXTargetDependency */ = { + 7D87CC501031F967CC41855B23E39325 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorShare; - target = E1D15AC1C9791963802615898D3D7F93 /* CapacitorShare */; - targetProxy = 2D2FBACCE901DFF250407858C3A15B3A /* PBXContainerItemProxy */; + name = CapacitorDevice; + target = 6307A6219BDF2F9E7395AFCF4674D713 /* CapacitorDevice */; + targetProxy = BA34A3E8E6E34B19B55A88918FED928A /* PBXContainerItemProxy */; }; - A4F01D0ABE0C63E1043D5DC2EFE37C54 /* PBXTargetDependency */ = { + 7FFBE4FA1336EE923C628B613519FA61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Capacitor; - target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = 4F74BF3B999537757BF8DE8A7859C9DF /* PBXContainerItemProxy */; + name = CapacitorSplashScreen; + target = 291499FE70301076C46663647D6398CF /* CapacitorSplashScreen */; + targetProxy = D47840C271713EC2A3651659D5390FE4 /* PBXContainerItemProxy */; }; - A51F29F1AF2FDB46A173B71D3DF8AB59 /* PBXTargetDependency */ = { + 8213143B9633727A1D966EC368A6A41A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Capacitor; target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = 90AA9E9379809DD786520F8568A92990 /* PBXContainerItemProxy */; + targetProxy = 0092221BC5B77991D84070983C86698E /* PBXContainerItemProxy */; }; - ABE93CE5D740F11A4ECE17768302F86E /* PBXTargetDependency */ = { + 8AD1301E5A2F6A840F85FEF22DDD285B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Capacitor; - target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = 00A907AB6FF9EE1D511E54E44E4FB57E /* PBXContainerItemProxy */; + name = GoogleMaps; + target = E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */; + targetProxy = E05E69770A3171B5AB32DD198FC77DEC /* PBXContainerItemProxy */; }; - B5AC54FF534B8291BC3F5D4CEF5132BE /* PBXTargetDependency */ = { + 8C33891E953D6EAEFD209FD1DA14FE52 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstanceID; target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; - targetProxy = F7AFFB5F702B2827B5F25B35AB80F804 /* PBXContainerItemProxy */; + targetProxy = 57915A61F029A1ECD6B0D74B6B0A9922 /* PBXContainerItemProxy */; }; - BA59D1C73D8ADF239B82CE73E6FD1E55 /* PBXTargetDependency */ = { + 8E67E78FBAAB1DDF5AA8CFC59DCF89C0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = B578B9F1B559F6D6662E87C472284172 /* PBXContainerItemProxy */; + name = CapacitorBrowser; + target = 0658A74B495D65D0FF7A51E6ECB58F24 /* CapacitorBrowser */; + targetProxy = 0B6601DE35FF33647FF5B32B6AD08941 /* PBXContainerItemProxy */; }; - C4162A2BE039B85312BB8C0CC60FE432 /* PBXTargetDependency */ = { + 90838769F62F7DDFF9138F6C947E12A1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorSplashScreen; - target = 291499FE70301076C46663647D6398CF /* CapacitorSplashScreen */; - targetProxy = 73257F79F66538A4AA863086BADAF23A /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = C4239ED3851E5B4B0578C42FD683C56E /* PBXContainerItemProxy */; }; - C6876EF265FCDEE0628B434C62F0D964 /* PBXTargetDependency */ = { + 93AB5E126C96178612FEA594CDB515C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Capacitor; target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = 7EEDEE06BB5166A1AACAF8C13B4C0263 /* PBXContainerItemProxy */; + targetProxy = 59FE6382DBDF8BC9E2CD1DA9BE5C8D78 /* PBXContainerItemProxy */; }; - C6DBC5364D265429C1F44E3EB3BC03E3 /* PBXTargetDependency */ = { + 9B404D60785F42B3B0F9B718BAF313BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = D45028335190144FF87118A0AE8342A5 /* PBXContainerItemProxy */; + name = CapacitorGoogleMaps; + target = C73E89114A362E3F753D00E133E067A4 /* CapacitorGoogleMaps */; + targetProxy = 2BE70BCA1D16CD9A4765668CA10ACD87 /* PBXContainerItemProxy */; }; - C7F6E45944A58935A6602B8EA5988E53 /* PBXTargetDependency */ = { + 9E30CFEBF71AF248DC35C46F1E70D2C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleMaps; - target = E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */; - targetProxy = 3D2DF97A388D9682AEC68FDF736611B9 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = CF658AA80B79BBF9F401661298427DEE /* PBXContainerItemProxy */; }; - C921B2D7C30660B57AF4BB6B444418AB /* PBXTargetDependency */ = { + 9EEED62722BEED2FB4E0728D039497C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorHaptics; - target = 6FEE101BBF77F7C607B7C97D9E084732 /* CapacitorHaptics */; - targetProxy = B9716FA9A3F83689ACF16251F4E09857 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 81026ACBC75D98BC020874189B2B4A85 /* PBXContainerItemProxy */; }; - CC4DD29BCE073977C6FA2B91F89023CA /* PBXTargetDependency */ = { + A9A82C645F49E6CACEF3B56B15242E2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorGeolocation; - target = 98C016A057FAEDD1CD09F30BD6212FED /* CapacitorGeolocation */; - targetProxy = ACFF93A3DA4D49ACDA585AB234E2BEB7 /* PBXContainerItemProxy */; + name = CordovaPlugins; + target = 6CD167C7DA7BEBC0BB3AD67E5849503E /* CordovaPlugins */; + targetProxy = 1041BB36B0F782D77392A4594DAA9C32 /* PBXContainerItemProxy */; }; - CC65008048C77D55FE1AF2E5351830A6 /* PBXTargetDependency */ = { + A9EDFD8388776F5969684AE9BFD2F282 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 3A02EA8140EC2F99EC174EE97AD8FA2D /* PBXContainerItemProxy */; + targetProxy = E577C636DDDCFCDB2B2C12F6405661EE /* PBXContainerItemProxy */; }; - D215006EA8FD8A200E0632DF1189C5F9 /* PBXTargetDependency */ = { + AAE79601999BC5BEC71FBC1B7E16445E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorKeyboard; - target = 9D8F01D8A776A0B93D2D7FA97F949F10 /* CapacitorKeyboard */; - targetProxy = 9A21780E0483E85A7A4C8AD5F317A716 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = D504A4DBD175FF3EC8931B84D8B27A7D /* PBXContainerItemProxy */; }; - D5EBFA81891263D26974465ED40A2BA8 /* PBXTargetDependency */ = { + B8BDE71A84E61CB30D151392C4BDEE5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseMessaging; - target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; - targetProxy = 7A49D1CD760E5995109661DA42F3A8D0 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = BC8DCC5D19A33D072C44B17A74EEE15E /* PBXContainerItemProxy */; }; - DEE64C06590DA11C8010C2C403FFF514 /* PBXTargetDependency */ = { + B9090ABB0048E605ED60A25269D2D7AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 2476BF271CF3093DE7ADB5DCF2211EEE /* PBXContainerItemProxy */; + targetProxy = F44992AF8A6F49E50AB6FB6346FAC4B0 /* PBXContainerItemProxy */; + }; + B90E43237E682213DE6C93CA215AF86F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Capacitor; + target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; + targetProxy = B6347F306B5B109861C0F7CCAF201F01 /* PBXContainerItemProxy */; }; - E7E1F61FBB08E7AC72A21BB8666D7B74 /* PBXTargetDependency */ = { + C385DEB81EF4539069FCCD9FBA3EDBE3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstallations; target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 154DC8311E2D67E57801FE429F5831FD /* PBXContainerItemProxy */; + targetProxy = 1DAD71CF652CD1A8CCD213DD2E12708C /* PBXContainerItemProxy */; }; - EFAE12A20472B6220EE8599348967BBF /* PBXTargetDependency */ = { + CEC44D02145FC26675379C792E876E4A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 003004F4149B0C7988CE9FB7DD2C5B4D /* PBXContainerItemProxy */; + name = Capacitor; + target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; + targetProxy = F164348971153170AB57BFF31DA1DCB3 /* PBXContainerItemProxy */; + }; + D3D5EB6D9D4C41DFE3647AAA5A023D37 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Capacitor; + target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; + targetProxy = 0BA2E5FD40532D91BDD985BB7F278D8C /* PBXContainerItemProxy */; + }; + D911855499CE614006CA2F491C75E883 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CapacitorNetwork; + target = CB5770103B01C83F4A2086CA033FE710 /* CapacitorNetwork */; + targetProxy = 5C48E1AF8CB95081373A64CF1991511C /* PBXContainerItemProxy */; + }; + DDC43A2833CFC302018F4492E769B4AB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Capacitor; + target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; + targetProxy = 6AD7752256C7CC92A68584DA80FE0D68 /* PBXContainerItemProxy */; + }; + DFB32B1BBBF8884A0FBFF08D80A710F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CapacitorCordova; + target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */; + targetProxy = 368D7A1E244093B8EE8424B0159435B7 /* PBXContainerItemProxy */; + }; + E10A28BFAC366FC0A37F494EEFAB2192 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = EE3D03C8919740744BB22D87CF7FA787 /* PBXContainerItemProxy */; }; - F63E83DC8B254DBB4585C24F5DA3C896 /* PBXTargetDependency */ = { + E4337F05789A4D8CCC7B55F841062F77 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 4E0F6A31AE189FEF01887CC38C41A8D1 /* PBXContainerItemProxy */; + targetProxy = 7E9AF86FC3B35B93CA54CD06946B41E9 /* PBXContainerItemProxy */; }; - F784A33EEEC231E569B09E3CE13546A0 /* PBXTargetDependency */ = { + EEAA5F113FAE1E699D5134E4327FBC3E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CapacitorPushNotifications; - target = AA8C0204D5A102037AC05F8086213934 /* CapacitorPushNotifications */; - targetProxy = 981A3EE6435D8F20F2CC04C5353FD3A7 /* PBXContainerItemProxy */; + name = CapacitorCordova; + target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */; + targetProxy = ADDCDAB3EA0FBFC71C8B9D4EE307726B /* PBXContainerItemProxy */; + }; + F2B220807C21F4E1E8E378AE9BA64945 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 18390DDC1ACA7561965650127C96EB17 /* PBXContainerItemProxy */; + }; + F514AF5C38BA6DFA9C440761E4D26C80 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CapacitorCordova; + target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */; + targetProxy = 18754E1C566E4AE3DF13CDC870AE7841 /* PBXContainerItemProxy */; }; - F7EC522F0FEB7D808EE3F55372E2DDBE /* PBXTargetDependency */ = { + F69E13541F632647B7210A2101E51D72 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Capacitor; target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */; - targetProxy = B19EF7FF1E308ACC7B7F17D878D45C31 /* PBXContainerItemProxy */; + targetProxy = 5B7A1574FFEEAAB559D9EB60651ADD7E /* PBXContainerItemProxy */; + }; + F6F1DAB2F523BBB675E83D7DFBA76303 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Google-Maps-iOS-Utils"; + target = A5EEC7C2AA5BC7C67CFA2C7578AB62C7 /* Google-Maps-iOS-Utils */; + targetProxy = 1D676E4067CDE6E83C30FE004D080A23 /* PBXContainerItemProxy */; + }; + FDBD3FD5FCAFB6064E7528BDB9B27857 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = AA496AEBFAF57ABAAE448E833D91AA4A /* PBXContainerItemProxy */; + }; + FDC4680EB4F4F4B379B76DF3B62DF113 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CapacitorKeyboard; + target = 9D8F01D8A776A0B93D2D7FA97F949F10 /* CapacitorKeyboard */; + targetProxy = 6D2CE1F7A02C1969C1BD2CF662A6BC0C /* PBXContainerItemProxy */; + }; + FE33ECB451836A9E472E67ABD8A08A62 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleMaps; + target = E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */; + targetProxy = 3FF4530D1DB6E9BBB3A1F8C1BC23E057 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 00BDBAE0017F86BA020A2C89B1F15EBD /* Release */ = { + 0A3246019C87B9DCFF6FC8C972724679 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8201269CB24EC3DDD20499E5BAEF78CC /* Firebase.release.xcconfig */; + baseConfigurationReference = 7A566B2BA93B20B9F830A00CA7C64291 /* CapacitorStatusBar.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar.modulemap"; + PRODUCT_MODULE_NAME = CapacitorStatusBar; + PRODUCT_NAME = CapacitorStatusBar; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; - 05194F2A0583111BFB161E7FA3E1C80A /* Release */ = { + 0B7E93584BCE8BDB7E47CD94F31EE24E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E28C0C866D369616951E3518081C5C95 /* CapacitorPushNotifications.release.xcconfig */; + baseConfigurationReference = F347EDA948D27A8E45F56F4D8AE0CDCD /* Google-Maps-iOS-Utils.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6697,18 +6733,23 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications.modulemap"; - PRODUCT_MODULE_NAME = CapacitorPushNotifications; - PRODUCT_NAME = CapacitorPushNotifications; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils.modulemap"; + PRODUCT_MODULE_NAME = GoogleMapsUtils; + PRODUCT_NAME = GoogleMapsUtils; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -6716,11 +6757,11 @@ }; name = Release; }; - 051E984D5CD6252CD2BE230800A29332 /* Release */ = { + 0C315B819EBD583385B79DBFA312EBB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7E1D8964AA74C0D800250F87B7F293B2 /* FirebaseCoreDiagnostics.release.xcconfig */; + baseConfigurationReference = 461F05B2EB5B61E2BAC78E3C2B2D279C /* CapacitorKeyboard.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -6729,17 +6770,22 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard.modulemap"; + PRODUCT_MODULE_NAME = CapacitorKeyboard; + PRODUCT_NAME = CapacitorKeyboard; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -6747,26 +6793,11 @@ }; name = Release; }; - 05737D151307D6DC5DA1E2A4B1042E17 /* Debug */ = { + 0CDC2FF2D7F51F78E9767E451F31FA6C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BB45FF70CED60C50AA21D4103408FFC5 /* GoogleMaps.debug.xcconfig */; + baseConfigurationReference = FFC7517E334ABCC738D946107F1CFA1E /* CapacitorCordova.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 0EB28FACDC7C561CC69C9B3F9744F0A9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 35045E8D6D26049389D619E26B650675 /* GoogleUtilities.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -6775,13 +6806,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova.modulemap"; + PRODUCT_MODULE_NAME = Cordova; + PRODUCT_NAME = Cordova; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -6792,12 +6828,10 @@ }; name = Debug; }; - 0F3845AEB3C2BC6E698374D2336494CC /* Release */ = { + 1242F26F13395B921C6EF38587648170 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A005B0AF7E9544C324BFACFCC5E59494 /* CapacitorDialog.release.xcconfig */; + baseConfigurationReference = F1BD65B1AF511236D3D09A8E24686D7F /* FirebaseCore.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -6806,30 +6840,31 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorDialog/CapacitorDialog-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorDialog/CapacitorDialog-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorDialog/CapacitorDialog.modulemap"; - PRODUCT_MODULE_NAME = CapacitorDialog; - PRODUCT_NAME = CapacitorDialog; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 12AABF1BD47F4C30131648E9195E89F2 /* Debug */ = { + 1FADB04228BC8BBB44673CDEA5062100 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 09EA1AA77A1C25113D03421CB33721E4 /* CapacitorKeyboard.debug.xcconfig */; + baseConfigurationReference = B45BB95B565A5B5A469BC62E44D96784 /* FirebaseInstanceID.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6839,29 +6874,31 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard.modulemap"; - PRODUCT_MODULE_NAME = CapacitorKeyboard; - PRODUCT_NAME = CapacitorKeyboard; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstanceID; + PRODUCT_NAME = FirebaseInstanceID; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 13AB3EF87C036D74EF4816FD2C571011 /* Debug */ = { + 24E626054501E5D5170A9932E3649D06 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 624B785D7F6A04D0E4609D1653E12E04 /* CapacitorCordova.debug.xcconfig */; + baseConfigurationReference = DA5DAE73316875279320E9122D398861 /* CapacitorCamera.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6871,29 +6908,33 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorCamera/CapacitorCamera-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorCamera/CapacitorCamera-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova.modulemap"; - PRODUCT_MODULE_NAME = Cordova; - PRODUCT_NAME = Cordova; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorCamera/CapacitorCamera.modulemap"; + PRODUCT_MODULE_NAME = CapacitorCamera; + PRODUCT_NAME = CapacitorCamera; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 1A94596F91D1AFC6BFD5B5DF761A7102 /* Debug */ = { + 280887186BDAC4AF1CA0AC2EDA50587A /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A40276370ADA91EEEA894D1BBC733838 /* FirebaseCoreDiagnostics.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -6905,7 +6946,11 @@ INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; PRODUCT_NAME = FirebaseCoreDiagnostics; @@ -6919,11 +6964,10 @@ }; name = Debug; }; - 235D07C2844949078AFCC6989981864A /* Debug */ = { + 3009FD83D212953E25D3247C04D61228 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 37E1B0E1636EB532F4A88974006DE4C5 /* CapacitorSplashScreen.debug.xcconfig */; + baseConfigurationReference = 88E77BE2547093D08C9AF9E57136968B /* CordovaPlugins.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6933,29 +6977,33 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CordovaPlugins/CordovaPlugins-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CordovaPlugins/CordovaPlugins-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen.modulemap"; - PRODUCT_MODULE_NAME = CapacitorSplashScreen; - PRODUCT_NAME = CapacitorSplashScreen; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CordovaPlugins/CordovaPlugins.modulemap"; + PRODUCT_MODULE_NAME = CordovaPlugins; + PRODUCT_NAME = CordovaPlugins; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 2ACA9001D46CC356EA7F45A168154B62 /* Debug */ = { + 355A1E9956C6271CA41864971B818394 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A9925713812289E97A4BA7E0823547CB /* FirebaseMessaging.debug.xcconfig */; + baseConfigurationReference = ED5D6152E5706CB93E2B107998756E0F /* CapacitorPreferences.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6965,28 +7013,33 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorPreferences/CapacitorPreferences-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorPreferences/CapacitorPreferences-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; - PRODUCT_MODULE_NAME = FirebaseMessaging; - PRODUCT_NAME = FirebaseMessaging; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorPreferences/CapacitorPreferences.modulemap"; + PRODUCT_MODULE_NAME = CapacitorPreferences; + PRODUCT_NAME = CapacitorPreferences; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 2C4E8D428C032A6B92FDBFBA6CC89140 /* Debug */ = { + 375F453E2A102FC65479E859D682C060 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30541C548A1F705B723D1D3B50B04EB4 /* CapacitorGeolocation.debug.xcconfig */; + baseConfigurationReference = 4346AB3DE46DA182E5F7459F897D551D /* CapacitorGoogleMaps.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6996,29 +7049,34 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation.modulemap"; - PRODUCT_MODULE_NAME = CapacitorGeolocation; - PRODUCT_NAME = CapacitorGeolocation; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps.modulemap"; + PRODUCT_MODULE_NAME = CapacitorGoogleMaps; + PRODUCT_NAME = CapacitorGoogleMaps; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 31EF3224F8CAACAA0577D7F82054013B /* Debug */ = { + 3A26ACCEF0CDB814631118C7501516E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0BF3EE23A7561E73B7EA0273EB5CEBB4 /* CapacitorPreferences.debug.xcconfig */; + baseConfigurationReference = CC4B184E071132DCC90BE4120EE8FAD6 /* CapacitorPushNotifications.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7028,14 +7086,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorPreferences/CapacitorPreferences-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorPreferences/CapacitorPreferences-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorPreferences/CapacitorPreferences.modulemap"; - PRODUCT_MODULE_NAME = CapacitorPreferences; - PRODUCT_NAME = CapacitorPreferences; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications.modulemap"; + PRODUCT_MODULE_NAME = CapacitorPushNotifications; + PRODUCT_NAME = CapacitorPushNotifications; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -7046,11 +7108,11 @@ }; name = Debug; }; - 32AF6D4D665AFA07BA304B230B6E27F6 /* Release */ = { + 3E31794D9EC27F83BAD9826521DAB1E7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 36ED6DA2D714A07B55ECA026B9302DFE /* FirebaseInstallations.release.xcconfig */; + baseConfigurationReference = C66E945C902228458675C8DF1B463F25 /* Capacitor.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -7059,29 +7121,32 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap"; + PRODUCT_MODULE_NAME = Capacitor; + PRODUCT_NAME = Capacitor; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 34B86BAE67F3FC50431595D39264BABA /* Release */ = { + 41F1A61E6B683D6B59B04AD7887E24DA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4B05A38AED2E90391AD4E92890335018 /* FirebaseCore.release.xcconfig */; + baseConfigurationReference = 7E1D8964AA74C0D800250F87B7F293B2 /* FirebaseCoreDiagnostics.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -7090,13 +7155,17 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; + PRODUCT_NAME = FirebaseCoreDiagnostics; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -7108,12 +7177,10 @@ }; name = Release; }; - 40BAE4E96423244FD14A017824031A08 /* Release */ = { + 4638E0DB82C0271FF0F5D4FDFC47A583 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0C153CE484A67EFF2491D31D200C47F6 /* Pods-App.release.xcconfig */; + baseConfigurationReference = 57A318BBEC418B0E6D3D5014F992D246 /* CapacitorDialog.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7123,31 +7190,32 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-App/Pods-App-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorDialog/CapacitorDialog-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorDialog/CapacitorDialog-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-App/Pods-App.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorDialog/CapacitorDialog.modulemap"; + PRODUCT_MODULE_NAME = CapacitorDialog; + PRODUCT_NAME = CapacitorDialog; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 417FBC1D965C6F9A47C820BC78AB7D72 /* Release */ = { + 50783B25AAADC96A7E989E61BDAFF0ED /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A8CCF0BA84B07ADA333E348358034580 /* CapacitorStatusBar.release.xcconfig */; + baseConfigurationReference = AE6607B68039F89CC44A799C7ADA6D56 /* CapacitorSplashScreen.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7157,14 +7225,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar.modulemap"; - PRODUCT_MODULE_NAME = CapacitorStatusBar; - PRODUCT_NAME = CapacitorStatusBar; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen.modulemap"; + PRODUCT_MODULE_NAME = CapacitorSplashScreen; + PRODUCT_NAME = CapacitorSplashScreen; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -7176,11 +7248,11 @@ }; name = Release; }; - 4889C92D04224D57351C5EE1E01F4465 /* Debug */ = { + 564470164B0EB9CD0D135510820FE73C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B454C1390B322C6D417D05D21999D085 /* CapacitorStatusBar.debug.xcconfig */; + baseConfigurationReference = 0C153CE484A67EFF2491D31D200C47F6 /* Pods-App.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7190,30 +7262,34 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-App/Pods-App-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar.modulemap"; - PRODUCT_MODULE_NAME = CapacitorStatusBar; - PRODUCT_NAME = CapacitorStatusBar; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-App/Pods-App.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 4DF0B9067639ACB33013024B20A70010 /* Release */ = { + 582354C1DFC2AD61A2E5048E5DB660E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8D0C08CBA7FE062BE5084916AB23E1AE /* CapacitorGoogleMaps.release.xcconfig */; + baseConfigurationReference = 35045E8D6D26049389D619E26B650675 /* GoogleUtilities.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -7222,32 +7298,31 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps.modulemap"; - PRODUCT_MODULE_NAME = CapacitorGoogleMaps; - PRODUCT_NAME = CapacitorGoogleMaps; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 4EF8A7C408444383F985B81BB7E97DEA /* Release */ = { + 5BD5F7745B2A659DEED3E22256A53D1B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DA0998E610520B65112289915E5D0F5E /* CapacitorDevice.release.xcconfig */; + baseConfigurationReference = 43136B8EBB5FB06ABAD729F40F8171C2 /* GoogleDataTransport.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -7256,30 +7331,49 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorDevice/CapacitorDevice-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorDevice/CapacitorDevice-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorDevice/CapacitorDevice.modulemap"; - PRODUCT_MODULE_NAME = CapacitorDevice; - PRODUCT_NAME = CapacitorDevice; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; + name = Debug; + }; + 5EAB7790D5C4FB6009999D09C04FBDF0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FFDED0BECD36B54F8015C01F486C34E7 /* GoogleMaps.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; name = Release; }; - 52F05D55A6EF19F1F5F81744F68C6C33 /* Debug */ = { + 5EFD5059C770007194BF49D89BABA706 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 48F0D91522847A67F45748A32C966573 /* CapacitorShare.debug.xcconfig */; + baseConfigurationReference = C366205F900A5F29E83A36E3C1F56FE2 /* CapacitorStatusBar.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7289,14 +7383,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorShare/CapacitorShare-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorShare/CapacitorShare-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorShare/CapacitorShare.modulemap"; - PRODUCT_MODULE_NAME = CapacitorShare; - PRODUCT_NAME = CapacitorShare; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorStatusBar/CapacitorStatusBar.modulemap"; + PRODUCT_MODULE_NAME = CapacitorStatusBar; + PRODUCT_NAME = CapacitorStatusBar; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -7307,11 +7405,10 @@ }; name = Debug; }; - 55A414D703DBDF0EF7A5D7BF2D6DFC7F /* Release */ = { + 6BD96400E795164A878A667DB879B9AD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C3A4D165D87B673F19464007EDEFF4A7 /* CapacitorPreferences.release.xcconfig */; + baseConfigurationReference = E9571EE2C2BC520C8DDCB27ECAF1AABA /* CapacitorNetwork.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7321,30 +7418,33 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorPreferences/CapacitorPreferences-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorPreferences/CapacitorPreferences-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorNetwork/CapacitorNetwork-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorNetwork/CapacitorNetwork-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorPreferences/CapacitorPreferences.modulemap"; - PRODUCT_MODULE_NAME = CapacitorPreferences; - PRODUCT_NAME = CapacitorPreferences; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorNetwork/CapacitorNetwork.modulemap"; + PRODUCT_MODULE_NAME = CapacitorNetwork; + PRODUCT_NAME = CapacitorNetwork; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 5F02175ED23710276EF62D1F3337D852 /* Debug */ = { + 6C13D4385272F95F5A4F11C28372B05E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 721CDA4CFAACEDFB59DEECE0B34A2450 /* CapacitorPushNotifications.debug.xcconfig */; + baseConfigurationReference = 2D57C5D51C30D39B525B8AC846A00DD0 /* Pods-App.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7354,29 +7454,33 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-App/Pods-App-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications.modulemap"; - PRODUCT_MODULE_NAME = CapacitorPushNotifications; - PRODUCT_NAME = CapacitorPushNotifications; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-App/Pods-App.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 5FF9BFFBADD7BDC4C3D22B014AD43BA1 /* Debug */ = { + 78A8196FD19C1B6851AF926955033229 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3277C9F4E4C15589507F8868BBB0CB13 /* Google-Maps-iOS-Utils.debug.xcconfig */; + baseConfigurationReference = B7F3776EA259F6CED68FC762EB1238A8 /* CapacitorShare.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7386,30 +7490,32 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorShare/CapacitorShare-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorShare/CapacitorShare-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils.modulemap"; - PRODUCT_MODULE_NAME = GoogleMapsUtils; - PRODUCT_NAME = GoogleMapsUtils; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorShare/CapacitorShare.modulemap"; + PRODUCT_MODULE_NAME = CapacitorShare; + PRODUCT_NAME = CapacitorShare; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 63384B2523CCB7DFF3130E25F53A94CC /* Debug */ = { + 7C8C0005D815D81463BCF1F26F1EC23C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F1BD65B1AF511236D3D09A8E24686D7F /* FirebaseCore.debug.xcconfig */; + baseConfigurationReference = F19B2A1BDAA55346A58E623FCD24A5B6 /* nanopb.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -7418,13 +7524,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -7435,11 +7546,11 @@ }; name = Debug; }; - 68A271520DEE11319D12343472E54EC5 /* Release */ = { + 8777C334259B50DD66A9341075FECDD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 87D4B2A14CB958BABE4FEE674EE3045B /* PromisesObjC.release.xcconfig */; + baseConfigurationReference = C73B42440801BA88B1098596EC520A04 /* CapacitorCordova.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -7448,13 +7559,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = FBLPromises; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova.modulemap"; + PRODUCT_MODULE_NAME = Cordova; + PRODUCT_NAME = Cordova; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -7466,12 +7582,10 @@ }; name = Release; }; - 68F89E8EAC8290703C02D9E18F1D1644 /* Release */ = { + 89B296D7F560A569BF6EDE32A098E029 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F347EDA948D27A8E45F56F4D8AE0CDCD /* Google-Maps-iOS-Utils.release.xcconfig */; + baseConfigurationReference = 986FDC552F80FE0ED34F71BA1B8EAF3A /* GoogleUtilities.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -7480,15 +7594,17 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils.modulemap"; - PRODUCT_MODULE_NAME = GoogleMapsUtils; - PRODUCT_NAME = GoogleMapsUtils; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -7500,11 +7616,10 @@ }; name = Release; }; - 6A0F013127B27D8BB23108585462857C /* Debug */ = { + 8BAEFF37B71678375D11AC2DD108BFA5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5743B3DB378B5D8D89F3F6A7E6AD5FE9 /* CapacitorGoogleMaps.debug.xcconfig */; + baseConfigurationReference = 682FBF4E14B4D9B39AFD37B2C7906C22 /* FirebaseMessaging.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7514,197 +7629,29 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps.modulemap"; - PRODUCT_MODULE_NAME = CapacitorGoogleMaps; - PRODUCT_NAME = CapacitorGoogleMaps; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; + PRODUCT_MODULE_NAME = FirebaseMessaging; + PRODUCT_NAME = FirebaseMessaging; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 7412C416CAC2AB87F9C8D14FB25ACE0A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 21602A6A30762319E876BE507D548344 /* CapacitorNetwork.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorNetwork/CapacitorNetwork-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorNetwork/CapacitorNetwork-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorNetwork/CapacitorNetwork.modulemap"; - PRODUCT_MODULE_NAME = CapacitorNetwork; - PRODUCT_NAME = CapacitorNetwork; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 7619E5586BC7ABAE0267C7BC77B1E37D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 09CDD2375D5AD393539EDADF8B8FA140 /* CapacitorDialog.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorDialog/CapacitorDialog-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorDialog/CapacitorDialog-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorDialog/CapacitorDialog.modulemap"; - PRODUCT_MODULE_NAME = CapacitorDialog; - PRODUCT_NAME = CapacitorDialog; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 7DA8F9C8C634582A37B6EE07EF309BFC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 846564F42479B9EA8D3E12B73AD49277 /* GoogleDataTransport.release.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 7E4AB0FEEBDE45701E2037B56E186CAB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 986FDC552F80FE0ED34F71BA1B8EAF3A /* GoogleUtilities.release.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 8A372678F186AD6E4308F8E3EF69FEC9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E697C23CABF4ACC966FFB11EAF541A0C /* Firebase.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 8BAF88C0F77FAB9627AA6CDEF0FFC1AB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D73E60D0DDD5AB4C0D2DDCFC0A4EC01B /* FirebaseInstallations.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 8DE5143C03248BB6CD542DE3963D6F3A /* Debug */ = { + 8DE5143C03248BB6CD542DE3963D6F3A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -7770,11 +7717,10 @@ }; name = Debug; }; - 9972596614DF03AC70123A2F5CB84AEA /* Debug */ = { + 99C7027B2454578C4103A7DF01F009E7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9A1B1CA7438EB15851835CB5D04EC7BD /* Capacitor.debug.xcconfig */; + baseConfigurationReference = 7D66EC437FCA16144C1FE43C9F4EB5B9 /* CapacitorCamera.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7784,14 +7730,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorCamera/CapacitorCamera-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorCamera/CapacitorCamera-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap"; - PRODUCT_MODULE_NAME = Capacitor; - PRODUCT_NAME = Capacitor; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorCamera/CapacitorCamera.modulemap"; + PRODUCT_MODULE_NAME = CapacitorCamera; + PRODUCT_NAME = CapacitorCamera; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -7802,21 +7752,40 @@ }; name = Debug; }; - 9BF2FBAD31B7B4F5CB9162E087C313A2 /* Release */ = { + 9D516454501970D5DE9D8B4041F85CC0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FFDED0BECD36B54F8015C01F486C34E7 /* GoogleMaps.release.xcconfig */; + baseConfigurationReference = 4A7B8A64B826D1C3476FDA9AB3D59735 /* CapacitorKeyboard.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard.modulemap"; + PRODUCT_MODULE_NAME = CapacitorKeyboard; + PRODUCT_NAME = CapacitorKeyboard; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; 9E406C6AAF85E580207CD97B0044DEAB /* Release */ = { isa = XCBuildConfiguration; @@ -7880,11 +7849,10 @@ }; name = Release; }; - A8FB62F5F674B0930639DEC59B1C764B /* Release */ = { + A002158ED811CADB250EC4A27E64C591 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FB0522BA8C9DE0DA0DDF8AD9621E60E9 /* Capacitor.release.xcconfig */; + baseConfigurationReference = 701C902B408831663B21259C8FE46A03 /* FirebaseInstanceID.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7894,18 +7862,21 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap"; - PRODUCT_MODULE_NAME = Capacitor; - PRODUCT_NAME = Capacitor; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstanceID; + PRODUCT_NAME = FirebaseInstanceID; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -7913,11 +7884,28 @@ }; name = Release; }; - AB9A570982FA898B2EFDF16FCD39E0CC /* Debug */ = { + A3000B60C953571AA6113E59A240027A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43136B8EBB5FB06ABAD729F40F8171C2 /* GoogleDataTransport.debug.xcconfig */; + baseConfigurationReference = BB45FF70CED60C50AA21D4103408FFC5 /* GoogleMaps.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + A6F84522E147D2A40CFD9D028386F2A8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B1DDA76552137CE6F802615F2397BF62 /* CapacitorDevice.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -7926,28 +7914,32 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorDevice/CapacitorDevice-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorDevice/CapacitorDevice-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorDevice/CapacitorDevice.modulemap"; + PRODUCT_MODULE_NAME = CapacitorDevice; + PRODUCT_NAME = CapacitorDevice; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - B1F1BD08F6750A77E56249C7AE71C2E2 /* Release */ = { + A95171E2B81B0BB50003AD91CF738A52 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 701C902B408831663B21259C8FE46A03 /* FirebaseInstanceID.release.xcconfig */; + baseConfigurationReference = 6E3E81925126DF51783B7976859AC8CF /* CapacitorShare.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7957,17 +7949,22 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorShare/CapacitorShare-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorShare/CapacitorShare-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstanceID; - PRODUCT_NAME = FirebaseInstanceID; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorShare/CapacitorShare.modulemap"; + PRODUCT_MODULE_NAME = CapacitorShare; + PRODUCT_NAME = CapacitorShare; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -7975,12 +7972,10 @@ }; name = Release; }; - B643D1A24CFBAA0EAFC094A786CAA291 /* Debug */ = { + B47788D4E6466252BAF3C4577F558879 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2D57C5D51C30D39B525B8AC846A00DD0 /* Pods-App.debug.xcconfig */; + baseConfigurationReference = D035875B8B8BEB4B7E7B16AEC1321FF8 /* CapacitorDevice.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7990,30 +7985,34 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-App/Pods-App-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorDevice/CapacitorDevice-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorDevice/CapacitorDevice-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-App/Pods-App.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorDevice/CapacitorDevice.modulemap"; + PRODUCT_MODULE_NAME = CapacitorDevice; + PRODUCT_NAME = CapacitorDevice; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - B6EC40138C194AB86B5053DB25B0BE5B /* Release */ = { + B554F41BBC7346B165271676DE61CBB8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1391451FC343AC051AC56B8547B4DAAB /* nanopb.release.xcconfig */; + baseConfigurationReference = 7E7D2B6BAE8F9728E206A96CF987E91B /* CapacitorHaptics.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -8022,18 +8021,22 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorHaptics/CapacitorHaptics-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorHaptics/CapacitorHaptics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorHaptics/CapacitorHaptics.modulemap"; + PRODUCT_MODULE_NAME = CapacitorHaptics; + PRODUCT_NAME = CapacitorHaptics; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -8041,11 +8044,10 @@ }; name = Release; }; - B706D58CAA3E003010FD20EAA68A2A89 /* Release */ = { + BC05557638BA11B6F1CAA7CF664378CA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CFC37BA36DE3B6F95C4B418A78EDF71C /* CapacitorShare.release.xcconfig */; + baseConfigurationReference = A9925713812289E97A4BA7E0823547CB /* FirebaseMessaging.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8055,14 +8057,52 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorShare/CapacitorShare-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorShare/CapacitorShare-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorShare/CapacitorShare.modulemap"; - PRODUCT_MODULE_NAME = CapacitorShare; - PRODUCT_NAME = CapacitorShare; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; + PRODUCT_MODULE_NAME = FirebaseMessaging; + PRODUCT_NAME = FirebaseMessaging; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + BD8CD773DD3CAA8BBEC236C193B57697 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D2FEAD1EBD8EC8A7540273A969EB1789 /* CapacitorDialog.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorDialog/CapacitorDialog-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorDialog/CapacitorDialog-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorDialog/CapacitorDialog.modulemap"; + PRODUCT_MODULE_NAME = CapacitorDialog; + PRODUCT_NAME = CapacitorDialog; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -8074,11 +8114,45 @@ }; name = Release; }; - BD8A15F142E4FD78C2C03B95F32A0C59 /* Release */ = { + BE290AFA1F4EBE928CC91669D8FB4F2E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9FBA586415A4DC3AA84E3D6FB6F53182 /* CapacitorGeolocation.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation.modulemap"; + PRODUCT_MODULE_NAME = CapacitorGeolocation; + PRODUCT_NAME = CapacitorGeolocation; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + BEFAC1FDAC5E72570B74B93BA5CBE212 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0FED25A43BD3602E23A4CE7329A6F7E0 /* CapacitorNetwork.release.xcconfig */; + baseConfigurationReference = 051B40B11469E0BCD0D24C96D0D67DF4 /* CapacitorNetwork.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8092,7 +8166,11 @@ INFOPLIST_FILE = "Target Support Files/CapacitorNetwork/CapacitorNetwork-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); MODULEMAP_FILE = "Target Support Files/CapacitorNetwork/CapacitorNetwork.modulemap"; PRODUCT_MODULE_NAME = CapacitorNetwork; PRODUCT_NAME = CapacitorNetwork; @@ -8107,11 +8185,10 @@ }; name = Release; }; - BE06EDF41AE4D4678779BFEB3F528F02 /* Debug */ = { + C311100E42AF70335DB57FD10FFBF8C1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 22D8AE5B7FB33255C2F63DC51E7F4993 /* CapacitorHaptics.debug.xcconfig */; + baseConfigurationReference = 8B21C99759F5AB8DF681FF29DE8D39F0 /* CordovaPlugins.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8121,14 +8198,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorHaptics/CapacitorHaptics-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorHaptics/CapacitorHaptics-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CordovaPlugins/CordovaPlugins-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CordovaPlugins/CordovaPlugins-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorHaptics/CapacitorHaptics.modulemap"; - PRODUCT_MODULE_NAME = CapacitorHaptics; - PRODUCT_NAME = CapacitorHaptics; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CordovaPlugins/CordovaPlugins.modulemap"; + PRODUCT_MODULE_NAME = CordovaPlugins; + PRODUCT_NAME = CordovaPlugins; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -8139,11 +8220,10 @@ }; name = Debug; }; - BF199E08E9BA8497163C8AAE9EEDD6ED /* Debug */ = { + C74367F6DB0C7A54A6F0E97BDB449ADA /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = D273419A5C09FFDF45C3B3B682C91E10 /* PromisesObjC.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -8155,7 +8235,11 @@ INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; PRODUCT_MODULE_NAME = FBLPromises; PRODUCT_NAME = FBLPromises; @@ -8169,12 +8253,79 @@ }; name = Debug; }; - BF7FD508C2EC1AEDFA82390A67F02DAB /* Release */ = { + C783069BFD68E213B47DF77678059048 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D73E60D0DDD5AB4C0D2DDCFC0A4EC01B /* FirebaseInstallations.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + C7FF5D193AEB80EA1888718D012534FA /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3277C9F4E4C15589507F8868BBB0CB13 /* Google-Maps-iOS-Utils.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Google-Maps-iOS-Utils/Google-Maps-iOS-Utils.modulemap"; + PRODUCT_MODULE_NAME = GoogleMapsUtils; + PRODUCT_NAME = GoogleMapsUtils; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D70BF71BA8A7227CFB42D6BAEF09388B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 397EF96380D538B788457FDAD7EDBD56 /* CapacitorHaptics.release.xcconfig */; + baseConfigurationReference = 4B05A38AED2E90391AD4E92890335018 /* FirebaseCore.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -8183,18 +8334,21 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorHaptics/CapacitorHaptics-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorHaptics/CapacitorHaptics-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorHaptics/CapacitorHaptics.modulemap"; - PRODUCT_MODULE_NAME = CapacitorHaptics; - PRODUCT_NAME = CapacitorHaptics; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -8202,11 +8356,10 @@ }; name = Release; }; - C2A9C190B58FFDD0FE73FBBBB818DA65 /* Release */ = { + D728435C1CD44423EB78D5F55CF57AD6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B1A8CB55F13D0AD7872B4CE91A13F1F5 /* CapacitorSplashScreen.release.xcconfig */; + baseConfigurationReference = 03E6A2C8EC1170FFFF44EF7761C90CED /* CapacitorGeolocation.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8216,14 +8369,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen.modulemap"; - PRODUCT_MODULE_NAME = CapacitorSplashScreen; - PRODUCT_NAME = CapacitorSplashScreen; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation.modulemap"; + PRODUCT_MODULE_NAME = CapacitorGeolocation; + PRODUCT_NAME = CapacitorGeolocation; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -8235,11 +8392,10 @@ }; name = Release; }; - CA4FF1458BC12A0F8D9210DF51997EA6 /* Release */ = { + DC758575ED54C283773D8887B04E5D1A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9246CBB61BB322A34A9AE251456440E1 /* CapacitorKeyboard.release.xcconfig */; + baseConfigurationReference = 49ADFCDDC3E83B7F9BE37D484E4B7824 /* CapacitorHaptics.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8249,30 +8405,49 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorHaptics/CapacitorHaptics-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorHaptics/CapacitorHaptics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorKeyboard/CapacitorKeyboard.modulemap"; - PRODUCT_MODULE_NAME = CapacitorKeyboard; - PRODUCT_NAME = CapacitorKeyboard; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorHaptics/CapacitorHaptics.modulemap"; + PRODUCT_MODULE_NAME = CapacitorHaptics; + PRODUCT_NAME = CapacitorHaptics; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; + }; + DE32DCAE6974749DC2F8D8D6C0D9BD88 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E697C23CABF4ACC966FFB11EAF541A0C /* Firebase.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; }; - CF258EBECC82F195DC9F5EFDA39568C6 /* Release */ = { + E9392CE8A7DB8ED5A25A7ACB58B8B1D9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA2A105CBD6B50D4DD61CDAF2454A162 /* CapacitorBrowser.release.xcconfig */; + baseConfigurationReference = BC8AD1E9AACF2466A639153C9F4F0D8B /* CapacitorBrowser.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8286,7 +8461,11 @@ INFOPLIST_FILE = "Target Support Files/CapacitorBrowser/CapacitorBrowser-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); MODULEMAP_FILE = "Target Support Files/CapacitorBrowser/CapacitorBrowser.modulemap"; PRODUCT_MODULE_NAME = CapacitorBrowser; PRODUCT_NAME = CapacitorBrowser; @@ -8301,12 +8480,10 @@ }; name = Release; }; - DBEF320B5E0D5297F42F52A10A97EB67 /* Debug */ = { + EAAFBF26FD57DF42DA18B19D711B2073 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B45BB95B565A5B5A469BC62E44D96784 /* FirebaseInstanceID.debug.xcconfig */; + baseConfigurationReference = 1391451FC343AC051AC56B8547B4DAAB /* nanopb.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -8315,28 +8492,33 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstanceID; - PRODUCT_NAME = FirebaseInstanceID; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - DC981A640316AC8D88B983F81491FD1D /* Release */ = { + EB51922F493B0395B171B6F8FDFBE6DD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83A8E60B9D6BA642951DCB8033EDE60C /* CordovaPlugins.release.xcconfig */; + baseConfigurationReference = 61A470F5D969E23CE3C386011BEF2BBE /* Capacitor.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8346,14 +8528,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CordovaPlugins/CordovaPlugins-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CordovaPlugins/CordovaPlugins-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CordovaPlugins/CordovaPlugins.modulemap"; - PRODUCT_MODULE_NAME = CordovaPlugins; - PRODUCT_NAME = CordovaPlugins; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap"; + PRODUCT_MODULE_NAME = Capacitor; + PRODUCT_NAME = Capacitor; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -8365,11 +8551,10 @@ }; name = Release; }; - DDA5A6C08240D2B2D2E8B7FBBAEFD82C /* Debug */ = { + F00D46AA01E34DF2FB703E300E565B5A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6C34942CD847C2271DB16B713116B35A /* CapacitorBrowser.debug.xcconfig */; + baseConfigurationReference = F0C33EF29AEC6E87E6407852B7E75501 /* CapacitorBrowser.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8383,7 +8568,11 @@ INFOPLIST_FILE = "Target Support Files/CapacitorBrowser/CapacitorBrowser-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); MODULEMAP_FILE = "Target Support Files/CapacitorBrowser/CapacitorBrowser.modulemap"; PRODUCT_MODULE_NAME = CapacitorBrowser; PRODUCT_NAME = CapacitorBrowser; @@ -8397,11 +8586,10 @@ }; name = Debug; }; - E2F33563CBCA2C33B3618E8F450B7130 /* Debug */ = { + F1EC41A50EFF126195802E1E2144693D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 67671A8B22D347456741F4ECEE2CA010 /* CapacitorDevice.debug.xcconfig */; + baseConfigurationReference = DA2511D375BB45125CD5E14A4AE8A97D /* CapacitorPreferences.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8411,14 +8599,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorDevice/CapacitorDevice-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorDevice/CapacitorDevice-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorPreferences/CapacitorPreferences-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorPreferences/CapacitorPreferences-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorDevice/CapacitorDevice.modulemap"; - PRODUCT_MODULE_NAME = CapacitorDevice; - PRODUCT_NAME = CapacitorDevice; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorPreferences/CapacitorPreferences.modulemap"; + PRODUCT_MODULE_NAME = CapacitorPreferences; + PRODUCT_NAME = CapacitorPreferences; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -8429,12 +8621,10 @@ }; name = Debug; }; - E30715A4DB293F9F972C76482F8C66CE /* Debug */ = { + F3314EA8CC9A2C01BB7293218AEF2868 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 128F498D73958708AFDA11B5674EE236 /* CapacitorCamera.debug.xcconfig */; + baseConfigurationReference = 36ED6DA2D714A07B55ECA026B9302DFE /* FirebaseInstallations.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -8443,29 +8633,32 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorCamera/CapacitorCamera-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorCamera/CapacitorCamera-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorCamera/CapacitorCamera.modulemap"; - PRODUCT_MODULE_NAME = CapacitorCamera; - PRODUCT_NAME = CapacitorCamera; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - E32E9C9C33E5D116B73582BAA45C9062 /* Release */ = { + F56E55B9ABB27E2CC562196F72DE58F3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E584EB02F837422FA5B8D6763FCEFD5D /* CapacitorGeolocation.release.xcconfig */; + baseConfigurationReference = 24E28901D13B4810BC9D1834F0BD4429 /* CapacitorSplashScreen.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8475,30 +8668,32 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorGeolocation/CapacitorGeolocation.modulemap"; - PRODUCT_MODULE_NAME = CapacitorGeolocation; - PRODUCT_NAME = CapacitorGeolocation; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorSplashScreen/CapacitorSplashScreen.modulemap"; + PRODUCT_MODULE_NAME = CapacitorSplashScreen; + PRODUCT_NAME = CapacitorSplashScreen; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - E450C2239DFD2FEBD5947D2969D635E9 /* Debug */ = { + F886AA22551CEA16712F489AA4667CDA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F19B2A1BDAA55346A58E623FCD24A5B6 /* nanopb.debug.xcconfig */; + baseConfigurationReference = 87D4B2A14CB958BABE4FEE674EE3045B /* PromisesObjC.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -8507,63 +8702,50 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; + INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = FBLPromises; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - E78E129DF6163BFED5F677543FD9C3CA /* Release */ = { + F945A3973E375AEFA3EF62E43C976A41 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0ABCF711AD6C668F18D53A6A809AFA25 /* CapacitorCordova.release.xcconfig */; + baseConfigurationReference = 8201269CB24EC3DDD20499E5BAEF78CC /* Firebase.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova.modulemap"; - PRODUCT_MODULE_NAME = Cordova; - PRODUCT_NAME = Cordova; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; }; name = Release; }; - E7F7EF40836A619BB0CDACB21A1A47A4 /* Debug */ = { + FAD2F2C11C2429B67A25FC45A0BBB604 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EFC51F24868FC3E35F35C8593F46B243 /* CordovaPlugins.debug.xcconfig */; + baseConfigurationReference = 846564F42479B9EA8D3E12B73AD49277 /* GoogleDataTransport.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -8572,29 +8754,32 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CordovaPlugins/CordovaPlugins-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CordovaPlugins/CordovaPlugins-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CordovaPlugins/CordovaPlugins.modulemap"; - PRODUCT_MODULE_NAME = CordovaPlugins; - PRODUCT_NAME = CordovaPlugins; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - ED94CA7F73160136776EA7D129DD9F52 /* Release */ = { + FCCD2FD84934E7BDC098A26646B2624D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F3E19E21AB3E148747D5FE1533C56DD /* CapacitorCamera.release.xcconfig */; + baseConfigurationReference = 25FD984D28E22B6611531332BCCFD0F1 /* CapacitorGoogleMaps.debug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8604,30 +8789,33 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/CapacitorCamera/CapacitorCamera-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CapacitorCamera/CapacitorCamera-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/CapacitorCamera/CapacitorCamera.modulemap"; - PRODUCT_MODULE_NAME = CapacitorCamera; - PRODUCT_NAME = CapacitorCamera; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/CapacitorGoogleMaps/CapacitorGoogleMaps.modulemap"; + PRODUCT_MODULE_NAME = CapacitorGoogleMaps; + PRODUCT_NAME = CapacitorGoogleMaps; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - F1AED803E34D0E24A66035A128DF6668 /* Release */ = { + FE5F3C88836CFBE8E3C728DF71CE62FA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 682FBF4E14B4D9B39AFD37B2C7906C22 /* FirebaseMessaging.release.xcconfig */; + baseConfigurationReference = CADFFB7A2B05E370BABF1649B8596ED5 /* CapacitorPushNotifications.release.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8637,17 +8825,22 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; - PRODUCT_MODULE_NAME = FirebaseMessaging; - PRODUCT_NAME = FirebaseMessaging; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/CapacitorPushNotifications/CapacitorPushNotifications.modulemap"; + PRODUCT_MODULE_NAME = CapacitorPushNotifications; + PRODUCT_NAME = CapacitorPushNotifications; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -8658,47 +8851,38 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 051205302C0C81740640ABF52B5EC3B5 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8BAF88C0F77FAB9627AA6CDEF0FFC1AB /* Debug */, - 32AF6D4D665AFA07BA304B230B6E27F6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 13F5A0DAE0DB7234606B44AA2D132EAB /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { + 1EB54833A83C96908281A020E849D10F /* Build configuration list for PBXNativeTarget "Capacitor" */ = { isa = XCConfigurationList; buildConfigurations = ( - AB9A570982FA898B2EFDF16FCD39E0CC /* Debug */, - 7DA8F9C8C634582A37B6EE07EF309BFC /* Release */, + 3E31794D9EC27F83BAD9826521DAB1E7 /* Debug */, + EB51922F493B0395B171B6F8FDFBE6DD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 166B39AA0B232E3D254D5E4A0786754B /* Build configuration list for PBXAggregateTarget "GoogleMaps" */ = { + 20FD8A6D0E9020CA6551C2DF3E4A1429 /* Build configuration list for PBXNativeTarget "CapacitorSplashScreen" */ = { isa = XCConfigurationList; buildConfigurations = ( - 05737D151307D6DC5DA1E2A4B1042E17 /* Debug */, - 9BF2FBAD31B7B4F5CB9162E087C313A2 /* Release */, + F56E55B9ABB27E2CC562196F72DE58F3 /* Debug */, + 50783B25AAADC96A7E989E61BDAFF0ED /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 20FD8A6D0E9020CA6551C2DF3E4A1429 /* Build configuration list for PBXNativeTarget "CapacitorSplashScreen" */ = { + 25D48E10FB171183439BECD95F05313F /* Build configuration list for PBXNativeTarget "CapacitorCordova" */ = { isa = XCConfigurationList; buildConfigurations = ( - 235D07C2844949078AFCC6989981864A /* Debug */, - C2A9C190B58FFDD0FE73FBBBB818DA65 /* Release */, + 0CDC2FF2D7F51F78E9767E451F31FA6C /* Debug */, + 8777C334259B50DD66A9341075FECDD1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2506459D281C452524D3B45B3E34A66E /* Build configuration list for PBXNativeTarget "Google-Maps-iOS-Utils" */ = { + 2818A03FC1EEB6F8B40BC534D88C4B42 /* Build configuration list for PBXNativeTarget "Google-Maps-iOS-Utils" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5FF9BFFBADD7BDC4C3D22B014AD43BA1 /* Debug */, - 68F89E8EAC8290703C02D9E18F1D1644 /* Release */, + C7FF5D193AEB80EA1888718D012534FA /* Debug */, + 0B7E93584BCE8BDB7E47CD94F31EE24E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -8706,8 +8890,8 @@ 2946399E63289CBC30D3B2F6E3248CA5 /* Build configuration list for PBXNativeTarget "CapacitorHaptics" */ = { isa = XCConfigurationList; buildConfigurations = ( - BE06EDF41AE4D4678779BFEB3F528F02 /* Debug */, - BF7FD508C2EC1AEDFA82390A67F02DAB /* Release */, + DC758575ED54C283773D8887B04E5D1A /* Debug */, + B554F41BBC7346B165271676DE61CBB8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -8715,8 +8899,8 @@ 29A3C1E3FE15B83E9A6D53304B241280 /* Build configuration list for PBXNativeTarget "CapacitorCamera" */ = { isa = XCConfigurationList; buildConfigurations = ( - E30715A4DB293F9F972C76482F8C66CE /* Debug */, - ED94CA7F73160136776EA7D129DD9F52 /* Release */, + 99C7027B2454578C4103A7DF01F009E7 /* Debug */, + 24E626054501E5D5170A9932E3649D06 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -8724,8 +8908,8 @@ 2A4A319693FE13D5C30C04FA26974A64 /* Build configuration list for PBXNativeTarget "CapacitorPreferences" */ = { isa = XCConfigurationList; buildConfigurations = ( - 31EF3224F8CAACAA0577D7F82054013B /* Debug */, - 55A414D703DBDF0EF7A5D7BF2D6DFC7F /* Release */, + F1EC41A50EFF126195802E1E2144693D /* Debug */, + 355A1E9956C6271CA41864971B818394 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -8733,8 +8917,8 @@ 2CAFE4131805627CA9BF6E4D274047E5 /* Build configuration list for PBXNativeTarget "CapacitorNetwork" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7412C416CAC2AB87F9C8D14FB25ACE0A /* Debug */, - BD8A15F142E4FD78C2C03B95F32A0C59 /* Release */, + 6BD96400E795164A878A667DB879B9AD /* Debug */, + BEFAC1FDAC5E72570B74B93BA5CBE212 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -8742,17 +8926,17 @@ 2DC5F99EC174216543B6EE3D3F0DA4B9 /* Build configuration list for PBXNativeTarget "CapacitorGeolocation" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2C4E8D428C032A6B92FDBFBA6CC89140 /* Debug */, - E32E9C9C33E5D116B73582BAA45C9062 /* Release */, + BE290AFA1F4EBE928CC91669D8FB4F2E /* Debug */, + D728435C1CD44423EB78D5F55CF57AD6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 45FF72DDFC4817E5D5BAD39F642EE86A /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + 3894157A96AEAE2B3E7C505CA288364B /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { isa = XCConfigurationList; buildConfigurations = ( - BF199E08E9BA8497163C8AAE9EEDD6ED /* Debug */, - 68A271520DEE11319D12343472E54EC5 /* Release */, + C74367F6DB0C7A54A6F0E97BDB449ADA /* Debug */, + F886AA22551CEA16712F489AA4667CDA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -8766,29 +8950,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6CCEBBB82C4F5142A7F5A3784324C5FA /* Build configuration list for PBXNativeTarget "CapacitorDialog" */ = { + 53498F11091EA464D6169072DDA4F8DC /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7619E5586BC7ABAE0267C7BC77B1E37D /* Debug */, - 0F3845AEB3C2BC6E698374D2336494CC /* Release */, + 1242F26F13395B921C6EF38587648170 /* Debug */, + D70BF71BA8A7227CFB42D6BAEF09388B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 755E4481CBA5358BD1EF7CBB46F0467B /* Build configuration list for PBXNativeTarget "CordovaPlugins" */ = { + 55C05ADBFF2EAD80968D7241A699D95B /* Build configuration list for PBXAggregateTarget "GoogleMaps" */ = { isa = XCConfigurationList; buildConfigurations = ( - E7F7EF40836A619BB0CDACB21A1A47A4 /* Debug */, - DC981A640316AC8D88B983F81491FD1D /* Release */, + A3000B60C953571AA6113E59A240027A /* Debug */, + 5EAB7790D5C4FB6009999D09C04FBDF0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7CBFC2DCB027532F3020782273BA450A /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { + 6CCEBBB82C4F5142A7F5A3784324C5FA /* Build configuration list for PBXNativeTarget "CapacitorDialog" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4638E0DB82C0271FF0F5D4FDFC47A583 /* Debug */, + BD8CD773DD3CAA8BBEC236C193B57697 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 755E4481CBA5358BD1EF7CBB46F0467B /* Build configuration list for PBXNativeTarget "CordovaPlugins" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1A94596F91D1AFC6BFD5B5DF761A7102 /* Debug */, - 051E984D5CD6252CD2BE230800A29332 /* Release */, + C311100E42AF70335DB57FD10FFBF8C1 /* Debug */, + 3009FD83D212953E25D3247C04D61228 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -8796,143 +8989,143 @@ 8368D5B54E3C0B1B558427CB2BEE1D38 /* Build configuration list for PBXNativeTarget "CapacitorKeyboard" */ = { isa = XCConfigurationList; buildConfigurations = ( - 12AABF1BD47F4C30131648E9195E89F2 /* Debug */, - CA4FF1458BC12A0F8D9210DF51997EA6 /* Release */, + 9D516454501970D5DE9D8B4041F85CC0 /* Debug */, + 0C315B819EBD583385B79DBFA312EBB5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 989AB0B4BBF8BA4A6DFE4983CF6B554A /* Build configuration list for PBXNativeTarget "CapacitorPushNotifications" */ = { + 8644B3689E4CCB12160FCEB6DC7F1383 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5F02175ED23710276EF62D1F3337D852 /* Debug */, - 05194F2A0583111BFB161E7FA3E1C80A /* Release */, + C783069BFD68E213B47DF77678059048 /* Debug */, + F3314EA8CC9A2C01BB7293218AEF2868 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9A947A55E2DC4849824250FC8A11447A /* Build configuration list for PBXNativeTarget "CapacitorCordova" */ = { + 910BA298628CEF78D58DE73C0D4237AB /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */ = { isa = XCConfigurationList; buildConfigurations = ( - 13AB3EF87C036D74EF4816FD2C571011 /* Debug */, - E78E129DF6163BFED5F677543FD9C3CA /* Release */, + 1FADB04228BC8BBB44673CDEA5062100 /* Debug */, + A002158ED811CADB250EC4A27E64C591 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9FFA14600443505327B959B64EFC65EB /* Build configuration list for PBXNativeTarget "CapacitorStatusBar" */ = { + 9522B15FBA2C23ABC22C5F9EC98FA293 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4889C92D04224D57351C5EE1E01F4465 /* Debug */, - 417FBC1D965C6F9A47C820BC78AB7D72 /* Release */, + 582354C1DFC2AD61A2E5048E5DB660E3 /* Debug */, + 89B296D7F560A569BF6EDE32A098E029 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B199849C64840E0A9456B3139423B266 /* Build configuration list for PBXNativeTarget "Capacitor" */ = { + 985B7A04184BAC998134C9F75D74E474 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9972596614DF03AC70123A2F5CB84AEA /* Debug */, - A8FB62F5F674B0930639DEC59B1C764B /* Release */, + BC05557638BA11B6F1CAA7CF664378CA /* Debug */, + 8BAEFF37B71678375D11AC2DD108BFA5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B6748D0B6EE0CF05C8087A5857933A81 /* Build configuration list for PBXNativeTarget "CapacitorDevice" */ = { + 989AB0B4BBF8BA4A6DFE4983CF6B554A /* Build configuration list for PBXNativeTarget "CapacitorPushNotifications" */ = { isa = XCConfigurationList; buildConfigurations = ( - E2F33563CBCA2C33B3618E8F450B7130 /* Debug */, - 4EF8A7C408444383F985B81BB7E97DEA /* Release */, + 3A26ACCEF0CDB814631118C7501516E9 /* Debug */, + FE5F3C88836CFBE8E3C728DF71CE62FA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BAFFCAFEED83ADF8248B9E3737A3DDFB /* Build configuration list for PBXNativeTarget "CapacitorGoogleMaps" */ = { + 9FFA14600443505327B959B64EFC65EB /* Build configuration list for PBXNativeTarget "CapacitorStatusBar" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6A0F013127B27D8BB23108585462857C /* Debug */, - 4DF0B9067639ACB33013024B20A70010 /* Release */, + 5EFD5059C770007194BF49D89BABA706 /* Debug */, + 0A3246019C87B9DCFF6FC8C972724679 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CAA332602CFF02EC77A04F800D8605BE /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + AC56AE6E8AD770E8D9F4EA515F8ED346 /* Build configuration list for PBXNativeTarget "nanopb" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0EB28FACDC7C561CC69C9B3F9744F0A9 /* Debug */, - 7E4AB0FEEBDE45701E2037B56E186CAB /* Release */, + 7C8C0005D815D81463BCF1F26F1EC23C /* Debug */, + EAAFBF26FD57DF42DA18B19D711B2073 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DE178E064E7F877C2A4D1D0D35F81F16 /* Build configuration list for PBXAggregateTarget "Firebase" */ = { + B6748D0B6EE0CF05C8087A5857933A81 /* Build configuration list for PBXNativeTarget "CapacitorDevice" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8A372678F186AD6E4308F8E3EF69FEC9 /* Debug */, - 00BDBAE0017F86BA020A2C89B1F15EBD /* Release */, + A6F84522E147D2A40CFD9D028386F2A8 /* Debug */, + B47788D4E6466252BAF3C4577F558879 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EBF2570F17FE3068B76C6DE16E07319E /* Build configuration list for PBXNativeTarget "Pods-App" */ = { + B6BEA369C1DA81CDF91BAD8D473D48A3 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { isa = XCConfigurationList; buildConfigurations = ( - B643D1A24CFBAA0EAFC094A786CAA291 /* Debug */, - 40BAE4E96423244FD14A017824031A08 /* Release */, + 280887186BDAC4AF1CA0AC2EDA50587A /* Debug */, + 41F1A61E6B683D6B59B04AD7887E24DA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F0ECC4CDED300CF5FF22C68FEDF8BBA2 /* Build configuration list for PBXNativeTarget "CapacitorShare" */ = { + BAFFCAFEED83ADF8248B9E3737A3DDFB /* Build configuration list for PBXNativeTarget "CapacitorGoogleMaps" */ = { isa = XCConfigurationList; buildConfigurations = ( - 52F05D55A6EF19F1F5F81744F68C6C33 /* Debug */, - B706D58CAA3E003010FD20EAA68A2A89 /* Release */, + FCCD2FD84934E7BDC098A26646B2624D /* Debug */, + 375F453E2A102FC65479E859D682C060 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F1AD79EAD418B60B429B397790CDE9C7 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */ = { + DBDCC546A5C03FB0BE4181DEF5EF7667 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2ACA9001D46CC356EA7F45A168154B62 /* Debug */, - F1AED803E34D0E24A66035A128DF6668 /* Release */, + 5BD5F7745B2A659DEED3E22256A53D1B /* Debug */, + FAD2F2C11C2429B67A25FC45A0BBB604 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F208B07F008AEB891580DB5408A2E954 /* Build configuration list for PBXNativeTarget "CapacitorBrowser" */ = { + DE178E064E7F877C2A4D1D0D35F81F16 /* Build configuration list for PBXAggregateTarget "Firebase" */ = { isa = XCConfigurationList; buildConfigurations = ( - DDA5A6C08240D2B2D2E8B7FBBAEFD82C /* Debug */, - CF258EBECC82F195DC9F5EFDA39568C6 /* Release */, + DE32DCAE6974749DC2F8D8D6C0D9BD88 /* Debug */, + F945A3973E375AEFA3EF62E43C976A41 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F25E1920017BAC5ED8CCB070F54A5D71 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { + EBF2570F17FE3068B76C6DE16E07319E /* Build configuration list for PBXNativeTarget "Pods-App" */ = { isa = XCConfigurationList; buildConfigurations = ( - 63384B2523CCB7DFF3130E25F53A94CC /* Debug */, - 34B86BAE67F3FC50431595D39264BABA /* Release */, + 6C13D4385272F95F5A4F11C28372B05E /* Debug */, + 564470164B0EB9CD0D135510820FE73C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FD19D9688CA0DC0E6C7058C191D2D55B /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */ = { + F0ECC4CDED300CF5FF22C68FEDF8BBA2 /* Build configuration list for PBXNativeTarget "CapacitorShare" */ = { isa = XCConfigurationList; buildConfigurations = ( - DBEF320B5E0D5297F42F52A10A97EB67 /* Debug */, - B1F1BD08F6750A77E56249C7AE71C2E2 /* Release */, + 78A8196FD19C1B6851AF926955033229 /* Debug */, + A95171E2B81B0BB50003AD91CF738A52 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FF8710B764DFEB5ACB5B7A56DA75D66B /* Build configuration list for PBXNativeTarget "nanopb" */ = { + F208B07F008AEB891580DB5408A2E954 /* Build configuration list for PBXNativeTarget "CapacitorBrowser" */ = { isa = XCConfigurationList; buildConfigurations = ( - E450C2239DFD2FEBD5947D2969D635E9 /* Debug */, - B6EC40138C194AB86B5053DB25B0BE5B /* Release */, + F00D46AA01E34DF2FB703E300E565B5A /* Debug */, + E9392CE8A7DB8ED5A25A7ACB58B8B1D9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/ios/App/Pods/Target Support Files/Capacitor/Capacitor-Info.plist b/ios/App/Pods/Target Support Files/Capacitor/Capacitor-Info.plist index 0d12ae01..abe0b4f5 100644 --- a/ios/App/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +++ b/ios/App/Pods/Target Support Files/Capacitor/Capacitor-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.7.2 + 5.7.3 CFBundleSignature ???? CFBundleVersion diff --git a/ios/App/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist b/ios/App/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist index 0d12ae01..abe0b4f5 100644 --- a/ios/App/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +++ b/ios/App/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.7.2 + 5.7.3 CFBundleSignature ???? CFBundleVersion diff --git a/ios/App/Pods/Target Support Files/CordovaPlugins/CordovaPlugins-Info.plist b/ios/App/Pods/Target Support Files/CordovaPlugins/CordovaPlugins-Info.plist index 0d12ae01..abe0b4f5 100644 --- a/ios/App/Pods/Target Support Files/CordovaPlugins/CordovaPlugins-Info.plist +++ b/ios/App/Pods/Target Support Files/CordovaPlugins/CordovaPlugins-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.7.2 + 5.7.3 CFBundleSignature ???? CFBundleVersion