diff --git a/Podfile b/Podfile index 741a7d1fa..bc71ee3ea 100644 --- a/Podfile +++ b/Podfile @@ -28,6 +28,11 @@ post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '11.0' + + xcconfig_path = config.base_configuration_reference.real_path + xcconfig = File.read(xcconfig_path) + xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR") + File.open(xcconfig_path, "w") { |file| file << xcconfig_mod } end end end diff --git a/Podfile.lock b/Podfile.lock index 3c108d7f5..e9038f767 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -12,84 +12,84 @@ PODS: - AFNetworking/Reachability (3.2.1) - AFNetworking/Security (3.2.1) - AFNetworking/Serialization (3.2.1) - - AppCenter (5.0.2): - - AppCenter/Analytics (= 5.0.2) - - AppCenter/Crashes (= 5.0.2) - - AppCenter/Analytics (5.0.2): + - AppCenter (5.0.4): + - AppCenter/Analytics (= 5.0.4) + - AppCenter/Crashes (= 5.0.4) + - AppCenter/Analytics (5.0.4): - AppCenter/Core - - AppCenter/Core (5.0.2) - - AppCenter/Crashes (5.0.2): + - AppCenter/Core (5.0.4) + - AppCenter/Crashes (5.0.4): - AppCenter/Core - CocoaLumberjack/Core (3.6.2) - CocoaLumberjack/Swift (3.6.2): - CocoaLumberjack/Core - - FirebaseAnalytics (10.7.0): - - FirebaseAnalytics/AdIdSupport (= 10.7.0) + - FirebaseAnalytics (10.15.0): + - FirebaseAnalytics/AdIdSupport (= 10.15.0) - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseAnalytics/AdIdSupport (10.7.0): + - FirebaseAnalytics/AdIdSupport (10.15.0): - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - - GoogleAppMeasurement (= 10.7.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleAppMeasurement (= 10.15.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseCore (10.7.0): + - FirebaseCore (10.15.0): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/Logger (~> 7.8) - - FirebaseCoreInternal (10.7.0): + - FirebaseCoreInternal (10.15.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - - FirebaseInstallations (10.7.0): + - FirebaseInstallations (10.15.0): - FirebaseCore (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/UserDefaults (~> 7.8) - PromisesObjC (~> 2.1) - - GoogleAppMeasurement (10.7.0): - - GoogleAppMeasurement/AdIdSupport (= 10.7.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleAppMeasurement (10.15.0): + - GoogleAppMeasurement/AdIdSupport (= 10.15.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - GoogleAppMeasurement/AdIdSupport (10.7.0): - - GoogleAppMeasurement/WithoutAdIdSupport (= 10.7.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleAppMeasurement/AdIdSupport (10.15.0): + - GoogleAppMeasurement/WithoutAdIdSupport (= 10.15.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - GoogleAppMeasurement/WithoutAdIdSupport (10.7.0): - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleAppMeasurement/WithoutAdIdSupport (10.15.0): + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - GoogleUtilities/AppDelegateSwizzler (7.11.1): + - GoogleUtilities/AppDelegateSwizzler (7.11.5): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - - GoogleUtilities/Environment (7.11.1): + - GoogleUtilities/Environment (7.11.5): - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/Logger (7.11.1): + - GoogleUtilities/Logger (7.11.5): - GoogleUtilities/Environment - - GoogleUtilities/MethodSwizzler (7.11.1): + - GoogleUtilities/MethodSwizzler (7.11.5): - GoogleUtilities/Logger - - GoogleUtilities/Network (7.11.1): + - GoogleUtilities/Network (7.11.5): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (7.11.1)" - - GoogleUtilities/Reachability (7.11.1): + - "GoogleUtilities/NSData+zlib (7.11.5)" + - GoogleUtilities/Reachability (7.11.5): - GoogleUtilities/Logger - - GoogleUtilities/UserDefaults (7.11.1): + - GoogleUtilities/UserDefaults (7.11.5): - GoogleUtilities/Logger - JLRoutes (2.1) - KVOController (1.2.0) @@ -102,7 +102,7 @@ PODS: - nanopb/encode (= 2.30909.0) - nanopb/decode (2.30909.0) - nanopb/encode (2.30909.0) - - PromisesObjC (2.2.0) + - PromisesObjC (2.3.1) - ReactiveObjC (3.1.1) - Sparkle (1.24.0) - SSZipArchive (2.2.3) @@ -147,14 +147,14 @@ SPEC REPOS: SPEC CHECKSUMS: AFNetworking: cb604b1c2bded0871f5f61f5d53653739e841d6b - AppCenter: 355ba776b273d30147c3ac385c558bec60a7d4b1 + AppCenter: 85c92db0759d2792a65eb61d6842d2e86611a49a CocoaLumberjack: bd155f2dd06c0e0b03f876f7a3ee55693122ec94 - FirebaseAnalytics: f8133442ee6f8512e28ff19e62ce15398bfaeace - FirebaseCore: e317665b9d744727a97e623edbbed009320afdd7 - FirebaseCoreInternal: 8845798510aae74703467480f71ac613788d0696 - FirebaseInstallations: 59c0e4c7a816a0f76710d83f77e5369b3e45eb96 - GoogleAppMeasurement: fe17c92a32207dd5cdd4e8d742767f2da74857f6 - GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749 + FirebaseAnalytics: 47cef43728f81a839cf1306576bdd77ffa2eac7e + FirebaseCore: 2cec518b43635f96afe7ac3a9c513e47558abd2e + FirebaseCoreInternal: 2f4bee5ed00301b5e56da0849268797a2dd31fb4 + FirebaseInstallations: cae95cab0f965ce05b805189de1d4c70b11c76fb + GoogleAppMeasurement: 722db6550d1e6d552b08398b69a975ac61039338 + GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084 JLRoutes: d755245322b94227662ea3e43492fdca94e05c5b KVOController: d72ace34afea42468329623b3379ab3cd1d286b6 Masonry: 678fab65091a9290e40e2832a55e7ab731aad201 @@ -162,11 +162,11 @@ SPEC CHECKSUMS: MASShortcut: d9e4909e878661cc42877cc9d6efbe638273ab57 MJExtension: 88e0900751b6cac8de1cf724ca9838a0b28d5acb nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 - PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef + PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 ReactiveObjC: 011caa393aa0383245f2dcf9bf02e86b80b36040 Sparkle: 270cd27377bf04e9c128af06e3a22d0f572d6ee3 SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9 -PODFILE CHECKSUM: aa53398c79bfb6b28c80b3ab7da0cad54c20f951 +PODFILE CHECKSUM: 9c2570b6e1a4f5c865459fc033fbb58c97fe6779 COCOAPODS: 1.12.1 diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/Info.plist index 79a21c2ca..c29d71019 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/Info.plist +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/Info.plist @@ -21,7 +21,7 @@ LibraryIdentifier - macos-arm64_x86_64 + ios-arm64_x86_64-simulator LibraryPath AppCenter.framework SupportedArchitectures @@ -30,26 +30,26 @@ x86_64 SupportedPlatform - macos + ios + SupportedPlatformVariant + simulator LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64_arm64e LibraryPath AppCenter.framework SupportedArchitectures arm64 - x86_64 + arm64e SupportedPlatform - tvos - SupportedPlatformVariant - simulator + ios LibraryIdentifier - ios-arm64_x86_64-simulator + tvos-arm64_x86_64-simulator LibraryPath AppCenter.framework SupportedArchitectures @@ -58,34 +58,34 @@ x86_64 SupportedPlatform - ios + tvos SupportedPlatformVariant simulator LibraryIdentifier - ios-arm64_arm64e + tvos-arm64 LibraryPath AppCenter.framework SupportedArchitectures arm64 - arm64e SupportedPlatform - ios + tvos LibraryIdentifier - tvos-arm64 + macos-arm64_x86_64 LibraryPath AppCenter.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + macos CFBundlePackageType diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/AppCenter b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/AppCenter index af0e71bd9..5ba8fe035 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/AppCenter and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/AppCenter differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Headers/MSACAppCenter.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Headers/MSACAppCenter.h index 6a9ee14ba..77cb0cc43 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Headers/MSACAppCenter.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Headers/MSACAppCenter.h @@ -109,6 +109,12 @@ NS_SWIFT_NAME(AppCenter) */ @property(class, nonatomic, strong) NSString *logUrl; +/** + * Data residency region. + * Verify list of supported regions on . Value outside of supported range is treated by backend as ANY. + */ +@property(class, nonatomic, strong) NSString *dataResidencyRegion; + /** * Set log handler. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Headers/MSACLog.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Headers/MSACLog.h index d46b377fd..cd946cd54 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Headers/MSACLog.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Headers/MSACLog.h @@ -32,6 +32,11 @@ NS_SWIFT_NAME(Log) */ @property(nonatomic, copy) NSString *distributionGroupId; +/** + * Data residency region. + */ +@property(nonatomic, copy) NSString *dataResidencyRegion; + /** * Optional user identifier. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Info.plist index 02e254d78..bdded8925 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_arm64e/AppCenter.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/AppCenter b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/AppCenter index e1ba7d09f..cead404d2 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/AppCenter and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/AppCenter differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Headers/MSACAppCenter.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Headers/MSACAppCenter.h index 6a9ee14ba..77cb0cc43 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Headers/MSACAppCenter.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Headers/MSACAppCenter.h @@ -109,6 +109,12 @@ NS_SWIFT_NAME(AppCenter) */ @property(class, nonatomic, strong) NSString *logUrl; +/** + * Data residency region. + * Verify list of supported regions on . Value outside of supported range is treated by backend as ANY. + */ +@property(class, nonatomic, strong) NSString *dataResidencyRegion; + /** * Set log handler. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Headers/MSACLog.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Headers/MSACLog.h index d46b377fd..cd946cd54 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Headers/MSACLog.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Headers/MSACLog.h @@ -32,6 +32,11 @@ NS_SWIFT_NAME(Log) */ @property(nonatomic, copy) NSString *distributionGroupId; +/** + * Data residency region. + */ +@property(nonatomic, copy) NSString *dataResidencyRegion; + /** * Optional user identifier. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Resources/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Resources/Info.plist index 98b40caee..87f92d36a 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Resources/Info.plist +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-maccatalyst/AppCenter.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G419 + 21G725 CFBundleDevelopmentRegion en CFBundleExecutable diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/AppCenter b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/AppCenter index a1de68bb9..2c3153d41 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/AppCenter and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/AppCenter differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACAppCenter.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACAppCenter.h index 6a9ee14ba..77cb0cc43 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACAppCenter.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACAppCenter.h @@ -109,6 +109,12 @@ NS_SWIFT_NAME(AppCenter) */ @property(class, nonatomic, strong) NSString *logUrl; +/** + * Data residency region. + * Verify list of supported regions on . Value outside of supported range is treated by backend as ANY. + */ +@property(class, nonatomic, strong) NSString *dataResidencyRegion; + /** * Set log handler. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACLog.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACLog.h index d46b377fd..cd946cd54 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACLog.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACLog.h @@ -32,6 +32,11 @@ NS_SWIFT_NAME(Log) */ @property(nonatomic, copy) NSString *distributionGroupId; +/** + * Data residency region. + */ +@property(nonatomic, copy) NSString *dataResidencyRegion; + /** * Optional user identifier. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Info.plist index 8762ee132..50b07aff8 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeDirectory b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeDirectory index 8e6ade23f..6d4e7aac7 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeDirectory and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeDirectory differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeRequirements-1 b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeRequirements-1 index 7f94b5cda..a4f333bcd 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeRequirements-1 and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeResources b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeResources index fa277a1bd..03beba464 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeResources +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/ios-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeResources @@ -14,7 +14,7 @@ Headers/MSACAppCenter.h - wHZGyUCGolziH5LQW/TKihfSwFQ= + AVX4K4paPhia7Wo4ktHo/4elh48= Headers/MSACAppCenterErrors.h @@ -46,7 +46,7 @@ Headers/MSACLog.h - 1/7NIwYuYLGHIVMZps8b6/zOpJg= + V/XUq8M6z6jrlxMZ7+cU2eydjZU= Headers/MSACLogWithProperties.h @@ -78,7 +78,7 @@ Info.plist - VPGQmsTyIpplzrdxclv3OTAh5SU= + SfaUZ4agy9Qyj07ZwJvLBLYMWbw= Modules/module.modulemap @@ -117,11 +117,11 @@ hash - wHZGyUCGolziH5LQW/TKihfSwFQ= + AVX4K4paPhia7Wo4ktHo/4elh48= hash2 - bzas4rtwYsHOrchA3GHb7dH+J6ibm6pns9HECn26uYc= + HxRGEIO6NfLkVeV4OHzuVNkzQhZbq6s6A8mXfb3Aw/A= Headers/MSACAppCenterErrors.h @@ -205,11 +205,11 @@ hash - 1/7NIwYuYLGHIVMZps8b6/zOpJg= + V/XUq8M6z6jrlxMZ7+cU2eydjZU= hash2 - 3GF6xCTfpLDmOqKnacEOEDr5mkM/llKm0IoIEyISZKA= + m5KXVURli7fgqUrflE5K5P2aqJheHcgL3J+syMpm6AE= Headers/MSACLogWithProperties.h diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/AppCenter b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/AppCenter index 931eca1bd..6393897ae 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/AppCenter and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/AppCenter differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Headers/MSACAppCenter.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Headers/MSACAppCenter.h index 6a9ee14ba..77cb0cc43 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Headers/MSACAppCenter.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Headers/MSACAppCenter.h @@ -109,6 +109,12 @@ NS_SWIFT_NAME(AppCenter) */ @property(class, nonatomic, strong) NSString *logUrl; +/** + * Data residency region. + * Verify list of supported regions on . Value outside of supported range is treated by backend as ANY. + */ +@property(class, nonatomic, strong) NSString *dataResidencyRegion; + /** * Set log handler. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Headers/MSACLog.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Headers/MSACLog.h index d46b377fd..cd946cd54 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Headers/MSACLog.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Headers/MSACLog.h @@ -32,6 +32,11 @@ NS_SWIFT_NAME(Log) */ @property(nonatomic, copy) NSString *distributionGroupId; +/** + * Data residency region. + */ +@property(nonatomic, copy) NSString *dataResidencyRegion; + /** * Optional user identifier. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Resources/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Resources/Info.plist index 6efc344da..0defdeba1 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Resources/Info.plist +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/macos-arm64_x86_64/AppCenter.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G419 + 21G725 CFBundleDevelopmentRegion en CFBundleExecutable diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/AppCenter b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/AppCenter index 22109cea1..95c9a83fb 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/AppCenter and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/AppCenter differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Headers/MSACAppCenter.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Headers/MSACAppCenter.h index 6a9ee14ba..77cb0cc43 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Headers/MSACAppCenter.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Headers/MSACAppCenter.h @@ -109,6 +109,12 @@ NS_SWIFT_NAME(AppCenter) */ @property(class, nonatomic, strong) NSString *logUrl; +/** + * Data residency region. + * Verify list of supported regions on . Value outside of supported range is treated by backend as ANY. + */ +@property(class, nonatomic, strong) NSString *dataResidencyRegion; + /** * Set log handler. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Headers/MSACLog.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Headers/MSACLog.h index d46b377fd..cd946cd54 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Headers/MSACLog.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Headers/MSACLog.h @@ -32,6 +32,11 @@ NS_SWIFT_NAME(Log) */ @property(nonatomic, copy) NSString *distributionGroupId; +/** + * Data residency region. + */ +@property(nonatomic, copy) NSString *dataResidencyRegion; + /** * Optional user identifier. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Info.plist index 6f3b06822..25b1c4061 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64/AppCenter.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/AppCenter b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/AppCenter index 24993b824..23e7a02ec 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/AppCenter and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/AppCenter differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACAppCenter.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACAppCenter.h index 6a9ee14ba..77cb0cc43 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACAppCenter.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACAppCenter.h @@ -109,6 +109,12 @@ NS_SWIFT_NAME(AppCenter) */ @property(class, nonatomic, strong) NSString *logUrl; +/** + * Data residency region. + * Verify list of supported regions on . Value outside of supported range is treated by backend as ANY. + */ +@property(class, nonatomic, strong) NSString *dataResidencyRegion; + /** * Set log handler. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACLog.h b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACLog.h index d46b377fd..cd946cd54 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACLog.h +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Headers/MSACLog.h @@ -32,6 +32,11 @@ NS_SWIFT_NAME(Log) */ @property(nonatomic, copy) NSString *distributionGroupId; +/** + * Data residency region. + */ +@property(nonatomic, copy) NSString *dataResidencyRegion; + /** * Optional user identifier. */ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Info.plist index bb241e4bb..401499044 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeDirectory b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeDirectory index 9c56bdf60..b518f27ba 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeDirectory and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeDirectory differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeRequirements-1 b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeRequirements-1 index ed7367eb0..3783728b8 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeRequirements-1 and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeResources b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeResources index 70ff50a86..825e3162e 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeResources +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenter.xcframework/tvos-arm64_x86_64-simulator/AppCenter.framework/_CodeSignature/CodeResources @@ -14,7 +14,7 @@ Headers/MSACAppCenter.h - wHZGyUCGolziH5LQW/TKihfSwFQ= + AVX4K4paPhia7Wo4ktHo/4elh48= Headers/MSACAppCenterErrors.h @@ -46,7 +46,7 @@ Headers/MSACLog.h - 1/7NIwYuYLGHIVMZps8b6/zOpJg= + V/XUq8M6z6jrlxMZ7+cU2eydjZU= Headers/MSACLogWithProperties.h @@ -78,7 +78,7 @@ Info.plist - Yrxi1TvJRI8jXnHR711RlNJzdTo= + mh3Syha53nWfjl3a32KEohsVD18= Modules/module.modulemap @@ -117,11 +117,11 @@ hash - wHZGyUCGolziH5LQW/TKihfSwFQ= + AVX4K4paPhia7Wo4ktHo/4elh48= hash2 - bzas4rtwYsHOrchA3GHb7dH+J6ibm6pns9HECn26uYc= + HxRGEIO6NfLkVeV4OHzuVNkzQhZbq6s6A8mXfb3Aw/A= Headers/MSACAppCenterErrors.h @@ -205,11 +205,11 @@ hash - 1/7NIwYuYLGHIVMZps8b6/zOpJg= + V/XUq8M6z6jrlxMZ7+cU2eydjZU= hash2 - 3GF6xCTfpLDmOqKnacEOEDr5mkM/llKm0IoIEyISZKA= + m5KXVURli7fgqUrflE5K5P2aqJheHcgL3J+syMpm6AE= Headers/MSACLogWithProperties.h diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/Info.plist index 0d1c3119c..26ba50798 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/Info.plist +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/Info.plist @@ -6,7 +6,7 @@ LibraryIdentifier - ios-arm64_x86_64-maccatalyst + tvos-arm64_x86_64-simulator LibraryPath AppCenterAnalytics.framework SupportedArchitectures @@ -15,9 +15,9 @@ x86_64 SupportedPlatform - ios + tvos SupportedPlatformVariant - maccatalyst + simulator LibraryIdentifier @@ -33,20 +33,20 @@ LibraryIdentifier - ios-arm64_arm64e + macos-arm64_x86_64 LibraryPath AppCenterAnalytics.framework SupportedArchitectures arm64 - arm64e + x86_64 SupportedPlatform - ios + macos LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64_x86_64-simulator LibraryPath AppCenterAnalytics.framework SupportedArchitectures @@ -55,28 +55,26 @@ x86_64 SupportedPlatform - tvos + ios SupportedPlatformVariant simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64_arm64e LibraryPath AppCenterAnalytics.framework SupportedArchitectures arm64 - x86_64 + arm64e SupportedPlatform ios - SupportedPlatformVariant - simulator LibraryIdentifier - macos-arm64_x86_64 + ios-arm64_x86_64-maccatalyst LibraryPath AppCenterAnalytics.framework SupportedArchitectures @@ -85,7 +83,9 @@ x86_64 SupportedPlatform - macos + ios + SupportedPlatformVariant + maccatalyst CFBundlePackageType diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_arm64e/AppCenterAnalytics.framework/AppCenterAnalytics b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_arm64e/AppCenterAnalytics.framework/AppCenterAnalytics index 1e3fd9cb3..da78cee60 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_arm64e/AppCenterAnalytics.framework/AppCenterAnalytics and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_arm64e/AppCenterAnalytics.framework/AppCenterAnalytics differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_arm64e/AppCenterAnalytics.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_arm64e/AppCenterAnalytics.framework/Info.plist index f97736999..df13ccc6a 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_arm64e/AppCenterAnalytics.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_arm64e/AppCenterAnalytics.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterAnalytics.framework/Versions/A/AppCenterAnalytics b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterAnalytics.framework/Versions/A/AppCenterAnalytics index e4235c2cf..ecc03de78 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterAnalytics.framework/Versions/A/AppCenterAnalytics and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterAnalytics.framework/Versions/A/AppCenterAnalytics differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterAnalytics.framework/Versions/A/Resources/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterAnalytics.framework/Versions/A/Resources/Info.plist index 2195ea8ac..11036056e 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterAnalytics.framework/Versions/A/Resources/Info.plist +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterAnalytics.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G419 + 21G725 CFBundleDevelopmentRegion English CFBundleExecutable diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/AppCenterAnalytics b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/AppCenterAnalytics index 696d6b892..5ba073f41 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/AppCenterAnalytics and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/AppCenterAnalytics differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/Info.plist index ef2377f37..225f45b82 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeDirectory b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeDirectory index b974d1340..5178dcea9 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeDirectory and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeDirectory differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeRequirements-1 b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeRequirements-1 index ff312bb54..692f0228d 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeRequirements-1 and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeResources b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeResources index 0199cb5f7..14432cbe0 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeResources +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/ios-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeResources @@ -42,7 +42,7 @@ Info.plist - n7pd7VGwAeoEJLl4wY6uNUCLiqw= + 6wxvfiecl1XxXpU4W+yxtMrfOzI= Modules/module.modulemap diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/macos-arm64_x86_64/AppCenterAnalytics.framework/Versions/A/AppCenterAnalytics b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/macos-arm64_x86_64/AppCenterAnalytics.framework/Versions/A/AppCenterAnalytics index 9c81a894a..cf384e0f1 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/macos-arm64_x86_64/AppCenterAnalytics.framework/Versions/A/AppCenterAnalytics and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/macos-arm64_x86_64/AppCenterAnalytics.framework/Versions/A/AppCenterAnalytics differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/macos-arm64_x86_64/AppCenterAnalytics.framework/Versions/A/Resources/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/macos-arm64_x86_64/AppCenterAnalytics.framework/Versions/A/Resources/Info.plist index 6f86766e4..b4540e231 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/macos-arm64_x86_64/AppCenterAnalytics.framework/Versions/A/Resources/Info.plist +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/macos-arm64_x86_64/AppCenterAnalytics.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G419 + 21G725 CFBundleDevelopmentRegion English CFBundleExecutable diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64/AppCenterAnalytics.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64/AppCenterAnalytics.framework/Info.plist index 142005c60..e428073aa 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64/AppCenterAnalytics.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64/AppCenterAnalytics.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/AppCenterAnalytics b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/AppCenterAnalytics index 47773609a..7929e67ae 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/AppCenterAnalytics and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/AppCenterAnalytics differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/Info.plist index ef112d935..1acf80fca 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeDirectory b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeDirectory index 5b96f7579..da6f9cf7f 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeDirectory and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeDirectory differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeRequirements-1 b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeRequirements-1 index c2ea38c81..190ef6774 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeRequirements-1 and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeResources b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeResources index ad449dcb3..898063442 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeResources +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterAnalytics.xcframework/tvos-arm64_x86_64-simulator/AppCenterAnalytics.framework/_CodeSignature/CodeResources @@ -42,7 +42,7 @@ Info.plist - nDr0W9bpNZZmvmtLrFEVLqoiUc8= + +2O9YywVpXt58X42OCg45vDUqDg= Modules/module.modulemap diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/Info.plist index 093648659..bdb905b37 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/Info.plist +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/Info.plist @@ -6,7 +6,7 @@ LibraryIdentifier - ios-arm64_x86_64-simulator + tvos-arm64_x86_64-simulator LibraryPath AppCenterCrashes.framework SupportedArchitectures @@ -15,26 +15,26 @@ x86_64 SupportedPlatform - ios + tvos SupportedPlatformVariant simulator LibraryIdentifier - ios-arm64_arm64e + macos-arm64_x86_64 LibraryPath AppCenterCrashes.framework SupportedArchitectures arm64 - arm64e + x86_64 SupportedPlatform - ios + macos LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64_x86_64-maccatalyst LibraryPath AppCenterCrashes.framework SupportedArchitectures @@ -43,49 +43,49 @@ x86_64 SupportedPlatform - tvos + ios SupportedPlatformVariant - simulator + maccatalyst LibraryIdentifier - ios-arm64_x86_64-maccatalyst + ios-arm64_arm64e LibraryPath AppCenterCrashes.framework SupportedArchitectures arm64 - x86_64 + arm64e SupportedPlatform ios - SupportedPlatformVariant - maccatalyst LibraryIdentifier - macos-arm64_x86_64 + tvos-arm64 LibraryPath AppCenterCrashes.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform - macos + tvos LibraryIdentifier - tvos-arm64 + ios-arm64_x86_64-simulator LibraryPath AppCenterCrashes.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_arm64e/AppCenterCrashes.framework/AppCenterCrashes b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_arm64e/AppCenterCrashes.framework/AppCenterCrashes index bb872d11a..db8ca25cf 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_arm64e/AppCenterCrashes.framework/AppCenterCrashes and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_arm64e/AppCenterCrashes.framework/AppCenterCrashes differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_arm64e/AppCenterCrashes.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_arm64e/AppCenterCrashes.framework/Info.plist index 22a474aca..db5c9db81 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_arm64e/AppCenterCrashes.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_arm64e/AppCenterCrashes.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterCrashes.framework/Versions/A/AppCenterCrashes b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterCrashes.framework/Versions/A/AppCenterCrashes index febb87fef..e6c6d84a6 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterCrashes.framework/Versions/A/AppCenterCrashes and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterCrashes.framework/Versions/A/AppCenterCrashes differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterCrashes.framework/Versions/A/Resources/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterCrashes.framework/Versions/A/Resources/Info.plist index 813ff3d17..27868b000 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterCrashes.framework/Versions/A/Resources/Info.plist +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-maccatalyst/AppCenterCrashes.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G419 + 21G725 CFBundleDevelopmentRegion English CFBundleExecutable diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/AppCenterCrashes b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/AppCenterCrashes index 147de473e..9032022e4 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/AppCenterCrashes and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/AppCenterCrashes differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/Info.plist index 1322cefa7..ed6aebe86 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeDirectory b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeDirectory index ee76dd021..87ed5f931 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeDirectory and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeDirectory differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeRequirements-1 b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeRequirements-1 index 248d7cfe7..a65a989d6 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeRequirements-1 and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeResources b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeResources index d8aee7194..26ef9fa5d 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeResources +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/ios-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeResources @@ -50,7 +50,7 @@ Info.plist - ElcicFxJ4A0avTPyyWSlJndKDxc= + beaubSnhxUFpqCdmS9xhNspvfz8= Modules/module.modulemap diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/macos-arm64_x86_64/AppCenterCrashes.framework/Versions/A/AppCenterCrashes b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/macos-arm64_x86_64/AppCenterCrashes.framework/Versions/A/AppCenterCrashes index f07dbd9b4..472c7183d 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/macos-arm64_x86_64/AppCenterCrashes.framework/Versions/A/AppCenterCrashes and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/macos-arm64_x86_64/AppCenterCrashes.framework/Versions/A/AppCenterCrashes differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/macos-arm64_x86_64/AppCenterCrashes.framework/Versions/A/Resources/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/macos-arm64_x86_64/AppCenterCrashes.framework/Versions/A/Resources/Info.plist index 2a5c3e740..2c97d6d7e 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/macos-arm64_x86_64/AppCenterCrashes.framework/Versions/A/Resources/Info.plist +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/macos-arm64_x86_64/AppCenterCrashes.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G419 + 21G725 CFBundleDevelopmentRegion English CFBundleExecutable diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64/AppCenterCrashes.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64/AppCenterCrashes.framework/Info.plist index bba6096e4..29efc9f31 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64/AppCenterCrashes.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64/AppCenterCrashes.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/AppCenterCrashes b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/AppCenterCrashes index e54744ee5..6a3b24d52 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/AppCenterCrashes and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/AppCenterCrashes differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/Info.plist b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/Info.plist index fbd9427fa..20a2c01cc 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/Info.plist and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/Info.plist differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeDirectory b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeDirectory index 911235244..35133e471 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeDirectory and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeDirectory differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeRequirements-1 b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeRequirements-1 index 032d7c147..bf5f1def2 100644 Binary files a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeRequirements-1 and b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeResources b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeResources index 816533b68..d07267e57 100644 --- a/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeResources +++ b/Pods/AppCenter/AppCenter-SDK-Apple/AppCenterCrashes.xcframework/tvos-arm64_x86_64-simulator/AppCenterCrashes.framework/_CodeSignature/CodeResources @@ -50,7 +50,7 @@ Info.plist - BUtva7Bw4OA+RahRy5SMy2MKM4k= + Hb8PalR+r/h4jdU+BILoM1sXdGY= Modules/module.modulemap diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/Info.plist b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/Info.plist index e47a6e299..29f4d8daf 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/Info.plist +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/Info.plist @@ -6,26 +6,27 @@ LibraryIdentifier - ios-arm64_armv7 + ios-arm64_x86_64-maccatalyst LibraryPath FirebaseAnalytics.framework SupportedArchitectures arm64 - armv7 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + maccatalyst LibraryIdentifier - ios-arm64_i386_x86_64-simulator + ios-arm64_x86_64-simulator LibraryPath FirebaseAnalytics.framework SupportedArchitectures arm64 - i386 x86_64 SupportedPlatform @@ -35,18 +36,15 @@ LibraryIdentifier - ios-arm64_x86_64-maccatalyst + tvos-arm64 LibraryPath FirebaseAnalytics.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform - ios - SupportedPlatformVariant - maccatalyst + tvos LibraryIdentifier @@ -65,7 +63,7 @@ LibraryIdentifier - tvos-arm64 + ios-arm64 LibraryPath FirebaseAnalytics.framework SupportedArchitectures @@ -73,7 +71,7 @@ arm64 SupportedPlatform - tvos + ios LibraryIdentifier diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/FirebaseAnalytics new file mode 100644 index 000000000..362ddd6d2 Binary files /dev/null and b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/FirebaseAnalytics differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h similarity index 53% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h index 1d9a438a8..bb4be4281 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h @@ -14,6 +14,14 @@ API_UNAVAILABLE(macCatalyst, macos, tvos, watchos) + (void)initiateOnDeviceConversionMeasurementWithEmailAddress:(NSString *)emailAddress NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(emailAddress:)); +/// Initiates on-device conversion measurement given a phone number in E.164 format. Requires +/// dependency GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a no-op. +/// @param phoneNumber User phone number. Must be in E.164 format, which means it must be +/// limited to a maximum of 15 digits and must include a plus sign (+) prefix and country code +/// with no dashes, parentheses, or spaces. ++ (void)initiateOnDeviceConversionMeasurementWithPhoneNumber:(NSString *)phoneNumber + NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(phoneNumber:)); + @end NS_ASSUME_NONNULL_END diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h similarity index 99% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h index 7521d8503..e7ce5dcfc 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h @@ -28,7 +28,6 @@ NS_SWIFT_NAME(Analytics) ///
  • ad_query
  • ///
  • ad_reward
  • ///
  • adunit_exposure
  • -///
  • app_background
  • ///
  • app_clear_data
  • ///
  • app_exception
  • ///
  • app_remove
  • diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIREventNames.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIREventNames.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIREventNames.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIREventNames.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRParameterNames.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRParameterNames.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRParameterNames.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRParameterNames.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FirebaseAnalytics-umbrella.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FirebaseAnalytics-umbrella.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FirebaseAnalytics-umbrella.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FirebaseAnalytics-umbrella.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Info.plist b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Info.plist similarity index 95% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Info.plist rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Info.plist index 3e8cd0d23..ae9baf559 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Info.plist +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2
    diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Modules/module.modulemap b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Modules/module.modulemap similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Modules/module.modulemap rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64/FirebaseAnalytics.framework/Modules/module.modulemap diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/FirebaseAnalytics deleted file mode 100644 index 1aa98c71a..000000000 Binary files a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/FirebaseAnalytics and /dev/null differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics deleted file mode 100644 index e725a80e5..000000000 Binary files a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics and /dev/null differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/FirebaseAnalytics index 330b6eba1..e1e3e6078 100644 Binary files a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/FirebaseAnalytics and b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/FirebaseAnalytics differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h index 1d9a438a8..bb4be4281 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h @@ -14,6 +14,14 @@ API_UNAVAILABLE(macCatalyst, macos, tvos, watchos) + (void)initiateOnDeviceConversionMeasurementWithEmailAddress:(NSString *)emailAddress NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(emailAddress:)); +/// Initiates on-device conversion measurement given a phone number in E.164 format. Requires +/// dependency GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a no-op. +/// @param phoneNumber User phone number. Must be in E.164 format, which means it must be +/// limited to a maximum of 15 digits and must include a plus sign (+) prefix and country code +/// with no dashes, parentheses, or spaces. ++ (void)initiateOnDeviceConversionMeasurementWithPhoneNumber:(NSString *)phoneNumber + NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(phoneNumber:)); + @end NS_ASSUME_NONNULL_END diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics.h index 7521d8503..e7ce5dcfc 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics.h @@ -28,7 +28,6 @@ NS_SWIFT_NAME(Analytics) ///
  • ad_query
  • ///
  • ad_reward
  • ///
  • adunit_exposure
  • -///
  • app_background
  • ///
  • app_clear_data
  • ///
  • app_exception
  • ///
  • app_remove
  • diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Info.plist b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Info.plist index 3e8cd0d23..ae9baf559 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Info.plist +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics new file mode 100644 index 000000000..df28576ad Binary files /dev/null and b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h similarity index 53% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h index 1d9a438a8..bb4be4281 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h @@ -14,6 +14,14 @@ API_UNAVAILABLE(macCatalyst, macos, tvos, watchos) + (void)initiateOnDeviceConversionMeasurementWithEmailAddress:(NSString *)emailAddress NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(emailAddress:)); +/// Initiates on-device conversion measurement given a phone number in E.164 format. Requires +/// dependency GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a no-op. +/// @param phoneNumber User phone number. Must be in E.164 format, which means it must be +/// limited to a maximum of 15 digits and must include a plus sign (+) prefix and country code +/// with no dashes, parentheses, or spaces. ++ (void)initiateOnDeviceConversionMeasurementWithPhoneNumber:(NSString *)phoneNumber + NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(phoneNumber:)); + @end NS_ASSUME_NONNULL_END diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h similarity index 99% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h index 7521d8503..e7ce5dcfc 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h @@ -28,7 +28,6 @@ NS_SWIFT_NAME(Analytics) ///
  • ad_query
  • ///
  • ad_reward
  • ///
  • adunit_exposure
  • -///
  • app_background
  • ///
  • app_clear_data
  • ///
  • app_exception
  • ///
  • app_remove
  • diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIREventNames.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIREventNames.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIREventNames.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIREventNames.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRParameterNames.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRParameterNames.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRParameterNames.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRParameterNames.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics-umbrella.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics-umbrella.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics-umbrella.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics-umbrella.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Info.plist b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Info.plist similarity index 95% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Info.plist rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Info.plist index 3e8cd0d23..ae9baf559 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Info.plist +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Modules/module.modulemap b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Modules/module.modulemap similarity index 100% rename from Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Modules/module.modulemap rename to Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator/FirebaseAnalytics.framework/Modules/module.modulemap diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/FirebaseAnalytics index 7ecc451f6..b7ac847bb 100644 Binary files a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/FirebaseAnalytics and b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/FirebaseAnalytics differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h index 1d9a438a8..bb4be4281 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h @@ -14,6 +14,14 @@ API_UNAVAILABLE(macCatalyst, macos, tvos, watchos) + (void)initiateOnDeviceConversionMeasurementWithEmailAddress:(NSString *)emailAddress NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(emailAddress:)); +/// Initiates on-device conversion measurement given a phone number in E.164 format. Requires +/// dependency GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a no-op. +/// @param phoneNumber User phone number. Must be in E.164 format, which means it must be +/// limited to a maximum of 15 digits and must include a plus sign (+) prefix and country code +/// with no dashes, parentheses, or spaces. ++ (void)initiateOnDeviceConversionMeasurementWithPhoneNumber:(NSString *)phoneNumber + NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(phoneNumber:)); + @end NS_ASSUME_NONNULL_END diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h index 7521d8503..e7ce5dcfc 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h @@ -28,7 +28,6 @@ NS_SWIFT_NAME(Analytics) ///
  • ad_query
  • ///
  • ad_reward
  • ///
  • adunit_exposure
  • -///
  • app_background
  • ///
  • app_clear_data
  • ///
  • app_exception
  • ///
  • app_remove
  • diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Info.plist b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Info.plist index 3e8cd0d23..ae9baf559 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Info.plist +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/FirebaseAnalytics index 65e768e6d..5875ac48d 100644 Binary files a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/FirebaseAnalytics and b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/FirebaseAnalytics differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h index 1d9a438a8..bb4be4281 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h @@ -14,6 +14,14 @@ API_UNAVAILABLE(macCatalyst, macos, tvos, watchos) + (void)initiateOnDeviceConversionMeasurementWithEmailAddress:(NSString *)emailAddress NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(emailAddress:)); +/// Initiates on-device conversion measurement given a phone number in E.164 format. Requires +/// dependency GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a no-op. +/// @param phoneNumber User phone number. Must be in E.164 format, which means it must be +/// limited to a maximum of 15 digits and must include a plus sign (+) prefix and country code +/// with no dashes, parentheses, or spaces. ++ (void)initiateOnDeviceConversionMeasurementWithPhoneNumber:(NSString *)phoneNumber + NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(phoneNumber:)); + @end NS_ASSUME_NONNULL_END diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h index 7521d8503..e7ce5dcfc 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h @@ -28,7 +28,6 @@ NS_SWIFT_NAME(Analytics) ///
  • ad_query
  • ///
  • ad_reward
  • ///
  • adunit_exposure
  • -///
  • app_background
  • ///
  • app_clear_data
  • ///
  • app_exception
  • ///
  • app_remove
  • diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Info.plist b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Info.plist index 3e8cd0d23..ae9baf559 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Info.plist +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics index b9124af04..c29c13c54 100644 Binary files a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics and b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h index 1d9a438a8..bb4be4281 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h @@ -14,6 +14,14 @@ API_UNAVAILABLE(macCatalyst, macos, tvos, watchos) + (void)initiateOnDeviceConversionMeasurementWithEmailAddress:(NSString *)emailAddress NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(emailAddress:)); +/// Initiates on-device conversion measurement given a phone number in E.164 format. Requires +/// dependency GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a no-op. +/// @param phoneNumber User phone number. Must be in E.164 format, which means it must be +/// limited to a maximum of 15 digits and must include a plus sign (+) prefix and country code +/// with no dashes, parentheses, or spaces. ++ (void)initiateOnDeviceConversionMeasurementWithPhoneNumber:(NSString *)phoneNumber + NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(phoneNumber:)); + @end NS_ASSUME_NONNULL_END diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h index 7521d8503..e7ce5dcfc 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h @@ -28,7 +28,6 @@ NS_SWIFT_NAME(Analytics) ///
  • ad_query
  • ///
  • ad_reward
  • ///
  • adunit_exposure
  • -///
  • app_background
  • ///
  • app_clear_data
  • ///
  • app_exception
  • ///
  • app_remove
  • diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Info.plist b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Info.plist index 3e8cd0d23..ae9baf559 100644 --- a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Info.plist +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m b/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m index 89b34dc2b..a6ac0f724 100644 --- a/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m +++ b/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m @@ -112,6 +112,9 @@ @implementation FIRApp + (void)configure { FIROptions *options = [FIROptions defaultOptions]; if (!options) { +#if DEBUG + [self findMisnamedGoogleServiceInfoPlist]; +#endif // DEBUG [NSException raise:kFirebaseCoreErrorDomain format:@"`FirebaseApp.configure()` could not find " @"a valid GoogleService-Info.plist in your project. Please download one " @@ -570,10 +573,11 @@ - (void)checkExpectedBundleID { #pragma mark - private - App ID Validation /** - * Validates the format and fingerprint of the app ID contained in GOOGLE_APP_ID in the plist file. - * This is the main method for validating app ID. + * Validates the format of app ID and its included bundle ID hash contained in GOOGLE_APP_ID in the + * plist file. This is the main method for validating app ID. * - * @return YES if the app ID fulfills the expected format and fingerprint, NO otherwise. + * @return YES if the app ID fulfills the expected format and contains a hashed bundle ID, NO + * otherwise. */ - (BOOL)isAppIDValid { NSString *appID = _options.googleAppID; @@ -594,7 +598,7 @@ - (BOOL)isAppIDValid { + (BOOL)validateAppID:(NSString *)appID { // Failing validation only occurs when we are sure we are looking at a V2 app ID and it does not - // have a valid fingerprint, otherwise we just warn about the potential issue. + // have a valid hashed bundle ID, otherwise we just warn about the potential issue. if (!appID.length) { return NO; } @@ -624,7 +628,7 @@ + (BOOL)validateAppID:(NSString *)appID { return NO; } - if (![self validateAppIDFingerprint:appID withVersion:appIDVersion]) { + if (![self validateBundleIDHashWithinAppID:appID forVersion:appIDVersion]) { return NO; } @@ -640,7 +644,7 @@ + (NSString *)actualBundleID { * The version must end in ":". * * For v1 app ids the format is expected to be - * '::ios:'. + * '::ios:'. * * This method does not verify that the contents of the app id are correct, just that they fulfill * the expected format. @@ -658,21 +662,21 @@ + (BOOL)validateAppIDFormat:(NSString *)appID withVersion:(NSString *)version { stringScanner.charactersToBeSkipped = nil; // Skip version part - // '**::ios:' + // '**::ios:' if (![stringScanner scanString:version intoString:NULL]) { // The version part is missing or mismatched return NO; } // Validate version part (see part between '*' symbols below) - // '*:*:ios:' + // '*:*:ios:' if (![stringScanner scanString:@":" intoString:NULL]) { // appIDVersion must be separated by ":" return NO; } // Validate version part (see part between '*' symbols below) - // ':**:ios:'. + // ':**:ios:'. NSInteger projectNumber = NSNotFound; if (![stringScanner scanInteger:&projectNumber]) { // NO project number found. @@ -680,14 +684,14 @@ + (BOOL)validateAppIDFormat:(NSString *)appID withVersion:(NSString *)version { } // Validate version part (see part between '*' symbols below) - // ':*:*ios:'. + // ':*:*ios:'. if (![stringScanner scanString:@":" intoString:NULL]) { // The project number must be separated by ":" return NO; } // Validate version part (see part between '*' symbols below) - // '::*ios*:'. + // '::*ios*:'. NSString *platform; if (![stringScanner scanUpToString:@":" intoString:&platform]) { return NO; @@ -699,22 +703,22 @@ + (BOOL)validateAppIDFormat:(NSString *)appID withVersion:(NSString *)version { } // Validate version part (see part between '*' symbols below) - // '::ios*:*'. + // '::ios*:*'. if (![stringScanner scanString:@":" intoString:NULL]) { // The platform must be separated by ":" return NO; } // Validate version part (see part between '*' symbols below) - // '::ios:**'. - unsigned long long fingerprint = NSNotFound; - if (![stringScanner scanHexLongLong:&fingerprint]) { - // Fingerprint part is missing + // '::ios:**'. + unsigned long long bundleIDHash = NSNotFound; + if (![stringScanner scanHexLongLong:&bundleIDHash]) { + // Hashed bundleID part is missing return NO; } if (!stringScanner.isAtEnd) { - // There are not allowed characters in the fingerprint part + // There are not allowed characters in the hashed bundle ID part return NO; } @@ -722,34 +726,34 @@ + (BOOL)validateAppIDFormat:(NSString *)appID withVersion:(NSString *)version { } /** - * Validates that the fingerprint of the app ID string is what is expected based on the supplied - * version. + * Validates that the hashed bundle ID included in the app ID string is what is expected based on + * the supplied version. * * Note that the v1 hash algorithm is not permitted on the client and cannot be fully validated. * * @param appID Contents of GOOGLE_APP_ID from the plist file. * @param version Indicates what version of the app id format this string should be. - * @return YES if provided string fufills the expected fingerprint and the version is known, NO + * @return YES if provided string fufills the expected hashed bundle ID and the version is known, NO * otherwise. */ -+ (BOOL)validateAppIDFingerprint:(NSString *)appID withVersion:(NSString *)version { - // Extract the supplied fingerprint from the supplied app ID. - // This assumes the app ID format is the same for all known versions below. If the app ID format - // changes in future versions, the tokenizing of the app ID format will need to take into account - // the version of the app ID. ++ (BOOL)validateBundleIDHashWithinAppID:(NSString *)appID forVersion:(NSString *)version { + // Extract the hashed bundle ID from the given app ID. + // This assumes the app ID format is the same for all known versions below. + // If the app ID format changes in future versions, the tokenizing of the app + // ID format will need to take into account the version of the app ID. NSArray *components = [appID componentsSeparatedByString:@":"]; if (components.count != 4) { return NO; } - NSString *suppliedFingerprintString = components[3]; - if (!suppliedFingerprintString.length) { + NSString *suppliedBundleIDHashString = components[3]; + if (!suppliedBundleIDHashString.length) { return NO; } - uint64_t suppliedFingerprint; - NSScanner *scanner = [NSScanner scannerWithString:suppliedFingerprintString]; - if (![scanner scanHexLongLong:&suppliedFingerprint]) { + uint64_t suppliedBundleIDHash; + NSScanner *scanner = [NSScanner scannerWithString:suppliedBundleIDHashString]; + if (![scanner scanHexLongLong:&suppliedBundleIDHash]) { return NO; } @@ -876,8 +880,39 @@ - (void)subscribeForAppDidBecomeActiveNotifications { - (void)appDidBecomeActive:(NSNotification *)notification { if ([self isDataCollectionDefaultEnabled]) { + // If changing the below line, consult with the Games team to ensure they + // are not negatively impacted. For more details, see + // go/firebase-game-sdk-user-agent-register-timing. [self.heartbeatLogger log]; } } +#if DEBUG ++ (void)findMisnamedGoogleServiceInfoPlist { + for (NSBundle *bundle in [NSBundle allBundles]) { + // Not recursive, but we're looking for misnames, not people accidentally + // hiding their config file in a subdirectory of their bundle. + NSArray *plistPaths = [bundle pathsForResourcesOfType:@"plist" inDirectory:nil]; + for (NSString *path in plistPaths) { + @autoreleasepool { + NSDictionary *contents = [NSDictionary dictionaryWithContentsOfFile:path]; + if (contents == nil) { + continue; + } + + NSString *projectID = contents[@"PROJECT_ID"]; + if (projectID != nil) { + [NSException raise:kFirebaseCoreErrorDomain + format:@"`FirebaseApp.configure()` could not find the default " + @"configuration plist in your project, but did find one at " + @"%@. Please rename this file to GoogleService-Info.plist to " + @"use it as the default configuration.", + path]; + } + } + } + } +} +#endif // DEBUG + @end diff --git a/Pods/FirebaseCore/README.md b/Pods/FirebaseCore/README.md index 920f08add..a22788c59 100644 --- a/Pods/FirebaseCore/README.md +++ b/Pods/FirebaseCore/README.md @@ -1,12 +1,26 @@ -[![Version](https://img.shields.io/cocoapods/v/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![License](https://img.shields.io/cocoapods/l/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) +

    + + + + + + + + +
    + + + + + + +

    # Firebase Apple Open Source Development -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics. +This repository contains the source code for all Apple platform Firebase SDKs except FirebaseAnalytics. -Firebase is an app development platform with tools to help you build, grow and +Firebase is an app development platform with tools to help you build, grow, and monetize your app. More information about Firebase can be found on the [official Firebase website](https://firebase.google.com). @@ -15,20 +29,21 @@ monetize your app. More information about Firebase can be found on the See the subsections below for details about the different installation methods. Where available, it's recommended to install any libraries with a `Swift` suffix to get the best experience when writing your app in Swift. + 1. [Standard pod install](#standard-pod-install) -1. [Swift Package Manager](#swift-package-manager) -1. [Installing from the GitHub repo](#installing-from-github) -1. [Experimental Carthage](#carthage-ios-only) +2. [Swift Package Manager](#swift-package-manager) +3. [Installing from the GitHub repo](#installing-from-github) +4. [Experimental Carthage](#carthage-ios-only) ### Standard pod install -Go to +For instructions on the standard pod install, visit: [https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). ### Swift Package Manager Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be -found at [SwiftPackageManager](SwiftPackageManager.md) Markdown file. +found in the [SwiftPackageManager.md](SwiftPackageManager.md) Markdown file. ### Installing from GitHub @@ -37,13 +52,12 @@ tags, or commits. #### Background -See -[the Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#pod) +See [the Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#pod) for instructions and options about overriding pod source locations. #### Accessing Firebase Source Snapshots -All of the official releases are tagged in this repo and available via CocoaPods. To access a local +All official releases are tagged in this repo and available via CocoaPods. To access a local source snapshot or unreleased branch, use Podfile directives like the following: To access FirebaseFirestore via a branch: @@ -52,8 +66,7 @@ pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' ``` -To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: - +To access FirebaseMessaging via a checked-out version of the firebase-ios-sdk repo: ```ruby pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' @@ -61,28 +74,28 @@ pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ### Carthage (iOS only) -Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). +Instructions for the experimental Carthage distribution can be found at +[Carthage.md](Carthage.md). ### Using Firebase from a Framework or a library -[Using Firebase from a Framework or a library](docs/firebase_in_libraries.md) +For details on using Firebase from a Framework or a library, refer to [firebase_in_libraries.md](docs/firebase_in_libraries.md). ## Development To develop Firebase software in this repository, ensure that you have at least the following software: - * Xcode 13.3.1 (or later) +* Xcode 14.1 (or later) CocoaPods is still the canonical way to develop, but much of the repo now supports development with Swift Package Manager. ### CocoaPods -Install - * CocoaPods 1.10.0 (or later) - * [CocoaPods generate](https://github.com/square/cocoapods-generate) +Install the following: +* CocoaPods 1.10.0 (or later) +* [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: @@ -97,7 +110,7 @@ Note: Set the `--platforms` option to `macos` or `tvos` to develop/test for those platforms. Since 10.2, Xcode does not properly handle multi-platform CocoaPods workspaces. -Firestore has a self contained Xcode project. See +Firestore has a self-contained Xcode project. See [Firestore/README](Firestore/README.md) Markdown file. #### Development for Catalyst @@ -109,7 +122,7 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test -Alternatively disable signing in each target: +Alternatively, disable signing in each target: * Go to Build Settings tab * Click `+` * Select `Add User-Defined Setting` @@ -124,23 +137,23 @@ Alternatively disable signing in each target: ### Adding a New Firebase Pod -See [AddNewPod](AddNewPod.md) Markdown file. +Refer to [AddNewPod](AddNewPod.md) Markdown file for details. ### Managing Headers and Imports -See [HeadersImports](HeadersImports.md) Markdown file. +For information about managing headers and imports, see [HeadersImports](HeadersImports.md) Markdown file. ### Code Formatting To ensure that the code is formatted consistently, run the script [./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) -before creating a PR. +before creating a pull request (PR). -GitHub Actions will verify that any code changes are done in a style compliant +GitHub Actions will verify that any code changes are done in a style-compliant way. Install `clang-format` and `mint`: ```console -brew install clang-format@15 +brew install clang-format@16 brew install mint ``` @@ -149,28 +162,28 @@ brew install mint Select a scheme and press Command-u to build a component and run its unit tests. ### Running Sample Apps -In order to run the sample apps and integration tests, you'll need a valid -`GoogleService-Info.plist` file. The Firebase Xcode project contains dummy plist -files without real values, but can be replaced with real plist files. To get your own +To run the sample apps and integration tests, you'll need a valid +`GoogleService-Info.plist +` file. The Firebase Xcode project contains dummy plist +files without real values, but they can be replaced with real plist files. To get your own `GoogleService-Info.plist` files: 1. Go to the [Firebase Console](https://console.firebase.google.com/) 2. Create a new Firebase project, if you don't already have one 3. For each sample app you want to test, create a new Firebase app with the sample app's bundle -identifier (e.g. `com.google.Database-Example`) +identifier (e.g., `com.google.Database-Example`) 4. Download the resulting `GoogleService-Info.plist` and add it to the Xcode project. ### Coverage Report Generation -See [scripts/code_coverage_report/README](scripts/code_coverage_report/README.md) Markdown file. +For coverage report generation instructions, see [scripts/code_coverage_report/README](scripts/code_coverage_report/README.md) Markdown file. ## Specific Component Instructions See the sections below for any special instructions for those components. ### Firebase Auth -If you're doing specific Firebase Auth development, see -[the Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about +For specific Firebase Auth development, refer to the [Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about building and running the FirebaseAuth pod along with various samples and tests. ### Firebase Database @@ -181,13 +194,14 @@ or against a production instance. To run against a local emulator instance, invoke `./scripts/run_database_emulator.sh start` before running the integration test. -To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to +To run against a production instance, provide a valid `GoogleServices-Info.plist` and copy it to `FirebaseDatabase/Tests/Resources/GoogleService-Info.plist`. Your Security Rule must be set to [public](https://firebase.google.com/docs/database/security/quickstart) while your tests are running. ### Firebase Performance Monitoring -If you're doing specific Firebase Performance Monitoring development, see + +For specific Firebase Performance Monitoring development, see [the Performance README](FirebasePerformance/README.md) for instructions about building the SDK and [the Performance TestApp README](FirebasePerformance/Tests/TestApp/README.md) for instructions about integrating Performance with the dev test App. @@ -200,10 +214,10 @@ To run the Storage Integration tests, follow the instructions in #### Push Notifications Push notifications can only be delivered to specially provisioned App IDs in the developer portal. -In order to actually test receiving push notifications, you will need to: +In order to test receiving push notifications, you will need to: 1. Change the bundle identifier of the sample app to something you own in your Apple Developer -account, and enable that App ID for push notifications. +account and enable that App ID for push notifications. 2. You'll also need to [upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) @@ -212,9 +226,8 @@ at **Project Settings > Cloud Messaging > [Your Firebase App]**. #### iOS Simulator -The iOS Simulator cannot register for remote notifications, and will not receive push notifications. -In order to receive push notifications, you'll have to follow the steps above and run the app on a -physical device. +The iOS Simulator cannot register for remote notifications and will not receive push notifications. +To receive push notifications, follow the steps above and run the app on a physical device. ## Building with Firebase on Apple platforms @@ -245,8 +258,8 @@ not recorded. (Crashes in SwiftUI are generated as mach exceptions, so will not ## Combine Thanks to contributions from the community, _FirebaseCombineSwift_ contains support for Apple's Combine -framework. This module is currently under development, and not yet supported for use in production -environments. Fore more details, please refer to the [docs](FirebaseCombineSwift/README.md). +framework. This module is currently under development and not yet supported for use in production +environments. For more details, please refer to the [docs](FirebaseCombineSwift/README.md). ## Roadmap diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift index 843c7f9ff..aa265ed5f 100644 --- a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift @@ -43,12 +43,14 @@ struct Heartbeat: Codable, Equatable { /// An array of `TimePeriod`s that the heartbeat is tagged with. See `TimePeriod`. /// /// Heartbeats represent anonymous data points that measure SDK usage in moving averages for - /// various time periods. Because a single heartbeat can help calculate moving averages for multiple - /// time periods, this property serves to capture all the time periods that the heartbeat can represent in + /// various time periods. Because a single heartbeat can help calculate moving averages for + /// multiple + /// time periods, this property serves to capture all the time periods that the heartbeat can + /// represent in /// a moving average. let timePeriods: [TimePeriod] - /// Designated intializer. + /// Designated initializer. /// - Parameters: /// - agent: An anonymous string of information to associate the heartbeat with. /// - date: The date when the heartbeat was recorded. diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift index b073d9fd0..20a021db4 100644 --- a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift @@ -36,7 +36,8 @@ public final class HeartbeatController { self.init(id: id, dateProvider: Date.init) } - /// Convenience initializer. Mirrors the semantics of the public intializer with the added benefit of + /// Convenience initializer. Mirrors the semantics of the public initializer with the added + /// benefit of /// injecting a custom date provider for improved testability. /// - Parameters: /// - id: The id to associate this controller's heartbeat storage with. @@ -59,7 +60,8 @@ public final class HeartbeatController { /// Asynchronously logs a new heartbeat, if needed. /// /// - Note: This API is thread-safe. - /// - Parameter agent: The string agent (i.e. Firebase User Agent) to associate the logged heartbeat with. + /// - Parameter agent: The string agent (i.e. Firebase User Agent) to associate the logged + /// heartbeat with. public func log(_ agent: String) { let date = dateProvider() diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatLoggingTestUtils.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatLoggingTestUtils.swift new file mode 100644 index 000000000..96dbcf8ae --- /dev/null +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatLoggingTestUtils.swift @@ -0,0 +1,140 @@ +// Copyright 2021 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#if DEBUG + + import Foundation + + /// A utility class intended to be used only in testing contexts. + @objc(FIRHeartbeatLoggingTestUtils) + @objcMembers + public class HeartbeatLoggingTestUtils: NSObject { + /// This should mirror the `Constants` enum in the `HeartbeatLogging` module. + /// See `HeartbeatLogging/Sources/StorageFactory.swift`. + public enum Constants { + /// The name of the file system directory where heartbeat data is stored. + public static let heartbeatFileStorageDirectoryPath = "google-heartbeat-storage" + /// The name of the user defaults suite where heartbeat data is stored. + public static let heartbeatUserDefaultsSuiteName = "com.google.heartbeat.storage" + } + + public static var dateFormatter: DateFormatter { + HeartbeatsPayload.dateFormatter + } + + public static var emptyHeartbeatsPayload: _ObjC_HeartbeatsPayload { + let literalData = """ + { + "version": 2, + "heartbeats": [] + } + """ + .data(using: .utf8)! + + let decoder = JSONDecoder() + decoder.dateDecodingStrategy = .formatted(HeartbeatsPayload.dateFormatter) + + let heartbeatsPayload = try! decoder.decode(HeartbeatsPayload.self, from: literalData) + return _ObjC_HeartbeatsPayload(heartbeatsPayload) + } + + public static var nonEmptyHeartbeatsPayload: _ObjC_HeartbeatsPayload { + let literalData = """ + { + "version": 2, + "heartbeats": [ + { + "agent": "dummy_agent_1", + "dates": ["2021-11-01", "2021-11-02"] + }, + { + "agent": "dummy_agent_2", + "dates": ["2021-11-03"] + } + ] + } + """ + .data(using: .utf8)! + + let decoder = JSONDecoder() + decoder.dateDecodingStrategy = .formatted(HeartbeatsPayload.dateFormatter) + + let heartbeatsPayload = try! decoder.decode(HeartbeatsPayload.self, from: literalData) + return _ObjC_HeartbeatsPayload(heartbeatsPayload) + } + + @objc(assertEncodedPayloadString:isEqualToLiteralString:withError:) + public static func assertEqualPayloadStrings(_ encoded: String, _ literal: String) throws { + var encodedData = Data(base64URLEncoded: encoded)! + if encodedData.count > 0 { + encodedData = try! encodedData.unzipped() + } + + let literalData = literal.data(using: .utf8)! + + let decoder = JSONDecoder() + decoder.dateDecodingStrategy = .formatted(HeartbeatsPayload.dateFormatter) + + let payloadFromEncoded = try? decoder.decode(HeartbeatsPayload.self, from: encodedData) + + let payloadFromLiteral = try? decoder.decode(HeartbeatsPayload.self, from: literalData) + + let encoder = JSONEncoder() + encoder.dateEncodingStrategy = .formatted(HeartbeatsPayload.dateFormatter) + encoder.outputFormatting = .prettyPrinted + + let payloadDataFromEncoded = try! encoder.encode(payloadFromEncoded) + let payloadDataFromLiteral = try! encoder.encode(payloadFromLiteral) + + assert( + payloadFromEncoded == payloadFromLiteral, + """ + Mismatched payloads! + + Payload 1: + \(String(data: payloadDataFromEncoded, encoding: .utf8) ?? "") + + Payload 2: + \(String(data: payloadDataFromLiteral, encoding: .utf8) ?? "") + + """ + ) + } + + /// Removes all underlying storage containers used by the module. + /// - Throws: An error if the storage container could not be removed. + public static func removeUnderlyingHeartbeatStorageContainers() throws { + #if os(tvOS) + UserDefaults().removePersistentDomain(forName: Constants.heartbeatUserDefaultsSuiteName) + #else + + let applicationSupportDirectory = FileManager.default + .urls(for: .applicationSupportDirectory, in: .userDomainMask).first! + + let heartbeatsDirectoryURL = applicationSupportDirectory + .appendingPathComponent( + Constants.heartbeatFileStorageDirectoryPath, isDirectory: true + ) + do { + try FileManager.default.removeItem(at: heartbeatsDirectoryURL) + } catch CocoaError.fileNoSuchFile { + // Do nothing. + } catch { + throw error + } + #endif // os(tvOS) + } + } + +#endif // ENABLE_FIREBASE_CORE_INTERNAL_TESTING_UTILS diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift index 742bcb528..41572a0dc 100644 --- a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift @@ -69,7 +69,8 @@ final class HeartbeatStorage: HeartbeatStorageProtocol { /// Makes a `HeartbeatStorage` instance using a given `String` identifier. /// /// The created persistent storage object is platform dependent. For tvOS, user defaults - /// is used as the underlying storage container due to system storage limits. For all other platforms, + /// is used as the underlying storage container due to system storage limits. For all other + /// platforms, /// the file system is used. /// /// - Parameter id: A `String` identifier used to create the `HeartbeatStorage`. @@ -115,7 +116,8 @@ final class HeartbeatStorage: HeartbeatStorageProtocol { /// Synchronously gets the current heartbeat data from storage and resets the storage using the /// given transform block. /// - /// This API is like any `getAndSet`-style API in that it gets (and returns) the current value and uses + /// This API is like any `getAndSet`-style API in that it gets (and returns) the current value and + /// uses /// a block to transform the current value (or, soon-to-be old value) to a new value. /// /// - Parameter transform: An optional block used to reset the currently stored heartbeat. diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift index ef84f7cc7..a7db6a5e9 100644 --- a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift @@ -19,21 +19,25 @@ protocol HeartbeatsPayloadConvertible { func makeHeartbeatsPayload() -> HeartbeatsPayload } -/// A codable collection of heartbeats that has a fixed capacity and optimizations for storing heartbeats of +/// A codable collection of heartbeats that has a fixed capacity and optimizations for storing +/// heartbeats of /// multiple time periods. struct HeartbeatsBundle: Codable, HeartbeatsPayloadConvertible { /// The maximum number of heartbeats that can be stored in the buffer. let capacity: Int /// A cache used for keeping track of the last heartbeat date recorded for a given time period. /// - /// The cache contains the last added date for each time period. The reason only the date is cached is - /// because it's the only piece of information that should be used by clients to determine whether or not + /// The cache contains the last added date for each time period. The reason only the date is + /// cached is + /// because it's the only piece of information that should be used by clients to determine whether + /// or not /// to append a new heartbeat. private(set) var lastAddedHeartbeatDates: [TimePeriod: Date] /// A ring buffer of heartbeats. private var buffer: RingBuffer - /// A default cache provider that provides a dictionary of all time periods mapping to a default date. + /// A default cache provider that provides a dictionary of all time periods mapping to a default + /// date. static var cacheProvider: () -> [TimePeriod: Date] { let timePeriodsAndDates = TimePeriod.allCases.map { ($0, Date.distantPast) } return { Dictionary(uniqueKeysWithValues: timePeriodsAndDates) } diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift index 8e18bdecf..7c735d1c5 100644 --- a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift @@ -45,7 +45,8 @@ public protocol HTTPHeaderRepresentable { /// } /// public struct HeartbeatsPayload: Codable { - /// The version of the payload. See go/firebase-apple-heartbeats for details regarding current version. + /// The version of the payload. See go/firebase-apple-heartbeats for details regarding current + /// version. static let version: Int = 2 /// A payload component composed of a user agent and array of dates (heartbeats). @@ -91,6 +92,14 @@ extension HeartbeatsPayload: HTTPHeaderRepresentable { public func headerValue() -> String { let encoder = JSONEncoder() encoder.dateEncodingStrategy = .formatted(Self.dateFormatter) + #if DEBUG + // TODO: Remove the following #available check when FirebaseCore's minimum deployment target + // is iOS 11+; all other supported platforms already meet the minimum for `.sortedKeys`. + if #available(iOS 11, *) { + // Sort keys in debug builds to simplify output comparisons in unit tests. + encoder.outputFormatting = .sortedKeys + } + #endif // DEBUG guard let data = try? encoder.encode(self) else { // If encoding fails, fall back to encoding with an empty payload. @@ -113,10 +122,10 @@ extension HeartbeatsPayload { /// Convenience instance that represents an empty payload. static let emptyPayload = HeartbeatsPayload() - /// A default date formatter that uses `YYYY-MM-dd` format. + /// A default date formatter that uses `yyyy-MM-dd` format. public static let dateFormatter: DateFormatter = { let formatter = DateFormatter() - formatter.dateFormat = "YYYY-MM-dd" + formatter.dateFormat = "yyyy-MM-dd" formatter.locale = Locale(identifier: "en_US_POSIX") formatter.timeZone = TimeZone(secondsFromGMT: 0) return formatter diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift index 2b9565ce2..6ba8c3397 100644 --- a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift @@ -41,7 +41,8 @@ struct RingBuffer: Sequence { tailIndex = circularQueue.startIndex } - /// Pushes an element to the back of the buffer, returning the element (`Element?`) that was overwritten. + /// Pushes an element to the back of the buffer, returning the element (`Element?`) that was + /// overwritten. /// - Parameter element: The element to push to the back of the buffer. /// - Returns: The element that was overwritten or `nil` if nothing was overwritten. /// - Complexity: O(1) @@ -72,7 +73,8 @@ struct RingBuffer: Sequence { return replaced } - /// Pops an element from the back of the buffer, returning the element (`Element?`) that was popped. + /// Pops an element from the back of the buffer, returning the element (`Element?`) that was + /// popped. /// - Returns: The element that was popped or `nil` if there was no element to pop. /// - Complexity: O(1) @discardableResult diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift index 2b2959cd8..79cf1274b 100644 --- a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift @@ -53,7 +53,8 @@ final class FileStorage: Storage { /// Reads and returns the data from this object's associated file resource. /// /// - Returns: The data stored on disk. - /// - Throws: An error if reading the contents of the file resource fails (i.e. file doesn't exist). + /// - Throws: An error if reading the contents of the file resource fails (i.e. file doesn't + /// exist). func read() throws -> Data { do { return try Data(contentsOf: url) diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift index a00c28337..50cd24726 100644 --- a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift @@ -30,7 +30,8 @@ public class _ObjC_HeartbeatController: NSObject { /// Asynchronously logs a new heartbeat, if needed. /// /// - Note: This API is thread-safe. - /// - Parameter agent: The string agent (i.e. Firebase User Agent) to associate the logged heartbeat with. + /// - Parameter agent: The string agent (i.e. Firebase User Agent) to associate the logged + /// heartbeat with. public func log(_ agent: String) { heartbeatController.log(agent) } diff --git a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift index fdf00edd5..83d72a2b9 100644 --- a/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift +++ b/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift @@ -14,7 +14,8 @@ import Foundation -/// A model object representing a payload of heartbeat data intended for sending in network requests. +/// A model object representing a payload of heartbeat data intended for sending in network +/// requests. @objc(FIRHeartbeatsPayload) public class _ObjC_HeartbeatsPayload: NSObject, HTTPHeaderRepresentable { /// The underlying Swift structure. diff --git a/Pods/FirebaseCoreInternal/README.md b/Pods/FirebaseCoreInternal/README.md index 920f08add..a22788c59 100644 --- a/Pods/FirebaseCoreInternal/README.md +++ b/Pods/FirebaseCoreInternal/README.md @@ -1,12 +1,26 @@ -[![Version](https://img.shields.io/cocoapods/v/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![License](https://img.shields.io/cocoapods/l/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) +

    + + + + + + + + +
    + + + + + + +

    # Firebase Apple Open Source Development -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics. +This repository contains the source code for all Apple platform Firebase SDKs except FirebaseAnalytics. -Firebase is an app development platform with tools to help you build, grow and +Firebase is an app development platform with tools to help you build, grow, and monetize your app. More information about Firebase can be found on the [official Firebase website](https://firebase.google.com). @@ -15,20 +29,21 @@ monetize your app. More information about Firebase can be found on the See the subsections below for details about the different installation methods. Where available, it's recommended to install any libraries with a `Swift` suffix to get the best experience when writing your app in Swift. + 1. [Standard pod install](#standard-pod-install) -1. [Swift Package Manager](#swift-package-manager) -1. [Installing from the GitHub repo](#installing-from-github) -1. [Experimental Carthage](#carthage-ios-only) +2. [Swift Package Manager](#swift-package-manager) +3. [Installing from the GitHub repo](#installing-from-github) +4. [Experimental Carthage](#carthage-ios-only) ### Standard pod install -Go to +For instructions on the standard pod install, visit: [https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). ### Swift Package Manager Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be -found at [SwiftPackageManager](SwiftPackageManager.md) Markdown file. +found in the [SwiftPackageManager.md](SwiftPackageManager.md) Markdown file. ### Installing from GitHub @@ -37,13 +52,12 @@ tags, or commits. #### Background -See -[the Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#pod) +See [the Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#pod) for instructions and options about overriding pod source locations. #### Accessing Firebase Source Snapshots -All of the official releases are tagged in this repo and available via CocoaPods. To access a local +All official releases are tagged in this repo and available via CocoaPods. To access a local source snapshot or unreleased branch, use Podfile directives like the following: To access FirebaseFirestore via a branch: @@ -52,8 +66,7 @@ pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' ``` -To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: - +To access FirebaseMessaging via a checked-out version of the firebase-ios-sdk repo: ```ruby pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' @@ -61,28 +74,28 @@ pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ### Carthage (iOS only) -Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). +Instructions for the experimental Carthage distribution can be found at +[Carthage.md](Carthage.md). ### Using Firebase from a Framework or a library -[Using Firebase from a Framework or a library](docs/firebase_in_libraries.md) +For details on using Firebase from a Framework or a library, refer to [firebase_in_libraries.md](docs/firebase_in_libraries.md). ## Development To develop Firebase software in this repository, ensure that you have at least the following software: - * Xcode 13.3.1 (or later) +* Xcode 14.1 (or later) CocoaPods is still the canonical way to develop, but much of the repo now supports development with Swift Package Manager. ### CocoaPods -Install - * CocoaPods 1.10.0 (or later) - * [CocoaPods generate](https://github.com/square/cocoapods-generate) +Install the following: +* CocoaPods 1.10.0 (or later) +* [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: @@ -97,7 +110,7 @@ Note: Set the `--platforms` option to `macos` or `tvos` to develop/test for those platforms. Since 10.2, Xcode does not properly handle multi-platform CocoaPods workspaces. -Firestore has a self contained Xcode project. See +Firestore has a self-contained Xcode project. See [Firestore/README](Firestore/README.md) Markdown file. #### Development for Catalyst @@ -109,7 +122,7 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test -Alternatively disable signing in each target: +Alternatively, disable signing in each target: * Go to Build Settings tab * Click `+` * Select `Add User-Defined Setting` @@ -124,23 +137,23 @@ Alternatively disable signing in each target: ### Adding a New Firebase Pod -See [AddNewPod](AddNewPod.md) Markdown file. +Refer to [AddNewPod](AddNewPod.md) Markdown file for details. ### Managing Headers and Imports -See [HeadersImports](HeadersImports.md) Markdown file. +For information about managing headers and imports, see [HeadersImports](HeadersImports.md) Markdown file. ### Code Formatting To ensure that the code is formatted consistently, run the script [./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) -before creating a PR. +before creating a pull request (PR). -GitHub Actions will verify that any code changes are done in a style compliant +GitHub Actions will verify that any code changes are done in a style-compliant way. Install `clang-format` and `mint`: ```console -brew install clang-format@15 +brew install clang-format@16 brew install mint ``` @@ -149,28 +162,28 @@ brew install mint Select a scheme and press Command-u to build a component and run its unit tests. ### Running Sample Apps -In order to run the sample apps and integration tests, you'll need a valid -`GoogleService-Info.plist` file. The Firebase Xcode project contains dummy plist -files without real values, but can be replaced with real plist files. To get your own +To run the sample apps and integration tests, you'll need a valid +`GoogleService-Info.plist +` file. The Firebase Xcode project contains dummy plist +files without real values, but they can be replaced with real plist files. To get your own `GoogleService-Info.plist` files: 1. Go to the [Firebase Console](https://console.firebase.google.com/) 2. Create a new Firebase project, if you don't already have one 3. For each sample app you want to test, create a new Firebase app with the sample app's bundle -identifier (e.g. `com.google.Database-Example`) +identifier (e.g., `com.google.Database-Example`) 4. Download the resulting `GoogleService-Info.plist` and add it to the Xcode project. ### Coverage Report Generation -See [scripts/code_coverage_report/README](scripts/code_coverage_report/README.md) Markdown file. +For coverage report generation instructions, see [scripts/code_coverage_report/README](scripts/code_coverage_report/README.md) Markdown file. ## Specific Component Instructions See the sections below for any special instructions for those components. ### Firebase Auth -If you're doing specific Firebase Auth development, see -[the Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about +For specific Firebase Auth development, refer to the [Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about building and running the FirebaseAuth pod along with various samples and tests. ### Firebase Database @@ -181,13 +194,14 @@ or against a production instance. To run against a local emulator instance, invoke `./scripts/run_database_emulator.sh start` before running the integration test. -To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to +To run against a production instance, provide a valid `GoogleServices-Info.plist` and copy it to `FirebaseDatabase/Tests/Resources/GoogleService-Info.plist`. Your Security Rule must be set to [public](https://firebase.google.com/docs/database/security/quickstart) while your tests are running. ### Firebase Performance Monitoring -If you're doing specific Firebase Performance Monitoring development, see + +For specific Firebase Performance Monitoring development, see [the Performance README](FirebasePerformance/README.md) for instructions about building the SDK and [the Performance TestApp README](FirebasePerformance/Tests/TestApp/README.md) for instructions about integrating Performance with the dev test App. @@ -200,10 +214,10 @@ To run the Storage Integration tests, follow the instructions in #### Push Notifications Push notifications can only be delivered to specially provisioned App IDs in the developer portal. -In order to actually test receiving push notifications, you will need to: +In order to test receiving push notifications, you will need to: 1. Change the bundle identifier of the sample app to something you own in your Apple Developer -account, and enable that App ID for push notifications. +account and enable that App ID for push notifications. 2. You'll also need to [upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) @@ -212,9 +226,8 @@ at **Project Settings > Cloud Messaging > [Your Firebase App]**. #### iOS Simulator -The iOS Simulator cannot register for remote notifications, and will not receive push notifications. -In order to receive push notifications, you'll have to follow the steps above and run the app on a -physical device. +The iOS Simulator cannot register for remote notifications and will not receive push notifications. +To receive push notifications, follow the steps above and run the app on a physical device. ## Building with Firebase on Apple platforms @@ -245,8 +258,8 @@ not recorded. (Crashes in SwiftUI are generated as mach exceptions, so will not ## Combine Thanks to contributions from the community, _FirebaseCombineSwift_ contains support for Apple's Combine -framework. This module is currently under development, and not yet supported for use in production -environments. Fore more details, please refer to the [docs](FirebaseCombineSwift/README.md). +framework. This module is currently under development and not yet supported for use in production +environments. For more details, please refer to the [docs](FirebaseCombineSwift/README.md). ## Roadmap diff --git a/Pods/FirebaseInstallations/README.md b/Pods/FirebaseInstallations/README.md index 920f08add..a22788c59 100644 --- a/Pods/FirebaseInstallations/README.md +++ b/Pods/FirebaseInstallations/README.md @@ -1,12 +1,26 @@ -[![Version](https://img.shields.io/cocoapods/v/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![License](https://img.shields.io/cocoapods/l/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) +

    + + + + + + + + +
    + + + + + + +

    # Firebase Apple Open Source Development -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics. +This repository contains the source code for all Apple platform Firebase SDKs except FirebaseAnalytics. -Firebase is an app development platform with tools to help you build, grow and +Firebase is an app development platform with tools to help you build, grow, and monetize your app. More information about Firebase can be found on the [official Firebase website](https://firebase.google.com). @@ -15,20 +29,21 @@ monetize your app. More information about Firebase can be found on the See the subsections below for details about the different installation methods. Where available, it's recommended to install any libraries with a `Swift` suffix to get the best experience when writing your app in Swift. + 1. [Standard pod install](#standard-pod-install) -1. [Swift Package Manager](#swift-package-manager) -1. [Installing from the GitHub repo](#installing-from-github) -1. [Experimental Carthage](#carthage-ios-only) +2. [Swift Package Manager](#swift-package-manager) +3. [Installing from the GitHub repo](#installing-from-github) +4. [Experimental Carthage](#carthage-ios-only) ### Standard pod install -Go to +For instructions on the standard pod install, visit: [https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). ### Swift Package Manager Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be -found at [SwiftPackageManager](SwiftPackageManager.md) Markdown file. +found in the [SwiftPackageManager.md](SwiftPackageManager.md) Markdown file. ### Installing from GitHub @@ -37,13 +52,12 @@ tags, or commits. #### Background -See -[the Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#pod) +See [the Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#pod) for instructions and options about overriding pod source locations. #### Accessing Firebase Source Snapshots -All of the official releases are tagged in this repo and available via CocoaPods. To access a local +All official releases are tagged in this repo and available via CocoaPods. To access a local source snapshot or unreleased branch, use Podfile directives like the following: To access FirebaseFirestore via a branch: @@ -52,8 +66,7 @@ pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' ``` -To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: - +To access FirebaseMessaging via a checked-out version of the firebase-ios-sdk repo: ```ruby pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' @@ -61,28 +74,28 @@ pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ### Carthage (iOS only) -Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). +Instructions for the experimental Carthage distribution can be found at +[Carthage.md](Carthage.md). ### Using Firebase from a Framework or a library -[Using Firebase from a Framework or a library](docs/firebase_in_libraries.md) +For details on using Firebase from a Framework or a library, refer to [firebase_in_libraries.md](docs/firebase_in_libraries.md). ## Development To develop Firebase software in this repository, ensure that you have at least the following software: - * Xcode 13.3.1 (or later) +* Xcode 14.1 (or later) CocoaPods is still the canonical way to develop, but much of the repo now supports development with Swift Package Manager. ### CocoaPods -Install - * CocoaPods 1.10.0 (or later) - * [CocoaPods generate](https://github.com/square/cocoapods-generate) +Install the following: +* CocoaPods 1.10.0 (or later) +* [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: @@ -97,7 +110,7 @@ Note: Set the `--platforms` option to `macos` or `tvos` to develop/test for those platforms. Since 10.2, Xcode does not properly handle multi-platform CocoaPods workspaces. -Firestore has a self contained Xcode project. See +Firestore has a self-contained Xcode project. See [Firestore/README](Firestore/README.md) Markdown file. #### Development for Catalyst @@ -109,7 +122,7 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test -Alternatively disable signing in each target: +Alternatively, disable signing in each target: * Go to Build Settings tab * Click `+` * Select `Add User-Defined Setting` @@ -124,23 +137,23 @@ Alternatively disable signing in each target: ### Adding a New Firebase Pod -See [AddNewPod](AddNewPod.md) Markdown file. +Refer to [AddNewPod](AddNewPod.md) Markdown file for details. ### Managing Headers and Imports -See [HeadersImports](HeadersImports.md) Markdown file. +For information about managing headers and imports, see [HeadersImports](HeadersImports.md) Markdown file. ### Code Formatting To ensure that the code is formatted consistently, run the script [./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) -before creating a PR. +before creating a pull request (PR). -GitHub Actions will verify that any code changes are done in a style compliant +GitHub Actions will verify that any code changes are done in a style-compliant way. Install `clang-format` and `mint`: ```console -brew install clang-format@15 +brew install clang-format@16 brew install mint ``` @@ -149,28 +162,28 @@ brew install mint Select a scheme and press Command-u to build a component and run its unit tests. ### Running Sample Apps -In order to run the sample apps and integration tests, you'll need a valid -`GoogleService-Info.plist` file. The Firebase Xcode project contains dummy plist -files without real values, but can be replaced with real plist files. To get your own +To run the sample apps and integration tests, you'll need a valid +`GoogleService-Info.plist +` file. The Firebase Xcode project contains dummy plist +files without real values, but they can be replaced with real plist files. To get your own `GoogleService-Info.plist` files: 1. Go to the [Firebase Console](https://console.firebase.google.com/) 2. Create a new Firebase project, if you don't already have one 3. For each sample app you want to test, create a new Firebase app with the sample app's bundle -identifier (e.g. `com.google.Database-Example`) +identifier (e.g., `com.google.Database-Example`) 4. Download the resulting `GoogleService-Info.plist` and add it to the Xcode project. ### Coverage Report Generation -See [scripts/code_coverage_report/README](scripts/code_coverage_report/README.md) Markdown file. +For coverage report generation instructions, see [scripts/code_coverage_report/README](scripts/code_coverage_report/README.md) Markdown file. ## Specific Component Instructions See the sections below for any special instructions for those components. ### Firebase Auth -If you're doing specific Firebase Auth development, see -[the Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about +For specific Firebase Auth development, refer to the [Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about building and running the FirebaseAuth pod along with various samples and tests. ### Firebase Database @@ -181,13 +194,14 @@ or against a production instance. To run against a local emulator instance, invoke `./scripts/run_database_emulator.sh start` before running the integration test. -To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to +To run against a production instance, provide a valid `GoogleServices-Info.plist` and copy it to `FirebaseDatabase/Tests/Resources/GoogleService-Info.plist`. Your Security Rule must be set to [public](https://firebase.google.com/docs/database/security/quickstart) while your tests are running. ### Firebase Performance Monitoring -If you're doing specific Firebase Performance Monitoring development, see + +For specific Firebase Performance Monitoring development, see [the Performance README](FirebasePerformance/README.md) for instructions about building the SDK and [the Performance TestApp README](FirebasePerformance/Tests/TestApp/README.md) for instructions about integrating Performance with the dev test App. @@ -200,10 +214,10 @@ To run the Storage Integration tests, follow the instructions in #### Push Notifications Push notifications can only be delivered to specially provisioned App IDs in the developer portal. -In order to actually test receiving push notifications, you will need to: +In order to test receiving push notifications, you will need to: 1. Change the bundle identifier of the sample app to something you own in your Apple Developer -account, and enable that App ID for push notifications. +account and enable that App ID for push notifications. 2. You'll also need to [upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) @@ -212,9 +226,8 @@ at **Project Settings > Cloud Messaging > [Your Firebase App]**. #### iOS Simulator -The iOS Simulator cannot register for remote notifications, and will not receive push notifications. -In order to receive push notifications, you'll have to follow the steps above and run the app on a -physical device. +The iOS Simulator cannot register for remote notifications and will not receive push notifications. +To receive push notifications, follow the steps above and run the app on a physical device. ## Building with Firebase on Apple platforms @@ -245,8 +258,8 @@ not recorded. (Crashes in SwiftUI are generated as mach exceptions, so will not ## Combine Thanks to contributions from the community, _FirebaseCombineSwift_ contains support for Apple's Combine -framework. This module is currently under development, and not yet supported for use in production -environments. Fore more details, please refer to the [docs](FirebaseCombineSwift/README.md). +framework. This module is currently under development and not yet supported for use in production +environments. For more details, please refer to the [docs](FirebaseCombineSwift/README.md). ## Roadmap diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/Info.plist index 2dda421cb..5623a13af 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/Info.plist @@ -6,36 +6,32 @@ LibraryIdentifier - ios-arm64_armv7 + macos-arm64_x86_64 LibraryPath GoogleAppMeasurement.framework SupportedArchitectures arm64 - armv7 + x86_64 SupportedPlatform - ios + macos LibraryIdentifier - ios-arm64_i386_x86_64-simulator + ios-arm64 LibraryPath GoogleAppMeasurement.framework SupportedArchitectures arm64 - i386 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator LibraryIdentifier - ios-arm64_x86_64-maccatalyst + ios-arm64_x86_64-simulator LibraryPath GoogleAppMeasurement.framework SupportedArchitectures @@ -46,19 +42,22 @@ SupportedPlatform ios SupportedPlatformVariant - maccatalyst + simulator LibraryIdentifier - tvos-arm64 + ios-arm64_x86_64-maccatalyst LibraryPath GoogleAppMeasurement.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + ios + SupportedPlatformVariant + maccatalyst LibraryIdentifier @@ -77,16 +76,15 @@ LibraryIdentifier - macos-arm64_x86_64 + tvos-arm64 LibraryPath GoogleAppMeasurement.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform - macos + tvos CFBundlePackageType diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64/GoogleAppMeasurement.framework/GoogleAppMeasurement b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64/GoogleAppMeasurement.framework/GoogleAppMeasurement new file mode 100644 index 000000000..3f7ebf677 Binary files /dev/null and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64/GoogleAppMeasurement.framework/GoogleAppMeasurement differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64/GoogleAppMeasurement.framework/Info.plist similarity index 95% rename from Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/Info.plist rename to Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64/GoogleAppMeasurement.framework/Info.plist index 3e106d8b7..4e3019d7c 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64/GoogleAppMeasurement.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/Modules/module.modulemap b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64/GoogleAppMeasurement.framework/Modules/module.modulemap similarity index 100% rename from Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/Modules/module.modulemap rename to Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64/GoogleAppMeasurement.framework/Modules/module.modulemap diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/GoogleAppMeasurement b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/GoogleAppMeasurement deleted file mode 100644 index 9dded9438..000000000 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/GoogleAppMeasurement and /dev/null differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement deleted file mode 100644 index 309ca5093..000000000 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement and /dev/null differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/GoogleAppMeasurement b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/GoogleAppMeasurement index 0a4aa86f0..36427c995 100644 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/GoogleAppMeasurement and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/GoogleAppMeasurement differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/Info.plist index 3e106d8b7..4e3019d7c 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement new file mode 100644 index 000000000..6c971e2a8 Binary files /dev/null and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist similarity index 95% rename from Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist rename to Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist index 3e106d8b7..4e3019d7c 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/Modules/module.modulemap b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Modules/module.modulemap similarity index 100% rename from Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/Modules/module.modulemap rename to Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Modules/module.modulemap diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/GoogleAppMeasurement b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/GoogleAppMeasurement index dc0309902..20fe6a91c 100644 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/GoogleAppMeasurement and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/GoogleAppMeasurement differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/Info.plist index 3e106d8b7..4e3019d7c 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/GoogleAppMeasurement b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/GoogleAppMeasurement index 83a05ccd3..213a86c6c 100644 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/GoogleAppMeasurement and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/GoogleAppMeasurement differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/Info.plist index 3e106d8b7..4e3019d7c 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement index 89b10281c..cd7adcdf5 100644 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist index 3e106d8b7..4e3019d7c 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist index 938d50c65..f551b4145 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist @@ -6,36 +6,35 @@ LibraryIdentifier - ios-arm64_i386_x86_64-simulator + macos-arm64_x86_64 LibraryPath GoogleAppMeasurementIdentitySupport.framework SupportedArchitectures arm64 - i386 x86_64 SupportedPlatform - ios - SupportedPlatformVariant - simulator + macos LibraryIdentifier - ios-arm64_armv7 + tvos-arm64_x86_64-simulator LibraryPath GoogleAppMeasurementIdentitySupport.framework SupportedArchitectures arm64 - armv7 + x86_64 SupportedPlatform - ios + tvos + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-maccatalyst + ios-arm64_x86_64-simulator LibraryPath GoogleAppMeasurementIdentitySupport.framework SupportedArchitectures @@ -46,24 +45,23 @@ SupportedPlatform ios SupportedPlatformVariant - maccatalyst + simulator LibraryIdentifier - macos-arm64_x86_64 + tvos-arm64 LibraryPath GoogleAppMeasurementIdentitySupport.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform - macos + tvos LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64_x86_64-maccatalyst LibraryPath GoogleAppMeasurementIdentitySupport.framework SupportedArchitectures @@ -72,13 +70,13 @@ x86_64 SupportedPlatform - tvos + ios SupportedPlatformVariant - simulator + maccatalyst LibraryIdentifier - tvos-arm64 + ios-arm64 LibraryPath GoogleAppMeasurementIdentitySupport.framework SupportedArchitectures @@ -86,7 +84,7 @@ arm64 SupportedPlatform - tvos + ios CFBundlePackageType diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport new file mode 100644 index 000000000..5bbde0a00 Binary files /dev/null and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64/GoogleAppMeasurementIdentitySupport.framework/Info.plist similarity index 96% rename from Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/Info.plist rename to Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64/GoogleAppMeasurementIdentitySupport.framework/Info.plist index b385a3141..20d52b903 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64/GoogleAppMeasurementIdentitySupport.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap similarity index 100% rename from Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap rename to Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport deleted file mode 100644 index dac119d4f..000000000 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport and /dev/null differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport deleted file mode 100644 index ab4f60caa..000000000 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport and /dev/null differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport index e9c537b3f..d36d158f7 100644 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/Info.plist index b385a3141..20d52b903 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport new file mode 100644 index 000000000..ebc838bc4 Binary files /dev/null and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist similarity index 96% rename from Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist rename to Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist index b385a3141..20d52b903 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap similarity index 100% rename from Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap rename to Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport index 0339813ca..c09fd1647 100644 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/Info.plist index b385a3141..20d52b903 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport index 51ab5117c..0713d9fdb 100644 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/Info.plist index b385a3141..20d52b903 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport index 79472bf81..78a445476 100644 Binary files a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist index b385a3141..20d52b903 100644 --- a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleVersion - 10.6.0 + 10.13.0 DTSDKName iphonesimulator11.2 diff --git a/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m b/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m index 88ea0690a..c44d3cd36 100644 --- a/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m +++ b/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m @@ -720,7 +720,9 @@ - (BOOL)application:(GULApplication *)application #endif // TARGET_OS_IOS || TARGET_OS_TV -#if TARGET_OS_IOS +// TODO(Xcode 15): When Xcode 15 is the minimum supported Xcode version, +// it will be unnecessary to check if `TARGET_OS_VISION` is defined. +#if TARGET_OS_IOS && (!defined(TARGET_OS_VISION) || !TARGET_OS_VISION) - (BOOL)application:(GULApplication *)application openURL:(NSURL *)url @@ -753,7 +755,7 @@ - (BOOL)application:(GULApplication *)application return returnedValue; } -#endif // TARGET_OS_IOS +#endif // TARGET_OS_IOS && (!defined(TARGET_OS_VISION) || !TARGET_OS_VISION) #pragma mark - [Donor Methods] Network overridden handler methods diff --git a/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h b/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h index ad3292960..e84ab9e6d 100644 --- a/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h +++ b/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h @@ -53,7 +53,8 @@ NS_ASSUME_NONNULL_BEGIN /// @return YES if Swift runtime detected in the app. + (BOOL)hasSwiftRuntime __deprecated; -/// @return An Apple platform. Possible values "ios", "tvos", "macos", "watchos", "maccatalyst". +/// @return An Apple platform. Possible values "ios", "tvos", "macos", "watchos", "maccatalyst", and +/// "visionos". + (NSString *)applePlatform; /// @return An Apple Device platform. Same possible values as `applePlatform`, with the addition of diff --git a/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m b/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m index 84d4f5cfa..4fcaab56b 100644 --- a/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m +++ b/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m @@ -334,7 +334,7 @@ + (NSString *)applePlatform { // `true`, which means the condition list is order-sensitive. #if TARGET_OS_MACCATALYST applePlatform = @"maccatalyst"; -#elif TARGET_OS_IOS +#elif TARGET_OS_IOS && (!defined(TARGET_OS_VISION) || !TARGET_OS_VISION) #if defined(__IPHONE_14_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000 if (@available(iOS 14.0, *)) { // Early iOS 14 betas do not include isiOSAppOnMac (#6969) @@ -353,6 +353,8 @@ + (NSString *)applePlatform { applePlatform = @"macos"; #elif TARGET_OS_WATCH applePlatform = @"watchos"; +#elif defined(TARGET_OS_VISION) && TARGET_OS_VISION + applePlatform = @"visionos"; #endif // TARGET_OS_MACCATALYST return applePlatform; diff --git a/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m b/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m index 956abfc82..08476479e 100644 --- a/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m +++ b/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m @@ -157,7 +157,15 @@ - (nullable NSString *)sessionIDFromAsyncPOSTRequest:(NSURLRequest *)request session = [NSURLSession sessionWithConfiguration:_sessionConfig delegate:self delegateQueue:[NSOperationQueue mainQueue]]; - postRequestTask = [session uploadTaskWithRequest:request fromData:request.HTTPBody]; + // To avoid a runtime warning in Xcode 15 Beta 4, the given `URLRequest` + // should have a nil `HTTPBody`. To workaround this, the given `URLRequest` + // is copied and the `HTTPBody` data is removed. + NSData *givenRequestHTTPBody = [request.HTTPBody copy]; + NSMutableURLRequest *requestWithoutHTTPBody = [request mutableCopy]; + requestWithoutHTTPBody.HTTPBody = nil; + + postRequestTask = [session uploadTaskWithRequest:requestWithoutHTTPBody + fromData:givenRequestHTTPBody]; } if (!session || !postRequestTask) { diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 3c108d7f5..e9038f767 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -12,84 +12,84 @@ PODS: - AFNetworking/Reachability (3.2.1) - AFNetworking/Security (3.2.1) - AFNetworking/Serialization (3.2.1) - - AppCenter (5.0.2): - - AppCenter/Analytics (= 5.0.2) - - AppCenter/Crashes (= 5.0.2) - - AppCenter/Analytics (5.0.2): + - AppCenter (5.0.4): + - AppCenter/Analytics (= 5.0.4) + - AppCenter/Crashes (= 5.0.4) + - AppCenter/Analytics (5.0.4): - AppCenter/Core - - AppCenter/Core (5.0.2) - - AppCenter/Crashes (5.0.2): + - AppCenter/Core (5.0.4) + - AppCenter/Crashes (5.0.4): - AppCenter/Core - CocoaLumberjack/Core (3.6.2) - CocoaLumberjack/Swift (3.6.2): - CocoaLumberjack/Core - - FirebaseAnalytics (10.7.0): - - FirebaseAnalytics/AdIdSupport (= 10.7.0) + - FirebaseAnalytics (10.15.0): + - FirebaseAnalytics/AdIdSupport (= 10.15.0) - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseAnalytics/AdIdSupport (10.7.0): + - FirebaseAnalytics/AdIdSupport (10.15.0): - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - - GoogleAppMeasurement (= 10.7.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleAppMeasurement (= 10.15.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseCore (10.7.0): + - FirebaseCore (10.15.0): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/Logger (~> 7.8) - - FirebaseCoreInternal (10.7.0): + - FirebaseCoreInternal (10.15.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - - FirebaseInstallations (10.7.0): + - FirebaseInstallations (10.15.0): - FirebaseCore (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/UserDefaults (~> 7.8) - PromisesObjC (~> 2.1) - - GoogleAppMeasurement (10.7.0): - - GoogleAppMeasurement/AdIdSupport (= 10.7.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleAppMeasurement (10.15.0): + - GoogleAppMeasurement/AdIdSupport (= 10.15.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - GoogleAppMeasurement/AdIdSupport (10.7.0): - - GoogleAppMeasurement/WithoutAdIdSupport (= 10.7.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleAppMeasurement/AdIdSupport (10.15.0): + - GoogleAppMeasurement/WithoutAdIdSupport (= 10.15.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - GoogleAppMeasurement/WithoutAdIdSupport (10.7.0): - - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - - GoogleUtilities/MethodSwizzler (~> 7.8) - - GoogleUtilities/Network (~> 7.8) - - "GoogleUtilities/NSData+zlib (~> 7.8)" + - GoogleAppMeasurement/WithoutAdIdSupport (10.15.0): + - GoogleUtilities/AppDelegateSwizzler (~> 7.11) + - GoogleUtilities/MethodSwizzler (~> 7.11) + - GoogleUtilities/Network (~> 7.11) + - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30910.0, >= 2.30908.0) - - GoogleUtilities/AppDelegateSwizzler (7.11.1): + - GoogleUtilities/AppDelegateSwizzler (7.11.5): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - - GoogleUtilities/Environment (7.11.1): + - GoogleUtilities/Environment (7.11.5): - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/Logger (7.11.1): + - GoogleUtilities/Logger (7.11.5): - GoogleUtilities/Environment - - GoogleUtilities/MethodSwizzler (7.11.1): + - GoogleUtilities/MethodSwizzler (7.11.5): - GoogleUtilities/Logger - - GoogleUtilities/Network (7.11.1): + - GoogleUtilities/Network (7.11.5): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (7.11.1)" - - GoogleUtilities/Reachability (7.11.1): + - "GoogleUtilities/NSData+zlib (7.11.5)" + - GoogleUtilities/Reachability (7.11.5): - GoogleUtilities/Logger - - GoogleUtilities/UserDefaults (7.11.1): + - GoogleUtilities/UserDefaults (7.11.5): - GoogleUtilities/Logger - JLRoutes (2.1) - KVOController (1.2.0) @@ -102,7 +102,7 @@ PODS: - nanopb/encode (= 2.30909.0) - nanopb/decode (2.30909.0) - nanopb/encode (2.30909.0) - - PromisesObjC (2.2.0) + - PromisesObjC (2.3.1) - ReactiveObjC (3.1.1) - Sparkle (1.24.0) - SSZipArchive (2.2.3) @@ -147,14 +147,14 @@ SPEC REPOS: SPEC CHECKSUMS: AFNetworking: cb604b1c2bded0871f5f61f5d53653739e841d6b - AppCenter: 355ba776b273d30147c3ac385c558bec60a7d4b1 + AppCenter: 85c92db0759d2792a65eb61d6842d2e86611a49a CocoaLumberjack: bd155f2dd06c0e0b03f876f7a3ee55693122ec94 - FirebaseAnalytics: f8133442ee6f8512e28ff19e62ce15398bfaeace - FirebaseCore: e317665b9d744727a97e623edbbed009320afdd7 - FirebaseCoreInternal: 8845798510aae74703467480f71ac613788d0696 - FirebaseInstallations: 59c0e4c7a816a0f76710d83f77e5369b3e45eb96 - GoogleAppMeasurement: fe17c92a32207dd5cdd4e8d742767f2da74857f6 - GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749 + FirebaseAnalytics: 47cef43728f81a839cf1306576bdd77ffa2eac7e + FirebaseCore: 2cec518b43635f96afe7ac3a9c513e47558abd2e + FirebaseCoreInternal: 2f4bee5ed00301b5e56da0849268797a2dd31fb4 + FirebaseInstallations: cae95cab0f965ce05b805189de1d4c70b11c76fb + GoogleAppMeasurement: 722db6550d1e6d552b08398b69a975ac61039338 + GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084 JLRoutes: d755245322b94227662ea3e43492fdca94e05c5b KVOController: d72ace34afea42468329623b3379ab3cd1d286b6 Masonry: 678fab65091a9290e40e2832a55e7ab731aad201 @@ -162,11 +162,11 @@ SPEC CHECKSUMS: MASShortcut: d9e4909e878661cc42877cc9d6efbe638273ab57 MJExtension: 88e0900751b6cac8de1cf724ca9838a0b28d5acb nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 - PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef + PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 ReactiveObjC: 011caa393aa0383245f2dcf9bf02e86b80b36040 Sparkle: 270cd27377bf04e9c128af06e3a22d0f572d6ee3 SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9 -PODFILE CHECKSUM: aa53398c79bfb6b28c80b3ab7da0cad54c20f951 +PODFILE CHECKSUM: 9c2570b6e1a4f5c865459fc033fbb58c97fe6779 COCOAPODS: 1.12.1 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index fc92ae33d..d22006804 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -19,13 +19,13 @@ }; B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; - buildConfigurationList = 5C615D721FFBE6130F5954A5E523E225 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; + buildConfigurationList = 793C5A144CA4A6198EA476896CBA91F8 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; buildPhases = ( - 2C6114139C44307FA45347FA7CA30360 /* [CP] Copy XCFrameworks */, + 08E81764DC0119F407AD83D3F388F1E6 /* [CP] Copy XCFrameworks */, ); dependencies = ( - 9F0B5C68616D26C6EF746DC6EF0806D6 /* PBXTargetDependency */, - 7DAE20B67360F59E49B0E525A74DAE25 /* PBXTargetDependency */, + 20000DB20840BFBA5AE529DA48FF7827 /* PBXTargetDependency */, + 0E9A554FD59787BBD43C562B29547AFF /* PBXTargetDependency */, ); name = GoogleAppMeasurement; }; @@ -36,11 +36,11 @@ 8C5B5926777AB8C2838BC915F74F1BC1 /* [CP] Copy XCFrameworks */, ); dependencies = ( - EDC6EBDAE37A6F382C82942423B42B51 /* PBXTargetDependency */, - 4D6E29F1BD5F8167A55B1E465A63FF9A /* PBXTargetDependency */, - 9CD6C599AF4F6CB2047C472558562D04 /* PBXTargetDependency */, - EC8E23955128906D1B338C3774A2C92F /* PBXTargetDependency */, - F2F7C4F96792CF460C0C7F655B3B2257 /* PBXTargetDependency */, + AA5716F759DD7189B0D04D9B07450EAD /* PBXTargetDependency */, + 07D22584E25EDB0A225731330D00A425 /* PBXTargetDependency */, + 6ACAC02FCBB6D79C8016BF7675A3799A /* PBXTargetDependency */, + E19D64E08124C4DFCCA75D76A682B22B /* PBXTargetDependency */, + D36C03805994F45C53E4C284CBBE56F5 /* PBXTargetDependency */, ); name = FirebaseAnalytics; }; @@ -57,1597 +57,1598 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0141E916DBB77A535B3C8DDA3A1152EB /* MASDictionaryTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = D6E845CB3578C2419833D5CB7F2B05C2 /* MASDictionaryTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 01993DBF9DC8BFF8CEB6A5F9845AF1AB /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B40CC704FA7A6EEB7DD96D110468A64 /* GULMutableDictionary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 01E915DD2AFD52F01B1EB1AC9D546F92 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 41195BD5954F43A6A1BC73BB3B8B3362 /* FIRComponentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0241C877D7E202DCEA6709BB3A80FAF0 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DC4B7ADBAEBA3D6D8AA5DDA4C9356A9 /* FIRInstallationsItem+RegisterInstallationAPI.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0288BE9F2193466D8D03AD6C782D2159 /* JLRRouteDefinition.h in Headers */ = {isa = PBXBuildFile; fileRef = 069392D6E4D61A73BDC4CF6DCAD7A4C8 /* JLRRouteDefinition.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 02AD91C5250ED7D91B06BEAC91A5E507 /* mz_os.h in Headers */ = {isa = PBXBuildFile; fileRef = 7638CB8D144A37C6187A4CD677163151 /* mz_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02FA3CE6E4354729F82AB52059990D58 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = A07C2E2C1E49F307D85990033B6320CF /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0386399A2F9E2A44401AE722E4332003 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EA64D9D66DF4E113FCD256E506D1FA1 /* MASLayoutConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 03C3E87C0142126F696756F980C5997D /* DDFileLogger+Buffering.h in Headers */ = {isa = PBXBuildFile; fileRef = 662DDB4B48912027592EAB55E57716D6 /* DDFileLogger+Buffering.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03E6C3F2DAA9C1931B64CE355AF3E6F6 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CEAAA4F8ECA67EFDDD3F0935CCD007ED /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0514DD3B26BEFD1C17E3173DFE0B30AF /* NSControl+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 59329F8B2E118AB96C6B04FBACC816B1 /* NSControl+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 059332136CAAB8014F2099D6AC105162 /* mz_strm_split.h in Headers */ = {isa = PBXBuildFile; fileRef = F075F80FCEBF53EE0BFC2B7EC564C98A /* mz_strm_split.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05C2890E40EEBB079D0785AC83BE82CA /* NSObject+RACLifting.h in Headers */ = {isa = PBXBuildFile; fileRef = D2773FEEEB6440AA2947792EB087E3ED /* NSObject+RACLifting.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 060D877032C2F32A215F84D7CF18808D /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E52A43F925220D55287A4B80AFDCA74 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 007D241CCFE45FAD0DB85711FD5CD97A /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 1820A72B0AE6369D84C4D39D10C96823 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01098EE5B1AFBB097F417F8AE70E808E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; + 0141E916DBB77A535B3C8DDA3A1152EB /* MASDictionaryTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = BD9B1690DED4E53FE92A7F6F35621287 /* MASDictionaryTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 01B4209EC59C2E00B4091B87867C7920 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E6E00D7077E3FB518E2D3E55E7D63E3B /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0288BE9F2193466D8D03AD6C782D2159 /* JLRRouteDefinition.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7148FB9A09BD5EF6B134155A5D69E7 /* JLRRouteDefinition.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 02AD91C5250ED7D91B06BEAC91A5E507 /* mz_os.h in Headers */ = {isa = PBXBuildFile; fileRef = 802087FBDE8863F766C46092C93F4A24 /* mz_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02FA3CE6E4354729F82AB52059990D58 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = C458CF275116FAECD38C773CE9453C49 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0346BBF86FBFA9F19467190500052556 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C93DCE38B1F16281F33C9A847FADF5 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03472C562E7D0C7196A61C4FB0306798 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = B86D20EC8B2637AD8F424E2AD6DC229C /* FBLPromise.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0386399A2F9E2A44401AE722E4332003 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = D512681C0AA0A400A586AC7CC7019E0D /* MASLayoutConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 03C3E87C0142126F696756F980C5997D /* DDFileLogger+Buffering.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEBA70364007ADB0E299F01E120926C /* DDFileLogger+Buffering.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0514DD3B26BEFD1C17E3173DFE0B30AF /* NSControl+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 131C0230FC45696BAB166814684B3DAD /* NSControl+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 059332136CAAB8014F2099D6AC105162 /* mz_strm_split.h in Headers */ = {isa = PBXBuildFile; fileRef = F01FE6B582D0364F858191851F04629C /* mz_strm_split.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05C2890E40EEBB079D0785AC83BE82CA /* NSObject+RACLifting.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F6145CAE82A98B9ADB59B032BD9EFD2 /* NSObject+RACLifting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06D346C402246C898CD6803D1839468F /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = 804CA0E6177F9C921CD43358E4A106AB /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 06E689EAE82BAFB010CD741C40221167 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2CC38EAB95AC4B0E4103F60A7133C2A /* Carbon.framework */; }; - 071549FA70DFD91BA41883B77DD8A6F0 /* MASPreferences-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F6FD359E25C31601BE2E31F52CB0975A /* MASPreferences-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07597A94E67A0F07448FCF0ABC35BE8B /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 397FCE3ABE026311B71779F2C17FF01A /* FBLPromise+All.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 07749D3EB0084B5809E8C18D705ACF21 /* MASPreferencesWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = C8B004D078688E9B59CB79906CA2289B /* MASPreferencesWindowController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 07A7D53C18630A92B33407AABE0E4B86 /* FirebaseInstallations-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3442A582F72C13CFF814366E67030B4D /* FirebaseInstallations-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07E22C0626B43F18D2A05AEDDB55C040 /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A319B52EECFA9D83F73D7CA3FDAA16 /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 083AB6A254BE09E57EAADE2D5FDF22FC /* NSObject+RACSelectorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 24B2494162241748286ECA27EE67082C /* NSObject+RACSelectorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09A3A629E8DF45AEA0166BD30804D45A /* RACStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 0682673B1282FA073E616499AAA637ED /* RACStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 09A9DEA7E3AAC943E5833496B024A58E /* JLRoutes-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E18AC1F92B116E3E60652384E606BDAC /* JLRoutes-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09BB49C68986BB73BBC138D20EBCAADB /* NSText+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 47163E6A87FA4B91913EDA19501394F2 /* NSText+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09BCDC4C9F70510ACFB082B108BC1A07 /* NSObject+RACPropertySubscribing.m in Sources */ = {isa = PBXBuildFile; fileRef = B37D0F6EF003D672F6EC04BCECC06238 /* NSObject+RACPropertySubscribing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0A5BB43C9613B4A00D6CDA434171C161 /* ReactiveObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D7F349C817AA9C568C84C91402C774E /* ReactiveObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B0FB646E7BCCA90A67CFBA885360B35 /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 650DE55685F08D5F801611889819820E /* Masonry-dummy.m */; }; - 0B37493732E3125036CA21C2EBF8B4D7 /* RACStringSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = AF40872069242CEDB2F6EE79806E5B30 /* RACStringSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0B5019666EF74D963C418D0E11CCAA49 /* NSSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = EB2F6558FC599D83AA488A03326C2C57 /* NSSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0B963FE4F2684D8DB0D6A3759D88ECA7 /* GULNetworkInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E5277A4FDD89A082E9940B2F2CAF1E /* GULNetworkInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0B9E20E8BA6351A1D8BA47041736EE59 /* mz_strm_buf.c in Sources */ = {isa = PBXBuildFile; fileRef = C817DE4D2118CF94A8E8C6BADCDC6A30 /* mz_strm_buf.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0BB508DB89EC77E72AE38194BD58153E /* RACKVOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD55BF945CF0B42F3742101E076BD68 /* RACKVOProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0BC8FDA7048603876D45B3547A0BF05E /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C580E774C6614F58316E68F8ECDB2BA /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0BF18B665E2ADAFC886CBBAE9F11E32E /* MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = F9F4A84A93FF57F08A5CE173C0CF5DDC /* MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0C941F4F855BFAB962695ACC2B8E6338 /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BFA082497B1D21146A59942DA27097 /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CC29E55865CF2AF109C0437FE1DE40F /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 44027AFD3C8F33434095908ADDF04A8D /* FBLPromise+Timeout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0E6B663C0E4C0BE48F6600F77862F1FD /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 660E67CD254AB6C54B40F161ADA793B8 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0EF3774AC45C05C24674C6F390E4B571 /* mz_strm_os.h in Headers */ = {isa = PBXBuildFile; fileRef = BBF43B95651F2C975D890C4983768C4F /* mz_strm_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F20999DB2E6867904A912A5F83573F5 /* NSUserDefaults+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = C62FC560E26CACC033E1098E6F243372 /* NSUserDefaults+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0FBCADC7BE43FA9A75CAFB4CEAD8132E /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1FE5B96DF41C590BA4B1E2A35D7FBE /* FIRVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 071549FA70DFD91BA41883B77DD8A6F0 /* MASPreferences-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0597EC3FCEA8AF6F01036EEBCFA02EB2 /* MASPreferences-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07749D3EB0084B5809E8C18D705ACF21 /* MASPreferencesWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = FF95D24A04A9110C9921DA8480C68E20 /* MASPreferencesWindowController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 07E22C0626B43F18D2A05AEDDB55C040 /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C456D2402877477C22EC9FA58E511B4 /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 083AB6A254BE09E57EAADE2D5FDF22FC /* NSObject+RACSelectorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F6CC06F37660E463C8942E681C2E9B4 /* NSObject+RACSelectorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0847252F9F4AD04EBA7BEE92F3C95631 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E2395D2C9456CD1F598E1CBC11BC06BE /* pl.lproj */; }; + 08B8CF1F2EBC29A3CF574E973199BD9D /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = C0ACD13087DA2051F86CF25EDF02DA72 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08DA3B7FE4611A3BEF26A669B065AE26 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A74F4DAC95EB8613F9F470D2D857C6B /* GULNetworkURLSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 09A3A629E8DF45AEA0166BD30804D45A /* RACStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 26CE31B8917EE5F7CE5D4B9524ECF9B4 /* RACStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 09A9DEA7E3AAC943E5833496B024A58E /* JLRoutes-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BD08DCCE7469B7BF1352FDFDAFCE10CF /* JLRoutes-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09BB49C68986BB73BBC138D20EBCAADB /* NSText+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = F8BAB846B58F352F88F17D9C2DC3A433 /* NSText+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09BCDC4C9F70510ACFB082B108BC1A07 /* NSObject+RACPropertySubscribing.m in Sources */ = {isa = PBXBuildFile; fileRef = 9029D6070699ED53579950E17FD81F23 /* NSObject+RACPropertySubscribing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 09F0B03643FB2D75D1A9BD2ACAC9F307 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 32500E1B75D9F13B23ADA2244414ACF1 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A140A3A75344E37C0A2699E6EB8DB2B /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 793E3296B4D3C5369E64064733E12112 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A1C4836D85CBDE9C29D5075B740C95A /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CAE51947D21A59203445A50A573B144 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A5BB43C9613B4A00D6CDA434171C161 /* ReactiveObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A5B055A1464C2AA50802D86157814D /* ReactiveObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0ACBF47BA5EBB318A0BD26E4D1217213 /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C222F87BB6826FF3A6B103A3117AE730 /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B0FB646E7BCCA90A67CFBA885360B35 /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 99404A8F210B88032868EF61FE2BC0CF /* Masonry-dummy.m */; }; + 0B37493732E3125036CA21C2EBF8B4D7 /* RACStringSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4676902CB3321864A88D3381CF2A98 /* RACStringSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0B5019666EF74D963C418D0E11CCAA49 /* NSSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 77E6CC9D9108B0682ED1B80B2A3B1206 /* NSSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0B9E20E8BA6351A1D8BA47041736EE59 /* mz_strm_buf.c in Sources */ = {isa = PBXBuildFile; fileRef = B7C83C6C053B3D99C0C041AE58220C19 /* mz_strm_buf.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0BB508DB89EC77E72AE38194BD58153E /* RACKVOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 21DC228C63FE18AC1DF4E81EC3DB5FA3 /* RACKVOProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0BF18B665E2ADAFC886CBBAE9F11E32E /* MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F166DB3916BB220B8952CF070CDBE32 /* MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0C75B7610A836CB47FC792FA040328F7 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = CFDADC5BB855150A19290E1B218A5187 /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C77FEA47061F0AAB68984C1903C4CE5 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F1864F83FB4E0BF32A91AB2E9F203BBF /* GULAppEnvironmentUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0E46664EDBC71B73AE76CE43D601F40D /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F788C3B67D5F686ADA5AF1630B6BDFF7 /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EF3774AC45C05C24674C6F390E4B571 /* mz_strm_os.h in Headers */ = {isa = PBXBuildFile; fileRef = B38D254CC9A8D51D6661C7A6AC04DD5E /* mz_strm_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F20999DB2E6867904A912A5F83573F5 /* NSUserDefaults+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = C4963F661B4B843765DA415C02F225E9 /* NSUserDefaults+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0FFC66AFA4161CABC9079723ECDA7A6F /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081FCA8C63E47BD9174C4F1516239F0 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1013EC126D12375A685BC607F93626F3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 102528BAF30B937EE8CD06E109F5A1A3 /* JLRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 48683D0FC456E2E6B899AFF5B31DE737 /* JLRoutes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 10DE7FAE933AD676C0D8C87ED7DDAA2E /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3E97C4E0DE227D89E29E8E04E0B212D3 /* fr.lproj */; }; - 10EF52B98BC5F2A54C656B989AE39944 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 64E270F56C130B10857B502FF7772F01 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 117E6FBDF33EB74E967000B9848B6821 /* NSObject+FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA614ED9A6325629972AEBC943127C6 /* NSObject+FBKVOController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 11C9EE6FFB4DE951C4BA92ED08725CB1 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = BAB10F4CACDC8F73970CC903C2F93B8F /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 11D6B62A4B1BF3471A84A9F8C69CFF2F /* NSEnumerator+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD309B2F0993ACAE7107FE988D0226F /* NSEnumerator+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11D7BDC6F6A62E44A4A677C856C3F479 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = ACD285C06FC56D203D3BAF4FFFB058CD /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11EB2B9E36F200A1AB09130BEC4B264D /* DDLoggerNames.h in Headers */ = {isa = PBXBuildFile; fileRef = B6587A5E16C88C73F427AA998A0E2A3C /* DDLoggerNames.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 12E204745A3C509B1FF0CD845A22CBF9 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 086C7200AB93D8933228A89F76E16FAB /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1339E6C9911F6C3F413CF37B1DB1207A /* MJFoundation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EB7850FC355C810A21ACC3982E0F0D0 /* MJFoundation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13ACBF2B59FE9051D983BAC7EA75A46D /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E8A0DA3BA5D94817B6731BD3780A89F8 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13B6DCF366BC1D9ADEA240F12B7F6C99 /* NSArray+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8312852A7A6EE34A82F396CB9060B1C7 /* NSArray+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14D54F5B48619E8523FBD57CDE224325 /* RACMulticastConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 179E4768676CA75BC73E3F260FF4BF34 /* RACMulticastConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 153DB641F141118BD195BC7BADCAA4BA /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 126FFD624E33FBB220440D3C0124A0CB /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1584A7B65DA616A5241530246B1B86E0 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = DE115E5BA5C069F5DDE76601FAA40E4A /* FIRConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 16429745F190530B8B9F0384805AEF0F /* RACBehaviorSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A671D29FAAED4F82EC7F655F5A1935 /* RACBehaviorSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 167EE6824B8B34885CDABFEC9912FE6D /* RACEXTRuntimeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = F184BB92275B615F76811095F84C5631 /* RACEXTRuntimeExtensions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 16822E2748C264C4EEC7170E1F632431 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8940798539FA72C28D9D32E7B52885C9 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16DA1E0753881A8D6C6B6914182B109D /* NSObject+RACSelectorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = E54FE0A63CC46B4FBED25859050D6749 /* NSObject+RACSelectorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 171E0D7B4276864E03B745324F99A4E0 /* JLRRouteDefinition.m in Sources */ = {isa = PBXBuildFile; fileRef = 06B29501BFBE75526209BB2E84BD7D8F /* JLRRouteDefinition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 17458A386A9B9040D28CF367006490E0 /* DDContextFilterLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7181C517ED72E24C4881C6CF50F717FE /* DDContextFilterLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 184DD69E04094297A9FEE0BA04218F3D /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A3A2475C652F96DFECFE8D9129DB8F92 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1938E3930F813D3CDF637B04CF2488B6 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BEE453A8DCF86A61AE8E3D507598E6E /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A132FA2968B444136DD38829532949A /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = CC7243B9CB85F1A5C529A207BDFE823A /* FIRInstallationsIIDTokenStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1A3A48510F5EADB9FB14E0DF45B3AD2F /* MASShortcut.h in Headers */ = {isa = PBXBuildFile; fileRef = 47370425A7985EC7E6942352EA4BCBCF /* MASShortcut.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1ABD3DA2DE56DBF1B91D47EE8511B71D /* JLRRouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E9592910EA5737E88A4D12C3E092CE33 /* JLRRouteRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1BC5207ED5AA2B6956BB9CD10C71C1AA /* mz_strm_pkcrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = B6989019EE02B66629B43D588A2B8E19 /* mz_strm_pkcrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BCA1F0342BB6AB6AADF3A8319E8537C /* NSObject+RACDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B7980700536E2B5C7C6F4DB1546D23F /* NSObject+RACDescription.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1BCADBC4BFDF6DFFF62DBB5D5F9C4B86 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 119BD37364EA0F2D9C6449A754B5540F /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C2DA2FFED3F4B8B580AF311F7EC7B7C /* Shortcut.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D203FA4821F56D05DA3C2CFD78C3466 /* Shortcut.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C59E23513E8D9E53FB5C11507133D5D /* MASKeyMasks.h in Headers */ = {isa = PBXBuildFile; fileRef = 67AA0C076CC94C9F2F239D76839D1E9B /* MASKeyMasks.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C789E086190CB49AD3473DD4B26450B /* mz.h in Headers */ = {isa = PBXBuildFile; fileRef = F19503543D98FCE9606C4E53F2E97D92 /* mz.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CF5515C41E3F9C418EC18614A04A492 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 788ECB97D063135040FE765C2C1FBC44 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1D61EC66FF509EE11FD3844B3DD966E9 /* RACTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 859AC3DEDA8908A44F3F4DE5319EB023 /* RACTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E3D006F9735A3432DE863DF1D3EBE3C /* AFCompatibilityMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = C09B07270ED1709CA9FCAD9A861E65A0 /* AFCompatibilityMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F4432060B2C404E90F912576F2A65D9 /* RACValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C1CAF703B2881F0AD9E9AD96B32CB8 /* RACValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F609B958FF08B165ED0228D2CD8C95B /* RACUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = A751CA03E5E158CFDDD4D1EF75A388C0 /* RACUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F9D460616DC9526B323BC29E7F14CC8 /* RACTupleSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = F244D89ED5189A8631AF0E89B7692A31 /* RACTupleSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 102528BAF30B937EE8CD06E109F5A1A3 /* JLRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = ACEB4360DDABC6ED44D4EBBBE606DC84 /* JLRoutes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 10B851A175CA6798B850BCCB6091DF72 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D343F407C96A8BB06B6E6E7F6487613C /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10E1640AAE7A4142F246D8A95F4EE41F /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E30A02D20BDA72B46A4267AF87344CB /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 117E6FBDF33EB74E967000B9848B6821 /* NSObject+FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F53F89406DD6D0B1A3F1E8AFE71AC7C /* NSObject+FBKVOController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 11D6B62A4B1BF3471A84A9F8C69CFF2F /* NSEnumerator+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AC959FEFF446F0D7F3A2BC31BE28848 /* NSEnumerator+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11EB2B9E36F200A1AB09130BEC4B264D /* DDLoggerNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 180F495E4C3DDE6B3C334763CA122D2A /* DDLoggerNames.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12FB3764E549AC8E5010116D3BB90B95 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B688871F8A81704E03BB56866E0785E /* FBLPromise+Then.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1339E6C9911F6C3F413CF37B1DB1207A /* MJFoundation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532F90379AA458F93124924719029C3 /* MJFoundation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13B6DCF366BC1D9ADEA240F12B7F6C99 /* NSArray+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FE45CD9070F47531CDA62EB0EB46D54 /* NSArray+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 140DBACF1294729A9B4ACED634323ECC /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = DE46FE3213AB0C7F3966BF5E13A243B8 /* FIRInstallationsItem+RegisterInstallationAPI.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 147269CAC7D0135D99BD9B7222C54402 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BEF6106C4EDE99941F1244642BC5E9C /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 14D54F5B48619E8523FBD57CDE224325 /* RACMulticastConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = CE7CF71AA15FF96641D3C75BD3A7175C /* RACMulticastConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 156BC3F3B12DFA0F7077E05D158A6F3C /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = BF599642EB706982A04F766A48FE72E4 /* FIRConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 15F6DA26890A850F1DA7776924FBA51B /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 20D8A0105D89A303AA10F1C1477ADD47 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16429745F190530B8B9F0384805AEF0F /* RACBehaviorSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 864E4A5E5ABC03FD6FA5E3FAA116861E /* RACBehaviorSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 167EE6824B8B34885CDABFEC9912FE6D /* RACEXTRuntimeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 16DFCA78F481926564A90DE2FDBA59D9 /* RACEXTRuntimeExtensions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 16DA1E0753881A8D6C6B6914182B109D /* NSObject+RACSelectorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 3837C53B066306E03299CE07609FE61F /* NSObject+RACSelectorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 171E0D7B4276864E03B745324F99A4E0 /* JLRRouteDefinition.m in Sources */ = {isa = PBXBuildFile; fileRef = A13865FF99BD925EF58E577317EE1029 /* JLRRouteDefinition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 17458A386A9B9040D28CF367006490E0 /* DDContextFilterLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = D70326C462F56D62D0392DA23F3AEC03 /* DDContextFilterLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17600A29030067A2C6860B12B96760A7 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F594339400309BB06AA59F30DB0B406 /* FIRInstallationsStoredItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 17D5120874C050522482FDE30C882732 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = C628921959EE4F6AEE21F9CD228BE561 /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17EEE4211C8F65D77363D1D030E3076E /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 3816277A2A2DFBF6BB9696F6EB49DBE0 /* GULHeartbeatDateStorageUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 184DD69E04094297A9FEE0BA04218F3D /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C53C69754E1A847202EFD2940DF79AB1 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 18BB4AA49E7FA865F60007629982D492 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = D657A3525078E4AE22C81B0817E0BCFC /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A3A48510F5EADB9FB14E0DF45B3AD2F /* MASShortcut.h in Headers */ = {isa = PBXBuildFile; fileRef = B7B427520F0F45EC9F584F255074718C /* MASShortcut.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1ABBC099E33F25724DAFE23F85E06E68 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 85E544E15C6D4898D783481318662BB4 /* FIRInstallationsIIDTokenStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1ABD3DA2DE56DBF1B91D47EE8511B71D /* JLRRouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FFBF21C8D953F108DC5DEB82E276A76 /* JLRRouteRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B5A31225D23E3AD1FB450E37C130687 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9274004E6372E1BC63EB46B6569A659A /* nl.lproj */; }; + 1B7E6B5DA316B68516C5710809CA7767 /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = C422FCBE1444BAA5B013ACF8C2B52DAA /* GULNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1BC5207ED5AA2B6956BB9CD10C71C1AA /* mz_strm_pkcrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DDDE5CEA8BD66BD88B22E4C34613773 /* mz_strm_pkcrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BCA1F0342BB6AB6AADF3A8319E8537C /* NSObject+RACDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = BE463CA9A9647737B3903A748F7E15E4 /* NSObject+RACDescription.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C2DA2FFED3F4B8B580AF311F7EC7B7C /* Shortcut.h in Headers */ = {isa = PBXBuildFile; fileRef = A7F3A6E65F79A8A14923BED6F803D0C7 /* Shortcut.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C59E23513E8D9E53FB5C11507133D5D /* MASKeyMasks.h in Headers */ = {isa = PBXBuildFile; fileRef = F0FA0FDB417D71207006EA5A3CAEDD1B /* MASKeyMasks.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C789E086190CB49AD3473DD4B26450B /* mz.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A9BD788DE2F1FF102BEB088BAE9093 /* mz.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D414B0E04929E102D2AFA32B9794427 /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D714385EE98AA96B6466D97FCF75BBD /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D61EC66FF509EE11FD3844B3DD966E9 /* RACTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B7B54D7EE9E14AC40F250B25AED2261 /* RACTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D8E9CC97308AAAA78EC30CB6AACC21D /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = B8460DB4967565BBE9EFB3E1178F8DEB /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D94466E5ABD501EFDC8AF09A852D7B0 /* FirebaseCoreInternal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E1BCA1721C5818EF10F0F6BD9572125 /* FirebaseCoreInternal-dummy.m */; }; + 1DCF61A51B763A8AF04F491EAB00CC7F /* FirebaseInstallations-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34CB45701B6EA0DFF5880C53D9204148 /* FirebaseInstallations-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E3D006F9735A3432DE863DF1D3EBE3C /* AFCompatibilityMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 128D6144A150A1032BBB6EC3C51146BC /* AFCompatibilityMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E834DACD7F50CBDB21E0C1A3E2DA8C3 /* _ObjC_HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = A998B4AE16A49A8EF97BFA5720B58271 /* _ObjC_HeartbeatsPayload.swift */; }; + 1F4432060B2C404E90F912576F2A65D9 /* RACValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D3587A44371B64EC5CAE2B8D1A3BED8 /* RACValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F609B958FF08B165ED0228D2CD8C95B /* RACUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 247656FC449EC2D8C54E08A4E700D4E2 /* RACUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F9D460616DC9526B323BC29E7F14CC8 /* RACTupleSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 8891BF3B3683C49FA71FFB325DEBFF6D /* RACTupleSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1FA3A6F0773C5D86C7DFEF86BCF54070 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */; }; - 200E7C29E35EDDB6AFC2F22B1CA06D93 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A594C1B46DEBB761DF3346BE4E4E72B /* MASConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 20AB9F4381BB0EDC1192D067954C4C01 /* RACReplaySubject.m in Sources */ = {isa = PBXBuildFile; fileRef = B4C5DF69CB827C3794AEDB4DB3CB61A2 /* RACReplaySubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 213BB49ACC88E549D4B67F6FE2B9D900 /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 973C904E39A55B4263C7E052DFBBA5A0 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2160531B79FFFDE36331FD65386837E9 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA32C3927CB1F748B27944B75FFE1ED /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23239955A20033E8C4D49EF6BFFB1417 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CE1077773AE27576A3D4EEDC526749C8 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23DB848C71B3729BEA9156A4EAE6BB99 /* RACDynamicSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 92887E1141F0CFF394149676DCF1B124 /* RACDynamicSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 241AA443CD8914CAFB3D02607CAA1A02 /* RACBehaviorSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B33009978155D01B420D87A1493F510 /* RACBehaviorSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 243D5679D072C7AE7FC011852575392E /* NSObject+MJCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = E40E14672B7BB01AA667C81FED6350FD /* NSObject+MJCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 24B2F36AABCA815294B79288994BB954 /* JLRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E13BFC57C9BE61348A2B6736FB63F17 /* JLRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24FC1563EBB019930B442A3E627D1A53 /* RingBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9F4CDFA66A1A9CB815B78685C515F23 /* RingBuffer.swift */; }; + 200E7C29E35EDDB6AFC2F22B1CA06D93 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 6515AB09C36030222828E0B13B254666 /* MASConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 207C94988BABFDE67C43507A35F4B942 /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = E942C37D1AD49103CC1F85C7E888BD1B /* FIRCurrentDateProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 20AB9F4381BB0EDC1192D067954C4C01 /* RACReplaySubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 90954703F7710B0B7D08245BDEA5798F /* RACReplaySubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 20B373FF4A053B8AE0922D2822DF3DF9 /* Heartbeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 545A7C7FBE260AF54DE6C14004363F11 /* Heartbeat.swift */; }; + 20D35C406EB297EE1DEDC898C138ACA0 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 63C95B18418744C930D2BBB2369D4FE1 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22181A6591B1273910B37DCF960DAF66 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = 5795811E106ED74D63F65B1D6628A679 /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 237143E6F5DD747869AB6D3687279D85 /* HeartbeatLoggingTestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF8EA64480E422C360961E1144C10003 /* HeartbeatLoggingTestUtils.swift */; }; + 23DB848C71B3729BEA9156A4EAE6BB99 /* RACDynamicSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = B612480F1DF15CCE02CD94CF126E686A /* RACDynamicSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 241AA443CD8914CAFB3D02607CAA1A02 /* RACBehaviorSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6295D17F5E337EBC792A9857B03D32 /* RACBehaviorSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 243D5679D072C7AE7FC011852575392E /* NSObject+MJCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F4F3720F6B4AEE6D8B91F9468585B2A /* NSObject+MJCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 24B2F36AABCA815294B79288994BB954 /* JLRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = A3255CB3442A19936274DC8ED49454C9 /* JLRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; 257CD9A105CC3D316999722C03E42EBC /* Pods-Easydict-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8E61EFEF1366E6507B4B358630ADC4D /* Pods-Easydict-dummy.m */; }; - 2600AE0255EBAA83D600FA1066052E41 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = F23A9C2081430DF95EE41E0A8FDFDFB8 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 265AA3CA3BA051E29410384EC6E6C422 /* Pods-Easydict-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D81C98AF124D90713A1A6B90AD4D702 /* Pods-Easydict-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26754C506C5038F24FC6E53FC0490C2A /* RACTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 70762A26DBA0DF5C292D409F7FF737AA /* RACTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2782CA6D0DE20C61182FAC2F1110601C /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = C5FF9964111D3B50C65004BACF114AED /* FBLPromise+Validate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 26754C506C5038F24FC6E53FC0490C2A /* RACTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 24A2436EE2A8FF6C349C0B84A7FAF740 /* RACTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 27ED8CB48F36ED56E14F00110449A184 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; - 2860D183FA623C85B9DEADDC0546D7A0 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 19A90C325F465C26B6522E0B1DADE6DA /* FBLPromise+Always.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 287A7A7F92D4586945DFE45BC81DC609 /* KVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 42AE3F98D9E58EDC1883D049D69D1913 /* KVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2889203BB35EBE6B01E6540E08999938 /* RACCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BA3F37509E2568D5B93136AD0C5EEC /* RACCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28F6C290B055D8D3C8FFBB94D8ADDC3A /* MASKeyCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BDB18955A455398B87AB069BE94F1AC /* MASKeyCodes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2916A7C0B224EA2FE0992DD8FE6E24CB /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EDA2A9E8A3B57B7A49860AEE1EFB14 /* NSLayoutConstraint+MASDebugAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 294F1C3D0C34FF15F97993D067DE3ECC /* MASLocalization.m in Sources */ = {isa = PBXBuildFile; fileRef = 163606C29F7100FAB0677D30EBC8EFC6 /* MASLocalization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2BA5EE588F31DE62B27A2B2EA07E0B1F /* RACCompoundDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 69919E7D4B8636DC19BEB976E9B47532 /* RACCompoundDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2BB4389EFC7849C6CE7C2CBD56B4B9BF /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A9FE5BDBF29A0CD22F6FDD49D97351 /* GULSceneDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2BBCD37212013DAD4CE01E215440C39A /* RACUnarySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = E6938D9239DB2FED3A511FCB513011DD /* RACUnarySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BE7DC932756FAF205163806526AFBEA /* RACBlockTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E3A161FD2D80B711EF447EA04992BC /* RACBlockTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2C5806797A92F60666ACA1D4BEBD6E55 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A8E6636B8CF23E451FE9460B7C60DFE /* FIROptions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2C65D301E09FF2BD41AF536C8C112F69 /* RACKVOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E4D195F59E186E2B54128C7FAEC571 /* RACKVOProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2C961AEF650D863A47374754D25C755D /* mz_os.c in Sources */ = {isa = PBXBuildFile; fileRef = BB9FBC195B23CCA679941A7A75E25377 /* mz_os.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2D20EBFFA26A89AEA79CB616C5610B6D /* CocoaLumberjack-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 18FA8B2BFCFE00D657CFE44461019380 /* CocoaLumberjack-dummy.m */; }; - 2E13BCAEFAE2ACAA1E2BA61CCC263B39 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = 72DF8E87FB7AF0663AC65C3012CA33AE /* FBLPromise+Race.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E7B5CBDE8BCD0AB700463E21774CA09 /* DDFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 86DFD22C31174D0E18883A640C01B683 /* DDFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E8897E623E6CC78C06297661B06161E /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 85869BEEC0D4566603FC6BFB1150596D /* FIRInstallationsSingleOperationPromiseCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2EDD49432CBD28F16DF76E75CC70B5BD /* FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = A76B809888AC9B71C89A568EEB54FF4B /* FBKVOController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2F991149B70E82A39A5DC711A3C9C15C /* RACUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = E4FDD3EE6656EA062E9EB637293565DE /* RACUnit.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2FA448A81891E28A7A0A1DF4ABCC9BDF /* DDFileLogger+Buffering.m in Sources */ = {isa = PBXBuildFile; fileRef = 2495C6BC53CEA7C706B0ACDD214CEB61 /* DDFileLogger+Buffering.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2FF332350AF2EB8C13983D021E5137AB /* MASShortcut-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 13EBDFDC598CB8EF75D5BA6C02BFA21C /* MASShortcut-dummy.m */; }; - 2FF6538B84020778A3C966CE5DF91236 /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = EE127B6C70B1A50822390767F5F61DA5 /* FIRInstallationsLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 306986657C6E91084481E801295EB005 /* RACSerialDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFF4BC63578AE1B8C8C91D6F5D6674C /* RACSerialDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30D23C352773401AE1389972956969C4 /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 31203F201F9206D44C17060FE492ABB9 /* SSZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31C04617E15BA5BC4B7D2C90A978B749 /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4294AFAC5543E799E8C6DE3D960405 /* GULSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 280A64464293DE8912977EADD0FCC7F8 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = D2F35D6C8E8BD884AEAE243B2C8D5F48 /* FIRComponentContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 287A7A7F92D4586945DFE45BC81DC609 /* KVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 051AA439490EDE8D8B13BAAAD9127FDD /* KVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2889203BB35EBE6B01E6540E08999938 /* RACCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 8789A3924207614127BBA65AFAAEFF0D /* RACCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28F6C290B055D8D3C8FFBB94D8ADDC3A /* MASKeyCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CFAEC2DEF8514A291B9737ECE06FA23 /* MASKeyCodes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2916A7C0B224EA2FE0992DD8FE6E24CB /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B45EF83BEC99EF94E831B46C706E0FD4 /* NSLayoutConstraint+MASDebugAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 294F1C3D0C34FF15F97993D067DE3ECC /* MASLocalization.m in Sources */ = {isa = PBXBuildFile; fileRef = F08C2EE4294F0004909D6DC4174C5C18 /* MASLocalization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2A83EDF4EC1FE9D7E79B6C7C5FE26A8E /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6287490C9FF4075AFA86CA534AB627CC /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B54246D64240870C58101F2708C29D1 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 85EDCA82CEE3AE6311165FB6983E596F /* GULMutableDictionary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2BA5EE588F31DE62B27A2B2EA07E0B1F /* RACCompoundDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 4396F31C87C04E0AB23E7BC58109C002 /* RACCompoundDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2BBCD37212013DAD4CE01E215440C39A /* RACUnarySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E2C2C94AD59F3C0E45E772B3360F35 /* RACUnarySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BE7DC932756FAF205163806526AFBEA /* RACBlockTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 879F26ABD0B24FAA0BC7F08CD64ED754 /* RACBlockTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2C65D301E09FF2BD41AF536C8C112F69 /* RACKVOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1081E6F67F995F77C746EF165A8B01EE /* RACKVOProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2C961AEF650D863A47374754D25C755D /* mz_os.c in Sources */ = {isa = PBXBuildFile; fileRef = ADEE6848E3B4FBFEBEE523F02387043F /* mz_os.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2D20EBFFA26A89AEA79CB616C5610B6D /* CocoaLumberjack-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 40CEDC5DC626DF80FC5B97453D847E6C /* CocoaLumberjack-dummy.m */; }; + 2DC50D65E3FA94E71A90F2F630254B42 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AA2FF1D62AE4E40507C280F21A8376E3 /* pt.lproj */; }; + 2E7B5CBDE8BCD0AB700463E21774CA09 /* DDFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = ACBB4E26877B37491C6973559003AA7C /* DDFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EDD49432CBD28F16DF76E75CC70B5BD /* FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ACB346E664F68A4797425D9AB877AF6 /* FBKVOController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2EEDD34036457D87F3DF9B8B83D64306 /* PromisesObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 09C725FB5CD261C45CF643942DCBD2BD /* PromisesObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F991149B70E82A39A5DC711A3C9C15C /* RACUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DFE1EF58FC53B1929EF027924208458 /* RACUnit.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2FA448A81891E28A7A0A1DF4ABCC9BDF /* DDFileLogger+Buffering.m in Sources */ = {isa = PBXBuildFile; fileRef = 87E7890A4D873673DF1C5F08D2C2951E /* DDFileLogger+Buffering.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2FF332350AF2EB8C13983D021E5137AB /* MASShortcut-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C53C50FF9C6BC143FC6DDEAFF8C6821C /* MASShortcut-dummy.m */; }; + 306986657C6E91084481E801295EB005 /* RACSerialDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = F765B9B5B7B2356605105D9E3FE2EF76 /* RACSerialDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 30A739F85D972C0082BB0C0DF49D199D /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 46768FF3CC865E0AF551779742AE0EAD /* ko.lproj */; }; + 30D23C352773401AE1389972956969C4 /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B63C2C0CD320FAF37CDB7D40D7D1462 /* SSZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 30E594BECB24D423E42A858B10344C65 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A1487C738DEFFD6A5AA3A34D054043A3 /* fr.lproj */; }; + 30F14EC4E585A367F3805217E6DDA732 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 655CFA82B143D76F799F5605C99BE27B /* GULReachabilityChecker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 323E58E3CC671F039CB69877D7099AFE /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1312CCD53C713AED12442E7123D14F59 /* zh-Hant.lproj */; }; 328005DE69E91B4FD87B69BEA01DC8D1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + 329422C24F925219F396AC8595BC36A6 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = CE856ACC80F096BD4F238C016F6C949A /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 32E250C367D40DFE6A365F8AE7A55AF1 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD1B09D61061D25891A8EE8B6F4A8D29 /* CoreServices.framework */; }; - 32F7408E5D129DB2D0ED4204CF6C0C47 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D57FF9F4F84C78E5ADB247218A25454 /* GULNSData+zlib.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 332E3754A8F370333ADF20E3B5AC62AE /* RACEXTRuntimeExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 607A60E7BD377A27D0807FEFE2691CEF /* RACEXTRuntimeExtensions.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 333888D1F6052AE89725994E87DEAF61 /* NSString+RACKeyPathUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = B1364370F2D5CD6F331577F3FF1C9418 /* NSString+RACKeyPathUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3341A4FD296669238CA7682890CB574E /* NSUserDefaults+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8406349CEC534BE704666F8AE7F709 /* NSUserDefaults+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 334BC5CE21B72A5A7D5BD0AA6C77B89C /* RACDynamicSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = F4AD45C0F6C51E739D9C509C5705BC97 /* RACDynamicSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3355B8D221BF86265D6F9558952DE40F /* NSObject+RACKVOWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C6E9C3CFDF7C7CB102C80A3E4316D2EE /* NSObject+RACKVOWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 336B781E5AF19CF4F84DA9462E41429D /* RACStream+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AAC1F85A8819D642201AF7242F3C8F8 /* RACStream+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 33DC154CACD614244DE45A53CE08EF0D /* MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BA5366967B5F8F7615106D9FBCCE90A /* MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 340497E83F9DF147F7354194E48F9A2C /* RACEmptySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = D5F40B815F40665078ACDC59A41F13F2 /* RACEmptySequence.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 350423AE3CB377B274531C3FF631FD12 /* DDFileLogger+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB61E461C0F576D4C6CBCED293239A7 /* DDFileLogger+Internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 35B8EEF818BC5B8190F182868D50305F /* NSData+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 92F644810652B04B7CDBD609D061186A /* NSData+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 35C7EA5B31465C4197892CE66A24D9AB /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E19F8A9C7001F97DF524C1E80F37FD /* NSArray+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 37F6A3BECF37C125152A3BBA232AD7DC /* NSObject+MJKeyValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 31F5272EDDC5227C9995476B758135AF /* NSObject+MJKeyValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3867CC4ABC7A37211B3CAC46C6967377 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 3710D47E866897F4445D4D0432F4574E /* AFURLRequestSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 38C6AFD5844D9504C94AC5B704AF043D /* NSString+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 81508CF03B84AFE8A7C471269A9A8CFA /* NSString+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 392D26190B25FB2F30D2BF0E3B9EB613 /* GULNetworkInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA30C5909CEE37E299A12BEA5BF0FD9 /* GULNetworkInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A1F5D39AD202F3AA9EDFB10477999BA /* RACPassthroughSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A25E893BD5CF0BAE84298AFF81D540 /* RACPassthroughSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B416856EA2CD1BE345BE4DB01F5ED94 /* JLRParsingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 5872DE1DF38083DAA3E3129BDC798054 /* JLRParsingUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3BD33BAF8D2348519809FC710BA4B62E /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C2E5F6B80427D18C9E9C43D05C86DF /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C24C9EC54DB387F211B5B99AA8CD56F /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 9301302550699373BD5A2A0889B361D0 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C7C7313A0EA1B6B940AE47412EBF48F /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CA0BF38A7900510AAF1AD9DFDC664053 /* ko.lproj */; }; - 3D5BD90DD17AFD51687003690965C866 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 827C13DC0D1A92A7A876A92DBB4EC9ED /* ja.lproj */; }; - 3DD9D1420D332CFD47858800FF7EA926 /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA7EA9514F86B9C38E7B2FB99A9A700 /* GULHeartbeatDateStorageUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3DEF4B419E8CE89DA535E6A40813E841 /* cs.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DE22E4C55139B16215D61B061E623DF4 /* cs.lproj */; }; - 3E2B9A2B2F8699C1B04C96EDD94212D2 /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 165776E907AA65ABB7AD46760F036945 /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3ECD1FF249EB5D28026CD916335FBD01 /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = B9CEC8DD7AC36A43812BD2819D65B957 /* FBLPromise+Await.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 40022140671799C4C6FBA913DABF6B2E /* DDLegacyMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 706076E46F42CF0579F6C8FDD74E3FCD /* DDLegacyMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428F28195C11E0207B4555399B679FE1 /* RACReturnSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = BE94050EFB95F5C9C160E0CCFAB4C4F9 /* RACReturnSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 42D844129B6365CA50D6AF6C7C2ABCC9 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D049F7808060B8CF8876207DDF123F6 /* FIRApp.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 42F8ADB9CD2FFBBEEEB6524D447BD3C4 /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = C810D1CE72DE13201D6676A48C1F5663 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 431FB07EAC4D2F7030C851DE20C3A1C4 /* SSZipArchive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E9FFAE4DD0D1798C423D53218DCB0C4B /* SSZipArchive-dummy.m */; }; - 433EB21388F08648B4C86815244B273D /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C23074C1F66706B8F64FF644B608B89 /* FBLPromise+Retry.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4389946A3767644D74125C9678B652B0 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = A86C92472BF311ECF6287649D07C95DD /* FBLPromise+Async.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 44283063B529551289C111E42AEA7487 /* JLRRouteHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A56CD571951DA56785E3C98085F37413 /* JLRRouteHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4454EEE74707A4645C03835CBED33F97 /* NSControl+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 627B8E48CEAE1D92E72BDDB3F00C5209 /* NSControl+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 44A145033020E857348F2CF287D18EBB /* RACScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 436CB5ABF43EFC5D122EEF0124E08AB5 /* RACScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 45B0F1C3F3965E69C8F71044B1397D54 /* RACQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = AC06C778B9BA262038BEDFF43A7671AA /* RACQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46C374EEE4CF4DF4D72BAF25AF6E2E7E /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = 65663B0C088D31C6220B5C1D562F1FB4 /* FIRInstallationsBackoffController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 46CAA3E61DC81DAA97827F9A0F18ED2E /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = 30891467A0A8AD942348D97087DCBAD1 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46D26B888E9E7E500DBCE33D8BBC2DC9 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = A5FB9B8B8A892A3732AE582D18C131CC /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46D6446DA8450AF0B1C24CA52C55D9BA /* NSIndexSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E7593F7438B1ACCAB126B9864D114DC /* NSIndexSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 332E3754A8F370333ADF20E3B5AC62AE /* RACEXTRuntimeExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 202CDB98501947BC9D77FD43D243BCA1 /* RACEXTRuntimeExtensions.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 333888D1F6052AE89725994E87DEAF61 /* NSString+RACKeyPathUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = EB477720F1EBA7C121E4F9DBA1396660 /* NSString+RACKeyPathUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3341A4FD296669238CA7682890CB574E /* NSUserDefaults+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = E64FB39DC177B67C1828D3C9B2D43DAC /* NSUserDefaults+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 334BC5CE21B72A5A7D5BD0AA6C77B89C /* RACDynamicSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = CE08B592BA26D0C7D20ADD46F68D0514 /* RACDynamicSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3355B8D221BF86265D6F9558952DE40F /* NSObject+RACKVOWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 08C75F289777D446F2516C12C22FEF18 /* NSObject+RACKVOWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 336B781E5AF19CF4F84DA9462E41429D /* RACStream+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A155C805D48F8F1E03B62E805D5737E /* RACStream+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 33DC154CACD614244DE45A53CE08EF0D /* MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 13AF741D62AF13BDD2EA87C8BE0D11F2 /* MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 340497E83F9DF147F7354194E48F9A2C /* RACEmptySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 737D9C0CD6F98CBE71654A04138E8E12 /* RACEmptySequence.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 34CC3C8F7DC8C7CA75166D30152331FC /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = F1884EC7CD367AE54A3C417269B5E781 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 350423AE3CB377B274531C3FF631FD12 /* DDFileLogger+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 452E1A4FE091791F5ADB3CA87F551D1B /* DDFileLogger+Internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 35B8EEF818BC5B8190F182868D50305F /* NSData+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E028DCE9A3EA887179E94DF87E56258 /* NSData+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 35C7EA5B31465C4197892CE66A24D9AB /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 662AEB9E02E4E53C52E4F78AF209267F /* NSArray+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 37CA54AEB73080B5B9EBE8F78956DEBD /* cs.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7AD2E9C1D5F2387BB20702D41EB804E5 /* cs.lproj */; }; + 37F6A3BECF37C125152A3BBA232AD7DC /* NSObject+MJKeyValue.h in Headers */ = {isa = PBXBuildFile; fileRef = E22D14539E9436A17F56B2A810CF1926 /* NSObject+MJKeyValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3867CC4ABC7A37211B3CAC46C6967377 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CD0214EFEEAEE9395E5D65B3550BD79 /* AFURLRequestSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 386BEF31C8D60F21F69DD8A58FDCC7C6 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A39DD07995AD08BA43E482BE64459D4 /* FBLPromise+Testing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 38C6AFD5844D9504C94AC5B704AF043D /* NSString+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F8E57EF154CF66B911255FABA0AA9B1 /* NSString+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 396B0E8E695E201A6FC69D430419382C /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 147A22C4DDA86BEBA3E0ECF190C36321 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A1F5D39AD202F3AA9EDFB10477999BA /* RACPassthroughSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 61E5CB8CA3B2D225AA6F0FD7EBF5985B /* RACPassthroughSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B416856EA2CD1BE345BE4DB01F5ED94 /* JLRParsingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FD09E857D84EEBAD81E17EDC3AEBE60 /* JLRParsingUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3C560F8A5DE9FD54A03E206CF303A4F7 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A3B26E69F50EAF8877F17908E5637F3A /* GULLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3CA06736882CCA07C9C362E4C434847E /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2408E176786763D94CDF636207BC58D8 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DE0FD8BEA4BE3733D4D3B6A02A9D4CC /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EF732C8CEE6AEE702C2AC90788417241 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DE8FB64DEB97ADE429F462C3CE503DB /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = B54293899303830EC464E44B649FE7C0 /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3DFFF00FCF7A4C591FE7D4238EAC6C40 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = ED43EC7574843F4999A91CA8A25908AB /* FIRComponentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3E2B0D8663D86A451DBE8376606EF4C4 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 78992508A3ECC1AF9D4E22ADF5CBADEE /* FIRInstallationsStoredAuthToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3F05B632C059859E35DEB5D315E8A3EF /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F97DC66284EA026A97232DDBD1C1133 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 40022140671799C4C6FBA913DABF6B2E /* DDLegacyMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 83C99331E0049EBB16378F2F386C7AFD /* DDLegacyMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 408D761794E02E208E2531B6E284F9AF /* FIRHeartbeatLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 077ABAAE4198D3B7E21F87EFB1272EC5 /* FIRHeartbeatLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 41EAD9BE1E86DC6479E027599636A56B /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 5578640E5E4D969B31C79F02D8697E32 /* GULSecureCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 428F28195C11E0207B4555399B679FE1 /* RACReturnSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = C3CEDD8B26474CA11EE70F04A589404B /* RACReturnSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 431FB07EAC4D2F7030C851DE20C3A1C4 /* SSZipArchive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC4C47B3A8EECDE786ACA65ED6564C0 /* SSZipArchive-dummy.m */; }; + 44283063B529551289C111E42AEA7487 /* JLRRouteHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 407A5D4768F7D9959807ADE376E04A48 /* JLRRouteHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 442981BF0CC47AB4EF87B9830A539047 /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3EC852AC9D86C01C24C8141A8AE789C /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4454EEE74707A4645C03835CBED33F97 /* NSControl+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = DADDA26FCE04729DD95BC53E9BE728B5 /* NSControl+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 44A145033020E857348F2CF287D18EBB /* RACScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E33FBB49CBB5CF720D4FE0BC05E67DF /* RACScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4506B1E2DE87A24C96A173ED89058137 /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADDFC9C6E037798606CD7579475357F6 /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45B0F1C3F3965E69C8F71044B1397D54 /* RACQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 30EE743B5F59349A58B1C77C7A3F6C26 /* RACQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45F70F0D6C2F6A152EFBF37A83A76FD4 /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2987B4FD8C265E57D3D1B37196AB8997 /* GULKeychainStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 46D6446DA8450AF0B1C24CA52C55D9BA /* NSIndexSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 002700A5E3A26AFFEF9FA3D9447BD74C /* NSIndexSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4716131F729BB859DCD543139D113C84 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; - 47E95FA96773D3D032F040F9D8082243 /* mz_strm_wzaes.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B591AF61ABBD039FC3A4EB2B2BAD471 /* mz_strm_wzaes.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 48A66702255B568AACB57D13353ABFF4 /* NSControl+RACTextSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = B151942A9A1FFC5C6AF7AB7F84FBE8F3 /* NSControl+RACTextSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 49715D36952B12A19E0F7DFD258674AA /* mz_strm.c in Sources */ = {isa = PBXBuildFile; fileRef = FDB85F10E6AD1E603AA3BFE47B6FA7BC /* mz_strm.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 49950BD77895F5F6F6CD80DE9C30E805 /* NSFileHandle+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 892854E1FFA31C9B966AEAAB6D7A5FFB /* NSFileHandle+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 47E95FA96773D3D032F040F9D8082243 /* mz_strm_wzaes.c in Sources */ = {isa = PBXBuildFile; fileRef = EB5F43A5EC59EBACC04198CA5030ABC1 /* mz_strm_wzaes.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 48A66702255B568AACB57D13353ABFF4 /* NSControl+RACTextSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 9662C0D4EA0BCB98930FC43F523AAAC2 /* NSControl+RACTextSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 49715D36952B12A19E0F7DFD258674AA /* mz_strm.c in Sources */ = {isa = PBXBuildFile; fileRef = FFB2CBAE7082D3D81345DA01B63A76E6 /* mz_strm.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 49950BD77895F5F6F6CD80DE9C30E805 /* NSFileHandle+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C0FF26755482C30C81808CF3FBF882 /* NSFileHandle+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 49B8FBDE96C9DCE54EEA80A427E400C7 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */; }; - 49F1B4350A7592A60D8775649C9D3128 /* NSObject+MJKeyValue.m in Sources */ = {isa = PBXBuildFile; fileRef = D818BB3BCA6CFE806D43F54E3B1F2BD6 /* NSObject+MJKeyValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 49F1B4350A7592A60D8775649C9D3128 /* NSObject+MJKeyValue.m in Sources */ = {isa = PBXBuildFile; fileRef = BBB1BC03F8D20BF11FA9A90365E0CF01 /* NSObject+MJKeyValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4A085767EC07957D09C7A6A16F17F399 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 4A215730C6F7D0FDC52535F0D0EFAB51 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = 154E4267E9716F25EC3AE25C67AAB750 /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A62422B6748C90B540D628CC75BB411 /* JLRRouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = B399DE821EFE47DDF0407790A2C7C9AF /* JLRRouteRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4B3281BBD57269F7B28642F05EE297A4 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E46D39EB4129D855795205397B1A973A /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C4C76D60BD561ECF267C9E1C9799046 /* RACSubscriptingAssignmentTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = F4BCE525F4472559F604C5EF5786F837 /* RACSubscriptingAssignmentTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CA6A52E65C79F265112B4589E8DF785 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = A5E857C2C96DFAE0687BDF42F0BC082A /* GULAppDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4CBCA5FA1F6673EDE49372380D8108DB /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 7781C22E8FE3495196B711F60AA8EEEF /* FBLPromise+Testing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4CD15A7B893829FBD76453E3916364C1 /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B1B77214D937AB9C44CE0EA1B563A12 /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C9D86503E2D8A478ECE2201E7148 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 693A55A23D1884AAF8D1FD8ABC7A1E4F /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CE8FA25884EE37278AA10DA42DE75DC /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FCE9EE4ACA4C1934C3E46887CC8D5B1 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D1A7F6A852677BCE5A9995AA0E1BAE0 /* RACEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EEC02CE7D927E2D9751D0AE2272B96E /* RACEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D379D1EAD642AF4A5895BCA61D4C581 /* DDLog+Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = C608F63B3F0B8D00C1C7E707880E2CFA /* DDLog+Combine.swift */; }; - 4EE2053E6DAD47BD0D23BE75A65675D8 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = DD30DED7E7074BE67BBBE663E28096AF /* FBLPromise+Recover.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4F30642E4F2109DE340494AAB2FAB993 /* MASShortcutMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 78B46F01EEF875DE72392EC94C0752EC /* MASShortcutMonitor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F4B2E680C0F15245B9F1FAEA47CC55B /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FDFCB91D84B1B645D15E08E1BBB117E /* AFURLSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4F5E782016B36C23D3C8E1A72C4E89F1 /* RACStream.h in Headers */ = {isa = PBXBuildFile; fileRef = F636944A74F622B90FAC958211D5598E /* RACStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 504CB3B80E8E9D242FE7E57CB10EEC43 /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1AC9B177B01EA6A2AD839CE3663B02 /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5057FE53A21A3DFD4281E5B7BDF1CE3E /* WeakContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7AFEB70A3B71843712DE08519931DA1 /* WeakContainer.swift */; }; - 50EA8C87BC0E0C9C56840AFA8C83DB89 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = D9508C79D7F05540A46238A4ABC0BE59 /* GULApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5111C01D7F30C56F8B068FCDB2EF0F17 /* mz_zip_rw.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A88EB2FB6F3A84750993B7C8CED2231 /* mz_zip_rw.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 512EF163DFB5960605C314D95C3A26C9 /* RACSubscriber+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C3A0DB85F203C8B1A07432F6803E36 /* RACSubscriber+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 5175CE9F4B3A893304218D99403D93ED /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D44997835B367AB52E5CE82DF50B4C /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5269125E3DB0BD186DB3AE857B3C9E62 /* MASHotKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 36D1E08C2A15BE4B8204BE89590B6F82 /* MASHotKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4A62422B6748C90B540D628CC75BB411 /* JLRRouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 00D2912F9A273E9B7DF1BF0ABA05A534 /* JLRRouteRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4ABD0A36C5279168F95C67C51D61905F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; + 4B197C4A0B664EC250FEA7EC0574573E /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = C61EB377CEDD00BEDA29B1F839C717C1 /* FBLPromise+Timeout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4C4C76D60BD561ECF267C9E1C9799046 /* RACSubscriptingAssignmentTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 56DE3A596D026B6AA784E09433E24D1B /* RACSubscriptingAssignmentTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C68ABEB115BCA103453B9B9430F6AC7 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 72865204D09046E96CF341A031283861 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CD15A7B893829FBD76453E3916364C1 /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = EE8129C9E6D22E7B9B3579EECBC1E605 /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CFC42B5EA1DDCC410758B00974CDEF7 /* GULNetworkInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DDF55126672B905984652818682C6B /* GULNetworkInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4D16D982F2C65BD9D33206674B209C08 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E4D787B8F94F6193258C66382EB0B8 /* FBLPromise+Any.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4D1A7F6A852677BCE5A9995AA0E1BAE0 /* RACEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 09EED26F58E5C892F9FB7D69F1272158 /* RACEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D379D1EAD642AF4A5895BCA61D4C581 /* DDLog+Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53552568DA8DA5828A199CA356C1E84E /* DDLog+Combine.swift */; }; + 4D789C55E2E65D329A6900B89B27FAD0 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = B5357AF6A41ACAAFEB4D3C588B07E767 /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E55361C3AED345BAB614686533C9CF3 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 013F6411A37C931433D77CEE841568F2 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EEC5977EF79AA6079C9DF40C89BE38C /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BD0EF0E8058556E9E4154876BCA6403 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F0BB1BB39B6F03069A0481BCA6A1523 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5566102B0B10C1F69826B7FC81282763 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F18E925BB377664B8715A2084983561 /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = EC6A6ED9581822249008C2D236A4D702 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F301A672075B529E307A6B61D34F5AD /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = FC950F8E3A3C7F8044E301F0297D3202 /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F30642E4F2109DE340494AAB2FAB993 /* MASShortcutMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = F8DC999DDA0A72680D372D8211B9B43C /* MASShortcutMonitor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F4B2E680C0F15245B9F1FAEA47CC55B /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 886C5C9E7C5B3C7448EE41901847B5BB /* AFURLSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4F5E782016B36C23D3C8E1A72C4E89F1 /* RACStream.h in Headers */ = {isa = PBXBuildFile; fileRef = D39D19A446F112B7C5289EB57FEA1E2D /* RACStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5111C01D7F30C56F8B068FCDB2EF0F17 /* mz_zip_rw.c in Sources */ = {isa = PBXBuildFile; fileRef = 99B979E2983C72F28B203BDCC673466A /* mz_zip_rw.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 512EA8EDD55799C86E57425F1D30C7C4 /* RingBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE23434595531FBAEA8470332E171CF1 /* RingBuffer.swift */; }; + 512EF163DFB5960605C314D95C3A26C9 /* RACSubscriber+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A5B9D0824FEE61B2D8BBA3E7DD4EAFB1 /* RACSubscriber+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5175CE9F4B3A893304218D99403D93ED /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B673AB7314E46BCBBFE2F61A0149DC55 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 51FDBB9A4245D51814B917491B560A2A /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 52D76CBD65A112752D7A43AFA7E7B117 /* FBLPromise+Catch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5269125E3DB0BD186DB3AE857B3C9E62 /* MASHotKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 641C3BD57B8983836450CA24B8519914 /* MASHotKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5318A0FC54E0C337BB2C048D3489A57E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 534EDA976CDBE519C377D315BA3FD183 /* SSZipCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C2CAB43165F0E139BB692C4E1B38B2 /* SSZipCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 539B49D90AD05A7116B36547E948190E /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = 396D11614F48E213935F06B82E47C638 /* SSZipArchive.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 54E0065B88A69879DE8F65A73B9E0204 /* RACSignalSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D397962094AAA9044A0438CDA06B49 /* RACSignalSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54EDD82FEC895382486C04115701D80B /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D69F629F750BC963DA5CF1B03A00ED1E /* GULKeychainUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 552307D373D3CE7993F5CBB42AE71025 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC42B77F22A4FAC0F14BECC17F2D493 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 559B7E07FA1B3835D7C39FE52EFA7B4C /* NSIndexSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 731FC4C546BF1A2F58279B0D6326F0AC /* NSIndexSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 561168BDE155FA7E57A48961E0DF8D51 /* KVOController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 086BAFAC54B49939C448DE44CC94A5F8 /* KVOController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56DBD44404488F15CE0AD26708AECCA3 /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = D0955F7AF1C5231D9E00543EA914A08D /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 58052DFA57FA2569F3D7720EA7A744F1 /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B68CF291E49432709403BE886F644F7 /* MASConstraintMaker.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5807E0632368B365308B44C5AE6973BD /* MJExtensionConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BF247E5AA0842E198DF72CD051E4BF7 /* MJExtensionConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 582575125BD55FDF6B022C83E6D57414 /* RACSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CCB35CAD3257D8F2170A4F4E54F6719 /* RACSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5857D7331F535E55BE0260651348CEC3 /* RACEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 25467A947C45115112B3F502A7AD6B0E /* RACEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5864A26625028DA54B66904E1F3CB559 /* RACQueueScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = E02A828EDE371B55EE166D5676ED5425 /* RACQueueScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 586B1D7E92AEC3C2462B5BA36B2D413B /* RACSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C76E61ADBBDA6F6834D53CD95811BB3 /* RACSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5943324F179C6C962816A4712A889E0C /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A6CD99CFA739CEE9E92A9D66495CCB9C /* AFHTTPSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5991FB507FDD0F6C4D2EA204337EF426 /* RACTargetQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 558557F8D34BEB348F36D33E860045BD /* RACTargetQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 59C5DEA34359323178DC4924BFEDF256 /* MASShortcutView+Bindings.h in Headers */ = {isa = PBXBuildFile; fileRef = D77ED9A3F892685147022FF757CE743C /* MASShortcutView+Bindings.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A26920A5092AD9D2B61D08D7858DA6D /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E5CCFF5E1DF175F6B9966A223ED6548C /* FirebaseInstallations-dummy.m */; }; - 5A76E952B88F3AD719FF2D1554D90817 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 387F73B8CA1E906CEB158961BC468650 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A7917E2DA8C08E001CFFBB86D9D50A8 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 61126833284057508324693B225ADF0F /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BB53250E68BBF52EA261E5598E91A60 /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 7568EDB5AA0834FB3118E610466D9156 /* FIRInstallations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5BB939AA44E4E3F29860603814A4567B /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 455F3BE1E2CF8A1FD90185D91D863468 /* GULAppEnvironmentUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5C4E3BEC68F14D2154A75E65160409AC /* MASPreferencesViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 031BE1677AE566BA1EA2F63720DDC244 /* MASPreferencesViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C6AEA61123301AB4DAF8473BE3D8356 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = E5BCFE7DE96633BF84634ACC6FB0E287 /* FIRBundleUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5CB0D9FA9418E1F8C6D5BB116C78DB6F /* NSControl+RACTextSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F3CDF961631DFC0C9486205BFF14316 /* NSControl+RACTextSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5CE14546F53364B0FC72270D03B5ABCE /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D62D40C6C75B551CA8C7D8FF03EA2C4B /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5D05F6424F79DA9D40EDE9A54766378B /* mz_strm_pkcrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 00F2471375D18F604EC73A605D058199 /* mz_strm_pkcrypt.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5E3C3E477BE4550ACDE5D7BFC93D5620 /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F0A6DE7DA051AFF255B9700CC24752B /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E947CFF0B3863FB8142ACB01BDA6FF7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 5EB0D5046261BC35A5D5F730B9784D2A /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 536044AE8514C689B1976F0E367CB8C7 /* FIRInstallationsIDController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5EF9CEBC53E00075A9DA6DA100DB48C6 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2E455D88CEB7C869CC4AC99C14B31C1 /* AFSecurityPolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5F67C3E4C952468F365CC431C379BC1B /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = 6945B2947A0148AEF5CDB8B6D9865D6D /* NSURLSession+GULPromises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 534EDA976CDBE519C377D315BA3FD183 /* SSZipCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = EFF2413A5DDAD4038CCD665218B813E3 /* SSZipCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 539B49D90AD05A7116B36547E948190E /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = A3086231093078E1EE914935090CE3F6 /* SSZipArchive.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 54E0065B88A69879DE8F65A73B9E0204 /* RACSignalSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = F362518FAF3FEFAA5E8C3072807FC935 /* RACSignalSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54FF3EE1C0DFFB7C7CF0D9843E721BF1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + 558A43F118AFC916CF7B184B7523BD58 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D37E8A6AA7F086478D602EC2DE55CAD /* FIRVersion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 559B7E07FA1B3835D7C39FE52EFA7B4C /* NSIndexSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F677A0AEBCCF071B6EB8C8BEB3667CCF /* NSIndexSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 561168BDE155FA7E57A48961E0DF8D51 /* KVOController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E49CD5F9E318984938AD8E5215AE92BF /* KVOController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56A125EF66B141B4DD094AA4009B6896 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = D5B8BB47332295D476E796B44FABF0B8 /* FBLPromise+Recover.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 56DBD44404488F15CE0AD26708AECCA3 /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = 5229BACD9DDA9652457A409CF23B7FB5 /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 58052DFA57FA2569F3D7720EA7A744F1 /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = B3D774E7F6FC791C2F75A04FC56E2B20 /* MASConstraintMaker.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5807E0632368B365308B44C5AE6973BD /* MJExtensionConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B4015731417287A134BBABFEF2A06D3 /* MJExtensionConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 582575125BD55FDF6B022C83E6D57414 /* RACSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 23330131A39CB85EC11F05AE1E776C14 /* RACSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5857D7331F535E55BE0260651348CEC3 /* RACEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 04D6BC90F9F2DCD614401D099AF899A7 /* RACEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5864A26625028DA54B66904E1F3CB559 /* RACQueueScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = F39C47275451994773A2D0EE364AAD24 /* RACQueueScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 586B1D7E92AEC3C2462B5BA36B2D413B /* RACSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 601F342219CFA499210D954E8CB5EE3E /* RACSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 591D96FE65EAEBD515E6C50490972439 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C79DC69E81B1CE7ECA7AD5B49B1628 /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5943324F179C6C962816A4712A889E0C /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B3AC5795904C3555AF1A7B53DD4A42D /* AFHTTPSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5991FB507FDD0F6C4D2EA204337EF426 /* RACTargetQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = CB8A3335A3C3BA9BEB2F6E1E4B233B81 /* RACTargetQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5994C8E04CC0078771E6950F217AD483 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 25A8D3EAB6362C8FB46EACFC7D1FCE65 /* FIROptions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 59C5DEA34359323178DC4924BFEDF256 /* MASShortcutView+Bindings.h in Headers */ = {isa = PBXBuildFile; fileRef = FD97786C47E3051AA43002A33E7C9476 /* MASShortcutView+Bindings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A12C5CF705D80FD932FCE5112DC922B /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F1B8DEAC644F17AB93908848C017CB4 /* NSURLSession+GULPromises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5A410921AE6D64D4245E1CFED917B149 /* FirebaseCoreInternal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E20765094E8DAA7ECB6186CAEE21BB60 /* FirebaseCoreInternal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5AB9634111ED2A92A09406B387B37E54 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C8BEEFEE2D4E21534A392A5050D54D9 /* FIRComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5C4E3BEC68F14D2154A75E65160409AC /* MASPreferencesViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F7406F8904FC00E0A0AD3A327DE0BF /* MASPreferencesViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C9CE7CF2F9326C40DE1B8DF3BB94815 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 30BD33D59A544399946236210DF3DD6D /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CA9CDE73842E41EE0039BFA2FCAA8C5 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C0A7CA73A9F3F91D3D46B5CB76B3220 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CB0D9FA9418E1F8C6D5BB116C78DB6F /* NSControl+RACTextSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D8F0219016AB4A36AAAF4B2E6940E6CD /* NSControl+RACTextSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D05F6424F79DA9D40EDE9A54766378B /* mz_strm_pkcrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 8548F73B159121AF8AD7737A93C6C40F /* mz_strm_pkcrypt.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5E8E18206D9E5B3BB89855799B4DE2CB /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = E39136CD44C88B45976196E8D0D5FC50 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EF9CEBC53E00075A9DA6DA100DB48C6 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 84D7D21EC7447D3D3F639B08B212EBCF /* AFSecurityPolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5F3D76B19CC945D75D941330DBF944D4 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EBC133F0FF923B51A2279E0B6115999 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 603C9389FA7851613185C94F3D5661DD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 603E7372E58D9C0AC97FAE2AB6625506 /* MASPreferencesWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 97396676F3CAFD6A26334C1C014DC785 /* MASPreferencesWindow.xib */; }; - 6057AA30197F38E7470EB7A7883C7F2A /* RACEmptySignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 49672F07471AAE3562C69F8C8EB377D2 /* RACEmptySignal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 6130390A28FACC2AAB743924489049C0 /* MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E95B2EA79FB33603F1EE0D0C3FAD201 /* MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 616261015BA6EAFD7A64CDF635586BE9 /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 49FDE74F2B0A4B37C6B7A73D810A6D98 /* MASViewConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 61CB571D0AB1280F25636FC42D4EB214 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = CF807DEC45A1A31C78BBAE2FCBC3470F /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 620C987092D89C947D6D7D4B25437EC8 /* NSText+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = B9F15C3D1A30756A3AF765B0A2853C47 /* NSText+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 621A85EEC558E827589BA680DE3CAC95 /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A74EAA07BC403084E4E913BB4AA07BD /* RACValueTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6255E01AD848E216F970969B14F11C8B /* NSObject+RACLifting.m in Sources */ = {isa = PBXBuildFile; fileRef = C9D53E988CD107B608414F24BD0ABECF /* NSObject+RACLifting.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 62A0A45228800D371EC22C888600851E /* NSInvocation+RACTypeParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 1387EDFBB85AFC8D4353659BC003A7E3 /* NSInvocation+RACTypeParsing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63502E510DE25E4338833B00CFB51988 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F57F8FC3D1019C60922651FCC24E94 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6438037295B45D5647144857243C89C1 /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = A0E0A046B22718E79CC9CB57423E9D4F /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64D435E79ECD3EB0D73A800032493B95 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D99DE4B193B74D88FDF4732B18E6902 /* GULReachabilityChecker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 65391EACCFE5094E12AA286D28C1494A /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B772D89CC9EEDCCADF0F4A2892018AC /* GULHeartbeatDateStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 656D5D0480C5CADEF932DC2BB025AA19 /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 765AF6631039E0625803BB2EC133A0E9 /* GULSecureCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 65886C3F4D2DE9256A673D0C8320222A /* MJExtensionConst.m in Sources */ = {isa = PBXBuildFile; fileRef = AD984AC8F252EE9FB48573F755F875F0 /* MJExtensionConst.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 65C02FF9241046B92430625E3D048F03 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BD706D419FEE758FA61908D1314661A7 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65C4C541095E322D517FCEF0B7A55007 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE033BCA92B6B5C6319F217414AEFBB /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65DAB584737254667353E28F13436BB5 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 3390AB7BB444BC3D133338DEAB9AC7F9 /* FBLPromise+Catch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 662FA58BFBA87239B5EDAC3BF981D4A5 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF72307724652CCF04CD9C9572274C9 /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6758F4C7DCD713527DBB69B197F5E1E3 /* MASShortcutView+Bindings.m in Sources */ = {isa = PBXBuildFile; fileRef = EA3947C9FC78598CE5311E93E732D6A1 /* MASShortcutView+Bindings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 67926EEACC4290F238C9C48C6C2D13B6 /* KVOController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60C7E86863C9CE62BC64AD92928C39B4 /* KVOController-dummy.m */; }; - 67AEE626250489F63A0BBE4D3C98855C /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C9D89D00AA344DFC431EA23DD19298F /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68C4DC44BD744718004883435B1311A4 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F4EC124AE704B1D78E1896F526035F /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68C57367CBE929943971836F2F6C4297 /* RACArraySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D848EE45DBC4D1742A383A225E8B968 /* RACArraySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68DF57F8D5E78A535CB8C7143CAF7809 /* NSData+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 111444F39ABD4F1017F292A9DC22ECD6 /* NSData+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 690C8145F68AF6A530F3DC7E53D62DBE /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = E7F847CA77DE931B3B162F5B015AA563 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 699F22C683CA2D29123075ED20D36F58 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CFBC30A93E0143FD1F8EE283D20C2CD /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A7EDEB3C7193F1D6B7070A5CE21D6B3 /* RACImmediateScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 88374BFE0D5F02C23F04D33295DAA9F4 /* RACImmediateScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A8F0493D220BDF6B67B04253D37D317 /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 68C52E2C3CF4C312834B39CC58D491EB /* FBLPromise+Reduce.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6AAB57091A8680E7F9C22AD25F70300B /* RACGroupedSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = D291247DDF89DAC6C083FB90F5E3E3E3 /* RACGroupedSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6BAACFC36F25AFE4D7C5348823F710BC /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9F2D484B375B297F340AFA6B46DBF45E /* ru.lproj */; }; - 6CB8C6297027CCA5F3678E6F448A291A /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = DB14802F7C3C18D6ACBC51B3B56BAAC2 /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D819C516A1ED58B10AD4110F944A6C0 /* NSString+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 283E57E98B511FE6F570040396F7222B /* NSString+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6DAC926607524D41CA15AD5D8257FB94 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 614BD9365B068B83F7180EBA34B39513 /* FBLPromise+Delay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6DD5D1A933244769CC0504FE934A68CA /* MASLocalization.h in Headers */ = {isa = PBXBuildFile; fileRef = 95D63F31277E36392ADFD85D8D53D48F /* MASLocalization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6DDD98D6AD3C13522FFF7A5B67766E87 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E89EB3A7CE3EB1AD6B7F93080F9FDA5D /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E4EC8B8ED1F08438208A9537C18FDB5 /* RACDynamicSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = C82DE15CDD336E8170D42D13B290EE14 /* RACDynamicSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E5BA38F45C9B904BAA86970852F0A9E /* NSString+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 2033716E698E9147D589FB6F7F8B201A /* NSString+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E7E57D178AB07637DCE13FD1CC1D253 /* RACAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C9A1FF4E007887EEBB5695055B0C31F /* RACAnnotations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F06687AD781B41A7AFA0D88D2CB7E82 /* mz_strm_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = BF64C678FFC49E90742794F768B9E445 /* mz_strm_mem.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6FE46771A759BC9ADEC08B7ECEBF8159 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CE99D69258FAFE2120E7F042CF20BE0 /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6FFF5D225862928BBE3242F61D2FFD6D /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D3AADF91CF63678E9243151C13435FD /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7098D7E4487E9DA9B7ACBAEB1CE9E20C /* RACTupleSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = EEF0D8851906AA1AD00870E7B34E319D /* RACTupleSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 710C42636E795A793DE3E99C42A95080 /* RACScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = 453BAD0DE3CE588C4FCC9C9090BFBE49 /* RACScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71314239929D8F0CB31DD755C3F4187E /* JLRParsingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = ACC642579114C0FDB00C3CCB5A23896E /* JLRParsingUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 717704BD9C6A7612D0709A634AF70097 /* RACSignal+Operations.h in Headers */ = {isa = PBXBuildFile; fileRef = DA0604D363A69F1C46CFA227A05A90A2 /* RACSignal+Operations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7189A1BF2FC68A735BC4A983AAFF0A95 /* JLRRouteHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C5D3889C394E919844FAD749C4FA9B /* JLRRouteHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72022B481CDC49826D8692D64C090F95 /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7655B3E7BDD2F0DDD6D8C74E08DC083E /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7286234FE74BE5524BA51908B8DF284C /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 15050B6BD5F7A22F75D092062D73AF9E /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72D9C21C167C84FEF7C83BB29877019E /* GULNetworkInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = CB434F93B7304EB9522FB1BCD421C4D7 /* GULNetworkInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7377BE8A12A0C450CA5F21DF56444679 /* DDASLLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 028CFE8D69AD369033EC7BEF0F6EED65 /* DDASLLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 750D0DC5DC0C794B472F5F1CA28010BD /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 3805403945A7EAC8796B1DC09EEB2CB3 /* GULUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7643ED9F218EFD0D47D740F4B931F515 /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFDED531779D0454DC948C76BC45D5AE /* PromisesObjC-dummy.m */; }; - 769A667C93715C4D8CD28278616422BA /* FirebaseCoreInternal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95DE34EF5BB92920CB290049AD022A1C /* FirebaseCoreInternal-dummy.m */; }; - 76BF40F8B6EDAD6BB7040501E104CB1E /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = F550B61BB4E29F3113D0D2A5D79F4C8C /* FBLPromise+Do.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 76CDE97AAF5D3E001525455B10A407F0 /* NSEnumerator+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E23F187D2F9D33E39C6F217213C88E8 /* NSEnumerator+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 77116A50197ADFC6613300A7E187C4AE /* NSOrderedSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F069BC46B8FAE3816234EAC9BB593EC6 /* NSOrderedSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7729C11A2558C2471A8B8D58A874EE6A /* JLRRouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = B4ADAABBE70B6F8A713C6F585D81D516 /* JLRRouteResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 772AC00CCE9BB61AE2DB67E0CBC87E63 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 44383E893BF925EA1F275D8BA8FBD271 /* GULNetworkConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7735726E9DB6A3F8D149E205E3C6BEDF /* HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 972479D3B14D23351C2CAA29BE12181D /* HeartbeatsPayload.swift */; }; - 77E89ABBF0B14D029D55072153F36336 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F1B87E4719D04AEA30464048B81F68C /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 792351035166C2C4B20385AA1B9A5291 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = A653DA983F9A8CFFD390DE81FCA36B15 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 793A7928DEEC23B10E8E44EF180745E6 /* DDLog+LOGV.h in Headers */ = {isa = PBXBuildFile; fileRef = 2232C8D82E15B2DED0AB2B20E62796DD /* DDLog+LOGV.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79CAC0A0F92732E566C161D4E4EE7B14 /* NSNotificationCenter+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4151FBBE9A55B3C3C44AC673B8987883 /* NSNotificationCenter+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7A56E4F055688187CE83741D99A70604 /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2689B096F9B9170528B69D99BB18E732 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A5D1CE3219A476A207149382850B07E /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 09850BDC0D6AFEC0F723141EB26786A6 /* FIRDependency.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7B835D47DE258886D4DE32448092B2E0 /* MASShortcutView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A9FA19BCBA07C91C7E7665ED151236D /* MASShortcutView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C029376ECFAAF6EE34B547B6A8F98FD /* MASShortcutValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 099A438940D9D014D083348723BC7499 /* MASShortcutValidator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C474BFBF9480E1AF0877C9E77E617EB /* DDContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2C0B4B62350FF3EB9050D523713BC0 /* DDContextFilterLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7CB297935C441E50FED92957F45625D3 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AC6050C9113706073F27FA9CAC040EE /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7CF2440A875FBC8B87B16EF806E30916 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 13DD455933B8045B4BF63FD1705A821B /* es.lproj */; }; - 7DB2C0596405DB863CF2B2A489AE2636 /* mz_zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 137217C1AB818A91BBEE06934850E664 /* mz_zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E3667FDB8AF2D4E0B0299FBB1595BC6 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 27C278DB4BC67FADF7B24F9A58C2FB40 /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7E66F1A228B05451FAEC6669F0CB3A4B /* DDDispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 96DD27CEC9F83DE997EC0ADEE0182D6F /* DDDispatchQueueLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7EF822A9C4C636B72A8D8A75743B7BA1 /* MASShortcutMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 77A9C494FB56959740F7CA41CBA64FBF /* MASShortcutMonitor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6057AA30197F38E7470EB7A7883C7F2A /* RACEmptySignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FF23AC197AE340CC44456DED976ED77 /* RACEmptySignal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6103D513429C269B74520DC99D64797A /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 431730DBC196E41998B92D4D596156D0 /* FIRAnalyticsConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6130390A28FACC2AAB743924489049C0 /* MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E90D8672993E6A9A5E41AF546D36612F /* MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 616261015BA6EAFD7A64CDF635586BE9 /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 1214C7CACBFBEB21D10A0A9DC14E304D /* MASViewConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 620C987092D89C947D6D7D4B25437EC8 /* NSText+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = DF4E5A3A4936F5AADDA17D5D17BACFBC /* NSText+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 621A85EEC558E827589BA680DE3CAC95 /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = BB166CAAE8A0A25718195F193514D8BB /* RACValueTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 622D1A857EFFFABC16C0D6C19B3699E0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + 6255E01AD848E216F970969B14F11C8B /* NSObject+RACLifting.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E1BCDAC2A88E0EE430EAA8A9D15D330 /* NSObject+RACLifting.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6263F5C03E293FAEF0540964EDA5E9C1 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F057D8FB318FE106254E54B6742A7B /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62A0A45228800D371EC22C888600851E /* NSInvocation+RACTypeParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C0F81D9F8D986311AFE82A6E73F4CF2 /* NSInvocation+RACTypeParsing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 636CA291E1615855E7922D30962B5996 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D7E4AF6FA44C7E153A1AD84DF80DC9B /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 641B13547EE739F49A5A22F63A29B332 /* HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1083B39D3FF538D1B762356D9EC6FF58 /* HeartbeatsPayload.swift */; }; + 65326D3EE21880FBDA49C4663F4A2CBC /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 4767F4491A33B01FD65C4BC37009A059 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65886C3F4D2DE9256A673D0C8320222A /* MJExtensionConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 061C269C7D919849E7FB15978B5DD771 /* MJExtensionConst.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 662FA58BFBA87239B5EDAC3BF981D4A5 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = A489E8E0C9FCA82094CA172F2DD0C5A3 /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6758F4C7DCD713527DBB69B197F5E1E3 /* MASShortcutView+Bindings.m in Sources */ = {isa = PBXBuildFile; fileRef = CBBCF9ED18668ED70452FB89792E3EA7 /* MASShortcutView+Bindings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 67926EEACC4290F238C9C48C6C2D13B6 /* KVOController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A2B5D1F89B9940ACAADA2B9870DF528 /* KVOController-dummy.m */; }; + 67AEE626250489F63A0BBE4D3C98855C /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E414749DA1B41A7087909D60A80C4D05 /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 687B308B06BB5A5B3BBA0CBC05E3055B /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 969C91C4287038D447D86AEBAB668CB9 /* GULNSData+zlib.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 68C57367CBE929943971836F2F6C4297 /* RACArraySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = F40DF7F0D21A1C74EF38E23543805811 /* RACArraySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68DF57F8D5E78A535CB8C7143CAF7809 /* NSData+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 204EC87F99D0710FC1E4664A48771207 /* NSData+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 699F22C683CA2D29123075ED20D36F58 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B3BAA0CE47E5A737C9F4AB7CF7DEE8DD /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A61E561E5D6C95F474FA67639DC8E1D /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D7C5F94E174C508072C4E58862AEB595 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A7EDEB3C7193F1D6B7070A5CE21D6B3 /* RACImmediateScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 648A191F1A0BDAAFCE54CB5AC324AC6D /* RACImmediateScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6AAB57091A8680E7F9C22AD25F70300B /* RACGroupedSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = FCA171572EBF579D4E43A8DBDC201505 /* RACGroupedSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6C33865D639E70B75FF3F253120AC673 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 74EE430211550A36049C57C4D4DE5A7F /* zh-Hans.lproj */; }; + 6C81EFEA1C9516934625493985557221 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = C541ACDC50D9FFF1CF6C97DEBCA8C3D8 /* GULNetwork.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6D819C516A1ED58B10AD4110F944A6C0 /* NSString+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 0086026DEFC67029299796D36F9E056C /* NSString+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6D934040BC161398BB2BFC52B2E51C52 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 8683BCEDCE264F53BFE45EC386CB13BC /* FIRLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6DD5D1A933244769CC0504FE934A68CA /* MASLocalization.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B55699240BE2BAC89ADFF65A25E886C /* MASLocalization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E4EC8B8ED1F08438208A9537C18FDB5 /* RACDynamicSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 982E2C00DB145B5ACA35EE6EBD15D7FC /* RACDynamicSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E5BA38F45C9B904BAA86970852F0A9E /* NSString+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = B9B634FD4B7190E722747B5144C81739 /* NSString+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E7E57D178AB07637DCE13FD1CC1D253 /* RACAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = B3DA4F038AE9A9A33306DD5DE3F835D3 /* RACAnnotations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EE2611575D8CEF7EDAED717CA41F985 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = C737832F5A9F9AD64F2622C28785B944 /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F06687AD781B41A7AFA0D88D2CB7E82 /* mz_strm_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 2080BC8CC438FF620C122FAD6E1AA412 /* mz_strm_mem.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6F8481437135030847286DC5B069F2B6 /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = E78A5929CC321AA2E0CD4BAFDAD2AF6D /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6FFF5D225862928BBE3242F61D2FFD6D /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = D095358F140BD3989F168D5972E4CB88 /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7017D9E7D07ED78F70B4B380B07FB422 /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 98C728AE07433965006017BAF3C73676 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7098D7E4487E9DA9B7ACBAEB1CE9E20C /* RACTupleSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 97E073DF75EB2A96598AE829F4A8BDA0 /* RACTupleSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 710C42636E795A793DE3E99C42A95080 /* RACScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = 98858C192AE66019B346608640CEF03D /* RACScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71314239929D8F0CB31DD755C3F4187E /* JLRParsingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F08A0517A1D1C516D5124699337407 /* JLRParsingUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 717704BD9C6A7612D0709A634AF70097 /* RACSignal+Operations.h in Headers */ = {isa = PBXBuildFile; fileRef = 52517C574964DF4B7CF253E66661F735 /* RACSignal+Operations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7189A1BF2FC68A735BC4A983AAFF0A95 /* JLRRouteHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 288A41D74F7C098AE6338577F2D9B13C /* JLRRouteHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 72022B481CDC49826D8692D64C090F95 /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 77DF59BD9B9D48752A19916365FBD2D5 /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73427713DCC4991153E98C2F2B7B666D /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24ACF3DEEAAE820F09372F7CAD455190 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 735CA73D76A5CEB91B10BC2BA991A6AF /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + 7377BE8A12A0C450CA5F21DF56444679 /* DDASLLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F65624E24F1B700F0382BB7125920C /* DDASLLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74725CE808A12DA55217A14299F5F2E3 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 679F131F2401A653DE0EAE02E389284C /* FIRInstallationsSingleOperationPromiseCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 76CDE97AAF5D3E001525455B10A407F0 /* NSEnumerator+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 2561BB224DAFC4241BEC2A3EDAE50DFB /* NSEnumerator+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 771107B634D9C3B76B2C0B8C5DD8BA54 /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = ED01A2FAA372444911D4C8B407C1B927 /* FIRInstallationsAPIService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 77116A50197ADFC6613300A7E187C4AE /* NSOrderedSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B971699D843479A06E5510A5FD4B841 /* NSOrderedSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7729C11A2558C2471A8B8D58A874EE6A /* JLRRouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = EC9DE82F7AE6B382F7601667F02743F0 /* JLRRouteResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 779B78A1DC8577473AB82ECE074E51F6 /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 48654201A3E08E6C482440863250D1D1 /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77E89ABBF0B14D029D55072153F36336 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE9305D5D3D5B335957A7E2DF3EC0B5 /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 783048675A8F832219D5E37DD1797B04 /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 035BB1678916C7E9EC7BE3DB4F1020AE /* GULSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7832A6027EBBD38DD23FBC88E12C864A /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 523D9D60B8B30EFAA6FC57CFA782B37E /* FIRInstallationsAuthTokenResult.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 785562D852A727625DF8315AF53FFBBE /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8A5F92084780FED2D8EC2EF1F2DB53 /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78B9EA159FEAC6F5B749C00380637F2A /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = FF204AB024C09C5779BD814668737DB1 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7901FA1662128AEBB3D287565CC12E4F /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 37BB97A6A6F13B0DD0AF35A3561F413E /* FIRInstallations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 793A7928DEEC23B10E8E44EF180745E6 /* DDLog+LOGV.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE4208C690F7B121BF91F6E3E065CB5 /* DDLog+LOGV.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79CAC0A0F92732E566C161D4E4EE7B14 /* NSNotificationCenter+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BDBBCE4878A068F0E0E8F54B1DEC1BD /* NSNotificationCenter+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7A8493AC6E362F13BDBE7542797EB9BD /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A9EAC78069207C58D52E4061D01B118 /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B5C7A4EC7E01CC8A4B8AF8E4485F651 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 63EDCA4ACB2154E1FEF06D75C6B03062 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B835D47DE258886D4DE32448092B2E0 /* MASShortcutView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EEC6F934214FD9C57792B274116C93B /* MASShortcutView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C029376ECFAAF6EE34B547B6A8F98FD /* MASShortcutValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = BB0A2F30D0F9C083494674E5388D4657 /* MASShortcutValidator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C0812BDA33409F6A2E98B652FFEC8E4 /* sv.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1C1B31478536E81042F106BC190D4435 /* sv.lproj */; }; + 7C474BFBF9480E1AF0877C9E77E617EB /* DDContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E7C9461A54809BB0D2DE1212F89627F /* DDContextFilterLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7D74F1DC5FABD5A99B13F7601359155D /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1895521E8893ADB513CECFDA3EDF77DD /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7DB2C0596405DB863CF2B2A489AE2636 /* mz_zip.h in Headers */ = {isa = PBXBuildFile; fileRef = FCEC727D6AEBF80B1BDE29B7977F50B2 /* mz_zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E66F1A228B05451FAEC6669F0CB3A4B /* DDDispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 449FBB4E23F1E01CF3166EFA618ABA03 /* DDDispatchQueueLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7EF822A9C4C636B72A8D8A75743B7BA1 /* MASShortcutMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EF425667D9FC40F3538731F7E54536A /* MASShortcutMonitor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7F37C2304C7B4695B6E155E75C6C2F35 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 7F58BE8838D03B2D5B30E68952FF1E4D /* SSZipArchive-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DB5C0D666D2E84D57CDBFB334E55373 /* SSZipArchive-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F58BE8838D03B2D5B30E68952FF1E4D /* SSZipArchive-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C34B254399E2C87BA33C46A1E6D67A51 /* SSZipArchive-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7F59999179584A86DC8922AF1D751E96 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 7FF9376D0BD3159E82F3AA26178EBA07 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = EAB0321FC38DDACD9430768721E33047 /* DDASLLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 807705541E716C7C49B056674DE54FF0 /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = F2EECE03D668B32AFB461BEC254DB5D0 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81B0A880263E42B4A7682B8D656E9433 /* MJExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 44C2FDB4D5E3CB89A759022A26BEE274 /* MJExtension-dummy.m */; }; - 820654D2F08F342459CB025647EE08A6 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = CA386BD465A6AEBCDFAD60202B79BBB6 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 822C5A15A16A7B73568F2B5AA5DF8C19 /* RACMulticastConnection+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B848C8E94B2BE4B16A83E9E4EEEF5790 /* RACMulticastConnection+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 826075C3ED3B7972A7359547B5673961 /* _ObjC_HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77E8303B6B93E2518DBBB11EA083170 /* _ObjC_HeartbeatController.swift */; }; - 828A3C4E04193340BB2F32505D7ED5A0 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C6FEBBF81D27BCAF5AE78FC3013FAC1 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 82B86B3AAE00394E4520A282B8AE40BB /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FDB5DFDD9F40E9C21688D449BF1FCF1 /* FBLPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 834348F0132529F12B348C26A4B3C46A /* RACBlockTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A5C84563F9AAB88AE1485CB143FB91A /* RACBlockTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83F1B5B477C366CEB687307042F60FD3 /* RACReturnSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AC21865C174FEED6CBAAF4D862F93D /* RACReturnSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84EB3685D3135C5F90F0E7C747DF60E8 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DE6ED222F408B2B571D6C9ABEF3CDEB /* Storage.swift */; }; - 8590AC8670A3A6156B48C56C3C2C9A8E /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = DE51C154628D199BCD5961FC31AE0A19 /* View+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 85F17BC33B38C9DF196B089A18C59EE9 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 969F6B8A171C2A3FA841E68A209C9FC9 /* GULLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 865AF9D290E6170F37B1EFC3D530B9C9 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 75F9E5438915977094E20C8D4E92DD08 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8672747FE7791AB1BDBE5FF06127C72E /* DDASLLogCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = BE19F6ABDCD82BC9AFBA01C07A578D96 /* DDASLLogCapture.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7FF9376D0BD3159E82F3AA26178EBA07 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C2AFAB93615753004172C02DFD7E0EDA /* DDASLLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 80AB2580823D59D868F36A0CCFD33686 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F03A8343AEC33641155CBCF83CB6111C /* nanopb-dummy.m */; }; + 80E10C83F426C4FBE5037C7F4C15B769 /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 98100DB3772CBFF026818DEAF0DBE7E4 /* GULHeartbeatDateStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 80FCB7EE2EE27D080683489C770D4C13 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D163FDD1B558E63DE884AB82772B3BF9 /* es.lproj */; }; + 819514AA5070A695D85E2741E0FDC6DE /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 648B32621572E2561BE61FAECB4BC6EA /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81A5E7C9DD12B00D0A3A66D301CB024A /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B5093B65B54E5B4F0EFB8C4391FFE41 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81B0A880263E42B4A7682B8D656E9433 /* MJExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A734F556BD2DA269D6B92162BF9FF7 /* MJExtension-dummy.m */; }; + 822C5A15A16A7B73568F2B5AA5DF8C19 /* RACMulticastConnection+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D6DDCE7C064A7B0E972B25CB8A99005 /* RACMulticastConnection+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 829194799CEAC24E3921BA9398A0B16A /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = DE407F25B002C0A3BF90EEC037B09BCD /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 834348F0132529F12B348C26A4B3C46A /* RACBlockTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 5854B160154EEE49D045997AB6B21DAF /* RACBlockTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83951C719A5ABACAF0253C3EF5B32201 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 61995D6443D6D4BE686D15425992FD1E /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8397678AB6D393CF7947A446ADBEB6B7 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 060D7ADC94C54460581B653B784B3932 /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83F1B5B477C366CEB687307042F60FD3 /* RACReturnSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2483C6C89E65B26D955834BCB52191AC /* RACReturnSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8446927339C7A62EB92C205ACB1EA409 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6877A0D069DEE803E04AC3746F8A5D /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 84B3C612462D52E39AE51394202A7A84 /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = F30D45B29902BBE08A37108EAEB9EC10 /* FBLPromise.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8590AC8670A3A6156B48C56C3C2C9A8E /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = D1520B8B7428274B5806B3E72D2B36EA /* View+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 865AF9D290E6170F37B1EFC3D530B9C9 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 98A240BF4BCFD94AB552AEB9181A813A /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8672747FE7791AB1BDBE5FF06127C72E /* DDASLLogCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = EC54CC8C9257CD3F90AB4641C3C74280 /* DDASLLogCapture.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8677BB28A889433C2632F2C1829F2F3A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 86D90657C52E5C1038ED46D1CDE3FD8E /* DDOSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 88EBA189C9A81721DF6BAF47E16C238D /* DDOSLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 881F1FEB1A7C73462643B5E5B3F732CD /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = DF4AEEA89DCD9070542C437AB447CD63 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 886B4AC9B1FE36EFF7CD38820E10BFAD /* MJPropertyType.h in Headers */ = {isa = PBXBuildFile; fileRef = F1407A6043964AF157C57CD8BEF4FAE2 /* MJPropertyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 886D1D1BB7EBA25C9E7E5E4C3823E8E4 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = E896C6944F10D199BFF3C021F0783F15 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8880A510F537DBAE76914FB6B6453A3E /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = A38855A02D1562D3519FA73FE8EC02FA /* FBLPromise+Then.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 892AD72AE8798E957105491D1824792E /* RACGroupedSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 634E242413EE1750828A0BC95BCED169 /* RACGroupedSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86D90657C52E5C1038ED46D1CDE3FD8E /* DDOSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 120BC44491574DB43755DD569E01B86D /* DDOSLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 881F1FEB1A7C73462643B5E5B3F732CD /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = E2D0E5EB6A754865357285C9435A05D2 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 886B4AC9B1FE36EFF7CD38820E10BFAD /* MJPropertyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F43105E45B8B34020C641CE5E80DBB5 /* MJPropertyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8892E5B9CFF2919CFE26B8802D6EB938 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */; }; + 89226DB1261A5766AAC6F011E14C7F90 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F8EFBE45E421FE2A0940C39F7C51F0A1 /* en.lproj */; }; + 892AD72AE8798E957105491D1824792E /* RACGroupedSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D6DAF8D2203810EA0CFD25FFF782A1D /* RACGroupedSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89685630F75465F2F72B3045B636449A /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 33BBDCAADDED43EF5EEA9BF2CFCA95EB /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; 89C4A852D0FE33715E54587D9974FF59 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; - 89C594638664941FF4AA276858EF13C5 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */; }; - 8A0307588E78B40E788D91E74AB060B3 /* RACDynamicSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 56568386FE01788C138D604D407D77C7 /* RACDynamicSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8A9AAABE9C53EF72839885D982653F3A /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D4D0D885ACACFD7672BCB03AAFF32D /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8AB091199F99F1C2E9E67030DAC50F6E /* mz_strm_mem.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C8BE1EDBFADFE0FD8EC22F20F3B64A7 /* mz_strm_mem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AFFCCF815D5B2928A26CFFCA51EBA4B /* RACStringSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = A948EDE1C82A25C5C1BE3654046A8490 /* RACStringSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B52D38719C57490297531FC9E292934 /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 091B328F665F1E2188D1C2ABB1034CC2 /* RACSignalProvider.d */; }; + 8A0307588E78B40E788D91E74AB060B3 /* RACDynamicSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 64535281450D239C378B4771FCBAF380 /* RACDynamicSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8AB091199F99F1C2E9E67030DAC50F6E /* mz_strm_mem.h in Headers */ = {isa = PBXBuildFile; fileRef = 37DD5673F41895A96C2B2D35F23D880A /* mz_strm_mem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AFFCCF815D5B2928A26CFFCA51EBA4B /* RACStringSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 759C6B6E7500C87D8EDEF2BD19BF5928 /* RACStringSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B52D38719C57490297531FC9E292934 /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 9B2E24708AF485E303DE844CA20FA68A /* RACSignalProvider.d */; }; 8D1041565BCC3CD7C38D565F0AF0C746 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 8D215B9F6A2D5684D6AEA6A74DB0C471 /* RACErrorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 64F13FFE784DE7A274A0521E52E10654 /* RACErrorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D44796A8C9452BF189DDC32C423FA30 /* mz_zip.c in Sources */ = {isa = PBXBuildFile; fileRef = B1ADE52F567BE702393FD74B75EF9808 /* mz_zip.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8D8BBB7738F7262E2634CB26FD06BE0A /* RACScheduler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE56860100B99073AC03D478863D93E /* RACScheduler+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8E4E3DE7EA18A7E21A11AE50CFD47981 /* MASPreferences-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 843EBC91CE652467D5C60622CD0F1F4E /* MASPreferences-dummy.m */; }; - 8F2CA43E09AF4904C523F5E7DE0C0521 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 51CD2D16AB109A337FB68E533F67B30F /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F4FEF0B88CCF7080DFED57647D91E18 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B3D4EA73D5A0CCA855822FA3CB86F8 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F7FE94D865D6F8EFA1EB153BDC2CF2F /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = EC2BFE7875C93E6A7520AF71A8E81224 /* DDLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8FFAEC748E582309A35E1B2723DA9448 /* MASShortcutBinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B37B87C1D82DF2588E5C11C058D8EBC /* MASShortcutBinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90DF670DC21B9EFD8DFEFC5081073963 /* mz_strm_buf.h in Headers */ = {isa = PBXBuildFile; fileRef = D32BFE064F15D514528CF5A9BD96FBEF /* mz_strm_buf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9139364C3F6747F6FEA8C316864A6FD2 /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = F629F9B6D8ED4244246E427319DF0570 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91B35C14EEED9FFA6C65132F085CFE87 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 7659EABBE87DF36F005E38A836064513 /* FIRInstallationsStoredAuthToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 91FED278B1A97F96591BAFE55B420DE9 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D03E1C20F466CF72ED4E53BD2E97C3C /* DDAbstractDatabaseLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 93C1073BA8F3AB71A2F40427F843B254 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 93D8E710B07B1C24714594FB530E1FA4 /* RACSignalSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CC9672620058C98DCE062837AB0CB59 /* RACSignalSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 94040927102D7FFDE941DEA49AD6AF4D /* NSDictionary+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = CCBEECB5565FDB3A076F660E68E43C92 /* NSDictionary+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9412894A7260A55BFDD408C03A81C3EF /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C54D42FFF15F3D2820CC044D9A1F31AA /* AFNetworkReachabilityManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 941B662CA254AE4AF75B16E4B46CBFA2 /* SwiftLogLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9162331CCDD8E3AB289C2D58A7DA0CC7 /* SwiftLogLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9422B55CCFEB94E745461AFFB4E12CCC /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E57E60D24A5E8C5E0F7773497BC05DE3 /* GoogleUtilities-dummy.m */; }; - 94F0E6B0E36FF7CBB5A7213B0595C219 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7494CB3658A5DA7EBAA2E0E7DBB1A79F /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95B7C99D3CDC2BD146D244BBBF926FD8 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 62004D57B25AEF7EFDC41823FF66E9FA /* FIRComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 967578ADA5B97302CBD419EC7B0CD7E3 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFD183FBF0640CCC8228ECB39DB5020 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97244E3B5FF4E21DC23909491BEF2A18 /* NSObject+MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = FE1EC40F9D79B26F836184B1BA4544D7 /* NSObject+MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 97AE4FB93C2E5F42EE079A132EE7F1D4 /* MASShortcutView.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CC23D6E70301E40052F6F5FBEF8A /* MASShortcutView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 98D7016BD808889A12E8F9E705A9EAFA /* RACSerialDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 238D4FA9D8A150D1B9A2C5ABAD63D4FD /* RACSerialDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 99C3157D6C24B6313766D8AC358CEAE4 /* MASShortcut-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA30B391FE978C757D94D8AF68772C6 /* MASShortcut-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9A08530DCF3D90E52285B32FEB67CC2B /* Heartbeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 064D037D210E862067F9BCB306ACCCC4 /* Heartbeat.swift */; }; - 9A535CB625DFEDCB4E472C4772DC8023 /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = B4D248696EF414EDEF2AD5CC601DAFDB /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A597A653561E72D78F469066B2895F1 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B631075FC95A16B0BCC3CD0AA65A9258 /* AFNetworking-dummy.m */; }; - 9ABB1EE03E16CEA317C94740FA1E42D0 /* RACEmptySignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 5841D5A0A2D082F19C94D05BF52A0700 /* RACEmptySignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9B487D0717BBE7A16B58C58C78505F7B /* DDMultiFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = F63DC8FBD9CD3354A0CB406F7C8CA242 /* DDMultiFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9B54EF5E2853EF4E466C1DDA172A09E1 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CFE44B7094750A04489AD4AA2CFD6006 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B759645BFDEDECD2D417063612F4C9C /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = B12DED74840ABF71F1ABDF2DBB401AF4 /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BA289B9A97387364A7B455D8E6452B8 /* RACEXTKeyPathCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 77CA3D1FD0FAA32B47A3422F4B7BB688 /* RACEXTKeyPathCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D215B9F6A2D5684D6AEA6A74DB0C471 /* RACErrorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5960A4D422B3E941A9B2F309D16D41E7 /* RACErrorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D44796A8C9452BF189DDC32C423FA30 /* mz_zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 8498928F752D42B1F701D3A278BE43D6 /* mz_zip.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8D8BBB7738F7262E2634CB26FD06BE0A /* RACScheduler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F4CE3898EEEBA76E572E9F47521F79 /* RACScheduler+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8DC384C37E850910EFAE42D421FE736F /* HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 791E0D7A10EEC74E325AA51630C141F8 /* HeartbeatController.swift */; }; + 8E4E3DE7EA18A7E21A11AE50CFD47981 /* MASPreferences-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF594FE256CDE58404A13B7F692B6E /* MASPreferences-dummy.m */; }; + 8F1795A23FDA483CE39507434BA11A24 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EE3E6070E5429A3645EC414DE82F288 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F4FEF0B88CCF7080DFED57647D91E18 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = A103FFA7723FBD56B2CDDB706727DF50 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8F7FE94D865D6F8EFA1EB153BDC2CF2F /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 74B2960962FDE1D656F16CE3E5BAC30E /* DDLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8FA079A51C3B9ADED4B6C10F762F4877 /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AB620367D475E174262B0588FC8D6E49 /* it.lproj */; }; + 8FFAEC748E582309A35E1B2723DA9448 /* MASShortcutBinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A8B21A6ADB60FE3A7BFA72FED7847C /* MASShortcutBinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90DF670DC21B9EFD8DFEFC5081073963 /* mz_strm_buf.h in Headers */ = {isa = PBXBuildFile; fileRef = 92A9D4C36CF260DD5F9056E943E8A72F /* mz_strm_buf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91FED278B1A97F96591BAFE55B420DE9 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E29745CC6C04972A1D37500338E97FC4 /* DDAbstractDatabaseLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 92BD07322FBE219D97EAAAFB4D9BB6F3 /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 66AD0671C7EE5E43469AB7AA0062390F /* FBLPromise+Reduce.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 92E9F6BCB1480C9127F22688FB71BE97 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F2CEC5A236032F245275B0467971FD1A /* FIRInstallationsIIDStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 93674D488E7FB83E0953AAD133C555A5 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 18D42AA04FF2FCC368859A457A1B8FD0 /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93D8E710B07B1C24714594FB530E1FA4 /* RACSignalSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = DB8642AA1B0F69006926C5261D52EDE2 /* RACSignalSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 94040927102D7FFDE941DEA49AD6AF4D /* NSDictionary+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = C5FF58CF2ACD9F8E468CC93EE96EE7A9 /* NSDictionary+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9412894A7260A55BFDD408C03A81C3EF /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D438035AA21542136BE5990CEFA21202 /* AFNetworkReachabilityManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 941B662CA254AE4AF75B16E4B46CBFA2 /* SwiftLogLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = C8F32C12CAF2099498C4EC43743F16DB /* SwiftLogLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9670B5828BC346BB9808D05E09CAA5E9 /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C92AA3B32FE450191A39C3467ED52F84 /* GULKeychainUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 97244E3B5FF4E21DC23909491BEF2A18 /* NSObject+MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 85EE622218B33D4B7F605D2DD553DB9D /* NSObject+MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 97AE4FB93C2E5F42EE079A132EE7F1D4 /* MASShortcutView.m in Sources */ = {isa = PBXBuildFile; fileRef = E0AB6323A3B9F9FC20B53F1C455F6752 /* MASShortcutView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 983BE291122905C0F736E4370383097F /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = EAC69C6F5D0AC6D84993AAA51BDC059C /* GULLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98D7016BD808889A12E8F9E705A9EAFA /* RACSerialDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 7442E7FF24F803571C264962C6D71440 /* RACSerialDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 999844D3265CD51F81416A3B4A2D890D /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CA4C3BC4FCC2FF3332D9AFF24E3F87F3 /* ja.lproj */; }; + 9999C22D48860C8DDF31DA9668CF1047 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */; }; + 99C3157D6C24B6313766D8AC358CEAE4 /* MASShortcut-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AED86B7137475094AF8803A1E514E94 /* MASShortcut-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A08418E573F1AF53DA9A75FE92B2160 /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = F499235A0E4DF235B3A310438AE716E5 /* FBLPromise+Retry.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9A597A653561E72D78F469066B2895F1 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 42093AF04DB673D93BC53406F2D955CC /* AFNetworking-dummy.m */; }; + 9ABB1EE03E16CEA317C94740FA1E42D0 /* RACEmptySignal.m in Sources */ = {isa = PBXBuildFile; fileRef = ACE2CE8FBD9F0EE26E811404E37D624F /* RACEmptySignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9B487D0717BBE7A16B58C58C78505F7B /* DDMultiFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DBA5E649C5BFDB7F039E8872F021EFF /* DDMultiFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9BA289B9A97387364A7B455D8E6452B8 /* RACEXTKeyPathCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 7810783FE149CCE9B96A2591974554EC /* RACEXTKeyPathCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C575E12FFAA9968E137985FA7531DF9 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AB5962AFA18EB37DC037D1E0CCED3A /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9C833CC525D852B80C82F3F4CFC7E889 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; - 9CE32C8A868892C39215095F1CDFE684 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B479535A15080A31305ED7AAF28CD2E /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9D1A64D31B1E02F37D26F1D28A7C4736 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D1A230E3F737886FF80F1A39B6DC1865 /* nl.lproj */; }; - 9D3DEE5E8000F3D1D4492F5886FC825E /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6910A68C7D899F056330234A0D40A7F6 /* FIRInstallationsHTTPError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9DAAF8EC18BD4B3EF0F94A8A62682903 /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 309A184D7B8D5E4FBF167F58C0D35AC6 /* FIRInstallationsAuthTokenResult.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9E0F4BFEB3736B96D2E36B0E31B37F5B /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = B861DB4F53632070EF0A09956A5DD589 /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E6E03ABADC904242F6F1AA9D2F30F65 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = EBEC6C177527EEBC6F75B2E069717F84 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E75571BABA8A9EF2AA615B065BEF700 /* RACScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = F017E6083366639EF51E81E516C374DD /* RACScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9EA24652874E414FDF544343F000E115 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; - 9EC0C540EC73C9BBEFEE86715ECFBB53 /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = EA89BF9CEF223C760438C356190DFA48 /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0301AED7E0391CEDD4C30D8DF6A1B1C /* NSString+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = DD8D7ADA187BC0DA6588F2F8FBEB926F /* NSString+MJExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A05DB2FB1D83C0D2421A24F161B885AA /* FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = E7AACACFDD7628C0A8802A8C9F7F6854 /* FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0A2AC6868ABDA7BA54AA455D5E90F19 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = D681B4898092DE238049652B3120B5C2 /* DDFileLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A0C286BD41AE2F2CC527F45DFCD4A2E6 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 83B2BCAA8838DE452713691C25EA383D /* MASViewAttribute.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A18289A3940DD64126218258811A9E32 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 954DC61ED824866B01253EC8BC64052D /* FIRComponentContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A187E01133F75585934F7DD31EC8ADF2 /* CLIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4661265A443042DBA740487B4EA92753 /* CLIColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A1DCA565FBA6EA4101B0008AF640BB65 /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 618246946B5E92FC6F8B60790500A5E5 /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A204F880B36A95592CC9B6D009E02277 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = A163C7A473D5CBE2C6DB81FFDCE031BF /* FBLPromise+Any.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A22F05D6BA16470C55E1012F26456DDC /* RACDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FD5B2872CEC942C4440541804E099C4 /* RACDelegateProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A2A9F99FA057EBFAE556F04E2BA27C48 /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BFBA85FA849EB43B68DF03C90D3A94A /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2D4120DF4B0C5DBC0E0EAB3B1658687 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = BD3C877256A1556C4A7CDA9E6383C9BA /* DDTTYLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A2EC812DC322E4BDDC772EA662DB0A87 /* RACDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D8CB635618EE996FC6B9CCACD0AD42D /* RACDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A310F3E8835407F85BFF9FFA11BEE7F4 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A4FD1372B83B3620EDD217F092EFECC /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A321B44378BEE1526B9CB985A834E424 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD867F6E0C907DAC199A8C0F408CC80 /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A36B349F4F080AAA4038E80CBFCD0140 /* NSObject+MJClass.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B6B511A539EFFDCCF360271D0CCBE00 /* NSObject+MJClass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A3DC32B52A76CF168FE0D0171CD7ED45 /* mz_strm_zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 704E374E8D4EA2A1CC78ED0BB239F659 /* mz_strm_zlib.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A3EB36BC1B7ADA57B83261D66743A1F6 /* NSObject+RACDeallocating.h in Headers */ = {isa = PBXBuildFile; fileRef = D42199E73DF4DB7A35EF58605866EDE6 /* NSObject+RACDeallocating.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4387C455B8DFBCC22948EB90FD613C8 /* RACSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 49465B691815DEEA0167A81DF79FB934 /* RACSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A46DAB3244DDC84E1041F9C2CDFCC5AE /* DDAssertMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F0C81B2DB51742F15DDF98352949AFA /* DDAssertMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4E0666FA7CB73704AFAE5A087AD02B6 /* RACIndexSetSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 7768F6BBD3BE7BB81E7533A435EE3755 /* RACIndexSetSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4F447FA7122B13300BD80CE080444F7 /* mz_strm.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A7E32BD8BDBBCD198D2A3C9FDB27E8C /* mz_strm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4FF52DDFA7CDCA1849BB87DEEA460BF /* StorageFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 883134334C69BB6B899B7084ADA6B207 /* StorageFactory.swift */; }; - A60BCBFD6EABE3B6D02BB8C7C26E97EC /* RACIndexSetSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DF1A58544B7B3B9E6DEB54E61C9246C /* RACIndexSetSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A60C18305C35802FCC00D5E69B018D95 /* mz_strm_split.c in Sources */ = {isa = PBXBuildFile; fileRef = 13BDD3556E126756BFF68A35AF1D350E /* mz_strm_split.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A61953017333725B4FA7324FE0927E5E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - A6A6DD308EF1383CF3739A4431B6BC99 /* RACSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = AE9DE4C09CDCF94A3A087010DF558826 /* RACSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A6A82B67FC60144EF1FAF7CD5F0F907C /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DBD9257A0154BA16B419B5DBCEC71AC /* FirebaseCore-dummy.m */; }; - A757F328917291B2612056CD04B5F70F /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 40080433102EFEEAF7EECFC739B1B48B /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; - A8E6EE73F3D5EECA9225B8D0012E87F6 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = B1EDE00DB43F174E1BD66E8EA48FFB6B /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A938F21CAC87C5F8AADEF955F9127E3A /* MASPreferencesWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 954295D6696473030FDF9E42600A90C8 /* MASPreferencesWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9B6C5BB3BBDA9138B560342263FC7B8 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E191EFC5573A9E64D6C42F25A478884 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA7C903EBFA875598DED23DB07628A2D /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 338B9128EEBF8EE57C7EFC77420A90CD /* GULNetwork.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AA8822F658DA0E7FBBD0573CCBDB9324 /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = D96D9C6D50D56A126382A4E4A27237A3 /* FIRCurrentDateProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AA931561A4727F3976D057564447B2D1 /* mz_strm_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B64E7ADDC5FDDFEAAE027C5E9E2ADDD /* mz_strm_os_posix.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AAB0384853C90088036B7501CA8ACFE0 /* mz_crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 87A0EA7E28E89B28D77F932B2F7733D3 /* mz_crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC36E67FE8BCC30C7184EC59F1FF3A04 /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F31F9CDD8C46A3C6D388A2579A3BACB4 /* zh-Hant.lproj */; }; - AC437AB3F30FD2D50B2F02256A50BC22 /* NSObject+MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A46DC35D7302DF6F235C49A3D3930A4C /* NSObject+MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ACFC1FC105A8FBCC2478B9A5BED7BB14 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = C4FC6C317085D6A428D1DBC405C66DB1 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD1D995C2CEE4E7E25CAEE364A9C7826 /* DDTTYLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A53DEACB2ABDC65F4A621BB2D7BF76D /* DDTTYLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ADCDCDBDDDDB9E74384A3AE4CEF918E6 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C27A9DAAE9A7F5467D03F126E88D5F44 /* nanopb-dummy.m */; }; - AE119C1725F9314552E658C4184CD7B9 /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEEA0D89EECC4BB7759F8671E3E999C /* GULSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE444341C59E347C7572C46221650197 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = FBD5795456F6C2D5CD84D19363706355 /* pt.lproj */; }; - AF68A38290AA2FA3DAFAD968E4E06B1F /* RACQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = A707B4B256FD017F496258E0876187CE /* RACQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AF961BC9B2EE1D8F1CE78A2EF19FFF59 /* RACEmptySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = BE2F40267E1D2BC55D01F3E1D6D9312D /* RACEmptySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B00973120C24B512922BE3FE8DCBD0AB /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = E4C876BBDFFCC8E242C2D787D64930F3 /* FIRVersion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B01D0C7640BCE16285879367A57428D0 /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = B3D4FFBB79798383E90DE58475A4654F /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B056A8EC4695FCF5D3BA48FC95F02F6B /* CLIColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FFDB0A81AB17D363B0AC8CA188AF711 /* CLIColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B07EB787D25F264D74074A711D483763 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 68DD457F22AB648DF681647CC89FA725 /* FBLPromise.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0D2C2275DB415BA472B7CC68CC5EAF3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - B104E0D2D11FF73828B494377DD73B2C /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B34EB88C7767BC71B7DA12621EEFE7 /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B11A1AA5EB7FB0E231704D3B6D4989F3 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = E894EDB77310EE052C26DB0490838DC6 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B12AF55D3D4807DE97DAF6A6EDD2DC7A /* sv.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A84665BA72BEBCF6AB98110B7B579A0F /* sv.lproj */; }; - B1F775EF2B72976B19E925E75C8FEA40 /* DDAssert.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6FC0711BD96E6E0654250995B1A11AD /* DDAssert.swift */; }; - B2C4971593724BBCC6DA58B5D01D1102 /* RACTargetQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = C7BF71F790E445079B776ED9C5F28096 /* RACTargetQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D767077E12511712E5AAF1783BFDB1 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 68AD96BC34752C7924A235F5D096FE80 /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B33320880D9DB8519FE0AC78DA31293A /* DDLog.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF70A0BE8C110BB4DE677A64D421514 /* DDLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E0F4BFEB3736B96D2E36B0E31B37F5B /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = F1395D5ADF94917C0B8C1D952FA9334B /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E69E807DDFDC08CAD98511CF6D60AA3 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6B48B2773780C74CAA27A937A23281B /* Storage.swift */; }; + 9E75571BABA8A9EF2AA615B065BEF700 /* RACScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 137DA7F10F29FA6757D8FA1A7EF953F4 /* RACScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9EC0C540EC73C9BBEFEE86715ECFBB53 /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = C60A1B3007FB60DB85962874C2E0CBF4 /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9EEDB90F46C567039123CFD921B34503 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8139F0511D39DDC97DB38CF3342969B0 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F82069A750560AC40DDEF340248A178 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 4718F9E2C7B0661FEF2C1E5F9DF8191C /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FC5FC2F45447B141D98AA5B48387270 /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = BA05935B53D544259CA41CA187B649E6 /* FIRFirebaseUserAgent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9FE9B1540B338CC0A7BA13B5EB79657D /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F84F4616DD84F0BEB5D37292E3BCB02 /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9FFBCAC21210051BC52AC084B3D9FAD7 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 38CC89A1DDC9C1DE985326198EECBF22 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0301AED7E0391CEDD4C30D8DF6A1B1C /* NSString+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 31D8F4F9789C2B90EC369EAED4CF51BB /* NSString+MJExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A04DD86084042F08D3B4857F5E9E9D36 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A1C2B5A248F38033991D03D5D33C320 /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A05DB2FB1D83C0D2421A24F161B885AA /* FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = E7C3A3906F1A012B5CD61FB125B0DC52 /* FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0A2AC6868ABDA7BA54AA455D5E90F19 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B13A90D7A579321256AF92D6312C890 /* DDFileLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A0C286BD41AE2F2CC527F45DFCD4A2E6 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 096333BDE317D2BFC5571E1B6C7B6674 /* MASViewAttribute.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A0D6325D4BAD580EAF651E623FB37A96 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CA52C5B2AB354B3D74D3C4D809E599A /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A17E4E60FB5FCF0C5CFF879E95B1DE4F /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = A32ABA5FC8E21C919286D0C1DC2972DA /* FIRInstallationsIDController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A187E01133F75585934F7DD31EC8ADF2 /* CLIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = D204FF4A66E13434DF38C8CDE384CDA2 /* CLIColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A22F05D6BA16470C55E1012F26456DDC /* RACDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D71E77D81DA3902E36A293F5899ACBD /* RACDelegateProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A2D4120DF4B0C5DBC0E0EAB3B1658687 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C17D2C88EF111074FC1636A9682AB581 /* DDTTYLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A2EC812DC322E4BDDC772EA662DB0A87 /* RACDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 97917838D7C41AE34705070C90A28085 /* RACDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A2F19E1503AA8B28B4E15BF826EC7650 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = AED65ED950E14A28AEB55DD773DD6AE7 /* GULNetworkConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A31F0D73371F8739C00988312F0DED49 /* GULNetworkInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E751B045981CF3D87FC06CDD929455C /* GULNetworkInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A36B349F4F080AAA4038E80CBFCD0140 /* NSObject+MJClass.h in Headers */ = {isa = PBXBuildFile; fileRef = 22173E5C7E3FC77889F97608250BFDCC /* NSObject+MJClass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3C7BBB438AFDDF3DA3091DF5C883F23 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 547E1B74D0A04CB8D6516EB85272B593 /* GULApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3DC32B52A76CF168FE0D0171CD7ED45 /* mz_strm_zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 12B9827D728A14B811A027EDED34396A /* mz_strm_zlib.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A3EB36BC1B7ADA57B83261D66743A1F6 /* NSObject+RACDeallocating.h in Headers */ = {isa = PBXBuildFile; fileRef = D41925A270C555B7F208323C8B98E8D6 /* NSObject+RACDeallocating.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4387C455B8DFBCC22948EB90FD613C8 /* RACSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D6EEA90ED9D3F8760C1E70A8F12F141 /* RACSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A46DAB3244DDC84E1041F9C2CDFCC5AE /* DDAssertMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E25207DDDD8CE6F992CA20474F545C9 /* DDAssertMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4E0666FA7CB73704AFAE5A087AD02B6 /* RACIndexSetSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C10ECBF90B9AD6B81BE3DF0D17AA386 /* RACIndexSetSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4F447FA7122B13300BD80CE080444F7 /* mz_strm.h in Headers */ = {isa = PBXBuildFile; fileRef = 464334EDC339501AA4ECE99C933653D0 /* mz_strm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A60BCBFD6EABE3B6D02BB8C7C26E97EC /* RACIndexSetSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D44C6CEFB28B2539811E3F164FA8F58 /* RACIndexSetSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A60C18305C35802FCC00D5E69B018D95 /* mz_strm_split.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E29A6B96CBC8289057B011296595ECE /* mz_strm_split.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A6A6DD308EF1383CF3739A4431B6BC99 /* RACSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = CBA8DB6C9274D3F9A904AFEF620B6007 /* RACSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A6D530F09BAAAC240CB7B3878C32EC46 /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = D6793E75B8262FD75ADBFF70566C7227 /* FIRInstallationsLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A6E237A6EBE5E875DF5AFFC3880D2068 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + A738020AB3235279D1841EC22F39D215 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = B98A02E060A69B7AF8B9C58F9FC5201C /* FIRInstallationsItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A938F21CAC87C5F8AADEF955F9127E3A /* MASPreferencesWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 514F27C44E4E2C298F81A393112CC15F /* MASPreferencesWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A9B6C5BB3BBDA9138B560342263FC7B8 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D351AA138F225C01DA05C7FEAB87AF9 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA8241D43FD916E72D3ABCB5BFD08ADD /* MASPreferencesWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3B737BCD6C11FDFFBFE975548497C0EA /* MASPreferencesWindow.xib */; }; + AA87DC0B37DA29EC904B30328A52D3B8 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = C71B3F9996F6DF1106CF326D97F8C0EB /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA931561A4727F3976D057564447B2D1 /* mz_strm_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 86D30B34AF6025461BD97ECC62FBC7F4 /* mz_strm_os_posix.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AAB0384853C90088036B7501CA8ACFE0 /* mz_crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = D4B501E49B179CF2D976DDA89205E290 /* mz_crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC437AB3F30FD2D50B2F02256A50BC22 /* NSObject+MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 422F956AED99C039C2959E748390E87A /* NSObject+MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD1D995C2CEE4E7E25CAEE364A9C7826 /* DDTTYLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 862B743B01A17CA1BFE816296E2C5E6F /* DDTTYLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE6951D66961B94E33A531E9578B34FE /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C8AD2DB2CD3F1E18CEAD5525FE3C9E /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AEDF9B963F2AD922288B047EB7700337 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = E66EC96CCF759FABF9512A8A9BCD14CC /* GULAppDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AF68A38290AA2FA3DAFAD968E4E06B1F /* RACQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = EEA8379139998EE02E3226C8D88696A8 /* RACQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AF961BC9B2EE1D8F1CE78A2EF19FFF59 /* RACEmptySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D61B8115EFA34998D7842B09DB7734 /* RACEmptySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B01D0C7640BCE16285879367A57428D0 /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46623C6290EF89A115B7B5E6F0DBF3FC /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B056A8EC4695FCF5D3BA48FC95F02F6B /* CLIColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FD8E9DB2DBF4FC8ECD75DE3E5EE5B33 /* CLIColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B19C714CC871BB4A8608A9AA0BEA6B6E /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 91EBCA27FBF03D5032FEC119991BCFC5 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1C8FAB27A0FBDF2EF9FAA0774DBD07F /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = CB356DC2F6B8565FB55FD226D039FC62 /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1F775EF2B72976B19E925E75C8FEA40 /* DDAssert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3472FECD92FFD660DD4FB223A1814F9D /* DDAssert.swift */; }; + B2C4971593724BBCC6DA58B5D01D1102 /* RACTargetQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = EEEADA72724E304B319782E1557B5BDD /* RACTargetQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D767077E12511712E5AAF1783BFDB1 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E40A7C1D74D0AEA54AB5370FBDEE580 /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B33320880D9DB8519FE0AC78DA31293A /* DDLog.h in Headers */ = {isa = PBXBuildFile; fileRef = C4BF3F2D73F70815111987D4CF760707 /* DDLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3EEE2B5383D6964A610707E0B796A9F /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = AB8853D224E461C711520AD4ACE3D04B /* FIRApp.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B43CC37C065E2EAAACF54568F9271A81 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - B445F07005215B37980C2A024EEC2A2E /* JLRRouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = B4C63BC66371856BC66C799D7ABE2F22 /* JLRRouteResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B4A5B5ED2772B9B58AA88BBFB6072F35 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 4115AC81ED568E5EEDF08F51F79EF0CF /* en.lproj */; }; - B5D8224B00DA2EC9A88614D4047CBBCA /* DDLogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF74A0A9DBAC10BB09A879ACAC04214 /* DDLogMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6F67CE1991C04D706B85E32A82316E6 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CA27D4955902A95B3E03329751A75DC /* FIRInstallationsStoredItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B772A658E1C505B2C4F3D4028D8520CB /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */; }; - B79696D30B3F5191904052EAF05C2151 /* NSObject+RACAppKitBindings.m in Sources */ = {isa = PBXBuildFile; fileRef = C7593CD277AFCAE2F47C1AF9F4E81AD6 /* NSObject+RACAppKitBindings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B445F07005215B37980C2A024EEC2A2E /* JLRRouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 139FEC40FD760606E39CC9C69678940C /* JLRRouteResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B44D93C11A077D82A2091BF399278FC6 /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3041701774B3362F442A5A758E26F7CA /* GULSceneDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B5D8224B00DA2EC9A88614D4047CBBCA /* DDLogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 84B5DB86FC8E923953AEEC822A6945B9 /* DDLogMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B79696D30B3F5191904052EAF05C2151 /* NSObject+RACAppKitBindings.m in Sources */ = {isa = PBXBuildFile; fileRef = B07B98338F523E93F8854E52AFEA34BF /* NSObject+RACAppKitBindings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B7FE21CBE9E55AAB77769EF33369909B /* MASPreferences-MASPreferences in Resources */ = {isa = PBXBuildFile; fileRef = 9D635ACBDB58BEC168F692A7F0132B89 /* MASPreferences-MASPreferences */; }; - B843C29FE9D5BCCD42B4DC51141173B4 /* RACChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EC71CED36A740E802B44571F08E177 /* RACChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B884AA74AC134042109F05CF7DF4B9E6 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 95919FE8BC39D51E586C836EED2A4771 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9081AED27E3F943F19570A6153FC4BE /* RACmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C3FD89F80973E605E535F5D8FACFBA6 /* RACmetamacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA4F599A705414F9F00D3D35472F7DB0 /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 1207A83058A5551D52E22083DA75FB5D /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA6C5F054C06296A9309B41979978171 /* DDLoggerNames.m in Sources */ = {isa = PBXBuildFile; fileRef = B17BAC9C2C05B2426220FDBCA87F8706 /* DDLoggerNames.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BA9E293A63013B413A302C8821C1D858 /* HeartbeatStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D23321AD1F4070141E6E244B0C7735 /* HeartbeatStorage.swift */; }; - BBAEEEFD51143DCC77082BD8BBDEE9D2 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 018B54470FCF7CF890308CC72C4C0E72 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B843C29FE9D5BCCD42B4DC51141173B4 /* RACChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 98BDFF2C121EB1EC54D7B66F4E6F7F9D /* RACChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B9081AED27E3F943F19570A6153FC4BE /* RACmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = F6CC7B6C616325F51C907EC2E1CB1BB1 /* RACmetamacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B972E48E224C93BEC622267C02042FDF /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 11665FA641924A46D8C12F53862F7962 /* GULUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B98842EAD14BCBF208A80FDC9099DF53 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 13BE8A85EC4A146B433C49AE38DDBBEB /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9BF37D463A2C459B3D1781126EC0F0E /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = E9C2F57A756FE7202EDF2020F4F379C4 /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA6C5F054C06296A9309B41979978171 /* DDLoggerNames.m in Sources */ = {isa = PBXBuildFile; fileRef = 632B70FFD115A3576FD0673120AF1506 /* DDLoggerNames.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BB367AC6F1B65B7E44F9962FAC5821AD /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = A121CF4FDDC95871EB8E8DC5F45253A2 /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB9847B330FF71527DD449D5980E9471 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 65B0FB7235EC06256501F4BE4AC4FB0D /* FBLPromise+Always.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; BC37334FECA38F44C28F422B0364387A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; - BCC67D9E1DA1230333F31456EE0F4F95 /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E08CF1B2236D648FAB72D2074E1572 /* FBLPromise.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; BD227A88D50B87748A8DB3C7D5C73656 /* MASShortcut-MASShortcut in Resources */ = {isa = PBXBuildFile; fileRef = 230F8208BE63C052A548A7D41A1158B2 /* MASShortcut-MASShortcut */; }; - BDEA39690C9B32888031D9507233D855 /* NSURLConnection+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 011282BE0CBA11E6A99101035063CBFD /* NSURLConnection+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BEC994BF3545AF40B7F553ABB0958F4D /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 866E98A5FB0258480E53E6299521C936 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BED8E888D106997872D17351EDCAD07D /* NSString+RACKeyPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E9DEA894C1D57B8FC593620B0F0942B /* NSString+RACKeyPathUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BEF4CC97D88ADCD73B93AA179F7E1802 /* mz_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 160BE6FC47311C891CCEF0B97E380BB3 /* mz_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C045F6A0277C6F70BFF8A833F50D7572 /* RACTestScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AD798DF14661FA5E6C78F81F0127083 /* RACTestScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C29320E20783BC40176A01DAD5E4EDAC /* RACCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = C8D861BBA12281368CAD9AF47DE41A3B /* RACCommand.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C30DB8F46569FBD4D1C7D7DA0E4B67EC /* mz_zip_rw.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DFA06EAA22CCA26865FA7113F7DA962 /* mz_zip_rw.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3BCFF3DA5970D40D3319F445E206D98 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 419BFBD310C3A9CC3480E0AF251C4AD1 /* GULNetworkURLSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C3D87040A83EA6075D62B4CDB7652116 /* NSObject+MJClass.m in Sources */ = {isa = PBXBuildFile; fileRef = B744ECF7F93B65D7CC9B9A68A9C502D0 /* NSObject+MJClass.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C404C936161582DD236AC6C32EB0A44E /* RACDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CE1DA889D60D7E9A7FF64973520B4C /* RACDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4A06A4C5884A1F794F4A66D9F81AD21 /* FIRHeartbeatLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = D0040D96ABDCFEA5C45B17BBB538952D /* FIRHeartbeatLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C50E4AEAA79D1607A1303F7A63AA4392 /* RACSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 142A734DC0680A1F253A754326B1CFCC /* RACSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C633E62BE35A79083D0CFAD950438D06 /* MJFoundation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA77305D78CD6377AC0BD9C81058055 /* MJFoundation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C6A6D25BCCBF4F4781E49D0C676F9818 /* ReactiveObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D38214D75262FDFFBAC43807F3FD607 /* ReactiveObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6FB12795146624A3745348B3897939B /* RACTestScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4714B9693E4EC121AD8F6A50EDEB85DF /* RACTestScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C80CC0CB6BDDC52AC24877171E16013D /* PromisesObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DACECB7712F51A23F6F3EDC41ED1266 /* PromisesObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C825A23ADAB48D9009406F563468C3BB /* _ObjC_HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD8121DB39B41878A561124EE61C138A /* _ObjC_HeartbeatsPayload.swift */; }; - C882AD1D9F570BB4BD1668FAB76761AF /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F71DCDD3E78B600A74D27AE8F872368E /* FIRInstallationsErrorUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C88F99E16765F3FAED879F76C7731F62 /* HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1A57FF259A6C853D11518D05B28ED3 /* HeartbeatController.swift */; }; - CA089C0394887B65B8636452A3A1F05F /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = CD1FD07A0113AB54F8750853EFCD445B /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB56B5801395E6ECB399860DA5ED1C82 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E8CB6B5C880B660175078507F9F6290 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB96DD5B6FCE2C32103DFB6178837A93 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 70A71EE898E2E4AB495078F1CE515DF8 /* AFURLResponseSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CC98B80E4E01EEE45C3DE01882693891 /* RACKVOTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 7716A7B49AADADB10E58951E54A664C6 /* RACKVOTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CCADAA1174D2C04498120505B5B4E080 /* FirebaseCoreInternal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5688E0145B70DE06E2721AB6905DE063 /* FirebaseCoreInternal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CCB2AD375FED97271B56C4012618E80B /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 54987069C1B1335E625B05341D1CDCED /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CCD4362E8522B5BC2820666098E91B93 /* NSObject+MJCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ACAA9F6BE71D106FA27CDAB81DEF934 /* NSObject+MJCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD48B797D8CD59CF9DFD83DD38EF93A0 /* MASShortcut.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FC982209FD1777D5430E760C1F7DC4F /* MASShortcut.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CD88789CEEB96BE0A419250A0CBD0636 /* mz_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = AF17153CCF7199C23D216B9F44A6C0CB /* mz_compat.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CE01329411A643C3D8BEBF2CDF7F4AD3 /* NSObject+RACPropertySubscribing.h in Headers */ = {isa = PBXBuildFile; fileRef = F8865B3939C1741E8AB37A2121E3A6E2 /* NSObject+RACPropertySubscribing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE4C4EEE348797BF8E5FE1C6646F78A6 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 73B2102D0018D89C6129B4AC145EA672 /* de.lproj */; }; - CE61BE07A118F709EAAFD0B1890FBD2F /* ZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F4EBDE4F59CE00FAEFE9CB0033E4187 /* ZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE9F398B1DAD84FEA79B6E830A05E852 /* MJExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7E9879B800C63B041ACA5574B1E891 /* MJExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEA22B67F1AC2CA252B0FFA43C429B90 /* RACSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C2EFBC3D5F33607456966C17EA60334 /* RACSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D0FD517EECCBC896BD2FF48DA45A98E3 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 846A6DE560481AA3CC7B6E2C3AAFD77A /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D10487A74F6A48971B4E73CEAF15EC4C /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 3969D07853B6825E50F8235CDE04A05C /* GULNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2AA69689A5D3335670D9307A71FDA78 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = FFDF1349CB4E94FD1F9453AEDD66ACC3 /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2B90BAE847AE8FEC37D87D24E324863 /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 58FCF6E9AE871831C5F94C8EBF144D68 /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2E728557DD26D20BCB83D72CAAE77FD /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 268BB7221BD529D720E9A7E5543B13C8 /* zh-Hans.lproj */; }; - D37739A6654DB1A2F7C4173DF4D32962 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - D3BE1FD3043309DAF610AC08ACE160D2 /* MASPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 36997CA4FD3A011D23B745BB0125EC01 /* MASPreferences.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D49FEE7B31C8EE134E0A15331DF86564 /* NSFileHandle+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D82E3035747EE46A4BEF82202D0073D3 /* NSFileHandle+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4C959ABE1AF2C19B1CCE80E18A4D8C3 /* NSSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C77AC31DFF93CF9D41FC018063464BE /* NSSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D520029DBEE52CCD7DE8C5E74E5D1601 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 74C499BA5703D6EC4CE86CDA693BC299 /* FIRAnalyticsConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D6335240E878BCEC5ACAE3AC35C9F3C1 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BFFE46E27F622B99F798727F89FFDCF /* FIRInstallationsStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D650836D319AC832400AFA01FD80C0DD /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A4438E78BD063A2A8731AE7CEEA5A8C5 /* GULLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D6A4849CA0D0BA475E7A342FC99CAF32 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B1ADF96D3570361A56545E07CB22ADB /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6B9216743757D8CCF0DC1BAFAAEFBE6 /* MJPropertyKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 32DD057B86EEFD19DAEA016549D78135 /* MJPropertyKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6BB00149B429E7A93709F53B0A90113 /* HeartbeatsBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6C6A6CCB14A59D0CB9C168D5FFA2AB9 /* HeartbeatsBundle.swift */; }; - D6DFB6F5115E9971FCD81C378255F6A7 /* RACErrorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 69FBCA96A72A76D514DA0064FC26C1B3 /* RACErrorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D75921CECF780F790933BD025E2811C0 /* RACScopedDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 27DFC9F9A3B216FFEF2FC7D309A3B450 /* RACScopedDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D76EA83983C6F0C50E9059A19F40FABE /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E2E3C2E0982FD6A91879CD88558C541 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BDEA39690C9B32888031D9507233D855 /* NSURLConnection+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B90772FD72BFD97DD2AA4CE61E84CF04 /* NSURLConnection+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BED8E888D106997872D17351EDCAD07D /* NSString+RACKeyPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 29680FF7EBE2321749881703CCEC8771 /* NSString+RACKeyPathUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BEF4CC97D88ADCD73B93AA179F7E1802 /* mz_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = D74602F85D5C0DB77A9E90BB424798B2 /* mz_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C013800C4F7A8DC16DAC7C364BFA0DB0 /* StorageFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 327FD470BD07B6EA81D8A7A23C177292 /* StorageFactory.swift */; }; + C045F6A0277C6F70BFF8A833F50D7572 /* RACTestScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BB0B88CD9218949B3C7259ED21E673 /* RACTestScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0AACB456609C2AC9F572A69C16AE92F /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = F0309AB32E8659DDD3314CC45C2366D2 /* FBLPromise+Do.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C1424DCA1E994083A975E0D962FC0AB4 /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = A16F275651655CBF3D2D4BFF8FE55BB2 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C221197E2576FAB76CAAE93A2C28C379 /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8367FF47DE19159DCAE0DA91FFFF5F /* FBLPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C245CACBC7DE08640D7500CA5A871C43 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A3A2ADEBCCF46C28530ADD565F87D4B /* FirebaseInstallations-dummy.m */; }; + C29320E20783BC40176A01DAD5E4EDAC /* RACCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = FAAB8CBD553FE5EE3C92438C18D08097 /* RACCommand.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C30DB8F46569FBD4D1C7D7DA0E4B67EC /* mz_zip_rw.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C17C9B7E207DF3528E95F01FF419E9 /* mz_zip_rw.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3D87040A83EA6075D62B4CDB7652116 /* NSObject+MJClass.m in Sources */ = {isa = PBXBuildFile; fileRef = FD1EBA5F16E9FB8AC1A691A8D368C661 /* NSObject+MJClass.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C404C936161582DD236AC6C32EB0A44E /* RACDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F2A2F1E07A5F0A2AEF06DEA553A70EA /* RACDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C50E4AEAA79D1607A1303F7A63AA4392 /* RACSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 782CDB57EF9E53C9951E565CD62E441A /* RACSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C5F1C0CE8F3FBEDE90737F7199E20A3C /* _ObjC_HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BE17F938C1539972A20E1B100916333 /* _ObjC_HeartbeatController.swift */; }; + C633E62BE35A79083D0CFAD950438D06 /* MJFoundation.m in Sources */ = {isa = PBXBuildFile; fileRef = C2175AB4C14A17E8DBF37785E43A045E /* MJFoundation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C6A6D25BCCBF4F4781E49D0C676F9818 /* ReactiveObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 491968D3569FF1CF0FBD4FF76E5BFFF1 /* ReactiveObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6E33503DD02A73B35439A89198BE392 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = F858AA31B65D3C50C94F15C2BFBC8389 /* FBLPromise+All.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C6FB12795146624A3745348B3897939B /* RACTestScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 003B117E66D812AAA6D53846EE8FD758 /* RACTestScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C70EF3DA10B175B622688D79DA372992 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + C744FA41E155D17162D65BF5095DCEC8 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6D77A99991FF8768E377D111472CC389 /* de.lproj */; }; + C81F2E6540A2BF2E132336C0E7C07F79 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C5E3960B210909B69E294EFC8D9EC9A /* FBLPromise+Async.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C99ECD2FD1B6436D3A464CCDBFFCDFA6 /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A8178439DC550016FAE8D118C6FEFA94 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB3641B63BD1821D1896B3EBE4AF599D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; + CB96DD5B6FCE2C32103DFB6178837A93 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 60EF24D279FDC5F409E355627D317881 /* AFURLResponseSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CC4B1789BE5CA206D906F1625EB9518C /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A2506EA3EFD3291BA6977408A84CD1F /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC98B80E4E01EEE45C3DE01882693891 /* RACKVOTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = FEF0499F272806EF773783FD0578D2D5 /* RACKVOTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CCB94376B769F5D1AE4E6F1C903A6C81 /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DC9531128AC0380110E114394D4FD14 /* FIRInstallationsHTTPError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CCD4362E8522B5BC2820666098E91B93 /* NSObject+MJCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = D1CA8EC9B89F69A56B3764C7BBB69C8C /* NSObject+MJCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CD093972DA2E6DB3F41DD272DF968FA4 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B447DF7C14642F70A17EF0EBE8CB86A /* FIRInstallationsErrorUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CD48B797D8CD59CF9DFD83DD38EF93A0 /* MASShortcut.m in Sources */ = {isa = PBXBuildFile; fileRef = 332B6385A7E6F5B7D8F40A80F04A59BC /* MASShortcut.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CD88789CEEB96BE0A419250A0CBD0636 /* mz_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 578D4A9645A2982C92A3431909C635E2 /* mz_compat.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CDBB24CF376DC7001F0FF63C050A02E9 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6784EEF35A9F591AD64489394B18D777 /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CDF0D5014D9CE795F587AF48C3037C82 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + CE01329411A643C3D8BEBF2CDF7F4AD3 /* NSObject+RACPropertySubscribing.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0A07B0BFAE59858ED0D0B4F096FED1 /* NSObject+RACPropertySubscribing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE0964CFACDC9A66537D78A6E216ECFB /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 15BE2BCEDD7F670B933EF9C7A9BC85F7 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE61BE07A118F709EAAFD0B1890FBD2F /* ZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 8968976128A9B71ECAAD9589893BCE20 /* ZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE9F398B1DAD84FEA79B6E830A05E852 /* MJExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 084AE539314C64D36F2B8C1077DE77C7 /* MJExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEA22B67F1AC2CA252B0FFA43C429B90 /* RACSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = A6FECFC0BA3B8818991BDC609B375C8C /* RACSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CFE6EE4C2FB2419B3E03302767903C2F /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 94F390C0ED3B13D8CD73C99B415EFD25 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D151272BC31762105E69B8A6E7AAC8CC /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = FFB1772152F6CB2AA2806513AC8312D0 /* GULURLSessionDataResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D2B90BAE847AE8FEC37D87D24E324863 /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 48F940957FF6EF1B29DD0F3C38824F21 /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D3B94F2FF70CA13FF0E76B69DB5E947B /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F22C30A9D8EE80C27C6D57A8742C336D /* FirebaseCore-dummy.m */; }; + D3BE1FD3043309DAF610AC08ACE160D2 /* MASPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E3D8CDA984D7BD0B92511BCAEEE07CE /* MASPreferences.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D49FEE7B31C8EE134E0A15331DF86564 /* NSFileHandle+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D0D258C59EBF01837F9814BFC627708E /* NSFileHandle+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4C959ABE1AF2C19B1CCE80E18A4D8C3 /* NSSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = CA48F53B8E696B504B9729AF1EA2BA25 /* NSSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D582244FC8BB1B81DE5B9B910EF17EEF /* WeakContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A364F4D3512BF7AFE9A4E0E1D45E69B9 /* WeakContainer.swift */; }; + D602D15C2789D2BFD72C35C96641BD36 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E8F89C2BFEBDBA91E858C7D14C96FDC /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D62018366594597E3F1184B9CCC4B7F6 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1765820A243C2CE5F4EB71DC1A0D5C /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6A00369C306D73A71D5958EF6712232 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = E693BE26D7B8C1D4850930766AEF55AE /* FBLPromise+Delay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D6B9216743757D8CCF0DC1BAFAAEFBE6 /* MJPropertyKey.h in Headers */ = {isa = PBXBuildFile; fileRef = A692206057C1045A20BFB0D1DBCB8CD8 /* MJPropertyKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6DFB6F5115E9971FCD81C378255F6A7 /* RACErrorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D26240EA1A08D22902A0C2C0709D7A7 /* RACErrorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D75921CECF780F790933BD025E2811C0 /* RACScopedDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = E60C0BB85C2FD457DA7179C1EF592A9F /* RACScopedDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; D7BACCDBCFD6D790639E01FF764A13F8 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */; }; - D83C04234CAF650EAB3B287A5A8E94DC /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 712B7D60A729F972E25A02407B06F860 /* FIRInstallationsAPIService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D8B23C296AD7F4843AC1B6AC388D33AD /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 278103730E95A217228308D6747CDEB3 /* FIRInstallationsIIDStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D8F8571369A17704F77E1ED3021180FE /* CocoaLumberjack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69C76F973C396186BBF4A5EF6297F879 /* CocoaLumberjack.swift */; }; - D948E39D974F2CFD94264C538C52942B /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B95BAAE8E091701E216601E2A977E636 /* pl.lproj */; }; - D9A37660084B8F2B1012935CBD766FAB /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F9C0D5D55523B1544D16094C99BDAD88 /* it.lproj */; }; - D9DDF2E4C525EF8F639E0CDBB52B3F56 /* NSNotificationCenter+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 679CC618047E4B3926241204D5D5F618 /* NSNotificationCenter+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DAB4D8569F95D1DF6EA46E745BE13082 /* DDMultiFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 35E01898A191BF836FC347DB01744C01 /* DDMultiFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DABBB1262760EFBA785B17EA8E96F5FB /* RACImmediateScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = CB27A8B60D2C175CD5B663BCA899DE6F /* RACImmediateScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DC19322E1AC76B4FC16A52406F726CDD /* MASShortcutValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 12F591293F7E97B4A79FCCC3AD4D5C1E /* MASShortcutValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DC6BD38EAAEDFDE949D984D9E1A54E5E /* NSString+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5781EC895FD0ED789250D2DBBDB48F49 /* NSString+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DC83A16EE0545C3B33B0262816852153 /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 674D3BC65478EEBDB74856C4781CA248 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCFA26EA11F8C99F507E2F4A3C895715 /* MASShortcutBinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 258B80A89F5FA2974EC1610BCE081EC9 /* MASShortcutBinder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD382469B1A414039F0E5534D8A7F169 /* CocoaLumberjack.h in Headers */ = {isa = PBXBuildFile; fileRef = 666000B986B6797465C13CF7C3F80480 /* CocoaLumberjack.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD60B6F0A6F57A3203F89A83DB9DA28E /* RACKVOChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = ADE15258520EDA4352E72EBE8E83FF1C /* RACKVOChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD7CA45FED302F6B1FEEF243084FC8FF /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AA3C574730B4EB8F310FF9983545C5A /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD8FFF67D74BD3A0B33676226E7B9074 /* RACSignal+Operations.m in Sources */ = {isa = PBXBuildFile; fileRef = F81D6477A4B626098DFFA0EEC7C52F05 /* RACSignal+Operations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DDBE4BF45C5A147B4BDE51B0B3069884 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C8B67138CBB3716F757CC461ED36F8D /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DDC8C594BD51FBBA9B1E9BF903917365 /* mz_crypt_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = DF07CD021B9056998130FB5232CA0ACF /* mz_crypt_apple.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DDD9C00EDE7CDC5EDD6750EB64E428C3 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 826DD0431DDED3F5C6075E91080B13FA /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDF903E13EFEC9DF34DA4931E25CAD57 /* mz_crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F2EDEEAACA163B5E37242F8D5C63616 /* mz_crypt.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DE2D18458F26FD3078C49D1579C2ABEB /* DDDispatchQueueLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9676E4BB9413B3DEEE56E3B02C0F736A /* DDDispatchQueueLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE5C95EBE816F475F7876F086A81D37B /* RACMulticastConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 72D77D043BB162437B2960ABA744EF89 /* RACMulticastConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DED877C945CAA203843B122222A208C2 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E4A8E9C8EF06B96F4454BE05366B5640 /* FIRInstallationsItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DEE9F871DFBA2584009C25BCEF14F3D8 /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA6A8F8386419361AAE7AB63BA16E5E /* FIRFirebaseUserAgent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF34BBCA918FCCB145A912997E7C1700 /* mz_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F917E53B8542E90442E8904B15A24CD /* mz_os_posix.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF3995875E0A180CA609AC93011CFE0A /* RACScopedDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 823F39843F94060BCF7876CAEA36E1B0 /* RACScopedDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF6667198931BF4CF8833E73A91B644B /* DDOSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B43C600E4F295EB6DCFF5522270AAF6 /* DDOSLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DFA0CE53A18E1B10D1FF48D14E2BCE03 /* RACKVOChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AC3497930BDCD2224DE790601509C05 /* RACKVOChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DFD3D7741356C89A72808D72BB3B7298 /* NSDictionary+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 23EE979D8AF66C580FE7C45D41895FEC /* NSDictionary+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E00135064E778AE2AD10D3D0743F5C58 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 37A6B43B23EB6D06B56DEE89E1DA6B4E /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E00C87C2F3A77AF33D8D18761E440BE0 /* RACEagerSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D1C03447105CBC02B90980E0BD2323 /* RACEagerSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E04EF19B8D61D83DFE848F3C441C9E48 /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A373029CC17FE2CA34C321B9B93BB78 /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0599F5B16B5FEAFE22991A67B2A03B3 /* RACChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AFB2DC4B744799217EFC0D056276F68 /* RACChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E15140790FAE035434C8995CF5FB75D4 /* RACSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B16BF42AD0BCC91EF5D3BA4C5B1AC17 /* RACSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E15CA15970D3B85AE90E3AD925D411EA /* RACCompoundDisposableProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 0FF61087B3789A8B660DA65797497087 /* RACCompoundDisposableProvider.d */; }; - E16A412FF7A5FFA30CD63BC0FB95BCF2 /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F49F3FD0520D29C1347F518CEB23203 /* GULKeychainStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E1A65E122DDC1E06FAC465C08F5807A2 /* NSString+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 03BB046859488AB1AE3BF321F0B00E98 /* NSString+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2835A091DFD39227D56E658CCED3118 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FEFA658A72AFCF049DF167F4777334A /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3075471866A5050A2B318398C8E2890 /* RACSubscriptingAssignmentTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DD5906EA5B5E23664353085C8C2AF7D /* RACSubscriptingAssignmentTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E343C08950D42F16E9878E6C991B40B6 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD4B5F68F8162AD5C483B013333F6BF /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E369D09C64733430A7227B9612CC03F5 /* RACKVOTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F24646356A6064EC3DF2E00D5C68CD /* RACKVOTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3A0510CE7039D40EF5EC3C8C21385A6 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 70497E876E198486DF7CEF85CDA4DC6C /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3D20E4859C12CD27E201D51CFD275D4 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DF4C7FD0C5835F832AE04E1C1802359 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E445F72759F8EFA05DEE8D36320188C9 /* NSObject+RACKVOWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = AE80F58D2EC91C5E0FF89C1EA3E15846 /* NSObject+RACKVOWrapper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E4C6CA66822B8958F08B7BBFA27E4E03 /* RACSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 765F9195A20C4951337D9E6EE14E7AA1 /* RACSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E4E1FB368D1EA35851EA6C55B67D903C /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A9F9B5EAC4990C1DA463E87E78A82B7 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E65D60E3597E4A17834AEA20872F1094 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D324BB250963B6810FBA4B55A0CECA0E /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68815D11DC1BDB8C793771D07986089 /* DDASLLogCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = E7CC32758D1E7F643338C040FFF69314 /* DDASLLogCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E808222B20755E2635B6BDF5AD45FA9E /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = C692CC96C317F86F09B500915F0E4160 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8905332E322AA8C20CF95B0FD2FC6F3 /* NSObject+RACDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 29BA97F02BD225549160420D400A5DDC /* NSObject+RACDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E8BA7D85CDCE36F37054F638D67D0203 /* CocoaLumberjack-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 942313DADD089A340A8920F59090D2A6 /* CocoaLumberjack-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E915F2E1B315C91CD81CE7D06883DF77 /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = A51544E77B793C127A4D611363D9C01E /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E9AE0C8455FB34BD22F122828231B916 /* NSObject+RACAppKitBindings.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D0379B97181037A8342EB65FF75E33E /* NSObject+RACAppKitBindings.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA0121064A98567D072AED42914AE6C0 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E84BF104F49B61899E7DD33C3B0388B /* FIRInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA819967C6E6F1B5E07557BF9328CCCC /* RACCompoundDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 10B3316DB913026EFB0F492B45232AC3 /* RACCompoundDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7D1257DB8066C7DA4F113AC0946E333 /* HeartbeatsBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85956E68176AF000E89F5C9B2A343C98 /* HeartbeatsBundle.swift */; }; + D8F8571369A17704F77E1ED3021180FE /* CocoaLumberjack.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7B279796DC8D7B5C4A33595A7534E32 /* CocoaLumberjack.swift */; }; + D928C745C8BE7E9EBF351A69CC8D67FA /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = F47C5B0FDA937D3AC1B501A11E094A02 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D9DDF2E4C525EF8F639E0CDBB52B3F56 /* NSNotificationCenter+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A826823EBB787C7191D41B45AF48D5 /* NSNotificationCenter+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA6A2226B9133404CC0010C21F7CAA10 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 88967A2A5B806D0966E6C95FC2E6389B /* FIRBundleUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DAA694F6D69464EE49A03604D0175218 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CCA09CE48117F0EF8EA3F01CAB04D15 /* FIRVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DAB4D8569F95D1DF6EA46E745BE13082 /* DDMultiFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 44220F2666B7CC92C1E6E06E5BAED032 /* DDMultiFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DABBB1262760EFBA785B17EA8E96F5FB /* RACImmediateScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = B75B23D17BF6B464F0EC93E372FA29E7 /* RACImmediateScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DB9DB4DA89E8E947BB9E60BA10F6C5D2 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = 002EB494D800703B4E51554F00D4E0E3 /* FBLPromise+Race.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DC00DD2980D6A0C5DDAC1230639C1389 /* GULNetworkInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AD718E9A4984BE6041FDFAE6640DDD1 /* GULNetworkInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC19322E1AC76B4FC16A52406F726CDD /* MASShortcutValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = EF9B9CA9D2B51683AE8C3F3F49DC07D6 /* MASShortcutValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DC6BD38EAAEDFDE949D984D9E1A54E5E /* NSString+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 87A4D018F11D2BD2F6682FB233905C71 /* NSString+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DCFA26EA11F8C99F507E2F4A3C895715 /* MASShortcutBinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B435CFAFAA3EF7E72907DF9183924B2 /* MASShortcutBinder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DD382469B1A414039F0E5534D8A7F169 /* CocoaLumberjack.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D2B3CB302DF96EEEB552319CBC64F20 /* CocoaLumberjack.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD60B6F0A6F57A3203F89A83DB9DA28E /* RACKVOChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = BF4CE534CCF5819C347091A6E8BDBCCE /* RACKVOChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD8FFF67D74BD3A0B33676226E7B9074 /* RACSignal+Operations.m in Sources */ = {isa = PBXBuildFile; fileRef = AE006C9A2FC91606CDB20E583A6E6E33 /* RACSignal+Operations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DDC8C594BD51FBBA9B1E9BF903917365 /* mz_crypt_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = E7CF623C0C293C49173B977984BCEB3A /* mz_crypt_apple.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DDF903E13EFEC9DF34DA4931E25CAD57 /* mz_crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DFFFE25E47DC3AFDB2EB41A6BCF0286 /* mz_crypt.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DE2D18458F26FD3078C49D1579C2ABEB /* DDDispatchQueueLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = E55342EB69BA725C58EF3947345D608D /* DDDispatchQueueLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE5C95EBE816F475F7876F086A81D37B /* RACMulticastConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = AA83E93E0D4E6F734AD78ADD99CAD670 /* RACMulticastConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DEC3526BD7556B1D555D434DDF702C2F /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = E77858EF5867EE1E35F186DC62BD1D22 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF34BBCA918FCCB145A912997E7C1700 /* mz_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F336D99ADED6F8867E7778A7CC20DAF /* mz_os_posix.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF3995875E0A180CA609AC93011CFE0A /* RACScopedDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B098550E4729E86767ABCDBDD82B91 /* RACScopedDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF6667198931BF4CF8833E73A91B644B /* DDOSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 820D707BDCCACDB7943A3F4CD1B0500C /* DDOSLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DFA0CE53A18E1B10D1FF48D14E2BCE03 /* RACKVOChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = F1588427FF7916397026072002F833E6 /* RACKVOChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DFD3D7741356C89A72808D72BB3B7298 /* NSDictionary+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A35CD21BF731E80C57F07063469227AD /* NSDictionary+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E00C87C2F3A77AF33D8D18761E440BE0 /* RACEagerSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B230625037F0D9D4765AEC7532DF289 /* RACEagerSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E04EF19B8D61D83DFE848F3C441C9E48 /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3AF03337EBC8F64E6ADF645069112E /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E05517D106CB783CF2A2F25AE5C7E0A5 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = CA487D8BC512545D170F148A39EC8EC1 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0599F5B16B5FEAFE22991A67B2A03B3 /* RACChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 92DA1A2029DA7DF544E7655D81AF9AEF /* RACChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E15140790FAE035434C8995CF5FB75D4 /* RACSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = AF97AD50A1E582BB875383CE1994FD63 /* RACSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E15CA15970D3B85AE90E3AD925D411EA /* RACCompoundDisposableProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 16D5AE6E4B98E6D336196969D483CE12 /* RACCompoundDisposableProvider.d */; }; + E1A65E122DDC1E06FAC465C08F5807A2 /* NSString+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = F47BF9931C473D9548E9AA1776864175 /* NSString+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E1E9C0570FA32FA9C4E6B435E7C8CC73 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = E4017CBA53BEED387AB8151BAAD76B7C /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3075471866A5050A2B318398C8E2890 /* RACSubscriptingAssignmentTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BEFC72789996B8FBA0F833949EA9EB2 /* RACSubscriptingAssignmentTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E369D09C64733430A7227B9612CC03F5 /* RACKVOTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A49D0A3179ECA663D7DEF3B56FE2CE1 /* RACKVOTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E38BA04ED9E7610788A523AE9504322B /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6500900EF47A1CB6215FC64CB437A66E /* FBLPromiseError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E395CAE8556F925327E8660385095A13 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DEF3CD5C60EF3A8E37CEE79315A984EF /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3B2A3F3B984572D1F2576D42D294F03 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC11FBDD4514DD62185F66FA1BB59DA /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E445F72759F8EFA05DEE8D36320188C9 /* NSObject+RACKVOWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EC08C5E30C59BF8822C4FE99BD48BEF /* NSObject+RACKVOWrapper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E4C6CA66822B8958F08B7BBFA27E4E03 /* RACSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 08747A96DE09E2B847F4F520D4E3AA3E /* RACSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E54402D6E99E2BC8E01CA08F9D74EB16 /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D0F4A7351CCC4FBBAB92123A032876D /* FBLPromise+Validate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E65D60E3597E4A17834AEA20872F1094 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CB935EF81E6436753D4C5BD04A8CAF43 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68815D11DC1BDB8C793771D07986089 /* DDASLLogCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = F6DBACCA057009D97B1D14BED86B942C /* DDASLLogCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E6BB1DDD0A0F57D0435E0AB5934E826C /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6527EE5B29BC4EA97310C474844605E2 /* PromisesObjC-dummy.m */; }; + E7CF0A708B2CE398B5A629627692C86E /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 707EBD112D64DD65062A4BF5369361AA /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E88436EE0FDB0278701E2FE2ABB50449 /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = 0909DEA53874CCEFD93D7186E8F56957 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E88BB99D69CF316FC3DAA973722C1FFC /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE28DC923B30AB4043C26F84C34B0E5 /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8905332E322AA8C20CF95B0FD2FC6F3 /* NSObject+RACDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C591A65213D29351022D733C16707FE /* NSObject+RACDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8AAA24C9F66564417097D22434E91B8 /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B1C940996703033A73BE58AD54ECB5 /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8BA7D85CDCE36F37054F638D67D0203 /* CocoaLumberjack-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EF29D13FE3FD265AF7C3E941196A9F7 /* CocoaLumberjack-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E915F2E1B315C91CD81CE7D06883DF77 /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E660398AA51A37D27BB0F4E60D4D6E9D /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E9AE0C8455FB34BD22F122828231B916 /* NSObject+RACAppKitBindings.h in Headers */ = {isa = PBXBuildFile; fileRef = 9563E97D378D80D140F80097B24E8BF4 /* NSObject+RACAppKitBindings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA819967C6E6F1B5E07557BF9328CCCC /* RACCompoundDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = A65E46342B6ED4FB6110FF7F5020AB04 /* RACCompoundDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; EAD5BE06B3B5DCE3F97230426902815F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - EB169FE87BA2FADF91380AAAC6D8FFB2 /* RACReplaySubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C1C471CF2488B0AF1C092B63A07CE9A /* RACReplaySubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC244A319F5F760BEC09562E945314D8 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A4BA2F79BCD77BA93207E278E8BB0B /* FIRLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EC3217E01954C6A48347C1F07CD72C95 /* RACEagerSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F31844DFF39BAB61E29D3A96E2DB3C /* RACEagerSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECF8E0036E1A866A16E85FF223EDDFE5 /* MASHotKey.m in Sources */ = {isa = PBXBuildFile; fileRef = A9DD04E19C5AC56B8E1BE82F3BEA35EA /* MASHotKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ED527CA772C667B77EDD9BE6787FB00E /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 31E349D8650DA12C0273B81D0400E31A /* FBLPromise+Wrap.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EDDCD019E5779C305C822EFB5FBD146C /* MJPropertyType.m in Sources */ = {isa = PBXBuildFile; fileRef = 54588A828F2DE650A6E0F1C047427C09 /* MJPropertyType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EDE51D88E279AD982A770A618E940521 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE49974F00A7DD8E4BC1EED0A33A9D9 /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE091FFC2E3F66062962184BA5C38023 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; - EE424ECE443C88A654B2CC271E9F4874 /* mz_strm_wzaes.h in Headers */ = {isa = PBXBuildFile; fileRef = DECA25623C0320D7DFB5CDD9609F0D61 /* mz_strm_wzaes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF3A0780A2B51EA69756FB18D6736673 /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = FB0380E8763F8C4D2FA01B25FBC1109D /* GULURLSessionDataResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EF6444768BCFFFCA7FC98511B978A906 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 231AAD191A037EB4B5B00744486BF7C8 /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF6C63832640E6C32C8AD925D66B8164 /* RACPassthroughSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 7967DA6560357B88C7B4E2F44F7F9D52 /* RACPassthroughSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EF8DE2E00368157D2C7CF6D72A8BEBAA /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 979988EF6AA3DD700F4A90B49BD8B8BC /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF9522478C1F9C1AE2B79C8E4B875675 /* RACSubscriptionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2539933AC47E38984CED30E6295CC0CF /* RACSubscriptionScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF97DAD218C088FBED655073542DD1AE /* NSOrderedSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A19D598D85D351230D2FBC8F469FAF7 /* NSOrderedSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EF9C00E340B33BA67D9CEF5A2262D15E /* mz_strm_zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 96401E75FC68AF8D09A9980A9BD13F5E /* mz_strm_zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F04000A157F4A60BBE08879421963D9E /* MASDictionaryTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = ECAF94A568C2CA0CDCBB697F4BC65A09 /* MASDictionaryTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F160F6622F6705018E6DF5DEE37EA0F3 /* RACSubscriptionScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = F85464698533F6FB7A256FFFA95FE2E8 /* RACSubscriptionScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F17D1F48BF71EA3D56458F9E65D3822A /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 51691C188DA1821828A3F5C4381ABA58 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F22B3AE63F78E96070D4A04D736D2FD8 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 5219C654D57A333420114BE93081934D /* FBLPromiseError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F22CB23F2A73D5DA5ED851D94EA97285 /* RACArraySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = A53C416579AD224561CDABE81C9EEE8A /* RACArraySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F2486AA02314B68BAC22315D447AD075 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; - F25C250EBE865764D2B4C8A712DCB307 /* NSURLConnection+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA44223CDD80BCA33B8FD26D22DBA6A /* NSURLConnection+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F279716A58383DF26287CCF2D802BF66 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CA7BEB29E23ACE24AD770FF93263DD37 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F29AA39F3F4459869F0AB48F05C20C7E /* RACEXTScope.h in Headers */ = {isa = PBXBuildFile; fileRef = 572D0C8FBF5F41D7D76F33FE5FCB5B16 /* RACEXTScope.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F472E3A1AD99AC5947592FA0808534EA /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = C111BE8A6DED68F1C4B61384CC47670E /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8C49CDE272D461C160CB0CDFF3FD6D8 /* RACUnarySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = E0A2420D9CBD471DB8146950DC814F94 /* RACUnarySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F968724F52CDF671F14C391CDAFDF4D8 /* NSObject+RACDeallocating.m in Sources */ = {isa = PBXBuildFile; fileRef = 034A1B7E7B2BA6557AED21D9D7F97C93 /* NSObject+RACDeallocating.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F988099AA7063791899D480BFD1C5D8A /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = C2963881CA8639C8196C958F61182D93 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9BDD839BA1797D45455AF5D42DD056F /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 827A6267C22DF3678297D092CCF444CB /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB01A21AFF27B369AD27C4F56DD69A44 /* NSObject+FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = C4818B0C24F4BAFC0FA01EA457E0C566 /* NSObject+FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB01CEEB453FE2903824E76F37706006 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 98BB0A7CF15BFD4240FF9034FC3477E7 /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB03F545B645582F1C713E263B5415D4 /* DDAbstractDatabaseLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = AED4BC519F785B48AA2AE72B16EFE3DE /* DDAbstractDatabaseLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB47863E0EB625ACB20647FA758ABFB9 /* MJPropertyKey.m in Sources */ = {isa = PBXBuildFile; fileRef = AF46BD8687B7115AD73B5FDFD07F3F05 /* MJPropertyKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FB8AFC91637879CDC139F8453DE87F29 /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = A525DC685F003359A04F6B9BF5BEE2DD /* MASCompositeConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FBD272BE5EA05F5FF4553A864B196C78 /* JLRoutes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2ED471F38D6A63EBEC244159CC26EA79 /* JLRoutes-dummy.m */; }; - FD1DA83A749B499FA1F12DB9B82651A5 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = D1CFFE7DF1A34EE1BE9E661E4372A0A9 /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD68516225C24EB2327FB1AD595B4DAF /* NSInvocation+RACTypeParsing.m in Sources */ = {isa = PBXBuildFile; fileRef = C12670809C8A039E194AFA49923BA063 /* NSInvocation+RACTypeParsing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FDE9F7D0CF7E9A3B28E12BF7F210E1F1 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C05D7AC2E794B4693C1A05B13273178 /* ViewController+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FE7F7C9F2868FF56EE8E977CA647E611 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - FED65D6D50F9ECAC2D12C98932742DCE /* ReactiveObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8131F9EA4CD7704B6E0C58522E0D69A6 /* ReactiveObjC-dummy.m */; }; - FF097723176FF0B345A5E0C2615B0B61 /* NSArray+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = FD3A0290BA611957066176F271750288 /* NSArray+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FF0C41C0C823ECB4B33EE4C46D742665 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = D26747C99ECACA94F4EDA45F6F66252B /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF6D635DC352A0FA0F2C6376C193ADD8 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DCA890AC0D6DDA2F07E49194B95A47C7 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB169FE87BA2FADF91380AAAC6D8FFB2 /* RACReplaySubject.h in Headers */ = {isa = PBXBuildFile; fileRef = A877FF71641A50D38B6A8E2ABFEBA725 /* RACReplaySubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC3217E01954C6A48347C1F07CD72C95 /* RACEagerSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A47383FDC1847D9C141EF3CC959BEBA /* RACEagerSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECF8E0036E1A866A16E85FF223EDDFE5 /* MASHotKey.m in Sources */ = {isa = PBXBuildFile; fileRef = F7FF83BDD193BDD078A095774EE0FCDB /* MASHotKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EDDCD019E5779C305C822EFB5FBD146C /* MJPropertyType.m in Sources */ = {isa = PBXBuildFile; fileRef = D654EC3EE914CED4B6C7283389AAE57C /* MJPropertyType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EE424ECE443C88A654B2CC271E9F4874 /* mz_strm_wzaes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B833BBDFF8BDCA56B4FF7B022C0DA5B /* mz_strm_wzaes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE7EDC03CAA142A62AA4C9BDA948F7AE /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = F615DE50A6ED9C72DB4394EFA9A32358 /* FIRDependency.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EF6C63832640E6C32C8AD925D66B8164 /* RACPassthroughSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B985023ED08BF862CC665E9EDDAEFE5 /* RACPassthroughSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EF9522478C1F9C1AE2B79C8E4B875675 /* RACSubscriptionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6F58E3163B3696A74B53BF7DCD30A5 /* RACSubscriptionScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF97DAD218C088FBED655073542DD1AE /* NSOrderedSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 991D8018FF33353C241D5870DEB2F63D /* NSOrderedSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EF9C00E340B33BA67D9CEF5A2262D15E /* mz_strm_zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 11AA6AF9C4AD7257AF6EF8BB8B344EA7 /* mz_strm_zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F04000A157F4A60BBE08879421963D9E /* MASDictionaryTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA145FC429C6AF6C22EEAD909E61CFB /* MASDictionaryTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F0A7D11A89528FD43D72B18659A369F5 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BAC6E1228C2BC6DC8163D4450D098F8 /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F0B205C4ABAB8204F518AA04E394351F /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = A200108EEA4BECDA9DD5EC834F317BC9 /* FIRInstallationsBackoffController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F0F35CB0146A6B9234FAB55A9D8EAE61 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = F90B4C68243182A79BFB2F4F27D0E2D7 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F118E4643057EB9F24B8DCD574EE476D /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 38C90477E6350DD076C939E7CDD1B832 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F160F6622F6705018E6DF5DEE37EA0F3 /* RACSubscriptionScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = BF792B6492F8138846D0C4185809F240 /* RACSubscriptionScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F17D1F48BF71EA3D56458F9E65D3822A /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 43F6532E65AB3DA3380B4CB2952C4012 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F22CB23F2A73D5DA5ED851D94EA97285 /* RACArraySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 55152B52764190EBFA3E3B59EB607EEA /* RACArraySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F25C250EBE865764D2B4C8A712DCB307 /* NSURLConnection+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 26B1553ED577A1D188E1FAE94F0450E6 /* NSURLConnection+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F29AA39F3F4459869F0AB48F05C20C7E /* RACEXTScope.h in Headers */ = {isa = PBXBuildFile; fileRef = 92970D8C12443E0D8AD29B253C4B85AF /* RACEXTScope.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3471EF75042A81698BE5F2AFA2E1858 /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = EAA6CC7099EE00E5A714315CB5CB5340 /* FBLPromise+Wrap.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F413B7626D723288611D94C9BCF72C41 /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 39DB02F53C67BA59906CEEA8713E1F4B /* ru.lproj */; }; + F46389D6F1C13238010543B897018EE8 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 03BB3776CE49B7A00C01FC2B2A36A346 /* FIRInstallationsStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F62508F99AE1B4EDDD51251CFB2A201A /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 02681F27E793C6BB6C96965AA6919CA0 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F6E437B5E863C7A76431E95DDA4E06D0 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A7EAAE718F15FD5541165C231F4B1A6 /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8C49CDE272D461C160CB0CDFF3FD6D8 /* RACUnarySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED972FC3A20B0F40AE9C4378DE73A5D /* RACUnarySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F9441FC33704766232F583A3560727CE /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4352070B536D631C5FDD0CE074C92314 /* GoogleUtilities-dummy.m */; }; + F968724F52CDF671F14C391CDAFDF4D8 /* NSObject+RACDeallocating.m in Sources */ = {isa = PBXBuildFile; fileRef = 303B631DCE461B0EF4A5695F78B9DC32 /* NSObject+RACDeallocating.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F9B9246277CC9D763587A9E46E88B1F6 /* HeartbeatStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59B72061F0C795D44B8B24A76AAF97E /* HeartbeatStorage.swift */; }; + FA2310A90C609FB8F61E360633913733 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AE494AF363E50EB2867C25AD3624D0 /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB01A21AFF27B369AD27C4F56DD69A44 /* NSObject+FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = B8ACBCA727BA9DBD6DFE25DD5DB6385D /* NSObject+FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB03F545B645582F1C713E263B5415D4 /* DDAbstractDatabaseLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C3071F43961E26E7AB4B75C0F432BE58 /* DDAbstractDatabaseLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB14029FF3F8FAE3A726A0340CBEBC70 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C41B134A2D7DA30DD7B0FCFCB0FA0C09 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB47863E0EB625ACB20647FA758ABFB9 /* MJPropertyKey.m in Sources */ = {isa = PBXBuildFile; fileRef = DEB804EFCC4BF4D4F2F08CDC17108858 /* MJPropertyKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FB8AFC91637879CDC139F8453DE87F29 /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = EA41F630B811EE7C802FC50E9812A3D3 /* MASCompositeConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FBC73635225EE559463755D289764259 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 55F9522DAEEE52ADB037B4E21C736E78 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FBD272BE5EA05F5FF4553A864B196C78 /* JLRoutes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E33B8BF343E7448A6CF96E0D66DB9A9 /* JLRoutes-dummy.m */; }; + FD68516225C24EB2327FB1AD595B4DAF /* NSInvocation+RACTypeParsing.m in Sources */ = {isa = PBXBuildFile; fileRef = CC4314246FC626734E85B63C723FA710 /* NSInvocation+RACTypeParsing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FDE9F7D0CF7E9A3B28E12BF7F210E1F1 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B21EB38FD9C94E43E486388AB6817C /* ViewController+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FED65D6D50F9ECAC2D12C98932742DCE /* ReactiveObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BC871A19C3776780E99434A9EEF838F8 /* ReactiveObjC-dummy.m */; }; + FEF897EC191F8B98CD88D48CA48E5ECE /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C5656B309EC272D3DB3636CD2FC93CF /* FBLPromise+Await.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FF097723176FF0B345A5E0C2615B0B61 /* NSArray+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4112E77985AC668857F5361C9DBAEFB7 /* NSArray+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FF1243B79B7D6B5F7B8AA7F2E0A2A01F /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D1F173AC5C44476CE1E87862F4F4DD /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FE8B4CA9CDF626E0A92B4FE2E37531F /* PBXContainerItemProxy */ = { + 002FAB2860DF2D805064C6C3D4E79FC2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 12087F721EA58C4270D4DF7CADA0D8D4 /* PBXContainerItemProxy */ = { + 084EAE387661F0E863A08A67CA535C21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A273FF147C6C1A3B504E3652CD01233; - remoteInfo = "MASPreferences-MASPreferences"; + remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; + remoteInfo = Masonry; }; - 1DFDEBDD2C99230CA968AE95F62ABB81 /* PBXContainerItemProxy */ = { + 0D760F8AF96EB4520CE69B8D97DB8B8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 73C37A16ECCEAD845651DCDEE95675BE; - remoteInfo = "MASShortcut-MASShortcut"; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 1367C70A1E67FE6053CF879E51E9F75C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CCE0F64E83CEAFEE20D04DC7BD57303E; + remoteInfo = MASPreferences; }; - 20D65ED6FCE94ED65268C2FE114AE087 /* PBXContainerItemProxy */ = { + 182A4BEC32EAFEBF4343E7A3095B2755 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; remoteInfo = PromisesObjC; }; - 3350F45ED2636A0C1D2086C6CB4B797E /* PBXContainerItemProxy */ = { + 273A4366EFC2732A8CDE6A5F942CFC37 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 3E99F4779990C162CF1447EA7951B502 /* PBXContainerItemProxy */ = { + 2CA11A0CA55823403FD9138E82A221DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; - remoteInfo = ReactiveObjC; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 40198AD106B2A82F5F970250CAF7763C /* PBXContainerItemProxy */ = { + 315A1A3428DA85D4B4611BC030BC2F29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 40869865CB7E19BC963D950282F35E0E /* PBXContainerItemProxy */ = { + 394343BBCBE9FE7CDE86E06EC4F936DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED77B4B88587C894E85C361023D67C53; - remoteInfo = Sparkle; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - 41FB51A5C8A7781D7F0C9F77BDB8F034 /* PBXContainerItemProxy */ = { + 3A20F960E92BA4AA59F82F45354CAA82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 73C37A16ECCEAD845651DCDEE95675BE; + remoteInfo = "MASShortcut-MASShortcut"; }; - 4671822B44BFBC13A3C47ADDF3ED4A88 /* PBXContainerItemProxy */ = { + 4912862912789411F34D9CAB2741F635 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 52D93549F85C2C072ADA42FFE136DA3B /* PBXContainerItemProxy */ = { + 4F1222E08038FAA162F01CFA5B4F3A50 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - 556F2F74BB0F1B644891AF24259A18B3 /* PBXContainerItemProxy */ = { + 5C5A8DABF120007149E2E0D367244653 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 5684B61F30E3A45103A2B703668E8FCF /* PBXContainerItemProxy */ = { + 746C3BB53AB1CB2ACD45A7B38D653001 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; remoteInfo = SSZipArchive; }; - 578E6849565184D64FFAD93BB9D4DC85 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 5B658EA15C9FC945F4D45A13BEF10B06 /* PBXContainerItemProxy */ = { + 7B558E64E5857F0989561D9195624F37 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - 64D891DBAED6A543DA81AF1169DBB736 /* PBXContainerItemProxy */ = { + 832401E63EC0C7288460C33EFA39AF1E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B2B481A164695722839BD581D442457; - remoteInfo = MASShortcut; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 67B99F503F21F99D2468C97231B83B83 /* PBXContainerItemProxy */ = { + 87359D4F0C3429A6C4A23369B1537219 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; - remoteInfo = AFNetworking; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 69E3683CB3DB083F8E0D712046FC0B83 /* PBXContainerItemProxy */ = { + 8ABC0A398F726634FD7A000CE1DCEC6B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; + remoteInfo = AppCenter; }; - 6DA985E6C41CD72498B3F11EC8F38B6C /* PBXContainerItemProxy */ = { + 976ED18B074B476D4D6A67E30DC3028D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 75DCBF40C96AC972C7CADE82CE994F58 /* PBXContainerItemProxy */ = { + 9E6DFC35182CF0AB2A5FB01C7A5B2DC4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 78BF0AD8604C26BFAFD030E526F37481 /* PBXContainerItemProxy */ = { + A39DE69AA3BE65780091A5C6FEF5F184 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 94C1BAA17BCEBC27586488A205D2E0CB; + remoteInfo = JLRoutes; }; - 939791EC352FF31E6679D95A0DED4B87 /* PBXContainerItemProxy */ = { + BB2E3DC5F4E06CADA92ECDB38706C743 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CCE0F64E83CEAFEE20D04DC7BD57303E; - remoteInfo = MASPreferences; + remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; + remoteInfo = AFNetworking; }; - A46AA53201ED7BED3B40B522A6B1AF7C /* PBXContainerItemProxy */ = { + C52B91CFFD0D3AA5DE574B13A2AFED63 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - A74593551779A33600751BEEBA43AFAE /* PBXContainerItemProxy */ = { + C8235256E786EF08A12B5216B1EC2FAC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 2B2B481A164695722839BD581D442457; + remoteInfo = MASShortcut; }; - AC29E97EC3AE9CBA5B1F3B6B07FE3C27 /* PBXContainerItemProxy */ = { + CC93F32463E07632149747089D6D1B0B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; - remoteInfo = MJExtension; + remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; + remoteInfo = ReactiveObjC; }; - B48D76A293D1B773072B0F885413C284 /* PBXContainerItemProxy */ = { + DA41080E05ECB1CBFD2EDFD7FB2B86EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; - remoteInfo = AppCenter; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - BCC9B186B774FEAB6B3ED29BAE831414 /* PBXContainerItemProxy */ = { + DC01BC8ABC9683E0CBC8FEB795C18DD4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - C9DC2C807190FF187BE07712D98953B2 /* PBXContainerItemProxy */ = { + DD0477B693E3F764542F6D59771E5DF4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; - remoteInfo = Masonry; + remoteGlobalIDString = ED77B4B88587C894E85C361023D67C53; + remoteInfo = Sparkle; }; - CCD66371A0C679FD9B8848471496DBEF /* PBXContainerItemProxy */ = { + DFFCC433D8AAA5FE1AC487D637DA23EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94C1BAA17BCEBC27586488A205D2E0CB; - remoteInfo = JLRoutes; + remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; + remoteInfo = MJExtension; }; - DA7A0903600C7B2D979759D538CD159E /* PBXContainerItemProxy */ = { + E01991D2079B6D8596B4ECA97AE08EBE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - DBED0FDEF10AC34DF2ADBD3DC894516B /* PBXContainerItemProxy */ = { + E0E3CDD0B8D83034668FCA926A36F173 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - E4A13CA01D70E58AA494413B898A3928 /* PBXContainerItemProxy */ = { + E96D58ACF48AC01F9AC6A76FCDDA094E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - E4B404A359242FA9615B37A69C36FC65 /* PBXContainerItemProxy */ = { + ED546F592AAEDD40903298BAB4D5F3F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - EFC238564CCD0D17C2DF084B2D9AC833 /* PBXContainerItemProxy */ = { + F4180EFA7F346C0F302280B9F69DBC8E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - F0797ADCE87320324201CD8CDB30FFC8 /* PBXContainerItemProxy */ = { + FD01A0F12E3992985C708E72601AC91C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - F94E12C024F506623E959649C5DF84B0 /* PBXContainerItemProxy */ = { + FD717104258EA573F5D69FAA96F95D8E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 0A273FF147C6C1A3B504E3652CD01233; + remoteInfo = "MASPreferences-MASPreferences"; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00F2471375D18F604EC73A605D058199 /* mz_strm_pkcrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_pkcrypt.c; path = SSZipArchive/minizip/mz_strm_pkcrypt.c; sourceTree = ""; }; - 011282BE0CBA11E6A99101035063CBFD /* NSURLConnection+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLConnection+RACSupport.h"; path = "ReactiveObjC/NSURLConnection+RACSupport.h"; sourceTree = ""; }; - 018B54470FCF7CF890308CC72C4C0E72 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/GULReachabilityMessageCode.h; sourceTree = ""; }; - 01A319B52EECFA9D83F73D7CA3FDAA16 /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; - 028CFE8D69AD369033EC7BEF0F6EED65 /* DDASLLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogger.h; sourceTree = ""; }; - 02E19F8A9C7001F97DF524C1E80F37FD /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; - 031BE1677AE566BA1EA2F63720DDC244 /* MASPreferencesViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferencesViewController.h; path = Framework/MASPreferencesViewController.h; sourceTree = ""; }; - 034A1B7E7B2BA6557AED21D9D7F97C93 /* NSObject+RACDeallocating.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDeallocating.m"; path = "ReactiveObjC/NSObject+RACDeallocating.m"; sourceTree = ""; }; - 03BB046859488AB1AE3BF321F0B00E98 /* NSString+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSupport.h"; path = "ReactiveObjC/NSString+RACSupport.h"; sourceTree = ""; }; - 048FB7A41F8425057C78E8C6729CB7D4 /* SPUDownloaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderProtocol.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderProtocol.h; sourceTree = ""; }; - 04E990C8E8A7161171E9D806A4286A8F /* MJExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJExtension.modulemap; sourceTree = ""; }; - 0543B126E06AE8E141AF96F006E3E94C /* KVOController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KVOController.modulemap; sourceTree = ""; }; - 064D037D210E862067F9BCB306ACCCC4 /* Heartbeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Heartbeat.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift; sourceTree = ""; }; - 0682673B1282FA073E616499AAA637ED /* RACStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStream.m; path = ReactiveObjC/RACStream.m; sourceTree = ""; }; - 069392D6E4D61A73BDC4CF6DCAD7A4C8 /* JLRRouteDefinition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteDefinition.h; path = JLRoutes/Classes/JLRRouteDefinition.h; sourceTree = ""; }; - 06B29501BFBE75526209BB2E84BD7D8F /* JLRRouteDefinition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteDefinition.m; path = JLRoutes/Classes/JLRRouteDefinition.m; sourceTree = ""; }; + 002700A5E3A26AFFEF9FA3D9447BD74C /* NSIndexSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.h"; sourceTree = ""; }; + 002EB494D800703B4E51554F00D4E0E3 /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; + 003B117E66D812AAA6D53846EE8FD758 /* RACTestScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTestScheduler.m; path = ReactiveObjC/RACTestScheduler.m; sourceTree = ""; }; + 0086026DEFC67029299796D36F9E056C /* NSString+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSupport.m"; path = "ReactiveObjC/NSString+RACSupport.m"; sourceTree = ""; }; + 00D2912F9A273E9B7DF1BF0ABA05A534 /* JLRRouteRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteRequest.m; path = JLRoutes/Classes/JLRRouteRequest.m; sourceTree = ""; }; + 0107F48BA943EA4C4E19D1B5102C4CCE /* SUErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUErrors.h; path = Sparkle.framework/Versions/A/Headers/SUErrors.h; sourceTree = ""; }; + 013F6411A37C931433D77CEE841568F2 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + 02681F27E793C6BB6C96965AA6919CA0 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h; sourceTree = ""; }; + 02938AC0D974756C5F2162C99273B860 /* MASShortcut-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MASShortcut-Info.plist"; sourceTree = ""; }; + 035BB1678916C7E9EC7BE3DB4F1020AE /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + 039F4F635B1502E2041C767E2B970F44 /* SSZipArchive.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.release.xcconfig; sourceTree = ""; }; + 03BB3776CE49B7A00C01FC2B2A36A346 /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; + 04D6BC90F9F2DCD614401D099AF899A7 /* RACEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEvent.m; path = ReactiveObjC/RACEvent.m; sourceTree = ""; }; + 051AA439490EDE8D8B13BAAAD9127FDD /* KVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KVOController.h; path = FBKVOController/KVOController.h; sourceTree = ""; }; + 051FA5EDC1016ED519B5FF4105090CA1 /* SPUDownloaderDeprecated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderDeprecated.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderDeprecated.h; sourceTree = ""; }; + 0597EC3FCEA8AF6F01036EEBCFA02EB2 /* MASPreferences-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASPreferences-umbrella.h"; sourceTree = ""; }; + 060D7ADC94C54460581B653B784B3932 /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; + 061C269C7D919849E7FB15978B5DD771 /* MJExtensionConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJExtensionConst.m; path = MJExtension/MJExtensionConst.m; sourceTree = ""; }; + 06F3BE1A5D381AFFB3ACDE87A695D057 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = nanopb; path = nanopb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 086BAFAC54B49939C448DE44CC94A5F8 /* KVOController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-umbrella.h"; sourceTree = ""; }; - 086C7200AB93D8933228A89F76E16FAB /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h; sourceTree = ""; }; - 091B328F665F1E2188D1C2ABB1034CC2 /* RACSignalProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACSignalProvider.d; path = ReactiveObjC/RACSignalProvider.d; sourceTree = ""; }; - 09850BDC0D6AFEC0F723141EB26786A6 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; - 099A438940D9D014D083348723BC7499 /* MASShortcutValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutValidator.h; path = Framework/Model/MASShortcutValidator.h; sourceTree = ""; }; - 0A4294AFAC5543E799E8C6DE3D960405 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; - 0A4FD1372B83B3620EDD217F092EFECC /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h; sourceTree = ""; }; - 0AAC1F85A8819D642201AF7242F3C8F8 /* RACStream+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACStream+Private.h"; path = "ReactiveObjC/RACStream+Private.h"; sourceTree = ""; }; - 0B16BF42AD0BCC91EF5D3BA4C5B1AC17 /* RACSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignal.h; path = ReactiveObjC/RACSignal.h; sourceTree = ""; }; - 0B37B87C1D82DF2588E5C11C058D8EBC /* MASShortcutBinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutBinder.h; path = "Framework/User Defaults Storage/MASShortcutBinder.h"; sourceTree = ""; }; - 0B479535A15080A31305ED7AAF28CD2E /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; - 0DA32C3927CB1F748B27944B75FFE1ED /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - 0DD867F6E0C907DAC199A8C0F408CC80 /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h; sourceTree = ""; }; - 0E191EFC5573A9E64D6C42F25A478884 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; - 0F0C81B2DB51742F15DDF98352949AFA /* DDAssertMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAssertMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAssertMacros.h; sourceTree = ""; }; - 0FA44223CDD80BCA33B8FD26D22DBA6A /* NSURLConnection+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLConnection+RACSupport.m"; path = "ReactiveObjC/NSURLConnection+RACSupport.m"; sourceTree = ""; }; - 0FA77305D78CD6377AC0BD9C81058055 /* MJFoundation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJFoundation.m; path = MJExtension/MJFoundation.m; sourceTree = ""; }; - 0FD5B2872CEC942C4440541804E099C4 /* RACDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDelegateProxy.m; path = ReactiveObjC/RACDelegateProxy.m; sourceTree = ""; }; - 0FF61087B3789A8B660DA65797497087 /* RACCompoundDisposableProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACCompoundDisposableProvider.d; path = ReactiveObjC/RACCompoundDisposableProvider.d; sourceTree = ""; }; + 077ABAAE4198D3B7E21F87EFB1272EC5 /* FIRHeartbeatLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatLogger.m; path = FirebaseCore/Sources/FIRHeartbeatLogger.m; sourceTree = ""; }; + 084AE539314C64D36F2B8C1077DE77C7 /* MJExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-umbrella.h"; sourceTree = ""; }; + 08747A96DE09E2B847F4F520D4E3AA3E /* RACSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSequence.m; path = ReactiveObjC/RACSequence.m; sourceTree = ""; }; + 08C75F289777D446F2516C12C22FEF18 /* NSObject+RACKVOWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACKVOWrapper.h"; path = "ReactiveObjC/NSObject+RACKVOWrapper.h"; sourceTree = ""; }; + 0909DEA53874CCEFD93D7186E8F56957 /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; + 096333BDE317D2BFC5571E1B6C7B6674 /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; + 09C725FB5CD261C45CF643942DCBD2BD /* PromisesObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesObjC-umbrella.h"; sourceTree = ""; }; + 09EED26F58E5C892F9FB7D69F1272158 /* RACEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEvent.h; path = ReactiveObjC/RACEvent.h; sourceTree = ""; }; + 0A2506EA3EFD3291BA6977408A84CD1F /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + 0B5093B65B54E5B4F0EFB8C4391FFE41 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/GULReachabilityMessageCode.h; sourceTree = ""; }; + 0B55699240BE2BAC89ADFF65A25E886C /* MASLocalization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLocalization.h; path = Framework/UI/MASLocalization.h; sourceTree = ""; }; + 0B63C2C0CD320FAF37CDB7D40D7D1462 /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = SSZipArchive/SSZipArchive.h; sourceTree = ""; }; + 0B7B54D7EE9E14AC40F250B25AED2261 /* RACTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTuple.h; path = ReactiveObjC/RACTuple.h; sourceTree = ""; }; + 0C10ECBF90B9AD6B81BE3DF0D17AA386 /* RACIndexSetSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACIndexSetSequence.h; path = ReactiveObjC/RACIndexSetSequence.h; sourceTree = ""; }; + 0C456D2402877477C22EC9FA58E511B4 /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; + 0C8BEEFEE2D4E21534A392A5050D54D9 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; + 0CCA09CE48117F0EF8EA3F01CAB04D15 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; + 0D37E8A6AA7F086478D602EC2DE55CAD /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; + 0D6DAF8D2203810EA0CFD25FFF782A1D /* RACGroupedSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACGroupedSignal.h; path = ReactiveObjC/RACGroupedSignal.h; sourceTree = ""; }; + 0E25207DDDD8CE6F992CA20474F545C9 /* DDAssertMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAssertMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAssertMacros.h; sourceTree = ""; }; + 0E29A6B96CBC8289057B011296595ECE /* mz_strm_split.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_split.c; path = SSZipArchive/minizip/mz_strm_split.c; sourceTree = ""; }; + 0F8E57EF154CF66B911255FABA0AA9B1 /* NSString+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSequenceAdditions.m"; path = "ReactiveObjC/NSString+RACSequenceAdditions.m"; sourceTree = ""; }; + 1081E6F67F995F77C746EF165A8B01EE /* RACKVOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOProxy.m; path = ReactiveObjC/RACKVOProxy.m; sourceTree = ""; }; + 1083B39D3FF538D1B762356D9EC6FF58 /* HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift; sourceTree = ""; }; 10A3E2749750F7D5C7C7348927D350AB /* Pods-Easydict.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Easydict.release.xcconfig"; sourceTree = ""; }; - 10B3316DB913026EFB0F492B45232AC3 /* RACCompoundDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCompoundDisposable.h; path = ReactiveObjC/RACCompoundDisposable.h; sourceTree = ""; }; - 111444F39ABD4F1017F292A9DC22ECD6 /* NSData+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+RACSupport.h"; path = "ReactiveObjC/NSData+RACSupport.h"; sourceTree = ""; }; - 1151507B09A839D57BE51C373078780B /* ReactiveObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.debug.xcconfig; sourceTree = ""; }; - 119BD37364EA0F2D9C6449A754B5540F /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; - 1207A83058A5551D52E22083DA75FB5D /* NSURLSession+GULPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+GULPromises.h"; path = "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h"; sourceTree = ""; }; - 126FFD624E33FBB220440D3C0124A0CB /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; - 12DA47622C2F758E78BD55EDD2C92C5C /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = ""; }; - 12F591293F7E97B4A79FCCC3AD4D5C1E /* MASShortcutValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutValidator.m; path = Framework/Model/MASShortcutValidator.m; sourceTree = ""; }; - 137217C1AB818A91BBEE06934850E664 /* mz_zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip.h; path = SSZipArchive/minizip/mz_zip.h; sourceTree = ""; }; - 1387EDFBB85AFC8D4353659BC003A7E3 /* NSInvocation+RACTypeParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInvocation+RACTypeParsing.h"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.h"; sourceTree = ""; }; - 13942351E83F634DDEAFD234E714962F /* AppCenterCrashes.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenterCrashes.xcframework; path = "AppCenter-SDK-Apple/AppCenterCrashes.xcframework"; sourceTree = ""; }; - 13BDD3556E126756BFF68A35AF1D350E /* mz_strm_split.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_split.c; path = SSZipArchive/minizip/mz_strm_split.c; sourceTree = ""; }; + 11665FA641924A46D8C12F53862F7962 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; + 11AA6AF9C4AD7257AF6EF8BB8B344EA7 /* mz_strm_zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_zlib.h; path = SSZipArchive/minizip/mz_strm_zlib.h; sourceTree = ""; }; + 120BC44491574DB43755DD569E01B86D /* DDOSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOSLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDOSLogger.h; sourceTree = ""; }; + 1214C7CACBFBEB21D10A0A9DC14E304D /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; + 128D6144A150A1032BBB6EC3C51146BC /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = ""; }; + 12B9827D728A14B811A027EDED34396A /* mz_strm_zlib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_zlib.c; path = SSZipArchive/minizip/mz_strm_zlib.c; sourceTree = ""; }; + 12BBFE521C88E72430D76AC38ED2E009 /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; + 12D1F173AC5C44476CE1E87862F4F4DD /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; + 1312CCD53C713AED12442E7123D14F59 /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "Resources/zh-Hant.lproj"; sourceTree = ""; }; + 131C0230FC45696BAB166814684B3DAD /* NSControl+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSControl+RACCommandSupport.h"; path = "ReactiveObjC/NSControl+RACCommandSupport.h"; sourceTree = ""; }; + 137DA7F10F29FA6757D8FA1A7EF953F4 /* RACScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScheduler.m; path = ReactiveObjC/RACScheduler.m; sourceTree = ""; }; + 139FEC40FD760606E39CC9C69678940C /* JLRRouteResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteResponse.m; path = JLRoutes/Classes/JLRRouteResponse.m; sourceTree = ""; }; + 13AF741D62AF13BDD2EA87C8BE0D11F2 /* MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtension.h; path = MJExtension/MJExtension.h; sourceTree = ""; }; + 13BE8A85EC4A146B433C49AE38DDBBEB /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseInstallations; path = FirebaseInstallations.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 13DD455933B8045B4BF63FD1705A821B /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = Resources/es.lproj; sourceTree = ""; }; - 13EBDFDC598CB8EF75D5BA6C02BFA21C /* MASShortcut-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MASShortcut-dummy.m"; sourceTree = ""; }; - 142A734DC0680A1F253A754326B1CFCC /* RACSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignal.m; path = ReactiveObjC/RACSignal.m; sourceTree = ""; }; - 14599D3B5703C51824D13129F664565A /* Masonry.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.debug.xcconfig; sourceTree = ""; }; - 148865B39796ADEBCB4F84CFABCB2668 /* SUExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUExport.h; path = Sparkle.framework/Versions/A/Headers/SUExport.h; sourceTree = ""; }; + 13DDF55126672B905984652818682C6B /* GULNetworkInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkInfo.m; path = GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m; sourceTree = ""; }; + 147A22C4DDA86BEBA3E0ECF190C36321 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; 148D0F9E8C7373FEAF40D800FC5F1BAA /* FirebaseCoreInternal */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreInternal; path = FirebaseCoreInternal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 14D4D0D885ACACFD7672BCB03AAFF32D /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h; sourceTree = ""; }; - 15050B6BD5F7A22F75D092062D73AF9E /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; - 154E4267E9716F25EC3AE25C67AAB750 /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; - 160BE6FC47311C891CCEF0B97E380BB3 /* mz_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_compat.h; path = SSZipArchive/minizip/mz_compat.h; sourceTree = ""; }; - 163606C29F7100FAB0677D30EBC8EFC6 /* MASLocalization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLocalization.m; path = Framework/UI/MASLocalization.m; sourceTree = ""; }; - 165776E907AA65ABB7AD46760F036945 /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; - 179E4768676CA75BC73E3F260FF4BF34 /* RACMulticastConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACMulticastConnection.h; path = ReactiveObjC/RACMulticastConnection.h; sourceTree = ""; }; - 17C5B6E832EB83331977FE59C5BEC1AB /* MJExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-prefix.pch"; sourceTree = ""; }; - 18FA8B2BFCFE00D657CFE44461019380 /* CocoaLumberjack-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaLumberjack-dummy.m"; sourceTree = ""; }; - 19A90C325F465C26B6522E0B1DADE6DA /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - 1A17C2B34D04D5A6C3FA1C192E9DE212 /* KVOController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-prefix.pch"; sourceTree = ""; }; + 14E2C2C94AD59F3C0E45E772B3360F35 /* RACUnarySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnarySequence.h; path = ReactiveObjC/RACUnarySequence.h; sourceTree = ""; }; + 1539C997098CE0EC59133D405A57E9E1 /* SUExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUExport.h; path = Sparkle.framework/Versions/A/Headers/SUExport.h; sourceTree = ""; }; + 153C7590A66990441DB66F361EFE5834 /* AFNetworking-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AFNetworking-Info.plist"; sourceTree = ""; }; + 15BE2BCEDD7F670B933EF9C7A9BC85F7 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; + 16CC4C7D911982A841F71BD0F5819334 /* MASShortcut.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MASShortcut.modulemap; sourceTree = ""; }; + 16D5AE6E4B98E6D336196969D483CE12 /* RACCompoundDisposableProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACCompoundDisposableProvider.d; path = ReactiveObjC/RACCompoundDisposableProvider.d; sourceTree = ""; }; + 16DFCA78F481926564A90DE2FDBA59D9 /* RACEXTRuntimeExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEXTRuntimeExtensions.m; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.m; sourceTree = ""; }; + 180F495E4C3DDE6B3C334763CA122D2A /* DDLoggerNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLoggerNames.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLoggerNames.h; sourceTree = ""; }; + 1820A72B0AE6369D84C4D39D10C96823 /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h; sourceTree = ""; }; + 1895521E8893ADB513CECFDA3EDF77DD /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h; sourceTree = ""; }; + 18D42AA04FF2FCC368859A457A1B8FD0 /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; + 1A49D0A3179ECA663D7DEF3B56FE2CE1 /* RACKVOTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOTrampoline.h; path = ReactiveObjC/RACKVOTrampoline.h; sourceTree = ""; }; 1A6D9368F6F6C5C4490468ED4267FD6B /* Pods-Easydict-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Easydict-acknowledgements.markdown"; sourceTree = ""; }; - 1A9F9B5EAC4990C1DA463E87E78A82B7 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; - 1AA3C574730B4EB8F310FF9983545C5A /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - 1AC6050C9113706073F27FA9CAC040EE /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; - 1B230F6FEE3AA669A4CC14001AB15A91 /* SPUDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloader.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloader.h; sourceTree = ""; }; - 1B7980700536E2B5C7C6F4DB1546D23F /* NSObject+RACDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDescription.m"; path = "ReactiveObjC/NSObject+RACDescription.m"; sourceTree = ""; }; - 1BEE453A8DCF86A61AE8E3D507598E6E /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - 1BFFE46E27F622B99F798727F89FFDCF /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; - 1CFBE9AB74E93B5991FED6E5EE046D0A /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; - 1D1417F17FA95D545D6152B6275BA9DC /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; - 1D763C67DDD2D5A61833A9D24252B0FA /* FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstallations-Info.plist"; sourceTree = ""; }; + 1ACB346E664F68A4797425D9AB877AF6 /* FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBKVOController.m; path = FBKVOController/FBKVOController.m; sourceTree = ""; }; + 1B6877A0D069DEE803E04AC3746F8A5D /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; + 1BF1A82C3BC2A661F869296D36D66356 /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; + 1C1B31478536E81042F106BC190D4435 /* sv.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sv.lproj; path = Resources/sv.lproj; sourceTree = ""; }; + 1C5656B309EC272D3DB3636CD2FC93CF /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; + 1C591A65213D29351022D733C16707FE /* NSObject+RACDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDescription.h"; path = "ReactiveObjC/NSObject+RACDescription.h"; sourceTree = ""; }; + 1CED184B88249205935D2E864A765B02 /* JLRoutes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLRoutes-prefix.pch"; sourceTree = ""; }; + 1D3130D5F3D0CF78A6DFD143C68C25D4 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = ""; }; + 1D3587A44371B64EC5CAE2B8D1A3BED8 /* RACValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACValueTransformer.h; path = ReactiveObjC/RACValueTransformer.h; sourceTree = ""; }; + 1D5AC857D7BADDDB6D8ECB1848BC2572 /* FirebaseCoreInternal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreInternal-Info.plist"; sourceTree = ""; }; + 1D71E77D81DA3902E36A293F5899ACBD /* RACDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDelegateProxy.m; path = ReactiveObjC/RACDelegateProxy.m; sourceTree = ""; }; 1D81C98AF124D90713A1A6B90AD4D702 /* Pods-Easydict-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Easydict-umbrella.h"; sourceTree = ""; }; - 1E95B2EA79FB33603F1EE0D0C3FAD201 /* MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJProperty.h; path = MJExtension/MJProperty.h; sourceTree = ""; }; - 1FCE9EE4ACA4C1934C3E46887CC8D5B1 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; - 1FEFA658A72AFCF049DF167F4777334A /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + 1E1BCDAC2A88E0EE430EAA8A9D15D330 /* NSObject+RACLifting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACLifting.m"; path = "ReactiveObjC/NSObject+RACLifting.m"; sourceTree = ""; }; + 1E33FBB49CBB5CF720D4FE0BC05E67DF /* RACScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScheduler.h; path = ReactiveObjC/RACScheduler.h; sourceTree = ""; }; + 1F2A2F1E07A5F0A2AEF06DEA553A70EA /* RACDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDisposable.h; path = ReactiveObjC/RACDisposable.h; sourceTree = ""; }; + 1F594339400309BB06AA59F30DB0B406 /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; + 1FD8E9DB2DBF4FC8ECD75DE3E5EE5B33 /* CLIColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLIColor.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/CLIColor.h; sourceTree = ""; }; + 1FE45CD9070F47531CDA62EB0EB46D54 /* NSArray+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+RACSequenceAdditions.h"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.h"; sourceTree = ""; }; 1FFED36A657123030ABB700256D73F15 /* Masonry */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Masonry; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2033716E698E9147D589FB6F7F8B201A /* NSString+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+MJExtension.h"; path = "MJExtension/NSString+MJExtension.h"; sourceTree = ""; }; - 21D8A3EB8346E4D96CFEE5E8A73CE446 /* SUStandardVersionComparator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUStandardVersionComparator.h; path = Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h; sourceTree = ""; }; - 2232C8D82E15B2DED0AB2B20E62796DD /* DDLog+LOGV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDLog+LOGV.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog+LOGV.h"; sourceTree = ""; }; + 202CDB98501947BC9D77FD43D243BCA1 /* RACEXTRuntimeExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTRuntimeExtensions.h; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.h; sourceTree = ""; }; + 204EC87F99D0710FC1E4664A48771207 /* NSData+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+RACSupport.h"; path = "ReactiveObjC/NSData+RACSupport.h"; sourceTree = ""; }; + 2080BC8CC438FF620C122FAD6E1AA412 /* mz_strm_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_mem.c; path = SSZipArchive/minizip/mz_strm_mem.c; sourceTree = ""; }; + 20D8A0105D89A303AA10F1C1477ADD47 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; + 21DC228C63FE18AC1DF4E81EC3DB5FA3 /* RACKVOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOProxy.h; path = ReactiveObjC/RACKVOProxy.h; sourceTree = ""; }; + 22173E5C7E3FC77889F97608250BFDCC /* NSObject+MJClass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJClass.h"; path = "MJExtension/NSObject+MJClass.h"; sourceTree = ""; }; 230F8208BE63C052A548A7D41A1158B2 /* MASShortcut-MASShortcut */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "MASShortcut-MASShortcut"; path = MASShortcut.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 231AAD191A037EB4B5B00744486BF7C8 /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; - 238D4FA9D8A150D1B9A2C5ABAD63D4FD /* RACSerialDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSerialDisposable.m; path = ReactiveObjC/RACSerialDisposable.m; sourceTree = ""; }; - 23EE979D8AF66C580FE7C45D41895FEC /* NSDictionary+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+RACSequenceAdditions.m"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.m"; sourceTree = ""; }; - 2495C6BC53CEA7C706B0ACDD214CEB61 /* DDFileLogger+Buffering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DDFileLogger+Buffering.m"; path = "Sources/CocoaLumberjack/Extensions/DDFileLogger+Buffering.m"; sourceTree = ""; }; - 24B2494162241748286ECA27EE67082C /* NSObject+RACSelectorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACSelectorSignal.h"; path = "ReactiveObjC/NSObject+RACSelectorSignal.h"; sourceTree = ""; }; - 2508BA7C86579CBB5BC58F5F2751C842 /* FirebaseCoreInternal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreInternal-Info.plist"; sourceTree = ""; }; + 23330131A39CB85EC11F05AE1E776C14 /* RACSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubject.h; path = ReactiveObjC/RACSubject.h; sourceTree = ""; }; + 2408E176786763D94CDF636207BC58D8 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; + 247656FC449EC2D8C54E08A4E700D4E2 /* RACUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnit.h; path = ReactiveObjC/RACUnit.h; sourceTree = ""; }; + 2483C6C89E65B26D955834BCB52191AC /* RACReturnSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReturnSignal.h; path = ReactiveObjC/RACReturnSignal.h; sourceTree = ""; }; + 249FA3904B824FB1AE0D6D71F42A1241 /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = ""; }; + 24A2436EE2A8FF6C349C0B84A7FAF740 /* RACTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTuple.m; path = ReactiveObjC/RACTuple.m; sourceTree = ""; }; + 24ACF3DEEAAE820F09372F7CAD455190 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h; sourceTree = ""; }; + 24EAE1AB23E0E81A377180B23B50F9A7 /* FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstallations-Info.plist"; sourceTree = ""; }; 252C712D4ED62BF8847F9BC75CF0FDF2 /* Pods-Easydict-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Easydict-Info.plist"; sourceTree = ""; }; - 2539933AC47E38984CED30E6295CC0CF /* RACSubscriptionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptionScheduler.h; path = ReactiveObjC/RACSubscriptionScheduler.h; sourceTree = ""; }; - 25467A947C45115112B3F502A7AD6B0E /* RACEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEvent.m; path = ReactiveObjC/RACEvent.m; sourceTree = ""; }; - 257D01B1A958B627F1D2ED36A55120E8 /* SUErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUErrors.h; path = Sparkle.framework/Versions/A/Headers/SUErrors.h; sourceTree = ""; }; - 258B80A89F5FA2974EC1610BCE081EC9 /* MASShortcutBinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutBinder.m; path = "Framework/User Defaults Storage/MASShortcutBinder.m"; sourceTree = ""; }; - 2689B096F9B9170528B69D99BB18E732 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h; sourceTree = ""; }; - 268BB7221BD529D720E9A7E5543B13C8 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "Resources/zh-Hans.lproj"; sourceTree = ""; }; + 2561BB224DAFC4241BEC2A3EDAE50DFB /* NSEnumerator+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+RACSequenceAdditions.m"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.m"; sourceTree = ""; }; + 25A8D3EAB6362C8FB46EACFC7D1FCE65 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; 26A8810424438A12E7ADBFB3E068C658 /* MASShortcut */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MASShortcut; path = MASShortcut.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 26D1C03447105CBC02B90980E0BD2323 /* RACEagerSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEagerSequence.m; path = ReactiveObjC/RACEagerSequence.m; sourceTree = ""; }; - 278103730E95A217228308D6747CDEB3 /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; - 27C278DB4BC67FADF7B24F9A58C2FB40 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; - 27DFC9F9A3B216FFEF2FC7D309A3B450 /* RACScopedDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScopedDisposable.h; path = ReactiveObjC/RACScopedDisposable.h; sourceTree = ""; }; - 283E57E98B511FE6F570040396F7222B /* NSString+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSupport.m"; path = "ReactiveObjC/NSString+RACSupport.m"; sourceTree = ""; }; - 28B49701B27D28EE88BDFE7796DD5956 /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; - 28B4B90AB53C891E4453F77AD4FB442F /* SUAppcastItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUAppcastItem.h; path = Sparkle.framework/Versions/A/Headers/SUAppcastItem.h; sourceTree = ""; }; - 29BA97F02BD225549160420D400A5DDC /* NSObject+RACDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDescription.h"; path = "ReactiveObjC/NSObject+RACDescription.h"; sourceTree = ""; }; - 29E08CF1B2236D648FAB72D2074E1572 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; - 2A74EAA07BC403084E4E913BB4AA07BD /* RACValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACValueTransformer.m; path = ReactiveObjC/RACValueTransformer.m; sourceTree = ""; }; - 2A88EB2FB6F3A84750993B7C8CED2231 /* mz_zip_rw.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip_rw.c; path = SSZipArchive/minizip/mz_zip_rw.c; sourceTree = ""; }; + 26B1553ED577A1D188E1FAE94F0450E6 /* NSURLConnection+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLConnection+RACSupport.m"; path = "ReactiveObjC/NSURLConnection+RACSupport.m"; sourceTree = ""; }; + 26CE31B8917EE5F7CE5D4B9524ECF9B4 /* RACStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStream.m; path = ReactiveObjC/RACStream.m; sourceTree = ""; }; + 26D61B8115EFA34998D7842B09DB7734 /* RACEmptySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySequence.m; path = ReactiveObjC/RACEmptySequence.m; sourceTree = ""; }; + 26F65624E24F1B700F0382BB7125920C /* DDASLLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogger.h; sourceTree = ""; }; + 288A41D74F7C098AE6338577F2D9B13C /* JLRRouteHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteHandler.h; path = JLRoutes/Classes/JLRRouteHandler.h; sourceTree = ""; }; + 29680FF7EBE2321749881703CCEC8771 /* NSString+RACKeyPathUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACKeyPathUtilities.m"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.m"; sourceTree = ""; }; + 2987B4FD8C265E57D3D1B37196AB8997 /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; + 2A155C805D48F8F1E03B62E805D5737E /* RACStream+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACStream+Private.h"; path = "ReactiveObjC/RACStream+Private.h"; sourceTree = ""; }; + 2A2B648AA8DEE254FEC7C2A56533CD18 /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; + 2A47383FDC1847D9C141EF3CC959BEBA /* RACEagerSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEagerSequence.h; path = ReactiveObjC/RACEagerSequence.h; sourceTree = ""; }; + 2A74F4DAC95EB8613F9F470D2D857C6B /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; 2B276B0A79173A1D6E83C9B4FB9A4A57 /* MJExtension */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJExtension; path = MJExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2BA30C5909CEE37E299A12BEA5BF0FD9 /* GULNetworkInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInternal.h; path = GoogleUtilities/Network/GULNetworkInternal.h; sourceTree = ""; }; - 2BF247E5AA0842E198DF72CD051E4BF7 /* MJExtensionConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtensionConst.h; path = MJExtension/MJExtensionConst.h; sourceTree = ""; }; - 2C6D23DCB9C7729AED9D389D7B98CB3D /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; - 2C76E61ADBBDA6F6834D53CD95811BB3 /* RACSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSequence.h; path = ReactiveObjC/RACSequence.h; sourceTree = ""; }; - 2CC9672620058C98DCE062837AB0CB59 /* RACSignalSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignalSequence.m; path = ReactiveObjC/RACSignalSequence.m; sourceTree = ""; }; - 2CE49974F00A7DD8E4BC1EED0A33A9D9 /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; - 2CE56860100B99073AC03D478863D93E /* RACScheduler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Private.h"; path = "ReactiveObjC/RACScheduler+Private.h"; sourceTree = ""; }; - 2D38214D75262FDFFBAC43807F3FD607 /* ReactiveObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-umbrella.h"; sourceTree = ""; }; - 2D57FF9F4F84C78E5ADB247218A25454 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - 2DA7EA9514F86B9C38E7B2FB99A9A700 /* GULHeartbeatDateStorageUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorageUserDefaults.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m; sourceTree = ""; }; - 2DF70B0B801C6043D8E59BA5C3F0E270 /* SUUpdaterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUUpdaterDelegate.h; path = Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h; sourceTree = ""; }; - 2E0B081E810C4A59717BEB19FE7F067C /* Masonry-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Masonry-Info.plist"; sourceTree = ""; }; - 2E23F187D2F9D33E39C6F217213C88E8 /* NSEnumerator+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+RACSequenceAdditions.m"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.m"; sourceTree = ""; }; - 2E61145A2B6FDEB54C011C5013FD9735 /* MJExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.debug.xcconfig; sourceTree = ""; }; - 2ED471F38D6A63EBEC244159CC26EA79 /* JLRoutes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JLRoutes-dummy.m"; sourceTree = ""; }; - 2FDB5DFDD9F40E9C21688D449BF1FCF1 /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; - 30891467A0A8AD942348D97087DCBAD1 /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; - 309A184D7B8D5E4FBF167F58C0D35AC6 /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; - 31203F201F9206D44C17060FE492ABB9 /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = SSZipArchive/SSZipArchive.h; sourceTree = ""; }; - 31E349D8650DA12C0273B81D0400E31A /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; - 31F5272EDDC5227C9995476B758135AF /* NSObject+MJKeyValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJKeyValue.h"; path = "MJExtension/NSObject+MJKeyValue.h"; sourceTree = ""; }; - 325A19016756A25257FB4443031CE4DF /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - 32A9FE5BDBF29A0CD22F6FDD49D97351 /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; - 32DD057B86EEFD19DAEA016549D78135 /* MJPropertyKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyKey.h; path = MJExtension/MJPropertyKey.h; sourceTree = ""; }; + 2B4015731417287A134BBABFEF2A06D3 /* MJExtensionConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtensionConst.h; path = MJExtension/MJExtensionConst.h; sourceTree = ""; }; + 2B447DF7C14642F70A17EF0EBE8CB86A /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; + 2B833BBDFF8BDCA56B4FF7B022C0DA5B /* mz_strm_wzaes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_wzaes.h; path = SSZipArchive/minizip/mz_strm_wzaes.h; sourceTree = ""; }; + 2BEF6106C4EDE99941F1244642BC5E9C /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; + 2D6EEA90ED9D3F8760C1E70A8F12F141 /* RACSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubject.m; path = ReactiveObjC/RACSubject.m; sourceTree = ""; }; + 2D7862B3109AA9F6285DAF56EE0505BD /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; + 2DFE1EF58FC53B1929EF027924208458 /* RACUnit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnit.m; path = ReactiveObjC/RACUnit.m; sourceTree = ""; }; + 2E1BCA1721C5818EF10F0F6BD9572125 /* FirebaseCoreInternal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreInternal-dummy.m"; sourceTree = ""; }; + 303B631DCE461B0EF4A5695F78B9DC32 /* NSObject+RACDeallocating.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDeallocating.m"; path = "ReactiveObjC/NSObject+RACDeallocating.m"; sourceTree = ""; }; + 3041701774B3362F442A5A758E26F7CA /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; + 30BD33D59A544399946236210DF3DD6D /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + 30EE743B5F59349A58B1C77C7A3F6C26 /* RACQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACQueueScheduler.h; path = ReactiveObjC/RACQueueScheduler.h; sourceTree = ""; }; + 310909448070BEF82A8077B0370042A7 /* MASPreferences.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASPreferences.debug.xcconfig; sourceTree = ""; }; + 31AF7CE8DBFE4160AFBE86DB9BCB1F17 /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; + 31D8F4F9789C2B90EC369EAED4CF51BB /* NSString+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+MJExtension.m"; path = "MJExtension/NSString+MJExtension.m"; sourceTree = ""; }; + 32500E1B75D9F13B23ADA2244414ACF1 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; + 327FD470BD07B6EA81D8A7A23C177292 /* StorageFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StorageFactory.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/StorageFactory.swift; sourceTree = ""; }; + 332B6385A7E6F5B7D8F40A80F04A59BC /* MASShortcut.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcut.m; path = Framework/Model/MASShortcut.m; sourceTree = ""; }; 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PromisesObjC; path = FBLPromises.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3362DA01F88A8B55DF74414AC85DD82C /* ReactiveObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-prefix.pch"; sourceTree = ""; }; - 338B9128EEBF8EE57C7EFC77420A90CD /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - 3390AB7BB444BC3D133338DEAB9AC7F9 /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; - 3442A582F72C13CFF814366E67030B4D /* FirebaseInstallations-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstallations-umbrella.h"; sourceTree = ""; }; - 34F4EC124AE704B1D78E1896F526035F /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; - 35E01898A191BF836FC347DB01744C01 /* DDMultiFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMultiFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDMultiFormatter.h; sourceTree = ""; }; - 36997CA4FD3A011D23B745BB0125EC01 /* MASPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferences.h; path = Framework/MASPreferences.h; sourceTree = ""; }; - 36D1E08C2A15BE4B8204BE89590B6F82 /* MASHotKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASHotKey.h; path = Framework/Monitoring/MASHotKey.h; sourceTree = ""; }; - 3710D47E866897F4445D4D0432F4574E /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; + 33990EEE88D0ACB3780B03E645237135 /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; + 33BBDCAADDED43EF5EEA9BF2CFCA95EB /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + 33C0FF26755482C30C81808CF3FBF882 /* NSFileHandle+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSFileHandle+RACSupport.m"; path = "ReactiveObjC/NSFileHandle+RACSupport.m"; sourceTree = ""; }; + 340F4B1F98951380636D8701CE6EB6A0 /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; + 3472FECD92FFD660DD4FB223A1814F9D /* DDAssert.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAssert.swift; path = Sources/CocoaLumberjackSwift/DDAssert.swift; sourceTree = ""; }; + 34CB45701B6EA0DFF5880C53D9204148 /* FirebaseInstallations-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstallations-umbrella.h"; sourceTree = ""; }; + 34D941334F74A82B52F01C92389C2A8F /* MASPreferences.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASPreferences.release.xcconfig; sourceTree = ""; }; + 35A368BC505EC6C1A5632EC7438C4B58 /* Sparkle.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sparkle.debug.xcconfig; sourceTree = ""; }; 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 37A6B43B23EB6D06B56DEE89E1DA6B4E /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h; sourceTree = ""; }; - 37CCB5D2AACAD13F0CF6C26DB3F4A4C2 /* ResourceBundle-MASPreferences-MASPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MASPreferences-MASPreferences-Info.plist"; sourceTree = ""; }; - 3805403945A7EAC8796B1DC09EEB2CB3 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - 387F73B8CA1E906CEB158961BC468650 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - 3969D07853B6825E50F8235CDE04A05C /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h; sourceTree = ""; }; - 396D11614F48E213935F06B82E47C638 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = SSZipArchive/SSZipArchive.m; sourceTree = ""; }; - 397FCE3ABE026311B71779F2C17FF01A /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; + 37BB97A6A6F13B0DD0AF35A3561F413E /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; + 37DD5673F41895A96C2B2D35F23D880A /* mz_strm_mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_mem.h; path = SSZipArchive/minizip/mz_strm_mem.h; sourceTree = ""; }; + 37F7406F8904FC00E0A0AD3A327DE0BF /* MASPreferencesViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferencesViewController.h; path = Framework/MASPreferencesViewController.h; sourceTree = ""; }; + 3816277A2A2DFBF6BB9696F6EB49DBE0 /* GULHeartbeatDateStorageUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorageUserDefaults.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m; sourceTree = ""; }; + 3837C53B066306E03299CE07609FE61F /* NSObject+RACSelectorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACSelectorSignal.m"; path = "ReactiveObjC/NSObject+RACSelectorSignal.m"; sourceTree = ""; }; + 38A9BD788DE2F1FF102BEB088BAE9093 /* mz.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz.h; path = SSZipArchive/minizip/mz.h; sourceTree = ""; }; + 38C90477E6350DD076C939E7CDD1B832 /* 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 = ""; }; + 38CC89A1DDC9C1DE985326198EECBF22 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; 399EC9508E73C0D54D9BBD8741FBA137 /* KVOController */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KVOController; path = KVOController.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A19D598D85D351230D2FBC8F469FAF7 /* NSOrderedSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSOrderedSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.m"; sourceTree = ""; }; - 3A53DEACB2ABDC65F4A621BB2D7BF76D /* DDTTYLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDTTYLogger.h; sourceTree = ""; }; - 3A5C84563F9AAB88AE1485CB143FB91A /* RACBlockTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBlockTrampoline.h; path = ReactiveObjC/RACBlockTrampoline.h; sourceTree = ""; }; - 3A8E6636B8CF23E451FE9460B7C60DFE /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; - 3AC3E6BFBB0085D7238262AC31450623 /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Masonry.modulemap; sourceTree = ""; }; - 3AF5133B76B63BC2A894270C51C9B6EC /* MJExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJExtension-Info.plist"; sourceTree = ""; }; - 3B86BB7C0152BDC23ED48BE67E9C7B8C /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; - 3C580E774C6614F58316E68F8ECDB2BA /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; - 3C61C973B973E4A5B0D22323C0018034 /* JLRoutes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLRoutes-prefix.pch"; sourceTree = ""; }; - 3C6277A045581AAC2E9F96093B747612 /* ReactiveObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.release.xcconfig; sourceTree = ""; }; - 3CCF25F8D5A343A6F2D49AC0C7C31097 /* AFNetworking-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AFNetworking-Info.plist"; sourceTree = ""; }; - 3CFBC30A93E0143FD1F8EE283D20C2CD /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; - 3D0379B97181037A8342EB65FF75E33E /* NSObject+RACAppKitBindings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACAppKitBindings.h"; path = "ReactiveObjC/NSObject+RACAppKitBindings.h"; sourceTree = ""; }; - 3D03E1C20F466CF72ED4E53BD2E97C3C /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = Sources/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = ""; }; - 3D12C74CAB52D7F7A753F8CFB4F8B7A6 /* PromisesObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesObjC.modulemap; sourceTree = ""; }; - 3D3AADF91CF63678E9243151C13435FD /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; - 3DB5C0D666D2E84D57CDBFB334E55373 /* SSZipArchive-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-umbrella.h"; sourceTree = ""; }; - 3DC4B7ADBAEBA3D6D8AA5DDA4C9356A9 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; - 3DF4C7FD0C5835F832AE04E1C1802359 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - 3E2E3C2E0982FD6A91879CD88558C541 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h; sourceTree = ""; }; - 3E7593F7438B1ACCAB126B9864D114DC /* NSIndexSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.h"; sourceTree = ""; }; - 3E97C4E0DE227D89E29E8E04E0B212D3 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = Resources/fr.lproj; sourceTree = ""; }; - 3F0A6DE7DA051AFF255B9700CC24752B /* GULHeartbeatDateStorable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorable.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h; sourceTree = ""; }; - 3F3CDF961631DFC0C9486205BFF14316 /* NSControl+RACTextSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSControl+RACTextSignalSupport.h"; path = "ReactiveObjC/NSControl+RACTextSignalSupport.h"; sourceTree = ""; }; - 3FDFCB91D84B1B645D15E08E1BBB117E /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; - 40080433102EFEEAF7EECFC739B1B48B /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; - 40F4ABEA300EAC8A99BB9DADB048EB7E /* MASShortcut.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MASShortcut.modulemap; sourceTree = ""; }; - 4115AC81ED568E5EEDF08F51F79EF0CF /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Resources/en.lproj; sourceTree = ""; }; - 41195BD5954F43A6A1BC73BB3B8B3362 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; - 4151FBBE9A55B3C3C44AC673B8987883 /* NSNotificationCenter+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+RACSupport.m"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.m"; sourceTree = ""; }; - 419BFBD310C3A9CC3480E0AF251C4AD1 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - 42AE3F98D9E58EDC1883D049D69D1913 /* KVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KVOController.h; path = FBKVOController/KVOController.h; sourceTree = ""; }; - 436CB5ABF43EFC5D122EEF0124E08AB5 /* RACScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScheduler.h; path = ReactiveObjC/RACScheduler.h; sourceTree = ""; }; + 39DB02F53C67BA59906CEEA8713E1F4B /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = Resources/ru.lproj; sourceTree = ""; }; + 39E6DE0583701558B4744D382B1E277A /* MASPreferences-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASPreferences-prefix.pch"; sourceTree = ""; }; + 39F08A0517A1D1C516D5124699337407 /* JLRParsingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRParsingUtilities.h; path = JLRoutes/Classes/JLRParsingUtilities.h; sourceTree = ""; }; + 3A1C2B5A248F38033991D03D5D33C320 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; + 3AC959FEFF446F0D7F3A2BC31BE28848 /* NSEnumerator+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSEnumerator+RACSequenceAdditions.h"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.h"; sourceTree = ""; }; + 3BAC6E1228C2BC6DC8163D4450D098F8 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; + 3BD0EF0E8058556E9E4154876BCA6403 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h; sourceTree = ""; }; + 3CC11FBDD4514DD62185F66FA1BB59DA /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; + 3D1F2ADA25ED6F49C1E8AF57AF33809C /* SUAppcastItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUAppcastItem.h; path = Sparkle.framework/Versions/A/Headers/SUAppcastItem.h; sourceTree = ""; }; + 3D714385EE98AA96B6466D97FCF75BBD /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; + 3D8AF91AB8FD9A6A5BBDD47639B307A6 /* JLRoutes-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JLRoutes-Info.plist"; sourceTree = ""; }; + 3DEBA70364007ADB0E299F01E120926C /* DDFileLogger+Buffering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Buffering.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger+Buffering.h"; sourceTree = ""; }; + 3E30A02D20BDA72B46A4267AF87344CB /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + 3E7C9461A54809BB0D2DE1212F89627F /* DDContextFilterLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDContextFilterLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDContextFilterLogFormatter.m; sourceTree = ""; }; + 3EF29D13FE3FD265AF7C3E941196A9F7 /* CocoaLumberjack-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-umbrella.h"; sourceTree = ""; }; + 3F166DB3916BB220B8952CF070CDBE32 /* MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJProperty.m; path = MJExtension/MJProperty.m; sourceTree = ""; }; + 3F43105E45B8B34020C641CE5E80DBB5 /* MJPropertyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyType.h; path = MJExtension/MJPropertyType.h; sourceTree = ""; }; + 3FDFCBF4D9644C260C5130511117845F /* SUVersionDisplayProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUVersionDisplayProtocol.h; path = Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h; sourceTree = ""; }; + 407A5D4768F7D9959807ADE376E04A48 /* JLRRouteHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteHandler.m; path = JLRoutes/Classes/JLRRouteHandler.m; sourceTree = ""; }; + 40CEDC5DC626DF80FC5B97453D847E6C /* CocoaLumberjack-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaLumberjack-dummy.m"; sourceTree = ""; }; + 4112E77985AC668857F5361C9DBAEFB7 /* NSArray+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+RACSequenceAdditions.m"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.m"; sourceTree = ""; }; + 413878C0A5FA5A10FC2C2672846B3AAD /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Masonry.modulemap; sourceTree = ""; }; + 42093AF04DB673D93BC53406F2D955CC /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; + 422F956AED99C039C2959E748390E87A /* NSObject+MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJProperty.h"; path = "MJExtension/NSObject+MJProperty.h"; sourceTree = ""; }; + 42706C333A9D5B9B5B52706D36D035DF /* MASShortcut.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASShortcut.debug.xcconfig; sourceTree = ""; }; + 431730DBC196E41998B92D4D596156D0 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; + 4352070B536D631C5FDD0CE074C92314 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; + 4396F31C87C04E0AB23E7BC58109C002 /* RACCompoundDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCompoundDisposable.m; path = ReactiveObjC/RACCompoundDisposable.m; sourceTree = ""; }; + 43F6532E65AB3DA3380B4CB2952C4012 /* RACDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDelegateProxy.h; path = ReactiveObjC/RACDelegateProxy.h; sourceTree = ""; }; 43F9966E7614888A0CDCFAB2F62F2FDD /* MASPreferences */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MASPreferences; path = MASPreferences.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 44027AFD3C8F33434095908ADDF04A8D /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; - 44383E893BF925EA1F275D8BA8FBD271 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; - 44C2FDB4D5E3CB89A759022A26BEE274 /* MJExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJExtension-dummy.m"; sourceTree = ""; }; - 44C57CA6FF23CE534C06FD751EC5FB99 /* ReactiveObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactiveObjC.modulemap; sourceTree = ""; }; - 453BAD0DE3CE588C4FCC9C9090BFBE49 /* RACScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Subclass.h"; path = "ReactiveObjC/RACScheduler+Subclass.h"; sourceTree = ""; }; - 455F3BE1E2CF8A1FD90185D91D863468 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - 4661265A443042DBA740487B4EA92753 /* CLIColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CLIColor.m; path = Sources/CocoaLumberjack/CLI/CLIColor.m; sourceTree = ""; }; - 46EC71CED36A740E802B44571F08E177 /* RACChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACChannel.m; path = ReactiveObjC/RACChannel.m; sourceTree = ""; }; - 4714B9693E4EC121AD8F6A50EDEB85DF /* RACTestScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTestScheduler.m; path = ReactiveObjC/RACTestScheduler.m; sourceTree = ""; }; - 47163E6A87FA4B91913EDA19501394F2 /* NSText+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSText+RACSignalSupport.h"; path = "ReactiveObjC/NSText+RACSignalSupport.h"; sourceTree = ""; }; - 47370425A7985EC7E6942352EA4BCBCF /* MASShortcut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcut.h; path = Framework/Model/MASShortcut.h; sourceTree = ""; }; - 47BA3F37509E2568D5B93136AD0C5EEC /* RACCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCommand.h; path = ReactiveObjC/RACCommand.h; sourceTree = ""; }; - 48182DCA7903952D2770ABF9CC096D53 /* ReactiveObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReactiveObjC-Info.plist"; sourceTree = ""; }; - 48683D0FC456E2E6B899AFF5B31DE737 /* JLRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRoutes.m; path = JLRoutes/JLRoutes.m; sourceTree = ""; }; - 48C6E0025E533DC2317BC97BD5F64E6F /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; - 48CE1DA889D60D7E9A7FF64973520B4C /* RACDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDisposable.h; path = ReactiveObjC/RACDisposable.h; sourceTree = ""; }; - 490067D1286DE7F24F03CE7839279462 /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; - 492550373EC745BC1D8A0F9026DEA247 /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; - 49465B691815DEEA0167A81DF79FB934 /* RACSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubject.m; path = ReactiveObjC/RACSubject.m; sourceTree = ""; }; - 49672F07471AAE3562C69F8C8EB377D2 /* RACEmptySignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySignal.h; path = ReactiveObjC/RACEmptySignal.h; sourceTree = ""; }; - 49FDE74F2B0A4B37C6B7A73D810A6D98 /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; - 4A373029CC17FE2CA34C321B9B93BB78 /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; - 4B43C600E4F295EB6DCFF5522270AAF6 /* DDOSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDOSLogger.m; path = Sources/CocoaLumberjack/DDOSLogger.m; sourceTree = ""; }; - 4BA5366967B5F8F7615106D9FBCCE90A /* MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtension.h; path = MJExtension/MJExtension.h; sourceTree = ""; }; - 4C23074C1F66706B8F64FF644B608B89 /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; - 4C8BE1EDBFADFE0FD8EC22F20F3B64A7 /* mz_strm_mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_mem.h; path = SSZipArchive/minizip/mz_strm_mem.h; sourceTree = ""; }; - 4C9D89D00AA344DFC431EA23DD19298F /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; - 4CA5129A212B82EBF9BA8D4A25DD8EC5 /* JLRoutes-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JLRoutes-Info.plist"; sourceTree = ""; }; - 4D848EE45DBC4D1742A383A225E8B968 /* RACArraySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACArraySequence.h; path = ReactiveObjC/RACArraySequence.h; sourceTree = ""; }; - 4DBD9257A0154BA16B419B5DBCEC71AC /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - 4DFF4BC63578AE1B8C8C91D6F5D6674C /* RACSerialDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSerialDisposable.h; path = ReactiveObjC/RACSerialDisposable.h; sourceTree = ""; }; - 4E13BFC57C9BE61348A2B6736FB63F17 /* JLRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRoutes.h; path = JLRoutes/JLRoutes.h; sourceTree = ""; }; - 4EB7850FC355C810A21ACC3982E0F0D0 /* MJFoundation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJFoundation.h; path = MJExtension/MJFoundation.h; sourceTree = ""; }; - 4FB2A27E862A35920F93701A10C479AB /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; + 44220F2666B7CC92C1E6E06E5BAED032 /* DDMultiFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMultiFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDMultiFormatter.h; sourceTree = ""; }; + 449FBB4E23F1E01CF3166EFA618ABA03 /* DDDispatchQueueLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDDispatchQueueLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDDispatchQueueLogFormatter.m; sourceTree = ""; }; + 452E1A4FE091791F5ADB3CA87F551D1B /* DDFileLogger+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Internal.h"; path = "Sources/CocoaLumberjack/DDFileLogger+Internal.h"; sourceTree = ""; }; + 45356AAF18F87B77BB8B1667184EB2FA /* AppCenterAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenterAnalytics.xcframework; path = "AppCenter-SDK-Apple/AppCenterAnalytics.xcframework"; sourceTree = ""; }; + 464334EDC339501AA4ECE99C933653D0 /* mz_strm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm.h; path = SSZipArchive/minizip/mz_strm.h; sourceTree = ""; }; + 46623C6290EF89A115B7B5E6F0DBF3FC /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; + 46768FF3CC865E0AF551779742AE0EAD /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = Resources/ko.lproj; sourceTree = ""; }; + 47057AAE7FA26271342E59BF73E44582 /* AppCenter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.release.xcconfig; sourceTree = ""; }; + 4718F9E2C7B0661FEF2C1E5F9DF8191C /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + 473F7FA342A1E389303D2A80A1242E44 /* MASPreferencesWindow.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = MASPreferencesWindow.xib; path = en.lproj/MASPreferencesWindow.xib; sourceTree = ""; }; + 4767F4491A33B01FD65C4BC37009A059 /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; + 48654201A3E08E6C482440863250D1D1 /* FIRCurrentDateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCurrentDateProvider.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h; sourceTree = ""; }; + 48F940957FF6EF1B29DD0F3C38824F21 /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; + 491968D3569FF1CF0FBD4FF76E5BFFF1 /* ReactiveObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-umbrella.h"; sourceTree = ""; }; + 49F057D8FB318FE106254E54B6742A7B /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h; sourceTree = ""; }; + 4A9EAC78069207C58D52E4061D01B118 /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; + 4B230625037F0D9D4765AEC7532DF289 /* RACEagerSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEagerSequence.m; path = ReactiveObjC/RACEagerSequence.m; sourceTree = ""; }; + 4B9AEE8F2B1D49DD6CB76F20F855DB89 /* KVOController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.debug.xcconfig; sourceTree = ""; }; + 4BE17F938C1539972A20E1B100916333 /* _ObjC_HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift; sourceTree = ""; }; + 4BE4208C690F7B121BF91F6E3E065CB5 /* DDLog+LOGV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDLog+LOGV.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog+LOGV.h"; sourceTree = ""; }; + 4CAE51947D21A59203445A50A573B144 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; + 4D7441A95194392FC14BE3B27AC99017 /* SSZipArchive.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SSZipArchive.modulemap; sourceTree = ""; }; + 4D7E4AF6FA44C7E153A1AD84DF80DC9B /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; + 4D8F41AF30A5285C12F5226EF4F87428 /* SSZipArchive-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-prefix.pch"; sourceTree = ""; }; + 4DFFFE25E47DC3AFDB2EB41A6BCF0286 /* mz_crypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt.c; path = SSZipArchive/minizip/mz_crypt.c; sourceTree = ""; }; + 4E33B8BF343E7448A6CF96E0D66DB9A9 /* JLRoutes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JLRoutes-dummy.m"; sourceTree = ""; }; + 4E4676902CB3321864A88D3381CF2A98 /* RACStringSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStringSequence.m; path = ReactiveObjC/RACStringSequence.m; sourceTree = ""; }; + 4E751B045981CF3D87FC06CDD929455C /* GULNetworkInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInternal.h; path = GoogleUtilities/Network/GULNetworkInternal.h; sourceTree = ""; }; + 4E8F89C2BFEBDBA91E858C7D14C96FDC /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; + 4EBC236DB0FD81B2ABCDA87E7BA5101B /* SUUpdaterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUUpdaterDelegate.h; path = Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h; sourceTree = ""; }; + 4EEC6F934214FD9C57792B274116C93B /* MASShortcutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutView.h; path = Framework/UI/MASShortcutView.h; sourceTree = ""; }; + 4EF6E0323C061F409F19E009102D4490 /* MASShortcut.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASShortcut.release.xcconfig; sourceTree = ""; }; + 4F40C9BEAB46AEB233EBA0E2971A0373 /* SSZipArchive.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.debug.xcconfig; sourceTree = ""; }; + 5051644BEB43D9C4B95A12902883CD10 /* MJExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJExtension-Info.plist"; sourceTree = ""; }; 50FFBAE87DAAA5D19C6D04413ED5E6D3 /* JLRoutes */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = JLRoutes; path = JLRoutes.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 51691C188DA1821828A3F5C4381ABA58 /* RACDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDelegateProxy.h; path = ReactiveObjC/RACDelegateProxy.h; sourceTree = ""; }; - 51CD2D16AB109A337FB68E533F67B30F /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h; sourceTree = ""; }; - 5219C654D57A333420114BE93081934D /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; - 5237562354622D42934B2DFD6BD5D535 /* MASPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MASPreferences-Info.plist"; sourceTree = ""; }; - 536044AE8514C689B1976F0E367CB8C7 /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; - 540BFC7B0A6674F248764133167AC2B7 /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; - 542F0B955E19E250BEC56C82046965B0 /* JLRoutes.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JLRoutes.modulemap; sourceTree = ""; }; - 54588A828F2DE650A6E0F1C047427C09 /* MJPropertyType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyType.m; path = MJExtension/MJPropertyType.m; sourceTree = ""; }; - 54987069C1B1335E625B05341D1CDCED /* GULURLSessionDataResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULURLSessionDataResponse.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h; sourceTree = ""; }; + 514F27C44E4E2C298F81A393112CC15F /* MASPreferencesWindowController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferencesWindowController.h; path = Framework/MASPreferencesWindowController.h; sourceTree = ""; }; + 5229BACD9DDA9652457A409CF23B7FB5 /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; + 523D9D60B8B30EFAA6FC57CFA782B37E /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; + 52517C574964DF4B7CF253E66661F735 /* RACSignal+Operations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSignal+Operations.h"; path = "ReactiveObjC/RACSignal+Operations.h"; sourceTree = ""; }; + 52D76CBD65A112752D7A43AFA7E7B117 /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; + 53374A9B19E0C855674857852741886C /* KVOController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.release.xcconfig; sourceTree = ""; }; + 53552568DA8DA5828A199CA356C1E84E /* DDLog+Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DDLog+Combine.swift"; path = "Sources/CocoaLumberjackSwift/DDLog+Combine.swift"; sourceTree = ""; }; + 545A7C7FBE260AF54DE6C14004363F11 /* Heartbeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Heartbeat.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift; sourceTree = ""; }; + 547E1B74D0A04CB8D6516EB85272B593 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h; sourceTree = ""; }; + 55152B52764190EBFA3E3B59EB607EEA /* RACArraySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACArraySequence.m; path = ReactiveObjC/RACArraySequence.m; sourceTree = ""; }; 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; - 558557F8D34BEB348F36D33E860045BD /* RACTargetQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTargetQueueScheduler.m; path = ReactiveObjC/RACTargetQueueScheduler.m; sourceTree = ""; }; - 56568386FE01788C138D604D407D77C7 /* RACDynamicSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSequence.m; path = ReactiveObjC/RACDynamicSequence.m; sourceTree = ""; }; - 566D07D43D52906B05ACBE5382BBA939 /* SUUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUUpdater.h; path = Sparkle.framework/Versions/A/Headers/SUUpdater.h; sourceTree = ""; }; - 5688E0145B70DE06E2721AB6905DE063 /* FirebaseCoreInternal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-umbrella.h"; sourceTree = ""; }; - 572D0C8FBF5F41D7D76F33FE5FCB5B16 /* RACEXTScope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTScope.h; path = ReactiveObjC/extobjc/RACEXTScope.h; sourceTree = ""; }; - 5781EC895FD0ED789250D2DBBDB48F49 /* NSString+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSequenceAdditions.h"; path = "ReactiveObjC/NSString+RACSequenceAdditions.h"; sourceTree = ""; }; - 57C2E5F6B80427D18C9E9C43D05C86DF /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - 5841D5A0A2D082F19C94D05BF52A0700 /* RACEmptySignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySignal.m; path = ReactiveObjC/RACEmptySignal.m; sourceTree = ""; }; - 5872DE1DF38083DAA3E3129BDC798054 /* JLRParsingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRParsingUtilities.m; path = JLRoutes/Classes/JLRParsingUtilities.m; sourceTree = ""; }; + 5566102B0B10C1F69826B7FC81282763 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; + 5578640E5E4D969B31C79F02D8697E32 /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; + 55F9522DAEEE52ADB037B4E21C736E78 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + 56DE3A596D026B6AA784E09433E24D1B /* RACSubscriptingAssignmentTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptingAssignmentTrampoline.h; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.h; sourceTree = ""; }; + 578D4A9645A2982C92A3431909C635E2 /* mz_compat.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_compat.c; path = SSZipArchive/minizip/mz_compat.c; sourceTree = ""; }; + 5795811E106ED74D63F65B1D6628A679 /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; + 57B018BC921A0DB6EC09028D17AEA059 /* ReactiveObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-prefix.pch"; sourceTree = ""; }; + 57D48B562A16327B447692577E7F875B /* Sparkle.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sparkle.release.xcconfig; sourceTree = ""; }; + 5854B160154EEE49D045997AB6B21DAF /* RACBlockTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBlockTrampoline.h; path = ReactiveObjC/RACBlockTrampoline.h; sourceTree = ""; }; 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - 58FCF6E9AE871831C5F94C8EBF144D68 /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; - 59329F8B2E118AB96C6B04FBACC816B1 /* NSControl+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSControl+RACCommandSupport.h"; path = "ReactiveObjC/NSControl+RACCommandSupport.h"; sourceTree = ""; }; - 59D0A2DC1349B09DAD3FA8B214F77626 /* SPUDownloaderSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderSession.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderSession.h; sourceTree = ""; }; - 5BC9E0319803C9B448FC4AE16188E42D /* MASShortcut.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASShortcut.release.xcconfig; sourceTree = ""; }; - 5C833C22FBB5576255A5D83BD283624D /* MASShortcut-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASShortcut-prefix.pch"; sourceTree = ""; }; - 5D049F7808060B8CF8876207DDF123F6 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; - 5D7F349C817AA9C568C84C91402C774E /* ReactiveObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactiveObjC.h; path = ReactiveObjC/ReactiveObjC.h; sourceTree = ""; }; - 5FCFF0FA6ED156E4C930BBABE07C939C /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = ""; }; - 607A60E7BD377A27D0807FEFE2691CEF /* RACEXTRuntimeExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTRuntimeExtensions.h; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.h; sourceTree = ""; }; - 60C7E86863C9CE62BC64AD92928C39B4 /* KVOController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KVOController-dummy.m"; sourceTree = ""; }; - 61126833284057508324693B225ADF0F /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; - 614BD9365B068B83F7180EBA34B39513 /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; - 618246946B5E92FC6F8B60790500A5E5 /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; - 61A4BA2F79BCD77BA93207E278E8BB0B /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; - 62004D57B25AEF7EFDC41823FF66E9FA /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; - 627B8E48CEAE1D92E72BDDB3F00C5209 /* NSControl+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSControl+RACCommandSupport.m"; path = "ReactiveObjC/NSControl+RACCommandSupport.m"; sourceTree = ""; }; - 62B6BB1A8E5683DE3B84C07DAD018C43 /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; - 634E242413EE1750828A0BC95BCED169 /* RACGroupedSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACGroupedSignal.h; path = ReactiveObjC/RACGroupedSignal.h; sourceTree = ""; }; - 63E4D195F59E186E2B54128C7FAEC571 /* RACKVOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOProxy.m; path = ReactiveObjC/RACKVOProxy.m; sourceTree = ""; }; - 646181FA221E818079A372474A5BE4F0 /* SSZipArchive.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SSZipArchive.modulemap; sourceTree = ""; }; - 64A3CC23D6E70301E40052F6F5FBEF8A /* MASShortcutView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutView.m; path = Framework/UI/MASShortcutView.m; sourceTree = ""; }; - 64E270F56C130B10857B502FF7772F01 /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; - 64F13FFE784DE7A274A0521E52E10654 /* RACErrorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACErrorSignal.h; path = ReactiveObjC/RACErrorSignal.h; sourceTree = ""; }; - 650DE55685F08D5F801611889819820E /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; - 65663B0C088D31C6220B5C1D562F1FB4 /* FIRInstallationsBackoffController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsBackoffController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m; sourceTree = ""; }; - 65C2CAB43165F0E139BB692C4E1B38B2 /* SSZipCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipCommon.h; path = SSZipArchive/SSZipCommon.h; sourceTree = ""; }; - 65F5CCF9B91741F518A10DA33C481370 /* CocoaLumberjack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.release.xcconfig; sourceTree = ""; }; - 660E67CD254AB6C54B40F161ADA793B8 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - 662DDB4B48912027592EAB55E57716D6 /* DDFileLogger+Buffering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Buffering.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger+Buffering.h"; sourceTree = ""; }; - 666000B986B6797465C13CF7C3F80480 /* CocoaLumberjack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaLumberjack.h; path = "Sources/CocoaLumberjack/Supporting Files/CocoaLumberjack.h"; sourceTree = ""; }; - 6737BF7877076FBA32888E6C65E50AA5 /* Sparkle-copy-dsyms.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Sparkle-copy-dsyms.sh"; sourceTree = ""; }; - 674D3BC65478EEBDB74856C4781CA248 /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; - 679CC618047E4B3926241204D5D5F618 /* NSNotificationCenter+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+RACSupport.h"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.h"; sourceTree = ""; }; - 67AA0C076CC94C9F2F239D76839D1E9B /* MASKeyMasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASKeyMasks.h; path = Framework/Model/MASKeyMasks.h; sourceTree = ""; }; - 68AD96BC34752C7924A235F5D096FE80 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; - 68C52E2C3CF4C312834B39CC58D491EB /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; - 68DD457F22AB648DF681647CC89FA725 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; - 6910A68C7D899F056330234A0D40A7F6 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; - 693A55A23D1884AAF8D1FD8ABC7A1E4F /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - 6945B2947A0148AEF5CDB8B6D9865D6D /* NSURLSession+GULPromises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+GULPromises.m"; path = "GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m"; sourceTree = ""; }; - 69919E7D4B8636DC19BEB976E9B47532 /* RACCompoundDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCompoundDisposable.m; path = ReactiveObjC/RACCompoundDisposable.m; sourceTree = ""; }; - 69C76F973C396186BBF4A5EF6297F879 /* CocoaLumberjack.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaLumberjack.swift; path = Sources/CocoaLumberjackSwift/CocoaLumberjack.swift; sourceTree = ""; }; - 69FBCA96A72A76D514DA0064FC26C1B3 /* RACErrorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACErrorSignal.m; path = ReactiveObjC/RACErrorSignal.m; sourceTree = ""; }; - 6A4E554747E42775295E5EA1EA7A687B /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; - 6A7E32BD8BDBBCD198D2A3C9FDB27E8C /* mz_strm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm.h; path = SSZipArchive/minizip/mz_strm.h; sourceTree = ""; }; - 6ACAA9F6BE71D106FA27CDAB81DEF934 /* NSObject+MJCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJCoding.h"; path = "MJExtension/NSObject+MJCoding.h"; sourceTree = ""; }; - 6AFB2DC4B744799217EFC0D056276F68 /* RACChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACChannel.h; path = ReactiveObjC/RACChannel.h; sourceTree = ""; }; - 6B68CF291E49432709403BE886F644F7 /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; - 6B772D89CC9EEDCCADF0F4A2892018AC /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; - 6C2EFBC3D5F33607456966C17EA60334 /* RACSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriber.h; path = ReactiveObjC/RACSubscriber.h; sourceTree = ""; }; - 6D99DE4B193B74D88FDF4732B18E6902 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - 6DFA06EAA22CCA26865FA7113F7DA962 /* mz_zip_rw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip_rw.h; path = SSZipArchive/minizip/mz_zip_rw.h; sourceTree = ""; }; - 6E9DEA894C1D57B8FC593620B0F0942B /* NSString+RACKeyPathUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACKeyPathUtilities.m"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.m"; sourceTree = ""; }; - 6EA6A8F8386419361AAE7AB63BA16E5E /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; - 6EE33EE8170DA5C08F37FAA0B30B5B93 /* SSZipArchive.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.release.xcconfig; sourceTree = ""; }; - 6F1B87E4719D04AEA30464048B81F68C /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; - 6FC982209FD1777D5430E760C1F7DC4F /* MASShortcut.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcut.m; path = Framework/Model/MASShortcut.m; sourceTree = ""; }; - 70497E876E198486DF7CEF85CDA4DC6C /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 704E374E8D4EA2A1CC78ED0BB239F659 /* mz_strm_zlib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_zlib.c; path = SSZipArchive/minizip/mz_strm_zlib.c; sourceTree = ""; }; - 706076E46F42CF0579F6C8FDD74E3FCD /* DDLegacyMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLegacyMacros.h; path = "Sources/CocoaLumberjack/Supporting Files/DDLegacyMacros.h"; sourceTree = ""; }; - 707061FB67C3ED2F54203FB727E82FEF /* PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesObjC-Info.plist"; sourceTree = ""; }; - 70762A26DBA0DF5C292D409F7FF737AA /* RACTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTuple.m; path = ReactiveObjC/RACTuple.m; sourceTree = ""; }; - 70A71EE898E2E4AB495078F1CE515DF8 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; - 712B7D60A729F972E25A02407B06F860 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; - 7181C517ED72E24C4881C6CF50F717FE /* DDContextFilterLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDContextFilterLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDContextFilterLogFormatter.h; sourceTree = ""; }; - 723EB0E65D5A5203DB2385A5F9298548 /* SPUDownloaderDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderDelegate.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderDelegate.h; sourceTree = ""; }; - 72D77D043BB162437B2960ABA744EF89 /* RACMulticastConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACMulticastConnection.m; path = ReactiveObjC/RACMulticastConnection.m; sourceTree = ""; }; - 72DF8E87FB7AF0663AC65C3012CA33AE /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; - 731FC4C546BF1A2F58279B0D6326F0AC /* NSIndexSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.m"; sourceTree = ""; }; - 73B2102D0018D89C6129B4AC145EA672 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = Resources/de.lproj; sourceTree = ""; }; - 7494CB3658A5DA7EBAA2E0E7DBB1A79F /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; - 74B56512D2F3CC8B99AE9B841862BA8E /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = ""; }; - 74C499BA5703D6EC4CE86CDA693BC299 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - 74F24646356A6064EC3DF2E00D5C68CD /* RACKVOTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOTrampoline.h; path = ReactiveObjC/RACKVOTrampoline.h; sourceTree = ""; }; - 7568EDB5AA0834FB3118E610466D9156 /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; - 75F9E5438915977094E20C8D4E92DD08 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; - 7638CB8D144A37C6187A4CD677163151 /* mz_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_os.h; path = SSZipArchive/minizip/mz_os.h; sourceTree = ""; }; - 7655B3E7BDD2F0DDD6D8C74E08DC083E /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; - 7659EABBE87DF36F005E38A836064513 /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; - 765AF6631039E0625803BB2EC133A0E9 /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; - 765F9195A20C4951337D9E6EE14E7AA1 /* RACSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSequence.m; path = ReactiveObjC/RACSequence.m; sourceTree = ""; }; - 76F57F8FC3D1019C60922651FCC24E94 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h; sourceTree = ""; }; - 7716A7B49AADADB10E58951E54A664C6 /* RACKVOTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOTrampoline.m; path = ReactiveObjC/RACKVOTrampoline.m; sourceTree = ""; }; - 7768F6BBD3BE7BB81E7533A435EE3755 /* RACIndexSetSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACIndexSetSequence.h; path = ReactiveObjC/RACIndexSetSequence.h; sourceTree = ""; }; - 7781C22E8FE3495196B711F60AA8EEEF /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; - 77A9C494FB56959740F7CA41CBA64FBF /* MASShortcutMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutMonitor.m; path = Framework/Monitoring/MASShortcutMonitor.m; sourceTree = ""; }; - 77CA3D1FD0FAA32B47A3422F4B7BB688 /* RACEXTKeyPathCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTKeyPathCoding.h; path = ReactiveObjC/extobjc/RACEXTKeyPathCoding.h; sourceTree = ""; }; - 788ECB97D063135040FE765C2C1FBC44 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - 78B46F01EEF875DE72392EC94C0752EC /* MASShortcutMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutMonitor.h; path = Framework/Monitoring/MASShortcutMonitor.h; sourceTree = ""; }; + 5960A4D422B3E941A9B2F309D16D41E7 /* RACErrorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACErrorSignal.h; path = ReactiveObjC/RACErrorSignal.h; sourceTree = ""; }; + 5AEE2A17A277030472A888651CCFA2C0 /* SUStandardVersionComparator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUStandardVersionComparator.h; path = Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h; sourceTree = ""; }; + 5B6F58E3163B3696A74B53BF7DCD30A5 /* RACSubscriptionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptionScheduler.h; path = ReactiveObjC/RACSubscriptionScheduler.h; sourceTree = ""; }; + 5B785E62EB64A1E691BD780BD2081F58 /* MJExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJExtension.modulemap; sourceTree = ""; }; + 5C755A8F8ED3426D88B28875CF5F337D /* PromisesObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesObjC.modulemap; sourceTree = ""; }; + 5D13CE08C2C2E5762F5CA6E633018A0D /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; + 5D26240EA1A08D22902A0C2C0709D7A7 /* RACErrorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACErrorSignal.m; path = ReactiveObjC/RACErrorSignal.m; sourceTree = ""; }; + 5D2B3CB302DF96EEEB552319CBC64F20 /* CocoaLumberjack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaLumberjack.h; path = "Sources/CocoaLumberjack/Supporting Files/CocoaLumberjack.h"; sourceTree = ""; }; + 5DC9531128AC0380110E114394D4FD14 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; + 5EA145FC429C6AF6C22EEAD909E61CFB /* MASDictionaryTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASDictionaryTransformer.h; path = "Framework/User Defaults Storage/MASDictionaryTransformer.h"; sourceTree = ""; }; + 5F6CC06F37660E463C8942E681C2E9B4 /* NSObject+RACSelectorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACSelectorSignal.h"; path = "ReactiveObjC/NSObject+RACSelectorSignal.h"; sourceTree = ""; }; + 5F84F4616DD84F0BEB5D37292E3BCB02 /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; + 5FF23AC197AE340CC44456DED976ED77 /* RACEmptySignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySignal.h; path = ReactiveObjC/RACEmptySignal.h; sourceTree = ""; }; + 601F342219CFA499210D954E8CB5EE3E /* RACSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSequence.h; path = ReactiveObjC/RACSequence.h; sourceTree = ""; }; + 60C17C9B7E207DF3528E95F01FF419E9 /* mz_zip_rw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip_rw.h; path = SSZipArchive/minizip/mz_zip_rw.h; sourceTree = ""; }; + 60EF24D279FDC5F409E355627D317881 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; + 61995D6443D6D4BE686D15425992FD1E /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; + 61E5CB8CA3B2D225AA6F0FD7EBF5985B /* RACPassthroughSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACPassthroughSubscriber.h; path = ReactiveObjC/RACPassthroughSubscriber.h; sourceTree = ""; }; + 6287490C9FF4075AFA86CA534AB627CC /* FIRInstallationsBackoffController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsBackoffController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h; sourceTree = ""; }; + 632B70FFD115A3576FD0673120AF1506 /* DDLoggerNames.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLoggerNames.m; path = Sources/CocoaLumberjack/DDLoggerNames.m; sourceTree = ""; }; + 63B098550E4729E86767ABCDBDD82B91 /* RACScopedDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScopedDisposable.m; path = ReactiveObjC/RACScopedDisposable.m; sourceTree = ""; }; + 63C95B18418744C930D2BBB2369D4FE1 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h; sourceTree = ""; }; + 63EDCA4ACB2154E1FEF06D75C6B03062 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h; sourceTree = ""; }; + 63F4CE3898EEEBA76E572E9F47521F79 /* RACScheduler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Private.h"; path = "ReactiveObjC/RACScheduler+Private.h"; sourceTree = ""; }; + 641C3BD57B8983836450CA24B8519914 /* MASHotKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASHotKey.h; path = Framework/Monitoring/MASHotKey.h; sourceTree = ""; }; + 64535281450D239C378B4771FCBAF380 /* RACDynamicSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSequence.m; path = ReactiveObjC/RACDynamicSequence.m; sourceTree = ""; }; + 648A191F1A0BDAAFCE54CB5AC324AC6D /* RACImmediateScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACImmediateScheduler.h; path = ReactiveObjC/RACImmediateScheduler.h; sourceTree = ""; }; + 648B32621572E2561BE61FAECB4BC6EA /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + 64F5A50FFB21AA13751F73B2B29EFDB0 /* AppCenter.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenter.xcframework; path = "AppCenter-SDK-Apple/AppCenter.xcframework"; sourceTree = ""; }; + 6500900EF47A1CB6215FC64CB437A66E /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; + 6515AB09C36030222828E0B13B254666 /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; + 6527EE5B29BC4EA97310C474844605E2 /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; + 655CFA82B143D76F799F5605C99BE27B /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; + 65B0FB7235EC06256501F4BE4AC4FB0D /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; + 65C8AD2DB2CD3F1E18CEAD5525FE3C9E /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; + 662AEB9E02E4E53C52E4F78AF209267F /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; + 663B48D796027FC7547F0FDF4EC29EF5 /* MASShortcut-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASShortcut-prefix.pch"; sourceTree = ""; }; + 66AD0671C7EE5E43469AB7AA0062390F /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; + 678297DCF73BB0CE0DB101986C8135E4 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; + 6784EEF35A9F591AD64489394B18D777 /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h; sourceTree = ""; }; + 678BF00416399FEABCC8525FDFE0ED89 /* SUCodeSigningVerifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUCodeSigningVerifier.h; path = Sparkle.framework/Versions/A/Headers/SUCodeSigningVerifier.h; sourceTree = ""; }; + 679F131F2401A653DE0EAE02E389284C /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; + 681F18DD8A5E84CBDC9093C68E5B7864 /* FirebaseCoreInternal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.debug.xcconfig; sourceTree = ""; }; + 694AAE9E85756E4B2655551A39BA2970 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; + 6A39DD07995AD08BA43E482BE64459D4 /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; + 6B13446CE8C16FD530CB4CCD7CC312A0 /* MASPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MASPreferences-Info.plist"; sourceTree = ""; }; + 6B3AC5795904C3555AF1A7B53DD4A42D /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; + 6B435CFAFAA3EF7E72907DF9183924B2 /* MASShortcutBinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutBinder.m; path = "Framework/User Defaults Storage/MASShortcutBinder.m"; sourceTree = ""; }; + 6B6C334033FE1900DFDEED01EBB2AFBE /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; + 6C74B6F13AD097A8A284E2EF588ADDBE /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; + 6CA52C5B2AB354B3D74D3C4D809E599A /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + 6D0F4A7351CCC4FBBAB92123A032876D /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; + 6D351AA138F225C01DA05C7FEAB87AF9 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; + 6D44C6CEFB28B2539811E3F164FA8F58 /* RACIndexSetSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACIndexSetSequence.m; path = ReactiveObjC/RACIndexSetSequence.m; sourceTree = ""; }; + 6D77A99991FF8768E377D111472CC389 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = Resources/de.lproj; sourceTree = ""; }; + 6D9CBFBEF20C9E8E341A4BC836C5BA2C /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; + 6DBA5E649C5BFDB7F039E8872F021EFF /* DDMultiFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMultiFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDMultiFormatter.m; sourceTree = ""; }; + 6DF51F7401AB83041A46FE5E2E35110B /* MJExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-prefix.pch"; sourceTree = ""; }; + 6ED972FC3A20B0F40AE9C4378DE73A5D /* RACUnarySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnarySequence.m; path = ReactiveObjC/RACUnarySequence.m; sourceTree = ""; }; + 6EE3E6070E5429A3645EC414DE82F288 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 6F4F3720F6B4AEE6D8B91F9468585B2A /* NSObject+MJCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJCoding.m"; path = "MJExtension/NSObject+MJCoding.m"; sourceTree = ""; }; + 6F97DC66284EA026A97232DDBD1C1133 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; + 6FD09E857D84EEBAD81E17EDC3AEBE60 /* JLRParsingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRParsingUtilities.m; path = JLRoutes/Classes/JLRParsingUtilities.m; sourceTree = ""; }; + 7044BF9285B919F37AD8622A64C71125 /* MJExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.release.xcconfig; sourceTree = ""; }; + 707EBD112D64DD65062A4BF5369361AA /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h; sourceTree = ""; }; + 71A2FC9B1D951CE359CDE09684AE3F0E /* SPUDownloaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderProtocol.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderProtocol.h; sourceTree = ""; }; + 71A826823EBB787C7191D41B45AF48D5 /* NSNotificationCenter+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+RACSupport.h"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.h"; sourceTree = ""; }; + 72865204D09046E96CF341A031283861 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + 737D9C0CD6F98CBE71654A04138E8E12 /* RACEmptySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySequence.h; path = ReactiveObjC/RACEmptySequence.h; sourceTree = ""; }; + 7442E7FF24F803571C264962C6D71440 /* RACSerialDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSerialDisposable.m; path = ReactiveObjC/RACSerialDisposable.m; sourceTree = ""; }; + 74B2960962FDE1D656F16CE3E5BAC30E /* DDLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = Sources/CocoaLumberjack/DDLog.m; sourceTree = ""; }; + 74EE430211550A36049C57C4D4DE5A7F /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "Resources/zh-Hans.lproj"; sourceTree = ""; }; + 759C6B6E7500C87D8EDEF2BD19BF5928 /* RACStringSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStringSequence.h; path = ReactiveObjC/RACStringSequence.h; sourceTree = ""; }; + 75C93DCE38B1F16281F33C9A847FADF5 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h; sourceTree = ""; }; + 76A8B21A6ADB60FE3A7BFA72FED7847C /* MASShortcutBinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutBinder.h; path = "Framework/User Defaults Storage/MASShortcutBinder.h"; sourceTree = ""; }; + 770F085549DE8FC555C08C8C6B2701E2 /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; + 77DF59BD9B9D48752A19916365FBD2D5 /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; + 77E6CC9D9108B0682ED1B80B2A3B1206 /* NSSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.m"; sourceTree = ""; }; + 7810783FE149CCE9B96A2591974554EC /* RACEXTKeyPathCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTKeyPathCoding.h; path = ReactiveObjC/extobjc/RACEXTKeyPathCoding.h; sourceTree = ""; }; + 782CDB57EF9E53C9951E565CD62E441A /* RACSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignal.m; path = ReactiveObjC/RACSignal.m; sourceTree = ""; }; + 78992508A3ECC1AF9D4E22ADF5CBADEE /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - 7967DA6560357B88C7B4E2F44F7F9D52 /* RACPassthroughSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACPassthroughSubscriber.m; path = ReactiveObjC/RACPassthroughSubscriber.m; sourceTree = ""; }; - 7A94770C2B6E29831F896861836614EB /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; - 7AC3497930BDCD2224DE790601509C05 /* RACKVOChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOChannel.m; path = ReactiveObjC/RACKVOChannel.m; sourceTree = ""; }; - 7AD798DF14661FA5E6C78F81F0127083 /* RACTestScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTestScheduler.h; path = ReactiveObjC/RACTestScheduler.h; sourceTree = ""; }; - 7B6B511A539EFFDCCF360271D0CCBE00 /* NSObject+MJClass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJClass.h"; path = "MJExtension/NSObject+MJClass.h"; sourceTree = ""; }; - 7BB7D2FD7C9F831ACEB3AAAFB74EF833 /* MJExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.release.xcconfig; sourceTree = ""; }; - 7BD309B2F0993ACAE7107FE988D0226F /* NSEnumerator+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSEnumerator+RACSequenceAdditions.h"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.h"; sourceTree = ""; }; - 7BE033BCA92B6B5C6319F217414AEFBB /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h; sourceTree = ""; }; - 7BF74A0A9DBAC10BB09A879ACAC04214 /* DDLogMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLogMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLogMacros.h; sourceTree = ""; }; - 7BFBA85FA849EB43B68DF03C90D3A94A /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; - 7C9A1FF4E007887EEBB5695055B0C31F /* RACAnnotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACAnnotations.h; path = ReactiveObjC/RACAnnotations.h; sourceTree = ""; }; - 7CD0D29CA4AF504F57E3DD18F7BEEA71 /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; - 7D153D12CC4D306DE58CB82118ED3AD2 /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; - 7D203FA4821F56D05DA3C2CFD78C3466 /* Shortcut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shortcut.h; path = Framework/Shortcut.h; sourceTree = ""; }; - 7DD5906EA5B5E23664353085C8C2AF7D /* RACSubscriptingAssignmentTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptingAssignmentTrampoline.m; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.m; sourceTree = ""; }; - 7DF1A58544B7B3B9E6DEB54E61C9246C /* RACIndexSetSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACIndexSetSequence.m; path = ReactiveObjC/RACIndexSetSequence.m; sourceTree = ""; }; - 7E12F4D045F54D13CBACC72A74A1E055 /* KVOController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.debug.xcconfig; sourceTree = ""; }; - 7EEC02CE7D927E2D9751D0AE2272B96E /* RACEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEvent.h; path = ReactiveObjC/RACEvent.h; sourceTree = ""; }; - 7F4643C73D136E05BC490751985E0EFE /* CocoaLumberjack-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CocoaLumberjack-Info.plist"; sourceTree = ""; }; - 7F4D76549161621139200BDE7EE97554 /* AppCenter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.debug.xcconfig; sourceTree = ""; }; - 7F4EBDE4F59CE00FAEFE9CB0033E4187 /* ZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = SSZipArchive/ZipArchive.h; sourceTree = ""; }; - 7F917E53B8542E90442E8904B15A24CD /* mz_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os_posix.c; path = SSZipArchive/minizip/mz_os_posix.c; sourceTree = ""; }; - 8131F9EA4CD7704B6E0C58522E0D69A6 /* ReactiveObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactiveObjC-dummy.m"; sourceTree = ""; }; - 81508CF03B84AFE8A7C471269A9A8CFA /* NSString+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSequenceAdditions.m"; path = "ReactiveObjC/NSString+RACSequenceAdditions.m"; sourceTree = ""; }; - 823F39843F94060BCF7876CAEA36E1B0 /* RACScopedDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScopedDisposable.m; path = ReactiveObjC/RACScopedDisposable.m; sourceTree = ""; }; - 826DD0431DDED3F5C6075E91080B13FA /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 827A6267C22DF3678297D092CCF444CB /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - 827C13DC0D1A92A7A876A92DBB4EC9ED /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = Resources/ja.lproj; sourceTree = ""; }; - 82B3A15429D06E6C4988C58884EA4D49 /* CocoaLumberjack.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaLumberjack.modulemap; sourceTree = ""; }; + 791E0D7A10EEC74E325AA51630C141F8 /* HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift; sourceTree = ""; }; + 793E3296B4D3C5369E64064733E12112 /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; + 7AD2E9C1D5F2387BB20702D41EB804E5 /* cs.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = cs.lproj; path = Resources/cs.lproj; sourceTree = ""; }; + 7AD718E9A4984BE6041FDFAE6640DDD1 /* GULNetworkInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInfo.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULNetworkInfo.h; sourceTree = ""; }; + 7B688871F8A81704E03BB56866E0785E /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; + 7CC4C47B3A8EECDE786ACA65ED6564C0 /* SSZipArchive-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SSZipArchive-dummy.m"; sourceTree = ""; }; + 7D0C13F6B053792B0978F71B0FCA0024 /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; + 7D496F7EBBDE5C8D7E292FEB29DBFDBD /* CocoaLumberjack.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaLumberjack.modulemap; sourceTree = ""; }; + 7E8A5F92084780FED2D8EC2EF1F2DB53 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; + 7EBC133F0FF923B51A2279E0B6115999 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + 7EF425667D9FC40F3538731F7E54536A /* MASShortcutMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutMonitor.m; path = Framework/Monitoring/MASShortcutMonitor.m; sourceTree = ""; }; + 7FFBF21C8D953F108DC5DEB82E276A76 /* JLRRouteRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteRequest.h; path = JLRoutes/Classes/JLRRouteRequest.h; sourceTree = ""; }; + 802087FBDE8863F766C46092C93F4A24 /* mz_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_os.h; path = SSZipArchive/minizip/mz_os.h; sourceTree = ""; }; + 804CA0E6177F9C921CD43358E4A106AB /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; + 8139F0511D39DDC97DB38CF3342969B0 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + 820D707BDCCACDB7943A3F4CD1B0500C /* DDOSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDOSLogger.m; path = Sources/CocoaLumberjack/DDOSLogger.m; sourceTree = ""; }; + 82BD54AF647D9BF3E389FCDC3E8CED4A /* CocoaLumberjack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.debug.xcconfig; sourceTree = ""; }; 82DF5CA7458B5172FC523449D8F8941C /* Pods-Easydict-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Easydict-acknowledgements.plist"; sourceTree = ""; }; - 8312852A7A6EE34A82F396CB9060B1C7 /* NSArray+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+RACSequenceAdditions.h"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.h"; sourceTree = ""; }; - 83B2BCAA8838DE452713691C25EA383D /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; - 83D397962094AAA9044A0438CDA06B49 /* RACSignalSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignalSequence.h; path = ReactiveObjC/RACSignalSequence.h; sourceTree = ""; }; - 843EBC91CE652467D5C60622CD0F1F4E /* MASPreferences-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MASPreferences-dummy.m"; sourceTree = ""; }; - 846A6DE560481AA3CC7B6E2C3AAFD77A /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; - 850D55FC673717E6BB3F8AC509FF5565 /* AppCenter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.release.xcconfig; sourceTree = ""; }; - 85869BEEC0D4566603FC6BFB1150596D /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; - 859AC3DEDA8908A44F3F4DE5319EB023 /* RACTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTuple.h; path = ReactiveObjC/RACTuple.h; sourceTree = ""; }; - 85BFA082497B1D21146A59942DA27097 /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; - 866E98A5FB0258480E53E6299521C936 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; - 86DFD22C31174D0E18883A640C01B683 /* DDFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger.h; sourceTree = ""; }; - 87202F72605FE214DD8CEBDB9BF668AF /* AppCenter-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AppCenter-xcframeworks.sh"; sourceTree = ""; }; - 87A0EA7E28E89B28D77F932B2F7733D3 /* mz_crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_crypt.h; path = SSZipArchive/minizip/mz_crypt.h; sourceTree = ""; }; - 883134334C69BB6B899B7084ADA6B207 /* StorageFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StorageFactory.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/StorageFactory.swift; sourceTree = ""; }; - 88374BFE0D5F02C23F04D33295DAA9F4 /* RACImmediateScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACImmediateScheduler.h; path = ReactiveObjC/RACImmediateScheduler.h; sourceTree = ""; }; - 88E3A161FD2D80B711EF447EA04992BC /* RACBlockTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBlockTrampoline.m; path = ReactiveObjC/RACBlockTrampoline.m; sourceTree = ""; }; - 88EBA189C9A81721DF6BAF47E16C238D /* DDOSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOSLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDOSLogger.h; sourceTree = ""; }; - 892854E1FFA31C9B966AEAAB6D7A5FFB /* NSFileHandle+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSFileHandle+RACSupport.m"; path = "ReactiveObjC/NSFileHandle+RACSupport.m"; sourceTree = ""; }; - 8940798539FA72C28D9D32E7B52885C9 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + 82EB6B49572D538791B7F5EFB21F75AE /* FirebaseCoreInternal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreInternal.modulemap; sourceTree = ""; }; + 83C99331E0049EBB16378F2F386C7AFD /* DDLegacyMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLegacyMacros.h; path = "Sources/CocoaLumberjack/Supporting Files/DDLegacyMacros.h"; sourceTree = ""; }; + 8498928F752D42B1F701D3A278BE43D6 /* mz_zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip.c; path = SSZipArchive/minizip/mz_zip.c; sourceTree = ""; }; + 84B5DB86FC8E923953AEEC822A6945B9 /* DDLogMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLogMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLogMacros.h; sourceTree = ""; }; + 84D7D21EC7447D3D3F639B08B212EBCF /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; + 8532F90379AA458F93124924719029C3 /* MJFoundation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJFoundation.h; path = MJExtension/MJFoundation.h; sourceTree = ""; }; + 8548F73B159121AF8AD7737A93C6C40F /* mz_strm_pkcrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_pkcrypt.c; path = SSZipArchive/minizip/mz_strm_pkcrypt.c; sourceTree = ""; }; + 85956E68176AF000E89F5C9B2A343C98 /* HeartbeatsBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsBundle.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift; sourceTree = ""; }; + 85E544E15C6D4898D783481318662BB4 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; + 85EDCA82CEE3AE6311165FB6983E596F /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; + 85EE622218B33D4B7F605D2DD553DB9D /* NSObject+MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJProperty.m"; path = "MJExtension/NSObject+MJProperty.m"; sourceTree = ""; }; + 862B743B01A17CA1BFE816296E2C5E6F /* DDTTYLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDTTYLogger.h; sourceTree = ""; }; + 864E4A5E5ABC03FD6FA5E3FAA116861E /* RACBehaviorSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBehaviorSubject.h; path = ReactiveObjC/RACBehaviorSubject.h; sourceTree = ""; }; + 8683BCEDCE264F53BFE45EC386CB13BC /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; + 86D30B34AF6025461BD97ECC62FBC7F4 /* mz_strm_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_os_posix.c; path = SSZipArchive/minizip/mz_strm_os_posix.c; sourceTree = ""; }; + 8789A3924207614127BBA65AFAAEFF0D /* RACCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCommand.h; path = ReactiveObjC/RACCommand.h; sourceTree = ""; }; + 879F26ABD0B24FAA0BC7F08CD64ED754 /* RACBlockTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBlockTrampoline.m; path = ReactiveObjC/RACBlockTrampoline.m; sourceTree = ""; }; + 87A4D018F11D2BD2F6682FB233905C71 /* NSString+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSequenceAdditions.h"; path = "ReactiveObjC/NSString+RACSequenceAdditions.h"; sourceTree = ""; }; + 87E7890A4D873673DF1C5F08D2C2951E /* DDFileLogger+Buffering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DDFileLogger+Buffering.m"; path = "Sources/CocoaLumberjack/Extensions/DDFileLogger+Buffering.m"; sourceTree = ""; }; + 886C5C9E7C5B3C7448EE41901847B5BB /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; + 8891BF3B3683C49FA71FFB325DEBFF6D /* RACTupleSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTupleSequence.h; path = ReactiveObjC/RACTupleSequence.h; sourceTree = ""; }; + 88967A2A5B806D0966E6C95FC2E6389B /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; + 8968976128A9B71ECAAD9589893BCE20 /* ZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = SSZipArchive/ZipArchive.h; sourceTree = ""; }; + 8A2B5D1F89B9940ACAADA2B9870DF528 /* KVOController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KVOController-dummy.m"; sourceTree = ""; }; 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; - 8AEA21FD1A1DBC6C6E1239E1A6D6CC36 /* AFNetworking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.debug.xcconfig; sourceTree = ""; }; - 8AEEA0D89EECC4BB7759F8671E3E999C /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h; sourceTree = ""; }; - 8B1ADF96D3570361A56545E07CB22ADB /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; - 8B33009978155D01B420D87A1493F510 /* RACBehaviorSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBehaviorSubject.m; path = ReactiveObjC/RACBehaviorSubject.m; sourceTree = ""; }; - 8B40CC704FA7A6EEB7DD96D110468A64 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; - 8BDB18955A455398B87AB069BE94F1AC /* MASKeyCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASKeyCodes.h; path = Framework/Model/MASKeyCodes.h; sourceTree = ""; }; - 8BE7CDB03DE38FE46DAE601DB1814ECD /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; - 8C05D7AC2E794B4693C1A05B13273178 /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; - 8C1C471CF2488B0AF1C092B63A07CE9A /* RACReplaySubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReplaySubject.h; path = ReactiveObjC/RACReplaySubject.h; sourceTree = ""; }; - 8C6FEBBF81D27BCAF5AE78FC3013FAC1 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h; sourceTree = ""; }; - 8C77AC31DFF93CF9D41FC018063464BE /* NSSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.h"; sourceTree = ""; }; - 8CA27D4955902A95B3E03329751A75DC /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; - 8CE99D69258FAFE2120E7F042CF20BE0 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - 8E52A43F925220D55287A4B80AFDCA74 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h; sourceTree = ""; }; - 8E8CB6B5C880B660175078507F9F6290 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; - 8F2EDEEAACA163B5E37242F8D5C63616 /* mz_crypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt.c; path = SSZipArchive/minizip/mz_crypt.c; sourceTree = ""; }; - 913D75506CEFC2B852A2F9CA0DCF4E83 /* FirebaseCoreInternal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.release.xcconfig; sourceTree = ""; }; - 9162331CCDD8E3AB289C2D58A7DA0CC7 /* SwiftLogLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftLogLevel.h; path = Sources/CocoaLumberjackSwiftSupport/include/CocoaLumberjackSwiftSupport/SwiftLogLevel.h; sourceTree = ""; }; + 8AED86B7137475094AF8803A1E514E94 /* MASShortcut-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASShortcut-umbrella.h"; sourceTree = ""; }; + 8B13A90D7A579321256AF92D6312C890 /* DDFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = Sources/CocoaLumberjack/DDFileLogger.m; sourceTree = ""; }; + 8B6322A31749C1A79CE5C504EEC366C9 /* AppCenterCrashes.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenterCrashes.xcframework; path = "AppCenter-SDK-Apple/AppCenterCrashes.xcframework"; sourceTree = ""; }; + 8B985023ED08BF862CC665E9EDDAEFE5 /* RACPassthroughSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACPassthroughSubscriber.m; path = ReactiveObjC/RACPassthroughSubscriber.m; sourceTree = ""; }; + 8BDBBCE4878A068F0E0E8F54B1DEC1BD /* NSNotificationCenter+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+RACSupport.m"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.m"; sourceTree = ""; }; + 8BEEA514E1AF353F80A9A9A92F41202C /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; + 8BEFC72789996B8FBA0F833949EA9EB2 /* RACSubscriptingAssignmentTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptingAssignmentTrampoline.m; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.m; sourceTree = ""; }; + 8C0A7CA73A9F3F91D3D46B5CB76B3220 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + 8C0F81D9F8D986311AFE82A6E73F4CF2 /* NSInvocation+RACTypeParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInvocation+RACTypeParsing.h"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.h"; sourceTree = ""; }; + 8C5E3960B210909B69E294EFC8D9EC9A /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; + 8CD0214EFEEAEE9395E5D65B3550BD79 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; + 8CFAEC2DEF8514A291B9737ECE06FA23 /* MASKeyCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASKeyCodes.h; path = Framework/Model/MASKeyCodes.h; sourceTree = ""; }; + 8D6DDCE7C064A7B0E972B25CB8A99005 /* RACMulticastConnection+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACMulticastConnection+Private.h"; path = "ReactiveObjC/RACMulticastConnection+Private.h"; sourceTree = ""; }; + 8D861BF8C4641B97F0EB1A65BB0534B7 /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = ""; }; + 8DDDE5CEA8BD66BD88B22E4C34613773 /* mz_strm_pkcrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_pkcrypt.h; path = SSZipArchive/minizip/mz_strm_pkcrypt.h; sourceTree = ""; }; + 8E3D8CDA984D7BD0B92511BCAEEE07CE /* MASPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferences.h; path = Framework/MASPreferences.h; sourceTree = ""; }; + 8E909A1270B604F410F07C855F2A727E /* SUAppcast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUAppcast.h; path = Sparkle.framework/Versions/A/Headers/SUAppcast.h; sourceTree = ""; }; + 8EC08C5E30C59BF8822C4FE99BD48BEF /* NSObject+RACKVOWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACKVOWrapper.m"; path = "ReactiveObjC/NSObject+RACKVOWrapper.m"; sourceTree = ""; }; + 8F1B8DEAC644F17AB93908848C017CB4 /* NSURLSession+GULPromises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+GULPromises.m"; path = "GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m"; sourceTree = ""; }; + 8F336D99ADED6F8867E7778A7CC20DAF /* mz_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os_posix.c; path = SSZipArchive/minizip/mz_os_posix.c; sourceTree = ""; }; + 8F53F89406DD6D0B1A3F1E8AFE71AC7C /* NSObject+FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+FBKVOController.m"; path = "FBKVOController/NSObject+FBKVOController.m"; sourceTree = ""; }; + 8FAF594FE256CDE58404A13B7F692B6E /* MASPreferences-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MASPreferences-dummy.m"; sourceTree = ""; }; + 9029D6070699ED53579950E17FD81F23 /* NSObject+RACPropertySubscribing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACPropertySubscribing.m"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.m"; sourceTree = ""; }; + 9081FCA8C63E47BD9174C4F1516239F0 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 90954703F7710B0B7D08245BDEA5798F /* RACReplaySubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReplaySubject.m; path = ReactiveObjC/RACReplaySubject.m; sourceTree = ""; }; 91B23470DEB9A986332BEB5034234BC7 /* SSZipArchive */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SSZipArchive; path = SSZipArchive.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 92887E1141F0CFF394149676DCF1B124 /* RACDynamicSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSignal.m; path = ReactiveObjC/RACDynamicSignal.m; sourceTree = ""; }; - 92C483E7AB42D338FD7795682C48DB53 /* ResourceBundle-MASShortcut-MASShortcut-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MASShortcut-MASShortcut-Info.plist"; sourceTree = ""; }; - 92F644810652B04B7CDBD609D061186A /* NSData+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+RACSupport.m"; path = "ReactiveObjC/NSData+RACSupport.m"; sourceTree = ""; }; - 9301302550699373BD5A2A0889B361D0 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; - 942313DADD089A340A8920F59090D2A6 /* CocoaLumberjack-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-umbrella.h"; sourceTree = ""; }; - 943B36B8CC101FB38F3776ED8DB70A59 /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; - 954295D6696473030FDF9E42600A90C8 /* MASPreferencesWindowController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferencesWindowController.h; path = Framework/MASPreferencesWindowController.h; sourceTree = ""; }; - 954DC61ED824866B01253EC8BC64052D /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; - 95919FE8BC39D51E586C836EED2A4771 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 95D63F31277E36392ADFD85D8D53D48F /* MASLocalization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLocalization.h; path = Framework/UI/MASLocalization.h; sourceTree = ""; }; - 95DE34EF5BB92920CB290049AD022A1C /* FirebaseCoreInternal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreInternal-dummy.m"; sourceTree = ""; }; - 960C45A6A7BABBF527F9FD5621DBAE18 /* SSZipArchive-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-prefix.pch"; sourceTree = ""; }; + 91EBCA27FBF03D5032FEC119991BCFC5 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + 9274004E6372E1BC63EB46B6569A659A /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = Resources/nl.lproj; sourceTree = ""; }; + 928F389F834ADE48C32A11BBE0CD87E4 /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; + 92970D8C12443E0D8AD29B253C4B85AF /* RACEXTScope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTScope.h; path = ReactiveObjC/extobjc/RACEXTScope.h; sourceTree = ""; }; + 92A9D4C36CF260DD5F9056E943E8A72F /* mz_strm_buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_buf.h; path = SSZipArchive/minizip/mz_strm_buf.h; sourceTree = ""; }; + 92DA1A2029DA7DF544E7655D81AF9AEF /* RACChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACChannel.h; path = ReactiveObjC/RACChannel.h; sourceTree = ""; }; + 94F390C0ED3B13D8CD73C99B415EFD25 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + 9563E97D378D80D140F80097B24E8BF4 /* NSObject+RACAppKitBindings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACAppKitBindings.h"; path = "ReactiveObjC/NSObject+RACAppKitBindings.h"; sourceTree = ""; }; + 9587442AFD135A9C942FE67B626FF3CC /* MJExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.debug.xcconfig; sourceTree = ""; }; 9621C6383F5733C35183B2DE886C7EC6 /* ReactiveObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ReactiveObjC; path = ReactiveObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 96401E75FC68AF8D09A9980A9BD13F5E /* mz_strm_zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_zlib.h; path = SSZipArchive/minizip/mz_strm_zlib.h; sourceTree = ""; }; - 9676E4BB9413B3DEEE56E3B02C0F736A /* DDDispatchQueueLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDDispatchQueueLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDDispatchQueueLogFormatter.h; sourceTree = ""; }; - 969F6B8A171C2A3FA841E68A209C9FC9 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; - 96DD27CEC9F83DE997EC0ADEE0182D6F /* DDDispatchQueueLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDDispatchQueueLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDDispatchQueueLogFormatter.m; sourceTree = ""; }; - 96F31844DFF39BAB61E29D3A96E2DB3C /* RACEagerSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEagerSequence.h; path = ReactiveObjC/RACEagerSequence.h; sourceTree = ""; }; - 972479D3B14D23351C2CAA29BE12181D /* HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift; sourceTree = ""; }; - 973C904E39A55B4263C7E052DFBBA5A0 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; - 9769B27D556BEAA994C38D335F3C1BF4 /* SUAppcast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUAppcast.h; path = Sparkle.framework/Versions/A/Headers/SUAppcast.h; sourceTree = ""; }; - 979988EF6AA3DD700F4A90B49BD8B8BC /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - 98BB0A7CF15BFD4240FF9034FC3477E7 /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; - 99A4BBCEE45C89A246A38FF1BEC44990 /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; - 9A594C1B46DEBB761DF3346BE4E4E72B /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; - 9A9FA19BCBA07C91C7E7665ED151236D /* MASShortcutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutView.h; path = Framework/UI/MASShortcutView.h; sourceTree = ""; }; - 9AA17E4CAD7BC7D8371466E08FE08389 /* Sparkle.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sparkle.release.xcconfig; sourceTree = ""; }; - 9B1B77214D937AB9C44CE0EA1B563A12 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; + 9662C0D4EA0BCB98930FC43F523AAAC2 /* NSControl+RACTextSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSControl+RACTextSignalSupport.m"; path = "ReactiveObjC/NSControl+RACTextSignalSupport.m"; sourceTree = ""; }; + 969C91C4287038D447D86AEBAB668CB9 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + 96A3BD686E9C3B833CB822B035E8C7B1 /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; + 97917838D7C41AE34705070C90A28085 /* RACDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDisposable.m; path = ReactiveObjC/RACDisposable.m; sourceTree = ""; }; + 97E073DF75EB2A96598AE829F4A8BDA0 /* RACTupleSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTupleSequence.m; path = ReactiveObjC/RACTupleSequence.m; sourceTree = ""; }; + 98100DB3772CBFF026818DEAF0DBE7E4 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; + 982E2C00DB145B5ACA35EE6EBD15D7FC /* RACDynamicSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSignal.h; path = ReactiveObjC/RACDynamicSignal.h; sourceTree = ""; }; + 98858C192AE66019B346608640CEF03D /* RACScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Subclass.h"; path = "ReactiveObjC/RACScheduler+Subclass.h"; sourceTree = ""; }; + 98A240BF4BCFD94AB552AEB9181A813A /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; + 98BDFF2C121EB1EC54D7B66F4E6F7F9D /* RACChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACChannel.m; path = ReactiveObjC/RACChannel.m; sourceTree = ""; }; + 98C728AE07433965006017BAF3C73676 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; + 991D8018FF33353C241D5870DEB2F63D /* NSOrderedSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSOrderedSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.m"; sourceTree = ""; }; + 99404A8F210B88032868EF61FE2BC0CF /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; + 99B979E2983C72F28B203BDCC673466A /* mz_zip_rw.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip_rw.c; path = SSZipArchive/minizip/mz_zip_rw.c; sourceTree = ""; }; + 9A3A2ADEBCCF46C28530ADD565F87D4B /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; + 9A7EAAE718F15FD5541165C231F4B1A6 /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; + 9B2E24708AF485E303DE844CA20FA68A /* RACSignalProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACSignalProvider.d; path = ReactiveObjC/RACSignalProvider.d; sourceTree = ""; }; 9B4352D1CD18BB2BDE8A51479B871C10 /* Pods-Easydict */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-Easydict"; path = Pods_Easydict.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9B591AF61ABBD039FC3A4EB2B2BAD471 /* mz_strm_wzaes.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_wzaes.c; path = SSZipArchive/minizip/mz_strm_wzaes.c; sourceTree = ""; }; - 9B64E7ADDC5FDDFEAAE027C5E9E2ADDD /* mz_strm_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_os_posix.c; path = SSZipArchive/minizip/mz_strm_os_posix.c; sourceTree = ""; }; - 9BDC8F2CF149825FB3BCA3B41D498AB5 /* Sparkle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sparkle.h; path = Sparkle.framework/Versions/A/Headers/Sparkle.h; sourceTree = ""; }; - 9C3FD89F80973E605E535F5D8FACFBA6 /* RACmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACmetamacros.h; path = ReactiveObjC/extobjc/RACmetamacros.h; sourceTree = ""; }; - 9C8B67138CBB3716F757CC461ED36F8D /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 9CCB35CAD3257D8F2170A4F4E54F6719 /* RACSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubject.h; path = ReactiveObjC/RACSubject.h; sourceTree = ""; }; + 9B971699D843479A06E5510A5FD4B841 /* NSOrderedSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSOrderedSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.h"; sourceTree = ""; }; + 9BE8DACCF8FCF93723851A5D483A77EA /* Masonry-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Masonry-Info.plist"; sourceTree = ""; }; + 9C26E252327A029222838797AE13F4FA /* CocoaLumberjack-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CocoaLumberjack-Info.plist"; sourceTree = ""; }; 9D635ACBDB58BEC168F692A7F0132B89 /* MASPreferences-MASPreferences */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "MASPreferences-MASPreferences"; path = MASPreferences.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D8CB635618EE996FC6B9CCACD0AD42D /* RACDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDisposable.m; path = ReactiveObjC/RACDisposable.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; }; - 9DACECB7712F51A23F6F3EDC41ED1266 /* PromisesObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesObjC-umbrella.h"; sourceTree = ""; }; - 9DE6ED222F408B2B571D6C9ABEF3CDEB /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift; sourceTree = ""; }; - 9DF72307724652CCF04CD9C9572274C9 /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; + 9E028DCE9A3EA887179E94DF87E56258 /* NSData+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+RACSupport.m"; path = "ReactiveObjC/NSData+RACSupport.m"; sourceTree = ""; }; 9E20C1DD4C1697813E3FD23AE96C1F99 /* Pods-Easydict.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Easydict.modulemap"; sourceTree = ""; }; - 9E84BF104F49B61899E7DD33C3B0388B /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h; sourceTree = ""; }; - 9EA64D9D66DF4E113FCD256E506D1FA1 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; - 9F2D484B375B297F340AFA6B46DBF45E /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = Resources/ru.lproj; sourceTree = ""; }; - 9F49F3FD0520D29C1347F518CEB23203 /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; - 9FFDB0A81AB17D363B0AC8CA188AF711 /* CLIColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLIColor.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/CLIColor.h; sourceTree = ""; }; - A07C2E2C1E49F307D85990033B6320CF /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; - A0E0A046B22718E79CC9CB57423E9D4F /* FIRCurrentDateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCurrentDateProvider.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h; sourceTree = ""; }; - A0F03B2EDB92BA6EF26D22F74972F58D /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; - A163C7A473D5CBE2C6DB81FFDCE031BF /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; - A1D23321AD1F4070141E6E244B0C7735 /* HeartbeatStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatStorage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift; sourceTree = ""; }; - A38855A02D1562D3519FA73FE8EC02FA /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; - A3A2475C652F96DFECFE8D9129DB8F92 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; - A4438E78BD063A2A8731AE7CEEA5A8C5 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - A46DC35D7302DF6F235C49A3D3930A4C /* NSObject+MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJProperty.h"; path = "MJExtension/NSObject+MJProperty.h"; sourceTree = ""; }; - A4A671D29FAAED4F82EC7F655F5A1935 /* RACBehaviorSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBehaviorSubject.h; path = ReactiveObjC/RACBehaviorSubject.h; sourceTree = ""; }; + 9E40A7C1D74D0AEA54AB5370FBDEE580 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; + 9F6145CAE82A98B9ADB59B032BD9EFD2 /* NSObject+RACLifting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACLifting.h"; path = "ReactiveObjC/NSObject+RACLifting.h"; sourceTree = ""; }; + 9F7148FB9A09BD5EF6B134155A5D69E7 /* JLRRouteDefinition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteDefinition.h; path = JLRoutes/Classes/JLRRouteDefinition.h; sourceTree = ""; }; + A103FFA7723FBD56B2CDDB706727DF50 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; + A121CF4FDDC95871EB8E8DC5F45253A2 /* GULHeartbeatDateStorable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorable.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h; sourceTree = ""; }; + A13865FF99BD925EF58E577317EE1029 /* JLRRouteDefinition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteDefinition.m; path = JLRoutes/Classes/JLRRouteDefinition.m; sourceTree = ""; }; + A1487C738DEFFD6A5AA3A34D054043A3 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = Resources/fr.lproj; sourceTree = ""; }; + A16F275651655CBF3D2D4BFF8FE55BB2 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; + A200108EEA4BECDA9DD5EC834F317BC9 /* FIRInstallationsBackoffController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsBackoffController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m; sourceTree = ""; }; + A284A6FA4E942BA4AECC95F8A932C043 /* Sparkle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sparkle.h; path = Sparkle.framework/Versions/A/Headers/Sparkle.h; sourceTree = ""; }; + A2B124B39390721248F66BAA3CCAC3B9 /* SUUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUUpdater.h; path = Sparkle.framework/Versions/A/Headers/SUUpdater.h; sourceTree = ""; }; + A2BB0B88CD9218949B3C7259ED21E673 /* RACTestScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTestScheduler.h; path = ReactiveObjC/RACTestScheduler.h; sourceTree = ""; }; + A3086231093078E1EE914935090CE3F6 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = SSZipArchive/SSZipArchive.m; sourceTree = ""; }; + A3255CB3442A19936274DC8ED49454C9 /* JLRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRoutes.h; path = JLRoutes/JLRoutes.h; sourceTree = ""; }; + A32ABA5FC8E21C919286D0C1DC2972DA /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; + A35CD21BF731E80C57F07063469227AD /* NSDictionary+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+RACSequenceAdditions.m"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.m"; sourceTree = ""; }; + A364F4D3512BF7AFE9A4E0E1D45E69B9 /* WeakContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WeakContainer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/WeakContainer.swift; sourceTree = ""; }; + A3B26E69F50EAF8877F17908E5637F3A /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; + A3B2E31B324217D499DB9038D064B025 /* JLRoutes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLRoutes.release.xcconfig; sourceTree = ""; }; + A3C79DC69E81B1CE7ECA7AD5B49B1628 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + A489E8E0C9FCA82094CA172F2DD0C5A3 /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AFNetworking; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A51544E77B793C127A4D611363D9C01E /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; - A525DC685F003359A04F6B9BF5BEE2DD /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; - A53C416579AD224561CDABE81C9EEE8A /* RACArraySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACArraySequence.m; path = ReactiveObjC/RACArraySequence.m; sourceTree = ""; }; - A54B414F062D22D67B63A70F8B776B1F /* FirebaseCoreInternal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.debug.xcconfig; sourceTree = ""; }; - A56CD571951DA56785E3C98085F37413 /* JLRRouteHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteHandler.m; path = JLRoutes/Classes/JLRRouteHandler.m; sourceTree = ""; }; - A5E857C2C96DFAE0687BDF42F0BC082A /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; - A5FB9B8B8A892A3732AE582D18C131CC /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; - A653DA983F9A8CFFD390DE81FCA36B15 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h; sourceTree = ""; }; - A6CD99CFA739CEE9E92A9D66495CCB9C /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; - A707B4B256FD017F496258E0876187CE /* RACQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACQueueScheduler.m; path = ReactiveObjC/RACQueueScheduler.m; sourceTree = ""; }; - A751CA03E5E158CFDDD4D1EF75A388C0 /* RACUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnit.h; path = ReactiveObjC/RACUnit.h; sourceTree = ""; }; - A76B809888AC9B71C89A568EEB54FF4B /* FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBKVOController.m; path = FBKVOController/FBKVOController.m; sourceTree = ""; }; - A77E8303B6B93E2518DBBB11EA083170 /* _ObjC_HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift; sourceTree = ""; }; - A82F3CCFF46FA28D1C5BC3AFF684C36B /* SPUDownloadData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloadData.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloadData.h; sourceTree = ""; }; - A84665BA72BEBCF6AB98110B7B579A0F /* sv.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sv.lproj; path = Resources/sv.lproj; sourceTree = ""; }; - A86C92472BF311ECF6287649D07C95DD /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; - A8C1CAF703B2881F0AD9E9AD96B32CB8 /* RACValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACValueTransformer.h; path = ReactiveObjC/RACValueTransformer.h; sourceTree = ""; }; - A948EDE1C82A25C5C1BE3654046A8490 /* RACStringSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStringSequence.h; path = ReactiveObjC/RACStringSequence.h; sourceTree = ""; }; - A9A60041F5C834249992A1F92BFAFDBD /* Sparkle.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sparkle.debug.xcconfig; sourceTree = ""; }; - A9DD04E19C5AC56B8E1BE82F3BEA35EA /* MASHotKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASHotKey.m; path = Framework/Monitoring/MASHotKey.m; sourceTree = ""; }; - AA8655BDB57963982F423EB5BAA5B201 /* FirebaseCoreInternal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreInternal.modulemap; sourceTree = ""; }; - ABD202B90145444587ABCD96CE74DA98 /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; - AC06C778B9BA262038BEDFF43A7671AA /* RACQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACQueueScheduler.h; path = ReactiveObjC/RACQueueScheduler.h; sourceTree = ""; }; - ACC642579114C0FDB00C3CCB5A23896E /* JLRParsingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRParsingUtilities.h; path = JLRoutes/Classes/JLRParsingUtilities.h; sourceTree = ""; }; - ACD285C06FC56D203D3BAF4FFFB058CD /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; + A5B9D0824FEE61B2D8BBA3E7DD4EAFB1 /* RACSubscriber+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSubscriber+Private.h"; path = "ReactiveObjC/RACSubscriber+Private.h"; sourceTree = ""; }; + A65E46342B6ED4FB6110FF7F5020AB04 /* RACCompoundDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCompoundDisposable.h; path = ReactiveObjC/RACCompoundDisposable.h; sourceTree = ""; }; + A692206057C1045A20BFB0D1DBCB8CD8 /* MJPropertyKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyKey.h; path = MJExtension/MJPropertyKey.h; sourceTree = ""; }; + A6FA51AB1837B5F082EB68AE3D49F666 /* SPUDownloaderDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderDelegate.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderDelegate.h; sourceTree = ""; }; + A6FECFC0BA3B8818991BDC609B375C8C /* RACSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriber.h; path = ReactiveObjC/RACSubscriber.h; sourceTree = ""; }; + A74972643EE588BE754BB7B04E350B85 /* ReactiveObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReactiveObjC-Info.plist"; sourceTree = ""; }; + A7B279796DC8D7B5C4A33595A7534E32 /* CocoaLumberjack.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaLumberjack.swift; path = Sources/CocoaLumberjackSwift/CocoaLumberjack.swift; sourceTree = ""; }; + A7F3A6E65F79A8A14923BED6F803D0C7 /* Shortcut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shortcut.h; path = Framework/Shortcut.h; sourceTree = ""; }; + A8178439DC550016FAE8D118C6FEFA94 /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; + A864DFEB6FABE82F847BA031FAA85E89 /* FirebaseAnalytics-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "FirebaseAnalytics-xcframeworks.sh"; sourceTree = ""; }; + A877FF71641A50D38B6A8E2ABFEBA725 /* RACReplaySubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReplaySubject.h; path = ReactiveObjC/RACReplaySubject.h; sourceTree = ""; }; + A8DB299698DE0114EBF1E31D87C06E51 /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; + A998B4AE16A49A8EF97BFA5720B58271 /* _ObjC_HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift; sourceTree = ""; }; + A9F41545FDECA00EC50AE535A7FE66CD /* SSZipArchive-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SSZipArchive-Info.plist"; sourceTree = ""; }; + AA1765820A243C2CE5F4EB71DC1A0D5C /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; + AA2FF1D62AE4E40507C280F21A8376E3 /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = Resources/pt.lproj; sourceTree = ""; }; + AA83E93E0D4E6F734AD78ADD99CAD670 /* RACMulticastConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACMulticastConnection.m; path = ReactiveObjC/RACMulticastConnection.m; sourceTree = ""; }; + AB3AF03337EBC8F64E6ADF645069112E /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; + AB620367D475E174262B0588FC8D6E49 /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = Resources/it.lproj; sourceTree = ""; }; + AB659AFB409F4A153A6AED8F8AFD0E78 /* ReactiveObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.release.xcconfig; sourceTree = ""; }; + AB8853D224E461C711520AD4ACE3D04B /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; + ABC8354248D1ECFEC0D147DAF6D51D47 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AFNetworking.modulemap; sourceTree = ""; }; + ACBB4E26877B37491C6973559003AA7C /* DDFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger.h; sourceTree = ""; }; + ACE2CE8FBD9F0EE26E811404E37D624F /* RACEmptySignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySignal.m; path = ReactiveObjC/RACEmptySignal.m; sourceTree = ""; }; + ACEB4360DDABC6ED44D4EBBBE606DC84 /* JLRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRoutes.m; path = JLRoutes/JLRoutes.m; sourceTree = ""; }; AD1B09D61061D25891A8EE8B6F4A8D29 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreServices.framework; sourceTree = DEVELOPER_DIR; }; - AD8121DB39B41878A561124EE61C138A /* _ObjC_HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift; sourceTree = ""; }; - AD984AC8F252EE9FB48573F755F875F0 /* MJExtensionConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJExtensionConst.m; path = MJExtension/MJExtensionConst.m; sourceTree = ""; }; - ADE15258520EDA4352E72EBE8E83FF1C /* RACKVOChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOChannel.h; path = ReactiveObjC/RACKVOChannel.h; sourceTree = ""; }; - AE80F58D2EC91C5E0FF89C1EA3E15846 /* NSObject+RACKVOWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACKVOWrapper.m"; path = "ReactiveObjC/NSObject+RACKVOWrapper.m"; sourceTree = ""; }; - AE9DE4C09CDCF94A3A087010DF558826 /* RACSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriber.m; path = ReactiveObjC/RACSubscriber.m; sourceTree = ""; }; - AED4BC519F785B48AA2AE72B16EFE3DE /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = ""; }; - AF17153CCF7199C23D216B9F44A6C0CB /* mz_compat.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_compat.c; path = SSZipArchive/minizip/mz_compat.c; sourceTree = ""; }; - AF40872069242CEDB2F6EE79806E5B30 /* RACStringSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStringSequence.m; path = ReactiveObjC/RACStringSequence.m; sourceTree = ""; }; - AF46BD8687B7115AD73B5FDFD07F3F05 /* MJPropertyKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyKey.m; path = MJExtension/MJPropertyKey.m; sourceTree = ""; }; - AFBABB6B0763F281453E21D83EBDEED8 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AFNetworking.modulemap; sourceTree = ""; }; - B12DED74840ABF71F1ABDF2DBB401AF4 /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; - B1364370F2D5CD6F331577F3FF1C9418 /* NSString+RACKeyPathUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACKeyPathUtilities.h"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.h"; sourceTree = ""; }; - B151942A9A1FFC5C6AF7AB7F84FBE8F3 /* NSControl+RACTextSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSControl+RACTextSignalSupport.m"; path = "ReactiveObjC/NSControl+RACTextSignalSupport.m"; sourceTree = ""; }; - B17BAC9C2C05B2426220FDBCA87F8706 /* DDLoggerNames.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLoggerNames.m; path = Sources/CocoaLumberjack/DDLoggerNames.m; sourceTree = ""; }; - B1ADE52F567BE702393FD74B75EF9808 /* mz_zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip.c; path = SSZipArchive/minizip/mz_zip.c; sourceTree = ""; }; - B1B4E8E0CEAFAA466E2EE0A36DE8B692 /* SUVersionComparisonProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUVersionComparisonProtocol.h; path = Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h; sourceTree = ""; }; - B1EDE00DB43F174E1BD66E8EA48FFB6B /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; - B2C3A0DB85F203C8B1A07432F6803E36 /* RACSubscriber+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSubscriber+Private.h"; path = "ReactiveObjC/RACSubscriber+Private.h"; sourceTree = ""; }; + ADDFC9C6E037798606CD7579475357F6 /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; + ADEE6848E3B4FBFEBEE523F02387043F /* mz_os.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os.c; path = SSZipArchive/minizip/mz_os.c; sourceTree = ""; }; + AE006C9A2FC91606CDB20E583A6E6E33 /* RACSignal+Operations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RACSignal+Operations.m"; path = "ReactiveObjC/RACSignal+Operations.m"; sourceTree = ""; }; + AE08C088296C3C1003B87BEAEFC087FE /* FirebaseInstallations.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstallations.modulemap; sourceTree = ""; }; + AE23434595531FBAEA8470332E171CF1 /* RingBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RingBuffer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift; sourceTree = ""; }; + AED65ED950E14A28AEB55DD773DD6AE7 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; + AF97AD50A1E582BB875383CE1994FD63 /* RACSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignal.h; path = ReactiveObjC/RACSignal.h; sourceTree = ""; }; + B07B98338F523E93F8854E52AFEA34BF /* NSObject+RACAppKitBindings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACAppKitBindings.m"; path = "ReactiveObjC/NSObject+RACAppKitBindings.m"; sourceTree = ""; }; + B2A4F8B73D5D188957EC596666F8D173 /* KVOController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-prefix.pch"; sourceTree = ""; }; B2CC38EAB95AC4B0E4103F60A7133C2A /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Carbon.framework; sourceTree = DEVELOPER_DIR; }; - B37D0F6EF003D672F6EC04BCECC06238 /* NSObject+RACPropertySubscribing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACPropertySubscribing.m"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.m"; sourceTree = ""; }; - B399DE821EFE47DDF0407790A2C7C9AF /* JLRRouteRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteRequest.m; path = JLRoutes/Classes/JLRRouteRequest.m; sourceTree = ""; }; - B3D4FFBB79798383E90DE58475A4654F /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; + B38D254CC9A8D51D6661C7A6AC04DD5E /* mz_strm_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_os.h; path = SSZipArchive/minizip/mz_strm_os.h; sourceTree = ""; }; + B3BAA0CE47E5A737C9F4AB7CF7DEE8DD /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; + B3D774E7F6FC791C2F75A04FC56E2B20 /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; + B3DA4F038AE9A9A33306DD5DE3F835D3 /* RACAnnotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACAnnotations.h; path = ReactiveObjC/RACAnnotations.h; sourceTree = ""; }; + B3E4D787B8F94F6193258C66382EB0B8 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; + B3EC852AC9D86C01C24C8141A8AE789C /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleUtilities; path = GoogleUtilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B4ADAABBE70B6F8A713C6F585D81D516 /* JLRRouteResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteResponse.h; path = JLRoutes/Classes/JLRRouteResponse.h; sourceTree = ""; }; - B4C5DF69CB827C3794AEDB4DB3CB61A2 /* RACReplaySubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReplaySubject.m; path = ReactiveObjC/RACReplaySubject.m; sourceTree = ""; }; - B4C63BC66371856BC66C799D7ABE2F22 /* JLRRouteResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteResponse.m; path = JLRoutes/Classes/JLRRouteResponse.m; sourceTree = ""; }; - B4D248696EF414EDEF2AD5CC601DAFDB /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; - B631075FC95A16B0BCC3CD0AA65A9258 /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; - B6587A5E16C88C73F427AA998A0E2A3C /* DDLoggerNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLoggerNames.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLoggerNames.h; sourceTree = ""; }; - B6989019EE02B66629B43D588A2B8E19 /* mz_strm_pkcrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_pkcrypt.h; path = SSZipArchive/minizip/mz_strm_pkcrypt.h; sourceTree = ""; }; - B744ECF7F93B65D7CC9B9A68A9C502D0 /* NSObject+MJClass.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJClass.m"; path = "MJExtension/NSObject+MJClass.m"; sourceTree = ""; }; - B8442C21B36C0BFF281E7D3A6EFC5FDE /* SSZipArchive.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.debug.xcconfig; sourceTree = ""; }; - B848C8E94B2BE4B16A83E9E4EEEF5790 /* RACMulticastConnection+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACMulticastConnection+Private.h"; path = "ReactiveObjC/RACMulticastConnection+Private.h"; sourceTree = ""; }; - B861DB4F53632070EF0A09956A5DD589 /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; - B95BAAE8E091701E216601E2A977E636 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = Resources/pl.lproj; sourceTree = ""; }; - B9CEC8DD7AC36A43812BD2819D65B957 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; - B9F15C3D1A30756A3AF765B0A2853C47 /* NSText+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSText+RACSignalSupport.m"; path = "ReactiveObjC/NSText+RACSignalSupport.m"; sourceTree = ""; }; - BAB10F4CACDC8F73970CC903C2F93B8F /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - BAB6F50E745C4234F75F2BF40F301270 /* MASPreferences-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASPreferences-prefix.pch"; sourceTree = ""; }; - BB9FBC195B23CCA679941A7A75E25377 /* mz_os.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os.c; path = SSZipArchive/minizip/mz_os.c; sourceTree = ""; }; - BBF43B95651F2C975D890C4983768C4F /* mz_strm_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_os.h; path = SSZipArchive/minizip/mz_strm_os.h; sourceTree = ""; }; - BBFD183FBF0640CCC8228ECB39DB5020 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - BD3C877256A1556C4A7CDA9E6383C9BA /* DDTTYLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = Sources/CocoaLumberjack/DDTTYLogger.m; sourceTree = ""; }; - BD706D419FEE758FA61908D1314661A7 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - BE19F6ABDCD82BC9AFBA01C07A578D96 /* DDASLLogCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogCapture.m; path = Sources/CocoaLumberjack/DDASLLogCapture.m; sourceTree = ""; }; - BE1AC9B177B01EA6A2AD839CE3663B02 /* FIRInstallationsBackoffController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsBackoffController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h; sourceTree = ""; }; - BE1FE5B96DF41C590BA4B1E2A35D7FBE /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; - BE2F40267E1D2BC55D01F3E1D6D9312D /* RACEmptySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySequence.m; path = ReactiveObjC/RACEmptySequence.m; sourceTree = ""; }; - BE94050EFB95F5C9C160E0CCFAB4C4F9 /* RACReturnSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReturnSignal.m; path = ReactiveObjC/RACReturnSignal.m; sourceTree = ""; }; - BF64C678FFC49E90742794F768B9E445 /* mz_strm_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_mem.c; path = SSZipArchive/minizip/mz_strm_mem.c; sourceTree = ""; }; - BFB61E461C0F576D4C6CBCED293239A7 /* DDFileLogger+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Internal.h"; path = "Sources/CocoaLumberjack/DDFileLogger+Internal.h"; sourceTree = ""; }; - BFDED531779D0454DC948C76BC45D5AE /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; - C09B07270ED1709CA9FCAD9A861E65A0 /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = ""; }; - C0B34EB88C7767BC71B7DA12621EEFE7 /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; - C0C5D3889C394E919844FAD749C4FA9B /* JLRRouteHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteHandler.h; path = JLRoutes/Classes/JLRRouteHandler.h; sourceTree = ""; }; - C111BE8A6DED68F1C4B61384CC47670E /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; - C12670809C8A039E194AFA49923BA063 /* NSInvocation+RACTypeParsing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInvocation+RACTypeParsing.m"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.m"; sourceTree = ""; }; - C130644A208123C27CF6B092CF8E2903 /* KVOController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.release.xcconfig; sourceTree = ""; }; + B45EF83BEC99EF94E831B46C706E0FD4 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; + B5357AF6A41ACAAFEB4D3C588B07E767 /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; + B54293899303830EC464E44B649FE7C0 /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; + B5BBBFB9269F33112C801C5503267CBE /* ResourceBundle-MASPreferences-MASPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MASPreferences-MASPreferences-Info.plist"; sourceTree = ""; }; + B612480F1DF15CCE02CD94CF126E686A /* RACDynamicSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSignal.m; path = ReactiveObjC/RACDynamicSignal.m; sourceTree = ""; }; + B61F8CAB13945DD3344210E84EEAAE7B /* GoogleAppMeasurement-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "GoogleAppMeasurement-xcframeworks.sh"; sourceTree = ""; }; + B673AB7314E46BCBBFE2F61A0149DC55 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; + B6B48B2773780C74CAA27A937A23281B /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift; sourceTree = ""; }; + B75B23D17BF6B464F0EC93E372FA29E7 /* RACImmediateScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACImmediateScheduler.m; path = ReactiveObjC/RACImmediateScheduler.m; sourceTree = ""; }; + B7B427520F0F45EC9F584F255074718C /* MASShortcut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcut.h; path = Framework/Model/MASShortcut.h; sourceTree = ""; }; + B7C83C6C053B3D99C0C041AE58220C19 /* mz_strm_buf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_buf.c; path = SSZipArchive/minizip/mz_strm_buf.c; sourceTree = ""; }; + B8460DB4967565BBE9EFB3E1178F8DEB /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h; sourceTree = ""; }; + B86D20EC8B2637AD8F424E2AD6DC229C /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; + B8ACBCA727BA9DBD6DFE25DD5DB6385D /* NSObject+FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+FBKVOController.h"; path = "FBKVOController/NSObject+FBKVOController.h"; sourceTree = ""; }; + B90772FD72BFD97DD2AA4CE61E84CF04 /* NSURLConnection+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLConnection+RACSupport.h"; path = "ReactiveObjC/NSURLConnection+RACSupport.h"; sourceTree = ""; }; + B98A02E060A69B7AF8B9C58F9FC5201C /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; + B9B634FD4B7190E722747B5144C81739 /* NSString+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+MJExtension.h"; path = "MJExtension/NSString+MJExtension.h"; sourceTree = ""; }; + BA05935B53D544259CA41CA187B649E6 /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; + BAFAE84213058BB8FA3401CED621E9B2 /* KVOController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KVOController-Info.plist"; sourceTree = ""; }; + BB0A2F30D0F9C083494674E5388D4657 /* MASShortcutValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutValidator.h; path = Framework/Model/MASShortcutValidator.h; sourceTree = ""; }; + BB166CAAE8A0A25718195F193514D8BB /* RACValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACValueTransformer.m; path = ReactiveObjC/RACValueTransformer.m; sourceTree = ""; }; + BB6EF68747645B634C7A67CA98A42BB5 /* Sparkle-copy-dsyms.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Sparkle-copy-dsyms.sh"; sourceTree = ""; }; + BB8367FF47DE19159DCAE0DA91FFFF5F /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; + BBB1BC03F8D20BF11FA9A90365E0CF01 /* NSObject+MJKeyValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJKeyValue.m"; path = "MJExtension/NSObject+MJKeyValue.m"; sourceTree = ""; }; + BC871A19C3776780E99434A9EEF838F8 /* ReactiveObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactiveObjC-dummy.m"; sourceTree = ""; }; + BCCEF41D2367E1932BC96DDC7881AFCE /* AFNetworking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.debug.xcconfig; sourceTree = ""; }; + BD08DCCE7469B7BF1352FDFDAFCE10CF /* JLRoutes-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLRoutes-umbrella.h"; sourceTree = ""; }; + BD9B1690DED4E53FE92A7F6F35621287 /* MASDictionaryTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASDictionaryTransformer.m; path = "Framework/User Defaults Storage/MASDictionaryTransformer.m"; sourceTree = ""; }; + BE463CA9A9647737B3903A748F7E15E4 /* NSObject+RACDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDescription.m"; path = "ReactiveObjC/NSObject+RACDescription.m"; sourceTree = ""; }; + BF4CE534CCF5819C347091A6E8BDBCCE /* RACKVOChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOChannel.h; path = ReactiveObjC/RACKVOChannel.h; sourceTree = ""; }; + BF599642EB706982A04F766A48FE72E4 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; + BF792B6492F8138846D0C4185809F240 /* RACSubscriptionScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptionScheduler.m; path = ReactiveObjC/RACSubscriptionScheduler.m; sourceTree = ""; }; + BF8BFDE001842774C47A89430AD32224 /* ReactiveObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.debug.xcconfig; sourceTree = ""; }; + C0ACD13087DA2051F86CF25EDF02DA72 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; + C0B2E6D45ADD011B02D5E9AF6C77A705 /* MASPreferences.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MASPreferences.modulemap; sourceTree = ""; }; + C0C9BF5C882E17CBDEF87C894B40A189 /* CocoaLumberjack-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-prefix.pch"; sourceTree = ""; }; + C17D2C88EF111074FC1636A9682AB581 /* DDTTYLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = Sources/CocoaLumberjack/DDTTYLogger.m; sourceTree = ""; }; + C2175AB4C14A17E8DBF37785E43A045E /* MJFoundation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJFoundation.m; path = MJExtension/MJFoundation.m; sourceTree = ""; }; + C222F87BB6826FF3A6B103A3117AE730 /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; C261436D14052AE3C35F240BCD155CAC /* CocoaLumberjack */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CocoaLumberjack; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C27A9DAAE9A7F5467D03F126E88D5F44 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - C2963881CA8639C8196C958F61182D93 /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; - C39B75A5FC664A79EA8520671DC4FF6F /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; - C429D95155C76857767D48042F41493B /* SPUDownloaderDeprecated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderDeprecated.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderDeprecated.h; sourceTree = ""; }; - C4818B0C24F4BAFC0FA01EA457E0C566 /* NSObject+FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+FBKVOController.h"; path = "FBKVOController/NSObject+FBKVOController.h"; sourceTree = ""; }; - C4FC6C317085D6A428D1DBC405C66DB1 /* 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 = ""; }; - C54D42FFF15F3D2820CC044D9A1F31AA /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; - C5FF9964111D3B50C65004BACF114AED /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; - C608F63B3F0B8D00C1C7E707880E2CFA /* DDLog+Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DDLog+Combine.swift"; path = "Sources/CocoaLumberjackSwift/DDLog+Combine.swift"; sourceTree = ""; }; - C62FC560E26CACC033E1098E6F243372 /* NSUserDefaults+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+RACSupport.m"; path = "ReactiveObjC/NSUserDefaults+RACSupport.m"; sourceTree = ""; }; - C692CC96C317F86F09B500915F0E4160 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - C6E9C3CFDF7C7CB102C80A3E4316D2EE /* NSObject+RACKVOWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACKVOWrapper.h"; path = "ReactiveObjC/NSObject+RACKVOWrapper.h"; sourceTree = ""; }; - C6FC0711BD96E6E0654250995B1A11AD /* DDAssert.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAssert.swift; path = Sources/CocoaLumberjackSwift/DDAssert.swift; sourceTree = ""; }; - C7593CD277AFCAE2F47C1AF9F4E81AD6 /* NSObject+RACAppKitBindings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACAppKitBindings.m"; path = "ReactiveObjC/NSObject+RACAppKitBindings.m"; sourceTree = ""; }; - C7BF71F790E445079B776ED9C5F28096 /* RACTargetQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTargetQueueScheduler.h; path = ReactiveObjC/RACTargetQueueScheduler.h; sourceTree = ""; }; - C810D1CE72DE13201D6676A48C1F5663 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; - C817DE4D2118CF94A8E8C6BADCDC6A30 /* mz_strm_buf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_buf.c; path = SSZipArchive/minizip/mz_strm_buf.c; sourceTree = ""; }; - C82DE15CDD336E8170D42D13B290EE14 /* RACDynamicSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSignal.h; path = ReactiveObjC/RACDynamicSignal.h; sourceTree = ""; }; - C8B004D078688E9B59CB79906CA2289B /* MASPreferencesWindowController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASPreferencesWindowController.m; path = Framework/MASPreferencesWindowController.m; sourceTree = ""; }; - C8D861BBA12281368CAD9AF47DE41A3B /* RACCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCommand.m; path = ReactiveObjC/RACCommand.m; sourceTree = ""; }; + C2AFAB93615753004172C02DFD7E0EDA /* DDASLLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = Sources/CocoaLumberjack/DDASLLogger.m; sourceTree = ""; }; + C3071F43961E26E7AB4B75C0F432BE58 /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = ""; }; + C34B254399E2C87BA33C46A1E6D67A51 /* SSZipArchive-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-umbrella.h"; sourceTree = ""; }; + C3CEDD8B26474CA11EE70F04A589404B /* RACReturnSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReturnSignal.m; path = ReactiveObjC/RACReturnSignal.m; sourceTree = ""; }; + C41B134A2D7DA30DD7B0FCFCB0FA0C09 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; + C422FCBE1444BAA5B013ACF8C2B52DAA /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h; sourceTree = ""; }; + C458CF275116FAECD38C773CE9453C49 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; + C4963F661B4B843765DA415C02F225E9 /* NSUserDefaults+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+RACSupport.m"; path = "ReactiveObjC/NSUserDefaults+RACSupport.m"; sourceTree = ""; }; + C4BF3F2D73F70815111987D4CF760707 /* DDLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLog.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog.h; sourceTree = ""; }; + C53C50FF9C6BC143FC6DDEAFF8C6821C /* MASShortcut-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MASShortcut-dummy.m"; sourceTree = ""; }; + C53C69754E1A847202EFD2940DF79AB1 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; + C541ACDC50D9FFF1CF6C97DEBCA8C3D8 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + C5FF58CF2ACD9F8E468CC93EE96EE7A9 /* NSDictionary+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+RACSequenceAdditions.h"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.h"; sourceTree = ""; }; + C60A1B3007FB60DB85962874C2E0CBF4 /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; + C61EB377CEDD00BEDA29B1F839C717C1 /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; + C628921959EE4F6AEE21F9CD228BE561 /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; + C71B3F9996F6DF1106CF326D97F8C0EB /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; + C737832F5A9F9AD64F2622C28785B944 /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; C8E61EFEF1366E6507B4B358630ADC4D /* Pods-Easydict-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Easydict-dummy.m"; sourceTree = ""; }; - C974E5F94DDEE1A2C3C9F6A58414E4F8 /* SUCodeSigningVerifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUCodeSigningVerifier.h; path = Sparkle.framework/Versions/A/Headers/SUCodeSigningVerifier.h; sourceTree = ""; }; - C9D44997835B367AB52E5CE82DF50B4C /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; - C9D53E988CD107B608414F24BD0ABECF /* NSObject+RACLifting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACLifting.m"; path = "ReactiveObjC/NSObject+RACLifting.m"; sourceTree = ""; }; - CA0BF38A7900510AAF1AD9DFDC664053 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = Resources/ko.lproj; sourceTree = ""; }; - CA386BD465A6AEBCDFAD60202B79BBB6 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h; sourceTree = ""; }; - CA7BEB29E23ACE24AD770FF93263DD37 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - CB11DA8D34DA83F9384D902B730ADF23 /* AppCenterAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenterAnalytics.xcframework; path = "AppCenter-SDK-Apple/AppCenterAnalytics.xcframework"; sourceTree = ""; }; - CB27A8B60D2C175CD5B663BCA899DE6F /* RACImmediateScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACImmediateScheduler.m; path = ReactiveObjC/RACImmediateScheduler.m; sourceTree = ""; }; - CB434F93B7304EB9522FB1BCD421C4D7 /* GULNetworkInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInfo.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULNetworkInfo.h; sourceTree = ""; }; - CC7243B9CB85F1A5C529A207BDFE823A /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; - CCBEECB5565FDB3A076F660E68E43C92 /* NSDictionary+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+RACSequenceAdditions.h"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.h"; sourceTree = ""; }; - CD1FD07A0113AB54F8750853EFCD445B /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; - CDD55BF945CF0B42F3742101E076BD68 /* RACKVOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOProxy.h; path = ReactiveObjC/RACKVOProxy.h; sourceTree = ""; }; - CE1077773AE27576A3D4EEDC526749C8 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - CEAAA4F8ECA67EFDDD3F0935CCD007ED /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - CF807DEC45A1A31C78BBAE2FCBC3470F /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; - CFA30B391FE978C757D94D8AF68772C6 /* MASShortcut-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASShortcut-umbrella.h"; sourceTree = ""; }; - CFE44B7094750A04489AD4AA2CFD6006 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; - D0040D96ABDCFEA5C45B17BBB538952D /* FIRHeartbeatLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatLogger.m; path = FirebaseCore/Sources/FIRHeartbeatLogger.m; sourceTree = ""; }; - D0955F7AF1C5231D9E00543EA914A08D /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; - D1A230E3F737886FF80F1A39B6DC1865 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = Resources/nl.lproj; sourceTree = ""; }; - D1CFFE7DF1A34EE1BE9E661E4372A0A9 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - D26747C99ECACA94F4EDA45F6F66252B /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; - D2773FEEEB6440AA2947792EB087E3ED /* NSObject+RACLifting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACLifting.h"; path = "ReactiveObjC/NSObject+RACLifting.h"; sourceTree = ""; }; - D291247DDF89DAC6C083FB90F5E3E3E3 /* RACGroupedSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACGroupedSignal.m; path = ReactiveObjC/RACGroupedSignal.m; sourceTree = ""; }; - D324BB250963B6810FBA4B55A0CECA0E /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; - D32BFE064F15D514528CF5A9BD96FBEF /* mz_strm_buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_buf.h; path = SSZipArchive/minizip/mz_strm_buf.h; sourceTree = ""; }; - D376871B40EABA61816AD9824897288C /* SPUURLRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUURLRequest.h; path = Sparkle.framework/Versions/A/Headers/SPUURLRequest.h; sourceTree = ""; }; - D42199E73DF4DB7A35EF58605866EDE6 /* NSObject+RACDeallocating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDeallocating.h"; path = "ReactiveObjC/NSObject+RACDeallocating.h"; sourceTree = ""; }; - D45DD11CC0A93DF68A8D1DD67F651D18 /* FirebaseInstallations.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstallations.modulemap; sourceTree = ""; }; - D5F40B815F40665078ACDC59A41F13F2 /* RACEmptySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySequence.h; path = ReactiveObjC/RACEmptySequence.h; sourceTree = ""; }; - D62D40C6C75B551CA8C7D8FF03EA2C4B /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; - D64EFE86080FE35D31954E81852B3CC2 /* MASPreferences.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASPreferences.debug.xcconfig; sourceTree = ""; }; - D681B4898092DE238049652B3120B5C2 /* DDFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = Sources/CocoaLumberjack/DDFileLogger.m; sourceTree = ""; }; - D69F629F750BC963DA5CF1B03A00ED1E /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; - D6E845CB3578C2419833D5CB7F2B05C2 /* MASDictionaryTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASDictionaryTransformer.m; path = "Framework/User Defaults Storage/MASDictionaryTransformer.m"; sourceTree = ""; }; - D77ED9A3F892685147022FF757CE743C /* MASShortcutView+Bindings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASShortcutView+Bindings.h"; path = "Framework/UI/MASShortcutView+Bindings.h"; sourceTree = ""; }; - D7EDA2A9E8A3B57B7A49860AEE1EFB14 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; - D818BB3BCA6CFE806D43F54E3B1F2BD6 /* NSObject+MJKeyValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJKeyValue.m"; path = "MJExtension/NSObject+MJKeyValue.m"; sourceTree = ""; }; - D82E3035747EE46A4BEF82202D0073D3 /* NSFileHandle+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSFileHandle+RACSupport.h"; path = "ReactiveObjC/NSFileHandle+RACSupport.h"; sourceTree = ""; }; - D8AC21865C174FEED6CBAAF4D862F93D /* RACReturnSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReturnSignal.h; path = ReactiveObjC/RACReturnSignal.h; sourceTree = ""; }; - D918EEEBDE3EA7004F52F151FF1085BF /* FirebaseCoreInternal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-prefix.pch"; sourceTree = ""; }; - D9508C79D7F05540A46238A4ABC0BE59 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h; sourceTree = ""; }; - D96D9C6D50D56A126382A4E4A27237A3 /* FIRCurrentDateProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCurrentDateProvider.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m; sourceTree = ""; }; - DA0604D363A69F1C46CFA227A05A90A2 /* RACSignal+Operations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSignal+Operations.h"; path = "ReactiveObjC/RACSignal+Operations.h"; sourceTree = ""; }; - DB14802F7C3C18D6ACBC51B3B56BAAC2 /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; - DB1A57FF259A6C853D11518D05B28ED3 /* HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift; sourceTree = ""; }; - DCA614ED9A6325629972AEBC943127C6 /* NSObject+FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+FBKVOController.m"; path = "FBKVOController/NSObject+FBKVOController.m"; sourceTree = ""; }; - DCA890AC0D6DDA2F07E49194B95A47C7 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - DD30DED7E7074BE67BBBE663E28096AF /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; - DD8406349CEC534BE704666F8AE7F709 /* NSUserDefaults+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+RACSupport.h"; path = "ReactiveObjC/NSUserDefaults+RACSupport.h"; sourceTree = ""; }; - DD8D7ADA187BC0DA6588F2F8FBEB926F /* NSString+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+MJExtension.m"; path = "MJExtension/NSString+MJExtension.m"; sourceTree = ""; }; - DDE0288AE46F27E165C75CC2336850CF /* MASPreferencesWindow.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = MASPreferencesWindow.xib; path = en.lproj/MASPreferencesWindow.xib; sourceTree = ""; }; - DE115E5BA5C069F5DDE76601FAA40E4A /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; - DE226362BBE06FEF5199A28E4DA4CB50 /* AppCenter.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenter.xcframework; path = "AppCenter-SDK-Apple/AppCenter.xcframework"; sourceTree = ""; }; - DE22E4C55139B16215D61B061E623DF4 /* cs.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = cs.lproj; path = Resources/cs.lproj; sourceTree = ""; }; - DE51C154628D199BCD5961FC31AE0A19 /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; - DECA25623C0320D7DFB5CDD9609F0D61 /* mz_strm_wzaes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_wzaes.h; path = SSZipArchive/minizip/mz_strm_wzaes.h; sourceTree = ""; }; - DF07CD021B9056998130FB5232CA0ACF /* mz_crypt_apple.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt_apple.c; path = SSZipArchive/minizip/mz_crypt_apple.c; sourceTree = ""; }; - DF4959A09CD2521953A6E8FD2DC59DAC /* MASShortcut-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MASShortcut-Info.plist"; sourceTree = ""; }; - DF4AEEA89DCD9070542C437AB447CD63 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; - DF6B63715E28446922CAB5BF739772E4 /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; - DF7E9879B800C63B041ACA5574B1E891 /* MJExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-umbrella.h"; sourceTree = ""; }; - E02A828EDE371B55EE166D5676ED5425 /* RACQueueScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACQueueScheduler+Subclass.h"; path = "ReactiveObjC/RACQueueScheduler+Subclass.h"; sourceTree = ""; }; - E0A2420D9CBD471DB8146950DC814F94 /* RACUnarySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnarySequence.m; path = ReactiveObjC/RACUnarySequence.m; sourceTree = ""; }; - E0A4232C06652C882E6BD87210BA8BCF /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; - E18AC1F92B116E3E60652384E606BDAC /* JLRoutes-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLRoutes-umbrella.h"; sourceTree = ""; }; + C8F32C12CAF2099498C4EC43743F16DB /* SwiftLogLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftLogLevel.h; path = Sources/CocoaLumberjackSwiftSupport/include/CocoaLumberjackSwiftSupport/SwiftLogLevel.h; sourceTree = ""; }; + C92AA3B32FE450191A39C3467ED52F84 /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; + C9AE494AF363E50EB2867C25AD3624D0 /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; + CA1722A4A8AFDE544795CCD44D4675EE /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; + CA487D8BC512545D170F148A39EC8EC1 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + CA48F53B8E696B504B9729AF1EA2BA25 /* NSSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.h"; sourceTree = ""; }; + CA4C3BC4FCC2FF3332D9AFF24E3F87F3 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = Resources/ja.lproj; sourceTree = ""; }; + CB356DC2F6B8565FB55FD226D039FC62 /* GULURLSessionDataResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULURLSessionDataResponse.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h; sourceTree = ""; }; + CB8A3335A3C3BA9BEB2F6E1E4B233B81 /* RACTargetQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTargetQueueScheduler.m; path = ReactiveObjC/RACTargetQueueScheduler.m; sourceTree = ""; }; + CB935EF81E6436753D4C5BD04A8CAF43 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; + CBA8DB6C9274D3F9A904AFEF620B6007 /* RACSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriber.m; path = ReactiveObjC/RACSubscriber.m; sourceTree = ""; }; + CBBCF9ED18668ED70452FB89792E3EA7 /* MASShortcutView+Bindings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MASShortcutView+Bindings.m"; path = "Framework/UI/MASShortcutView+Bindings.m"; sourceTree = ""; }; + CBE9305D5D3D5B335957A7E2DF3EC0B5 /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; + CC4314246FC626734E85B63C723FA710 /* NSInvocation+RACTypeParsing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInvocation+RACTypeParsing.m"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.m"; sourceTree = ""; }; + CD778A3C51C8DA831EE6A688A7C95365 /* CocoaLumberjack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.release.xcconfig; sourceTree = ""; }; + CE08B592BA26D0C7D20ADD46F68D0514 /* RACDynamicSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSequence.h; path = ReactiveObjC/RACDynamicSequence.h; sourceTree = ""; }; + CE6295D17F5E337EBC792A9857B03D32 /* RACBehaviorSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBehaviorSubject.m; path = ReactiveObjC/RACBehaviorSubject.m; sourceTree = ""; }; + CE7CF71AA15FF96641D3C75BD3A7175C /* RACMulticastConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACMulticastConnection.h; path = ReactiveObjC/RACMulticastConnection.h; sourceTree = ""; }; + CE856ACC80F096BD4F238C016F6C949A /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + CF12965A530CCED18459EE96D68ADC0A /* KVOController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KVOController.modulemap; sourceTree = ""; }; + CF6920BC39327A81EDDBF224B60182C2 /* FirebaseCoreInternal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-prefix.pch"; sourceTree = ""; }; + CFDADC5BB855150A19290E1B218A5187 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; + D095358F140BD3989F168D5972E4CB88 /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; + D0D258C59EBF01837F9814BFC627708E /* NSFileHandle+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSFileHandle+RACSupport.h"; path = "ReactiveObjC/NSFileHandle+RACSupport.h"; sourceTree = ""; }; + D1520B8B7428274B5806B3E72D2B36EA /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; + D163FDD1B558E63DE884AB82772B3BF9 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = Resources/es.lproj; sourceTree = ""; }; + D1CA8EC9B89F69A56B3764C7BBB69C8C /* NSObject+MJCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJCoding.h"; path = "MJExtension/NSObject+MJCoding.h"; sourceTree = ""; }; + D1CB75F2E99554F034FE568FB001ACC3 /* SPUURLRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUURLRequest.h; path = Sparkle.framework/Versions/A/Headers/SPUURLRequest.h; sourceTree = ""; }; + D204FF4A66E13434DF38C8CDE384CDA2 /* CLIColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CLIColor.m; path = Sources/CocoaLumberjack/CLI/CLIColor.m; sourceTree = ""; }; + D2F35D6C8E8BD884AEAE243B2C8D5F48 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; + D343F407C96A8BB06B6E6E7F6487613C /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + D39D19A446F112B7C5289EB57FEA1E2D /* RACStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStream.h; path = ReactiveObjC/RACStream.h; sourceTree = ""; }; + D3AC3423C785239B3C245FD145A93709 /* SUVersionComparisonProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUVersionComparisonProtocol.h; path = Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h; sourceTree = ""; }; + D41925A270C555B7F208323C8B98E8D6 /* NSObject+RACDeallocating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDeallocating.h"; path = "ReactiveObjC/NSObject+RACDeallocating.h"; sourceTree = ""; }; + D438035AA21542136BE5990CEFA21202 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; + D48DC869F7778DA39953454958121E2D /* FirebaseCoreInternal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.release.xcconfig; sourceTree = ""; }; + D4B501E49B179CF2D976DDA89205E290 /* mz_crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_crypt.h; path = SSZipArchive/minizip/mz_crypt.h; sourceTree = ""; }; + D512681C0AA0A400A586AC7CC7019E0D /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; + D59B72061F0C795D44B8B24A76AAF97E /* HeartbeatStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatStorage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift; sourceTree = ""; }; + D5B8BB47332295D476E796B44FABF0B8 /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; + D654EC3EE914CED4B6C7283389AAE57C /* MJPropertyType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyType.m; path = MJExtension/MJPropertyType.m; sourceTree = ""; }; + D657A3525078E4AE22C81B0817E0BCFC /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; + D6793E75B8262FD75ADBFF70566C7227 /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; + D70326C462F56D62D0392DA23F3AEC03 /* DDContextFilterLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDContextFilterLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDContextFilterLogFormatter.h; sourceTree = ""; }; + D708F367A9BF5559F8E32F3DD113C7B7 /* ReactiveObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactiveObjC.modulemap; sourceTree = ""; }; + D7156E5D2ABE26661D1AFF685F0F9318 /* AppCenter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.debug.xcconfig; sourceTree = ""; }; + D74602F85D5C0DB77A9E90BB424798B2 /* mz_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_compat.h; path = SSZipArchive/minizip/mz_compat.h; sourceTree = ""; }; + D7A4FE8A777EAF0D38808DAB709412CF /* JLRoutes.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JLRoutes.modulemap; sourceTree = ""; }; + D7B1C940996703033A73BE58AD54ECB5 /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; + D7C5F94E174C508072C4E58862AEB595 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; + D8AB5962AFA18EB37DC037D1E0CCED3A /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h; sourceTree = ""; }; + D8F0219016AB4A36AAAF4B2E6940E6CD /* NSControl+RACTextSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSControl+RACTextSignalSupport.h"; path = "ReactiveObjC/NSControl+RACTextSignalSupport.h"; sourceTree = ""; }; + DADDA26FCE04729DD95BC53E9BE728B5 /* NSControl+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSControl+RACCommandSupport.m"; path = "ReactiveObjC/NSControl+RACCommandSupport.m"; sourceTree = ""; }; + DB8642AA1B0F69006926C5261D52EDE2 /* RACSignalSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignalSequence.m; path = ReactiveObjC/RACSignalSequence.m; sourceTree = ""; }; + DB92D2B8B64A1DDFB9EB37D05CA928FC /* PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesObjC-Info.plist"; sourceTree = ""; }; + DCD032F5C98F2C5606E635EF3F74C9CA /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; + DE407F25B002C0A3BF90EEC037B09BCD /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; + DE46FE3213AB0C7F3966BF5E13A243B8 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; + DEB804EFCC4BF4D4F2F08CDC17108858 /* MJPropertyKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyKey.m; path = MJExtension/MJPropertyKey.m; sourceTree = ""; }; + DEF3CD5C60EF3A8E37CEE79315A984EF /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; + DF4E5A3A4936F5AADDA17D5D17BACFBC /* NSText+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSText+RACSignalSupport.m"; path = "ReactiveObjC/NSText+RACSignalSupport.m"; sourceTree = ""; }; + DF8EA64480E422C360961E1144C10003 /* HeartbeatLoggingTestUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatLoggingTestUtils.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatLoggingTestUtils.swift; sourceTree = ""; }; + DFFB77922F4A1F972D9060C9C9C9AF02 /* SPUDownloadData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloadData.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloadData.h; sourceTree = ""; }; + E0AB6323A3B9F9FC20B53F1C455F6752 /* MASShortcutView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutView.m; path = Framework/UI/MASShortcutView.m; sourceTree = ""; }; + E0D3ECFED462ABA37249B41F340769A8 /* SPUDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloader.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloader.h; sourceTree = ""; }; + E20765094E8DAA7ECB6186CAEE21BB60 /* FirebaseCoreInternal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-umbrella.h"; sourceTree = ""; }; + E22D14539E9436A17F56B2A810CF1926 /* NSObject+MJKeyValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJKeyValue.h"; path = "MJExtension/NSObject+MJKeyValue.h"; sourceTree = ""; }; + E2395D2C9456CD1F598E1CBC11BC06BE /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = Resources/pl.lproj; sourceTree = ""; }; + E29745CC6C04972A1D37500338E97FC4 /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = Sources/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = ""; }; + E2A7ED635948E958F086B6FF2541909F /* Masonry.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.debug.xcconfig; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCore; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E40E14672B7BB01AA667C81FED6350FD /* NSObject+MJCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJCoding.m"; path = "MJExtension/NSObject+MJCoding.m"; sourceTree = ""; }; - E46D39EB4129D855795205397B1A973A /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; - E4A8E9C8EF06B96F4454BE05366B5640 /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; - E4BF757DA63584309210C2D5EF05F05A /* MASPreferences.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASPreferences.release.xcconfig; sourceTree = ""; }; - E4C876BBDFFCC8E242C2D787D64930F3 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; - E4FDD3EE6656EA062E9EB637293565DE /* RACUnit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnit.m; path = ReactiveObjC/RACUnit.m; sourceTree = ""; }; - E54FE0A63CC46B4FBED25859050D6749 /* NSObject+RACSelectorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACSelectorSignal.m"; path = "ReactiveObjC/NSObject+RACSelectorSignal.m"; sourceTree = ""; }; - E56EF7E4DD8AE08AD92C799D9D0CFFED /* CocoaLumberjack-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-prefix.pch"; sourceTree = ""; }; - E57E60D24A5E8C5E0F7773497BC05DE3 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - E5BCFE7DE96633BF84634ACC6FB0E287 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; - E5CCFF5E1DF175F6B9966A223ED6548C /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; - E5E06B1F981B0B49237E888A30E04CBC /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; - E6938D9239DB2FED3A511FCB513011DD /* RACUnarySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnarySequence.h; path = ReactiveObjC/RACUnarySequence.h; sourceTree = ""; }; - E6B3D4EA73D5A0CCA855822FA3CB86F8 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; - E6C6A6CCB14A59D0CB9C168D5FFA2AB9 /* HeartbeatsBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsBundle.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift; sourceTree = ""; }; - E6FFF2AD3B27AF3BF35739E74B9ED8D4 /* SUVersionDisplayProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUVersionDisplayProtocol.h; path = Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h; sourceTree = ""; }; - E7AACACFDD7628C0A8802A8C9F7F6854 /* FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBKVOController.h; path = FBKVOController/FBKVOController.h; sourceTree = ""; }; - E7BE19C05FA3AD44477EFC2CAA15E134 /* MASShortcut.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASShortcut.debug.xcconfig; sourceTree = ""; }; - E7CC32758D1E7F643338C040FFF69314 /* DDASLLogCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogCapture.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogCapture.h; sourceTree = ""; }; - E7E5277A4FDD89A082E9940B2F2CAF1E /* GULNetworkInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkInfo.m; path = GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m; sourceTree = ""; }; - E7F847CA77DE931B3B162F5B015AA563 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - E894EDB77310EE052C26DB0490838DC6 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h; sourceTree = ""; }; - E896C6944F10D199BFF3C021F0783F15 /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; - E89EB3A7CE3EB1AD6B7F93080F9FDA5D /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - E8A0DA3BA5D94817B6731BD3780A89F8 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - E9592910EA5737E88A4D12C3E092CE33 /* JLRRouteRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteRequest.h; path = JLRoutes/Classes/JLRRouteRequest.h; sourceTree = ""; }; - E9F4CDFA66A1A9CB815B78685C515F23 /* RingBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RingBuffer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift; sourceTree = ""; }; - E9FFAE4DD0D1798C423D53218DCB0C4B /* SSZipArchive-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SSZipArchive-dummy.m"; sourceTree = ""; }; - EA3947C9FC78598CE5311E93E732D6A1 /* MASShortcutView+Bindings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MASShortcutView+Bindings.m"; path = "Framework/UI/MASShortcutView+Bindings.m"; sourceTree = ""; }; - EA89BF9CEF223C760438C356190DFA48 /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; - EAB0321FC38DDACD9430768721E33047 /* DDASLLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = Sources/CocoaLumberjack/DDASLLogger.m; sourceTree = ""; }; - EB2F6558FC599D83AA488A03326C2C57 /* NSSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.m"; sourceTree = ""; }; - EBA72D16C27253E221FD652204BBEA08 /* FirebaseAnalytics-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "FirebaseAnalytics-xcframeworks.sh"; sourceTree = ""; }; - EBEC6C177527EEBC6F75B2E069717F84 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + E2D0E5EB6A754865357285C9435A05D2 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; + E39136CD44C88B45976196E8D0D5FC50 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; + E4017CBA53BEED387AB8151BAAD76B7C /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h; sourceTree = ""; }; + E414749DA1B41A7087909D60A80C4D05 /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; + E46780643C2964561A52B1495E348FB3 /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; + E49CD5F9E318984938AD8E5215AE92BF /* KVOController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-umbrella.h"; sourceTree = ""; }; + E55342EB69BA725C58EF3947345D608D /* DDDispatchQueueLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDDispatchQueueLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDDispatchQueueLogFormatter.h; sourceTree = ""; }; + E60C0BB85C2FD457DA7179C1EF592A9F /* RACScopedDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScopedDisposable.h; path = ReactiveObjC/RACScopedDisposable.h; sourceTree = ""; }; + E64FB39DC177B67C1828D3C9B2D43DAC /* NSUserDefaults+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+RACSupport.h"; path = "ReactiveObjC/NSUserDefaults+RACSupport.h"; sourceTree = ""; }; + E660398AA51A37D27BB0F4E60D4D6E9D /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; + E66EC96CCF759FABF9512A8A9BCD14CC /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; + E693BE26D7B8C1D4850930766AEF55AE /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; + E6E00D7077E3FB518E2D3E55E7D63E3B /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; + E77858EF5867EE1E35F186DC62BD1D22 /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; + E78A5929CC321AA2E0CD4BAFDAD2AF6D /* NSURLSession+GULPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+GULPromises.h"; path = "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h"; sourceTree = ""; }; + E7A734F556BD2DA269D6B92162BF9FF7 /* MJExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJExtension-dummy.m"; sourceTree = ""; }; + E7C3A3906F1A012B5CD61FB125B0DC52 /* FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBKVOController.h; path = FBKVOController/FBKVOController.h; sourceTree = ""; }; + E7CF623C0C293C49173B977984BCEB3A /* mz_crypt_apple.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt_apple.c; path = SSZipArchive/minizip/mz_crypt_apple.c; sourceTree = ""; }; + E8B21EB38FD9C94E43E486388AB6817C /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; + E90D8672993E6A9A5E41AF546D36612F /* MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJProperty.h; path = MJExtension/MJProperty.h; sourceTree = ""; }; + E942C37D1AD49103CC1F85C7E888BD1B /* FIRCurrentDateProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCurrentDateProvider.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m; sourceTree = ""; }; + E9C2F57A756FE7202EDF2020F4F379C4 /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; + EA41F630B811EE7C802FC50E9812A3D3 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; + EAA6CC7099EE00E5A714315CB5CB5340 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; + EAC69C6F5D0AC6D84993AAA51BDC059C /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; + EB477720F1EBA7C121E4F9DBA1396660 /* NSString+RACKeyPathUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACKeyPathUtilities.h"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.h"; sourceTree = ""; }; + EB5F43A5EC59EBACC04198CA5030ABC1 /* mz_strm_wzaes.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_wzaes.c; path = SSZipArchive/minizip/mz_strm_wzaes.c; sourceTree = ""; }; EC1593A1F97BA88082A1FD823C19FA63 /* Pods-Easydict-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Easydict-frameworks.sh"; sourceTree = ""; }; - EC2BFE7875C93E6A7520AF71A8E81224 /* DDLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = Sources/CocoaLumberjack/DDLog.m; sourceTree = ""; }; - ECAD946A66E4DBE0D3D152A4CC6B030E /* SSZipArchive-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SSZipArchive-Info.plist"; sourceTree = ""; }; - ECAF94A568C2CA0CDCBB697F4BC65A09 /* MASDictionaryTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASDictionaryTransformer.h; path = "Framework/User Defaults Storage/MASDictionaryTransformer.h"; sourceTree = ""; }; - ECC42B77F22A4FAC0F14BECC17F2D493 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - ECF70A0BE8C110BB4DE677A64D421514 /* DDLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLog.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog.h; sourceTree = ""; }; - ED2C0B4B62350FF3EB9050D523713BC0 /* DDContextFilterLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDContextFilterLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDContextFilterLogFormatter.m; sourceTree = ""; }; - ED422E7821D02C75B43491A9A6762D11 /* MASPreferences.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MASPreferences.modulemap; sourceTree = ""; }; - EDC291D486AC9F57BD9CFAE23C303442 /* JLRoutes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLRoutes.debug.xcconfig; sourceTree = ""; }; - EE127B6C70B1A50822390767F5F61DA5 /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; - EE84D325B61A60B154653531825F4A23 /* JLRoutes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLRoutes.release.xcconfig; sourceTree = ""; }; - EEF0D8851906AA1AD00870E7B34E319D /* RACTupleSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTupleSequence.m; path = ReactiveObjC/RACTupleSequence.m; sourceTree = ""; }; - EF63453F7F524143B9C2FF825A2E9081 /* CocoaLumberjack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.debug.xcconfig; sourceTree = ""; }; - EF90EE1FB7DFF86C1D90DF9BF3DB175A /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; - EFD4B5F68F8162AD5C483B013333F6BF /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h; sourceTree = ""; }; - F017E6083366639EF51E81E516C374DD /* RACScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScheduler.m; path = ReactiveObjC/RACScheduler.m; sourceTree = ""; }; - F069BC46B8FAE3816234EAC9BB593EC6 /* NSOrderedSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSOrderedSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.h"; sourceTree = ""; }; - F075F80FCEBF53EE0BFC2B7EC564C98A /* mz_strm_split.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_split.h; path = SSZipArchive/minizip/mz_strm_split.h; sourceTree = ""; }; - F1407A6043964AF157C57CD8BEF4FAE2 /* MJPropertyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyType.h; path = MJExtension/MJPropertyType.h; sourceTree = ""; }; - F184BB92275B615F76811095F84C5631 /* RACEXTRuntimeExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEXTRuntimeExtensions.m; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.m; sourceTree = ""; }; - F19503543D98FCE9606C4E53F2E97D92 /* mz.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz.h; path = SSZipArchive/minizip/mz.h; sourceTree = ""; }; - F23A9C2081430DF95EE41E0A8FDFDFB8 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - F244D89ED5189A8631AF0E89B7692A31 /* RACTupleSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTupleSequence.h; path = ReactiveObjC/RACTupleSequence.h; sourceTree = ""; }; - F2E455D88CEB7C869CC4AC99C14B31C1 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; - F2EECE03D668B32AFB461BEC254DB5D0 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - F31F9CDD8C46A3C6D388A2579A3BACB4 /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "Resources/zh-Hant.lproj"; sourceTree = ""; }; - F3A25E893BD5CF0BAE84298AFF81D540 /* RACPassthroughSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACPassthroughSubscriber.h; path = ReactiveObjC/RACPassthroughSubscriber.h; sourceTree = ""; }; - F4AD45C0F6C51E739D9C509C5705BC97 /* RACDynamicSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSequence.h; path = ReactiveObjC/RACDynamicSequence.h; sourceTree = ""; }; - F4BCE525F4472559F604C5EF5786F837 /* RACSubscriptingAssignmentTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptingAssignmentTrampoline.h; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.h; sourceTree = ""; }; - F550B61BB4E29F3113D0D2A5D79F4C8C /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; - F629F9B6D8ED4244246E427319DF0570 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; - F636944A74F622B90FAC958211D5598E /* RACStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStream.h; path = ReactiveObjC/RACStream.h; sourceTree = ""; }; - F63DC8FBD9CD3354A0CB406F7C8CA242 /* DDMultiFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMultiFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDMultiFormatter.m; sourceTree = ""; }; - F6FD359E25C31601BE2E31F52CB0975A /* MASPreferences-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASPreferences-umbrella.h"; sourceTree = ""; }; - F71DCDD3E78B600A74D27AE8F872368E /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; - F7AFEB70A3B71843712DE08519931DA1 /* WeakContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WeakContainer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/WeakContainer.swift; sourceTree = ""; }; - F81D6477A4B626098DFFA0EEC7C52F05 /* RACSignal+Operations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RACSignal+Operations.m"; path = "ReactiveObjC/RACSignal+Operations.m"; sourceTree = ""; }; - F85464698533F6FB7A256FFFA95FE2E8 /* RACSubscriptionScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptionScheduler.m; path = ReactiveObjC/RACSubscriptionScheduler.m; sourceTree = ""; }; - F8865B3939C1741E8AB37A2121E3A6E2 /* NSObject+RACPropertySubscribing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACPropertySubscribing.h"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.h"; sourceTree = ""; }; - F8CC32EB43ADEE9B8C468B7CB4C77BAA /* GoogleAppMeasurement-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "GoogleAppMeasurement-xcframeworks.sh"; sourceTree = ""; }; - F9C0D5D55523B1544D16094C99BDAD88 /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = Resources/it.lproj; sourceTree = ""; }; - F9F4A84A93FF57F08A5CE173C0CF5DDC /* MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJProperty.m; path = MJExtension/MJProperty.m; sourceTree = ""; }; + EC54CC8C9257CD3F90AB4641C3C74280 /* DDASLLogCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogCapture.m; path = Sources/CocoaLumberjack/DDASLLogCapture.m; sourceTree = ""; }; + EC6A6ED9581822249008C2D236A4D702 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h; sourceTree = ""; }; + EC9DE82F7AE6B382F7601667F02743F0 /* JLRRouteResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteResponse.h; path = JLRoutes/Classes/JLRRouteResponse.h; sourceTree = ""; }; + ED01A2FAA372444911D4C8B407C1B927 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; + ED43EC7574843F4999A91CA8A25908AB /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; + EE8129C9E6D22E7B9B3579EECBC1E605 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; + EEA8379139998EE02E3226C8D88696A8 /* RACQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACQueueScheduler.m; path = ReactiveObjC/RACQueueScheduler.m; sourceTree = ""; }; + EEE28DC923B30AB4043C26F84C34B0E5 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h; sourceTree = ""; }; + EEEADA72724E304B319782E1557B5BDD /* RACTargetQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTargetQueueScheduler.h; path = ReactiveObjC/RACTargetQueueScheduler.h; sourceTree = ""; }; + EF732C8CEE6AEE702C2AC90788417241 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; + EF9B9CA9D2B51683AE8C3F3F49DC07D6 /* MASShortcutValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutValidator.m; path = Framework/Model/MASShortcutValidator.m; sourceTree = ""; }; + EFF2413A5DDAD4038CCD665218B813E3 /* SSZipCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipCommon.h; path = SSZipArchive/SSZipCommon.h; sourceTree = ""; }; + F01FE6B582D0364F858191851F04629C /* mz_strm_split.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_split.h; path = SSZipArchive/minizip/mz_strm_split.h; sourceTree = ""; }; + F0309AB32E8659DDD3314CC45C2366D2 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; + F03A8343AEC33641155CBCF83CB6111C /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; + F08C2EE4294F0004909D6DC4174C5C18 /* MASLocalization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLocalization.m; path = Framework/UI/MASLocalization.m; sourceTree = ""; }; + F09905631EAED25DB941CA318910F8DA /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; + F0FA0FDB417D71207006EA5A3CAEDD1B /* MASKeyMasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASKeyMasks.h; path = Framework/Model/MASKeyMasks.h; sourceTree = ""; }; + F1395D5ADF94917C0B8C1D952FA9334B /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; + F1588427FF7916397026072002F833E6 /* RACKVOChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOChannel.m; path = ReactiveObjC/RACKVOChannel.m; sourceTree = ""; }; + F1864F83FB4E0BF32A91AB2E9F203BBF /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; + F1884EC7CD367AE54A3C417269B5E781 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; + F22C30A9D8EE80C27C6D57A8742C336D /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; + F29A63BF6384034998E80500115BEAC1 /* JLRoutes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLRoutes.debug.xcconfig; sourceTree = ""; }; + F2CEC5A236032F245275B0467971FD1A /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; + F30D45B29902BBE08A37108EAEB9EC10 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; + F362518FAF3FEFAA5E8C3072807FC935 /* RACSignalSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignalSequence.h; path = ReactiveObjC/RACSignalSequence.h; sourceTree = ""; }; + F39C47275451994773A2D0EE364AAD24 /* RACQueueScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACQueueScheduler+Subclass.h"; path = "ReactiveObjC/RACQueueScheduler+Subclass.h"; sourceTree = ""; }; + F3A3DC4E906C187E9B72F50D7B49830B /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; + F40DF7F0D21A1C74EF38E23543805811 /* RACArraySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACArraySequence.h; path = ReactiveObjC/RACArraySequence.h; sourceTree = ""; }; + F47BF9931C473D9548E9AA1776864175 /* NSString+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSupport.h"; path = "ReactiveObjC/NSString+RACSupport.h"; sourceTree = ""; }; + F47C5B0FDA937D3AC1B501A11E094A02 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; + F499235A0E4DF235B3A310438AE716E5 /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; + F615DE50A6ED9C72DB4394EFA9A32358 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; + F63554006364546D2F2500248C78D27C /* SPUDownloaderSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderSession.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderSession.h; sourceTree = ""; }; + F677A0AEBCCF071B6EB8C8BEB3667CCF /* NSIndexSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.m"; sourceTree = ""; }; + F6A5B055A1464C2AA50802D86157814D /* ReactiveObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactiveObjC.h; path = ReactiveObjC/ReactiveObjC.h; sourceTree = ""; }; + F6CC7B6C616325F51C907EC2E1CB1BB1 /* RACmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACmetamacros.h; path = ReactiveObjC/extobjc/RACmetamacros.h; sourceTree = ""; }; + F6DBACCA057009D97B1D14BED86B942C /* DDASLLogCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogCapture.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogCapture.h; sourceTree = ""; }; + F765B9B5B7B2356605105D9E3FE2EF76 /* RACSerialDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSerialDisposable.h; path = ReactiveObjC/RACSerialDisposable.h; sourceTree = ""; }; + F788C3B67D5F686ADA5AF1630B6BDFF7 /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; + F7FF83BDD193BDD078A095774EE0FCDB /* MASHotKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASHotKey.m; path = Framework/Monitoring/MASHotKey.m; sourceTree = ""; }; + F858AA31B65D3C50C94F15C2BFBC8389 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; + F87428DDA21DA6FE84C4C70C56DA24F4 /* AppCenter-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AppCenter-xcframeworks.sh"; sourceTree = ""; }; + F8BAB846B58F352F88F17D9C2DC3A433 /* NSText+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSText+RACSignalSupport.h"; path = "ReactiveObjC/NSText+RACSignalSupport.h"; sourceTree = ""; }; + F8DC999DDA0A72680D372D8211B9B43C /* MASShortcutMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutMonitor.h; path = Framework/Monitoring/MASShortcutMonitor.h; sourceTree = ""; }; + F8EFBE45E421FE2A0940C39F7C51F0A1 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Resources/en.lproj; sourceTree = ""; }; + F90B4C68243182A79BFB2F4F27D0E2D7 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h; sourceTree = ""; }; + FA0A07B0BFAE59858ED0D0B4F096FED1 /* NSObject+RACPropertySubscribing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACPropertySubscribing.h"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.h"; sourceTree = ""; }; + FA82509E6FACD2F26CE027E1F18CCC7E /* ResourceBundle-MASShortcut-MASShortcut-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MASShortcut-MASShortcut-Info.plist"; sourceTree = ""; }; + FAAB8CBD553FE5EE3C92438C18D08097 /* RACCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCommand.m; path = ReactiveObjC/RACCommand.m; sourceTree = ""; }; FACB80B66075AE4FCBA562BBDA90823E /* Pods-Easydict.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Easydict.debug.xcconfig"; sourceTree = ""; }; - FB0380E8763F8C4D2FA01B25FBC1109D /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; - FBD5795456F6C2D5CD84D19363706355 /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = Resources/pt.lproj; sourceTree = ""; }; - FD3A0290BA611957066176F271750288 /* NSArray+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+RACSequenceAdditions.m"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.m"; sourceTree = ""; }; - FDB85F10E6AD1E603AA3BFE47B6FA7BC /* mz_strm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm.c; path = SSZipArchive/minizip/mz_strm.c; sourceTree = ""; }; - FE1EC40F9D79B26F836184B1BA4544D7 /* NSObject+MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJProperty.m"; path = "MJExtension/NSObject+MJProperty.m"; sourceTree = ""; }; - FEDBA9BA7ABAA627E0208F1154E4EE1F /* KVOController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KVOController-Info.plist"; sourceTree = ""; }; - FFDF1349CB4E94FD1F9453AEDD66ACC3 /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; + FC950F8E3A3C7F8044E301F0297D3202 /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; + FCA171572EBF579D4E43A8DBDC201505 /* RACGroupedSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACGroupedSignal.m; path = ReactiveObjC/RACGroupedSignal.m; sourceTree = ""; }; + FCEC727D6AEBF80B1BDE29B7977F50B2 /* mz_zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip.h; path = SSZipArchive/minizip/mz_zip.h; sourceTree = ""; }; + FD1EBA5F16E9FB8AC1A691A8D368C661 /* NSObject+MJClass.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJClass.m"; path = "MJExtension/NSObject+MJClass.m"; sourceTree = ""; }; + FD97786C47E3051AA43002A33E7C9476 /* MASShortcutView+Bindings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASShortcutView+Bindings.h"; path = "Framework/UI/MASShortcutView+Bindings.h"; sourceTree = ""; }; + FE91706896CF33CD0F151C9E970DC5AE /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; + FEF0499F272806EF773783FD0578D2D5 /* RACKVOTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOTrampoline.m; path = ReactiveObjC/RACKVOTrampoline.m; sourceTree = ""; }; + FF204AB024C09C5779BD814668737DB1 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h; sourceTree = ""; }; + FF95D24A04A9110C9921DA8480C68E20 /* MASPreferencesWindowController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASPreferencesWindowController.m; path = Framework/MASPreferencesWindowController.m; sourceTree = ""; }; + FFB1772152F6CB2AA2806513AC8312D0 /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; + FFB2CBAE7082D3D81345DA01B63A76E6 /* mz_strm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm.c; path = SSZipArchive/minizip/mz_strm.c; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 04D02CE619A9AB27A2B51DF6C66A8B64 /* Frameworks */ = { + 05E651F29AB5049C5892B1F316992547 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B0D2C2275DB415BA472B7CC68CC5EAF3 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1670,13 +1671,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 117239E7351393CC59610DBACBDE1E44 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 29B1C519C9E8970A65B234C7C1735D7B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1704,11 +1698,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 452F505EC2B81EDD954F5C81CFC87664 /* Frameworks */ = { + 35860606100C2F311BF88BF7C1AD71DE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A61953017333725B4FA7324FE0927E5E /* Cocoa.framework in Frameworks */, + 735CA73D76A5CEB91B10BC2BA991A6AF /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1728,13 +1722,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 62A9BF586B8DDFC1473D7452CC018D0A /* Frameworks */ = { + 56D7C7BC61F3F7B93A2DC68A34FEEA03 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D37739A6654DB1A2F7C4173DF4D32962 /* Cocoa.framework in Frameworks */, - 9EA24652874E414FDF544343F000E115 /* Security.framework in Frameworks */, - B772A658E1C505B2C4F3D4028D8520CB /* SystemConfiguration.framework in Frameworks */, + 54FF3EE1C0DFFB7C7CF0D9843E721BF1 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1746,18 +1738,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8C8504F27DD54004C231A63AC436BDC2 /* Frameworks */ = { + 79F4AB5E904157AB6FDC8823825A768C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 87D4E9163812A0030E1BE7FF333582CA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + CDF0D5014D9CE795F587AF48C3037C82 /* Cocoa.framework in Frameworks */, + CB3641B63BD1821D1896B3EBE4AF599D /* Security.framework in Frameworks */, + 8892E5B9CFF2919CFE26B8802D6EB938 /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A02C4655B4061D969E813B0FD365D232 /* Frameworks */ = { + 9BF1C63B66BE8950B2DF22A1370D928C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FE7F7C9F2868FF56EE8E977CA647E611 /* Cocoa.framework in Frameworks */, + A6E237A6EBE5E875DF5AFFC3880D2068 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1771,13 +1773,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B48E1BC8CA3D78285E29F803BE2888DC /* Frameworks */ = { + BF2376FF173DE511EB65E1452C87E981 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 89C594638664941FF4AA276858EF13C5 /* AppKit.framework in Frameworks */, - 5E947CFF0B3863FB8142ACB01BDA6FF7 /* Cocoa.framework in Frameworks */, - F2486AA02314B68BAC22315D447AD075 /* Foundation.framework in Frameworks */, + 622D1A857EFFFABC16C0D6C19B3699E0 /* Cocoa.framework in Frameworks */, + 4ABD0A36C5279168F95C67C51D61905F /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1790,12 +1791,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F74BE236B060CBAE2306E5C63CD2A769 /* Frameworks */ = { + D4FC9D1ECE066EF48665904585CB391A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 93C1073BA8F3AB71A2F40427F843B254 /* Cocoa.framework in Frameworks */, - EE091FFC2E3F66062962184BA5C38023 /* Security.framework in Frameworks */, + 9999C22D48860C8DDF31DA9668CF1047 /* AppKit.framework in Frameworks */, + C70EF3DA10B175B622688D79DA372992 /* Cocoa.framework in Frameworks */, + 01098EE5B1AFBB097F417F8AE70E808E /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1837,1262 +1839,1306 @@ name = Products; sourceTree = ""; }; - 056B4FFEC369A001D6D9D0BC6663C4F7 /* CocoaLumberjack */ = { + 0846CC75F4E7048B7059F0213C958B8F /* MJExtension */ = { isa = PBXGroup; children = ( - 43EB780F9E27F6EAF5B432EDFCCA53AE /* Core */, - 875F35ECBABC400A9C510B768D71713A /* Support Files */, - 82D07F0C3CF5779FAD9C35DBA741CC62 /* Swift */, + 13AF741D62AF13BDD2EA87C8BE0D11F2 /* MJExtension.h */, + 2B4015731417287A134BBABFEF2A06D3 /* MJExtensionConst.h */, + 061C269C7D919849E7FB15978B5DD771 /* MJExtensionConst.m */, + 8532F90379AA458F93124924719029C3 /* MJFoundation.h */, + C2175AB4C14A17E8DBF37785E43A045E /* MJFoundation.m */, + E90D8672993E6A9A5E41AF546D36612F /* MJProperty.h */, + 3F166DB3916BB220B8952CF070CDBE32 /* MJProperty.m */, + A692206057C1045A20BFB0D1DBCB8CD8 /* MJPropertyKey.h */, + DEB804EFCC4BF4D4F2F08CDC17108858 /* MJPropertyKey.m */, + 3F43105E45B8B34020C641CE5E80DBB5 /* MJPropertyType.h */, + D654EC3EE914CED4B6C7283389AAE57C /* MJPropertyType.m */, + 22173E5C7E3FC77889F97608250BFDCC /* NSObject+MJClass.h */, + FD1EBA5F16E9FB8AC1A691A8D368C661 /* NSObject+MJClass.m */, + D1CA8EC9B89F69A56B3764C7BBB69C8C /* NSObject+MJCoding.h */, + 6F4F3720F6B4AEE6D8B91F9468585B2A /* NSObject+MJCoding.m */, + E22D14539E9436A17F56B2A810CF1926 /* NSObject+MJKeyValue.h */, + BBB1BC03F8D20BF11FA9A90365E0CF01 /* NSObject+MJKeyValue.m */, + 422F956AED99C039C2959E748390E87A /* NSObject+MJProperty.h */, + 85EE622218B33D4B7F605D2DD553DB9D /* NSObject+MJProperty.m */, + B9B634FD4B7190E722747B5144C81739 /* NSString+MJExtension.h */, + 31D8F4F9789C2B90EC369EAED4CF51BB /* NSString+MJExtension.m */, + B51A8B39C59CB1B9C2147EB60658C280 /* Support Files */, ); - name = CocoaLumberjack; - path = CocoaLumberjack; + name = MJExtension; + path = MJExtension; sourceTree = ""; }; - 05A8872141DA326D21CD925D0C02D080 /* Support Files */ = { + 0C160EC7B2A96198CDCA3EAEDAD6FA70 /* Reachability */ = { isa = PBXGroup; children = ( - 646181FA221E818079A372474A5BE4F0 /* SSZipArchive.modulemap */, - E9FFAE4DD0D1798C423D53218DCB0C4B /* SSZipArchive-dummy.m */, - ECAD946A66E4DBE0D3D152A4CC6B030E /* SSZipArchive-Info.plist */, - 960C45A6A7BABBF527F9FD5621DBAE18 /* SSZipArchive-prefix.pch */, - 3DB5C0D666D2E84D57CDBFB334E55373 /* SSZipArchive-umbrella.h */, - B8442C21B36C0BFF281E7D3A6EFC5FDE /* SSZipArchive.debug.xcconfig */, - 6EE33EE8170DA5C08F37FAA0B30B5B93 /* SSZipArchive.release.xcconfig */, + CB935EF81E6436753D4C5BD04A8CAF43 /* AFNetworkReachabilityManager.h */, + D438035AA21542136BE5990CEFA21202 /* AFNetworkReachabilityManager.m */, ); - name = "Support Files"; - path = "../Target Support Files/SSZipArchive"; + name = Reachability; sourceTree = ""; }; - 05EB69A3472E7CFAA01FADF27C48094F /* Support Files */ = { + 0C5103719ECC7D1719786035E1362847 /* FirebaseCore */ = { isa = PBXGroup; children = ( - 542F0B955E19E250BEC56C82046965B0 /* JLRoutes.modulemap */, - 2ED471F38D6A63EBEC244159CC26EA79 /* JLRoutes-dummy.m */, - 4CA5129A212B82EBF9BA8D4A25DD8EC5 /* JLRoutes-Info.plist */, - 3C61C973B973E4A5B0D22323C0018034 /* JLRoutes-prefix.pch */, - E18AC1F92B116E3E60652384E606BDAC /* JLRoutes-umbrella.h */, - EDC291D486AC9F57BD9CFAE23C303442 /* JLRoutes.debug.xcconfig */, - EE84D325B61A60B154653531825F4A23 /* JLRoutes.release.xcconfig */, + C41B134A2D7DA30DD7B0FCFCB0FA0C09 /* FIRAnalyticsConfiguration.h */, + 431730DBC196E41998B92D4D596156D0 /* FIRAnalyticsConfiguration.m */, + 3A1C2B5A248F38033991D03D5D33C320 /* FIRApp.h */, + AB8853D224E461C711520AD4ACE3D04B /* FIRApp.m */, + 6CA52C5B2AB354B3D74D3C4D809E599A /* FIRAppInternal.h */, + 2408E176786763D94CDF636207BC58D8 /* FIRBundleUtil.h */, + 88967A2A5B806D0966E6C95FC2E6389B /* FIRBundleUtil.m */, + 13BE8A85EC4A146B433C49AE38DDBBEB /* FIRComponent.h */, + 0C8BEEFEE2D4E21534A392A5050D54D9 /* FIRComponent.m */, + 91EBCA27FBF03D5032FEC119991BCFC5 /* FIRComponentContainer.h */, + D2F35D6C8E8BD884AEAE243B2C8D5F48 /* FIRComponentContainer.m */, + AA1765820A243C2CE5F4EB71DC1A0D5C /* FIRComponentContainerInternal.h */, + CA487D8BC512545D170F148A39EC8EC1 /* FIRComponentType.h */, + ED43EC7574843F4999A91CA8A25908AB /* FIRComponentType.m */, + 63EDCA4ACB2154E1FEF06D75C6B03062 /* FIRConfiguration.h */, + BF599642EB706982A04F766A48FE72E4 /* FIRConfiguration.m */, + D7C5F94E174C508072C4E58862AEB595 /* FIRConfigurationInternal.h */, + 8C0A7CA73A9F3F91D3D46B5CB76B3220 /* FIRDependency.h */, + F615DE50A6ED9C72DB4394EFA9A32358 /* FIRDependency.m */, + 02681F27E793C6BB6C96965AA6919CA0 /* FirebaseCore.h */, + 648B32621572E2561BE61FAECB4BC6EA /* FirebaseCoreInternal.h */, + 12D1F173AC5C44476CE1E87862F4F4DD /* FIRFirebaseUserAgent.h */, + BA05935B53D544259CA41CA187B649E6 /* FIRFirebaseUserAgent.m */, + 4718F9E2C7B0661FEF2C1E5F9DF8191C /* FIRHeartbeatLogger.h */, + 077ABAAE4198D3B7E21F87EFB1272EC5 /* FIRHeartbeatLogger.m */, + 94F390C0ED3B13D8CD73C99B415EFD25 /* FIRLibrary.h */, + 8139F0511D39DDC97DB38CF3342969B0 /* FIRLogger.h */, + 8683BCEDCE264F53BFE45EC386CB13BC /* FIRLogger.m */, + 15BE2BCEDD7F670B933EF9C7A9BC85F7 /* FIRLoggerLevel.h */, + EEE28DC923B30AB4043C26F84C34B0E5 /* FIROptions.h */, + 25A8D3EAB6362C8FB46EACFC7D1FCE65 /* FIROptions.m */, + 6EE3E6070E5429A3645EC414DE82F288 /* FIROptionsInternal.h */, + 0CCA09CE48117F0EF8EA3F01CAB04D15 /* FIRVersion.h */, + 0D37E8A6AA7F086478D602EC2DE55CAD /* FIRVersion.m */, + 74D939E277EB7559941C65454414A687 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/JLRoutes"; + name = FirebaseCore; + path = FirebaseCore; sourceTree = ""; }; - 077C7B18F277E37166DD98400938A599 /* AdIdSupport */ = { + 1047932479D58B2BE69D8B5430822337 /* Frameworks */ = { isa = PBXGroup; children = ( - B83B95D45CF57763A60153F6F42526D8 /* Frameworks */, + F09905631EAED25DB941CA318910F8DA /* FirebaseAnalytics.xcframework */, ); - name = AdIdSupport; + name = Frameworks; sourceTree = ""; }; - 0961B8611B3FBEE77333B5DDC654A6D2 /* Core */ = { + 11D595F70B533127653F7B45750299C2 /* AppCenter */ = { isa = PBXGroup; children = ( - 2C4B17C1C44CDAEAA4BE089D5815F2D9 /* Frameworks */, + 9587FA491592DDC37D546C64C64F7F06 /* Analytics */, + 98C320DE7584053F266C6A8CD6511A4C /* Core */, + EDF614DF7A13E4E892D91A0FBE74AEB4 /* Crashes */, + 3488B61AEBACF54B503925C53C4C3B2B /* Support Files */, ); - name = Core; + name = AppCenter; + path = AppCenter; sourceTree = ""; }; - 0A732009335098ACDF3B5E1344B71C53 /* Support Files */ = { + 12DA81D2484706CCC4CA092ED20C46DC /* MethodSwizzler */ = { isa = PBXGroup; children = ( - 44C57CA6FF23CE534C06FD751EC5FB99 /* ReactiveObjC.modulemap */, - 8131F9EA4CD7704B6E0C58522E0D69A6 /* ReactiveObjC-dummy.m */, - 48182DCA7903952D2770ABF9CC096D53 /* ReactiveObjC-Info.plist */, - 3362DA01F88A8B55DF74414AC85DD82C /* ReactiveObjC-prefix.pch */, - 2D38214D75262FDFFBAC43807F3FD607 /* ReactiveObjC-umbrella.h */, - 1151507B09A839D57BE51C373078780B /* ReactiveObjC.debug.xcconfig */, - 3C6277A045581AAC2E9F96093B747612 /* ReactiveObjC.release.xcconfig */, + F47C5B0FDA937D3AC1B501A11E094A02 /* GULOriginalIMPConvenienceMacros.h */, + EC6A6ED9581822249008C2D236A4D702 /* GULSwizzler.h */, + 035BB1678916C7E9EC7BE3DB4F1020AE /* GULSwizzler.m */, ); - name = "Support Files"; - path = "../Target Support Files/ReactiveObjC"; + name = MethodSwizzler; + sourceTree = ""; + }; + 1B5384B9FF33672A36B3B98152441441 /* FirebaseAnalytics */ = { + isa = PBXGroup; + children = ( + 47D81A56180E37384F9B01477FD4649B /* AdIdSupport */, + AD0EE0DF6D945D7ADB2518642FF8C201 /* Support Files */, + ); + name = FirebaseAnalytics; + path = FirebaseAnalytics; sourceTree = ""; }; - 0D3DFCA9E2DB798AA99D415B532B133A /* Support Files */ = { + 1B6EE622B4A207BCBFA35DDC5E027974 /* Support Files */ = { isa = PBXGroup; children = ( - 28B49701B27D28EE88BDFE7796DD5956 /* nanopb.modulemap */, - C27A9DAAE9A7F5467D03F126E88D5F44 /* nanopb-dummy.m */, - 62B6BB1A8E5683DE3B84C07DAD018C43 /* nanopb-Info.plist */, - 325A19016756A25257FB4443031CE4DF /* nanopb-prefix.pch */, - 7BFBA85FA849EB43B68DF03C90D3A94A /* nanopb-umbrella.h */, - C39B75A5FC664A79EA8520671DC4FF6F /* nanopb.debug.xcconfig */, - 48C6E0025E533DC2317BC97BD5F64E6F /* nanopb.release.xcconfig */, + 16CC4C7D911982A841F71BD0F5819334 /* MASShortcut.modulemap */, + C53C50FF9C6BC143FC6DDEAFF8C6821C /* MASShortcut-dummy.m */, + 02938AC0D974756C5F2162C99273B860 /* MASShortcut-Info.plist */, + 663B48D796027FC7547F0FDF4EC29EF5 /* MASShortcut-prefix.pch */, + 8AED86B7137475094AF8803A1E514E94 /* MASShortcut-umbrella.h */, + 42706C333A9D5B9B5B52706D36D035DF /* MASShortcut.debug.xcconfig */, + 4EF6E0323C061F409F19E009102D4490 /* MASShortcut.release.xcconfig */, + FA82509E6FACD2F26CE027E1F18CCC7E /* ResourceBundle-MASShortcut-MASShortcut-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/nanopb"; + path = "../Target Support Files/MASShortcut"; sourceTree = ""; }; - 18D1091CADD0C953828A9F48C937A192 /* Logger */ = { + 1CB28063DC3C5DD5A7F90F608C37441E /* Frameworks */ = { isa = PBXGroup; children = ( - 969F6B8A171C2A3FA841E68A209C9FC9 /* GULLogger.h */, - A4438E78BD063A2A8731AE7CEEA5A8C5 /* GULLogger.m */, - 7BE033BCA92B6B5C6319F217414AEFBB /* GULLoggerLevel.h */, + 2A2B648AA8DEE254FEC7C2A56533CD18 /* GoogleAppMeasurementIdentitySupport.xcframework */, ); - name = Logger; + name = Frameworks; sourceTree = ""; }; - 1E1C43B4F28F3A99DF3DE39A985F39A8 /* AFNetworking */ = { + 215ED34E61E8B6023745DAF7D65B88D6 /* GoogleUtilities */ = { isa = PBXGroup; children = ( - C9D44997835B367AB52E5CE82DF50B4C /* AFNetworking.h */, - 6DF75506D3DE0048224E863EC6E75DD4 /* NSURLSession */, - A21242B47D6CE60B5D6FB487AA368FBD /* Reachability */, - CF13575EBF014E28292444079A37184F /* Security */, - C646EB047AE494564DA7033EA35D445F /* Serialization */, - B6E4AD3F8DB1BD5BC547F42879C21FDF /* Support Files */, + A25769A0376DC31389905D0C3A9426F0 /* AppDelegateSwizzler */, + 5D4CAE65D752B3852757B51992CE9457 /* Environment */, + 223FCC505A64DEB2F28AEF8B8D3F12DD /* Logger */, + 12DA81D2484706CCC4CA092ED20C46DC /* MethodSwizzler */, + E968D7E5DD91554AACC23C70042D3711 /* Network */, + 6170289B20F270A2A3D5D65975D6EE35 /* NSData+zlib */, + 3A5567F1C3E490FF70F5161482A93A02 /* Reachability */, + 81023E4F86A56360096F874E949DCF3F /* Support Files */, + 2C835C848FDBA23E1104F0907618889D /* UserDefaults */, ); - name = AFNetworking; - path = AFNetworking; + name = GoogleUtilities; + path = GoogleUtilities; sourceTree = ""; }; - 2507564E4BCBBB20C4BEC2FF8559F83E /* MASShortcut */ = { + 223FCC505A64DEB2F28AEF8B8D3F12DD /* Logger */ = { isa = PBXGroup; children = ( - ECAF94A568C2CA0CDCBB697F4BC65A09 /* MASDictionaryTransformer.h */, - D6E845CB3578C2419833D5CB7F2B05C2 /* MASDictionaryTransformer.m */, - 36D1E08C2A15BE4B8204BE89590B6F82 /* MASHotKey.h */, - A9DD04E19C5AC56B8E1BE82F3BEA35EA /* MASHotKey.m */, - 8BDB18955A455398B87AB069BE94F1AC /* MASKeyCodes.h */, - 67AA0C076CC94C9F2F239D76839D1E9B /* MASKeyMasks.h */, - 95D63F31277E36392ADFD85D8D53D48F /* MASLocalization.h */, - 163606C29F7100FAB0677D30EBC8EFC6 /* MASLocalization.m */, - 47370425A7985EC7E6942352EA4BCBCF /* MASShortcut.h */, - 6FC982209FD1777D5430E760C1F7DC4F /* MASShortcut.m */, - 0B37B87C1D82DF2588E5C11C058D8EBC /* MASShortcutBinder.h */, - 258B80A89F5FA2974EC1610BCE081EC9 /* MASShortcutBinder.m */, - 78B46F01EEF875DE72392EC94C0752EC /* MASShortcutMonitor.h */, - 77A9C494FB56959740F7CA41CBA64FBF /* MASShortcutMonitor.m */, - 099A438940D9D014D083348723BC7499 /* MASShortcutValidator.h */, - 12F591293F7E97B4A79FCCC3AD4D5C1E /* MASShortcutValidator.m */, - 9A9FA19BCBA07C91C7E7665ED151236D /* MASShortcutView.h */, - 64A3CC23D6E70301E40052F6F5FBEF8A /* MASShortcutView.m */, - D77ED9A3F892685147022FF757CE743C /* MASShortcutView+Bindings.h */, - EA3947C9FC78598CE5311E93E732D6A1 /* MASShortcutView+Bindings.m */, - 7D203FA4821F56D05DA3C2CFD78C3466 /* Shortcut.h */, - 7F19AEE525B91928A3B0F238C1420B2C /* Resources */, - DEA444D4CAA68F7726705AAE76805F5A /* Support Files */, + EAC69C6F5D0AC6D84993AAA51BDC059C /* GULLogger.h */, + A3B26E69F50EAF8877F17908E5637F3A /* GULLogger.m */, + 6784EEF35A9F591AD64489394B18D777 /* GULLoggerLevel.h */, ); - name = MASShortcut; - path = MASShortcut; + name = Logger; sourceTree = ""; }; - 2C4B17C1C44CDAEAA4BE089D5815F2D9 /* Frameworks */ = { + 26D15FE86026CCAEE5E5D43A44613792 /* WithoutAdIdSupport */ = { isa = PBXGroup; children = ( - DE226362BBE06FEF5199A28E4DA4CB50 /* AppCenter.xcframework */, + B086D8D66096FE63C3F4050ACEA73434 /* Frameworks */, ); - name = Frameworks; + name = WithoutAdIdSupport; sourceTree = ""; }; - 2FDAFBBA42C0359B0D8CB7BAA0AE36FD /* Network */ = { + 28DB54FE0738BD1D58B688D85BD3B563 /* encode */ = { isa = PBXGroup; children = ( - 76F57F8FC3D1019C60922651FCC24E94 /* GULMutableDictionary.h */, - 8B40CC704FA7A6EEB7DD96D110468A64 /* GULMutableDictionary.m */, - 3969D07853B6825E50F8235CDE04A05C /* GULNetwork.h */, - 338B9128EEBF8EE57C7EFC77420A90CD /* GULNetwork.m */, - 14D4D0D885ACACFD7672BCB03AAFF32D /* GULNetworkConstants.h */, - 44383E893BF925EA1F275D8BA8FBD271 /* GULNetworkConstants.m */, - 2BA30C5909CEE37E299A12BEA5BF0FD9 /* GULNetworkInternal.h */, - E8A0DA3BA5D94817B6731BD3780A89F8 /* GULNetworkLoggerProtocol.h */, - 3E2E3C2E0982FD6A91879CD88558C541 /* GULNetworkMessageCode.h */, - 8E52A43F925220D55287A4B80AFDCA74 /* GULNetworkURLSession.h */, - 419BFBD310C3A9CC3480E0AF251C4AD1 /* GULNetworkURLSession.m */, ); - name = Network; + name = encode; sourceTree = ""; }; - 30868757C9E1EBD15D7B6BAC28813EF8 /* decode */ = { + 2B50A2662D560163E9B19C455DDF9A93 /* nanopb */ = { isa = PBXGroup; children = ( + 7E8A5F92084780FED2D8EC2EF1F2DB53 /* pb.h */, + 6F97DC66284EA026A97232DDBD1C1133 /* pb_common.c */, + 0A2506EA3EFD3291BA6977408A84CD1F /* pb_common.h */, + F1884EC7CD367AE54A3C417269B5E781 /* pb_decode.c */, + 3BAC6E1228C2BC6DC8163D4450D098F8 /* pb_decode.h */, + 55F9522DAEEE52ADB037B4E21C736E78 /* pb_encode.c */, + A3C79DC69E81B1CE7ECA7AD5B49B1628 /* pb_encode.h */, + E0623A0AE7D20D31BC39BB7791DD490E /* decode */, + 28DB54FE0738BD1D58B688D85BD3B563 /* encode */, + E24833F3383E8C8F2915A5731C657A14 /* Support Files */, ); - name = decode; + name = nanopb; + path = nanopb; sourceTree = ""; }; - 3158C02EA8EA83CEF17AED971AE39E99 /* Frameworks */ = { + 2C835C848FDBA23E1104F0907618889D /* UserDefaults */ = { isa = PBXGroup; children = ( - 13942351E83F634DDEAFD234E714962F /* AppCenterCrashes.xcframework */, + 75C93DCE38B1F16281F33C9A847FADF5 /* GULUserDefaults.h */, + 11665FA641924A46D8C12F53862F7962 /* GULUserDefaults.m */, ); - name = Frameworks; + name = UserDefaults; sourceTree = ""; }; - 3305358F81EE3F03CC43182E4CC2A37D /* MASPreferences */ = { + 2DDDE1A464BCC73938523E6129731804 /* Frameworks */ = { isa = PBXGroup; children = ( - 36997CA4FD3A011D23B745BB0125EC01 /* MASPreferences.h */, - 031BE1677AE566BA1EA2F63720DDC244 /* MASPreferencesViewController.h */, - 954295D6696473030FDF9E42600A90C8 /* MASPreferencesWindowController.h */, - C8B004D078688E9B59CB79906CA2289B /* MASPreferencesWindowController.m */, - CE82A14C0A359B1DE63FF6A659E7BD42 /* Resources */, - F1FCBC5DC11F7E1747735BFBAE65F266 /* Support Files */, + 64F5A50FFB21AA13751F73B2B29EFDB0 /* AppCenter.xcframework */, ); - name = MASPreferences; - path = MASPreferences; + name = Frameworks; sourceTree = ""; }; - 356A6B7E1B8F07E0721EA1126E191C98 /* Support Files */ = { + 31DE46E96094A788061061D6BBD56E6B /* Support Files */ = { isa = PBXGroup; children = ( - 3D12C74CAB52D7F7A753F8CFB4F8B7A6 /* PromisesObjC.modulemap */, - BFDED531779D0454DC948C76BC45D5AE /* PromisesObjC-dummy.m */, - 707061FB67C3ED2F54203FB727E82FEF /* PromisesObjC-Info.plist */, - 9DACECB7712F51A23F6F3EDC41ED1266 /* PromisesObjC-umbrella.h */, - 1D1417F17FA95D545D6152B6275BA9DC /* PromisesObjC.debug.xcconfig */, - 3B86BB7C0152BDC23ED48BE67E9C7B8C /* PromisesObjC.release.xcconfig */, + CF12965A530CCED18459EE96D68ADC0A /* KVOController.modulemap */, + 8A2B5D1F89B9940ACAADA2B9870DF528 /* KVOController-dummy.m */, + BAFAE84213058BB8FA3401CED621E9B2 /* KVOController-Info.plist */, + B2A4F8B73D5D188957EC596666F8D173 /* KVOController-prefix.pch */, + E49CD5F9E318984938AD8E5215AE92BF /* KVOController-umbrella.h */, + 4B9AEE8F2B1D49DD6CB76F20F855DB89 /* KVOController.debug.xcconfig */, + 53374A9B19E0C855674857852741886C /* KVOController.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/PromisesObjC"; + path = "../Target Support Files/KVOController"; sourceTree = ""; }; - 3997928D0430F8DDD666BBEC769BB9A3 /* AppCenter */ = { + 3488B61AEBACF54B503925C53C4C3B2B /* Support Files */ = { isa = PBXGroup; children = ( - 64331A247950855D3084FDF4B09732DC /* Analytics */, - 0961B8611B3FBEE77333B5DDC654A6D2 /* Core */, - 946A9ECDD18E5A07BA86BFAC837784C6 /* Crashes */, - 4F2F7E975352B933D468B11777764404 /* Support Files */, + F87428DDA21DA6FE84C4C70C56DA24F4 /* AppCenter-xcframeworks.sh */, + D7156E5D2ABE26661D1AFF685F0F9318 /* AppCenter.debug.xcconfig */, + 47057AAE7FA26271342E59BF73E44582 /* AppCenter.release.xcconfig */, ); - name = AppCenter; - path = AppCenter; + name = "Support Files"; + path = "../Target Support Files/AppCenter"; sourceTree = ""; }; - 3B2D9C1F0245DD4739D02370D1574C3D /* nanopb */ = { + 3A5567F1C3E490FF70F5161482A93A02 /* Reachability */ = { isa = PBXGroup; children = ( - 1AA3C574730B4EB8F310FF9983545C5A /* pb.h */, - 660E67CD254AB6C54B40F161ADA793B8 /* pb_common.c */, - 9C8B67138CBB3716F757CC461ED36F8D /* pb_common.h */, - 788ECB97D063135040FE765C2C1FBC44 /* pb_decode.c */, - 8CE99D69258FAFE2120E7F042CF20BE0 /* pb_decode.h */, - BAB10F4CACDC8F73970CC903C2F93B8F /* pb_encode.c */, - D1CFFE7DF1A34EE1BE9E661E4372A0A9 /* pb_encode.h */, - 30868757C9E1EBD15D7B6BAC28813EF8 /* decode */, - FE28762B162ACE55EDB9E976AAEA8B05 /* encode */, - 0D3DFCA9E2DB798AA99D415B532B133A /* Support Files */, + F90B4C68243182A79BFB2F4F27D0E2D7 /* GULReachabilityChecker.h */, + 655CFA82B143D76F799F5605C99BE27B /* GULReachabilityChecker.m */, + 4E8F89C2BFEBDBA91E858C7D14C96FDC /* GULReachabilityChecker+Internal.h */, + 0B5093B65B54E5B4F0EFB8C4391FFE41 /* GULReachabilityMessageCode.h */, ); - name = nanopb; - path = nanopb; + name = Reachability; sourceTree = ""; }; - 3C4D4F222C2F80336C16258F2FEDF898 /* AppDelegateSwizzler */ = { + 3DF32F7D3041D7913F3F5B3A9809943E /* MASShortcut */ = { isa = PBXGroup; children = ( - A653DA983F9A8CFFD390DE81FCA36B15 /* GULAppDelegateSwizzler.h */, - A5E857C2C96DFAE0687BDF42F0BC082A /* GULAppDelegateSwizzler.m */, - BD706D419FEE758FA61908D1314661A7 /* GULAppDelegateSwizzler_Private.h */, - D9508C79D7F05540A46238A4ABC0BE59 /* GULApplication.h */, - F2EECE03D668B32AFB461BEC254DB5D0 /* GULLoggerCodes.h */, - 2689B096F9B9170528B69D99BB18E732 /* GULSceneDelegateSwizzler.h */, - 32A9FE5BDBF29A0CD22F6FDD49D97351 /* GULSceneDelegateSwizzler.m */, - 126FFD624E33FBB220440D3C0124A0CB /* GULSceneDelegateSwizzler_Private.h */, + 5EA145FC429C6AF6C22EEAD909E61CFB /* MASDictionaryTransformer.h */, + BD9B1690DED4E53FE92A7F6F35621287 /* MASDictionaryTransformer.m */, + 641C3BD57B8983836450CA24B8519914 /* MASHotKey.h */, + F7FF83BDD193BDD078A095774EE0FCDB /* MASHotKey.m */, + 8CFAEC2DEF8514A291B9737ECE06FA23 /* MASKeyCodes.h */, + F0FA0FDB417D71207006EA5A3CAEDD1B /* MASKeyMasks.h */, + 0B55699240BE2BAC89ADFF65A25E886C /* MASLocalization.h */, + F08C2EE4294F0004909D6DC4174C5C18 /* MASLocalization.m */, + B7B427520F0F45EC9F584F255074718C /* MASShortcut.h */, + 332B6385A7E6F5B7D8F40A80F04A59BC /* MASShortcut.m */, + 76A8B21A6ADB60FE3A7BFA72FED7847C /* MASShortcutBinder.h */, + 6B435CFAFAA3EF7E72907DF9183924B2 /* MASShortcutBinder.m */, + F8DC999DDA0A72680D372D8211B9B43C /* MASShortcutMonitor.h */, + 7EF425667D9FC40F3538731F7E54536A /* MASShortcutMonitor.m */, + BB0A2F30D0F9C083494674E5388D4657 /* MASShortcutValidator.h */, + EF9B9CA9D2B51683AE8C3F3F49DC07D6 /* MASShortcutValidator.m */, + 4EEC6F934214FD9C57792B274116C93B /* MASShortcutView.h */, + E0AB6323A3B9F9FC20B53F1C455F6752 /* MASShortcutView.m */, + FD97786C47E3051AA43002A33E7C9476 /* MASShortcutView+Bindings.h */, + CBBCF9ED18668ED70452FB89792E3EA7 /* MASShortcutView+Bindings.m */, + A7F3A6E65F79A8A14923BED6F803D0C7 /* Shortcut.h */, + A8559C883EF63DCE13274CE4C026C114 /* Resources */, + 1B6EE622B4A207BCBFA35DDC5E027974 /* Support Files */, ); - name = AppDelegateSwizzler; + name = MASShortcut; + path = MASShortcut; sourceTree = ""; }; - 4119EFC661AEDE1DD6C4FD1D7BF31B12 /* Masonry */ = { + 3E98A29BEA3B5E5C0F789FCA4FF7A4B0 /* Support Files */ = { isa = PBXGroup; children = ( - 4A373029CC17FE2CA34C321B9B93BB78 /* MASCompositeConstraint.h */, - A525DC685F003359A04F6B9BF5BEE2DD /* MASCompositeConstraint.m */, - B861DB4F53632070EF0A09956A5DD589 /* MASConstraint.h */, - 9A594C1B46DEBB761DF3346BE4E4E72B /* MASConstraint.m */, - 01A319B52EECFA9D83F73D7CA3FDAA16 /* MASConstraint+Private.h */, - 3D3AADF91CF63678E9243151C13435FD /* MASConstraintMaker.h */, - 6B68CF291E49432709403BE886F644F7 /* MASConstraintMaker.m */, - 9B1B77214D937AB9C44CE0EA1B563A12 /* MASLayoutConstraint.h */, - 9EA64D9D66DF4E113FCD256E506D1FA1 /* MASLayoutConstraint.m */, - EA89BF9CEF223C760438C356190DFA48 /* Masonry.h */, - 9DF72307724652CCF04CD9C9572274C9 /* MASUtilities.h */, - D0955F7AF1C5231D9E00543EA914A08D /* MASViewAttribute.h */, - 83B2BCAA8838DE452713691C25EA383D /* MASViewAttribute.m */, - 75F9E5438915977094E20C8D4E92DD08 /* MASViewConstraint.h */, - 49FDE74F2B0A4B37C6B7A73D810A6D98 /* MASViewConstraint.m */, - A51544E77B793C127A4D611363D9C01E /* NSArray+MASAdditions.h */, - 02E19F8A9C7001F97DF524C1E80F37FD /* NSArray+MASAdditions.m */, - 6F1B87E4719D04AEA30464048B81F68C /* NSArray+MASShorthandAdditions.h */, - 4C9D89D00AA344DFC431EA23DD19298F /* NSLayoutConstraint+MASDebugAdditions.h */, - D7EDA2A9E8A3B57B7A49860AEE1EFB14 /* NSLayoutConstraint+MASDebugAdditions.m */, - 58FCF6E9AE871831C5F94C8EBF144D68 /* View+MASAdditions.h */, - DE51C154628D199BCD5961FC31AE0A19 /* View+MASAdditions.m */, - 68AD96BC34752C7924A235F5D096FE80 /* View+MASShorthandAdditions.h */, - B3D4FFBB79798383E90DE58475A4654F /* ViewController+MASAdditions.h */, - 8C05D7AC2E794B4693C1A05B13273178 /* ViewController+MASAdditions.m */, - E0C4A14A8DA74D6EFD7688C0BA5D2908 /* Support Files */, + D7A4FE8A777EAF0D38808DAB709412CF /* JLRoutes.modulemap */, + 4E33B8BF343E7448A6CF96E0D66DB9A9 /* JLRoutes-dummy.m */, + 3D8AF91AB8FD9A6A5BBDD47639B307A6 /* JLRoutes-Info.plist */, + 1CED184B88249205935D2E864A765B02 /* JLRoutes-prefix.pch */, + BD08DCCE7469B7BF1352FDFDAFCE10CF /* JLRoutes-umbrella.h */, + F29A63BF6384034998E80500115BEAC1 /* JLRoutes.debug.xcconfig */, + A3B2E31B324217D499DB9038D064B025 /* JLRoutes.release.xcconfig */, ); - name = Masonry; - path = Masonry; + name = "Support Files"; + path = "../Target Support Files/JLRoutes"; sourceTree = ""; }; - 43EB780F9E27F6EAF5B432EDFCCA53AE /* Core */ = { + 426BE7E34FCCE3337F1E31F84E6D5942 /* Security */ = { isa = PBXGroup; children = ( - 9FFDB0A81AB17D363B0AC8CA188AF711 /* CLIColor.h */, - 4661265A443042DBA740487B4EA92753 /* CLIColor.m */, - 666000B986B6797465C13CF7C3F80480 /* CocoaLumberjack.h */, - AED4BC519F785B48AA2AE72B16EFE3DE /* DDAbstractDatabaseLogger.h */, - 3D03E1C20F466CF72ED4E53BD2E97C3C /* DDAbstractDatabaseLogger.m */, - E7CC32758D1E7F643338C040FFF69314 /* DDASLLogCapture.h */, - BE19F6ABDCD82BC9AFBA01C07A578D96 /* DDASLLogCapture.m */, - 028CFE8D69AD369033EC7BEF0F6EED65 /* DDASLLogger.h */, - EAB0321FC38DDACD9430768721E33047 /* DDASLLogger.m */, - 0F0C81B2DB51742F15DDF98352949AFA /* DDAssertMacros.h */, - 7181C517ED72E24C4881C6CF50F717FE /* DDContextFilterLogFormatter.h */, - ED2C0B4B62350FF3EB9050D523713BC0 /* DDContextFilterLogFormatter.m */, - 9676E4BB9413B3DEEE56E3B02C0F736A /* DDDispatchQueueLogFormatter.h */, - 96DD27CEC9F83DE997EC0ADEE0182D6F /* DDDispatchQueueLogFormatter.m */, - 86DFD22C31174D0E18883A640C01B683 /* DDFileLogger.h */, - D681B4898092DE238049652B3120B5C2 /* DDFileLogger.m */, - 662DDB4B48912027592EAB55E57716D6 /* DDFileLogger+Buffering.h */, - 2495C6BC53CEA7C706B0ACDD214CEB61 /* DDFileLogger+Buffering.m */, - BFB61E461C0F576D4C6CBCED293239A7 /* DDFileLogger+Internal.h */, - 706076E46F42CF0579F6C8FDD74E3FCD /* DDLegacyMacros.h */, - ECF70A0BE8C110BB4DE677A64D421514 /* DDLog.h */, - EC2BFE7875C93E6A7520AF71A8E81224 /* DDLog.m */, - 2232C8D82E15B2DED0AB2B20E62796DD /* DDLog+LOGV.h */, - B6587A5E16C88C73F427AA998A0E2A3C /* DDLoggerNames.h */, - B17BAC9C2C05B2426220FDBCA87F8706 /* DDLoggerNames.m */, - 7BF74A0A9DBAC10BB09A879ACAC04214 /* DDLogMacros.h */, - 35E01898A191BF836FC347DB01744C01 /* DDMultiFormatter.h */, - F63DC8FBD9CD3354A0CB406F7C8CA242 /* DDMultiFormatter.m */, - 88EBA189C9A81721DF6BAF47E16C238D /* DDOSLogger.h */, - 4B43C600E4F295EB6DCFF5522270AAF6 /* DDOSLogger.m */, - 3A53DEACB2ABDC65F4A621BB2D7BF76D /* DDTTYLogger.h */, - BD3C877256A1556C4A7CDA9E6383C9BA /* DDTTYLogger.m */, + A103FFA7723FBD56B2CDDB706727DF50 /* AFSecurityPolicy.h */, + 84D7D21EC7447D3D3F639B08B212EBCF /* AFSecurityPolicy.m */, ); - name = Core; + name = Security; sourceTree = ""; }; - 4427EA0F15F3D6D36212D951D9F0280E /* Frameworks */ = { + 44A4DA887CC7B0D4C771C344CBFBE427 /* KVOController */ = { isa = PBXGroup; children = ( - 6A4E554747E42775295E5EA1EA7A687B /* GoogleAppMeasurementIdentitySupport.xcframework */, + E7C3A3906F1A012B5CD61FB125B0DC52 /* FBKVOController.h */, + 1ACB346E664F68A4797425D9AB877AF6 /* FBKVOController.m */, + 051AA439490EDE8D8B13BAAAD9127FDD /* KVOController.h */, + B8ACBCA727BA9DBD6DFE25DD5DB6385D /* NSObject+FBKVOController.h */, + 8F53F89406DD6D0B1A3F1E8AFE71AC7C /* NSObject+FBKVOController.m */, + 31DE46E96094A788061061D6BBD56E6B /* Support Files */, ); - name = Frameworks; + name = KVOController; + path = KVOController; sourceTree = ""; }; - 4DB06BAF40AB199C2510A465EE9F0CF5 /* ReactiveObjC */ = { + 47D81A56180E37384F9B01477FD4649B /* AdIdSupport */ = { isa = PBXGroup; children = ( - 8312852A7A6EE34A82F396CB9060B1C7 /* NSArray+RACSequenceAdditions.h */, - FD3A0290BA611957066176F271750288 /* NSArray+RACSequenceAdditions.m */, - 59329F8B2E118AB96C6B04FBACC816B1 /* NSControl+RACCommandSupport.h */, - 627B8E48CEAE1D92E72BDDB3F00C5209 /* NSControl+RACCommandSupport.m */, - 3F3CDF961631DFC0C9486205BFF14316 /* NSControl+RACTextSignalSupport.h */, - B151942A9A1FFC5C6AF7AB7F84FBE8F3 /* NSControl+RACTextSignalSupport.m */, - 111444F39ABD4F1017F292A9DC22ECD6 /* NSData+RACSupport.h */, - 92F644810652B04B7CDBD609D061186A /* NSData+RACSupport.m */, - CCBEECB5565FDB3A076F660E68E43C92 /* NSDictionary+RACSequenceAdditions.h */, - 23EE979D8AF66C580FE7C45D41895FEC /* NSDictionary+RACSequenceAdditions.m */, - 7BD309B2F0993ACAE7107FE988D0226F /* NSEnumerator+RACSequenceAdditions.h */, - 2E23F187D2F9D33E39C6F217213C88E8 /* NSEnumerator+RACSequenceAdditions.m */, - D82E3035747EE46A4BEF82202D0073D3 /* NSFileHandle+RACSupport.h */, - 892854E1FFA31C9B966AEAAB6D7A5FFB /* NSFileHandle+RACSupport.m */, - 3E7593F7438B1ACCAB126B9864D114DC /* NSIndexSet+RACSequenceAdditions.h */, - 731FC4C546BF1A2F58279B0D6326F0AC /* NSIndexSet+RACSequenceAdditions.m */, - 1387EDFBB85AFC8D4353659BC003A7E3 /* NSInvocation+RACTypeParsing.h */, - C12670809C8A039E194AFA49923BA063 /* NSInvocation+RACTypeParsing.m */, - 679CC618047E4B3926241204D5D5F618 /* NSNotificationCenter+RACSupport.h */, - 4151FBBE9A55B3C3C44AC673B8987883 /* NSNotificationCenter+RACSupport.m */, - 3D0379B97181037A8342EB65FF75E33E /* NSObject+RACAppKitBindings.h */, - C7593CD277AFCAE2F47C1AF9F4E81AD6 /* NSObject+RACAppKitBindings.m */, - D42199E73DF4DB7A35EF58605866EDE6 /* NSObject+RACDeallocating.h */, - 034A1B7E7B2BA6557AED21D9D7F97C93 /* NSObject+RACDeallocating.m */, - 29BA97F02BD225549160420D400A5DDC /* NSObject+RACDescription.h */, - 1B7980700536E2B5C7C6F4DB1546D23F /* NSObject+RACDescription.m */, - C6E9C3CFDF7C7CB102C80A3E4316D2EE /* NSObject+RACKVOWrapper.h */, - AE80F58D2EC91C5E0FF89C1EA3E15846 /* NSObject+RACKVOWrapper.m */, - D2773FEEEB6440AA2947792EB087E3ED /* NSObject+RACLifting.h */, - C9D53E988CD107B608414F24BD0ABECF /* NSObject+RACLifting.m */, - F8865B3939C1741E8AB37A2121E3A6E2 /* NSObject+RACPropertySubscribing.h */, - B37D0F6EF003D672F6EC04BCECC06238 /* NSObject+RACPropertySubscribing.m */, - 24B2494162241748286ECA27EE67082C /* NSObject+RACSelectorSignal.h */, - E54FE0A63CC46B4FBED25859050D6749 /* NSObject+RACSelectorSignal.m */, - F069BC46B8FAE3816234EAC9BB593EC6 /* NSOrderedSet+RACSequenceAdditions.h */, - 3A19D598D85D351230D2FBC8F469FAF7 /* NSOrderedSet+RACSequenceAdditions.m */, - 8C77AC31DFF93CF9D41FC018063464BE /* NSSet+RACSequenceAdditions.h */, - EB2F6558FC599D83AA488A03326C2C57 /* NSSet+RACSequenceAdditions.m */, - B1364370F2D5CD6F331577F3FF1C9418 /* NSString+RACKeyPathUtilities.h */, - 6E9DEA894C1D57B8FC593620B0F0942B /* NSString+RACKeyPathUtilities.m */, - 5781EC895FD0ED789250D2DBBDB48F49 /* NSString+RACSequenceAdditions.h */, - 81508CF03B84AFE8A7C471269A9A8CFA /* NSString+RACSequenceAdditions.m */, - 03BB046859488AB1AE3BF321F0B00E98 /* NSString+RACSupport.h */, - 283E57E98B511FE6F570040396F7222B /* NSString+RACSupport.m */, - 47163E6A87FA4B91913EDA19501394F2 /* NSText+RACSignalSupport.h */, - B9F15C3D1A30756A3AF765B0A2853C47 /* NSText+RACSignalSupport.m */, - 011282BE0CBA11E6A99101035063CBFD /* NSURLConnection+RACSupport.h */, - 0FA44223CDD80BCA33B8FD26D22DBA6A /* NSURLConnection+RACSupport.m */, - DD8406349CEC534BE704666F8AE7F709 /* NSUserDefaults+RACSupport.h */, - C62FC560E26CACC033E1098E6F243372 /* NSUserDefaults+RACSupport.m */, - 7C9A1FF4E007887EEBB5695055B0C31F /* RACAnnotations.h */, - 4D848EE45DBC4D1742A383A225E8B968 /* RACArraySequence.h */, - A53C416579AD224561CDABE81C9EEE8A /* RACArraySequence.m */, - A4A671D29FAAED4F82EC7F655F5A1935 /* RACBehaviorSubject.h */, - 8B33009978155D01B420D87A1493F510 /* RACBehaviorSubject.m */, - 3A5C84563F9AAB88AE1485CB143FB91A /* RACBlockTrampoline.h */, - 88E3A161FD2D80B711EF447EA04992BC /* RACBlockTrampoline.m */, - 6AFB2DC4B744799217EFC0D056276F68 /* RACChannel.h */, - 46EC71CED36A740E802B44571F08E177 /* RACChannel.m */, - 47BA3F37509E2568D5B93136AD0C5EEC /* RACCommand.h */, - C8D861BBA12281368CAD9AF47DE41A3B /* RACCommand.m */, - 10B3316DB913026EFB0F492B45232AC3 /* RACCompoundDisposable.h */, - 69919E7D4B8636DC19BEB976E9B47532 /* RACCompoundDisposable.m */, - 0FF61087B3789A8B660DA65797497087 /* RACCompoundDisposableProvider.d */, - 51691C188DA1821828A3F5C4381ABA58 /* RACDelegateProxy.h */, - 0FD5B2872CEC942C4440541804E099C4 /* RACDelegateProxy.m */, - 48CE1DA889D60D7E9A7FF64973520B4C /* RACDisposable.h */, - 9D8CB635618EE996FC6B9CCACD0AD42D /* RACDisposable.m */, - F4AD45C0F6C51E739D9C509C5705BC97 /* RACDynamicSequence.h */, - 56568386FE01788C138D604D407D77C7 /* RACDynamicSequence.m */, - C82DE15CDD336E8170D42D13B290EE14 /* RACDynamicSignal.h */, - 92887E1141F0CFF394149676DCF1B124 /* RACDynamicSignal.m */, - 96F31844DFF39BAB61E29D3A96E2DB3C /* RACEagerSequence.h */, - 26D1C03447105CBC02B90980E0BD2323 /* RACEagerSequence.m */, - D5F40B815F40665078ACDC59A41F13F2 /* RACEmptySequence.h */, - BE2F40267E1D2BC55D01F3E1D6D9312D /* RACEmptySequence.m */, - 49672F07471AAE3562C69F8C8EB377D2 /* RACEmptySignal.h */, - 5841D5A0A2D082F19C94D05BF52A0700 /* RACEmptySignal.m */, - 64F13FFE784DE7A274A0521E52E10654 /* RACErrorSignal.h */, - 69FBCA96A72A76D514DA0064FC26C1B3 /* RACErrorSignal.m */, - 7EEC02CE7D927E2D9751D0AE2272B96E /* RACEvent.h */, - 25467A947C45115112B3F502A7AD6B0E /* RACEvent.m */, - 77CA3D1FD0FAA32B47A3422F4B7BB688 /* RACEXTKeyPathCoding.h */, - 607A60E7BD377A27D0807FEFE2691CEF /* RACEXTRuntimeExtensions.h */, - F184BB92275B615F76811095F84C5631 /* RACEXTRuntimeExtensions.m */, - 572D0C8FBF5F41D7D76F33FE5FCB5B16 /* RACEXTScope.h */, - 634E242413EE1750828A0BC95BCED169 /* RACGroupedSignal.h */, - D291247DDF89DAC6C083FB90F5E3E3E3 /* RACGroupedSignal.m */, - 88374BFE0D5F02C23F04D33295DAA9F4 /* RACImmediateScheduler.h */, - CB27A8B60D2C175CD5B663BCA899DE6F /* RACImmediateScheduler.m */, - 7768F6BBD3BE7BB81E7533A435EE3755 /* RACIndexSetSequence.h */, - 7DF1A58544B7B3B9E6DEB54E61C9246C /* RACIndexSetSequence.m */, - ADE15258520EDA4352E72EBE8E83FF1C /* RACKVOChannel.h */, - 7AC3497930BDCD2224DE790601509C05 /* RACKVOChannel.m */, - CDD55BF945CF0B42F3742101E076BD68 /* RACKVOProxy.h */, - 63E4D195F59E186E2B54128C7FAEC571 /* RACKVOProxy.m */, - 74F24646356A6064EC3DF2E00D5C68CD /* RACKVOTrampoline.h */, - 7716A7B49AADADB10E58951E54A664C6 /* RACKVOTrampoline.m */, - 9C3FD89F80973E605E535F5D8FACFBA6 /* RACmetamacros.h */, - 179E4768676CA75BC73E3F260FF4BF34 /* RACMulticastConnection.h */, - 72D77D043BB162437B2960ABA744EF89 /* RACMulticastConnection.m */, - B848C8E94B2BE4B16A83E9E4EEEF5790 /* RACMulticastConnection+Private.h */, - F3A25E893BD5CF0BAE84298AFF81D540 /* RACPassthroughSubscriber.h */, - 7967DA6560357B88C7B4E2F44F7F9D52 /* RACPassthroughSubscriber.m */, - AC06C778B9BA262038BEDFF43A7671AA /* RACQueueScheduler.h */, - A707B4B256FD017F496258E0876187CE /* RACQueueScheduler.m */, - E02A828EDE371B55EE166D5676ED5425 /* RACQueueScheduler+Subclass.h */, - 8C1C471CF2488B0AF1C092B63A07CE9A /* RACReplaySubject.h */, - B4C5DF69CB827C3794AEDB4DB3CB61A2 /* RACReplaySubject.m */, - D8AC21865C174FEED6CBAAF4D862F93D /* RACReturnSignal.h */, - BE94050EFB95F5C9C160E0CCFAB4C4F9 /* RACReturnSignal.m */, - 436CB5ABF43EFC5D122EEF0124E08AB5 /* RACScheduler.h */, - F017E6083366639EF51E81E516C374DD /* RACScheduler.m */, - 2CE56860100B99073AC03D478863D93E /* RACScheduler+Private.h */, - 453BAD0DE3CE588C4FCC9C9090BFBE49 /* RACScheduler+Subclass.h */, - 27DFC9F9A3B216FFEF2FC7D309A3B450 /* RACScopedDisposable.h */, - 823F39843F94060BCF7876CAEA36E1B0 /* RACScopedDisposable.m */, - 2C76E61ADBBDA6F6834D53CD95811BB3 /* RACSequence.h */, - 765F9195A20C4951337D9E6EE14E7AA1 /* RACSequence.m */, - 4DFF4BC63578AE1B8C8C91D6F5D6674C /* RACSerialDisposable.h */, - 238D4FA9D8A150D1B9A2C5ABAD63D4FD /* RACSerialDisposable.m */, - 0B16BF42AD0BCC91EF5D3BA4C5B1AC17 /* RACSignal.h */, - 142A734DC0680A1F253A754326B1CFCC /* RACSignal.m */, - DA0604D363A69F1C46CFA227A05A90A2 /* RACSignal+Operations.h */, - F81D6477A4B626098DFFA0EEC7C52F05 /* RACSignal+Operations.m */, - 091B328F665F1E2188D1C2ABB1034CC2 /* RACSignalProvider.d */, - 83D397962094AAA9044A0438CDA06B49 /* RACSignalSequence.h */, - 2CC9672620058C98DCE062837AB0CB59 /* RACSignalSequence.m */, - F636944A74F622B90FAC958211D5598E /* RACStream.h */, - 0682673B1282FA073E616499AAA637ED /* RACStream.m */, - 0AAC1F85A8819D642201AF7242F3C8F8 /* RACStream+Private.h */, - A948EDE1C82A25C5C1BE3654046A8490 /* RACStringSequence.h */, - AF40872069242CEDB2F6EE79806E5B30 /* RACStringSequence.m */, - 9CCB35CAD3257D8F2170A4F4E54F6719 /* RACSubject.h */, - 49465B691815DEEA0167A81DF79FB934 /* RACSubject.m */, - 6C2EFBC3D5F33607456966C17EA60334 /* RACSubscriber.h */, - AE9DE4C09CDCF94A3A087010DF558826 /* RACSubscriber.m */, - B2C3A0DB85F203C8B1A07432F6803E36 /* RACSubscriber+Private.h */, - F4BCE525F4472559F604C5EF5786F837 /* RACSubscriptingAssignmentTrampoline.h */, - 7DD5906EA5B5E23664353085C8C2AF7D /* RACSubscriptingAssignmentTrampoline.m */, - 2539933AC47E38984CED30E6295CC0CF /* RACSubscriptionScheduler.h */, - F85464698533F6FB7A256FFFA95FE2E8 /* RACSubscriptionScheduler.m */, - C7BF71F790E445079B776ED9C5F28096 /* RACTargetQueueScheduler.h */, - 558557F8D34BEB348F36D33E860045BD /* RACTargetQueueScheduler.m */, - 7AD798DF14661FA5E6C78F81F0127083 /* RACTestScheduler.h */, - 4714B9693E4EC121AD8F6A50EDEB85DF /* RACTestScheduler.m */, - 859AC3DEDA8908A44F3F4DE5319EB023 /* RACTuple.h */, - 70762A26DBA0DF5C292D409F7FF737AA /* RACTuple.m */, - F244D89ED5189A8631AF0E89B7692A31 /* RACTupleSequence.h */, - EEF0D8851906AA1AD00870E7B34E319D /* RACTupleSequence.m */, - E6938D9239DB2FED3A511FCB513011DD /* RACUnarySequence.h */, - E0A2420D9CBD471DB8146950DC814F94 /* RACUnarySequence.m */, - A751CA03E5E158CFDDD4D1EF75A388C0 /* RACUnit.h */, - E4FDD3EE6656EA062E9EB637293565DE /* RACUnit.m */, - A8C1CAF703B2881F0AD9E9AD96B32CB8 /* RACValueTransformer.h */, - 2A74EAA07BC403084E4E913BB4AA07BD /* RACValueTransformer.m */, - 5D7F349C817AA9C568C84C91402C774E /* ReactiveObjC.h */, - 0A732009335098ACDF3B5E1344B71C53 /* Support Files */, + 1047932479D58B2BE69D8B5430822337 /* Frameworks */, ); - name = ReactiveObjC; - path = ReactiveObjC; + name = AdIdSupport; sourceTree = ""; }; - 4F2F7E975352B933D468B11777764404 /* Support Files */ = { + 4886932CEAA2576F483D8A40C8AAC0F0 /* Support Files */ = { isa = PBXGroup; children = ( - 87202F72605FE214DD8CEBDB9BF668AF /* AppCenter-xcframeworks.sh */, - 7F4D76549161621139200BDE7EE97554 /* AppCenter.debug.xcconfig */, - 850D55FC673717E6BB3F8AC509FF5565 /* AppCenter.release.xcconfig */, + BB6EF68747645B634C7A67CA98A42BB5 /* Sparkle-copy-dsyms.sh */, + 35A368BC505EC6C1A5632EC7438C4B58 /* Sparkle.debug.xcconfig */, + 57D48B562A16327B447692577E7F875B /* Sparkle.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AppCenter"; + path = "../Target Support Files/Sparkle"; sourceTree = ""; }; - 618C53DAFE009250418E3596F2CCCE8C /* Support Files */ = { + 4B6DDE16EB4A6532422CB5B3E026EFB3 /* PromisesObjC */ = { isa = PBXGroup; children = ( - EBA72D16C27253E221FD652204BBEA08 /* FirebaseAnalytics-xcframeworks.sh */, - A0F03B2EDB92BA6EF26D22F74972F58D /* FirebaseAnalytics.debug.xcconfig */, - 7D153D12CC4D306DE58CB82118ED3AD2 /* FirebaseAnalytics.release.xcconfig */, + B86D20EC8B2637AD8F424E2AD6DC229C /* FBLPromise.h */, + F30D45B29902BBE08A37108EAEB9EC10 /* FBLPromise.m */, + C0ACD13087DA2051F86CF25EDF02DA72 /* FBLPromise+All.h */, + F858AA31B65D3C50C94F15C2BFBC8389 /* FBLPromise+All.m */, + C71B3F9996F6DF1106CF326D97F8C0EB /* FBLPromise+Always.h */, + 65B0FB7235EC06256501F4BE4AC4FB0D /* FBLPromise+Always.m */, + 5795811E106ED74D63F65B1D6628A679 /* FBLPromise+Any.h */, + B3E4D787B8F94F6193258C66382EB0B8 /* FBLPromise+Any.m */, + FC950F8E3A3C7F8044E301F0297D3202 /* FBLPromise+Async.h */, + 8C5E3960B210909B69E294EFC8D9EC9A /* FBLPromise+Async.m */, + 0909DEA53874CCEFD93D7186E8F56957 /* FBLPromise+Await.h */, + 1C5656B309EC272D3DB3636CD2FC93CF /* FBLPromise+Await.m */, + 793E3296B4D3C5369E64064733E12112 /* FBLPromise+Catch.h */, + 52D76CBD65A112752D7A43AFA7E7B117 /* FBLPromise+Catch.m */, + B5357AF6A41ACAAFEB4D3C588B07E767 /* FBLPromise+Delay.h */, + E693BE26D7B8C1D4850930766AEF55AE /* FBLPromise+Delay.m */, + 4767F4491A33B01FD65C4BC37009A059 /* FBLPromise+Do.h */, + F0309AB32E8659DDD3314CC45C2366D2 /* FBLPromise+Do.m */, + 5F84F4616DD84F0BEB5D37292E3BCB02 /* FBLPromise+Race.h */, + 002EB494D800703B4E51554F00D4E0E3 /* FBLPromise+Race.m */, + 060D7ADC94C54460581B653B784B3932 /* FBLPromise+Recover.h */, + D5B8BB47332295D476E796B44FABF0B8 /* FBLPromise+Recover.m */, + C628921959EE4F6AEE21F9CD228BE561 /* FBLPromise+Reduce.h */, + 66AD0671C7EE5E43469AB7AA0062390F /* FBLPromise+Reduce.m */, + E9C2F57A756FE7202EDF2020F4F379C4 /* FBLPromise+Retry.h */, + F499235A0E4DF235B3A310438AE716E5 /* FBLPromise+Retry.m */, + D657A3525078E4AE22C81B0817E0BCFC /* FBLPromise+Testing.h */, + 6A39DD07995AD08BA43E482BE64459D4 /* FBLPromise+Testing.m */, + B54293899303830EC464E44B649FE7C0 /* FBLPromise+Then.h */, + 7B688871F8A81704E03BB56866E0785E /* FBLPromise+Then.m */, + C737832F5A9F9AD64F2622C28785B944 /* FBLPromise+Timeout.h */, + C61EB377CEDD00BEDA29B1F839C717C1 /* FBLPromise+Timeout.m */, + 1B6877A0D069DEE803E04AC3746F8A5D /* FBLPromise+Validate.h */, + 6D0F4A7351CCC4FBBAB92123A032876D /* FBLPromise+Validate.m */, + E77858EF5867EE1E35F186DC62BD1D22 /* FBLPromise+Wrap.h */, + EAA6CC7099EE00E5A714315CB5CB5340 /* FBLPromise+Wrap.m */, + 4D7E4AF6FA44C7E153A1AD84DF80DC9B /* FBLPromiseError.h */, + 6500900EF47A1CB6215FC64CB437A66E /* FBLPromiseError.m */, + 2BEF6106C4EDE99941F1244642BC5E9C /* FBLPromisePrivate.h */, + BB8367FF47DE19159DCAE0DA91FFFF5F /* FBLPromises.h */, + C2AD7838C535BD493A33C4FD17FDC956 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseAnalytics"; + name = PromisesObjC; + path = PromisesObjC; sourceTree = ""; }; - 64331A247950855D3084FDF4B09732DC /* Analytics */ = { + 506CF9A7311D7F33C883828D93C0D57D /* GoogleAppMeasurement */ = { isa = PBXGroup; children = ( - F534A7F44CEF44FC38E02740F78F1BE9 /* Frameworks */, + 5D02AD809086506FAED889764DFF2D73 /* AdIdSupport */, + 8A65F1B77DDC6B6B6191BC2D66503063 /* Support Files */, + 26D15FE86026CCAEE5E5D43A44613792 /* WithoutAdIdSupport */, ); - name = Analytics; + name = GoogleAppMeasurement; + path = GoogleAppMeasurement; sourceTree = ""; }; - 6852593B81B39E14FBE1F5568D4FA482 /* Support Files */ = { + 568DE7E9C3E440E5843C1EC09BD33155 /* FirebaseCoreInternal */ = { isa = PBXGroup; children = ( - 492550373EC745BC1D8A0F9026DEA247 /* GoogleUtilities.modulemap */, - E57E60D24A5E8C5E0F7773497BC05DE3 /* GoogleUtilities-dummy.m */, - 4FB2A27E862A35920F93701A10C479AB /* GoogleUtilities-Info.plist */, - D62D40C6C75B551CA8C7D8FF03EA2C4B /* GoogleUtilities-umbrella.h */, - 8BE7CDB03DE38FE46DAE601DB1814ECD /* GoogleUtilities.debug.xcconfig */, - EF90EE1FB7DFF86C1D90DF9BF3DB175A /* GoogleUtilities.release.xcconfig */, + 4BE17F938C1539972A20E1B100916333 /* _ObjC_HeartbeatController.swift */, + A998B4AE16A49A8EF97BFA5720B58271 /* _ObjC_HeartbeatsPayload.swift */, + 545A7C7FBE260AF54DE6C14004363F11 /* Heartbeat.swift */, + 791E0D7A10EEC74E325AA51630C141F8 /* HeartbeatController.swift */, + DF8EA64480E422C360961E1144C10003 /* HeartbeatLoggingTestUtils.swift */, + 85956E68176AF000E89F5C9B2A343C98 /* HeartbeatsBundle.swift */, + 1083B39D3FF538D1B762356D9EC6FF58 /* HeartbeatsPayload.swift */, + D59B72061F0C795D44B8B24A76AAF97E /* HeartbeatStorage.swift */, + AE23434595531FBAEA8470332E171CF1 /* RingBuffer.swift */, + B6B48B2773780C74CAA27A937A23281B /* Storage.swift */, + 327FD470BD07B6EA81D8A7A23C177292 /* StorageFactory.swift */, + A364F4D3512BF7AFE9A4E0E1D45E69B9 /* WeakContainer.swift */, + 5CB1C64E43DFEBFEA32AFC9744CAF9A4 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; + name = FirebaseCoreInternal; + path = FirebaseCoreInternal; sourceTree = ""; }; - 6A7BA5E49CCB87A0D6CACFA889BA5916 /* Support Files */ = { + 5B291D5FA3ECB615073FCD7CC1E00FB3 /* Frameworks */ = { isa = PBXGroup; children = ( - 99A4BBCEE45C89A246A38FF1BEC44990 /* FirebaseCore.modulemap */, - 4DBD9257A0154BA16B419B5DBCEC71AC /* FirebaseCore-dummy.m */, - ABD202B90145444587ABCD96CE74DA98 /* FirebaseCore-Info.plist */, - 165776E907AA65ABB7AD46760F036945 /* FirebaseCore-umbrella.h */, - 2C6D23DCB9C7729AED9D389D7B98CB3D /* FirebaseCore.debug.xcconfig */, - 540BFC7B0A6674F248764133167AC2B7 /* FirebaseCore.release.xcconfig */, + 45356AAF18F87B77BB8B1667184EB2FA /* AppCenterAnalytics.xcframework */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCore"; + name = Frameworks; sourceTree = ""; }; - 6D998C9D72B2C0CCC6456413234A6591 /* Support Files */ = { + 5CB1C64E43DFEBFEA32AFC9744CAF9A4 /* Support Files */ = { isa = PBXGroup; children = ( - AA8655BDB57963982F423EB5BAA5B201 /* FirebaseCoreInternal.modulemap */, - 95DE34EF5BB92920CB290049AD022A1C /* FirebaseCoreInternal-dummy.m */, - 2508BA7C86579CBB5BC58F5F2751C842 /* FirebaseCoreInternal-Info.plist */, - D918EEEBDE3EA7004F52F151FF1085BF /* FirebaseCoreInternal-prefix.pch */, - 5688E0145B70DE06E2721AB6905DE063 /* FirebaseCoreInternal-umbrella.h */, - A54B414F062D22D67B63A70F8B776B1F /* FirebaseCoreInternal.debug.xcconfig */, - 913D75506CEFC2B852A2F9CA0DCF4E83 /* FirebaseCoreInternal.release.xcconfig */, + 82EB6B49572D538791B7F5EFB21F75AE /* FirebaseCoreInternal.modulemap */, + 2E1BCA1721C5818EF10F0F6BD9572125 /* FirebaseCoreInternal-dummy.m */, + 1D5AC857D7BADDDB6D8ECB1848BC2572 /* FirebaseCoreInternal-Info.plist */, + CF6920BC39327A81EDDBF224B60182C2 /* FirebaseCoreInternal-prefix.pch */, + E20765094E8DAA7ECB6186CAEE21BB60 /* FirebaseCoreInternal-umbrella.h */, + 681F18DD8A5E84CBDC9093C68E5B7864 /* FirebaseCoreInternal.debug.xcconfig */, + D48DC869F7778DA39953454958121E2D /* FirebaseCoreInternal.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/FirebaseCoreInternal"; sourceTree = ""; }; - 6DF75506D3DE0048224E863EC6E75DD4 /* NSURLSession */ = { + 5D02AD809086506FAED889764DFF2D73 /* AdIdSupport */ = { isa = PBXGroup; children = ( - C09B07270ED1709CA9FCAD9A861E65A0 /* AFCompatibilityMacros.h */, - 3CFBC30A93E0143FD1F8EE283D20C2CD /* AFHTTPSessionManager.h */, - A6CD99CFA739CEE9E92A9D66495CCB9C /* AFHTTPSessionManager.m */, - A3A2475C652F96DFECFE8D9129DB8F92 /* AFURLSessionManager.h */, - 3FDFCB91D84B1B645D15E08E1BBB117E /* AFURLSessionManager.m */, + 1CB28063DC3C5DD5A7F90F608C37441E /* Frameworks */, ); - name = NSURLSession; + name = AdIdSupport; sourceTree = ""; }; - 6E8365B8699CDF8203342A0B0EEB8C3D /* Frameworks */ = { + 5D4CAE65D752B3852757B51992CE9457 /* Environment */ = { isa = PBXGroup; children = ( - 74B56512D2F3CC8B99AE9B841862BA8E /* Sparkle.framework */, + 3CC11FBDD4514DD62185F66FA1BB59DA /* GULAppEnvironmentUtil.h */, + F1864F83FB4E0BF32A91AB2E9F203BBF /* GULAppEnvironmentUtil.m */, + A121CF4FDDC95871EB8E8DC5F45253A2 /* GULHeartbeatDateStorable.h */, + CFDADC5BB855150A19290E1B218A5187 /* GULHeartbeatDateStorage.h */, + 98100DB3772CBFF026818DEAF0DBE7E4 /* GULHeartbeatDateStorage.m */, + DE407F25B002C0A3BF90EEC037B09BCD /* GULHeartbeatDateStorageUserDefaults.h */, + 3816277A2A2DFBF6BB9696F6EB49DBE0 /* GULHeartbeatDateStorageUserDefaults.m */, + 49F057D8FB318FE106254E54B6742A7B /* GULKeychainStorage.h */, + 2987B4FD8C265E57D3D1B37196AB8997 /* GULKeychainStorage.m */, + 1895521E8893ADB513CECFDA3EDF77DD /* GULKeychainUtils.h */, + C92AA3B32FE450191A39C3467ED52F84 /* GULKeychainUtils.m */, + 7AD718E9A4984BE6041FDFAE6640DDD1 /* GULNetworkInfo.h */, + 13DDF55126672B905984652818682C6B /* GULNetworkInfo.m */, + 707EBD112D64DD65062A4BF5369361AA /* GULSecureCoding.h */, + 5578640E5E4D969B31C79F02D8697E32 /* GULSecureCoding.m */, + CB356DC2F6B8565FB55FD226D039FC62 /* GULURLSessionDataResponse.h */, + FFB1772152F6CB2AA2806513AC8312D0 /* GULURLSessionDataResponse.m */, + E78A5929CC321AA2E0CD4BAFDAD2AF6D /* NSURLSession+GULPromises.h */, + 8F1B8DEAC644F17AB93908848C017CB4 /* NSURLSession+GULPromises.m */, ); - name = Frameworks; + name = Environment; sourceTree = ""; }; - 7067D651188BC7621BDA2A7C82934B7E /* Frameworks */ = { + 5F4FBBFEA736C26C92B9ECA9EED3EFE0 /* Frameworks */ = { isa = PBXGroup; children = ( - 9AA2C8ADF007298CF825A87AE19EBD00 /* OS X */, + 8B6322A31749C1A79CE5C504EEC366C9 /* AppCenterCrashes.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 70D5B0FE0995142C5762FCF587629466 /* Support Files */ = { + 6170289B20F270A2A3D5D65975D6EE35 /* NSData+zlib */ = { isa = PBXGroup; children = ( - F8CC32EB43ADEE9B8C468B7CB4C77BAA /* GoogleAppMeasurement-xcframeworks.sh */, - 7A94770C2B6E29831F896861836614EB /* GoogleAppMeasurement.debug.xcconfig */, - E5E06B1F981B0B49237E888A30E04CBC /* GoogleAppMeasurement.release.xcconfig */, + 38C90477E6350DD076C939E7CDD1B832 /* GULNSData+zlib.h */, + 969C91C4287038D447D86AEBAB668CB9 /* GULNSData+zlib.m */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleAppMeasurement"; + name = "NSData+zlib"; sourceTree = ""; }; - 7F19AEE525B91928A3B0F238C1420B2C /* Resources */ = { + 6600DE2E11E3EE520D53041041514366 /* Pods */ = { isa = PBXGroup; children = ( - DE22E4C55139B16215D61B061E623DF4 /* cs.lproj */, - 73B2102D0018D89C6129B4AC145EA672 /* de.lproj */, - 4115AC81ED568E5EEDF08F51F79EF0CF /* en.lproj */, - 13DD455933B8045B4BF63FD1705A821B /* es.lproj */, - 3E97C4E0DE227D89E29E8E04E0B212D3 /* fr.lproj */, - F9C0D5D55523B1544D16094C99BDAD88 /* it.lproj */, - 827C13DC0D1A92A7A876A92DBB4EC9ED /* ja.lproj */, - CA0BF38A7900510AAF1AD9DFDC664053 /* ko.lproj */, - D1A230E3F737886FF80F1A39B6DC1865 /* nl.lproj */, - B95BAAE8E091701E216601E2A977E636 /* pl.lproj */, - FBD5795456F6C2D5CD84D19363706355 /* pt.lproj */, - 9F2D484B375B297F340AFA6B46DBF45E /* ru.lproj */, - A84665BA72BEBCF6AB98110B7B579A0F /* sv.lproj */, - 268BB7221BD529D720E9A7E5543B13C8 /* zh-Hans.lproj */, - F31F9CDD8C46A3C6D388A2579A3BACB4 /* zh-Hant.lproj */, + 9FD6CAE8991D18F1A69AD0AAFCEF4F9B /* AFNetworking */, + 11D595F70B533127653F7B45750299C2 /* AppCenter */, + B2A5557C5EA671B7342D43B2AE0D4A31 /* CocoaLumberjack */, + 1B5384B9FF33672A36B3B98152441441 /* FirebaseAnalytics */, + 0C5103719ECC7D1719786035E1362847 /* FirebaseCore */, + 568DE7E9C3E440E5843C1EC09BD33155 /* FirebaseCoreInternal */, + AF29D4744F7BC84014A996F617307254 /* FirebaseInstallations */, + 506CF9A7311D7F33C883828D93C0D57D /* GoogleAppMeasurement */, + 215ED34E61E8B6023745DAF7D65B88D6 /* GoogleUtilities */, + 920734DAB4AF46777CFCC4C68AC20455 /* JLRoutes */, + 44A4DA887CC7B0D4C771C344CBFBE427 /* KVOController */, + EB1BAF480B70C010EA682EC7B1C0E398 /* Masonry */, + 94E05949FA997DFECEA68261A0173090 /* MASPreferences */, + 3DF32F7D3041D7913F3F5B3A9809943E /* MASShortcut */, + 0846CC75F4E7048B7059F0213C958B8F /* MJExtension */, + 2B50A2662D560163E9B19C455DDF9A93 /* nanopb */, + 4B6DDE16EB4A6532422CB5B3E026EFB3 /* PromisesObjC */, + D7A968777E36E7723C1AB85BA7933912 /* ReactiveObjC */, + FDB06A369DCBA34A6390A721FA04AFCE /* Sparkle */, + D82525C095E75CABFC9362C0EB7E6298 /* SSZipArchive */, ); - name = Resources; + name = Pods; sourceTree = ""; }; - 814CA6220C71472B28CD5D8792B3D5F8 /* Support Files */ = { + 6BA5A52A749E82FAA774A516ABEB8F71 /* Support Files */ = { isa = PBXGroup; children = ( - 6737BF7877076FBA32888E6C65E50AA5 /* Sparkle-copy-dsyms.sh */, - A9A60041F5C834249992A1F92BFAFDBD /* Sparkle.debug.xcconfig */, - 9AA17E4CAD7BC7D8371466E08FE08389 /* Sparkle.release.xcconfig */, + ABC8354248D1ECFEC0D147DAF6D51D47 /* AFNetworking.modulemap */, + 42093AF04DB673D93BC53406F2D955CC /* AFNetworking-dummy.m */, + 153C7590A66990441DB66F361EFE5834 /* AFNetworking-Info.plist */, + 06F3BE1A5D381AFFB3ACDE87A695D057 /* AFNetworking-prefix.pch */, + 6D351AA138F225C01DA05C7FEAB87AF9 /* AFNetworking-umbrella.h */, + BCCEF41D2367E1932BC96DDC7881AFCE /* AFNetworking.debug.xcconfig */, + 249FA3904B824FB1AE0D6D71F42A1241 /* AFNetworking.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Sparkle"; + path = "../Target Support Files/AFNetworking"; sourceTree = ""; }; - 82D07F0C3CF5779FAD9C35DBA741CC62 /* Swift */ = { + 7067D651188BC7621BDA2A7C82934B7E /* Frameworks */ = { isa = PBXGroup; children = ( - 69C76F973C396186BBF4A5EF6297F879 /* CocoaLumberjack.swift */, - C6FC0711BD96E6E0654250995B1A11AD /* DDAssert.swift */, - C608F63B3F0B8D00C1C7E707880E2CFA /* DDLog+Combine.swift */, - 9162331CCDD8E3AB289C2D58A7DA0CC7 /* SwiftLogLevel.h */, + 9AA2C8ADF007298CF825A87AE19EBD00 /* OS X */, ); - name = Swift; + name = Frameworks; sourceTree = ""; }; - 875F35ECBABC400A9C510B768D71713A /* Support Files */ = { + 71D09B38653408F4538CB24E4088D19B /* Frameworks */ = { isa = PBXGroup; children = ( - 82B3A15429D06E6C4988C58884EA4D49 /* CocoaLumberjack.modulemap */, - 18FA8B2BFCFE00D657CFE44461019380 /* CocoaLumberjack-dummy.m */, - 7F4643C73D136E05BC490751985E0EFE /* CocoaLumberjack-Info.plist */, - E56EF7E4DD8AE08AD92C799D9D0CFFED /* CocoaLumberjack-prefix.pch */, - 942313DADD089A340A8920F59090D2A6 /* CocoaLumberjack-umbrella.h */, - EF63453F7F524143B9C2FF825A2E9081 /* CocoaLumberjack.debug.xcconfig */, - 65F5CCF9B91741F518A10DA33C481370 /* CocoaLumberjack.release.xcconfig */, + 1D3130D5F3D0CF78A6DFD143C68C25D4 /* Sparkle.framework */, ); - name = "Support Files"; - path = "../Target Support Files/CocoaLumberjack"; + name = Frameworks; sourceTree = ""; }; - 8C4404871DB7494D9431458D0C054EAA /* JLRoutes */ = { + 74D939E277EB7559941C65454414A687 /* Support Files */ = { isa = PBXGroup; children = ( - 4E13BFC57C9BE61348A2B6736FB63F17 /* JLRoutes.h */, - 48683D0FC456E2E6B899AFF5B31DE737 /* JLRoutes.m */, - ACC642579114C0FDB00C3CCB5A23896E /* JLRParsingUtilities.h */, - 5872DE1DF38083DAA3E3129BDC798054 /* JLRParsingUtilities.m */, - 069392D6E4D61A73BDC4CF6DCAD7A4C8 /* JLRRouteDefinition.h */, - 06B29501BFBE75526209BB2E84BD7D8F /* JLRRouteDefinition.m */, - C0C5D3889C394E919844FAD749C4FA9B /* JLRRouteHandler.h */, - A56CD571951DA56785E3C98085F37413 /* JLRRouteHandler.m */, - E9592910EA5737E88A4D12C3E092CE33 /* JLRRouteRequest.h */, - B399DE821EFE47DDF0407790A2C7C9AF /* JLRRouteRequest.m */, - B4ADAABBE70B6F8A713C6F585D81D516 /* JLRRouteResponse.h */, - B4C63BC66371856BC66C799D7ABE2F22 /* JLRRouteResponse.m */, - 05EB69A3472E7CFAA01FADF27C48094F /* Support Files */, + 8BEEA514E1AF353F80A9A9A92F41202C /* FirebaseCore.modulemap */, + F22C30A9D8EE80C27C6D57A8742C336D /* FirebaseCore-dummy.m */, + 31AF7CE8DBFE4160AFBE86DB9BCB1F17 /* FirebaseCore-Info.plist */, + C222F87BB6826FF3A6B103A3117AE730 /* FirebaseCore-umbrella.h */, + 340F4B1F98951380636D8701CE6EB6A0 /* FirebaseCore.debug.xcconfig */, + 6B6C334033FE1900DFDEED01EBB2AFBE /* FirebaseCore.release.xcconfig */, ); - name = JLRoutes; - path = JLRoutes; + name = "Support Files"; + path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - 8F6B2BC054148324559305E4F31E7A5E /* Support Files */ = { + 7AE0A0693EE28D92112735806C02D28E /* NSURLSession */ = { isa = PBXGroup; children = ( - D45DD11CC0A93DF68A8D1DD67F651D18 /* FirebaseInstallations.modulemap */, - E5CCFF5E1DF175F6B9966A223ED6548C /* FirebaseInstallations-dummy.m */, - 1D763C67DDD2D5A61833A9D24252B0FA /* FirebaseInstallations-Info.plist */, - 3442A582F72C13CFF814366E67030B4D /* FirebaseInstallations-umbrella.h */, - 490067D1286DE7F24F03CE7839279462 /* FirebaseInstallations.debug.xcconfig */, - DF6B63715E28446922CAB5BF739772E4 /* FirebaseInstallations.release.xcconfig */, + 128D6144A150A1032BBB6EC3C51146BC /* AFCompatibilityMacros.h */, + B3BAA0CE47E5A737C9F4AB7CF7DEE8DD /* AFHTTPSessionManager.h */, + 6B3AC5795904C3555AF1A7B53DD4A42D /* AFHTTPSessionManager.m */, + C53C69754E1A847202EFD2940DF79AB1 /* AFURLSessionManager.h */, + 886C5C9E7C5B3C7448EE41901847B5BB /* AFURLSessionManager.m */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseInstallations"; + name = NSURLSession; sourceTree = ""; }; - 9020281A4129CDBA143FE2597834F36B /* Frameworks */ = { + 81023E4F86A56360096F874E949DCF3F /* Support Files */ = { isa = PBXGroup; children = ( - 7CD0D29CA4AF504F57E3DD18F7BEEA71 /* GoogleAppMeasurement.xcframework */, + E46780643C2964561A52B1495E348FB3 /* GoogleUtilities.modulemap */, + 4352070B536D631C5FDD0CE074C92314 /* GoogleUtilities-dummy.m */, + FE91706896CF33CD0F151C9E970DC5AE /* GoogleUtilities-Info.plist */, + F788C3B67D5F686ADA5AF1630B6BDFF7 /* GoogleUtilities-umbrella.h */, + 12BBFE521C88E72430D76AC38ED2E009 /* GoogleUtilities.debug.xcconfig */, + 678297DCF73BB0CE0DB101986C8135E4 /* GoogleUtilities.release.xcconfig */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/GoogleUtilities"; sourceTree = ""; }; - 9441FE61FD1EE85E094A3E04D6265A5B /* UserDefaults */ = { + 8668B46354239E73B0B0053F35F2E0F3 /* Resources */ = { isa = PBXGroup; children = ( - 0A4FD1372B83B3620EDD217F092EFECC /* GULUserDefaults.h */, - 3805403945A7EAC8796B1DC09EEB2CB3 /* GULUserDefaults.m */, + 3B737BCD6C11FDFFBFE975548497C0EA /* MASPreferencesWindow.xib */, ); - name = UserDefaults; + name = Resources; sourceTree = ""; }; - 946A9ECDD18E5A07BA86BFAC837784C6 /* Crashes */ = { + 87D4DE2B38D1506805F22FA6ED7A5AC5 /* Support Files */ = { isa = PBXGroup; children = ( - 3158C02EA8EA83CEF17AED971AE39E99 /* Frameworks */, + AE08C088296C3C1003B87BEAEFC087FE /* FirebaseInstallations.modulemap */, + 9A3A2ADEBCCF46C28530ADD565F87D4B /* FirebaseInstallations-dummy.m */, + 24EAE1AB23E0E81A377180B23B50F9A7 /* FirebaseInstallations-Info.plist */, + 34CB45701B6EA0DFF5880C53D9204148 /* FirebaseInstallations-umbrella.h */, + 6D9CBFBEF20C9E8E341A4BC836C5BA2C /* FirebaseInstallations.debug.xcconfig */, + CA1722A4A8AFDE544795CCD44D4675EE /* FirebaseInstallations.release.xcconfig */, ); - name = Crashes; + name = "Support Files"; + path = "../Target Support Files/FirebaseInstallations"; sourceTree = ""; }; - 9717FED8CDC6B8E336D2988F1D28673A /* KVOController */ = { + 8891363267E9329F42CA631D5D3CC7C8 /* Support Files */ = { isa = PBXGroup; children = ( - E7AACACFDD7628C0A8802A8C9F7F6854 /* FBKVOController.h */, - A76B809888AC9B71C89A568EEB54FF4B /* FBKVOController.m */, - 42AE3F98D9E58EDC1883D049D69D1913 /* KVOController.h */, - C4818B0C24F4BAFC0FA01EA457E0C566 /* NSObject+FBKVOController.h */, - DCA614ED9A6325629972AEBC943127C6 /* NSObject+FBKVOController.m */, - AB8FAB93FEEDCC9A93AAB8D88CD799D6 /* Support Files */, + D708F367A9BF5559F8E32F3DD113C7B7 /* ReactiveObjC.modulemap */, + BC871A19C3776780E99434A9EEF838F8 /* ReactiveObjC-dummy.m */, + A74972643EE588BE754BB7B04E350B85 /* ReactiveObjC-Info.plist */, + 57B018BC921A0DB6EC09028D17AEA059 /* ReactiveObjC-prefix.pch */, + 491968D3569FF1CF0FBD4FF76E5BFFF1 /* ReactiveObjC-umbrella.h */, + BF8BFDE001842774C47A89430AD32224 /* ReactiveObjC.debug.xcconfig */, + AB659AFB409F4A153A6AED8F8AFD0E78 /* ReactiveObjC.release.xcconfig */, ); - name = KVOController; - path = KVOController; + name = "Support Files"; + path = "../Target Support Files/ReactiveObjC"; sourceTree = ""; }; - 9A69C38E718BC4C2F268CB77FBB2FD49 /* FirebaseCoreInternal */ = { + 8A65F1B77DDC6B6B6191BC2D66503063 /* Support Files */ = { isa = PBXGroup; children = ( - A77E8303B6B93E2518DBBB11EA083170 /* _ObjC_HeartbeatController.swift */, - AD8121DB39B41878A561124EE61C138A /* _ObjC_HeartbeatsPayload.swift */, - 064D037D210E862067F9BCB306ACCCC4 /* Heartbeat.swift */, - DB1A57FF259A6C853D11518D05B28ED3 /* HeartbeatController.swift */, - E6C6A6CCB14A59D0CB9C168D5FFA2AB9 /* HeartbeatsBundle.swift */, - 972479D3B14D23351C2CAA29BE12181D /* HeartbeatsPayload.swift */, - A1D23321AD1F4070141E6E244B0C7735 /* HeartbeatStorage.swift */, - E9F4CDFA66A1A9CB815B78685C515F23 /* RingBuffer.swift */, - 9DE6ED222F408B2B571D6C9ABEF3CDEB /* Storage.swift */, - 883134334C69BB6B899B7084ADA6B207 /* StorageFactory.swift */, - F7AFEB70A3B71843712DE08519931DA1 /* WeakContainer.swift */, - 6D998C9D72B2C0CCC6456413234A6591 /* Support Files */, + B61F8CAB13945DD3344210E84EEAAE7B /* GoogleAppMeasurement-xcframeworks.sh */, + 7D0C13F6B053792B0978F71B0FCA0024 /* GoogleAppMeasurement.debug.xcconfig */, + DCD032F5C98F2C5606E635EF3F74C9CA /* GoogleAppMeasurement.release.xcconfig */, ); - name = FirebaseCoreInternal; - path = FirebaseCoreInternal; + name = "Support Files"; + path = "../Target Support Files/GoogleAppMeasurement"; sourceTree = ""; }; - 9AA2C8ADF007298CF825A87AE19EBD00 /* OS X */ = { + 920734DAB4AF46777CFCC4C68AC20455 /* JLRoutes */ = { isa = PBXGroup; children = ( - 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */, - B2CC38EAB95AC4B0E4103F60A7133C2A /* Carbon.framework */, - 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */, - AD1B09D61061D25891A8EE8B6F4A8D29 /* CoreServices.framework */, - 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */, - 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */, - 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */, + A3255CB3442A19936274DC8ED49454C9 /* JLRoutes.h */, + ACEB4360DDABC6ED44D4EBBBE606DC84 /* JLRoutes.m */, + 39F08A0517A1D1C516D5124699337407 /* JLRParsingUtilities.h */, + 6FD09E857D84EEBAD81E17EDC3AEBE60 /* JLRParsingUtilities.m */, + 9F7148FB9A09BD5EF6B134155A5D69E7 /* JLRRouteDefinition.h */, + A13865FF99BD925EF58E577317EE1029 /* JLRRouteDefinition.m */, + 288A41D74F7C098AE6338577F2D9B13C /* JLRRouteHandler.h */, + 407A5D4768F7D9959807ADE376E04A48 /* JLRRouteHandler.m */, + 7FFBF21C8D953F108DC5DEB82E276A76 /* JLRRouteRequest.h */, + 00D2912F9A273E9B7DF1BF0ABA05A534 /* JLRRouteRequest.m */, + EC9DE82F7AE6B382F7601667F02743F0 /* JLRRouteResponse.h */, + 139FEC40FD760606E39CC9C69678940C /* JLRRouteResponse.m */, + 3E98A29BEA3B5E5C0F789FCA4FF7A4B0 /* Support Files */, ); - name = "OS X"; + name = JLRoutes; + path = JLRoutes; sourceTree = ""; }; - A050EC697F9EED0514D557FEFF5D43E9 /* Targets Support Files */ = { + 93F256A2EA9892A4905EBFBCA73ECF64 /* Core */ = { isa = PBXGroup; children = ( - EF1AEB09A25729BBBB8C02850966EC45 /* Pods-Easydict */, + 1FD8E9DB2DBF4FC8ECD75DE3E5EE5B33 /* CLIColor.h */, + D204FF4A66E13434DF38C8CDE384CDA2 /* CLIColor.m */, + 5D2B3CB302DF96EEEB552319CBC64F20 /* CocoaLumberjack.h */, + C3071F43961E26E7AB4B75C0F432BE58 /* DDAbstractDatabaseLogger.h */, + E29745CC6C04972A1D37500338E97FC4 /* DDAbstractDatabaseLogger.m */, + F6DBACCA057009D97B1D14BED86B942C /* DDASLLogCapture.h */, + EC54CC8C9257CD3F90AB4641C3C74280 /* DDASLLogCapture.m */, + 26F65624E24F1B700F0382BB7125920C /* DDASLLogger.h */, + C2AFAB93615753004172C02DFD7E0EDA /* DDASLLogger.m */, + 0E25207DDDD8CE6F992CA20474F545C9 /* DDAssertMacros.h */, + D70326C462F56D62D0392DA23F3AEC03 /* DDContextFilterLogFormatter.h */, + 3E7C9461A54809BB0D2DE1212F89627F /* DDContextFilterLogFormatter.m */, + E55342EB69BA725C58EF3947345D608D /* DDDispatchQueueLogFormatter.h */, + 449FBB4E23F1E01CF3166EFA618ABA03 /* DDDispatchQueueLogFormatter.m */, + ACBB4E26877B37491C6973559003AA7C /* DDFileLogger.h */, + 8B13A90D7A579321256AF92D6312C890 /* DDFileLogger.m */, + 3DEBA70364007ADB0E299F01E120926C /* DDFileLogger+Buffering.h */, + 87E7890A4D873673DF1C5F08D2C2951E /* DDFileLogger+Buffering.m */, + 452E1A4FE091791F5ADB3CA87F551D1B /* DDFileLogger+Internal.h */, + 83C99331E0049EBB16378F2F386C7AFD /* DDLegacyMacros.h */, + C4BF3F2D73F70815111987D4CF760707 /* DDLog.h */, + 74B2960962FDE1D656F16CE3E5BAC30E /* DDLog.m */, + 4BE4208C690F7B121BF91F6E3E065CB5 /* DDLog+LOGV.h */, + 180F495E4C3DDE6B3C334763CA122D2A /* DDLoggerNames.h */, + 632B70FFD115A3576FD0673120AF1506 /* DDLoggerNames.m */, + 84B5DB86FC8E923953AEEC822A6945B9 /* DDLogMacros.h */, + 44220F2666B7CC92C1E6E06E5BAED032 /* DDMultiFormatter.h */, + 6DBA5E649C5BFDB7F039E8872F021EFF /* DDMultiFormatter.m */, + 120BC44491574DB43755DD569E01B86D /* DDOSLogger.h */, + 820D707BDCCACDB7943A3F4CD1B0500C /* DDOSLogger.m */, + 862B743B01A17CA1BFE816296E2C5E6F /* DDTTYLogger.h */, + C17D2C88EF111074FC1636A9682AB581 /* DDTTYLogger.m */, ); - name = "Targets Support Files"; + name = Core; sourceTree = ""; }; - A21242B47D6CE60B5D6FB487AA368FBD /* Reachability */ = { + 94E05949FA997DFECEA68261A0173090 /* MASPreferences */ = { isa = PBXGroup; children = ( - D324BB250963B6810FBA4B55A0CECA0E /* AFNetworkReachabilityManager.h */, - C54D42FFF15F3D2820CC044D9A1F31AA /* AFNetworkReachabilityManager.m */, + 8E3D8CDA984D7BD0B92511BCAEEE07CE /* MASPreferences.h */, + 37F7406F8904FC00E0A0AD3A327DE0BF /* MASPreferencesViewController.h */, + 514F27C44E4E2C298F81A393112CC15F /* MASPreferencesWindowController.h */, + FF95D24A04A9110C9921DA8480C68E20 /* MASPreferencesWindowController.m */, + 8668B46354239E73B0B0053F35F2E0F3 /* Resources */, + EC364F1D1480C8D8BF8E4178AD883626 /* Support Files */, ); - name = Reachability; + name = MASPreferences; + path = MASPreferences; sourceTree = ""; }; - A823D0DC18716537344BDB1E39E89B7F /* Sparkle */ = { + 9587FA491592DDC37D546C64C64F7F06 /* Analytics */ = { isa = PBXGroup; children = ( - 9BDC8F2CF149825FB3BCA3B41D498AB5 /* Sparkle.h */, - A82F3CCFF46FA28D1C5BC3AFF684C36B /* SPUDownloadData.h */, - 1B230F6FEE3AA669A4CC14001AB15A91 /* SPUDownloader.h */, - 723EB0E65D5A5203DB2385A5F9298548 /* SPUDownloaderDelegate.h */, - C429D95155C76857767D48042F41493B /* SPUDownloaderDeprecated.h */, - 048FB7A41F8425057C78E8C6729CB7D4 /* SPUDownloaderProtocol.h */, - 59D0A2DC1349B09DAD3FA8B214F77626 /* SPUDownloaderSession.h */, - D376871B40EABA61816AD9824897288C /* SPUURLRequest.h */, - 9769B27D556BEAA994C38D335F3C1BF4 /* SUAppcast.h */, - 28B4B90AB53C891E4453F77AD4FB442F /* SUAppcastItem.h */, - C974E5F94DDEE1A2C3C9F6A58414E4F8 /* SUCodeSigningVerifier.h */, - 257D01B1A958B627F1D2ED36A55120E8 /* SUErrors.h */, - 148865B39796ADEBCB4F84CFABCB2668 /* SUExport.h */, - 21D8A3EB8346E4D96CFEE5E8A73CE446 /* SUStandardVersionComparator.h */, - 566D07D43D52906B05ACBE5382BBA939 /* SUUpdater.h */, - 2DF70B0B801C6043D8E59BA5C3F0E270 /* SUUpdaterDelegate.h */, - B1B4E8E0CEAFAA466E2EE0A36DE8B692 /* SUVersionComparisonProtocol.h */, - E6FFF2AD3B27AF3BF35739E74B9ED8D4 /* SUVersionDisplayProtocol.h */, - 6E8365B8699CDF8203342A0B0EEB8C3D /* Frameworks */, - 814CA6220C71472B28CD5D8792B3D5F8 /* Support Files */, + 5B291D5FA3ECB615073FCD7CC1E00FB3 /* Frameworks */, ); - name = Sparkle; - path = Sparkle; + name = Analytics; sourceTree = ""; }; - A9352B1506847385AA1F6463C513F60D /* Reachability */ = { + 98C320DE7584053F266C6A8CD6511A4C /* Core */ = { isa = PBXGroup; children = ( - 086C7200AB93D8933228A89F76E16FAB /* GULReachabilityChecker.h */, - 6D99DE4B193B74D88FDF4732B18E6902 /* GULReachabilityChecker.m */, - F23A9C2081430DF95EE41E0A8FDFDFB8 /* GULReachabilityChecker+Internal.h */, - 018B54470FCF7CF890308CC72C4C0E72 /* GULReachabilityMessageCode.h */, + 2DDDE1A464BCC73938523E6129731804 /* Frameworks */, ); - name = Reachability; + name = Core; sourceTree = ""; }; - AB8FAB93FEEDCC9A93AAB8D88CD799D6 /* Support Files */ = { + 9924B13DD7C463CBB4618E107984DFDB /* Serialization */ = { isa = PBXGroup; children = ( - 0543B126E06AE8E141AF96F006E3E94C /* KVOController.modulemap */, - 60C7E86863C9CE62BC64AD92928C39B4 /* KVOController-dummy.m */, - FEDBA9BA7ABAA627E0208F1154E4EE1F /* KVOController-Info.plist */, - 1A17C2B34D04D5A6C3FA1C192E9DE212 /* KVOController-prefix.pch */, - 086BAFAC54B49939C448DE44CC94A5F8 /* KVOController-umbrella.h */, - 7E12F4D045F54D13CBACC72A74A1E055 /* KVOController.debug.xcconfig */, - C130644A208123C27CF6B092CF8E2903 /* KVOController.release.xcconfig */, + C458CF275116FAECD38C773CE9453C49 /* AFURLRequestSerialization.h */, + 8CD0214EFEEAEE9395E5D65B3550BD79 /* AFURLRequestSerialization.m */, + E2D0E5EB6A754865357285C9435A05D2 /* AFURLResponseSerialization.h */, + 60EF24D279FDC5F409E355627D317881 /* AFURLResponseSerialization.m */, ); - name = "Support Files"; - path = "../Target Support Files/KVOController"; + name = Serialization; sourceTree = ""; }; - B6E4AD3F8DB1BD5BC547F42879C21FDF /* Support Files */ = { + 9AA2C8ADF007298CF825A87AE19EBD00 /* OS X */ = { isa = PBXGroup; children = ( - AFBABB6B0763F281453E21D83EBDEED8 /* AFNetworking.modulemap */, - B631075FC95A16B0BCC3CD0AA65A9258 /* AFNetworking-dummy.m */, - 3CCF25F8D5A343A6F2D49AC0C7C31097 /* AFNetworking-Info.plist */, - E0A4232C06652C882E6BD87210BA8BCF /* AFNetworking-prefix.pch */, - 0E191EFC5573A9E64D6C42F25A478884 /* AFNetworking-umbrella.h */, - 8AEA21FD1A1DBC6C6E1239E1A6D6CC36 /* AFNetworking.debug.xcconfig */, - 5FCFF0FA6ED156E4C930BBABE07C939C /* AFNetworking.release.xcconfig */, + 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */, + B2CC38EAB95AC4B0E4103F60A7133C2A /* Carbon.framework */, + 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */, + AD1B09D61061D25891A8EE8B6F4A8D29 /* CoreServices.framework */, + 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */, + 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */, + 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */, ); - name = "Support Files"; - path = "../Target Support Files/AFNetworking"; + name = "OS X"; sourceTree = ""; }; - B83B95D45CF57763A60153F6F42526D8 /* Frameworks */ = { + 9FD6CAE8991D18F1A69AD0AAFCEF4F9B /* AFNetworking */ = { isa = PBXGroup; children = ( - 943B36B8CC101FB38F3776ED8DB70A59 /* FirebaseAnalytics.xcframework */, + B673AB7314E46BCBBFE2F61A0149DC55 /* AFNetworking.h */, + 7AE0A0693EE28D92112735806C02D28E /* NSURLSession */, + 0C160EC7B2A96198CDCA3EAEDAD6FA70 /* Reachability */, + 426BE7E34FCCE3337F1E31F84E6D5942 /* Security */, + 9924B13DD7C463CBB4618E107984DFDB /* Serialization */, + 6BA5A52A749E82FAA774A516ABEB8F71 /* Support Files */, ); - name = Frameworks; + name = AFNetworking; + path = AFNetworking; sourceTree = ""; }; - BBDD887DFD42AA5096AB0A65D1235C25 /* AdIdSupport */ = { + A050EC697F9EED0514D557FEFF5D43E9 /* Targets Support Files */ = { isa = PBXGroup; children = ( - 4427EA0F15F3D6D36212D951D9F0280E /* Frameworks */, + EF1AEB09A25729BBBB8C02850966EC45 /* Pods-Easydict */, ); - name = AdIdSupport; + name = "Targets Support Files"; sourceTree = ""; }; - BFEA724AFA02D634B6BFAD66AE4A9BC1 /* MethodSwizzler */ = { + A25769A0376DC31389905D0C3A9426F0 /* AppDelegateSwizzler */ = { isa = PBXGroup; children = ( - 3C580E774C6614F58316E68F8ECDB2BA /* GULOriginalIMPConvenienceMacros.h */, - 8AEEA0D89EECC4BB7759F8671E3E999C /* GULSwizzler.h */, - 0A4294AFAC5543E799E8C6DE3D960405 /* GULSwizzler.m */, + B8460DB4967565BBE9EFB3E1178F8DEB /* GULAppDelegateSwizzler.h */, + E66EC96CCF759FABF9512A8A9BCD14CC /* GULAppDelegateSwizzler.m */, + 5566102B0B10C1F69826B7FC81282763 /* GULAppDelegateSwizzler_Private.h */, + 547E1B74D0A04CB8D6516EB85272B593 /* GULApplication.h */, + 20D8A0105D89A303AA10F1C1477ADD47 /* GULLoggerCodes.h */, + FF204AB024C09C5779BD814668737DB1 /* GULSceneDelegateSwizzler.h */, + 3041701774B3362F442A5A758E26F7CA /* GULSceneDelegateSwizzler.m */, + B3EC852AC9D86C01C24C8141A8AE789C /* GULSceneDelegateSwizzler_Private.h */, ); - name = MethodSwizzler; + name = AppDelegateSwizzler; + sourceTree = ""; + }; + A8559C883EF63DCE13274CE4C026C114 /* Resources */ = { + isa = PBXGroup; + children = ( + 7AD2E9C1D5F2387BB20702D41EB804E5 /* cs.lproj */, + 6D77A99991FF8768E377D111472CC389 /* de.lproj */, + F8EFBE45E421FE2A0940C39F7C51F0A1 /* en.lproj */, + D163FDD1B558E63DE884AB82772B3BF9 /* es.lproj */, + A1487C738DEFFD6A5AA3A34D054043A3 /* fr.lproj */, + AB620367D475E174262B0588FC8D6E49 /* it.lproj */, + CA4C3BC4FCC2FF3332D9AFF24E3F87F3 /* ja.lproj */, + 46768FF3CC865E0AF551779742AE0EAD /* ko.lproj */, + 9274004E6372E1BC63EB46B6569A659A /* nl.lproj */, + E2395D2C9456CD1F598E1CBC11BC06BE /* pl.lproj */, + AA2FF1D62AE4E40507C280F21A8376E3 /* pt.lproj */, + 39DB02F53C67BA59906CEEA8713E1F4B /* ru.lproj */, + 1C1B31478536E81042F106BC190D4435 /* sv.lproj */, + 74EE430211550A36049C57C4D4DE5A7F /* zh-Hans.lproj */, + 1312CCD53C713AED12442E7123D14F59 /* zh-Hant.lproj */, + ); + name = Resources; sourceTree = ""; }; - C5D178ED281721A82ADC41A575EAD044 /* FirebaseInstallations */ = { + AD0EE0DF6D945D7ADB2518642FF8C201 /* Support Files */ = { isa = PBXGroup; children = ( - DCA890AC0D6DDA2F07E49194B95A47C7 /* FIRAppInternal.h */, - ECC42B77F22A4FAC0F14BECC17F2D493 /* FIRComponent.h */, - 979988EF6AA3DD700F4A90B49BD8B8BC /* FIRComponentContainer.h */, - 826DD0431DDED3F5C6075E91080B13FA /* FIRComponentType.h */, - A0E0A046B22718E79CC9CB57423E9D4F /* FIRCurrentDateProvider.h */, - D96D9C6D50D56A126382A4E4A27237A3 /* FIRCurrentDateProvider.m */, - EBEC6C177527EEBC6F75B2E069717F84 /* FIRDependency.h */, - 8940798539FA72C28D9D32E7B52885C9 /* FirebaseCoreInternal.h */, - CF807DEC45A1A31C78BBAE2FCBC3470F /* FirebaseInstallations.h */, - 387F73B8CA1E906CEB158961BC468650 /* FirebaseInstallationsInternal.h */, - CE1077773AE27576A3D4EEDC526749C8 /* FIRHeartbeatLogger.h */, - 9E84BF104F49B61899E7DD33C3B0388B /* FIRInstallations.h */, - 7568EDB5AA0834FB3118E610466D9156 /* FIRInstallations.m */, - 98BB0A7CF15BFD4240FF9034FC3477E7 /* FIRInstallationsAPIService.h */, - 712B7D60A729F972E25A02407B06F860 /* FIRInstallationsAPIService.m */, - E46D39EB4129D855795205397B1A973A /* FIRInstallationsAuthTokenResult.h */, - 309A184D7B8D5E4FBF167F58C0D35AC6 /* FIRInstallationsAuthTokenResult.m */, - 973C904E39A55B4263C7E052DFBBA5A0 /* FIRInstallationsAuthTokenResultInternal.h */, - BE1AC9B177B01EA6A2AD839CE3663B02 /* FIRInstallationsBackoffController.h */, - 65663B0C088D31C6220B5C1D562F1FB4 /* FIRInstallationsBackoffController.m */, - EFD4B5F68F8162AD5C483B013333F6BF /* FIRInstallationsErrors.h */, - F629F9B6D8ED4244246E427319DF0570 /* FIRInstallationsErrorUtil.h */, - F71DCDD3E78B600A74D27AE8F872368E /* FIRInstallationsErrorUtil.m */, - A5FB9B8B8A892A3732AE582D18C131CC /* FIRInstallationsHTTPError.h */, - 6910A68C7D899F056330234A0D40A7F6 /* FIRInstallationsHTTPError.m */, - 2CE49974F00A7DD8E4BC1EED0A33A9D9 /* FIRInstallationsIDController.h */, - 536044AE8514C689B1976F0E367CB8C7 /* FIRInstallationsIDController.m */, - 231AAD191A037EB4B5B00744486BF7C8 /* FIRInstallationsIIDStore.h */, - 278103730E95A217228308D6747CDEB3 /* FIRInstallationsIIDStore.m */, - ACD285C06FC56D203D3BAF4FFFB058CD /* FIRInstallationsIIDTokenStore.h */, - CC7243B9CB85F1A5C529A207BDFE823A /* FIRInstallationsIIDTokenStore.m */, - B4D248696EF414EDEF2AD5CC601DAFDB /* FIRInstallationsItem.h */, - E4A8E9C8EF06B96F4454BE05366B5640 /* FIRInstallationsItem.m */, - 866E98A5FB0258480E53E6299521C936 /* FIRInstallationsItem+RegisterInstallationAPI.h */, - 3DC4B7ADBAEBA3D6D8AA5DDA4C9356A9 /* FIRInstallationsItem+RegisterInstallationAPI.m */, - DB14802F7C3C18D6ACBC51B3B56BAAC2 /* FIRInstallationsLogger.h */, - EE127B6C70B1A50822390767F5F61DA5 /* FIRInstallationsLogger.m */, - C0B34EB88C7767BC71B7DA12621EEFE7 /* FIRInstallationsSingleOperationPromiseCache.h */, - 85869BEEC0D4566603FC6BFB1150596D /* FIRInstallationsSingleOperationPromiseCache.m */, - C810D1CE72DE13201D6676A48C1F5663 /* FIRInstallationsStatus.h */, - 674D3BC65478EEBDB74856C4781CA248 /* FIRInstallationsStore.h */, - 1BFFE46E27F622B99F798727F89FFDCF /* FIRInstallationsStore.m */, - 15050B6BD5F7A22F75D092062D73AF9E /* FIRInstallationsStoredAuthToken.h */, - 7659EABBE87DF36F005E38A836064513 /* FIRInstallationsStoredAuthToken.m */, - 9301302550699373BD5A2A0889B361D0 /* FIRInstallationsStoredItem.h */, - 8CA27D4955902A95B3E03329751A75DC /* FIRInstallationsStoredItem.m */, - 0DA32C3927CB1F748B27944B75FFE1ED /* FIRLibrary.h */, - E89EB3A7CE3EB1AD6B7F93080F9FDA5D /* FIRLogger.h */, - BBFD183FBF0640CCC8228ECB39DB5020 /* FIROptionsInternal.h */, - 8F6B2BC054148324559305E4F31E7A5E /* Support Files */, + A864DFEB6FABE82F847BA031FAA85E89 /* FirebaseAnalytics-xcframeworks.sh */, + 2D7862B3109AA9F6285DAF56EE0505BD /* FirebaseAnalytics.debug.xcconfig */, + 1BF1A82C3BC2A661F869296D36D66356 /* FirebaseAnalytics.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseAnalytics"; + sourceTree = ""; + }; + AF29D4744F7BC84014A996F617307254 /* FirebaseInstallations */ = { + isa = PBXGroup; + children = ( + 013F6411A37C931433D77CEE841568F2 /* FIRAppInternal.h */, + 30BD33D59A544399946236210DF3DD6D /* FIRComponent.h */, + CE856ACC80F096BD4F238C016F6C949A /* FIRComponentContainer.h */, + 72865204D09046E96CF341A031283861 /* FIRComponentType.h */, + 48654201A3E08E6C482440863250D1D1 /* FIRCurrentDateProvider.h */, + E942C37D1AD49103CC1F85C7E888BD1B /* FIRCurrentDateProvider.m */, + 147A22C4DDA86BEBA3E0ECF190C36321 /* FIRDependency.h */, + 7EBC133F0FF923B51A2279E0B6115999 /* FirebaseCoreInternal.h */, + 4A9EAC78069207C58D52E4061D01B118 /* FirebaseInstallations.h */, + 3E30A02D20BDA72B46A4267AF87344CB /* FirebaseInstallationsInternal.h */, + D343F407C96A8BB06B6E6E7F6487613C /* FIRHeartbeatLogger.h */, + 3BD0EF0E8058556E9E4154876BCA6403 /* FIRInstallations.h */, + 37BB97A6A6F13B0DD0AF35A3561F413E /* FIRInstallations.m */, + 18D42AA04FF2FCC368859A457A1B8FD0 /* FIRInstallationsAPIService.h */, + ED01A2FAA372444911D4C8B407C1B927 /* FIRInstallationsAPIService.m */, + E6E00D7077E3FB518E2D3E55E7D63E3B /* FIRInstallationsAuthTokenResult.h */, + 523D9D60B8B30EFAA6FC57CFA782B37E /* FIRInstallationsAuthTokenResult.m */, + EF732C8CEE6AEE702C2AC90788417241 /* FIRInstallationsAuthTokenResultInternal.h */, + 6287490C9FF4075AFA86CA534AB627CC /* FIRInstallationsBackoffController.h */, + A200108EEA4BECDA9DD5EC834F317BC9 /* FIRInstallationsBackoffController.m */, + 1820A72B0AE6369D84C4D39D10C96823 /* FIRInstallationsErrors.h */, + A16F275651655CBF3D2D4BFF8FE55BB2 /* FIRInstallationsErrorUtil.h */, + 2B447DF7C14642F70A17EF0EBE8CB86A /* FIRInstallationsErrorUtil.m */, + 61995D6443D6D4BE686D15425992FD1E /* FIRInstallationsHTTPError.h */, + 5DC9531128AC0380110E114394D4FD14 /* FIRInstallationsHTTPError.m */, + 804CA0E6177F9C921CD43358E4A106AB /* FIRInstallationsIDController.h */, + A32ABA5FC8E21C919286D0C1DC2972DA /* FIRInstallationsIDController.m */, + 9A7EAAE718F15FD5541165C231F4B1A6 /* FIRInstallationsIIDStore.h */, + F2CEC5A236032F245275B0467971FD1A /* FIRInstallationsIIDStore.m */, + C9AE494AF363E50EB2867C25AD3624D0 /* FIRInstallationsIIDTokenStore.h */, + 85E544E15C6D4898D783481318662BB4 /* FIRInstallationsIIDTokenStore.m */, + 3D714385EE98AA96B6466D97FCF75BBD /* FIRInstallationsItem.h */, + B98A02E060A69B7AF8B9C58F9FC5201C /* FIRInstallationsItem.m */, + 32500E1B75D9F13B23ADA2244414ACF1 /* FIRInstallationsItem+RegisterInstallationAPI.h */, + DE46FE3213AB0C7F3966BF5E13A243B8 /* FIRInstallationsItem+RegisterInstallationAPI.m */, + D7B1C940996703033A73BE58AD54ECB5 /* FIRInstallationsLogger.h */, + D6793E75B8262FD75ADBFF70566C7227 /* FIRInstallationsLogger.m */, + DEF3CD5C60EF3A8E37CEE79315A984EF /* FIRInstallationsSingleOperationPromiseCache.h */, + 679F131F2401A653DE0EAE02E389284C /* FIRInstallationsSingleOperationPromiseCache.m */, + 4CAE51947D21A59203445A50A573B144 /* FIRInstallationsStatus.h */, + A8178439DC550016FAE8D118C6FEFA94 /* FIRInstallationsStore.h */, + 03BB3776CE49B7A00C01FC2B2A36A346 /* FIRInstallationsStore.m */, + 98C728AE07433965006017BAF3C73676 /* FIRInstallationsStoredAuthToken.h */, + 78992508A3ECC1AF9D4E22ADF5CBADEE /* FIRInstallationsStoredAuthToken.m */, + E39136CD44C88B45976196E8D0D5FC50 /* FIRInstallationsStoredItem.h */, + 1F594339400309BB06AA59F30DB0B406 /* FIRInstallationsStoredItem.m */, + 33BBDCAADDED43EF5EEA9BF2CFCA95EB /* FIRLibrary.h */, + 38CC89A1DDC9C1DE985326198EECBF22 /* FIRLogger.h */, + 9081FCA8C63E47BD9174C4F1516239F0 /* FIROptionsInternal.h */, + 87D4DE2B38D1506805F22FA6ED7A5AC5 /* Support Files */, ); name = FirebaseInstallations; path = FirebaseInstallations; sourceTree = ""; }; - C646EB047AE494564DA7033EA35D445F /* Serialization */ = { + B086D8D66096FE63C3F4050ACEA73434 /* Frameworks */ = { isa = PBXGroup; children = ( - A07C2E2C1E49F307D85990033B6320CF /* AFURLRequestSerialization.h */, - 3710D47E866897F4445D4D0432F4574E /* AFURLRequestSerialization.m */, - DF4AEEA89DCD9070542C437AB447CD63 /* AFURLResponseSerialization.h */, - 70A71EE898E2E4AB495078F1CE515DF8 /* AFURLResponseSerialization.m */, + 33990EEE88D0ACB3780B03E645237135 /* GoogleAppMeasurement.xcframework */, ); - name = Serialization; + name = Frameworks; sourceTree = ""; }; - CC63D31BE3F7C46DCFF750D3D3B9DE10 /* Environment */ = { + B2A5557C5EA671B7342D43B2AE0D4A31 /* CocoaLumberjack */ = { isa = PBXGroup; children = ( - 70497E876E198486DF7CEF85CDA4DC6C /* GULAppEnvironmentUtil.h */, - 455F3BE1E2CF8A1FD90185D91D863468 /* GULAppEnvironmentUtil.m */, - 3F0A6DE7DA051AFF255B9700CC24752B /* GULHeartbeatDateStorable.h */, - 27C278DB4BC67FADF7B24F9A58C2FB40 /* GULHeartbeatDateStorage.h */, - 6B772D89CC9EEDCCADF0F4A2892018AC /* GULHeartbeatDateStorage.m */, - 618246946B5E92FC6F8B60790500A5E5 /* GULHeartbeatDateStorageUserDefaults.h */, - 2DA7EA9514F86B9C38E7B2FB99A9A700 /* GULHeartbeatDateStorageUserDefaults.m */, - 51CD2D16AB109A337FB68E533F67B30F /* GULKeychainStorage.h */, - 9F49F3FD0520D29C1347F518CEB23203 /* GULKeychainStorage.m */, - 0DD867F6E0C907DAC199A8C0F408CC80 /* GULKeychainUtils.h */, - D69F629F750BC963DA5CF1B03A00ED1E /* GULKeychainUtils.m */, - CB434F93B7304EB9522FB1BCD421C4D7 /* GULNetworkInfo.h */, - E7E5277A4FDD89A082E9940B2F2CAF1E /* GULNetworkInfo.m */, - 8C6FEBBF81D27BCAF5AE78FC3013FAC1 /* GULSecureCoding.h */, - 765AF6631039E0625803BB2EC133A0E9 /* GULSecureCoding.m */, - 54987069C1B1335E625B05341D1CDCED /* GULURLSessionDataResponse.h */, - FB0380E8763F8C4D2FA01B25FBC1109D /* GULURLSessionDataResponse.m */, - 1207A83058A5551D52E22083DA75FB5D /* NSURLSession+GULPromises.h */, - 6945B2947A0148AEF5CDB8B6D9865D6D /* NSURLSession+GULPromises.m */, + 93F256A2EA9892A4905EBFBCA73ECF64 /* Core */, + B36E5D822BA7242FE427F4BA52AAF5AC /* Support Files */, + F94081179A8E4764B1779829B7807517 /* Swift */, ); - name = Environment; + name = CocoaLumberjack; + path = CocoaLumberjack; sourceTree = ""; }; - CE82A14C0A359B1DE63FF6A659E7BD42 /* Resources */ = { + B36E5D822BA7242FE427F4BA52AAF5AC /* Support Files */ = { isa = PBXGroup; children = ( - 97396676F3CAFD6A26334C1C014DC785 /* MASPreferencesWindow.xib */, + 7D496F7EBBDE5C8D7E292FEB29DBFDBD /* CocoaLumberjack.modulemap */, + 40CEDC5DC626DF80FC5B97453D847E6C /* CocoaLumberjack-dummy.m */, + 9C26E252327A029222838797AE13F4FA /* CocoaLumberjack-Info.plist */, + C0C9BF5C882E17CBDEF87C894B40A189 /* CocoaLumberjack-prefix.pch */, + 3EF29D13FE3FD265AF7C3E941196A9F7 /* CocoaLumberjack-umbrella.h */, + 82BD54AF647D9BF3E389FCDC3E8CED4A /* CocoaLumberjack.debug.xcconfig */, + CD778A3C51C8DA831EE6A688A7C95365 /* CocoaLumberjack.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/CocoaLumberjack"; sourceTree = ""; }; - CF13575EBF014E28292444079A37184F /* Security */ = { + B51A8B39C59CB1B9C2147EB60658C280 /* Support Files */ = { isa = PBXGroup; children = ( - E6B3D4EA73D5A0CCA855822FA3CB86F8 /* AFSecurityPolicy.h */, - F2E455D88CEB7C869CC4AC99C14B31C1 /* AFSecurityPolicy.m */, + 5B785E62EB64A1E691BD780BD2081F58 /* MJExtension.modulemap */, + E7A734F556BD2DA269D6B92162BF9FF7 /* MJExtension-dummy.m */, + 5051644BEB43D9C4B95A12902883CD10 /* MJExtension-Info.plist */, + 6DF51F7401AB83041A46FE5E2E35110B /* MJExtension-prefix.pch */, + 084AE539314C64D36F2B8C1077DE77C7 /* MJExtension-umbrella.h */, + 9587442AFD135A9C942FE67B626FF3CC /* MJExtension.debug.xcconfig */, + 7044BF9285B919F37AD8622A64C71125 /* MJExtension.release.xcconfig */, ); - name = Security; + name = "Support Files"; + path = "../Target Support Files/MJExtension"; sourceTree = ""; }; - CF1408CF629C7361332E53B88F7BD30C = { + C0B9276BC5B290536CC8EC799B8ABDAA /* Support Files */ = { isa = PBXGroup; children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 7067D651188BC7621BDA2A7C82934B7E /* Frameworks */, - E15D2206D628384ECD3AEB87CF875AEB /* Pods */, - 00ACA495463E18326C0197F7D8670226 /* Products */, - A050EC697F9EED0514D557FEFF5D43E9 /* Targets Support Files */, + 4D7441A95194392FC14BE3B27AC99017 /* SSZipArchive.modulemap */, + 7CC4C47B3A8EECDE786ACA65ED6564C0 /* SSZipArchive-dummy.m */, + A9F41545FDECA00EC50AE535A7FE66CD /* SSZipArchive-Info.plist */, + 4D8F41AF30A5285C12F5226EF4F87428 /* SSZipArchive-prefix.pch */, + C34B254399E2C87BA33C46A1E6D67A51 /* SSZipArchive-umbrella.h */, + 4F40C9BEAB46AEB233EBA0E2971A0373 /* SSZipArchive.debug.xcconfig */, + 039F4F635B1502E2041C767E2B970F44 /* SSZipArchive.release.xcconfig */, ); + name = "Support Files"; + path = "../Target Support Files/SSZipArchive"; sourceTree = ""; }; - D40FC1097EF46F5DBF4175B1C44CF168 /* Support Files */ = { + C2AD7838C535BD493A33C4FD17FDC956 /* Support Files */ = { isa = PBXGroup; children = ( - 04E990C8E8A7161171E9D806A4286A8F /* MJExtension.modulemap */, - 44C2FDB4D5E3CB89A759022A26BEE274 /* MJExtension-dummy.m */, - 3AF5133B76B63BC2A894270C51C9B6EC /* MJExtension-Info.plist */, - 17C5B6E832EB83331977FE59C5BEC1AB /* MJExtension-prefix.pch */, - DF7E9879B800C63B041ACA5574B1E891 /* MJExtension-umbrella.h */, - 2E61145A2B6FDEB54C011C5013FD9735 /* MJExtension.debug.xcconfig */, - 7BB7D2FD7C9F831ACEB3AAAFB74EF833 /* MJExtension.release.xcconfig */, + 5C755A8F8ED3426D88B28875CF5F337D /* PromisesObjC.modulemap */, + 6527EE5B29BC4EA97310C474844605E2 /* PromisesObjC-dummy.m */, + DB92D2B8B64A1DDFB9EB37D05CA928FC /* PromisesObjC-Info.plist */, + 09C725FB5CD261C45CF643942DCBD2BD /* PromisesObjC-umbrella.h */, + 928F389F834ADE48C32A11BBE0CD87E4 /* PromisesObjC.debug.xcconfig */, + 770F085549DE8FC555C08C8C6B2701E2 /* PromisesObjC.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MJExtension"; + path = "../Target Support Files/PromisesObjC"; sourceTree = ""; }; - D41B3AC6F9921EA7DFEEF34947FAAC53 /* MJExtension */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - 4BA5366967B5F8F7615106D9FBCCE90A /* MJExtension.h */, - 2BF247E5AA0842E198DF72CD051E4BF7 /* MJExtensionConst.h */, - AD984AC8F252EE9FB48573F755F875F0 /* MJExtensionConst.m */, - 4EB7850FC355C810A21ACC3982E0F0D0 /* MJFoundation.h */, - 0FA77305D78CD6377AC0BD9C81058055 /* MJFoundation.m */, - 1E95B2EA79FB33603F1EE0D0C3FAD201 /* MJProperty.h */, - F9F4A84A93FF57F08A5CE173C0CF5DDC /* MJProperty.m */, - 32DD057B86EEFD19DAEA016549D78135 /* MJPropertyKey.h */, - AF46BD8687B7115AD73B5FDFD07F3F05 /* MJPropertyKey.m */, - F1407A6043964AF157C57CD8BEF4FAE2 /* MJPropertyType.h */, - 54588A828F2DE650A6E0F1C047427C09 /* MJPropertyType.m */, - 7B6B511A539EFFDCCF360271D0CCBE00 /* NSObject+MJClass.h */, - B744ECF7F93B65D7CC9B9A68A9C502D0 /* NSObject+MJClass.m */, - 6ACAA9F6BE71D106FA27CDAB81DEF934 /* NSObject+MJCoding.h */, - E40E14672B7BB01AA667C81FED6350FD /* NSObject+MJCoding.m */, - 31F5272EDDC5227C9995476B758135AF /* NSObject+MJKeyValue.h */, - D818BB3BCA6CFE806D43F54E3B1F2BD6 /* NSObject+MJKeyValue.m */, - A46DC35D7302DF6F235C49A3D3930A4C /* NSObject+MJProperty.h */, - FE1EC40F9D79B26F836184B1BA4544D7 /* NSObject+MJProperty.m */, - 2033716E698E9147D589FB6F7F8B201A /* NSString+MJExtension.h */, - DD8D7ADA187BC0DA6588F2F8FBEB926F /* NSString+MJExtension.m */, - D40FC1097EF46F5DBF4175B1C44CF168 /* Support Files */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 7067D651188BC7621BDA2A7C82934B7E /* Frameworks */, + 6600DE2E11E3EE520D53041041514366 /* Pods */, + 00ACA495463E18326C0197F7D8670226 /* Products */, + A050EC697F9EED0514D557FEFF5D43E9 /* Targets Support Files */, ); - name = MJExtension; - path = MJExtension; sourceTree = ""; }; - D4B621F430DE93D5881DB1A0F1510DBE /* FirebaseAnalytics */ = { + D7A968777E36E7723C1AB85BA7933912 /* ReactiveObjC */ = { isa = PBXGroup; children = ( - 077C7B18F277E37166DD98400938A599 /* AdIdSupport */, - 618C53DAFE009250418E3596F2CCCE8C /* Support Files */, + 1FE45CD9070F47531CDA62EB0EB46D54 /* NSArray+RACSequenceAdditions.h */, + 4112E77985AC668857F5361C9DBAEFB7 /* NSArray+RACSequenceAdditions.m */, + 131C0230FC45696BAB166814684B3DAD /* NSControl+RACCommandSupport.h */, + DADDA26FCE04729DD95BC53E9BE728B5 /* NSControl+RACCommandSupport.m */, + D8F0219016AB4A36AAAF4B2E6940E6CD /* NSControl+RACTextSignalSupport.h */, + 9662C0D4EA0BCB98930FC43F523AAAC2 /* NSControl+RACTextSignalSupport.m */, + 204EC87F99D0710FC1E4664A48771207 /* NSData+RACSupport.h */, + 9E028DCE9A3EA887179E94DF87E56258 /* NSData+RACSupport.m */, + C5FF58CF2ACD9F8E468CC93EE96EE7A9 /* NSDictionary+RACSequenceAdditions.h */, + A35CD21BF731E80C57F07063469227AD /* NSDictionary+RACSequenceAdditions.m */, + 3AC959FEFF446F0D7F3A2BC31BE28848 /* NSEnumerator+RACSequenceAdditions.h */, + 2561BB224DAFC4241BEC2A3EDAE50DFB /* NSEnumerator+RACSequenceAdditions.m */, + D0D258C59EBF01837F9814BFC627708E /* NSFileHandle+RACSupport.h */, + 33C0FF26755482C30C81808CF3FBF882 /* NSFileHandle+RACSupport.m */, + 002700A5E3A26AFFEF9FA3D9447BD74C /* NSIndexSet+RACSequenceAdditions.h */, + F677A0AEBCCF071B6EB8C8BEB3667CCF /* NSIndexSet+RACSequenceAdditions.m */, + 8C0F81D9F8D986311AFE82A6E73F4CF2 /* NSInvocation+RACTypeParsing.h */, + CC4314246FC626734E85B63C723FA710 /* NSInvocation+RACTypeParsing.m */, + 71A826823EBB787C7191D41B45AF48D5 /* NSNotificationCenter+RACSupport.h */, + 8BDBBCE4878A068F0E0E8F54B1DEC1BD /* NSNotificationCenter+RACSupport.m */, + 9563E97D378D80D140F80097B24E8BF4 /* NSObject+RACAppKitBindings.h */, + B07B98338F523E93F8854E52AFEA34BF /* NSObject+RACAppKitBindings.m */, + D41925A270C555B7F208323C8B98E8D6 /* NSObject+RACDeallocating.h */, + 303B631DCE461B0EF4A5695F78B9DC32 /* NSObject+RACDeallocating.m */, + 1C591A65213D29351022D733C16707FE /* NSObject+RACDescription.h */, + BE463CA9A9647737B3903A748F7E15E4 /* NSObject+RACDescription.m */, + 08C75F289777D446F2516C12C22FEF18 /* NSObject+RACKVOWrapper.h */, + 8EC08C5E30C59BF8822C4FE99BD48BEF /* NSObject+RACKVOWrapper.m */, + 9F6145CAE82A98B9ADB59B032BD9EFD2 /* NSObject+RACLifting.h */, + 1E1BCDAC2A88E0EE430EAA8A9D15D330 /* NSObject+RACLifting.m */, + FA0A07B0BFAE59858ED0D0B4F096FED1 /* NSObject+RACPropertySubscribing.h */, + 9029D6070699ED53579950E17FD81F23 /* NSObject+RACPropertySubscribing.m */, + 5F6CC06F37660E463C8942E681C2E9B4 /* NSObject+RACSelectorSignal.h */, + 3837C53B066306E03299CE07609FE61F /* NSObject+RACSelectorSignal.m */, + 9B971699D843479A06E5510A5FD4B841 /* NSOrderedSet+RACSequenceAdditions.h */, + 991D8018FF33353C241D5870DEB2F63D /* NSOrderedSet+RACSequenceAdditions.m */, + CA48F53B8E696B504B9729AF1EA2BA25 /* NSSet+RACSequenceAdditions.h */, + 77E6CC9D9108B0682ED1B80B2A3B1206 /* NSSet+RACSequenceAdditions.m */, + EB477720F1EBA7C121E4F9DBA1396660 /* NSString+RACKeyPathUtilities.h */, + 29680FF7EBE2321749881703CCEC8771 /* NSString+RACKeyPathUtilities.m */, + 87A4D018F11D2BD2F6682FB233905C71 /* NSString+RACSequenceAdditions.h */, + 0F8E57EF154CF66B911255FABA0AA9B1 /* NSString+RACSequenceAdditions.m */, + F47BF9931C473D9548E9AA1776864175 /* NSString+RACSupport.h */, + 0086026DEFC67029299796D36F9E056C /* NSString+RACSupport.m */, + F8BAB846B58F352F88F17D9C2DC3A433 /* NSText+RACSignalSupport.h */, + DF4E5A3A4936F5AADDA17D5D17BACFBC /* NSText+RACSignalSupport.m */, + B90772FD72BFD97DD2AA4CE61E84CF04 /* NSURLConnection+RACSupport.h */, + 26B1553ED577A1D188E1FAE94F0450E6 /* NSURLConnection+RACSupport.m */, + E64FB39DC177B67C1828D3C9B2D43DAC /* NSUserDefaults+RACSupport.h */, + C4963F661B4B843765DA415C02F225E9 /* NSUserDefaults+RACSupport.m */, + B3DA4F038AE9A9A33306DD5DE3F835D3 /* RACAnnotations.h */, + F40DF7F0D21A1C74EF38E23543805811 /* RACArraySequence.h */, + 55152B52764190EBFA3E3B59EB607EEA /* RACArraySequence.m */, + 864E4A5E5ABC03FD6FA5E3FAA116861E /* RACBehaviorSubject.h */, + CE6295D17F5E337EBC792A9857B03D32 /* RACBehaviorSubject.m */, + 5854B160154EEE49D045997AB6B21DAF /* RACBlockTrampoline.h */, + 879F26ABD0B24FAA0BC7F08CD64ED754 /* RACBlockTrampoline.m */, + 92DA1A2029DA7DF544E7655D81AF9AEF /* RACChannel.h */, + 98BDFF2C121EB1EC54D7B66F4E6F7F9D /* RACChannel.m */, + 8789A3924207614127BBA65AFAAEFF0D /* RACCommand.h */, + FAAB8CBD553FE5EE3C92438C18D08097 /* RACCommand.m */, + A65E46342B6ED4FB6110FF7F5020AB04 /* RACCompoundDisposable.h */, + 4396F31C87C04E0AB23E7BC58109C002 /* RACCompoundDisposable.m */, + 16D5AE6E4B98E6D336196969D483CE12 /* RACCompoundDisposableProvider.d */, + 43F6532E65AB3DA3380B4CB2952C4012 /* RACDelegateProxy.h */, + 1D71E77D81DA3902E36A293F5899ACBD /* RACDelegateProxy.m */, + 1F2A2F1E07A5F0A2AEF06DEA553A70EA /* RACDisposable.h */, + 97917838D7C41AE34705070C90A28085 /* RACDisposable.m */, + CE08B592BA26D0C7D20ADD46F68D0514 /* RACDynamicSequence.h */, + 64535281450D239C378B4771FCBAF380 /* RACDynamicSequence.m */, + 982E2C00DB145B5ACA35EE6EBD15D7FC /* RACDynamicSignal.h */, + B612480F1DF15CCE02CD94CF126E686A /* RACDynamicSignal.m */, + 2A47383FDC1847D9C141EF3CC959BEBA /* RACEagerSequence.h */, + 4B230625037F0D9D4765AEC7532DF289 /* RACEagerSequence.m */, + 737D9C0CD6F98CBE71654A04138E8E12 /* RACEmptySequence.h */, + 26D61B8115EFA34998D7842B09DB7734 /* RACEmptySequence.m */, + 5FF23AC197AE340CC44456DED976ED77 /* RACEmptySignal.h */, + ACE2CE8FBD9F0EE26E811404E37D624F /* RACEmptySignal.m */, + 5960A4D422B3E941A9B2F309D16D41E7 /* RACErrorSignal.h */, + 5D26240EA1A08D22902A0C2C0709D7A7 /* RACErrorSignal.m */, + 09EED26F58E5C892F9FB7D69F1272158 /* RACEvent.h */, + 04D6BC90F9F2DCD614401D099AF899A7 /* RACEvent.m */, + 7810783FE149CCE9B96A2591974554EC /* RACEXTKeyPathCoding.h */, + 202CDB98501947BC9D77FD43D243BCA1 /* RACEXTRuntimeExtensions.h */, + 16DFCA78F481926564A90DE2FDBA59D9 /* RACEXTRuntimeExtensions.m */, + 92970D8C12443E0D8AD29B253C4B85AF /* RACEXTScope.h */, + 0D6DAF8D2203810EA0CFD25FFF782A1D /* RACGroupedSignal.h */, + FCA171572EBF579D4E43A8DBDC201505 /* RACGroupedSignal.m */, + 648A191F1A0BDAAFCE54CB5AC324AC6D /* RACImmediateScheduler.h */, + B75B23D17BF6B464F0EC93E372FA29E7 /* RACImmediateScheduler.m */, + 0C10ECBF90B9AD6B81BE3DF0D17AA386 /* RACIndexSetSequence.h */, + 6D44C6CEFB28B2539811E3F164FA8F58 /* RACIndexSetSequence.m */, + BF4CE534CCF5819C347091A6E8BDBCCE /* RACKVOChannel.h */, + F1588427FF7916397026072002F833E6 /* RACKVOChannel.m */, + 21DC228C63FE18AC1DF4E81EC3DB5FA3 /* RACKVOProxy.h */, + 1081E6F67F995F77C746EF165A8B01EE /* RACKVOProxy.m */, + 1A49D0A3179ECA663D7DEF3B56FE2CE1 /* RACKVOTrampoline.h */, + FEF0499F272806EF773783FD0578D2D5 /* RACKVOTrampoline.m */, + F6CC7B6C616325F51C907EC2E1CB1BB1 /* RACmetamacros.h */, + CE7CF71AA15FF96641D3C75BD3A7175C /* RACMulticastConnection.h */, + AA83E93E0D4E6F734AD78ADD99CAD670 /* RACMulticastConnection.m */, + 8D6DDCE7C064A7B0E972B25CB8A99005 /* RACMulticastConnection+Private.h */, + 61E5CB8CA3B2D225AA6F0FD7EBF5985B /* RACPassthroughSubscriber.h */, + 8B985023ED08BF862CC665E9EDDAEFE5 /* RACPassthroughSubscriber.m */, + 30EE743B5F59349A58B1C77C7A3F6C26 /* RACQueueScheduler.h */, + EEA8379139998EE02E3226C8D88696A8 /* RACQueueScheduler.m */, + F39C47275451994773A2D0EE364AAD24 /* RACQueueScheduler+Subclass.h */, + A877FF71641A50D38B6A8E2ABFEBA725 /* RACReplaySubject.h */, + 90954703F7710B0B7D08245BDEA5798F /* RACReplaySubject.m */, + 2483C6C89E65B26D955834BCB52191AC /* RACReturnSignal.h */, + C3CEDD8B26474CA11EE70F04A589404B /* RACReturnSignal.m */, + 1E33FBB49CBB5CF720D4FE0BC05E67DF /* RACScheduler.h */, + 137DA7F10F29FA6757D8FA1A7EF953F4 /* RACScheduler.m */, + 63F4CE3898EEEBA76E572E9F47521F79 /* RACScheduler+Private.h */, + 98858C192AE66019B346608640CEF03D /* RACScheduler+Subclass.h */, + E60C0BB85C2FD457DA7179C1EF592A9F /* RACScopedDisposable.h */, + 63B098550E4729E86767ABCDBDD82B91 /* RACScopedDisposable.m */, + 601F342219CFA499210D954E8CB5EE3E /* RACSequence.h */, + 08747A96DE09E2B847F4F520D4E3AA3E /* RACSequence.m */, + F765B9B5B7B2356605105D9E3FE2EF76 /* RACSerialDisposable.h */, + 7442E7FF24F803571C264962C6D71440 /* RACSerialDisposable.m */, + AF97AD50A1E582BB875383CE1994FD63 /* RACSignal.h */, + 782CDB57EF9E53C9951E565CD62E441A /* RACSignal.m */, + 52517C574964DF4B7CF253E66661F735 /* RACSignal+Operations.h */, + AE006C9A2FC91606CDB20E583A6E6E33 /* RACSignal+Operations.m */, + 9B2E24708AF485E303DE844CA20FA68A /* RACSignalProvider.d */, + F362518FAF3FEFAA5E8C3072807FC935 /* RACSignalSequence.h */, + DB8642AA1B0F69006926C5261D52EDE2 /* RACSignalSequence.m */, + D39D19A446F112B7C5289EB57FEA1E2D /* RACStream.h */, + 26CE31B8917EE5F7CE5D4B9524ECF9B4 /* RACStream.m */, + 2A155C805D48F8F1E03B62E805D5737E /* RACStream+Private.h */, + 759C6B6E7500C87D8EDEF2BD19BF5928 /* RACStringSequence.h */, + 4E4676902CB3321864A88D3381CF2A98 /* RACStringSequence.m */, + 23330131A39CB85EC11F05AE1E776C14 /* RACSubject.h */, + 2D6EEA90ED9D3F8760C1E70A8F12F141 /* RACSubject.m */, + A6FECFC0BA3B8818991BDC609B375C8C /* RACSubscriber.h */, + CBA8DB6C9274D3F9A904AFEF620B6007 /* RACSubscriber.m */, + A5B9D0824FEE61B2D8BBA3E7DD4EAFB1 /* RACSubscriber+Private.h */, + 56DE3A596D026B6AA784E09433E24D1B /* RACSubscriptingAssignmentTrampoline.h */, + 8BEFC72789996B8FBA0F833949EA9EB2 /* RACSubscriptingAssignmentTrampoline.m */, + 5B6F58E3163B3696A74B53BF7DCD30A5 /* RACSubscriptionScheduler.h */, + BF792B6492F8138846D0C4185809F240 /* RACSubscriptionScheduler.m */, + EEEADA72724E304B319782E1557B5BDD /* RACTargetQueueScheduler.h */, + CB8A3335A3C3BA9BEB2F6E1E4B233B81 /* RACTargetQueueScheduler.m */, + A2BB0B88CD9218949B3C7259ED21E673 /* RACTestScheduler.h */, + 003B117E66D812AAA6D53846EE8FD758 /* RACTestScheduler.m */, + 0B7B54D7EE9E14AC40F250B25AED2261 /* RACTuple.h */, + 24A2436EE2A8FF6C349C0B84A7FAF740 /* RACTuple.m */, + 8891BF3B3683C49FA71FFB325DEBFF6D /* RACTupleSequence.h */, + 97E073DF75EB2A96598AE829F4A8BDA0 /* RACTupleSequence.m */, + 14E2C2C94AD59F3C0E45E772B3360F35 /* RACUnarySequence.h */, + 6ED972FC3A20B0F40AE9C4378DE73A5D /* RACUnarySequence.m */, + 247656FC449EC2D8C54E08A4E700D4E2 /* RACUnit.h */, + 2DFE1EF58FC53B1929EF027924208458 /* RACUnit.m */, + 1D3587A44371B64EC5CAE2B8D1A3BED8 /* RACValueTransformer.h */, + BB166CAAE8A0A25718195F193514D8BB /* RACValueTransformer.m */, + F6A5B055A1464C2AA50802D86157814D /* ReactiveObjC.h */, + 8891363267E9329F42CA631D5D3CC7C8 /* Support Files */, ); - name = FirebaseAnalytics; - path = FirebaseAnalytics; + name = ReactiveObjC; + path = ReactiveObjC; sourceTree = ""; }; - D6E4478E1639DD47922899C84FC54F60 /* WithoutAdIdSupport */ = { + D82525C095E75CABFC9362C0EB7E6298 /* SSZipArchive */ = { isa = PBXGroup; children = ( - 9020281A4129CDBA143FE2597834F36B /* Frameworks */, + 38A9BD788DE2F1FF102BEB088BAE9093 /* mz.h */, + 578D4A9645A2982C92A3431909C635E2 /* mz_compat.c */, + D74602F85D5C0DB77A9E90BB424798B2 /* mz_compat.h */, + 4DFFFE25E47DC3AFDB2EB41A6BCF0286 /* mz_crypt.c */, + D4B501E49B179CF2D976DDA89205E290 /* mz_crypt.h */, + E7CF623C0C293C49173B977984BCEB3A /* mz_crypt_apple.c */, + ADEE6848E3B4FBFEBEE523F02387043F /* mz_os.c */, + 802087FBDE8863F766C46092C93F4A24 /* mz_os.h */, + 8F336D99ADED6F8867E7778A7CC20DAF /* mz_os_posix.c */, + FFB2CBAE7082D3D81345DA01B63A76E6 /* mz_strm.c */, + 464334EDC339501AA4ECE99C933653D0 /* mz_strm.h */, + B7C83C6C053B3D99C0C041AE58220C19 /* mz_strm_buf.c */, + 92A9D4C36CF260DD5F9056E943E8A72F /* mz_strm_buf.h */, + 2080BC8CC438FF620C122FAD6E1AA412 /* mz_strm_mem.c */, + 37DD5673F41895A96C2B2D35F23D880A /* mz_strm_mem.h */, + B38D254CC9A8D51D6661C7A6AC04DD5E /* mz_strm_os.h */, + 86D30B34AF6025461BD97ECC62FBC7F4 /* mz_strm_os_posix.c */, + 8548F73B159121AF8AD7737A93C6C40F /* mz_strm_pkcrypt.c */, + 8DDDE5CEA8BD66BD88B22E4C34613773 /* mz_strm_pkcrypt.h */, + 0E29A6B96CBC8289057B011296595ECE /* mz_strm_split.c */, + F01FE6B582D0364F858191851F04629C /* mz_strm_split.h */, + EB5F43A5EC59EBACC04198CA5030ABC1 /* mz_strm_wzaes.c */, + 2B833BBDFF8BDCA56B4FF7B022C0DA5B /* mz_strm_wzaes.h */, + 12B9827D728A14B811A027EDED34396A /* mz_strm_zlib.c */, + 11AA6AF9C4AD7257AF6EF8BB8B344EA7 /* mz_strm_zlib.h */, + 8498928F752D42B1F701D3A278BE43D6 /* mz_zip.c */, + FCEC727D6AEBF80B1BDE29B7977F50B2 /* mz_zip.h */, + 99B979E2983C72F28B203BDCC673466A /* mz_zip_rw.c */, + 60C17C9B7E207DF3528E95F01FF419E9 /* mz_zip_rw.h */, + 0B63C2C0CD320FAF37CDB7D40D7D1462 /* SSZipArchive.h */, + A3086231093078E1EE914935090CE3F6 /* SSZipArchive.m */, + EFF2413A5DDAD4038CCD665218B813E3 /* SSZipCommon.h */, + 8968976128A9B71ECAAD9589893BCE20 /* ZipArchive.h */, + C0B9276BC5B290536CC8EC799B8ABDAA /* Support Files */, ); - name = WithoutAdIdSupport; + name = SSZipArchive; + path = SSZipArchive; sourceTree = ""; }; - DE8161CE0D865984FB415BB623D739F0 /* GoogleUtilities */ = { + E0623A0AE7D20D31BC39BB7791DD490E /* decode */ = { isa = PBXGroup; children = ( - 3C4D4F222C2F80336C16258F2FEDF898 /* AppDelegateSwizzler */, - CC63D31BE3F7C46DCFF750D3D3B9DE10 /* Environment */, - 18D1091CADD0C953828A9F48C937A192 /* Logger */, - BFEA724AFA02D634B6BFAD66AE4A9BC1 /* MethodSwizzler */, - 2FDAFBBA42C0359B0D8CB7BAA0AE36FD /* Network */, - FD18C67BEF7B28D811517E34766A7F1A /* NSData+zlib */, - A9352B1506847385AA1F6463C513F60D /* Reachability */, - 6852593B81B39E14FBE1F5568D4FA482 /* Support Files */, - 9441FE61FD1EE85E094A3E04D6265A5B /* UserDefaults */, ); - name = GoogleUtilities; - path = GoogleUtilities; + name = decode; sourceTree = ""; }; - DEA444D4CAA68F7726705AAE76805F5A /* Support Files */ = { + E24833F3383E8C8F2915A5731C657A14 /* Support Files */ = { isa = PBXGroup; children = ( - 40F4ABEA300EAC8A99BB9DADB048EB7E /* MASShortcut.modulemap */, - 13EBDFDC598CB8EF75D5BA6C02BFA21C /* MASShortcut-dummy.m */, - DF4959A09CD2521953A6E8FD2DC59DAC /* MASShortcut-Info.plist */, - 5C833C22FBB5576255A5D83BD283624D /* MASShortcut-prefix.pch */, - CFA30B391FE978C757D94D8AF68772C6 /* MASShortcut-umbrella.h */, - E7BE19C05FA3AD44477EFC2CAA15E134 /* MASShortcut.debug.xcconfig */, - 5BC9E0319803C9B448FC4AE16188E42D /* MASShortcut.release.xcconfig */, - 92C483E7AB42D338FD7795682C48DB53 /* ResourceBundle-MASShortcut-MASShortcut-Info.plist */, + A8DB299698DE0114EBF1E31D87C06E51 /* nanopb.modulemap */, + F03A8343AEC33641155CBCF83CB6111C /* nanopb-dummy.m */, + F3A3DC4E906C187E9B72F50D7B49830B /* nanopb-Info.plist */, + 694AAE9E85756E4B2655551A39BA2970 /* nanopb-prefix.pch */, + ADDFC9C6E037798606CD7579475357F6 /* nanopb-umbrella.h */, + 5D13CE08C2C2E5762F5CA6E633018A0D /* nanopb.debug.xcconfig */, + 96A3BD686E9C3B833CB822B035E8C7B1 /* nanopb.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MASShortcut"; + path = "../Target Support Files/nanopb"; sourceTree = ""; }; - E0C4A14A8DA74D6EFD7688C0BA5D2908 /* Support Files */ = { + E34CFA953D0F848DF8DDB094E17484B0 /* Support Files */ = { isa = PBXGroup; children = ( - 3AC3E6BFBB0085D7238262AC31450623 /* Masonry.modulemap */, - 650DE55685F08D5F801611889819820E /* Masonry-dummy.m */, - 2E0B081E810C4A59717BEB19FE7F067C /* Masonry-Info.plist */, - 1CFBE9AB74E93B5991FED6E5EE046D0A /* Masonry-prefix.pch */, - 7655B3E7BDD2F0DDD6D8C74E08DC083E /* Masonry-umbrella.h */, - 14599D3B5703C51824D13129F664565A /* Masonry.debug.xcconfig */, - 12DA47622C2F758E78BD55EDD2C92C5C /* Masonry.release.xcconfig */, + 413878C0A5FA5A10FC2C2672846B3AAD /* Masonry.modulemap */, + 99404A8F210B88032868EF61FE2BC0CF /* Masonry-dummy.m */, + 9BE8DACCF8FCF93723851A5D483A77EA /* Masonry-Info.plist */, + 6C74B6F13AD097A8A284E2EF588ADDBE /* Masonry-prefix.pch */, + 77DF59BD9B9D48752A19916365FBD2D5 /* Masonry-umbrella.h */, + E2A7ED635948E958F086B6FF2541909F /* Masonry.debug.xcconfig */, + 8D861BF8C4641B97F0EB1A65BB0534B7 /* Masonry.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Masonry"; sourceTree = ""; }; - E15D2206D628384ECD3AEB87CF875AEB /* Pods */ = { + E968D7E5DD91554AACC23C70042D3711 /* Network */ = { isa = PBXGroup; children = ( - 1E1C43B4F28F3A99DF3DE39A985F39A8 /* AFNetworking */, - 3997928D0430F8DDD666BBEC769BB9A3 /* AppCenter */, - 056B4FFEC369A001D6D9D0BC6663C4F7 /* CocoaLumberjack */, - D4B621F430DE93D5881DB1A0F1510DBE /* FirebaseAnalytics */, - E584A29203DCB9E0C9662D514FC1894B /* FirebaseCore */, - 9A69C38E718BC4C2F268CB77FBB2FD49 /* FirebaseCoreInternal */, - C5D178ED281721A82ADC41A575EAD044 /* FirebaseInstallations */, - E43BCDFF4A238B4029CDCA88B373FE14 /* GoogleAppMeasurement */, - DE8161CE0D865984FB415BB623D739F0 /* GoogleUtilities */, - 8C4404871DB7494D9431458D0C054EAA /* JLRoutes */, - 9717FED8CDC6B8E336D2988F1D28673A /* KVOController */, - 4119EFC661AEDE1DD6C4FD1D7BF31B12 /* Masonry */, - 3305358F81EE3F03CC43182E4CC2A37D /* MASPreferences */, - 2507564E4BCBBB20C4BEC2FF8559F83E /* MASShortcut */, - D41B3AC6F9921EA7DFEEF34947FAAC53 /* MJExtension */, - 3B2D9C1F0245DD4739D02370D1574C3D /* nanopb */, - E8EDE55907D18609B6639F08D3599627 /* PromisesObjC */, - 4DB06BAF40AB199C2510A465EE9F0CF5 /* ReactiveObjC */, - A823D0DC18716537344BDB1E39E89B7F /* Sparkle */, - F6F8D0449122CCEB05F6F6C13054EB43 /* SSZipArchive */, + 63C95B18418744C930D2BBB2369D4FE1 /* GULMutableDictionary.h */, + 85EDCA82CEE3AE6311165FB6983E596F /* GULMutableDictionary.m */, + C422FCBE1444BAA5B013ACF8C2B52DAA /* GULNetwork.h */, + C541ACDC50D9FFF1CF6C97DEBCA8C3D8 /* GULNetwork.m */, + E4017CBA53BEED387AB8151BAAD76B7C /* GULNetworkConstants.h */, + AED65ED950E14A28AEB55DD773DD6AE7 /* GULNetworkConstants.m */, + 4E751B045981CF3D87FC06CDD929455C /* GULNetworkInternal.h */, + 65C8AD2DB2CD3F1E18CEAD5525FE3C9E /* GULNetworkLoggerProtocol.h */, + 24ACF3DEEAAE820F09372F7CAD455190 /* GULNetworkMessageCode.h */, + D8AB5962AFA18EB37DC037D1E0CCED3A /* GULNetworkURLSession.h */, + 2A74F4DAC95EB8613F9F470D2D857C6B /* GULNetworkURLSession.m */, ); - name = Pods; + name = Network; sourceTree = ""; }; - E43BCDFF4A238B4029CDCA88B373FE14 /* GoogleAppMeasurement */ = { + EB1BAF480B70C010EA682EC7B1C0E398 /* Masonry */ = { isa = PBXGroup; children = ( - BBDD887DFD42AA5096AB0A65D1235C25 /* AdIdSupport */, - 70D5B0FE0995142C5762FCF587629466 /* Support Files */, - D6E4478E1639DD47922899C84FC54F60 /* WithoutAdIdSupport */, + AB3AF03337EBC8F64E6ADF645069112E /* MASCompositeConstraint.h */, + EA41F630B811EE7C802FC50E9812A3D3 /* MASCompositeConstraint.m */, + F1395D5ADF94917C0B8C1D952FA9334B /* MASConstraint.h */, + 6515AB09C36030222828E0B13B254666 /* MASConstraint.m */, + 0C456D2402877477C22EC9FA58E511B4 /* MASConstraint+Private.h */, + D095358F140BD3989F168D5972E4CB88 /* MASConstraintMaker.h */, + B3D774E7F6FC791C2F75A04FC56E2B20 /* MASConstraintMaker.m */, + EE8129C9E6D22E7B9B3579EECBC1E605 /* MASLayoutConstraint.h */, + D512681C0AA0A400A586AC7CC7019E0D /* MASLayoutConstraint.m */, + C60A1B3007FB60DB85962874C2E0CBF4 /* Masonry.h */, + A489E8E0C9FCA82094CA172F2DD0C5A3 /* MASUtilities.h */, + 5229BACD9DDA9652457A409CF23B7FB5 /* MASViewAttribute.h */, + 096333BDE317D2BFC5571E1B6C7B6674 /* MASViewAttribute.m */, + 98A240BF4BCFD94AB552AEB9181A813A /* MASViewConstraint.h */, + 1214C7CACBFBEB21D10A0A9DC14E304D /* MASViewConstraint.m */, + E660398AA51A37D27BB0F4E60D4D6E9D /* NSArray+MASAdditions.h */, + 662AEB9E02E4E53C52E4F78AF209267F /* NSArray+MASAdditions.m */, + CBE9305D5D3D5B335957A7E2DF3EC0B5 /* NSArray+MASShorthandAdditions.h */, + E414749DA1B41A7087909D60A80C4D05 /* NSLayoutConstraint+MASDebugAdditions.h */, + B45EF83BEC99EF94E831B46C706E0FD4 /* NSLayoutConstraint+MASDebugAdditions.m */, + 48F940957FF6EF1B29DD0F3C38824F21 /* View+MASAdditions.h */, + D1520B8B7428274B5806B3E72D2B36EA /* View+MASAdditions.m */, + 9E40A7C1D74D0AEA54AB5370FBDEE580 /* View+MASShorthandAdditions.h */, + 46623C6290EF89A115B7B5E6F0DBF3FC /* ViewController+MASAdditions.h */, + E8B21EB38FD9C94E43E486388AB6817C /* ViewController+MASAdditions.m */, + E34CFA953D0F848DF8DDB094E17484B0 /* Support Files */, ); - name = GoogleAppMeasurement; - path = GoogleAppMeasurement; + name = Masonry; + path = Masonry; sourceTree = ""; }; - E584A29203DCB9E0C9662D514FC1894B /* FirebaseCore */ = { + EC364F1D1480C8D8BF8E4178AD883626 /* Support Files */ = { isa = PBXGroup; children = ( - E7F847CA77DE931B3B162F5B015AA563 /* FIRAnalyticsConfiguration.h */, - 74C499BA5703D6EC4CE86CDA693BC299 /* FIRAnalyticsConfiguration.m */, - 119BD37364EA0F2D9C6449A754B5540F /* FIRApp.h */, - 5D049F7808060B8CF8876207DDF123F6 /* FIRApp.m */, - 1BEE453A8DCF86A61AE8E3D507598E6E /* FIRAppInternal.h */, - 1FCE9EE4ACA4C1934C3E46887CC8D5B1 /* FIRBundleUtil.h */, - E5BCFE7DE96633BF84634ACC6FB0E287 /* FIRBundleUtil.m */, - 3DF4C7FD0C5835F832AE04E1C1802359 /* FIRComponent.h */, - 62004D57B25AEF7EFDC41823FF66E9FA /* FIRComponent.m */, - 693A55A23D1884AAF8D1FD8ABC7A1E4F /* FIRComponentContainer.h */, - 954DC61ED824866B01253EC8BC64052D /* FIRComponentContainer.m */, - 61126833284057508324693B225ADF0F /* FIRComponentContainerInternal.h */, - 95919FE8BC39D51E586C836EED2A4771 /* FIRComponentType.h */, - 41195BD5954F43A6A1BC73BB3B8B3362 /* FIRComponentType.m */, - E894EDB77310EE052C26DB0490838DC6 /* FIRConfiguration.h */, - DE115E5BA5C069F5DDE76601FAA40E4A /* FIRConfiguration.m */, - CFE44B7094750A04489AD4AA2CFD6006 /* FIRConfigurationInternal.h */, - 827A6267C22DF3678297D092CCF444CB /* FIRDependency.h */, - 09850BDC0D6AFEC0F723141EB26786A6 /* FIRDependency.m */, - CA386BD465A6AEBCDFAD60202B79BBB6 /* FirebaseCore.h */, - 1FEFA658A72AFCF049DF167F4777334A /* FirebaseCoreInternal.h */, - 85BFA082497B1D21146A59942DA27097 /* FIRFirebaseUserAgent.h */, - 6EA6A8F8386419361AAE7AB63BA16E5E /* FIRFirebaseUserAgent.m */, - 57C2E5F6B80427D18C9E9C43D05C86DF /* FIRHeartbeatLogger.h */, - D0040D96ABDCFEA5C45B17BBB538952D /* FIRHeartbeatLogger.m */, - C692CC96C317F86F09B500915F0E4160 /* FIRLibrary.h */, - CEAAA4F8ECA67EFDDD3F0935CCD007ED /* FIRLogger.h */, - 61A4BA2F79BCD77BA93207E278E8BB0B /* FIRLogger.m */, - 1A9F9B5EAC4990C1DA463E87E78A82B7 /* FIRLoggerLevel.h */, - 37A6B43B23EB6D06B56DEE89E1DA6B4E /* FIROptions.h */, - 3A8E6636B8CF23E451FE9460B7C60DFE /* FIROptions.m */, - CA7BEB29E23ACE24AD770FF93263DD37 /* FIROptionsInternal.h */, - BE1FE5B96DF41C590BA4B1E2A35D7FBE /* FIRVersion.h */, - E4C876BBDFFCC8E242C2D787D64930F3 /* FIRVersion.m */, - 6A7BA5E49CCB87A0D6CACFA889BA5916 /* Support Files */, + C0B2E6D45ADD011B02D5E9AF6C77A705 /* MASPreferences.modulemap */, + 8FAF594FE256CDE58404A13B7F692B6E /* MASPreferences-dummy.m */, + 6B13446CE8C16FD530CB4CCD7CC312A0 /* MASPreferences-Info.plist */, + 39E6DE0583701558B4744D382B1E277A /* MASPreferences-prefix.pch */, + 0597EC3FCEA8AF6F01036EEBCFA02EB2 /* MASPreferences-umbrella.h */, + 310909448070BEF82A8077B0370042A7 /* MASPreferences.debug.xcconfig */, + 34D941334F74A82B52F01C92389C2A8F /* MASPreferences.release.xcconfig */, + B5BBBFB9269F33112C801C5503267CBE /* ResourceBundle-MASPreferences-MASPreferences-Info.plist */, ); - name = FirebaseCore; - path = FirebaseCore; + name = "Support Files"; + path = "../Target Support Files/MASPreferences"; sourceTree = ""; }; - E8EDE55907D18609B6639F08D3599627 /* PromisesObjC */ = { + EDF614DF7A13E4E892D91A0FBE74AEB4 /* Crashes */ = { isa = PBXGroup; children = ( - 68DD457F22AB648DF681647CC89FA725 /* FBLPromise.h */, - 29E08CF1B2236D648FAB72D2074E1572 /* FBLPromise.m */, - CD1FD07A0113AB54F8750853EFCD445B /* FBLPromise+All.h */, - 397FCE3ABE026311B71779F2C17FF01A /* FBLPromise+All.m */, - E896C6944F10D199BFF3C021F0783F15 /* FBLPromise+Always.h */, - 19A90C325F465C26B6522E0B1DADE6DA /* FBLPromise+Always.m */, - 154E4267E9716F25EC3AE25C67AAB750 /* FBLPromise+Any.h */, - A163C7A473D5CBE2C6DB81FFDCE031BF /* FBLPromise+Any.m */, - 34F4EC124AE704B1D78E1896F526035F /* FBLPromise+Async.h */, - A86C92472BF311ECF6287649D07C95DD /* FBLPromise+Async.m */, - 30891467A0A8AD942348D97087DCBAD1 /* FBLPromise+Await.h */, - B9CEC8DD7AC36A43812BD2819D65B957 /* FBLPromise+Await.m */, - C111BE8A6DED68F1C4B61384CC47670E /* FBLPromise+Catch.h */, - 3390AB7BB444BC3D133338DEAB9AC7F9 /* FBLPromise+Catch.m */, - 8B1ADF96D3570361A56545E07CB22ADB /* FBLPromise+Delay.h */, - 614BD9365B068B83F7180EBA34B39513 /* FBLPromise+Delay.m */, - C2963881CA8639C8196C958F61182D93 /* FBLPromise+Do.h */, - F550B61BB4E29F3113D0D2A5D79F4C8C /* FBLPromise+Do.m */, - 0B479535A15080A31305ED7AAF28CD2E /* FBLPromise+Race.h */, - 72DF8E87FB7AF0663AC65C3012CA33AE /* FBLPromise+Race.m */, - FFDF1349CB4E94FD1F9453AEDD66ACC3 /* FBLPromise+Recover.h */, - DD30DED7E7074BE67BBBE663E28096AF /* FBLPromise+Recover.m */, - 846A6DE560481AA3CC7B6E2C3AAFD77A /* FBLPromise+Reduce.h */, - 68C52E2C3CF4C312834B39CC58D491EB /* FBLPromise+Reduce.m */, - 1AC6050C9113706073F27FA9CAC040EE /* FBLPromise+Retry.h */, - 4C23074C1F66706B8F64FF644B608B89 /* FBLPromise+Retry.m */, - 8E8CB6B5C880B660175078507F9F6290 /* FBLPromise+Testing.h */, - 7781C22E8FE3495196B711F60AA8EEEF /* FBLPromise+Testing.m */, - B12DED74840ABF71F1ABDF2DBB401AF4 /* FBLPromise+Then.h */, - A38855A02D1562D3519FA73FE8EC02FA /* FBLPromise+Then.m */, - B1EDE00DB43F174E1BD66E8EA48FFB6B /* FBLPromise+Timeout.h */, - 44027AFD3C8F33434095908ADDF04A8D /* FBLPromise+Timeout.m */, - 7494CB3658A5DA7EBAA2E0E7DBB1A79F /* FBLPromise+Validate.h */, - C5FF9964111D3B50C65004BACF114AED /* FBLPromise+Validate.m */, - 64E270F56C130B10857B502FF7772F01 /* FBLPromise+Wrap.h */, - 31E349D8650DA12C0273B81D0400E31A /* FBLPromise+Wrap.m */, - D26747C99ECACA94F4EDA45F6F66252B /* FBLPromiseError.h */, - 5219C654D57A333420114BE93081934D /* FBLPromiseError.m */, - 40080433102EFEEAF7EECFC739B1B48B /* FBLPromisePrivate.h */, - 2FDB5DFDD9F40E9C21688D449BF1FCF1 /* FBLPromises.h */, - 356A6B7E1B8F07E0721EA1126E191C98 /* Support Files */, + 5F4FBBFEA736C26C92B9ECA9EED3EFE0 /* Frameworks */, ); - name = PromisesObjC; - path = PromisesObjC; + name = Crashes; sourceTree = ""; }; EF1AEB09A25729BBBB8C02850966EC45 /* Pods-Easydict */ = { @@ -3112,128 +3158,53 @@ path = "Target Support Files/Pods-Easydict"; sourceTree = ""; }; - F1FCBC5DC11F7E1747735BFBAE65F266 /* Support Files */ = { - isa = PBXGroup; - children = ( - ED422E7821D02C75B43491A9A6762D11 /* MASPreferences.modulemap */, - 843EBC91CE652467D5C60622CD0F1F4E /* MASPreferences-dummy.m */, - 5237562354622D42934B2DFD6BD5D535 /* MASPreferences-Info.plist */, - BAB6F50E745C4234F75F2BF40F301270 /* MASPreferences-prefix.pch */, - F6FD359E25C31601BE2E31F52CB0975A /* MASPreferences-umbrella.h */, - D64EFE86080FE35D31954E81852B3CC2 /* MASPreferences.debug.xcconfig */, - E4BF757DA63584309210C2D5EF05F05A /* MASPreferences.release.xcconfig */, - 37CCB5D2AACAD13F0CF6C26DB3F4A4C2 /* ResourceBundle-MASPreferences-MASPreferences-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/MASPreferences"; - sourceTree = ""; - }; - F534A7F44CEF44FC38E02740F78F1BE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - CB11DA8D34DA83F9384D902B730ADF23 /* AppCenterAnalytics.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F6F8D0449122CCEB05F6F6C13054EB43 /* SSZipArchive */ = { + F94081179A8E4764B1779829B7807517 /* Swift */ = { isa = PBXGroup; children = ( - F19503543D98FCE9606C4E53F2E97D92 /* mz.h */, - AF17153CCF7199C23D216B9F44A6C0CB /* mz_compat.c */, - 160BE6FC47311C891CCEF0B97E380BB3 /* mz_compat.h */, - 8F2EDEEAACA163B5E37242F8D5C63616 /* mz_crypt.c */, - 87A0EA7E28E89B28D77F932B2F7733D3 /* mz_crypt.h */, - DF07CD021B9056998130FB5232CA0ACF /* mz_crypt_apple.c */, - BB9FBC195B23CCA679941A7A75E25377 /* mz_os.c */, - 7638CB8D144A37C6187A4CD677163151 /* mz_os.h */, - 7F917E53B8542E90442E8904B15A24CD /* mz_os_posix.c */, - FDB85F10E6AD1E603AA3BFE47B6FA7BC /* mz_strm.c */, - 6A7E32BD8BDBBCD198D2A3C9FDB27E8C /* mz_strm.h */, - C817DE4D2118CF94A8E8C6BADCDC6A30 /* mz_strm_buf.c */, - D32BFE064F15D514528CF5A9BD96FBEF /* mz_strm_buf.h */, - BF64C678FFC49E90742794F768B9E445 /* mz_strm_mem.c */, - 4C8BE1EDBFADFE0FD8EC22F20F3B64A7 /* mz_strm_mem.h */, - BBF43B95651F2C975D890C4983768C4F /* mz_strm_os.h */, - 9B64E7ADDC5FDDFEAAE027C5E9E2ADDD /* mz_strm_os_posix.c */, - 00F2471375D18F604EC73A605D058199 /* mz_strm_pkcrypt.c */, - B6989019EE02B66629B43D588A2B8E19 /* mz_strm_pkcrypt.h */, - 13BDD3556E126756BFF68A35AF1D350E /* mz_strm_split.c */, - F075F80FCEBF53EE0BFC2B7EC564C98A /* mz_strm_split.h */, - 9B591AF61ABBD039FC3A4EB2B2BAD471 /* mz_strm_wzaes.c */, - DECA25623C0320D7DFB5CDD9609F0D61 /* mz_strm_wzaes.h */, - 704E374E8D4EA2A1CC78ED0BB239F659 /* mz_strm_zlib.c */, - 96401E75FC68AF8D09A9980A9BD13F5E /* mz_strm_zlib.h */, - B1ADE52F567BE702393FD74B75EF9808 /* mz_zip.c */, - 137217C1AB818A91BBEE06934850E664 /* mz_zip.h */, - 2A88EB2FB6F3A84750993B7C8CED2231 /* mz_zip_rw.c */, - 6DFA06EAA22CCA26865FA7113F7DA962 /* mz_zip_rw.h */, - 31203F201F9206D44C17060FE492ABB9 /* SSZipArchive.h */, - 396D11614F48E213935F06B82E47C638 /* SSZipArchive.m */, - 65C2CAB43165F0E139BB692C4E1B38B2 /* SSZipCommon.h */, - 7F4EBDE4F59CE00FAEFE9CB0033E4187 /* ZipArchive.h */, - 05A8872141DA326D21CD925D0C02D080 /* Support Files */, + A7B279796DC8D7B5C4A33595A7534E32 /* CocoaLumberjack.swift */, + 3472FECD92FFD660DD4FB223A1814F9D /* DDAssert.swift */, + 53552568DA8DA5828A199CA356C1E84E /* DDLog+Combine.swift */, + C8F32C12CAF2099498C4EC43743F16DB /* SwiftLogLevel.h */, ); - name = SSZipArchive; - path = SSZipArchive; - sourceTree = ""; - }; - FD18C67BEF7B28D811517E34766A7F1A /* NSData+zlib */ = { - isa = PBXGroup; - children = ( - C4FC6C317085D6A428D1DBC405C66DB1 /* GULNSData+zlib.h */, - 2D57FF9F4F84C78E5ADB247218A25454 /* GULNSData+zlib.m */, - ); - name = "NSData+zlib"; + name = Swift; sourceTree = ""; }; - FE28762B162ACE55EDB9E976AAEA8B05 /* encode */ = { + FDB06A369DCBA34A6390A721FA04AFCE /* Sparkle */ = { isa = PBXGroup; children = ( + A284A6FA4E942BA4AECC95F8A932C043 /* Sparkle.h */, + DFFB77922F4A1F972D9060C9C9C9AF02 /* SPUDownloadData.h */, + E0D3ECFED462ABA37249B41F340769A8 /* SPUDownloader.h */, + A6FA51AB1837B5F082EB68AE3D49F666 /* SPUDownloaderDelegate.h */, + 051FA5EDC1016ED519B5FF4105090CA1 /* SPUDownloaderDeprecated.h */, + 71A2FC9B1D951CE359CDE09684AE3F0E /* SPUDownloaderProtocol.h */, + F63554006364546D2F2500248C78D27C /* SPUDownloaderSession.h */, + D1CB75F2E99554F034FE568FB001ACC3 /* SPUURLRequest.h */, + 8E909A1270B604F410F07C855F2A727E /* SUAppcast.h */, + 3D1F2ADA25ED6F49C1E8AF57AF33809C /* SUAppcastItem.h */, + 678BF00416399FEABCC8525FDFE0ED89 /* SUCodeSigningVerifier.h */, + 0107F48BA943EA4C4E19D1B5102C4CCE /* SUErrors.h */, + 1539C997098CE0EC59133D405A57E9E1 /* SUExport.h */, + 5AEE2A17A277030472A888651CCFA2C0 /* SUStandardVersionComparator.h */, + A2B124B39390721248F66BAA3CCAC3B9 /* SUUpdater.h */, + 4EBC236DB0FD81B2ABCDA87E7BA5101B /* SUUpdaterDelegate.h */, + D3AC3423C785239B3C245FD145A93709 /* SUVersionComparisonProtocol.h */, + 3FDFCBF4D9644C260C5130511117845F /* SUVersionDisplayProtocol.h */, + 71D09B38653408F4538CB24E4088D19B /* Frameworks */, + 4886932CEAA2576F483D8A40C8AAC0F0 /* Support Files */, ); - name = encode; + name = Sparkle; + path = Sparkle; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 16942944AF6A169C2FB4A8AF2C271703 /* Headers */ = { + 162D215FC5747B1935164E32DDF7C27B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5CE14546F53364B0FC72270D03B5ABCE /* GoogleUtilities-umbrella.h in Headers */, - 792351035166C2C4B20385AA1B9A5291 /* GULAppDelegateSwizzler.h in Headers */, - 65C02FF9241046B92430625E3D048F03 /* GULAppDelegateSwizzler_Private.h in Headers */, - E3A0510CE7039D40EF5EC3C8C21385A6 /* GULAppEnvironmentUtil.h in Headers */, - 50EA8C87BC0E0C9C56840AFA8C83DB89 /* GULApplication.h in Headers */, - 5E3C3E477BE4550ACDE5D7BFC93D5620 /* GULHeartbeatDateStorable.h in Headers */, - 7E3667FDB8AF2D4E0B0299FBB1595BC6 /* GULHeartbeatDateStorage.h in Headers */, - A1DCA565FBA6EA4101B0008AF640BB65 /* GULHeartbeatDateStorageUserDefaults.h in Headers */, - 8F2CA43E09AF4904C523F5E7DE0C0521 /* GULKeychainStorage.h in Headers */, - A321B44378BEE1526B9CB985A834E424 /* GULKeychainUtils.h in Headers */, - 85F17BC33B38C9DF196B089A18C59EE9 /* GULLogger.h in Headers */, - 807705541E716C7C49B056674DE54FF0 /* GULLoggerCodes.h in Headers */, - 65C4C541095E322D517FCEF0B7A55007 /* GULLoggerLevel.h in Headers */, - 63502E510DE25E4338833B00CFB51988 /* GULMutableDictionary.h in Headers */, - D10487A74F6A48971B4E73CEAF15EC4C /* GULNetwork.h in Headers */, - 8A9AAABE9C53EF72839885D982653F3A /* GULNetworkConstants.h in Headers */, - 72D9C21C167C84FEF7C83BB29877019E /* GULNetworkInfo.h in Headers */, - 392D26190B25FB2F30D2BF0E3B9EB613 /* GULNetworkInternal.h in Headers */, - 13ACBF2B59FE9051D983BAC7EA75A46D /* GULNetworkLoggerProtocol.h in Headers */, - D76EA83983C6F0C50E9059A19F40FABE /* GULNetworkMessageCode.h in Headers */, - 060D877032C2F32A215F84D7CF18808D /* GULNetworkURLSession.h in Headers */, - ACFC1FC105A8FBCC2478B9A5BED7BB14 /* GULNSData+zlib.h in Headers */, - 0BC8FDA7048603876D45B3547A0BF05E /* GULOriginalIMPConvenienceMacros.h in Headers */, - 12E204745A3C509B1FF0CD845A22CBF9 /* GULReachabilityChecker.h in Headers */, - 2600AE0255EBAA83D600FA1066052E41 /* GULReachabilityChecker+Internal.h in Headers */, - BBAEEEFD51143DCC77082BD8BBDEE9D2 /* GULReachabilityMessageCode.h in Headers */, - 7A56E4F055688187CE83741D99A70604 /* GULSceneDelegateSwizzler.h in Headers */, - 153DB641F141118BD195BC7BADCAA4BA /* GULSceneDelegateSwizzler_Private.h in Headers */, - 828A3C4E04193340BB2F32505D7ED5A0 /* GULSecureCoding.h in Headers */, - AE119C1725F9314552E658C4184CD7B9 /* GULSwizzler.h in Headers */, - CCB2AD375FED97271B56C4012618E80B /* GULURLSessionDataResponse.h in Headers */, - A310F3E8835407F85BFF9FFA11BEE7F4 /* GULUserDefaults.h in Headers */, - BA4F599A705414F9F00D3D35472F7DB0 /* NSURLSession+GULPromises.h in Headers */, + 5A410921AE6D64D4245E1CFED917B149 /* FirebaseCoreInternal-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3253,6 +3224,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 22A99B602C9C8106874B8EDF1EF6280B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 03472C562E7D0C7196A61C4FB0306798 /* FBLPromise.h in Headers */, + 08B8CF1F2EBC29A3CF574E973199BD9D /* FBLPromise+All.h in Headers */, + AA87DC0B37DA29EC904B30328A52D3B8 /* FBLPromise+Always.h in Headers */, + 22181A6591B1273910B37DCF960DAF66 /* FBLPromise+Any.h in Headers */, + 4F301A672075B529E307A6B61D34F5AD /* FBLPromise+Async.h in Headers */, + E88436EE0FDB0278701E2FE2ABB50449 /* FBLPromise+Await.h in Headers */, + 0A140A3A75344E37C0A2699E6EB8DB2B /* FBLPromise+Catch.h in Headers */, + 4D789C55E2E65D329A6900B89B27FAD0 /* FBLPromise+Delay.h in Headers */, + 65326D3EE21880FBDA49C4663F4A2CBC /* FBLPromise+Do.h in Headers */, + 9FE9B1540B338CC0A7BA13B5EB79657D /* FBLPromise+Race.h in Headers */, + 8397678AB6D393CF7947A446ADBEB6B7 /* FBLPromise+Recover.h in Headers */, + 17D5120874C050522482FDE30C882732 /* FBLPromise+Reduce.h in Headers */, + B9BF37D463A2C459B3D1781126EC0F0E /* FBLPromise+Retry.h in Headers */, + 18BB4AA49E7FA865F60007629982D492 /* FBLPromise+Testing.h in Headers */, + 3DE8FB64DEB97ADE429F462C3CE503DB /* FBLPromise+Then.h in Headers */, + 6EE2611575D8CEF7EDAED717CA41F985 /* FBLPromise+Timeout.h in Headers */, + 8446927339C7A62EB92C205ACB1EA409 /* FBLPromise+Validate.h in Headers */, + DEC3526BD7556B1D555D434DDF702C2F /* FBLPromise+Wrap.h in Headers */, + 636CA291E1615855E7922D30962B5996 /* FBLPromiseError.h in Headers */, + 147269CAC7D0135D99BD9B7222C54402 /* FBLPromisePrivate.h in Headers */, + C221197E2576FAB76CAAE93A2C28C379 /* FBLPromises.h in Headers */, + 2EEDD34036457D87F3DF9B8B83D64306 /* PromisesObjC-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2419D325EC7BC55965F08D5ACB4B598A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3363,11 +3363,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5C488223800DD743619D2992F05733E5 /* Headers */ = { + 5049A5C1CF76AC5D92C3008C90EBBCD2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CCADAA1174D2C04498120505B5B4E080 /* FirebaseCoreInternal-umbrella.h in Headers */, + 4506B1E2DE87A24C96A173ED89058137 /* nanopb-umbrella.h in Headers */, + 785562D852A727625DF8315AF53FFBBE /* pb.h in Headers */, + CC4B1789BE5CA206D906F1625EB9518C /* pb_common.h in Headers */, + F0A7D11A89528FD43D72B18659A369F5 /* pb_decode.h in Headers */, + 591D96FE65EAEBD515E6C50490972439 /* pb_encode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3391,35 +3395,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 628CF3E68928E0D8147C74B8B7351B19 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 690C8145F68AF6A530F3DC7E53D62DBE /* FIRAnalyticsConfiguration.h in Headers */, - 1BCADBC4BFDF6DFFF62DBB5D5F9C4B86 /* FIRApp.h in Headers */, - 1938E3930F813D3CDF637B04CF2488B6 /* FIRAppInternal.h in Headers */, - 4CE8FA25884EE37278AA10DA42DE75DC /* FIRBundleUtil.h in Headers */, - E3D20E4859C12CD27E201D51CFD275D4 /* FIRComponent.h in Headers */, - 4CD2C9D86503E2D8A478ECE2201E7148 /* FIRComponentContainer.h in Headers */, - 5A7917E2DA8C08E001CFFBB86D9D50A8 /* FIRComponentContainerInternal.h in Headers */, - B884AA74AC134042109F05CF7DF4B9E6 /* FIRComponentType.h in Headers */, - B11A1AA5EB7FB0E231704D3B6D4989F3 /* FIRConfiguration.h in Headers */, - 9B54EF5E2853EF4E466C1DDA172A09E1 /* FIRConfigurationInternal.h in Headers */, - F9BDD839BA1797D45455AF5D42DD056F /* FIRDependency.h in Headers */, - 820654D2F08F342459CB025647EE08A6 /* FirebaseCore.h in Headers */, - 3E2B9A2B2F8699C1B04C96EDD94212D2 /* FirebaseCore-umbrella.h in Headers */, - E2835A091DFD39227D56E658CCED3118 /* FirebaseCoreInternal.h in Headers */, - 0C941F4F855BFAB962695ACC2B8E6338 /* FIRFirebaseUserAgent.h in Headers */, - 3BD33BAF8D2348519809FC710BA4B62E /* FIRHeartbeatLogger.h in Headers */, - E808222B20755E2635B6BDF5AD45FA9E /* FIRLibrary.h in Headers */, - 03E6C3F2DAA9C1931B64CE355AF3E6F6 /* FIRLogger.h in Headers */, - E4E1FB368D1EA35851EA6C55B67D903C /* FIRLoggerLevel.h in Headers */, - E00135064E778AE2AD10D3D0743F5C58 /* FIROptions.h in Headers */, - F279716A58383DF26287CCF2D802BF66 /* FIROptionsInternal.h in Headers */, - 0FBCADC7BE43FA9A75CAFB4CEAD8132E /* FIRVersion.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 65698788A38D6A188CBC7939C6A94525 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3450,43 +3425,43 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8E026272E6AC312F5A7BCD1FB559D4D8 /* Headers */ = { + 8629B2E9D996E49CCB58CFC8FBF117C1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FF6D635DC352A0FA0F2C6376C193ADD8 /* FIRAppInternal.h in Headers */, - 552307D373D3CE7993F5CBB42AE71025 /* FIRComponent.h in Headers */, - EF8DE2E00368157D2C7CF6D72A8BEBAA /* FIRComponentContainer.h in Headers */, - DDD9C00EDE7CDC5EDD6750EB64E428C3 /* FIRComponentType.h in Headers */, - 6438037295B45D5647144857243C89C1 /* FIRCurrentDateProvider.h in Headers */, - 9E6E03ABADC904242F6F1AA9D2F30F65 /* FIRDependency.h in Headers */, - 16822E2748C264C4EEC7170E1F632431 /* FirebaseCoreInternal.h in Headers */, - 61CB571D0AB1280F25636FC42D4EB214 /* FirebaseInstallations.h in Headers */, - 07A7D53C18630A92B33407AABE0E4B86 /* FirebaseInstallations-umbrella.h in Headers */, - 5A76E952B88F3AD719FF2D1554D90817 /* FirebaseInstallationsInternal.h in Headers */, - 23239955A20033E8C4D49EF6BFFB1417 /* FIRHeartbeatLogger.h in Headers */, - EA0121064A98567D072AED42914AE6C0 /* FIRInstallations.h in Headers */, - FB01CEEB453FE2903824E76F37706006 /* FIRInstallationsAPIService.h in Headers */, - 4B3281BBD57269F7B28642F05EE297A4 /* FIRInstallationsAuthTokenResult.h in Headers */, - 213BB49ACC88E549D4B67F6FE2B9D900 /* FIRInstallationsAuthTokenResultInternal.h in Headers */, - 504CB3B80E8E9D242FE7E57CB10EEC43 /* FIRInstallationsBackoffController.h in Headers */, - E343C08950D42F16E9878E6C991B40B6 /* FIRInstallationsErrors.h in Headers */, - 9139364C3F6747F6FEA8C316864A6FD2 /* FIRInstallationsErrorUtil.h in Headers */, - 46D26B888E9E7E500DBCE33D8BBC2DC9 /* FIRInstallationsHTTPError.h in Headers */, - EDE51D88E279AD982A770A618E940521 /* FIRInstallationsIDController.h in Headers */, - EF6444768BCFFFCA7FC98511B978A906 /* FIRInstallationsIIDStore.h in Headers */, - 11D7BDC6F6A62E44A4A677C856C3F479 /* FIRInstallationsIIDTokenStore.h in Headers */, - 9A535CB625DFEDCB4E472C4772DC8023 /* FIRInstallationsItem.h in Headers */, - BEC994BF3545AF40B7F553ABB0958F4D /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, - 6CB8C6297027CCA5F3678E6F448A291A /* FIRInstallationsLogger.h in Headers */, - B104E0D2D11FF73828B494377DD73B2C /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, - 42F8ADB9CD2FFBBEEEB6524D447BD3C4 /* FIRInstallationsStatus.h in Headers */, - DC83A16EE0545C3B33B0262816852153 /* FIRInstallationsStore.h in Headers */, - 7286234FE74BE5524BA51908B8DF284C /* FIRInstallationsStoredAuthToken.h in Headers */, - 3C24C9EC54DB387F211B5B99AA8CD56F /* FIRInstallationsStoredItem.h in Headers */, - 2160531B79FFFDE36331FD65386837E9 /* FIRLibrary.h in Headers */, - 6DDD98D6AD3C13522FFF7A5B67766E87 /* FIRLogger.h in Headers */, - 967578ADA5B97302CBD419EC7B0CD7E3 /* FIROptionsInternal.h in Headers */, + 4E55361C3AED345BAB614686533C9CF3 /* FIRAppInternal.h in Headers */, + 5C9CE7CF2F9326C40DE1B8DF3BB94815 /* FIRComponent.h in Headers */, + 329422C24F925219F396AC8595BC36A6 /* FIRComponentContainer.h in Headers */, + 4C68ABEB115BCA103453B9B9430F6AC7 /* FIRComponentType.h in Headers */, + 779B78A1DC8577473AB82ECE074E51F6 /* FIRCurrentDateProvider.h in Headers */, + 396B0E8E695E201A6FC69D430419382C /* FIRDependency.h in Headers */, + 5F3D76B19CC945D75D941330DBF944D4 /* FirebaseCoreInternal.h in Headers */, + 7A8493AC6E362F13BDBE7542797EB9BD /* FirebaseInstallations.h in Headers */, + 1DCF61A51B763A8AF04F491EAB00CC7F /* FirebaseInstallations-umbrella.h in Headers */, + 10E1640AAE7A4142F246D8A95F4EE41F /* FirebaseInstallationsInternal.h in Headers */, + 10B851A175CA6798B850BCCB6091DF72 /* FIRHeartbeatLogger.h in Headers */, + 4EEC5977EF79AA6079C9DF40C89BE38C /* FIRInstallations.h in Headers */, + 93674D488E7FB83E0953AAD133C555A5 /* FIRInstallationsAPIService.h in Headers */, + 01B4209EC59C2E00B4091B87867C7920 /* FIRInstallationsAuthTokenResult.h in Headers */, + 3DE0FD8BEA4BE3733D4D3B6A02A9D4CC /* FIRInstallationsAuthTokenResultInternal.h in Headers */, + 2A83EDF4EC1FE9D7E79B6C7C5FE26A8E /* FIRInstallationsBackoffController.h in Headers */, + 007D241CCFE45FAD0DB85711FD5CD97A /* FIRInstallationsErrors.h in Headers */, + C1424DCA1E994083A975E0D962FC0AB4 /* FIRInstallationsErrorUtil.h in Headers */, + 83951C719A5ABACAF0253C3EF5B32201 /* FIRInstallationsHTTPError.h in Headers */, + 06D346C402246C898CD6803D1839468F /* FIRInstallationsIDController.h in Headers */, + F6E437B5E863C7A76431E95DDA4E06D0 /* FIRInstallationsIIDStore.h in Headers */, + FA2310A90C609FB8F61E360633913733 /* FIRInstallationsIIDTokenStore.h in Headers */, + 1D414B0E04929E102D2AFA32B9794427 /* FIRInstallationsItem.h in Headers */, + 09F0B03643FB2D75D1A9BD2ACAC9F307 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, + E8AAA24C9F66564417097D22434E91B8 /* FIRInstallationsLogger.h in Headers */, + E395CAE8556F925327E8660385095A13 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, + 0A1C4836D85CBDE9C29D5075B740C95A /* FIRInstallationsStatus.h in Headers */, + C99ECD2FD1B6436D3A464CCDBFFCDFA6 /* FIRInstallationsStore.h in Headers */, + 7017D9E7D07ED78F70B4B380B07FB422 /* FIRInstallationsStoredAuthToken.h in Headers */, + 5E8E18206D9E5B3BB89855799B4DE2CB /* FIRInstallationsStoredItem.h in Headers */, + 89685630F75465F2F72B3045B636449A /* FIRLibrary.h in Headers */, + 9FFBCAC21210051BC52AC084B3D9FAD7 /* FIRLogger.h in Headers */, + 0FFC66AFA4161CABC9079723ECDA7A6F /* FIROptionsInternal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3552,18 +3527,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BB5E182F32D739962B5F3B751080BC93 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A2A9F99FA057EBFAE556F04E2BA27C48 /* nanopb-umbrella.h in Headers */, - DD7CA45FED302F6B1FEEF243084FC8FF /* pb.h in Headers */, - DDBE4BF45C5A147B4BDE51B0B3069884 /* pb_common.h in Headers */, - 6FE46771A759BC9ADEC08B7ECEBF8159 /* pb_decode.h in Headers */, - FD1DA83A749B499FA1F12DB9B82651A5 /* pb_encode.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; BC3E1EB67EAF6B3484CB7B21EF0A5DEA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3592,32 +3555,72 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CD8781BA2D3F1F172AA0F4E245D3B3DC /* Headers */ = { + C5BC7E5EBF33456C62BE777038996E66 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 0E46664EDBC71B73AE76CE43D601F40D /* GoogleUtilities-umbrella.h in Headers */, + 1D8E9CC97308AAAA78EC30CB6AACC21D /* GULAppDelegateSwizzler.h in Headers */, + 4F0BB1BB39B6F03069A0481BCA6A1523 /* GULAppDelegateSwizzler_Private.h in Headers */, + E3B2A3F3B984572D1F2576D42D294F03 /* GULAppEnvironmentUtil.h in Headers */, + A3C7BBB438AFDDF3DA3091DF5C883F23 /* GULApplication.h in Headers */, + BB367AC6F1B65B7E44F9962FAC5821AD /* GULHeartbeatDateStorable.h in Headers */, + 0C75B7610A836CB47FC792FA040328F7 /* GULHeartbeatDateStorage.h in Headers */, + 829194799CEAC24E3921BA9398A0B16A /* GULHeartbeatDateStorageUserDefaults.h in Headers */, + 6263F5C03E293FAEF0540964EDA5E9C1 /* GULKeychainStorage.h in Headers */, + 7D74F1DC5FABD5A99B13F7601359155D /* GULKeychainUtils.h in Headers */, + 983BE291122905C0F736E4370383097F /* GULLogger.h in Headers */, + 15F6DA26890A850F1DA7776924FBA51B /* GULLoggerCodes.h in Headers */, + CDBB24CF376DC7001F0FF63C050A02E9 /* GULLoggerLevel.h in Headers */, + 20D35C406EB297EE1DEDC898C138ACA0 /* GULMutableDictionary.h in Headers */, + 1B7E6B5DA316B68516C5710809CA7767 /* GULNetwork.h in Headers */, + E1E9C0570FA32FA9C4E6B435E7C8CC73 /* GULNetworkConstants.h in Headers */, + DC00DD2980D6A0C5DDAC1230639C1389 /* GULNetworkInfo.h in Headers */, + A31F0D73371F8739C00988312F0DED49 /* GULNetworkInternal.h in Headers */, + AE6951D66961B94E33A531E9578B34FE /* GULNetworkLoggerProtocol.h in Headers */, + 73427713DCC4991153E98C2F2B7B666D /* GULNetworkMessageCode.h in Headers */, + 9C575E12FFAA9968E137985FA7531DF9 /* GULNetworkURLSession.h in Headers */, + F118E4643057EB9F24B8DCD574EE476D /* GULNSData+zlib.h in Headers */, + D928C745C8BE7E9EBF351A69CC8D67FA /* GULOriginalIMPConvenienceMacros.h in Headers */, + F0F35CB0146A6B9234FAB55A9D8EAE61 /* GULReachabilityChecker.h in Headers */, + D602D15C2789D2BFD72C35C96641BD36 /* GULReachabilityChecker+Internal.h in Headers */, + 81A5E7C9DD12B00D0A3A66D301CB024A /* GULReachabilityMessageCode.h in Headers */, + 78B9EA159FEAC6F5B749C00380637F2A /* GULSceneDelegateSwizzler.h in Headers */, + 442981BF0CC47AB4EF87B9830A539047 /* GULSceneDelegateSwizzler_Private.h in Headers */, + E7CF0A708B2CE398B5A629627692C86E /* GULSecureCoding.h in Headers */, + 4F18E925BB377664B8715A2084983561 /* GULSwizzler.h in Headers */, + B1C8FAB27A0FBDF2EF9FAA0774DBD07F /* GULURLSessionDataResponse.h in Headers */, + 0346BBF86FBFA9F19467190500052556 /* GULUserDefaults.h in Headers */, + 6F8481437135030847286DC5B069F2B6 /* NSURLSession+GULPromises.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E84F8EA3E9E8B134C7C89DB17D5ACDED /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B07EB787D25F264D74074A711D483763 /* FBLPromise.h in Headers */, - CA089C0394887B65B8636452A3A1F05F /* FBLPromise+All.h in Headers */, - 886D1D1BB7EBA25C9E7E5E4C3823E8E4 /* FBLPromise+Always.h in Headers */, - 4A215730C6F7D0FDC52535F0D0EFAB51 /* FBLPromise+Any.h in Headers */, - 68C4DC44BD744718004883435B1311A4 /* FBLPromise+Async.h in Headers */, - 46CAA3E61DC81DAA97827F9A0F18ED2E /* FBLPromise+Await.h in Headers */, - F472E3A1AD99AC5947592FA0808534EA /* FBLPromise+Catch.h in Headers */, - D6A4849CA0D0BA475E7A342FC99CAF32 /* FBLPromise+Delay.h in Headers */, - F988099AA7063791899D480BFD1C5D8A /* FBLPromise+Do.h in Headers */, - 9CE32C8A868892C39215095F1CDFE684 /* FBLPromise+Race.h in Headers */, - D2AA69689A5D3335670D9307A71FDA78 /* FBLPromise+Recover.h in Headers */, - D0FD517EECCBC896BD2FF48DA45A98E3 /* FBLPromise+Reduce.h in Headers */, - 7CB297935C441E50FED92957F45625D3 /* FBLPromise+Retry.h in Headers */, - CB56B5801395E6ECB399860DA5ED1C82 /* FBLPromise+Testing.h in Headers */, - 9B759645BFDEDECD2D417063612F4C9C /* FBLPromise+Then.h in Headers */, - A8E6EE73F3D5EECA9225B8D0012E87F6 /* FBLPromise+Timeout.h in Headers */, - 94F0E6B0E36FF7CBB5A7213B0595C219 /* FBLPromise+Validate.h in Headers */, - 10EF52B98BC5F2A54C656B989AE39944 /* FBLPromise+Wrap.h in Headers */, - FF0C41C0C823ECB4B33EE4C46D742665 /* FBLPromiseError.h in Headers */, - A757F328917291B2612056CD04B5F70F /* FBLPromisePrivate.h in Headers */, - 82B86B3AAE00394E4520A282B8AE40BB /* FBLPromises.h in Headers */, - C80CC0CB6BDDC52AC24877171E16013D /* PromisesObjC-umbrella.h in Headers */, + FB14029FF3F8FAE3A726A0340CBEBC70 /* FIRAnalyticsConfiguration.h in Headers */, + A04DD86084042F08D3B4857F5E9E9D36 /* FIRApp.h in Headers */, + A0D6325D4BAD580EAF651E623FB37A96 /* FIRAppInternal.h in Headers */, + 3CA06736882CCA07C9C362E4C434847E /* FIRBundleUtil.h in Headers */, + B98842EAD14BCBF208A80FDC9099DF53 /* FIRComponent.h in Headers */, + B19C714CC871BB4A8608A9AA0BEA6B6E /* FIRComponentContainer.h in Headers */, + D62018366594597E3F1184B9CCC4B7F6 /* FIRComponentContainerInternal.h in Headers */, + E05517D106CB783CF2A2F25AE5C7E0A5 /* FIRComponentType.h in Headers */, + 7B5C7A4EC7E01CC8A4B8AF8E4485F651 /* FIRConfiguration.h in Headers */, + 6A61E561E5D6C95F474FA67639DC8E1D /* FIRConfigurationInternal.h in Headers */, + 5CA9CDE73842E41EE0039BFA2FCAA8C5 /* FIRDependency.h in Headers */, + F62508F99AE1B4EDDD51251CFB2A201A /* FirebaseCore.h in Headers */, + 0ACBF47BA5EBB318A0BD26E4D1217213 /* FirebaseCore-umbrella.h in Headers */, + 819514AA5070A695D85E2741E0FDC6DE /* FirebaseCoreInternal.h in Headers */, + FF1243B79B7D6B5F7B8AA7F2E0A2A01F /* FIRFirebaseUserAgent.h in Headers */, + 9F82069A750560AC40DDEF340248A178 /* FIRHeartbeatLogger.h in Headers */, + CFE6EE4C2FB2419B3E03302767903C2F /* FIRLibrary.h in Headers */, + 9EEDB90F46C567039123CFD921B34503 /* FIRLogger.h in Headers */, + CE0964CFACDC9A66537D78A6E216ECFB /* FIRLoggerLevel.h in Headers */, + E88BB99D69CF316FC3DAA973722C1FFC /* FIROptions.h in Headers */, + 8F1795A23FDA483CE39507434BA11A24 /* FIROptionsInternal.h in Headers */, + DAA694F6D69464EE49A03604D0175218 /* FIRVersion.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3644,11 +3647,11 @@ }; 0A273FF147C6C1A3B504E3652CD01233 /* MASPreferences-MASPreferences */ = { isa = PBXNativeTarget; - buildConfigurationList = 5883B0D1633EB937FD93923FC7ADE73B /* Build configuration list for PBXNativeTarget "MASPreferences-MASPreferences" */; + buildConfigurationList = 1F2A0800B0256ED15B1A4DB048CF473B /* Build configuration list for PBXNativeTarget "MASPreferences-MASPreferences" */; buildPhases = ( - 7B9C2A7EF46A5BE462A35EEC0C5A7495 /* Sources */, - 117239E7351393CC59610DBACBDE1E44 /* Frameworks */, - 65BC1228398538C49828598A22B9CFE7 /* Resources */, + 480165B36C06A1FA1D8EFEDB30BA45F5 /* Sources */, + 05E651F29AB5049C5892B1F316992547 /* Frameworks */, + AE91BC9765631A19D24BFE985527057B /* Resources */, ); buildRules = ( ); @@ -3679,17 +3682,17 @@ }; 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */ = { isa = PBXNativeTarget; - buildConfigurationList = A74F53E9AF367639B4595942D0993CEF /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */; + buildConfigurationList = 504E099A0D75DBFFF8A8E2DA925A10A3 /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */; buildPhases = ( - 5C488223800DD743619D2992F05733E5 /* Headers */, - 732B183BDE992456207AA2558F03B410 /* Sources */, - 04D02CE619A9AB27A2B51DF6C66A8B64 /* Frameworks */, - D8407B387FF8C952AA18740D109375B2 /* Resources */, + 162D215FC5747B1935164E32DDF7C27B /* Headers */, + 80A47486E13B463691527E886C12D180 /* Sources */, + 35860606100C2F311BF88BF7C1AD71DE /* Frameworks */, + 0B49B8CBFED02EB3A706FBB228FF4FD5 /* Resources */, ); buildRules = ( ); dependencies = ( - CD2913168BD289379BC9E58F4A81C1A9 /* PBXTargetDependency */, + 82BD06E40665EC11487FF6C23F67B826 /* PBXTargetDependency */, ); name = FirebaseCoreInternal; productName = FirebaseCoreInternal; @@ -3708,7 +3711,7 @@ buildRules = ( ); dependencies = ( - 5D524B92A33089F028398389AA8E0FF2 /* PBXTargetDependency */, + 76AA595A6A7926F9D2FC7545722AAF91 /* PBXTargetDependency */, ); name = MASShortcut; productName = MASShortcut; @@ -3717,12 +3720,12 @@ }; 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { isa = PBXNativeTarget; - buildConfigurationList = 849F480AD261D7E2D02473FB2C5D1604 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; + buildConfigurationList = B40CC757B4603C9AA30525DBEA42C505 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; buildPhases = ( - CD8781BA2D3F1F172AA0F4E245D3B3DC /* Headers */, - 01473E80D1A2289FCF65541522F54A15 /* Sources */, - 452F505EC2B81EDD954F5C81CFC87664 /* Frameworks */, - 77BE6A5B02629265812982B0A5B9BB8C /* Resources */, + 22A99B602C9C8106874B8EDF1EF6280B /* Headers */, + 55E1E9CA9EBDD2876FC5F0BBEA91C4BD /* Sources */, + 56D7C7BC61F3F7B93A2DC68A34FEEA03 /* Frameworks */, + EFB05BD01D38862E161E2A1683F1A9EC /* Resources */, ); buildRules = ( ); @@ -3753,18 +3756,18 @@ }; 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */ = { isa = PBXNativeTarget; - buildConfigurationList = CB3AE9F1FAB12ACE208B2E6459C26F54 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; + buildConfigurationList = 296CD173BFC8928D178BABD78A925E71 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; buildPhases = ( - 628CF3E68928E0D8147C74B8B7351B19 /* Headers */, - 2AD2755924EFD725CDC48724731F7555 /* Sources */, - B48E1BC8CA3D78285E29F803BE2888DC /* Frameworks */, - 91D456FE61D817874E0F8DF4674A4A40 /* Resources */, + E84F8EA3E9E8B134C7C89DB17D5ACDED /* Headers */, + C35AF3E1DE10E0C2362E618D335D3030 /* Sources */, + D4FC9D1ECE066EF48665904585CB391A /* Frameworks */, + 500F1B5252EEF6677BE25EA16E304C47 /* Resources */, ); buildRules = ( ); dependencies = ( - BF3A6D5C09D591949CEF7B98DA8D78E9 /* PBXTargetDependency */, - 071651E093FD1E28B893A9F6682F2322 /* PBXTargetDependency */, + F9259D2582E743F80AC845417753440E /* PBXTargetDependency */, + 8E907282ADF27F9785387E2BDA3EADAC /* PBXTargetDependency */, ); name = FirebaseCore; productName = FirebaseCore; @@ -3809,11 +3812,11 @@ }; 73C37A16ECCEAD845651DCDEE95675BE /* MASShortcut-MASShortcut */ = { isa = PBXNativeTarget; - buildConfigurationList = E3389D8B6CB28796B2BB49A31ED5BEEF /* Build configuration list for PBXNativeTarget "MASShortcut-MASShortcut" */; + buildConfigurationList = D10EDDB847C5298A99B7F396C9A20A37 /* Build configuration list for PBXNativeTarget "MASShortcut-MASShortcut" */; buildPhases = ( - 7DD58F9786DE4ADE3B6FA6EFFF9ACF32 /* Sources */, - 8C8504F27DD54004C231A63AC436BDC2 /* Frameworks */, - DB94C30C4C9D072F230BEB97761CE358 /* Resources */, + 8F2D10A52C33CAE7FCEE772F9FFF311A /* Sources */, + 79F4AB5E904157AB6FDC8823825A768C /* Frameworks */, + 414C460B79CF646ACDFFD34CC4ABEB32 /* Resources */, ); buildRules = ( ); @@ -3836,26 +3839,26 @@ buildRules = ( ); dependencies = ( - 7632057938101CF8B5E6F391C06CEB52 /* PBXTargetDependency */, - 9A21F9D05F3CD3D7C94CAEB843FECDBC /* PBXTargetDependency */, - 26EB8817DA0F3ED842107980C8C13314 /* PBXTargetDependency */, - 1EAB26C0C4919E6D467D55828DE1CC0A /* PBXTargetDependency */, - 9A8323094CF74B76643B1D46A9C2E8E7 /* PBXTargetDependency */, - 2F293116F1DE9092CDB8991B3E35483D /* PBXTargetDependency */, - 74C5E6BE061F1057DCD7406C6EB433D9 /* PBXTargetDependency */, - 5193CFB4C8E50E58FC2717D83CA6258C /* PBXTargetDependency */, - D8DB41498B33A62873D5A3E126F518D9 /* PBXTargetDependency */, - 305E0080866A7C4ADF5C42F71EDCB659 /* PBXTargetDependency */, - 51BF9B7864B05AA8D4EDB1E0023F5BA3 /* PBXTargetDependency */, - 6599689B62AC58965C9B0545DAC48DEA /* PBXTargetDependency */, - 1CE90ABDDD5F5C002D23D80347AE1903 /* PBXTargetDependency */, - E8005C83F35A1065BD5CBE013846298C /* PBXTargetDependency */, - C495956980278C9DC34511722BAED586 /* PBXTargetDependency */, - AA32B97BE37A32AD72D6A7514D4848D5 /* PBXTargetDependency */, - 171D1D2ABEE2C800C3F7CB2323F70AA5 /* PBXTargetDependency */, - 228B9E43FBF601992E083607E4011776 /* PBXTargetDependency */, - 649BBCC97B6AE8AB5DC18FC1CA6A3A54 /* PBXTargetDependency */, - E2F64EF440F9750D9DCAB3A51C8FF926 /* PBXTargetDependency */, + 717EEAE49F5F30FD546A583E4184618E /* PBXTargetDependency */, + 2DEB7B8182486D3BD84F7BD8621650E5 /* PBXTargetDependency */, + 8C6EC54435C8D461DD72BD6633A64696 /* PBXTargetDependency */, + E11364FC4AF25377075AE5CE0619CC53 /* PBXTargetDependency */, + 6C5346E00834A05963DEC484C85A64C6 /* PBXTargetDependency */, + 5AFD1B2EBF5C1BFB853A62D69204757B /* PBXTargetDependency */, + 8D6952B836CADD4C46863EA2326D7B50 /* PBXTargetDependency */, + 2552755AD4C9FD268B3C0DEFEC08B861 /* PBXTargetDependency */, + DEFE2F5D2E0A6C12134F41E587ACCFE5 /* PBXTargetDependency */, + B609632C282E4EB00B8760DDC981A0B4 /* PBXTargetDependency */, + D8EB942453E6E890CEDAB9238B7056BF /* PBXTargetDependency */, + F39344BDA85E6CF31193486D862D515F /* PBXTargetDependency */, + E7CF8AD291A1E0C1732C4BE8B2433A9D /* PBXTargetDependency */, + 0F908F84E158D199221C13667F23C606 /* PBXTargetDependency */, + 37651BCFF150931EAB6CECDF5D6F42EE /* PBXTargetDependency */, + 68334FF484DC8459D93D584DE0D85D7B /* PBXTargetDependency */, + ADAADCA08821C1874001C1968D6CD2C3 /* PBXTargetDependency */, + 1202B36D0022CB76133AA8A0BBDBFF22 /* PBXTargetDependency */, + 6D1BB1F5AF9494F2675A5A1F779F30A6 /* PBXTargetDependency */, + F7BA034235DD60DC917A1CE10F2226C5 /* PBXTargetDependency */, ); name = "Pods-Easydict"; productName = Pods_Easydict; @@ -3864,19 +3867,19 @@ }; 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */ = { isa = PBXNativeTarget; - buildConfigurationList = FC52061FC80DCAEADBC334275512B725 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; + buildConfigurationList = 3BFB0D10560FA63E51F2DC60371916A0 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; buildPhases = ( - 8E026272E6AC312F5A7BCD1FB559D4D8 /* Headers */, - E93845BE74C847C4CCC59A75031F6B21 /* Sources */, - F74BE236B060CBAE2306E5C63CD2A769 /* Frameworks */, - 7E90AC2DCA8780A6066854D59B2ADF0F /* Resources */, + 8629B2E9D996E49CCB58CFC8FBF117C1 /* Headers */, + D012898D19D4F48A2130A5E49D21AB9C /* Sources */, + BF2376FF173DE511EB65E1452C87E981 /* Frameworks */, + 801495BC20AF4A038FFC2A8E8A1992C9 /* Resources */, ); buildRules = ( ); dependencies = ( - A946017C52DF31645DFDDF362141908D /* PBXTargetDependency */, - 44F5D9EF54BAA208E1B281772E3DF903 /* PBXTargetDependency */, - CAA5A00A1299586FA17453F797F1208F /* PBXTargetDependency */, + C5E0024095F4A37EBD5DD72CFB182312 /* PBXTargetDependency */, + 1BE89C7A5421DEBFF415B1097AA82EE7 /* PBXTargetDependency */, + 34AE32584A6C5844FD0A21B9B7B12C0F /* PBXTargetDependency */, ); name = FirebaseInstallations; productName = FirebaseInstallations; @@ -3885,17 +3888,17 @@ }; 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */ = { isa = PBXNativeTarget; - buildConfigurationList = B6B361ABBB0462AB1E916728F9E5A890 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; + buildConfigurationList = 62AB35D549E780303DCF98DFC858EE12 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; buildPhases = ( - 16942944AF6A169C2FB4A8AF2C271703 /* Headers */, - 6D9B343806EE635D68B9FBDD8219652B /* Sources */, - 62A9BF586B8DDFC1473D7452CC018D0A /* Frameworks */, - 7E12DEFC40ACE414842C5C5A553FF13D /* Resources */, + C5BC7E5EBF33456C62BE777038996E66 /* Headers */, + CE115B63074569DBCECF6CCA15F171C4 /* Sources */, + 87D4E9163812A0030E1BE7FF333582CA /* Frameworks */, + 8EFC8FDA6C6047B6AF56E4634F303249 /* Resources */, ); buildRules = ( ); dependencies = ( - 6CDB63AABD63CE4D6BB54E990AB1FA17 /* PBXTargetDependency */, + F1E2233C66F2280E6086BFC87E9B5D73 /* PBXTargetDependency */, ); name = GoogleUtilities; productName = GoogleUtilities; @@ -3932,7 +3935,7 @@ buildRules = ( ); dependencies = ( - 8741226940B9919E6E2CA44D9C43B2CE /* PBXTargetDependency */, + 980C05ACD5A7E820C71FD01BF60E23AF /* PBXTargetDependency */, ); name = MASPreferences; productName = MASPreferences; @@ -3941,12 +3944,12 @@ }; D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */ = { isa = PBXNativeTarget; - buildConfigurationList = 24DEB8A2740143C10231EB2A4CCBD2D6 /* Build configuration list for PBXNativeTarget "nanopb" */; + buildConfigurationList = 64C0A73B1B1F90374066E2CC62577AF3 /* Build configuration list for PBXNativeTarget "nanopb" */; buildPhases = ( - BB5E182F32D739962B5F3B751080BC93 /* Headers */, - BA18C14659477D3BFA39E4C0918752E9 /* Sources */, - A02C4655B4061D969E813B0FD365D232 /* Frameworks */, - 243C5933171A39EBE10A6D38EE4F3EDE /* Resources */, + 5049A5C1CF76AC5D92C3008C90EBBCD2 /* Headers */, + 398A42ACCF755DDE0629A0477FA7B5C6 /* Sources */, + 9BF1C63B66BE8950B2DF22A1370D928C /* Frameworks */, + 9172693D1A1BCECCE278704F99A5C34A /* Resources */, ); buildRules = ( ); @@ -4064,14 +4067,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1C5C09E0A9D3FFF44C9A2D2EEFC11A37 /* Resources */ = { + 0B49B8CBFED02EB3A706FBB228FF4FD5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 243C5933171A39EBE10A6D38EE4F3EDE /* Resources */ = { + 1C5C09E0A9D3FFF44C9A2D2EEFC11A37 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4085,57 +4088,71 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4C01DE77BA52FE917D39D96D38D157F7 /* Resources */ = { + 414C460B79CF646ACDFFD34CC4ABEB32 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 37CA54AEB73080B5B9EBE8F78956DEBD /* cs.lproj in Resources */, + C744FA41E155D17162D65BF5095DCEC8 /* de.lproj in Resources */, + 89226DB1261A5766AAC6F011E14C7F90 /* en.lproj in Resources */, + 80FCB7EE2EE27D080683489C770D4C13 /* es.lproj in Resources */, + 30E594BECB24D423E42A858B10344C65 /* fr.lproj in Resources */, + 8FA079A51C3B9ADED4B6C10F762F4877 /* it.lproj in Resources */, + 999844D3265CD51F81416A3B4A2D890D /* ja.lproj in Resources */, + 30A739F85D972C0082BB0C0DF49D199D /* ko.lproj in Resources */, + 1B5A31225D23E3AD1FB450E37C130687 /* nl.lproj in Resources */, + 0847252F9F4AD04EBA7BEE92F3C95631 /* pl.lproj in Resources */, + 2DC50D65E3FA94E71A90F2F630254B42 /* pt.lproj in Resources */, + F413B7626D723288611D94C9BCF72C41 /* ru.lproj in Resources */, + 7C0812BDA33409F6A2E98B652FFEC8E4 /* sv.lproj in Resources */, + 6C33865D639E70B75FF3F253120AC673 /* zh-Hans.lproj in Resources */, + 323E58E3CC671F039CB69877D7099AFE /* zh-Hant.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 65BC1228398538C49828598A22B9CFE7 /* Resources */ = { + 4C01DE77BA52FE917D39D96D38D157F7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 603E7372E58D9C0AC97FAE2AB6625506 /* MASPreferencesWindow.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 74397A5E64F3D58831A4F0E31F95ABA5 /* Resources */ = { + 500F1B5252EEF6677BE25EA16E304C47 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 77BE6A5B02629265812982B0A5B9BB8C /* Resources */ = { + 74397A5E64F3D58831A4F0E31F95ABA5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7E12DEFC40ACE414842C5C5A553FF13D /* Resources */ = { + 801495BC20AF4A038FFC2A8E8A1992C9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7E90AC2DCA8780A6066854D59B2ADF0F /* Resources */ = { + 8C88FDFA153E34717515A02202B38509 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8C88FDFA153E34717515A02202B38509 /* Resources */ = { + 8EFC8FDA6C6047B6AF56E4634F303249 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 91D456FE61D817874E0F8DF4674A4A40 /* Resources */ = { + 9172693D1A1BCECCE278704F99A5C34A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4157,61 +4174,47 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B8E8D5E5D1ED0D861BF0C3F5228B5E45 /* Resources */ = { + AE91BC9765631A19D24BFE985527057B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + AA8241D43FD916E72D3ABCB5BFD08ADD /* MASPreferencesWindow.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BC665AA86AC9AA7A4AD82F95245A797D /* Resources */ = { + B8E8D5E5D1ED0D861BF0C3F5228B5E45 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D8407B387FF8C952AA18740D109375B2 /* Resources */ = { + BC665AA86AC9AA7A4AD82F95245A797D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - DB94C30C4C9D072F230BEB97761CE358 /* Resources */ = { + EC9D27D180C0FA7E66832358606C5F56 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3DEF4B419E8CE89DA535E6A40813E841 /* cs.lproj in Resources */, - CE4C4EEE348797BF8E5FE1C6646F78A6 /* de.lproj in Resources */, - B4A5B5ED2772B9B58AA88BBFB6072F35 /* en.lproj in Resources */, - 7CF2440A875FBC8B87B16EF806E30916 /* es.lproj in Resources */, - 10DE7FAE933AD676C0D8C87ED7DDAA2E /* fr.lproj in Resources */, - D9A37660084B8F2B1012935CBD766FAB /* it.lproj in Resources */, - 3D5BD90DD17AFD51687003690965C866 /* ja.lproj in Resources */, - 3C7C7313A0EA1B6B940AE47412EBF48F /* ko.lproj in Resources */, - 9D1A64D31B1E02F37D26F1D28A7C4736 /* nl.lproj in Resources */, - D948E39D974F2CFD94264C538C52942B /* pl.lproj in Resources */, - AE444341C59E347C7572C46221650197 /* pt.lproj in Resources */, - 6BAACFC36F25AFE4D7C5348823F710BC /* ru.lproj in Resources */, - B12AF55D3D4807DE97DAF6A6EDD2DC7A /* sv.lproj in Resources */, - D2E728557DD26D20BCB83D72CAAE77FD /* zh-Hans.lproj in Resources */, - AC36E67FE8BCC30C7184EC59F1FF3A04 /* zh-Hant.lproj in Resources */, + BD227A88D50B87748A8DB3C7D5C73656 /* MASShortcut-MASShortcut in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EC9D27D180C0FA7E66832358606C5F56 /* Resources */ = { + EFB05BD01D38862E161E2A1683F1A9EC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - BD227A88D50B87748A8DB3C7D5C73656 /* MASShortcut-MASShortcut in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 2C6114139C44307FA45347FA7CA30360 /* [CP] Copy XCFrameworks */ = { + 08E81764DC0119F407AD83D3F388F1E6 /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -4282,33 +4285,6 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 01473E80D1A2289FCF65541522F54A15 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BCC67D9E1DA1230333F31456EE0F4F95 /* FBLPromise.m in Sources */, - 07597A94E67A0F07448FCF0ABC35BE8B /* FBLPromise+All.m in Sources */, - 2860D183FA623C85B9DEADDC0546D7A0 /* FBLPromise+Always.m in Sources */, - A204F880B36A95592CC9B6D009E02277 /* FBLPromise+Any.m in Sources */, - 4389946A3767644D74125C9678B652B0 /* FBLPromise+Async.m in Sources */, - 3ECD1FF249EB5D28026CD916335FBD01 /* FBLPromise+Await.m in Sources */, - 65DAB584737254667353E28F13436BB5 /* FBLPromise+Catch.m in Sources */, - 6DAC926607524D41CA15AD5D8257FB94 /* FBLPromise+Delay.m in Sources */, - 76BF40F8B6EDAD6BB7040501E104CB1E /* FBLPromise+Do.m in Sources */, - 2E13BCAEFAE2ACAA1E2BA61CCC263B39 /* FBLPromise+Race.m in Sources */, - 4EE2053E6DAD47BD0D23BE75A65675D8 /* FBLPromise+Recover.m in Sources */, - 6A8F0493D220BDF6B67B04253D37D317 /* FBLPromise+Reduce.m in Sources */, - 433EB21388F08648B4C86815244B273D /* FBLPromise+Retry.m in Sources */, - 4CBCA5FA1F6673EDE49372380D8108DB /* FBLPromise+Testing.m in Sources */, - 8880A510F537DBAE76914FB6B6453A3E /* FBLPromise+Then.m in Sources */, - 0CC29E55865CF2AF109C0437FE1DE40F /* FBLPromise+Timeout.m in Sources */, - 2782CA6D0DE20C61182FAC2F1110601C /* FBLPromise+Validate.m in Sources */, - ED527CA772C667B77EDD9BE6787FB00E /* FBLPromise+Wrap.m in Sources */, - F22B3AE63F78E96070D4A04D736D2FD8 /* FBLPromiseError.m in Sources */, - 7643ED9F218EFD0D47D740F4B931F515 /* PromisesObjC-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 18E0B4A1E792FBD893C6AFF30D9A4739 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4351,24 +4327,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2AD2755924EFD725CDC48724731F7555 /* Sources */ = { + 398A42ACCF755DDE0629A0477FA7B5C6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 80AB2580823D59D868F36A0CCFD33686 /* nanopb-dummy.m in Sources */, + 3F05B632C059859E35DEB5D315E8A3EF /* pb_common.c in Sources */, + 34CC3C8F7DC8C7CA75166D30152331FC /* pb_decode.c in Sources */, + FBC73635225EE559463755D289764259 /* pb_encode.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 480165B36C06A1FA1D8EFEDB30BA45F5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D520029DBEE52CCD7DE8C5E74E5D1601 /* FIRAnalyticsConfiguration.m in Sources */, - 42D844129B6365CA50D6AF6C7C2ABCC9 /* FIRApp.m in Sources */, - 5C6AEA61123301AB4DAF8473BE3D8356 /* FIRBundleUtil.m in Sources */, - 95B7C99D3CDC2BD146D244BBBF926FD8 /* FIRComponent.m in Sources */, - A18289A3940DD64126218258811A9E32 /* FIRComponentContainer.m in Sources */, - 01E915DD2AFD52F01B1EB1AC9D546F92 /* FIRComponentType.m in Sources */, - 1584A7B65DA616A5241530246B1B86E0 /* FIRConfiguration.m in Sources */, - 7A5D1CE3219A476A207149382850B07E /* FIRDependency.m in Sources */, - A6A82B67FC60144EF1FAF7CD5F0F907C /* FirebaseCore-dummy.m in Sources */, - DEE9F871DFBA2584009C25BCEF14F3D8 /* FIRFirebaseUserAgent.m in Sources */, - C4A06A4C5884A1F794F4A66D9F81AD21 /* FIRHeartbeatLogger.m in Sources */, - EC244A319F5F760BEC09562E945314D8 /* FIRLogger.m in Sources */, - 2C5806797A92F60666ACA1D4BEBD6E55 /* FIROptions.m in Sources */, - B00973120C24B512922BE3FE8DCBD0AB /* FIRVersion.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4389,6 +4362,33 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 55E1E9CA9EBDD2876FC5F0BBEA91C4BD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 84B3C612462D52E39AE51394202A7A84 /* FBLPromise.m in Sources */, + C6E33503DD02A73B35439A89198BE392 /* FBLPromise+All.m in Sources */, + BB9847B330FF71527DD449D5980E9471 /* FBLPromise+Always.m in Sources */, + 4D16D982F2C65BD9D33206674B209C08 /* FBLPromise+Any.m in Sources */, + C81F2E6540A2BF2E132336C0E7C07F79 /* FBLPromise+Async.m in Sources */, + FEF897EC191F8B98CD88D48CA48E5ECE /* FBLPromise+Await.m in Sources */, + 51FDBB9A4245D51814B917491B560A2A /* FBLPromise+Catch.m in Sources */, + D6A00369C306D73A71D5958EF6712232 /* FBLPromise+Delay.m in Sources */, + C0AACB456609C2AC9F572A69C16AE92F /* FBLPromise+Do.m in Sources */, + DB9DB4DA89E8E947BB9E60BA10F6C5D2 /* FBLPromise+Race.m in Sources */, + 56A125EF66B141B4DD094AA4009B6896 /* FBLPromise+Recover.m in Sources */, + 92BD07322FBE219D97EAAAFB4D9BB6F3 /* FBLPromise+Reduce.m in Sources */, + 9A08418E573F1AF53DA9A75FE92B2160 /* FBLPromise+Retry.m in Sources */, + 386BEF31C8D60F21F69DD8A58FDCC7C6 /* FBLPromise+Testing.m in Sources */, + 12FB3764E549AC8E5010116D3BB90B95 /* FBLPromise+Then.m in Sources */, + 4B197C4A0B664EC250FEA7EC0574573E /* FBLPromise+Timeout.m in Sources */, + E54402D6E99E2BC8E01CA08F9D74EB16 /* FBLPromise+Validate.m in Sources */, + F3471EF75042A81698BE5F2AFA2E1858 /* FBLPromise+Wrap.m in Sources */, + E38BA04ED9E7610788A523AE9504322B /* FBLPromiseError.m in Sources */, + E6BB1DDD0A0F57D0435E0AB5934E826C /* PromisesObjC-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5AC53CC697F127ADF0973B065FD17CAA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4413,61 +4413,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6D9B343806EE635D68B9FBDD8219652B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9422B55CCFEB94E745461AFFB4E12CCC /* GoogleUtilities-dummy.m in Sources */, - 4CA6A52E65C79F265112B4589E8DF785 /* GULAppDelegateSwizzler.m in Sources */, - 5BB939AA44E4E3F29860603814A4567B /* GULAppEnvironmentUtil.m in Sources */, - 65391EACCFE5094E12AA286D28C1494A /* GULHeartbeatDateStorage.m in Sources */, - 3DD9D1420D332CFD47858800FF7EA926 /* GULHeartbeatDateStorageUserDefaults.m in Sources */, - E16A412FF7A5FFA30CD63BC0FB95BCF2 /* GULKeychainStorage.m in Sources */, - 54EDD82FEC895382486C04115701D80B /* GULKeychainUtils.m in Sources */, - D650836D319AC832400AFA01FD80C0DD /* GULLogger.m in Sources */, - 01993DBF9DC8BFF8CEB6A5F9845AF1AB /* GULMutableDictionary.m in Sources */, - AA7C903EBFA875598DED23DB07628A2D /* GULNetwork.m in Sources */, - 772AC00CCE9BB61AE2DB67E0CBC87E63 /* GULNetworkConstants.m in Sources */, - 0B963FE4F2684D8DB0D6A3759D88ECA7 /* GULNetworkInfo.m in Sources */, - C3BCFF3DA5970D40D3319F445E206D98 /* GULNetworkURLSession.m in Sources */, - 32F7408E5D129DB2D0ED4204CF6C0C47 /* GULNSData+zlib.m in Sources */, - 64D435E79ECD3EB0D73A800032493B95 /* GULReachabilityChecker.m in Sources */, - 2BB4389EFC7849C6CE7C2CBD56B4B9BF /* GULSceneDelegateSwizzler.m in Sources */, - 656D5D0480C5CADEF932DC2BB025AA19 /* GULSecureCoding.m in Sources */, - 31C04617E15BA5BC4B7D2C90A978B749 /* GULSwizzler.m in Sources */, - EF3A0780A2B51EA69756FB18D6736673 /* GULURLSessionDataResponse.m in Sources */, - 750D0DC5DC0C794B472F5F1CA28010BD /* GULUserDefaults.m in Sources */, - 5F67C3E4C952468F365CC431C379BC1B /* NSURLSession+GULPromises.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 732B183BDE992456207AA2558F03B410 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 826075C3ED3B7972A7359547B5673961 /* _ObjC_HeartbeatController.swift in Sources */, - C825A23ADAB48D9009406F563468C3BB /* _ObjC_HeartbeatsPayload.swift in Sources */, - 769A667C93715C4D8CD28278616422BA /* FirebaseCoreInternal-dummy.m in Sources */, - 9A08530DCF3D90E52285B32FEB67CC2B /* Heartbeat.swift in Sources */, - C88F99E16765F3FAED879F76C7731F62 /* HeartbeatController.swift in Sources */, - D6BB00149B429E7A93709F53B0A90113 /* HeartbeatsBundle.swift in Sources */, - 7735726E9DB6A3F8D149E205E3C6BEDF /* HeartbeatsPayload.swift in Sources */, - BA9E293A63013B413A302C8821C1D858 /* HeartbeatStorage.swift in Sources */, - 24FC1563EBB019930B442A3E627D1A53 /* RingBuffer.swift in Sources */, - 84EB3685D3135C5F90F0E7C747DF60E8 /* Storage.swift in Sources */, - A4FF52DDFA7CDCA1849BB87DEEA460BF /* StorageFactory.swift in Sources */, - 5057FE53A21A3DFD4281E5B7BDF1CE3E /* WeakContainer.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7B9C2A7EF46A5BE462A35EEC0C5A7495 /* Sources */ = { + 80A47486E13B463691527E886C12D180 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + C5F1C0CE8F3FBEDE90737F7199E20A3C /* _ObjC_HeartbeatController.swift in Sources */, + 1E834DACD7F50CBDB21E0C1A3E2DA8C3 /* _ObjC_HeartbeatsPayload.swift in Sources */, + 1D94466E5ABD501EFDC8AF09A852D7B0 /* FirebaseCoreInternal-dummy.m in Sources */, + 20B373FF4A053B8AE0922D2822DF3DF9 /* Heartbeat.swift in Sources */, + 8DC384C37E850910EFAE42D421FE736F /* HeartbeatController.swift in Sources */, + 237143E6F5DD747869AB6D3687279D85 /* HeartbeatLoggingTestUtils.swift in Sources */, + D7D1257DB8066C7DA4F113AC0946E333 /* HeartbeatsBundle.swift in Sources */, + 641B13547EE739F49A5A22F63A29B332 /* HeartbeatsPayload.swift in Sources */, + F9B9246277CC9D763587A9E46E88B1F6 /* HeartbeatStorage.swift in Sources */, + 512EA8EDD55799C86E57425F1D30C7C4 /* RingBuffer.swift in Sources */, + 9E69E807DDFDC08CAD98511CF6D60AA3 /* Storage.swift in Sources */, + C013800C4F7A8DC16DAC7C364BFA0DB0 /* StorageFactory.swift in Sources */, + D582244FC8BB1B81DE5B9B910EF17EEF /* WeakContainer.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7DD58F9786DE4ADE3B6FA6EFFF9ACF32 /* Sources */ = { + 8F2D10A52C33CAE7FCEE772F9FFF311A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4594,14 +4560,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BA18C14659477D3BFA39E4C0918752E9 /* Sources */ = { + C35AF3E1DE10E0C2362E618D335D3030 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - ADCDCDBDDDDB9E74384A3AE4CEF918E6 /* nanopb-dummy.m in Sources */, - 0E6B663C0E4C0BE48F6600F77862F1FD /* pb_common.c in Sources */, - 1CF5515C41E3F9C418EC18614A04A492 /* pb_decode.c in Sources */, - 11C9EE6FFB4DE951C4BA92ED08725CB1 /* pb_encode.c in Sources */, + 6103D513429C269B74520DC99D64797A /* FIRAnalyticsConfiguration.m in Sources */, + B3EEE2B5383D6964A610707E0B796A9F /* FIRApp.m in Sources */, + DA6A2226B9133404CC0010C21F7CAA10 /* FIRBundleUtil.m in Sources */, + 5AB9634111ED2A92A09406B387B37E54 /* FIRComponent.m in Sources */, + 280A64464293DE8912977EADD0FCC7F8 /* FIRComponentContainer.m in Sources */, + 3DFFF00FCF7A4C591FE7D4238EAC6C40 /* FIRComponentType.m in Sources */, + 156BC3F3B12DFA0F7077E05D158A6F3C /* FIRConfiguration.m in Sources */, + EE7EDC03CAA142A62AA4C9BDA948F7AE /* FIRDependency.m in Sources */, + D3B94F2FF70CA13FF0E76B69DB5E947B /* FirebaseCore-dummy.m in Sources */, + 9FC5FC2F45447B141D98AA5B48387270 /* FIRFirebaseUserAgent.m in Sources */, + 408D761794E02E208E2531B6E284F9AF /* FIRHeartbeatLogger.m in Sources */, + 6D934040BC161398BB2BFC52B2E51C52 /* FIRLogger.m in Sources */, + 5994C8E04CC0078771E6950F217AD483 /* FIROptions.m in Sources */, + 558A43F118AFC916CF7B184B7523BD58 /* FIRVersion.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4623,37 +4599,65 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D8477C10CE8AA8D74FE6041B7A5B10B8 /* Sources */ = { + CE115B63074569DBCECF6CCA15F171C4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8E4E3DE7EA18A7E21A11AE50CFD47981 /* MASPreferences-dummy.m in Sources */, - 07749D3EB0084B5809E8C18D705ACF21 /* MASPreferencesWindowController.m in Sources */, + F9441FC33704766232F583A3560727CE /* GoogleUtilities-dummy.m in Sources */, + AEDF9B963F2AD922288B047EB7700337 /* GULAppDelegateSwizzler.m in Sources */, + 0C77FEA47061F0AAB68984C1903C4CE5 /* GULAppEnvironmentUtil.m in Sources */, + 80E10C83F426C4FBE5037C7F4C15B769 /* GULHeartbeatDateStorage.m in Sources */, + 17EEE4211C8F65D77363D1D030E3076E /* GULHeartbeatDateStorageUserDefaults.m in Sources */, + 45F70F0D6C2F6A152EFBF37A83A76FD4 /* GULKeychainStorage.m in Sources */, + 9670B5828BC346BB9808D05E09CAA5E9 /* GULKeychainUtils.m in Sources */, + 3C560F8A5DE9FD54A03E206CF303A4F7 /* GULLogger.m in Sources */, + 2B54246D64240870C58101F2708C29D1 /* GULMutableDictionary.m in Sources */, + 6C81EFEA1C9516934625493985557221 /* GULNetwork.m in Sources */, + A2F19E1503AA8B28B4E15BF826EC7650 /* GULNetworkConstants.m in Sources */, + 4CFC42B5EA1DDCC410758B00974CDEF7 /* GULNetworkInfo.m in Sources */, + 08DA3B7FE4611A3BEF26A669B065AE26 /* GULNetworkURLSession.m in Sources */, + 687B308B06BB5A5B3BBA0CBC05E3055B /* GULNSData+zlib.m in Sources */, + 30F14EC4E585A367F3805217E6DDA732 /* GULReachabilityChecker.m in Sources */, + B44D93C11A077D82A2091BF399278FC6 /* GULSceneDelegateSwizzler.m in Sources */, + 41EAD9BE1E86DC6479E027599636A56B /* GULSecureCoding.m in Sources */, + 783048675A8F832219D5E37DD1797B04 /* GULSwizzler.m in Sources */, + D151272BC31762105E69B8A6E7AAC8CC /* GULURLSessionDataResponse.m in Sources */, + B972E48E224C93BEC622267C02042FDF /* GULUserDefaults.m in Sources */, + 5A12C5CF705D80FD932FCE5112DC922B /* NSURLSession+GULPromises.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D012898D19D4F48A2130A5E49D21AB9C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 207C94988BABFDE67C43507A35F4B942 /* FIRCurrentDateProvider.m in Sources */, + C245CACBC7DE08640D7500CA5A871C43 /* FirebaseInstallations-dummy.m in Sources */, + 7901FA1662128AEBB3D287565CC12E4F /* FIRInstallations.m in Sources */, + 771107B634D9C3B76B2C0B8C5DD8BA54 /* FIRInstallationsAPIService.m in Sources */, + 7832A6027EBBD38DD23FBC88E12C864A /* FIRInstallationsAuthTokenResult.m in Sources */, + F0B205C4ABAB8204F518AA04E394351F /* FIRInstallationsBackoffController.m in Sources */, + CD093972DA2E6DB3F41DD272DF968FA4 /* FIRInstallationsErrorUtil.m in Sources */, + CCB94376B769F5D1AE4E6F1C903A6C81 /* FIRInstallationsHTTPError.m in Sources */, + A17E4E60FB5FCF0C5CFF879E95B1DE4F /* FIRInstallationsIDController.m in Sources */, + 92E9F6BCB1480C9127F22688FB71BE97 /* FIRInstallationsIIDStore.m in Sources */, + 1ABBC099E33F25724DAFE23F85E06E68 /* FIRInstallationsIIDTokenStore.m in Sources */, + A738020AB3235279D1841EC22F39D215 /* FIRInstallationsItem.m in Sources */, + 140DBACF1294729A9B4ACED634323ECC /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, + A6D530F09BAAAC240CB7B3878C32EC46 /* FIRInstallationsLogger.m in Sources */, + 74725CE808A12DA55217A14299F5F2E3 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, + F46389D6F1C13238010543B897018EE8 /* FIRInstallationsStore.m in Sources */, + 3E2B0D8663D86A451DBE8376606EF4C4 /* FIRInstallationsStoredAuthToken.m in Sources */, + 17600A29030067A2C6860B12B96760A7 /* FIRInstallationsStoredItem.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E93845BE74C847C4CCC59A75031F6B21 /* Sources */ = { + D8477C10CE8AA8D74FE6041B7A5B10B8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AA8822F658DA0E7FBBD0573CCBDB9324 /* FIRCurrentDateProvider.m in Sources */, - 5A26920A5092AD9D2B61D08D7858DA6D /* FirebaseInstallations-dummy.m in Sources */, - 5BB53250E68BBF52EA261E5598E91A60 /* FIRInstallations.m in Sources */, - D83C04234CAF650EAB3B287A5A8E94DC /* FIRInstallationsAPIService.m in Sources */, - 9DAAF8EC18BD4B3EF0F94A8A62682903 /* FIRInstallationsAuthTokenResult.m in Sources */, - 46C374EEE4CF4DF4D72BAF25AF6E2E7E /* FIRInstallationsBackoffController.m in Sources */, - C882AD1D9F570BB4BD1668FAB76761AF /* FIRInstallationsErrorUtil.m in Sources */, - 9D3DEE5E8000F3D1D4492F5886FC825E /* FIRInstallationsHTTPError.m in Sources */, - 5EB0D5046261BC35A5D5F730B9784D2A /* FIRInstallationsIDController.m in Sources */, - D8B23C296AD7F4843AC1B6AC388D33AD /* FIRInstallationsIIDStore.m in Sources */, - 1A132FA2968B444136DD38829532949A /* FIRInstallationsIIDTokenStore.m in Sources */, - DED877C945CAA203843B122222A208C2 /* FIRInstallationsItem.m in Sources */, - 0241C877D7E202DCEA6709BB3A80FAF0 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, - 2FF6538B84020778A3C966CE5DF91236 /* FIRInstallationsLogger.m in Sources */, - 2E8897E623E6CC78C06297661B06161E /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, - D6335240E878BCEC5ACAE3AC35C9F3C1 /* FIRInstallationsStore.m in Sources */, - 91B35C14EEED9FFA6C65132F085CFE87 /* FIRInstallationsStoredAuthToken.m in Sources */, - B6F67CE1991C04D706B85E32A82316E6 /* FIRInstallationsStoredItem.m in Sources */, + 8E4E3DE7EA18A7E21A11AE50CFD47981 /* MASPreferences-dummy.m in Sources */, + 07749D3EB0084B5809E8C18D705ACF21 /* MASPreferencesWindowController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4668,229 +4672,229 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 071651E093FD1E28B893A9F6682F2322 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 41FB51A5C8A7781D7F0C9F77BDB8F034 /* PBXContainerItemProxy */; - }; - 171D1D2ABEE2C800C3F7CB2323F70AA5 /* PBXTargetDependency */ = { + 07D22584E25EDB0A225731330D00A425 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = 3E99F4779990C162CF1447EA7951B502 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = FD01A0F12E3992985C708E72601AC91C /* PBXContainerItemProxy */; }; - 1CE90ABDDD5F5C002D23D80347AE1903 /* PBXTargetDependency */ = { + 0E9A554FD59787BBD43C562B29547AFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MASShortcut; - target = 2B2B481A164695722839BD581D442457 /* MASShortcut */; - targetProxy = 64D891DBAED6A543DA81AF1169DBB736 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = ED546F592AAEDD40903298BAB4D5F3F6 /* PBXContainerItemProxy */; }; - 1EAB26C0C4919E6D467D55828DE1CC0A /* PBXTargetDependency */ = { + 0F908F84E158D199221C13667F23C606 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 3350F45ED2636A0C1D2086C6CB4B797E /* PBXContainerItemProxy */; + name = MJExtension; + target = 4D3BA58D0583DF37575CACAB3DDADC85 /* MJExtension */; + targetProxy = DFFCC433D8AAA5FE1AC487D637DA23EA /* PBXContainerItemProxy */; }; - 228B9E43FBF601992E083607E4011776 /* PBXTargetDependency */ = { + 1202B36D0022CB76133AA8A0BBDBFF22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SSZipArchive; target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; - targetProxy = 5684B61F30E3A45103A2B703668E8FCF /* PBXContainerItemProxy */; + targetProxy = 746C3BB53AB1CB2ACD45A7B38D653001 /* PBXContainerItemProxy */; }; - 26EB8817DA0F3ED842107980C8C13314 /* PBXTargetDependency */ = { + 1BE89C7A5421DEBFF415B1097AA82EE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = A74593551779A33600751BEEBA43AFAE /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 4912862912789411F34D9CAB2741F635 /* PBXContainerItemProxy */; }; - 2F293116F1DE9092CDB8991B3E35483D /* PBXTargetDependency */ = { + 20000DB20840BFBA5AE529DA48FF7827 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = F0797ADCE87320324201CD8CDB30FFC8 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = E96D58ACF48AC01F9AC6A76FCDDA094E /* PBXContainerItemProxy */; }; - 305E0080866A7C4ADF5C42F71EDCB659 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JLRoutes; - target = 94C1BAA17BCEBC27586488A205D2E0CB /* JLRoutes */; - targetProxy = CCD66371A0C679FD9B8848471496DBEF /* PBXContainerItemProxy */; - }; - 44F5D9EF54BAA208E1B281772E3DF903 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 40198AD106B2A82F5F970250CAF7763C /* PBXContainerItemProxy */; - }; - 4D6E29F1BD5F8167A55B1E465A63FF9A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 69E3683CB3DB083F8E0D712046FC0B83 /* PBXContainerItemProxy */; - }; - 5193CFB4C8E50E58FC2717D83CA6258C /* PBXTargetDependency */ = { + 2552755AD4C9FD268B3C0DEFEC08B861 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleAppMeasurement; target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 78BF0AD8604C26BFAFD030E526F37481 /* PBXContainerItemProxy */; + targetProxy = 394343BBCBE9FE7CDE86E06EC4F936DB /* PBXContainerItemProxy */; }; - 51BF9B7864B05AA8D4EDB1E0023F5BA3 /* PBXTargetDependency */ = { + 2DEB7B8182486D3BD84F7BD8621650E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 6DA985E6C41CD72498B3F11EC8F38B6C /* PBXContainerItemProxy */; + name = AppCenter; + target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; + targetProxy = 8ABC0A398F726634FD7A000CE1DCEC6B /* PBXContainerItemProxy */; }; - 5D524B92A33089F028398389AA8E0FF2 /* PBXTargetDependency */ = { + 34AE32584A6C5844FD0A21B9B7B12C0F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "MASShortcut-MASShortcut"; - target = 73C37A16ECCEAD845651DCDEE95675BE /* MASShortcut-MASShortcut */; - targetProxy = 1DFDEBDD2C99230CA968AE95F62ABB81 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 182A4BEC32EAFEBF4343E7A3095B2755 /* PBXContainerItemProxy */; }; - 649BBCC97B6AE8AB5DC18FC1CA6A3A54 /* PBXTargetDependency */ = { + 37651BCFF150931EAB6CECDF5D6F42EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Sparkle; - target = ED77B4B88587C894E85C361023D67C53 /* Sparkle */; - targetProxy = 40869865CB7E19BC963D950282F35E0E /* PBXContainerItemProxy */; + name = Masonry; + target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; + targetProxy = 084EAE387661F0E863A08A67CA535C21 /* PBXContainerItemProxy */; }; - 6599689B62AC58965C9B0545DAC48DEA /* PBXTargetDependency */ = { + 5AFD1B2EBF5C1BFB853A62D69204757B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MASPreferences; - target = CCE0F64E83CEAFEE20D04DC7BD57303E /* MASPreferences */; - targetProxy = 939791EC352FF31E6679D95A0DED4B87 /* PBXContainerItemProxy */; + name = FirebaseCoreInternal; + target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; + targetProxy = 4F1222E08038FAA162F01CFA5B4F3A50 /* PBXContainerItemProxy */; }; - 6CDB63AABD63CE4D6BB54E990AB1FA17 /* PBXTargetDependency */ = { + 68334FF484DC8459D93D584DE0D85D7B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PromisesObjC; target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 20D65ED6FCE94ED65268C2FE114AE087 /* PBXContainerItemProxy */; + targetProxy = 9E6DFC35182CF0AB2A5FB01C7A5B2DC4 /* PBXContainerItemProxy */; }; - 74C5E6BE061F1057DCD7406C6EB433D9 /* PBXTargetDependency */ = { + 6ACAC02FCBB6D79C8016BF7675A3799A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = DA7A0903600C7B2D979759D538CD159E /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = DA41080E05ECB1CBFD2EDFD7FB2B86EE /* PBXContainerItemProxy */; }; - 7632057938101CF8B5E6F391C06CEB52 /* PBXTargetDependency */ = { + 6C5346E00834A05963DEC484C85A64C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AFNetworking; - target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; - targetProxy = 67B99F503F21F99D2468C97231B83B83 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 2CA11A0CA55823403FD9138E82A221DB /* PBXContainerItemProxy */; }; - 7DAE20B67360F59E49B0E525A74DAE25 /* PBXTargetDependency */ = { + 6D1BB1F5AF9494F2675A5A1F779F30A6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 52D93549F85C2C072ADA42FFE136DA3B /* PBXContainerItemProxy */; + name = Sparkle; + target = ED77B4B88587C894E85C361023D67C53 /* Sparkle */; + targetProxy = DD0477B693E3F764542F6D59771E5DF4 /* PBXContainerItemProxy */; }; - 8741226940B9919E6E2CA44D9C43B2CE /* PBXTargetDependency */ = { + 717EEAE49F5F30FD546A583E4184618E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "MASPreferences-MASPreferences"; - target = 0A273FF147C6C1A3B504E3652CD01233 /* MASPreferences-MASPreferences */; - targetProxy = 12087F721EA58C4270D4DF7CADA0D8D4 /* PBXContainerItemProxy */; + name = AFNetworking; + target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; + targetProxy = BB2E3DC5F4E06CADA92ECDB38706C743 /* PBXContainerItemProxy */; }; - 9A21F9D05F3CD3D7C94CAEB843FECDBC /* PBXTargetDependency */ = { + 76AA595A6A7926F9D2FC7545722AAF91 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AppCenter; - target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; - targetProxy = B48D76A293D1B773072B0F885413C284 /* PBXContainerItemProxy */; + name = "MASShortcut-MASShortcut"; + target = 73C37A16ECCEAD845651DCDEE95675BE /* MASShortcut-MASShortcut */; + targetProxy = 3A20F960E92BA4AA59F82F45354CAA82 /* PBXContainerItemProxy */; }; - 9A8323094CF74B76643B1D46A9C2E8E7 /* PBXTargetDependency */ = { + 82BD06E40665EC11487FF6C23F67B826 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 5B658EA15C9FC945F4D45A13BEF10B06 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = DC01BC8ABC9683E0CBC8FEB795C18DD4 /* PBXContainerItemProxy */; }; - 9CD6C599AF4F6CB2047C472558562D04 /* PBXTargetDependency */ = { + 8C6EC54435C8D461DD72BD6633A64696 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = BCC9B186B774FEAB6B3ED29BAE831414 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 87359D4F0C3429A6C4A23369B1537219 /* PBXContainerItemProxy */; + }; + 8D6952B836CADD4C46863EA2326D7B50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 002FAB2860DF2D805064C6C3D4E79FC2 /* PBXContainerItemProxy */; }; - 9F0B5C68616D26C6EF746DC6EF0806D6 /* PBXTargetDependency */ = { + 8E907282ADF27F9785387E2BDA3EADAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 4671822B44BFBC13A3C47ADDF3ED4A88 /* PBXContainerItemProxy */; + targetProxy = 315A1A3428DA85D4B4611BC030BC2F29 /* PBXContainerItemProxy */; + }; + 980C05ACD5A7E820C71FD01BF60E23AF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MASPreferences-MASPreferences"; + target = 0A273FF147C6C1A3B504E3652CD01233 /* MASPreferences-MASPreferences */; + targetProxy = FD717104258EA573F5D69FAA96F95D8E /* PBXContainerItemProxy */; }; - A946017C52DF31645DFDDF362141908D /* PBXTargetDependency */ = { + AA5716F759DD7189B0D04D9B07450EAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = F94E12C024F506623E959649C5DF84B0 /* PBXContainerItemProxy */; + targetProxy = 0D760F8AF96EB4520CE69B8D97DB8B8A /* PBXContainerItemProxy */; }; - AA32B97BE37A32AD72D6A7514D4848D5 /* PBXTargetDependency */ = { + ADAADCA08821C1874001C1968D6CD2C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 0FE8B4CA9CDF626E0A92B4FE2E37531F /* PBXContainerItemProxy */; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = CC93F32463E07632149747089D6D1B0B /* PBXContainerItemProxy */; }; - BF3A6D5C09D591949CEF7B98DA8D78E9 /* PBXTargetDependency */ = { + B609632C282E4EB00B8760DDC981A0B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = 75DCBF40C96AC972C7CADE82CE994F58 /* PBXContainerItemProxy */; + name = JLRoutes; + target = 94C1BAA17BCEBC27586488A205D2E0CB /* JLRoutes */; + targetProxy = A39DE69AA3BE65780091A5C6FEF5F184 /* PBXContainerItemProxy */; }; - C495956980278C9DC34511722BAED586 /* PBXTargetDependency */ = { + C5E0024095F4A37EBD5DD72CFB182312 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Masonry; - target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; - targetProxy = C9DC2C807190FF187BE07712D98953B2 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 273A4366EFC2732A8CDE6A5F942CFC37 /* PBXContainerItemProxy */; }; - CAA5A00A1299586FA17453F797F1208F /* PBXTargetDependency */ = { + D36C03805994F45C53E4C284CBBE56F5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = A46AA53201ED7BED3B40B522A6B1AF7C /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = C52B91CFFD0D3AA5DE574B13A2AFED63 /* PBXContainerItemProxy */; }; - CD2913168BD289379BC9E58F4A81C1A9 /* PBXTargetDependency */ = { + D8EB942453E6E890CEDAB9238B7056BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 556F2F74BB0F1B644891AF24259A18B3 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 5C5A8DABF120007149E2E0D367244653 /* PBXContainerItemProxy */; }; - D8DB41498B33A62873D5A3E126F518D9 /* PBXTargetDependency */ = { + DEFE2F5D2E0A6C12134F41E587ACCFE5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = EFC238564CCD0D17C2DF084B2D9AC833 /* PBXContainerItemProxy */; - }; - E2F64EF440F9750D9DCAB3A51C8FF926 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = DBED0FDEF10AC34DF2ADBD3DC894516B /* PBXContainerItemProxy */; + targetProxy = 976ED18B074B476D4D6A67E30DC3028D /* PBXContainerItemProxy */; }; - E8005C83F35A1065BD5CBE013846298C /* PBXTargetDependency */ = { + E11364FC4AF25377075AE5CE0619CC53 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MJExtension; - target = 4D3BA58D0583DF37575CACAB3DDADC85 /* MJExtension */; - targetProxy = AC29E97EC3AE9CBA5B1F3B6B07FE3C27 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = E01991D2079B6D8596B4ECA97AE08EBE /* PBXContainerItemProxy */; }; - EC8E23955128906D1B338C3774A2C92F /* PBXTargetDependency */ = { + E19D64E08124C4DFCCA75D76A682B22B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 578E6849565184D64FFAD93BB9D4DC85 /* PBXContainerItemProxy */; + targetProxy = F4180EFA7F346C0F302280B9F69DBC8E /* PBXContainerItemProxy */; }; - EDC6EBDAE37A6F382C82942423B42B51 /* PBXTargetDependency */ = { + E7CF8AD291A1E0C1732C4BE8B2433A9D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = E4A13CA01D70E58AA494413B898A3928 /* PBXContainerItemProxy */; + name = MASShortcut; + target = 2B2B481A164695722839BD581D442457 /* MASShortcut */; + targetProxy = C8235256E786EF08A12B5216B1EC2FAC /* PBXContainerItemProxy */; + }; + F1E2233C66F2280E6086BFC87E9B5D73 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 832401E63EC0C7288460C33EFA39AF1E /* PBXContainerItemProxy */; + }; + F39344BDA85E6CF31193486D862D515F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MASPreferences; + target = CCE0F64E83CEAFEE20D04DC7BD57303E /* MASPreferences */; + targetProxy = 1367C70A1E67FE6053CF879E51E9F75C /* PBXContainerItemProxy */; }; - F2F7C4F96792CF460C0C7F655B3B2257 /* PBXTargetDependency */ = { + F7BA034235DD60DC917A1CE10F2226C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = E4B404A359242FA9615B37A69C36FC65 /* PBXContainerItemProxy */; + targetProxy = E0E3CDD0B8D83034668FCA926A36F173 /* PBXContainerItemProxy */; + }; + F9259D2582E743F80AC845417753440E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreInternal; + target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; + targetProxy = 7B558E64E5857F0989561D9195624F37 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ - 97396676F3CAFD6A26334C1C014DC785 /* MASPreferencesWindow.xib */ = { + 3B737BCD6C11FDFFBFE975548497C0EA /* MASPreferencesWindow.xib */ = { isa = PBXVariantGroup; children = ( - DDE0288AE46F27E165C75CC2336850CF /* MASPreferencesWindow.xib */, + 473F7FA342A1E389303D2A80A1242E44 /* MASPreferencesWindow.xib */, ); name = MASPreferencesWindow.xib; path = Framework; @@ -4901,7 +4905,7 @@ /* Begin XCBuildConfiguration section */ 043770A62E4D6E4557524616820F24D9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 14599D3B5703C51824D13129F664565A /* Masonry.debug.xcconfig */; + baseConfigurationReference = E2A7ED635948E958F086B6FF2541909F /* Masonry.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4936,7 +4940,7 @@ }; 0447264BBB1ADDAB8D840537AB3D9373 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7F4D76549161621139200BDE7EE97554 /* AppCenter.debug.xcconfig */; + baseConfigurationReference = D7156E5D2ABE26661D1AFF685F0F9318 /* AppCenter.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -4954,7 +4958,7 @@ }; 0C0FD866D8E471B7918EA49896103C5B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5BC9E0319803C9B448FC4AE16188E42D /* MASShortcut.release.xcconfig */; + baseConfigurationReference = 4EF6E0323C061F409F19E009102D4490 /* MASShortcut.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -4988,27 +4992,45 @@ }; name = Release; }; - 0C4390F9A7008CD5829913CA3691965B /* Release */ = { + 0E57F16AB503DF7FA49B693698082AA7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E5E06B1F981B0B49237E888A30E04CBC /* GoogleAppMeasurement.release.xcconfig */; + baseConfigurationReference = 681F18DD8A5E84CBDC9093C68E5B7864 /* FirebaseCoreInternal.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*]" = ""; COMBINE_HIDPI_IMAGES = YES; + 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/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", + "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreInternal; + PRODUCT_NAME = FirebaseCoreInternal; SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.3; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 14929976F4DEF2034E83055631DAA636 /* Debug */ = { + 1BDF4B923CFD008BC465AAEBC9F3FF09 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8BE7CDB03DE38FE46DAE601DB1814ECD /* GoogleUtilities.debug.xcconfig */; + baseConfigurationReference = D48DC869F7778DA39953454958121E2D /* FirebaseCoreInternal.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5021,7 +5043,8 @@ 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/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5029,21 +5052,21 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; + MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreInternal; + PRODUCT_NAME = FirebaseCoreInternal; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.3; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 217727E46A2A9D8496DA0B8D1D55C847 /* Debug */ = { + 20D2F6C90D38F8D08A280432BCDF2260 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E7BE19C05FA3AD44477EFC2CAA15E134 /* MASShortcut.debug.xcconfig */; + baseConfigurationReference = 42706C333A9D5B9B5B52706D36D035DF /* MASShortcut.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; COMBINE_HIDPI_IMAGES = YES; @@ -5059,9 +5082,44 @@ }; name = Debug; }; + 29DF0118C5136FCD12030F24AFF3AFF8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6B6C334033FE1900DFDEED01EBB2AFBE /* 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*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + 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/FirebaseCore/FirebaseCore-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.3; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 2F56E83552421DE5781CDF6A7F5E81DE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7E12F4D045F54D13CBACC72A74A1E055 /* KVOController.debug.xcconfig */; + baseConfigurationReference = 4B9AEE8F2B1D49DD6CB76F20F855DB89 /* KVOController.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5133,7 +5191,7 @@ }; 31CCC3E65C5F3199484421502A03D5C4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3C6277A045581AAC2E9F96093B747612 /* ReactiveObjC.release.xcconfig */; + baseConfigurationReference = AB659AFB409F4A153A6AED8F8AFD0E78 /* ReactiveObjC.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5166,9 +5224,44 @@ }; name = Release; }; + 3F61D7A7A72FB23E3B0CDC59F02C42BE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 96A3BD686E9C3B833CB822B035E8C7B1 /* nanopb.release.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + 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/nanopb/nanopb-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 3F7EC0EEDA0FA79BAEEFD18E6B60EC59 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E7BE19C05FA3AD44477EFC2CAA15E134 /* MASShortcut.debug.xcconfig */; + baseConfigurationReference = 42706C333A9D5B9B5B52706D36D035DF /* MASShortcut.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5204,7 +5297,7 @@ }; 45F693C9DA8B3438A0F53CB630A06C26 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12DA47622C2F758E78BD55EDD2C92C5C /* Masonry.release.xcconfig */; + baseConfigurationReference = 8D861BF8C4641B97F0EB1A65BB0534B7 /* Masonry.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5239,7 +5332,7 @@ }; 49F8208D973FABD9F73891F11AE4E14B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8442C21B36C0BFF281E7D3A6EFC5FDE /* SSZipArchive.debug.xcconfig */; + baseConfigurationReference = 4F40C9BEAB46AEB233EBA0E2971A0373 /* SSZipArchive.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5273,7 +5366,7 @@ }; 62F6FD063953FA192F4B3A673FE97AFC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2E61145A2B6FDEB54C011C5013FD9735 /* MJExtension.debug.xcconfig */; + baseConfigurationReference = 9587442AFD135A9C942FE67B626FF3CC /* MJExtension.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5308,7 +5401,7 @@ }; 6474019BC5D37ED1C67F92B552F1A4E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6EE33EE8170DA5C08F37FAA0B30B5B93 /* SSZipArchive.release.xcconfig */; + baseConfigurationReference = 039F4F635B1502E2041C767E2B970F44 /* SSZipArchive.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5342,7 +5435,7 @@ }; 64C065F5D8E00A7569B9220163F6A238 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9AA17E4CAD7BC7D8371466E08FE08389 /* Sparkle.release.xcconfig */; + baseConfigurationReference = 57D48B562A16327B447692577E7F875B /* Sparkle.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -5357,9 +5450,9 @@ }; name = Release; }; - 6F812174E894466E66069688252D0EB7 /* Debug */ = { + 67E8C2E2367A74CD700607B537760F66 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EF63453F7F524143B9C2FF825A2E9081 /* CocoaLumberjack.debug.xcconfig */; + baseConfigurationReference = 770F085549DE8FC555C08C8C6B2701E2 /* PromisesObjC.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5368,12 +5461,10 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; 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/CocoaLumberjack/CocoaLumberjack-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CocoaLumberjack/CocoaLumberjack-Info.plist"; + INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5381,9 +5472,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/CocoaLumberjack/CocoaLumberjack.modulemap"; - PRODUCT_MODULE_NAME = CocoaLumberjack; - PRODUCT_NAME = CocoaLumberjack; + MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = FBLPromises; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5391,11 +5482,11 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 706884D5C81771CEE5D0D86DEE5D752C /* Debug */ = { + 6F812174E894466E66069688252D0EB7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A54B414F062D22D67B63A70F8B776B1F /* FirebaseCoreInternal.debug.xcconfig */; + baseConfigurationReference = 82BD54AF647D9BF3E389FCDC3E8CED4A /* CocoaLumberjack.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5408,8 +5499,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CocoaLumberjack/CocoaLumberjack-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CocoaLumberjack/CocoaLumberjack-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5417,21 +5508,39 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreInternal; - PRODUCT_NAME = FirebaseCoreInternal; + MODULEMAP_FILE = "Target Support Files/CocoaLumberjack/CocoaLumberjack.modulemap"; + PRODUCT_MODULE_NAME = CocoaLumberjack; + PRODUCT_NAME = CocoaLumberjack; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; + SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; + 7055154B8818DD7113076F36767CADE6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7D0C13F6B053792B0978F71B0FCA0024 /* GoogleAppMeasurement.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; + COMBINE_HIDPI_IMAGES = YES; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 11.0; + SDKROOT = macosx; + }; + name = Debug; + }; 7198CE043F7549A17243F7D986CC7DE9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D64EFE86080FE35D31954E81852B3CC2 /* MASPreferences.debug.xcconfig */; + baseConfigurationReference = 310909448070BEF82A8077B0370042A7 /* MASPreferences.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5465,9 +5574,9 @@ }; name = Debug; }; - 7496E5B793F62B279404B467920A0A3F /* Release */ = { + 73488A509A06C85C4CDD987AD20F3EBA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 65F5CCF9B91741F518A10DA33C481370 /* CocoaLumberjack.release.xcconfig */; + baseConfigurationReference = 928F389F834ADE48C32A11BBE0CD87E4 /* PromisesObjC.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5476,12 +5585,10 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; 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/CocoaLumberjack/CocoaLumberjack-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/CocoaLumberjack/CocoaLumberjack-Info.plist"; + INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5489,9 +5596,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/CocoaLumberjack/CocoaLumberjack.modulemap"; - PRODUCT_MODULE_NAME = CocoaLumberjack; - PRODUCT_NAME = CocoaLumberjack; + MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = FBLPromises; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5499,13 +5606,14 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 77A9A4C7C0E39F315878AECFE0340C85 /* Release */ = { + 7496E5B793F62B279404B467920A0A3F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C130644A208123C27CF6B092CF8E2903 /* KVOController.release.xcconfig */; + baseConfigurationReference = CD778A3C51C8DA831EE6A688A7C95365 /* CocoaLumberjack.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*]" = ""; @@ -5515,8 +5623,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/KVOController/KVOController-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/KVOController/KVOController-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/CocoaLumberjack/CocoaLumberjack-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/CocoaLumberjack/CocoaLumberjack-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5524,9 +5632,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/KVOController/KVOController.modulemap"; - PRODUCT_MODULE_NAME = KVOController; - PRODUCT_NAME = KVOController; + MODULEMAP_FILE = "Target Support Files/CocoaLumberjack/CocoaLumberjack.modulemap"; + PRODUCT_MODULE_NAME = CocoaLumberjack; + PRODUCT_NAME = CocoaLumberjack; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5536,9 +5644,9 @@ }; name = Release; }; - 7B00D1813BA8310B2BAF0AC685B996CF /* Release */ = { + 77A9A4C7C0E39F315878AECFE0340C85 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 48C6E0025E533DC2317BC97BD5F64E6F /* nanopb.release.xcconfig */; + baseConfigurationReference = 53374A9B19E0C855674857852741886C /* KVOController.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5550,8 +5658,8 @@ 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/KVOController/KVOController-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/KVOController/KVOController-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5559,9 +5667,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + MODULEMAP_FILE = "Target Support Files/KVOController/KVOController.modulemap"; + PRODUCT_MODULE_NAME = KVOController; + PRODUCT_NAME = KVOController; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5573,7 +5681,7 @@ }; 7DFA6BE9948EE0D520F94690444EEFF4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1151507B09A839D57BE51C373078780B /* ReactiveObjC.debug.xcconfig */; + baseConfigurationReference = BF8BFDE001842774C47A89430AD32224 /* ReactiveObjC.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5608,7 +5716,7 @@ }; 80FE3E30DE35C00EEF289734BD6835A1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7BB7D2FD7C9F831ACEB3AAAFB74EF833 /* MJExtension.release.xcconfig */; + baseConfigurationReference = 7044BF9285B919F37AD8622A64C71125 /* MJExtension.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5643,7 +5751,7 @@ }; 81598A85C9E566CD3600642CF0AF261D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5FCFF0FA6ED156E4C930BBABE07C939C /* AFNetworking.release.xcconfig */; + baseConfigurationReference = 249FA3904B824FB1AE0D6D71F42A1241 /* AFNetworking.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5738,26 +5846,9 @@ }; name = Release; }; - 95AC6B34604C895BE85469E05EA5A6C3 /* Debug */ = { + 8819828520B661557FC3E9924DBB27E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A9A60041F5C834249992A1F92BFAFDBD /* Sparkle.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - COMBINE_HIDPI_IMAGES = YES; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - SDKROOT = macosx; - }; - name = Debug; - }; - 995DA2FBC4EEAECE80D6BBC337D90272 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2C6D23DCB9C7729AED9D389D7B98CB3D /* FirebaseCore.debug.xcconfig */; + baseConfigurationReference = 340F4B1F98951380636D8701CE6EB6A0 /* FirebaseCore.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5790,9 +5881,9 @@ }; name = Debug; }; - 9CBFC32900E7A0D8828FD7F1EFC98E1B /* Release */ = { + 8EEFA86AA22BA463F77E6585B171C490 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DF6B63715E28446922CAB5BF739772E4 /* FirebaseInstallations.release.xcconfig */; + baseConfigurationReference = 678297DCF73BB0CE0DB101986C8135E4 /* GoogleUtilities.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5805,43 +5896,7 @@ 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"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 9D56C7C807BEF554AE693FC1C147A3D6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EDC291D486AC9F57BD9CFAE23C303442 /* JLRoutes.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*]" = ""; - COMBINE_HIDPI_IMAGES = YES; - 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/JLRoutes/JLRoutes-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/JLRoutes/JLRoutes-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5849,9 +5904,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/JLRoutes/JLRoutes.modulemap"; - PRODUCT_MODULE_NAME = JLRoutes; - PRODUCT_NAME = JLRoutes; + MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5859,49 +5914,32 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 9F6B4AB21290A67737A24D8105A17E76 /* Release */ = { + 92DB281805EF932AA2D1CCCACAD72180 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EE84D325B61A60B154653531825F4A23 /* JLRoutes.release.xcconfig */; + baseConfigurationReference = 4EF6E0323C061F409F19E009102D4490 /* MASShortcut.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*]" = ""; + CODE_SIGNING_ALLOWED = NO; COMBINE_HIDPI_IMAGES = YES; - 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/JLRoutes/JLRoutes-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/JLRoutes/JLRoutes-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASShortcut"; + IBSC_MODULE = MASShortcut; + INFOPLIST_FILE = "Target Support Files/MASShortcut/ResourceBundle-MASShortcut-MASShortcut-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/JLRoutes/JLRoutes.modulemap"; - PRODUCT_MODULE_NAME = JLRoutes; - PRODUCT_NAME = JLRoutes; + PRODUCT_NAME = MASShortcut; SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - A1B8D9C6673EE83E3F80E3B3F66FF70C /* Debug */ = { + 9339234929A23DF99D98B50CA7C5A2B3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8AEA21FD1A1DBC6C6E1239E1A6D6CC36 /* AFNetworking.debug.xcconfig */; + baseConfigurationReference = 6D9CBFBEF20C9E8E341A4BC836C5BA2C /* FirebaseInstallations.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*]" = ""; @@ -5911,8 +5949,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AFNetworking/AFNetworking-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5920,39 +5957,21 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/AFNetworking/AFNetworking.modulemap"; - PRODUCT_MODULE_NAME = AFNetworking; - PRODUCT_NAME = AFNetworking; + MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.3; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - A2CC41DF246011EA710EF3A3AB12C904 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D64EFE86080FE35D31954E81852B3CC2 /* MASPreferences.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASPreferences"; - IBSC_MODULE = MASPreferences; - INFOPLIST_FILE = "Target Support Files/MASPreferences/ResourceBundle-MASPreferences-MASPreferences-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = MASPreferences; - SDKROOT = macosx; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - A3800B353025E5426C8CCDE2E29E7CD4 /* Release */ = { + 93CD293428D47CC3EC96319B3765185E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EF90EE1FB7DFF86C1D90DF9BF3DB175A /* GoogleUtilities.release.xcconfig */; + baseConfigurationReference = CA1722A4A8AFDE544795CCD44D4675EE /* FirebaseInstallations.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5965,7 +5984,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5973,44 +5992,25 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; + MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.3; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - A84A9A012E5596D03E674CF5AED6E185 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5BC9E0319803C9B448FC4AE16188E42D /* MASShortcut.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASShortcut"; - IBSC_MODULE = MASShortcut; - INFOPLIST_FILE = "Target Support Files/MASShortcut/ResourceBundle-MASShortcut-MASShortcut-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = MASShortcut; - SDKROOT = macosx; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - B8AB58FFE3F91D564D5CC07CF3F3DD83 /* Release */ = { + 95AC6B34604C895BE85469E05EA5A6C3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D153D12CC4D306DE58CB82118ED3AD2 /* FirebaseAnalytics.release.xcconfig */; + baseConfigurationReference = 35A368BC505EC6C1A5632EC7438C4B58 /* Sparkle.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; COMBINE_HIDPI_IMAGES = YES; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6019,11 +6019,11 @@ MACOSX_DEPLOYMENT_TARGET = 11.0; SDKROOT = macosx; }; - name = Release; + name = Debug; }; - BC16A2F167D125BB6394A15D256BA276 /* Release */ = { + 9D56C7C807BEF554AE693FC1C147A3D6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B86BB7C0152BDC23ED48BE67E9C7B8C /* PromisesObjC.release.xcconfig */; + baseConfigurationReference = F29A63BF6384034998E80500115BEAC1 /* JLRoutes.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6032,10 +6032,12 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; 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/PromisesObjC/PromisesObjC-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/JLRoutes/JLRoutes-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/JLRoutes/JLRoutes-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6043,9 +6045,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = FBLPromises; + MODULEMAP_FILE = "Target Support Files/JLRoutes/JLRoutes.modulemap"; + PRODUCT_MODULE_NAME = JLRoutes; + PRODUCT_NAME = JLRoutes; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -6053,11 +6055,11 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - C0F3506412CA0D28220A8C3FC819CBAE /* Release */ = { + 9F6B4AB21290A67737A24D8105A17E76 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E4BF757DA63584309210C2D5EF05F05A /* MASPreferences.release.xcconfig */; + baseConfigurationReference = A3B2E31B324217D499DB9038D064B025 /* JLRoutes.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6070,8 +6072,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MASPreferences/MASPreferences-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MASPreferences/MASPreferences-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/JLRoutes/JLRoutes-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/JLRoutes/JLRoutes-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6079,9 +6081,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/MASPreferences/MASPreferences.modulemap"; - PRODUCT_MODULE_NAME = MASPreferences; - PRODUCT_NAME = MASPreferences; + MODULEMAP_FILE = "Target Support Files/JLRoutes/JLRoutes.modulemap"; + PRODUCT_MODULE_NAME = JLRoutes; + PRODUCT_NAME = JLRoutes; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -6091,12 +6093,11 @@ }; name = Release; }; - C20F7D83C4A14526B2BF9D168D1EB3E8 /* Debug */ = { + A1B8D9C6673EE83E3F80E3B3F66FF70C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 490067D1286DE7F24F03CE7839279462 /* FirebaseInstallations.debug.xcconfig */; + baseConfigurationReference = BCCEF41D2367E1932BC96DDC7881AFCE /* AFNetworking.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*]" = ""; @@ -6106,7 +6107,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AFNetworking/AFNetworking-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6114,21 +6116,21 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; + MODULEMAP_FILE = "Target Support Files/AFNetworking/AFNetworking.modulemap"; + PRODUCT_MODULE_NAME = AFNetworking; + PRODUCT_NAME = AFNetworking; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; + SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - C548A4D61BDEE3659C3AC387BD31DBDD /* Release */ = { + B8AB58FFE3F91D564D5CC07CF3F3DD83 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 850D55FC673717E6BB3F8AC509FF5565 /* AppCenter.release.xcconfig */; + baseConfigurationReference = 1BF1A82C3BC2A661F869296D36D66356 /* FirebaseAnalytics.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -6144,11 +6146,12 @@ }; name = Release; }; - C5847BD422E581285B8EA084D72384DF /* Debug */ = { + C0F3506412CA0D28220A8C3FC819CBAE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C39B75A5FC664A79EA8520671DC4FF6F /* nanopb.debug.xcconfig */; + baseConfigurationReference = 34D941334F74A82B52F01C92389C2A8F /* MASPreferences.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*]" = ""; @@ -6158,8 +6161,8 @@ 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/MASPreferences/MASPreferences-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MASPreferences/MASPreferences-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6167,9 +6170,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + MODULEMAP_FILE = "Target Support Files/MASPreferences/MASPreferences.modulemap"; + PRODUCT_MODULE_NAME = MASPreferences; + PRODUCT_NAME = MASPreferences; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -6177,57 +6180,59 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - CB8E363993B1B9F283F0E11FB1529A09 /* Release */ = { + C548A4D61BDEE3659C3AC387BD31DBDD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E4BF757DA63584309210C2D5EF05F05A /* MASPreferences.release.xcconfig */; + baseConfigurationReference = 47057AAE7FA26271342E59BF73E44582 /* AppCenter.release.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASPreferences"; - IBSC_MODULE = MASPreferences; - INFOPLIST_FILE = "Target Support Files/MASPreferences/ResourceBundle-MASPreferences-MASPreferences-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); MACOSX_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = MASPreferences; SDKROOT = macosx; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; }; name = Release; }; - D1A548739C63FA38C031D09247F47E65 /* Debug */ = { + D289B99777A086D6EF87EA1A08D1D6DF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D1417F17FA95D545D6152B6275BA9DC /* PromisesObjC.debug.xcconfig */; + baseConfigurationReference = DCD032F5C98F2C5606E635EF3F74C9CA /* GoogleAppMeasurement.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*]" = ""; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", - "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = FBLPromises; + SDKROOT = macosx; + }; + name = Release; + }; + D293090741A13B7884D11926FB60BFFD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 310909448070BEF82A8077B0370042A7 /* MASPreferences.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASPreferences"; + IBSC_MODULE = MASPreferences; + INFOPLIST_FILE = "Target Support Files/MASPreferences/ResourceBundle-MASPreferences-MASPreferences-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = MASPreferences; SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Debug; }; @@ -6299,7 +6304,7 @@ }; D91B5BBC97E5FC80EDCDD0CC963F2C9B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A0F03B2EDB92BA6EF26D22F74972F58D /* FirebaseAnalytics.debug.xcconfig */; + baseConfigurationReference = 2D7862B3109AA9F6285DAF56EE0505BD /* FirebaseAnalytics.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -6352,30 +6357,11 @@ }; name = Debug; }; - DDB4989A21AB898F968DB33BD38FA695 /* Debug */ = { + EB459C6BF6BDB8309D850B80D588CE42 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7A94770C2B6E29831F896861836614EB /* GoogleAppMeasurement.debug.xcconfig */; + baseConfigurationReference = 5D13CE08C2C2E5762F5CA6E633018A0D /* nanopb.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; - COMBINE_HIDPI_IMAGES = YES; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - SDKROOT = macosx; - }; - name = Debug; - }; - E3748513F28734D480361D7CF9EE6183 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 913D75506CEFC2B852A2F9CA0DCF4E83 /* FirebaseCoreInternal.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*]" = ""; @@ -6385,8 +6371,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-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"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6394,21 +6380,39 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreInternal; - PRODUCT_NAME = FirebaseCoreInternal; + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; + SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; + name = Debug; + }; + FD9F47B9B56DE32FFC565B6CEC58CF3E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 34D941334F74A82B52F01C92389C2A8F /* MASPreferences.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASPreferences"; + IBSC_MODULE = MASPreferences; + INFOPLIST_FILE = "Target Support Files/MASPreferences/ResourceBundle-MASPreferences-MASPreferences-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = MASPreferences; + SDKROOT = macosx; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; name = Release; }; - EEF135316DF27CAEFDAD44BE4CD5083F /* Release */ = { + FF53F60DB2E710DE468F69489F95EA1C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 540BFC7B0A6674F248764133167AC2B7 /* FirebaseCore.release.xcconfig */; + baseConfigurationReference = 12BBFE521C88E72430D76AC38ED2E009 /* GoogleUtilities.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6421,7 +6425,7 @@ 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/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6429,17 +6433,17 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; + MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; + SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; /* End XCBuildConfiguration section */ @@ -6462,11 +6466,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 24DEB8A2740143C10231EB2A4CCBD2D6 /* Build configuration list for PBXNativeTarget "nanopb" */ = { + 1F2A0800B0256ED15B1A4DB048CF473B /* Build configuration list for PBXNativeTarget "MASPreferences-MASPreferences" */ = { isa = XCConfigurationList; buildConfigurations = ( - C5847BD422E581285B8EA084D72384DF /* Debug */, - 7B00D1813BA8310B2BAF0AC685B996CF /* Release */, + D293090741A13B7884D11926FB60BFFD /* Debug */, + FD9F47B9B56DE32FFC565B6CEC58CF3E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6480,6 +6484,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 296CD173BFC8928D178BABD78A925E71 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8819828520B661557FC3E9924DBB27E3 /* Debug */, + 29DF0118C5136FCD12030F24AFF3AFF8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 2D268A7665B36CDB9436B0809E0E3055 /* Build configuration list for PBXNativeTarget "MJExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6507,47 +6520,47 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 43AADA793E7CCE04F3F20D8481245C24 /* Build configuration list for PBXNativeTarget "MASPreferences" */ = { + 3BFB0D10560FA63E51F2DC60371916A0 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7198CE043F7549A17243F7D986CC7DE9 /* Debug */, - C0F3506412CA0D28220A8C3FC819CBAE /* Release */, + 9339234929A23DF99D98B50CA7C5A2B3 /* Debug */, + 93CD293428D47CC3EC96319B3765185E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { + 43AADA793E7CCE04F3F20D8481245C24 /* Build configuration list for PBXNativeTarget "MASPreferences" */ = { isa = XCConfigurationList; buildConfigurations = ( - D39E634FC2CFF97419EB3682DD2807FA /* Debug */, - 82E73717A2562031D5E1F4D85DD1A982 /* Release */, + 7198CE043F7549A17243F7D986CC7DE9 /* Debug */, + C0F3506412CA0D28220A8C3FC819CBAE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5242D03FC5C1EAA4F817066052F80607 /* Build configuration list for PBXAggregateTarget "AppCenter" */ = { + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0447264BBB1ADDAB8D840537AB3D9373 /* Debug */, - C548A4D61BDEE3659C3AC387BD31DBDD /* Release */, + D39E634FC2CFF97419EB3682DD2807FA /* Debug */, + 82E73717A2562031D5E1F4D85DD1A982 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5883B0D1633EB937FD93923FC7ADE73B /* Build configuration list for PBXNativeTarget "MASPreferences-MASPreferences" */ = { + 504E099A0D75DBFFF8A8E2DA925A10A3 /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */ = { isa = XCConfigurationList; buildConfigurations = ( - A2CC41DF246011EA710EF3A3AB12C904 /* Debug */, - CB8E363993B1B9F283F0E11FB1529A09 /* Release */, + 0E57F16AB503DF7FA49B693698082AA7 /* Debug */, + 1BDF4B923CFD008BC465AAEBC9F3FF09 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5C615D721FFBE6130F5954A5E523E225 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { + 5242D03FC5C1EAA4F817066052F80607 /* Build configuration list for PBXAggregateTarget "AppCenter" */ = { isa = XCConfigurationList; buildConfigurations = ( - DDB4989A21AB898F968DB33BD38FA695 /* Debug */, - 0C4390F9A7008CD5829913CA3691965B /* Release */, + 0447264BBB1ADDAB8D840537AB3D9373 /* Debug */, + C548A4D61BDEE3659C3AC387BD31DBDD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6570,92 +6583,83 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 829ACD64FCFF77F7DA5817E8CFAEBF74 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D91B5BBC97E5FC80EDCDD0CC963F2C9B /* Debug */, - B8AB58FFE3F91D564D5CC07CF3F3DD83 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 849F480AD261D7E2D02473FB2C5D1604 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + 62AB35D549E780303DCF98DFC858EE12 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { isa = XCConfigurationList; buildConfigurations = ( - D1A548739C63FA38C031D09247F47E65 /* Debug */, - BC16A2F167D125BB6394A15D256BA276 /* Release */, + FF53F60DB2E710DE468F69489F95EA1C /* Debug */, + 8EEFA86AA22BA463F77E6585B171C490 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 94A48F72387D2CBF32015087C040B347 /* Build configuration list for PBXNativeTarget "AFNetworking" */ = { + 64C0A73B1B1F90374066E2CC62577AF3 /* Build configuration list for PBXNativeTarget "nanopb" */ = { isa = XCConfigurationList; buildConfigurations = ( - A1B8D9C6673EE83E3F80E3B3F66FF70C /* Debug */, - 81598A85C9E566CD3600642CF0AF261D /* Release */, + EB459C6BF6BDB8309D850B80D588CE42 /* Debug */, + 3F61D7A7A72FB23E3B0CDC59F02C42BE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A2BB7FD340BB569D9B93200D9B7FEAAC /* Build configuration list for PBXNativeTarget "CocoaLumberjack" */ = { + 793C5A144CA4A6198EA476896CBA91F8 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6F812174E894466E66069688252D0EB7 /* Debug */, - 7496E5B793F62B279404B467920A0A3F /* Release */, + 7055154B8818DD7113076F36767CADE6 /* Debug */, + D289B99777A086D6EF87EA1A08D1D6DF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A74F53E9AF367639B4595942D0993CEF /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */ = { + 829ACD64FCFF77F7DA5817E8CFAEBF74 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 706884D5C81771CEE5D0D86DEE5D752C /* Debug */, - E3748513F28734D480361D7CF9EE6183 /* Release */, + D91B5BBC97E5FC80EDCDD0CC963F2C9B /* Debug */, + B8AB58FFE3F91D564D5CC07CF3F3DD83 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B2B6083FF2E56AD5C69CA24E8DF6434D /* Build configuration list for PBXNativeTarget "ReactiveObjC" */ = { + 94A48F72387D2CBF32015087C040B347 /* Build configuration list for PBXNativeTarget "AFNetworking" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7DFA6BE9948EE0D520F94690444EEFF4 /* Debug */, - 31CCC3E65C5F3199484421502A03D5C4 /* Release */, + A1B8D9C6673EE83E3F80E3B3F66FF70C /* Debug */, + 81598A85C9E566CD3600642CF0AF261D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B6B361ABBB0462AB1E916728F9E5A890 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + A2BB7FD340BB569D9B93200D9B7FEAAC /* Build configuration list for PBXNativeTarget "CocoaLumberjack" */ = { isa = XCConfigurationList; buildConfigurations = ( - 14929976F4DEF2034E83055631DAA636 /* Debug */, - A3800B353025E5426C8CCDE2E29E7CD4 /* Release */, + 6F812174E894466E66069688252D0EB7 /* Debug */, + 7496E5B793F62B279404B467920A0A3F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CB3AE9F1FAB12ACE208B2E6459C26F54 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { + B2B6083FF2E56AD5C69CA24E8DF6434D /* Build configuration list for PBXNativeTarget "ReactiveObjC" */ = { isa = XCConfigurationList; buildConfigurations = ( - 995DA2FBC4EEAECE80D6BBC337D90272 /* Debug */, - EEF135316DF27CAEFDAD44BE4CD5083F /* Release */, + 7DFA6BE9948EE0D520F94690444EEFF4 /* Debug */, + 31CCC3E65C5F3199484421502A03D5C4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E3389D8B6CB28796B2BB49A31ED5BEEF /* Build configuration list for PBXNativeTarget "MASShortcut-MASShortcut" */ = { + B40CC757B4603C9AA30525DBEA42C505 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { isa = XCConfigurationList; buildConfigurations = ( - 217727E46A2A9D8496DA0B8D1D55C847 /* Debug */, - A84A9A012E5596D03E674CF5AED6E185 /* Release */, + 73488A509A06C85C4CDD987AD20F3EBA /* Debug */, + 67E8C2E2367A74CD700607B537760F66 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FC52061FC80DCAEADBC334275512B725 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { + D10EDDB847C5298A99B7F396C9A20A37 /* Build configuration list for PBXNativeTarget "MASShortcut-MASShortcut" */ = { isa = XCConfigurationList; buildConfigurations = ( - C20F7D83C4A14526B2BF9D168D1EB3E8 /* Debug */, - 9CBFC32900E7A0D8828FD7F1EFC98E1B /* Release */, + 20D2F6C90D38F8D08A280432BCDF2260 /* Debug */, + 92DB281805EF932AA2D1CCCACAD72180 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+All.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+All.m index bb3582ad3..a9c7febb5 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+All.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+All.m @@ -84,3 +84,6 @@ @implementation FBLPromise (DotSyntax_AllAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeAllCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Always.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Always.m index 692744287..c4e9776f4 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Always.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Always.m @@ -56,3 +56,6 @@ @implementation FBLPromise (DotSyntax_AlwaysAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeAlwaysCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Any.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Any.m index 650013446..8454c349d 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Any.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Any.m @@ -110,3 +110,6 @@ @implementation FBLPromise (DotSyntax_AnyAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeAnyCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Async.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Async.m index bc338e971..c0a89d30d 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Async.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Async.m @@ -68,3 +68,6 @@ @implementation FBLPromise (DotSyntax_AsyncAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeAsyncCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Await.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Await.m index ea3b87a3d..0f86b2ff2 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Await.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Await.m @@ -46,3 +46,6 @@ id __nullable FBLPromiseAwait(FBLPromise *promise, NSError **outError) { } return resolution; } + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeAwaitCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Catch.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Catch.m index 25e8ce63e..fff7690ab 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Catch.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Catch.m @@ -53,3 +53,6 @@ @implementation FBLPromise (DotSyntax_CatchAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeCatchCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Delay.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Delay.m index 34626ef52..5aeeb1f77 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Delay.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Delay.m @@ -57,3 +57,6 @@ @implementation FBLPromise (DotSyntax_DelayAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeDelayCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Do.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Do.m index 3839a6430..9ae6033cd 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Do.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Do.m @@ -57,3 +57,6 @@ @implementation FBLPromise (DotSyntax_DoAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeDoCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Race.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Race.m index bdbc88ed0..1672ac43b 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Race.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Race.m @@ -63,3 +63,6 @@ @implementation FBLPromise (DotSyntax_RaceAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeRaceCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Recover.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Recover.m index 0c9326afc..50e337afb 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Recover.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Recover.m @@ -52,3 +52,6 @@ @implementation FBLPromise (DotSyntax_RecoverAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeRecoverCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Reduce.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Reduce.m index 1f3fc50dc..f98cf696a 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Reduce.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Reduce.m @@ -59,3 +59,6 @@ @implementation FBLPromise (DotSyntax_ReduceAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeReduceCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Retry.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Retry.m index 01a87dbd7..841be6824 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Retry.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Retry.m @@ -126,3 +126,6 @@ @implementation FBLPromise (DotSyntax_RetryAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeRetryCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Testing.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Testing.m index 33d353680..7d6b461df 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Testing.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Testing.m @@ -53,3 +53,6 @@ + (dispatch_group_t)dispatchGroup { } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeTestingCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Then.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Then.m index ab03bd126..32df102fd 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Then.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Then.m @@ -48,3 +48,6 @@ @implementation FBLPromise (DotSyntax_ThenAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeThenCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Timeout.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Timeout.m index 0eb374474..91da9ff17 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Timeout.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Timeout.m @@ -62,3 +62,6 @@ @implementation FBLPromise (DotSyntax_TimeoutAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeTimeoutCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Validate.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Validate.m index 1e21e81b3..3520e2419 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Validate.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Validate.m @@ -54,3 +54,6 @@ @implementation FBLPromise (DotSyntax_ValidateAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeValidateCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m index ee10951c4..840bc16b3 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m @@ -418,3 +418,6 @@ @implementation FBLPromise (DotSyntax_WrapAdditions) } @end + +/** Stub used to force the linker to include the categories in this file. */ +void FBLIncludeWrapCategory(void) {} diff --git a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise.m b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise.m index 666db79ca..9a61ed24f 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise.m +++ b/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise.m @@ -280,17 +280,64 @@ - (FBLPromise *)chainOnQueue:(dispatch_queue_t)queue return promise; } +#pragma mark - Category linking workaround + +extern void FBLIncludeAllCategory(void); +extern void FBLIncludeAlwaysCategory(void); +extern void FBLIncludeAnyCategory(void); +extern void FBLIncludeAsyncCategory(void); +extern void FBLIncludeAwaitCategory(void); +extern void FBLIncludeCatchCategory(void); +extern void FBLIncludeDelayCategory(void); +extern void FBLIncludeDoCategory(void); +extern void FBLIncludeRaceCategory(void); +extern void FBLIncludeRecoverCategory(void); +extern void FBLIncludeReduceCategory(void); +extern void FBLIncludeRetryCategory(void); +extern void FBLIncludeTestingCategory(void); +extern void FBLIncludeThenCategory(void); +extern void FBLIncludeTimeoutCategory(void); +extern void FBLIncludeValidateCategory(void); +extern void FBLIncludeWrapCategory(void); + +/** + Does nothing when called, and not meant to be called. + + This method forces the linker to include all FBLPromise categories even if + users do not include the '-ObjC' linker flag in their projects. + */ ++ (void)noop { + FBLIncludeAllCategory(); + FBLIncludeAllCategory(); + FBLIncludeAlwaysCategory(); + FBLIncludeAnyCategory(); + FBLIncludeAsyncCategory(); + FBLIncludeAwaitCategory(); + FBLIncludeCatchCategory(); + FBLIncludeDelayCategory(); + FBLIncludeDoCategory(); + FBLIncludeRaceCategory(); + FBLIncludeRecoverCategory(); + FBLIncludeReduceCategory(); + FBLIncludeRetryCategory(); + FBLIncludeTestingCategory(); + FBLIncludeThenCategory(); + FBLIncludeTimeoutCategory(); + FBLIncludeValidateCategory(); + FBLIncludeWrapCategory(); +} + @end @implementation FBLPromise (DotSyntaxAdditions) -+ (instancetype (^)(void))pending { ++ (FBLPromise * (^)(void))pending { return ^(void) { return [self pendingPromise]; }; } -+ (instancetype (^)(id __nullable))resolved { ++ (FBLPromise * (^)(id __nullable))resolved { return ^(id resolution) { return [self resolvedWith:resolution]; }; diff --git a/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise.h b/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise.h index b1380dc73..98c813b79 100644 --- a/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise.h +++ b/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise.h @@ -85,8 +85,8 @@ NS_ASSUME_NONNULL_BEGIN FBLPromise.resolved(value) */ -+ (instancetype (^)(void))pending FBL_PROMISES_DOT_SYNTAX NS_SWIFT_UNAVAILABLE(""); -+ (instancetype (^)(id __nullable))resolved FBL_PROMISES_DOT_SYNTAX NS_SWIFT_UNAVAILABLE(""); ++ (FBLPromise * (^)(void))pending FBL_PROMISES_DOT_SYNTAX NS_SWIFT_UNAVAILABLE(""); ++ (FBLPromise * (^)(id __nullable))resolved FBL_PROMISES_DOT_SYNTAX NS_SWIFT_UNAVAILABLE(""); @end diff --git a/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.debug.xcconfig b/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.debug.xcconfig index 2b949a8a9..8b637ce9b 100644 --- a/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.debug.xcconfig +++ b/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.debug.xcconfig @@ -2,7 +2,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -suppress-warnings PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.release.xcconfig b/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.release.xcconfig index 2b949a8a9..8b637ce9b 100644 --- a/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.release.xcconfig +++ b/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.release.xcconfig @@ -2,7 +2,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -suppress-warnings PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh b/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh index 1652b8cea..d07552811 100755 --- a/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh +++ b/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh @@ -17,15 +17,15 @@ RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") variant_for_slice() { case "$1" in - "FirebaseAnalytics.xcframework/ios-arm64_armv7") + "FirebaseAnalytics.xcframework/ios-arm64") echo "" ;; - "FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator") - echo "simulator" - ;; "FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst") echo "maccatalyst" ;; + "FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator") + echo "simulator" + ;; "FirebaseAnalytics.xcframework/macos-arm64_x86_64") echo "" ;; @@ -41,15 +41,15 @@ variant_for_slice() archs_for_slice() { case "$1" in - "FirebaseAnalytics.xcframework/ios-arm64_armv7") - echo "arm64 armv7" - ;; - "FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator") - echo "arm64 i386 x86_64" + "FirebaseAnalytics.xcframework/ios-arm64") + echo "arm64" ;; "FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst") echo "arm64 x86_64" ;; + "FirebaseAnalytics.xcframework/ios-arm64_x86_64-simulator") + echo "arm64 x86_64" + ;; "FirebaseAnalytics.xcframework/macos-arm64_x86_64") echo "arm64 x86_64" ;; diff --git a/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig b/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig index 0a89639f3..c4fb274b8 100644 --- a/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig +++ b/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig @@ -3,7 +3,7 @@ CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -suppress-warnings PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig b/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig index 0a89639f3..c4fb274b8 100644 --- a/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig +++ b/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig @@ -3,7 +3,7 @@ CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -suppress-warnings PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist b/Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist index 547318042..1915e4b49 100644 --- a/Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist +++ b/Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.7.0 + 10.15.0 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig b/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig index 86af22519..ec007a878 100644 --- a/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig +++ b/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig @@ -3,7 +3,7 @@ CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 Firebase_VERSION=10.7.0 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 Firebase_VERSION=10.15.0 HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_CFLAGS = $(inherited) -fno-autolink OTHER_LDFLAGS = $(inherited) -framework "AppKit" -framework "FirebaseCoreInternal" -framework "Foundation" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" diff --git a/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig b/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig index 86af22519..ec007a878 100644 --- a/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig +++ b/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig @@ -3,7 +3,7 @@ CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 Firebase_VERSION=10.7.0 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 Firebase_VERSION=10.15.0 HEADER_SEARCH_PATHS = $(inherited) "${PODS_TARGET_SRCROOT}" OTHER_CFLAGS = $(inherited) -fno-autolink OTHER_LDFLAGS = $(inherited) -framework "AppKit" -framework "FirebaseCoreInternal" -framework "Foundation" -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" diff --git a/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist b/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist index 547318042..1915e4b49 100644 --- a/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist +++ b/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.7.0 + 10.15.0 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.debug.xcconfig b/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.debug.xcconfig index 9310ca9fc..61052a7af 100644 --- a/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.debug.xcconfig +++ b/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.debug.xcconfig @@ -3,7 +3,7 @@ CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -suppress-warnings PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.release.xcconfig b/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.release.xcconfig index 9310ca9fc..61052a7af 100644 --- a/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.release.xcconfig +++ b/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.release.xcconfig @@ -3,7 +3,7 @@ CODE_SIGN_IDENTITY = CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -suppress-warnings PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist b/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist index 547318042..1915e4b49 100644 --- a/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist +++ b/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.7.0 + 10.15.0 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh b/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh index 3301007a0..96485a8f4 100755 --- a/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh +++ b/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh @@ -17,15 +17,15 @@ RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") variant_for_slice() { case "$1" in - "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7") + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64") echo "" ;; - "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator") - echo "simulator" - ;; "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst") echo "maccatalyst" ;; + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator") + echo "simulator" + ;; "GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64") echo "" ;; @@ -35,15 +35,15 @@ variant_for_slice() "GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator") echo "simulator" ;; - "GoogleAppMeasurement.xcframework/ios-arm64_armv7") + "GoogleAppMeasurement.xcframework/ios-arm64") echo "" ;; - "GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator") - echo "simulator" - ;; "GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst") echo "maccatalyst" ;; + "GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator") + echo "simulator" + ;; "GoogleAppMeasurement.xcframework/macos-arm64_x86_64") echo "" ;; @@ -59,15 +59,15 @@ variant_for_slice() archs_for_slice() { case "$1" in - "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7") - echo "arm64 armv7" - ;; - "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator") - echo "arm64 i386 x86_64" + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64") + echo "arm64" ;; "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst") echo "arm64 x86_64" ;; + "GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-simulator") + echo "arm64 x86_64" + ;; "GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64") echo "arm64 x86_64" ;; @@ -77,15 +77,15 @@ archs_for_slice() "GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator") echo "arm64 x86_64" ;; - "GoogleAppMeasurement.xcframework/ios-arm64_armv7") - echo "arm64 armv7" - ;; - "GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator") - echo "arm64 i386 x86_64" + "GoogleAppMeasurement.xcframework/ios-arm64") + echo "arm64" ;; "GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst") echo "arm64 x86_64" ;; + "GoogleAppMeasurement.xcframework/ios-arm64_x86_64-simulator") + echo "arm64 x86_64" + ;; "GoogleAppMeasurement.xcframework/macos-arm64_x86_64") echo "arm64 x86_64" ;; diff --git a/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist b/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist index 13a084a05..1be2ab8fd 100644 --- a/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist +++ b/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.11.1 + 7.11.5 CFBundleSignature ???? CFBundleVersion diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.debug.xcconfig b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.debug.xcconfig index 757038ca5..fb525b508 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.debug.xcconfig +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.debug.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/Sparkle" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/../Frameworks' '@loader_path/Frameworks' "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" @loader_path/../Frameworks -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/../Frameworks' '@loader_path/Frameworks' "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" @loader_path/../Frameworks +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" -iframework "${PODS_ROOT}/Sparkle" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"iconv" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppKit" -framework "Carbon" -framework "CocoaLumberjack" -framework "CoreServices" -framework "FBLPromises" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreInternal" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleUtilities" -framework "JLRoutes" -framework "KVOController" -framework "MASPreferences" -framework "MASShortcut" -framework "MJExtension" -framework "Masonry" -framework "ReactiveObjC" -framework "SSZipArchive" -framework "Security" -framework "Sparkle" -framework "StoreKit" -framework "SystemConfiguration" -framework "nanopb" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.release.xcconfig b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.release.xcconfig index 757038ca5..fb525b508 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.release.xcconfig +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.release.xcconfig @@ -3,8 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/Sparkle" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/../Frameworks' '@loader_path/Frameworks' "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" @loader_path/../Frameworks -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/../Frameworks' '@loader_path/Frameworks' "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" @loader_path/../Frameworks +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" -iframework "${PODS_ROOT}/Sparkle" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"iconv" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppKit" -framework "Carbon" -framework "CocoaLumberjack" -framework "CoreServices" -framework "FBLPromises" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreInternal" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleUtilities" -framework "JLRoutes" -framework "KVOController" -framework "MASPreferences" -framework "MASShortcut" -framework "MJExtension" -framework "Masonry" -framework "ReactiveObjC" -framework "SSZipArchive" -framework "Security" -framework "Sparkle" -framework "StoreKit" -framework "SystemConfiguration" -framework "nanopb" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS diff --git a/Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist b/Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist index 3e91b61a3..d1f4eb50a 100644 --- a/Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist +++ b/Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.0 + 2.3.1 CFBundleSignature ???? CFBundleVersion