From 82c2ca887b05f81b66bfdcb628ee1f46b85bd40f Mon Sep 17 00:00:00 2001 From: mike-dydx <149746839+mike-dydx@users.noreply.github.com> Date: Fri, 26 Jul 2024 21:25:35 -0400 Subject: [PATCH] integrate statsig (#215) * integrate statsig * comment * remove FirebaseRemoteConfig * add skip to features.json * change inputs to on/off * integrate statsig with featureflag protocol * comment * change assertion failure to log * delete file * deleted code * comment * Update PodFile * bump abacus * fix pods? * remove unnecessary import --------- Co-authored-by: Mike --- .../project.pbxproj | 4 - .../contents.xcworkspacedata | 4 + .../FirebaseFeatureFlagsProvider.swift | 80 - .../JedioKit/_Field/FieldDefinition.swift | 2 +- .../_Field/FieldDefinitionGroup.swift | 2 +- JedioKit/JedioKit/_Field/FieldLoader.swift | 2 +- .../ParticlesKit.xcodeproj/project.pbxproj | 4 - .../_Cache/_Features/FeaturesConfig.swift | 32 - .../JsonCredentialsProvider.swift | 2 +- .../LocalFeatureFlagsCacheInteractor.swift | 15 +- .../_Shared/ParticlesInjection.swift | 5 +- .../_Shared/ParticlesPlatformInjection.swift | 2 +- Shared/CommonAppDelegate.swift | 34 +- .../project.pbxproj | 464 + .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../StatsigInjections/StatsigInjections.swift | 98 + Utilities/Utilities.xcodeproj/project.pbxproj | 8 - .../Utilities/_Store/FeatureFlagsStore.swift | 18 +- .../CompositeFeatureFlagsProvider.swift | 38 +- .../_Utils/_FeatureFlags/FeatureService.swift | 18 +- .../_Utils/_Parser/FeatureFlaggedParser.swift | 29 - .../_Cookies/WebCookieDomain.swift | 4 - dydx/PodFile | 15 +- dydx/Podfile.lock | 12 +- dydx/Pods/Manifest.lock | 12 +- dydx/Pods/Pods.xcodeproj/project.pbxproj | 41704 ++++++++-------- dydx/Pods/Statsig/LICENSE | 14 + dydx/Pods/Statsig/PrivacyInfo.xcprivacy | 44 + dydx/Pods/Statsig/README.md | 17 + .../Sources/Statsig/AtomicDictionary.swift | 97 + .../Sources/Statsig/BootstrapValidator.swift | 68 + .../Sources/Statsig/ConfigProtocol.swift | 7 + .../Sources/Statsig/Data+Statsig.swift | 14 + .../Sources/Statsig/DebugViewController.swift | 128 + .../Sources/Statsig/DeviceEnvironment.swift | 98 + .../Statsig/Diagnostics/Diagnostics.swift | 68 + .../Diagnostics/DiagnosticsEvent.swift | 28 + .../Diagnostics/InitializeMarker.swift | 12 + .../Statsig/Diagnostics/MarkerBase.swift | 51 + .../Statsig/Diagnostics/NetworkMarker.swift | 66 + .../Statsig/Diagnostics/OverallMarker.swift | 37 + .../Statsig/Diagnostics/ProcessMarker.swift | 20 + .../Statsig/Diagnostics/ReadCacheMarker.swift | 24 + .../Sources/Statsig/DynamicConfig.swift | 157 + .../Sources/Statsig/EvaluationDetails.swift | 67 + dydx/Pods/Statsig/Sources/Statsig/Event.swift | 171 + .../Statsig/Sources/Statsig/EventLogger.swift | 200 + .../Statsig/ExternalInitializeResponse.swift | 11 + .../Statsig/Sources/Statsig/FeatureGate.swift | 23 + .../Sources/Statsig/InternalStore.swift | 699 + dydx/Pods/Statsig/Sources/Statsig/Layer.swift | 191 + .../Sources/Statsig/NetworkService.swift | 342 + .../ObjectiveC/DynamicConfigObjC.swift | 87 + .../Statsig/ObjectiveC/FeatureGateObjC.swift | 41 + .../Statsig/ObjectiveC/LayerObjC.swift | 87 + .../Statsig/ObjectiveC/StatsigObjC.swift | 260 + .../ObjectiveC/StatsigOptionsObjC.swift | 107 + .../ObjectiveC/StatsigOverridesObjC.swift | 10 + .../Statsig/ObjectiveC/StatsigUserObjC.swift | 115 + .../Sources/Statsig/ParameterStore.swift | 190 + .../Statsig/PlatformCompatibility.swift | 169 + .../Sources/Statsig/SDKKeyValidator.swift | 29 + .../Statsig/Sources/Statsig/Statsig.swift | 684 + .../Statsig/StatsigClient+AppLifecycle.swift | 51 + .../Sources/Statsig/StatsigClient.swift | 813 + .../Statsig/StatsigDynamicConfigValue.swift | 47 + .../Sources/Statsig/StatsigEnvironment.swift | 35 + .../Sources/Statsig/StatsigError.swift | 23 + .../Sources/Statsig/StatsigListening.swift | 26 + .../Sources/Statsig/StatsigOptions.swift | 198 + .../Statsig/Sources/Statsig/StatsigUser.swift | 156 + .../StatsigUserCustomTypeConvertible.swift | 28 + .../Sources/Statsig/StatsigUserDefaults.swift | 145 + dydx/Pods/Statsig/Sources/Statsig/Time.swift | 29 + .../Sources/Statsig/URLResponse+Statsig.swift | 32 + .../Sources/Statsig/UserCacheKey.swift | 41 + .../StatsigInternalObjC/ErrorBoundary.m | 90 + .../include/ErrorBoundary.h | 26 + .../Firebase-360edc41.debug.xcconfig} | 2 +- .../Firebase-360edc41.release.xcconfig} | 2 +- .../Firebase-40c737bb.debug.xcconfig} | 2 +- .../Firebase-40c737bb.release.xcconfig} | 2 +- .../Pods-iOS-StatsigInjections-Info.plist | 26 + ...tatsigInjections-acknowledgements.markdown | 348 + ...S-StatsigInjections-acknowledgements.plist | 422 + .../Pods-iOS-StatsigInjections-dummy.m | 5 + .../Pods-iOS-StatsigInjections-umbrella.h | 16 + .../Pods-iOS-StatsigInjections.debug.xcconfig | 15 + .../Pods-iOS-StatsigInjections.modulemap | 6 + ...ods-iOS-StatsigInjections.release.xcconfig | 15 + ...OS-dydxFormatter-acknowledgements.markdown | 18 + ...s-iOS-dydxFormatter-acknowledgements.plist | 24 + .../Pods-iOS-dydxFormatter.debug.xcconfig | 10 +- .../Pods-iOS-dydxFormatter.release.xcconfig | 8 +- ...dxFormatterTests-acknowledgements.markdown | 18 + ...-dydxFormatterTests-acknowledgements.plist | 24 + ...ts-frameworks-Debug-input-files.xcfilelist | 3 +- ...s-frameworks-Debug-output-files.xcfilelist | 3 +- ...-frameworks-Release-input-files.xcfilelist | 3 +- ...frameworks-Release-output-files.xcfilelist | 3 +- .../Pods-iOS-dydxFormatterTests-frameworks.sh | 2 + ...Pods-iOS-dydxFormatterTests.debug.xcconfig | 10 +- ...ds-iOS-dydxFormatterTests.release.xcconfig | 8 +- .../Pods-iOS-dydxV4-acknowledgements.markdown | 18 + .../Pods-iOS-dydxV4-acknowledgements.plist | 24 + ...V4-frameworks-Debug-input-files.xcfilelist | 1 + ...4-frameworks-Debug-output-files.xcfilelist | 1 + ...-frameworks-Release-input-files.xcfilelist | 1 + ...frameworks-Release-output-files.xcfilelist | 1 + .../Pods-iOS-dydxV4-frameworks.sh | 2 + .../Pods-iOS-dydxV4.debug.xcconfig | 10 +- .../Pods-iOS-dydxV4.release.xcconfig | 8 +- ...-iOS-dydxV4Tests-acknowledgements.markdown | 18 + ...ods-iOS-dydxV4Tests-acknowledgements.plist | 24 + ...ts-frameworks-Debug-input-files.xcfilelist | 1 + ...s-frameworks-Debug-output-files.xcfilelist | 1 + ...-frameworks-Release-input-files.xcfilelist | 1 + ...frameworks-Release-output-files.xcfilelist | 1 + .../Pods-iOS-dydxV4Tests-frameworks.sh | 2 + .../Pods-iOS-dydxV4Tests.debug.xcconfig | 10 +- .../Pods-iOS-dydxV4Tests.release.xcconfig | 8 +- .../ResourceBundle-Statsig-Statsig-Info.plist | 24 + .../Statsig/Statsig-Info.plist | 26 + .../Statsig/Statsig-dummy.m | 5 + .../Statsig/Statsig-prefix.pch | 12 + .../Statsig/Statsig-umbrella.h | 17 + .../Statsig/Statsig.debug.xcconfig | 14 + .../Statsig/Statsig.modulemap | 6 + .../Statsig/Statsig.release.xcconfig | 14 + .../dydx.xcworkspace/contents.xcworkspacedata | 3 + .../dydxAnalytics.xcodeproj/project.pbxproj | 4 +- .../_Utils/dydxFeatureFlag.swift | 23 +- .../dydxPresenters/_Features/features.json | 30 +- .../dydxTransferReceiptViewPresenter.swift | 3 +- .../dydxStateManager/AbacusStateManager.swift | 17 +- dydxV4/dydxV4.xcodeproj/project.pbxproj | 47 +- scripts/secrets_default/credentials.json | 4 + 138 files changed, 29386 insertions(+), 20786 deletions(-) create mode 100644 FirebaseStaticInjections/FirebaseStaticInjections.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 FirebaseStaticInjections/FirebaseStaticInjections/_FeatureFlags/FirebaseFeatureFlagsProvider.swift delete mode 100644 ParticlesKit/ParticlesKit/_Cache/_Features/FeaturesConfig.swift create mode 100644 StatsigInjections/StatsigInjections.xcodeproj/project.pbxproj create mode 100644 StatsigInjections/StatsigInjections.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 StatsigInjections/StatsigInjections.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 StatsigInjections/StatsigInjections/StatsigInjections.swift delete mode 100644 Utilities/Utilities/_Utils/_Parser/FeatureFlaggedParser.swift create mode 100644 dydx/Pods/Statsig/LICENSE create mode 100644 dydx/Pods/Statsig/PrivacyInfo.xcprivacy create mode 100644 dydx/Pods/Statsig/README.md create mode 100644 dydx/Pods/Statsig/Sources/Statsig/AtomicDictionary.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/BootstrapValidator.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ConfigProtocol.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Data+Statsig.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/DebugViewController.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/DeviceEnvironment.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Diagnostics/Diagnostics.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Diagnostics/DiagnosticsEvent.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Diagnostics/InitializeMarker.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Diagnostics/MarkerBase.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Diagnostics/NetworkMarker.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Diagnostics/OverallMarker.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Diagnostics/ProcessMarker.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Diagnostics/ReadCacheMarker.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/DynamicConfig.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/EvaluationDetails.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Event.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/EventLogger.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ExternalInitializeResponse.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/FeatureGate.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/InternalStore.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Layer.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/NetworkService.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/DynamicConfigObjC.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/FeatureGateObjC.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/LayerObjC.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigObjC.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigOptionsObjC.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigOverridesObjC.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigUserObjC.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/ParameterStore.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/PlatformCompatibility.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/SDKKeyValidator.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Statsig.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigClient+AppLifecycle.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigClient.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigDynamicConfigValue.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigEnvironment.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigError.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigListening.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigOptions.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigUser.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigUserCustomTypeConvertible.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/StatsigUserDefaults.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/Time.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/URLResponse+Statsig.swift create mode 100644 dydx/Pods/Statsig/Sources/Statsig/UserCacheKey.swift create mode 100644 dydx/Pods/Statsig/Sources/StatsigInternalObjC/ErrorBoundary.m create mode 100644 dydx/Pods/Statsig/Sources/StatsigInternalObjC/include/ErrorBoundary.h rename dydx/Pods/Target Support Files/{Firebase-2149e159/Firebase-2149e159.release.xcconfig => Firebase-360edc41/Firebase-360edc41.debug.xcconfig} (99%) rename dydx/Pods/Target Support Files/{Firebase-2149e159/Firebase-2149e159.debug.xcconfig => Firebase-360edc41/Firebase-360edc41.release.xcconfig} (99%) rename dydx/Pods/Target Support Files/{Firebase-5a1e767e/Firebase-5a1e767e.release.xcconfig => Firebase-40c737bb/Firebase-40c737bb.debug.xcconfig} (99%) rename dydx/Pods/Target Support Files/{Firebase-5a1e767e/Firebase-5a1e767e.debug.xcconfig => Firebase-40c737bb/Firebase-40c737bb.release.xcconfig} (99%) create mode 100644 dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-Info.plist create mode 100644 dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-acknowledgements.markdown create mode 100644 dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-acknowledgements.plist create mode 100644 dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-dummy.m create mode 100644 dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-umbrella.h create mode 100644 dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.debug.xcconfig create mode 100644 dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.modulemap create mode 100644 dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.release.xcconfig create mode 100644 dydx/Pods/Target Support Files/Statsig/ResourceBundle-Statsig-Statsig-Info.plist create mode 100644 dydx/Pods/Target Support Files/Statsig/Statsig-Info.plist create mode 100644 dydx/Pods/Target Support Files/Statsig/Statsig-dummy.m create mode 100644 dydx/Pods/Target Support Files/Statsig/Statsig-prefix.pch create mode 100644 dydx/Pods/Target Support Files/Statsig/Statsig-umbrella.h create mode 100644 dydx/Pods/Target Support Files/Statsig/Statsig.debug.xcconfig create mode 100644 dydx/Pods/Target Support Files/Statsig/Statsig.modulemap create mode 100644 dydx/Pods/Target Support Files/Statsig/Statsig.release.xcconfig diff --git a/FirebaseStaticInjections/FirebaseStaticInjections.xcodeproj/project.pbxproj b/FirebaseStaticInjections/FirebaseStaticInjections.xcodeproj/project.pbxproj index d76f864f6..525762c43 100644 --- a/FirebaseStaticInjections/FirebaseStaticInjections.xcodeproj/project.pbxproj +++ b/FirebaseStaticInjections/FirebaseStaticInjections.xcodeproj/project.pbxproj @@ -8,7 +8,6 @@ /* Begin PBXBuildFile section */ 314B5E4723DCCD6800139EB3 /* FirebaseRunner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B5E3823DCCD6700139EB3 /* FirebaseRunner.swift */; }; - 314B5E4823DCCD6800139EB3 /* FirebaseFeatureFlagsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B5E3A23DCCD6700139EB3 /* FirebaseFeatureFlagsProvider.swift */; }; 314B5E4923DCCD6800139EB3 /* CrashlyticsErrorLogging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B5E3C23DCCD6700139EB3 /* CrashlyticsErrorLogging.swift */; }; 314B5E4A23DCCD6800139EB3 /* FirebaseTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B5E3E23DCCD6700139EB3 /* FirebaseTracking.swift */; }; 314B5E4B23DCCD6800139EB3 /* FirebaseNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B5E4023DCCD6800139EB3 /* FirebaseNotification.swift */; }; @@ -227,7 +226,6 @@ 2AC82E9412F0658CCD3B5F99 /* Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig"; path = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests/Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig"; sourceTree = ""; }; 3101FAF82511444A00AC4010 /* GoogleLogin.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GoogleLogin.xib; sourceTree = ""; }; 314B5E3823DCCD6700139EB3 /* FirebaseRunner.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirebaseRunner.swift; sourceTree = ""; }; - 314B5E3A23DCCD6700139EB3 /* FirebaseFeatureFlagsProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirebaseFeatureFlagsProvider.swift; sourceTree = ""; }; 314B5E3C23DCCD6700139EB3 /* CrashlyticsErrorLogging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CrashlyticsErrorLogging.swift; sourceTree = ""; }; 314B5E3E23DCCD6700139EB3 /* FirebaseTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirebaseTracking.swift; sourceTree = ""; }; 314B5E4023DCCD6800139EB3 /* FirebaseNotification.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirebaseNotification.swift; sourceTree = ""; }; @@ -291,7 +289,6 @@ 314B5E3923DCCD6700139EB3 /* _FeatureFlags */ = { isa = PBXGroup; children = ( - 314B5E3A23DCCD6700139EB3 /* FirebaseFeatureFlagsProvider.swift */, ); path = _FeatureFlags; sourceTree = ""; @@ -805,7 +802,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 314B5E4823DCCD6800139EB3 /* FirebaseFeatureFlagsProvider.swift in Sources */, 314B5E4723DCCD6800139EB3 /* FirebaseRunner.swift in Sources */, 314B5E4923DCCD6800139EB3 /* CrashlyticsErrorLogging.swift in Sources */, 31B3E3C122763B19009E8FEF /* FirebaseStaticInjections.swift in Sources */, diff --git a/FirebaseStaticInjections/FirebaseStaticInjections.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/FirebaseStaticInjections/FirebaseStaticInjections.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..94b2795e2 --- /dev/null +++ b/FirebaseStaticInjections/FirebaseStaticInjections.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,4 @@ + + + diff --git a/FirebaseStaticInjections/FirebaseStaticInjections/_FeatureFlags/FirebaseFeatureFlagsProvider.swift b/FirebaseStaticInjections/FirebaseStaticInjections/_FeatureFlags/FirebaseFeatureFlagsProvider.swift deleted file mode 100644 index 0cbf8397c..000000000 --- a/FirebaseStaticInjections/FirebaseStaticInjections/_FeatureFlags/FirebaseFeatureFlagsProvider.swift +++ /dev/null @@ -1,80 +0,0 @@ -// -// FirebaseFeatureFlagsProvider.swift -// FirebaseStaticInjections -// -// Created by Qiang Huang on 10/3/19. -// Copyright © 2019 dYdX. All rights reserved. -// - -import FirebaseRemoteConfig -import Utilities - -@objc public final class FirebaseFeatureFlagsProvider: NSObject, FeatureFlagsProtocol { - private var remoteConfig: RemoteConfig? - private var foregroundToken: NotificationToken? - - public var featureFlags: [String: Any]? - - override public init() { - super.init() - remoteConfig = RemoteConfig.remoteConfig() - remoteConfig?.setDefaults(fromPlist: "FeaturesDefaults") - let settings = RemoteConfigSettings() - #if DEBUG - settings.minimumFetchInterval = 0 - #else - settings.minimumFetchInterval = 60 - #endif - remoteConfig?.configSettings = settings - - foregroundToken = NotificationCenter.default.observe(notification: UIApplication.willEnterForegroundNotification, do: { [weak self] _ in - self?.activate { - } - }) - } - - public func refresh(completion: @escaping () -> Void) { - activate(completion: completion) - } - - public func activate(completion: @escaping () -> Void) { - if let remoteConfig = remoteConfig { - remoteConfig.fetchAndActivate(completionHandler: { [weak self] status, _ in - DispatchQueue.main.async { [weak self] in - if status == .successFetchedFromRemote || status == .successUsingPreFetchedData { - self?.updateFlags() - } - } - }) - } - // note we may eventually want to move this completion back into the `fetchAndActivate` completion - // but currently with firebase lib ~v10.24ish, there is an issue where the callback is not guaranteed - // to get called. see https://github.com/firebase/firebase-ios-sdk/issues/11770. issue is closed, but perhaps not fixed. - completion() - } - - public func updateFlags() { - if let keys = remoteConfig?.allKeys(from: .remote) { - var flags: [String: Any] = [:] - for key in keys { - flags[key] = flag(feature: key) - } - featureFlags = flags - } - } - - public func flag(feature: String?) -> Any? { - if let configValue = remoteConfig?.configValue(forKey: feature) { - if let json = try? JSONSerialization.jsonObject(with: configValue.dataValue) { - return json - } else { - return parser.asString(configValue.stringValue) - } - } - return nil - } - - public func customized() -> Bool { - return false - } -} diff --git a/JedioKit/JedioKit/_Field/FieldDefinition.swift b/JedioKit/JedioKit/_Field/FieldDefinition.swift index 963d8378c..c212e8748 100644 --- a/JedioKit/JedioKit/_Field/FieldDefinition.swift +++ b/JedioKit/JedioKit/_Field/FieldDefinition.swift @@ -19,7 +19,7 @@ import Utilities } override open var parser: Parser { - return Parser.featureFlagged + return Parser.standard } } diff --git a/JedioKit/JedioKit/_Field/FieldDefinitionGroup.swift b/JedioKit/JedioKit/_Field/FieldDefinitionGroup.swift index b848046ac..2786c0340 100644 --- a/JedioKit/JedioKit/_Field/FieldDefinitionGroup.swift +++ b/JedioKit/JedioKit/_Field/FieldDefinitionGroup.swift @@ -11,7 +11,7 @@ import Utilities @objc open class FieldDefinitionGroup: DictionaryEntity { override open var parser: Parser { - return Parser.featureFlagged + return Parser.standard } public var input: Bool { diff --git a/JedioKit/JedioKit/_Field/FieldLoader.swift b/JedioKit/JedioKit/_Field/FieldLoader.swift index 02b1fff26..62a48207c 100644 --- a/JedioKit/JedioKit/_Field/FieldLoader.swift +++ b/JedioKit/JedioKit/_Field/FieldLoader.swift @@ -37,6 +37,6 @@ import Utilities } override open var parser: Parser { - return Parser.featureFlagged + return Parser.standard } } diff --git a/ParticlesKit/ParticlesKit.xcodeproj/project.pbxproj b/ParticlesKit/ParticlesKit.xcodeproj/project.pbxproj index 3d886549f..113c12181 100644 --- a/ParticlesKit/ParticlesKit.xcodeproj/project.pbxproj +++ b/ParticlesKit/ParticlesKit.xcodeproj/project.pbxproj @@ -21,7 +21,6 @@ 3101F98D25112EBE00AC4010 /* LocatorService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3101F98A25112EBE00AC4010 /* LocatorService.swift */; }; 3101F99325112F2600AC4010 /* Login.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3101F99125112F2500AC4010 /* Login.xib */; }; 3101F99425112F2600AC4010 /* Logout.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3101F99225112F2600AC4010 /* Logout.xib */; }; - 3102D3052720C622000E7B3A /* FeaturesConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3102D3042720C622000E7B3A /* FeaturesConfig.swift */; }; 310C4F742533B57700DF1D62 /* StreamApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 310C4F732533B57700DF1D62 /* StreamApi.swift */; }; 310C4F752533B57700DF1D62 /* StreamApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 310C4F732533B57700DF1D62 /* StreamApi.swift */; }; 310C4F762533B57700DF1D62 /* StreamApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 310C4F732533B57700DF1D62 /* StreamApi.swift */; }; @@ -414,7 +413,6 @@ 3101F98A25112EBE00AC4010 /* LocatorService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocatorService.swift; sourceTree = ""; }; 3101F99125112F2500AC4010 /* Login.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Login.xib; sourceTree = ""; }; 3101F99225112F2600AC4010 /* Logout.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Logout.xib; sourceTree = ""; }; - 3102D3042720C622000E7B3A /* FeaturesConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeaturesConfig.swift; sourceTree = ""; }; 310C4F732533B57700DF1D62 /* StreamApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamApi.swift; sourceTree = ""; }; 311C0FDA21B0E9C4001775BA /* ParticlesKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ParticlesKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 311C0FDD21B0E9C4001775BA /* ParticlesKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ParticlesKit.h; sourceTree = ""; }; @@ -630,7 +628,6 @@ 3102D2FF2720C5DD000E7B3A /* _Features */ = { isa = PBXGroup; children = ( - 3102D3042720C622000E7B3A /* FeaturesConfig.swift */, ); path = _Features; sourceTree = ""; @@ -1558,7 +1555,6 @@ 314B61DD23DCCE6200139EB3 /* ErrorLogging.swift in Sources */, 314B620523DCCE6200139EB3 /* InteractorProtocol.swift in Sources */, 314B618D23DCCE6100139EB3 /* XibProviderProtocol.swift in Sources */, - 3102D3052720C622000E7B3A /* FeaturesConfig.swift in Sources */, 314B623123DCCE6200139EB3 /* GridInteractor.swift in Sources */, 314B61C123DCCE6200139EB3 /* TimeCounter+Particle.swift in Sources */, 314B61D123DCCE6200139EB3 /* LoaderProtocol.swift in Sources */, diff --git a/ParticlesKit/ParticlesKit/_Cache/_Features/FeaturesConfig.swift b/ParticlesKit/ParticlesKit/_Cache/_Features/FeaturesConfig.swift deleted file mode 100644 index 6e042da4d..000000000 --- a/ParticlesKit/ParticlesKit/_Cache/_Features/FeaturesConfig.swift +++ /dev/null @@ -1,32 +0,0 @@ -// -// FeaturesConfig.swift -// ParticlesKit -// -// Created by Qiang Huang on 10/20/21. -// Copyright © 2021 dYdX Trading Inc. All rights reserved. -// - -import Utilities - -open class FeaturesConfig: NSObject, IOProtocol { - @objc public dynamic var isLoading: Bool = false - - public var priority: Int = 0 - - public func load(path: String, params: [String: Any]?, completion: @escaping IOReadCompletionHandler) { - isLoading = true - let path = path.lastPathComponent - let data = FeatureService.shared?.flag(feature: path) - isLoading = false - completion(data, nil, priority, nil) - } - - public func save(path: String, params: [String: Any]?, data: Any?, completion: IOWriteCompletionHandler?) { - } - - public func modify(path: String, params: [String: Any]?, data: Any?, completion: IOWriteCompletionHandler?) { - } - - public func delete(path: String, params: [String: Any]?, completion: IODeleteCompletionHandler?) { - } -} diff --git a/ParticlesKit/ParticlesKit/_Credentials/JsonCredentialsProvider.swift b/ParticlesKit/ParticlesKit/_Credentials/JsonCredentialsProvider.swift index 838299f35..91db462a9 100644 --- a/ParticlesKit/ParticlesKit/_Credentials/JsonCredentialsProvider.swift +++ b/ParticlesKit/ParticlesKit/_Credentials/JsonCredentialsProvider.swift @@ -17,7 +17,7 @@ open class JsonCredentialsProvider: NSObject { private var entity: DictionaryEntity? - public func key(for lookupKey: String) -> String? { + public func credential(for lookupKey: String) -> String? { let content = entity?.data?[lookupKey] if let contentDict = parser.asDictionary(content) { let value = parser.asString(contentDict["value"]) diff --git a/ParticlesKit/ParticlesKit/_Interactor/_LocalData/LocalFeatureFlagsCacheInteractor.swift b/ParticlesKit/ParticlesKit/_Interactor/_LocalData/LocalFeatureFlagsCacheInteractor.swift index d4d28af58..8362d0e4d 100644 --- a/ParticlesKit/ParticlesKit/_Interactor/_LocalData/LocalFeatureFlagsCacheInteractor.swift +++ b/ParticlesKit/ParticlesKit/_Interactor/_LocalData/LocalFeatureFlagsCacheInteractor.swift @@ -40,14 +40,13 @@ import Utilities completion() } - public func flag(feature: String?) -> Any? { - if let feature = feature { - if let value = featureFlags?[feature] { - if (value as? String) == "" { - return nil - } - return value - } + public func isOn(feature: String) -> Bool? { + featureFlags?[feature] as? Bool + } + + public func value(feature: String) -> String? { + if let value = featureFlags?[feature] as? String { + return value } return nil } diff --git a/ParticlesKit/ParticlesKit/_Shared/ParticlesInjection.swift b/ParticlesKit/ParticlesKit/_Shared/ParticlesInjection.swift index ef826a277..4b86706d7 100644 --- a/ParticlesKit/ParticlesKit/_Shared/ParticlesInjection.swift +++ b/ParticlesKit/ParticlesKit/_Shared/ParticlesInjection.swift @@ -90,9 +90,8 @@ open class ParticlesInjection: NSObject, InjectionProtocol { open func injectParsers() { Console.shared.log("injectParsers") - // Router and Xib loader supports Feature flagging - MappedRouter.parserOverwrite = Parser.featureFlagged - XibJsonFile.parserOverwrite = Parser.featureFlagged + MappedRouter.parserOverwrite = Parser.standard + XibJsonFile.parserOverwrite = Parser.standard JsonEndpointResolver.parserOverwrite = Parser.debug JsonCredentialsProvider.parserOverwrite = Parser.debug } diff --git a/PlatformParticles/PlatformParticles/_Shared/ParticlesPlatformInjection.swift b/PlatformParticles/PlatformParticles/_Shared/ParticlesPlatformInjection.swift index 742fbe008..bb0a8e4e7 100644 --- a/PlatformParticles/PlatformParticles/_Shared/ParticlesPlatformInjection.swift +++ b/PlatformParticles/PlatformParticles/_Shared/ParticlesPlatformInjection.swift @@ -26,7 +26,7 @@ open class ParticlesPlatformInjection: ParticlesInjection { HapticFeedback.shared = MotionHapticFeedback() SDImageCodersManager.shared.addCoder(SDImageSVGCoder.shared) - RoutingTabBarController.parserOverwrite = Parser.featureFlagged + RoutingTabBarController.parserOverwrite = Parser.standard PrompterFactory.shared = UIKitPrompterFactory() } } diff --git a/Shared/CommonAppDelegate.swift b/Shared/CommonAppDelegate.swift index 46e59ab84..3c5f5c259 100644 --- a/Shared/CommonAppDelegate.swift +++ b/Shared/CommonAppDelegate.swift @@ -21,6 +21,7 @@ import FirebaseStaticInjections import dydxStateManager import dydxViews import dydxAnalytics +import StatsigInjections open class CommonAppDelegate: ParticlesAppDelegate { open var notificationTag: String { @@ -45,9 +46,10 @@ open class CommonAppDelegate: ParticlesAppDelegate { override open func injectFeatures(completion: @escaping () -> Void) { Console.shared.log("injectFeatures") - // these two injections need to happen before app start + // these three injections need to happen before app start injectFirebase() injectRating() + injectStatsigApiKey() let compositeFeatureFlags = CompositeFeatureFlagsProvider() switch Installation.source { case .debug, .testFlight: @@ -55,7 +57,7 @@ open class CommonAppDelegate: ParticlesAppDelegate { case .appStore, .jailBroken: break } - compositeFeatureFlags.remote = FirebaseRunner.shared.enabled ? FirebaseFeatureFlagsProvider() : nil + compositeFeatureFlags.remote = StatsigFeatureFlagsProvider.shared FeatureService.shared = compositeFeatureFlags FeatureService.shared?.activate { /* [weak self] in */ Injection.shared?.injectFeatured(completion: completion) @@ -101,15 +103,15 @@ open class CommonAppDelegate: ParticlesAppDelegate { add(errorLogging: CrashlyticsErrorLogging()) } } - + open func injectAmplitude() { Console.shared.log("injectAmplitude") let apiKey: String? switch Installation.source { case .jailBroken, .debug, .testFlight: - apiKey = CredientialConfig.shared.key(for: "amplitudeStagingApiKey") + apiKey = CredientialConfig.shared.credential(for: "amplitudeStagingApiKey") case .appStore: - apiKey = CredientialConfig.shared.key(for: "amplitudeApiKey") + apiKey = CredientialConfig.shared.credential(for: "amplitudeApiKey") } if let apiKey = apiKey, apiKey.isNotEmpty { AmplitudeRunner.shared.apiKey = apiKey @@ -117,10 +119,26 @@ open class CommonAppDelegate: ParticlesAppDelegate { } } + open func injectStatsigApiKey() { + Console.shared.log("injectStatsig") + let environment: StatsigFeatureFlagsProvider.Environment + switch Installation.source { + case .debug, .testFlight: + environment = .development + case .appStore, .jailBroken: + environment = .production + } + guard let apiKey = CredientialConfig.shared.credential(for: "statsigApiKey") else { + assertionFailure("Statsig API key is missing") + return + } + StatsigFeatureFlagsProvider.shared = StatsigFeatureFlagsProvider(apiKey: apiKey, environment: environment) + } + open func injectAttribution() { Console.shared.log("injectAttribution") - if let devKey = CredientialConfig.shared.key(for: "appsFlyerDevKey"), devKey.isNotEmpty, - let appId = CredientialConfig.shared.key(for: "appsFlyerAppId"), appId.isNotEmpty { + if let devKey = CredientialConfig.shared.credential(for: "appsFlyerDevKey"), devKey.isNotEmpty, + let appId = CredientialConfig.shared.credential(for: "appsFlyerAppId"), appId.isNotEmpty { AppsFlyerRunner.shared.devKey = devKey AppsFlyerRunner.shared.appId = appId Attributer.shared = AppsFlyerAttributor() @@ -155,7 +173,7 @@ open class CommonAppDelegate: ParticlesAppDelegate { } open func injectWebview() { - ParticlesWebView.setup(urlString: CredientialConfig.shared.key(for: "webAppUrl")) + ParticlesWebView.setup(urlString: CredientialConfig.shared.credential(for: "webAppUrl")) } override open func startup(completion: @escaping () -> Void) { diff --git a/StatsigInjections/StatsigInjections.xcodeproj/project.pbxproj b/StatsigInjections/StatsigInjections.xcodeproj/project.pbxproj new file mode 100644 index 000000000..7a0137161 --- /dev/null +++ b/StatsigInjections/StatsigInjections.xcodeproj/project.pbxproj @@ -0,0 +1,464 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + 2795C8922C53FF8B00155009 /* StatsigInjections.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2795C8912C53FF8B00155009 /* StatsigInjections.swift */; }; + 41594E9E5B027E2DD01CE0F6 /* Pods_iOS_StatsigInjections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EB4100B42990F76B4963A47 /* Pods_iOS_StatsigInjections.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 27E4ECA02C540AE900E4F87C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 27E4EC982C540AE900E4F87C /* Utilities.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 31E65AB9216BC9C9008ABEE9; + remoteInfo = Utilities; + }; + 27E4ECA22C540AE900E4F87C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 27E4EC982C540AE900E4F87C /* Utilities.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3196823721B791CF00AE0F28; + remoteInfo = UtilitiesAppleWatch; + }; + 27E4ECA42C540AE900E4F87C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 27E4EC982C540AE900E4F87C /* Utilities.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 313A536521B9805F00A92D62; + remoteInfo = UtilitiesAppleTV; + }; + 27E4ECA62C540AE900E4F87C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 27E4EC982C540AE900E4F87C /* Utilities.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 31E65AC2216BC9C9008ABEE9; + remoteInfo = UtilitiesTests; + }; + 27E4ECA82C540AE900E4F87C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 27E4EC982C540AE900E4F87C /* Utilities.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 313A536D21B9805F00A92D62; + remoteInfo = UtilitiesAppleTVTests; + }; + 27E4ECAA2C540AF500E4F87C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 27E4EC982C540AE900E4F87C /* Utilities.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 31E65AB8216BC9C9008ABEE9; + remoteInfo = Utilities; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 2795C88C2C53FF8B00155009 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = "include/$(PRODUCT_NAME)"; + dstSubfolderSpec = 16; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 2795C88E2C53FF8B00155009 /* libStatsigInjections.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libStatsigInjections.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2795C8912C53FF8B00155009 /* StatsigInjections.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatsigInjections.swift; sourceTree = ""; }; + 27E4EC982C540AE900E4F87C /* Utilities.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Utilities.xcodeproj; path = ../Utilities/Utilities.xcodeproj; sourceTree = ""; }; + 4EB4100B42990F76B4963A47 /* Pods_iOS_StatsigInjections.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_StatsigInjections.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 77234A743052758A3A3902A8 /* Pods-iOS-StatsigInjections.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS-StatsigInjections.debug.xcconfig"; path = "Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.debug.xcconfig"; sourceTree = ""; }; + D0DC92405F45F1BEA1A1791D /* Pods-iOS-StatsigInjections.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS-StatsigInjections.release.xcconfig"; path = "Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.release.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 2795C88B2C53FF8B00155009 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 41594E9E5B027E2DD01CE0F6 /* Pods_iOS_StatsigInjections.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 2795C8852C53FF8B00155009 = { + isa = PBXGroup; + children = ( + 27E4EC982C540AE900E4F87C /* Utilities.xcodeproj */, + 2795C8902C53FF8B00155009 /* StatsigInjections */, + 2795C88F2C53FF8B00155009 /* Products */, + 5E0B9EAD298663F7C5AD6891 /* Pods */, + EF76442BC01983DDC42F71C3 /* Frameworks */, + ); + sourceTree = ""; + }; + 2795C88F2C53FF8B00155009 /* Products */ = { + isa = PBXGroup; + children = ( + 2795C88E2C53FF8B00155009 /* libStatsigInjections.a */, + ); + name = Products; + sourceTree = ""; + }; + 2795C8902C53FF8B00155009 /* StatsigInjections */ = { + isa = PBXGroup; + children = ( + 2795C8912C53FF8B00155009 /* StatsigInjections.swift */, + ); + path = StatsigInjections; + sourceTree = ""; + }; + 27E4EC992C540AE900E4F87C /* Products */ = { + isa = PBXGroup; + children = ( + 27E4ECA12C540AE900E4F87C /* Utilities.framework */, + 27E4ECA32C540AE900E4F87C /* Utilities.framework */, + 27E4ECA52C540AE900E4F87C /* Utilities.framework */, + 27E4ECA72C540AE900E4F87C /* UtilitiesTests.xctest */, + 27E4ECA92C540AE900E4F87C /* UtilitiesAppleTVTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 5E0B9EAD298663F7C5AD6891 /* Pods */ = { + isa = PBXGroup; + children = ( + 77234A743052758A3A3902A8 /* Pods-iOS-StatsigInjections.debug.xcconfig */, + D0DC92405F45F1BEA1A1791D /* Pods-iOS-StatsigInjections.release.xcconfig */, + ); + name = Pods; + path = ../dydx/Pods; + sourceTree = ""; + }; + EF76442BC01983DDC42F71C3 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4EB4100B42990F76B4963A47 /* Pods_iOS_StatsigInjections.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 2795C88D2C53FF8B00155009 /* StatsigInjections */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2795C8952C53FF8B00155009 /* Build configuration list for PBXNativeTarget "StatsigInjections" */; + buildPhases = ( + B89343A163A6D5685D0D5500 /* [CP] Check Pods Manifest.lock */, + 2795C88A2C53FF8B00155009 /* Sources */, + 2795C88B2C53FF8B00155009 /* Frameworks */, + 2795C88C2C53FF8B00155009 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + 27E4ECAB2C540AF500E4F87C /* PBXTargetDependency */, + ); + name = StatsigInjections; + productName = StatsigInjections; + productReference = 2795C88E2C53FF8B00155009 /* libStatsigInjections.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 2795C8862C53FF8B00155009 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1540; + LastUpgradeCheck = 1540; + TargetAttributes = { + 2795C88D2C53FF8B00155009 = { + CreatedOnToolsVersion = 15.4; + }; + }; + }; + buildConfigurationList = 2795C8892C53FF8B00155009 /* Build configuration list for PBXProject "StatsigInjections" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 2795C8852C53FF8B00155009; + productRefGroup = 2795C88F2C53FF8B00155009 /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 27E4EC992C540AE900E4F87C /* Products */; + ProjectRef = 27E4EC982C540AE900E4F87C /* Utilities.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 2795C88D2C53FF8B00155009 /* StatsigInjections */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 27E4ECA12C540AE900E4F87C /* Utilities.framework */ = { + isa = PBXReferenceProxy; + fileType = wrapper.framework; + path = Utilities.framework; + remoteRef = 27E4ECA02C540AE900E4F87C /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 27E4ECA32C540AE900E4F87C /* Utilities.framework */ = { + isa = PBXReferenceProxy; + fileType = wrapper.framework; + path = Utilities.framework; + remoteRef = 27E4ECA22C540AE900E4F87C /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 27E4ECA52C540AE900E4F87C /* Utilities.framework */ = { + isa = PBXReferenceProxy; + fileType = wrapper.framework; + path = Utilities.framework; + remoteRef = 27E4ECA42C540AE900E4F87C /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 27E4ECA72C540AE900E4F87C /* UtilitiesTests.xctest */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = UtilitiesTests.xctest; + remoteRef = 27E4ECA62C540AE900E4F87C /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 27E4ECA92C540AE900E4F87C /* UtilitiesAppleTVTests.xctest */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = UtilitiesAppleTVTests.xctest; + remoteRef = 27E4ECA82C540AE900E4F87C /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXShellScriptBuildPhase section */ + B89343A163A6D5685D0D5500 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-iOS-StatsigInjections-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 2795C88A2C53FF8B00155009 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2795C8922C53FF8B00155009 /* StatsigInjections.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 27E4ECAB2C540AF500E4F87C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Utilities; + targetProxy = 27E4ECAA2C540AF500E4F87C /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 2795C8932C53FF8B00155009 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 2795C8942C53FF8B00155009 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 2795C8962C53FF8B00155009 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 77234A743052758A3A3902A8 /* Pods-iOS-StatsigInjections.debug.xcconfig */; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 75C6UARB5H; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 2795C8972C53FF8B00155009 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D0DC92405F45F1BEA1A1791D /* Pods-iOS-StatsigInjections.release.xcconfig */; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 75C6UARB5H; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 2795C8892C53FF8B00155009 /* Build configuration list for PBXProject "StatsigInjections" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2795C8932C53FF8B00155009 /* Debug */, + 2795C8942C53FF8B00155009 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2795C8952C53FF8B00155009 /* Build configuration list for PBXNativeTarget "StatsigInjections" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2795C8962C53FF8B00155009 /* Debug */, + 2795C8972C53FF8B00155009 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 2795C8862C53FF8B00155009 /* Project object */; +} diff --git a/StatsigInjections/StatsigInjections.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/StatsigInjections/StatsigInjections.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/StatsigInjections/StatsigInjections.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/StatsigInjections/StatsigInjections.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/StatsigInjections/StatsigInjections.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/StatsigInjections/StatsigInjections.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/StatsigInjections/StatsigInjections/StatsigInjections.swift b/StatsigInjections/StatsigInjections/StatsigInjections.swift new file mode 100644 index 000000000..4126d3225 --- /dev/null +++ b/StatsigInjections/StatsigInjections/StatsigInjections.swift @@ -0,0 +1,98 @@ +// +// StatsigInjections.swift +// StatsigInjections +// +// Created by Michael Maguire on 7/26/24. +// + +import Statsig +import Utilities +import Combine + +@objc public final class StatsigFeatureFlagsProvider: NSObject, FeatureFlagsProtocol { + + private let apiKey: String + private let environment: StatsigEnvironment + + public enum Environment { + case production + case development + + var statsigEnvironemnt: StatsigEnvironment { + switch self { + case .production: + return StatsigEnvironment(tier: .Production) + case .development: + return StatsigEnvironment(tier: .Development) + } + } + } + + public init(apiKey: String, environment: Environment) { + self.apiKey = apiKey + self.environment = environment.statsigEnvironemnt + } + + static public var shared: StatsigFeatureFlagsProvider? + + public var featureFlags: [String: Any]? + + public func refresh(completion: @escaping () -> Void) { + activate(completion: completion) + } + + public func activate(completion: @escaping () -> Void) { + if Statsig.isInitialized() { + completion() + } else { + Statsig.start(sdkKey: apiKey, user: StatsigUser(userID: Statsig.getStableID()), options: StatsigOptions( + initTimeout: nil, + disableCurrentVCLogging: true, + environment: environment, + enableAutoValueUpdate: true, + autoValueUpdateIntervalSec: nil, + overrideStableID: nil, + enableCacheByFile: nil, + initializeValues: nil, + disableDiagnostics: nil, + disableHashing: nil, + shutdownOnBackground: nil, + api: nil, + eventLoggingApi: nil, + evaluationCallback: nil, + userValidationCallback: nil, + customCacheKey: nil, + urlSession: nil)) {[weak self] error in + Console.shared.log("Statsig feature flags initialized") + if let error { + Console.shared.log("Statsig feature flags failed to initialize: \(error)") + } + self?.newValuesSubject.send() + // intentionally not calling completion here since we do not want ff init to be blocking startup + // this may change if we need FF pre-launch +// completion() + } + } + completion() + } + + private let newValuesSubject = PassthroughSubject() + public var newValuesAvailablePublisher: AnyPublisher { + newValuesSubject.eraseToAnyPublisher() + } + + public func isOn(feature: String) -> Bool? { + Statsig.checkGate(feature) + } + + public func value(feature: String) -> String? { + // not yet implemented for Statsig feature flags since it is not yet needed + return nil + } + + public func customized() -> Bool { + return false + } +} + + diff --git a/Utilities/Utilities.xcodeproj/project.pbxproj b/Utilities/Utilities.xcodeproj/project.pbxproj index 2320e8af8..55ca5d9d6 100644 --- a/Utilities/Utilities.xcodeproj/project.pbxproj +++ b/Utilities/Utilities.xcodeproj/project.pbxproj @@ -103,9 +103,6 @@ 314B645423DCCF0200139EB3 /* DebugParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B63AD23DCCF0100139EB3 /* DebugParser.swift */; }; 314B645523DCCF0200139EB3 /* DebugParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B63AD23DCCF0100139EB3 /* DebugParser.swift */; }; 314B645623DCCF0200139EB3 /* DebugParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B63AD23DCCF0100139EB3 /* DebugParser.swift */; }; - 314B645823DCCF0200139EB3 /* FeatureFlaggedParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B63AE23DCCF0100139EB3 /* FeatureFlaggedParser.swift */; }; - 314B645923DCCF0200139EB3 /* FeatureFlaggedParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B63AE23DCCF0100139EB3 /* FeatureFlaggedParser.swift */; }; - 314B645A23DCCF0200139EB3 /* FeatureFlaggedParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B63AE23DCCF0100139EB3 /* FeatureFlaggedParser.swift */; }; 314B645C23DCCF0200139EB3 /* Debouncer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B63AF23DCCF0100139EB3 /* Debouncer.swift */; }; 314B645D23DCCF0200139EB3 /* Debouncer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B63AF23DCCF0100139EB3 /* Debouncer.swift */; }; 314B645E23DCCF0200139EB3 /* Debouncer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B63AF23DCCF0100139EB3 /* Debouncer.swift */; }; @@ -339,7 +336,6 @@ 314B63A923DCCF0100139EB3 /* NotificationToken.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationToken.swift; sourceTree = ""; }; 314B63AC23DCCF0100139EB3 /* Parser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Parser.swift; sourceTree = ""; }; 314B63AD23DCCF0100139EB3 /* DebugParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DebugParser.swift; sourceTree = ""; }; - 314B63AE23DCCF0100139EB3 /* FeatureFlaggedParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FeatureFlaggedParser.swift; sourceTree = ""; }; 314B63AF23DCCF0100139EB3 /* Debouncer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Debouncer.swift; sourceTree = ""; }; 314B63B023DCCF0100139EB3 /* JsonWriter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JsonWriter.swift; sourceTree = ""; }; 314B63B123DCCF0100139EB3 /* Installation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Installation.swift; sourceTree = ""; }; @@ -674,7 +670,6 @@ children = ( 319BB727242928D700DC9E97 /* ConditionalParser.swift */, 314B63AD23DCCF0100139EB3 /* DebugParser.swift */, - 314B63AE23DCCF0100139EB3 /* FeatureFlaggedParser.swift */, 314B63AC23DCCF0100139EB3 /* Parser.swift */, 317F16CD2572CE2800D178B8 /* AppConfiguration.swift */, ); @@ -1198,7 +1193,6 @@ 314B64B223DCCF0200139EB3 /* NSObject+Class.m in Sources */, 314B645E23DCCF0200139EB3 /* Debouncer.swift in Sources */, 317F16D92572CEC500D178B8 /* ImageUploaderProtocol.swift in Sources */, - 314B645A23DCCF0200139EB3 /* FeatureFlaggedParser.swift in Sources */, 31471F7224BA2F1E00057221 /* UserAgent.swift in Sources */, 314B64E223DCCF0200139EB3 /* DebugTracking.swift in Sources */, 317F16D02572CE2800D178B8 /* AppConfiguration.swift in Sources */, @@ -1276,7 +1270,6 @@ files = ( 314B64B123DCCF0200139EB3 /* NSObject+Class.m in Sources */, 314B645D23DCCF0200139EB3 /* Debouncer.swift in Sources */, - 314B645923DCCF0200139EB3 /* FeatureFlaggedParser.swift in Sources */, 314B64E123DCCF0200139EB3 /* DebugTracking.swift in Sources */, 31471F7124BA2F1E00057221 /* UserAgent.swift in Sources */, 317F16D82572CEC500D178B8 /* ImageUploaderProtocol.swift in Sources */, @@ -1350,7 +1343,6 @@ 314B64D023DCCF0200139EB3 /* TimeCounter.swift in Sources */, 314B64B023DCCF0200139EB3 /* NSObject+Class.m in Sources */, 314B645C23DCCF0200139EB3 /* Debouncer.swift in Sources */, - 314B645823DCCF0200139EB3 /* FeatureFlaggedParser.swift in Sources */, 314B64E023DCCF0200139EB3 /* DebugTracking.swift in Sources */, 314B643423DCCF0200139EB3 /* JsonLoader.swift in Sources */, 314B648423DCCF0200139EB3 /* TimeIntervale+String.swift in Sources */, diff --git a/Utilities/Utilities/_Store/FeatureFlagsStore.swift b/Utilities/Utilities/_Store/FeatureFlagsStore.swift index 49ce3f0c9..dd6b59e34 100644 --- a/Utilities/Utilities/_Store/FeatureFlagsStore.swift +++ b/Utilities/Utilities/_Store/FeatureFlagsStore.swift @@ -28,14 +28,16 @@ public class FeatureFlagsStore: UserDefaultsStore, FeatureFlagsProtocol { completion() } - public func flag(feature: String?) -> Any? { - if let feature = feature { - if let value = featureFlags?[feature] { - if (value as? String) == "" { - return nil - } - return value - } + public func isOn(feature: String) -> Bool? { + if let value = featureFlags?[feature] as? Bool { + return value + } + return nil + } + + public func value(feature: String) -> String? { + if let value = featureFlags?[feature] as? String { + return value } return nil } diff --git a/Utilities/Utilities/_Utils/_FeatureFlags/CompositeFeatureFlagsProvider.swift b/Utilities/Utilities/_Utils/_FeatureFlags/CompositeFeatureFlagsProvider.swift index 039bf9529..f0d14e59f 100644 --- a/Utilities/Utilities/_Utils/_FeatureFlags/CompositeFeatureFlagsProvider.swift +++ b/Utilities/Utilities/_Utils/_FeatureFlags/CompositeFeatureFlagsProvider.swift @@ -7,25 +7,16 @@ // import Foundation +import Combine public class CompositeFeatureFlagsProvider: NSObject & FeatureFlagsProtocol { public var local: FeatureFlagsProtocol? public var remote: FeatureFlagsProtocol? - - public var featureFlags: [String: Any]? { - let localFlags = local?.featureFlags - let remoteFlags = remote?.featureFlags - if let localFlags = localFlags { - if let remoteFlags = remoteFlags { - return remoteFlags.merging(localFlags) { (_, local) -> Any in - local - } - } else { - return localFlags - } - } else { - return remoteFlags - } + + public var newValuesAvailablePublisher: AnyPublisher { + Publishers.Merge(local?.newValuesAvailablePublisher ?? Just(()).eraseToAnyPublisher(), + remote?.newValuesAvailablePublisher ?? Just(()).eraseToAnyPublisher()) + .eraseToAnyPublisher() } public func refresh(completion: @escaping () -> Void) { @@ -56,18 +47,27 @@ public class CompositeFeatureFlagsProvider: NSObject & FeatureFlagsProtocol { } } - public func flag(feature: String?) -> Any? { + public func value(feature: String) -> String? { switch Installation.source { case .appStore, .jailBroken: - return remote?.flag(feature: feature) + return remote?.value(feature: feature) case .debug, .testFlight: - if let localFlag = local?.flag(feature: feature) { + if let localFlag = local?.value(feature: feature) { return localFlag } else { - return remote?.flag(feature: feature) + return remote?.value(feature: feature) } } } + + public func isOn(feature: String) -> Bool? { + switch Installation.source { + case .appStore, .jailBroken: + return remote?.isOn(feature: feature) == true + case .debug, .testFlight: + return local?.isOn(feature: feature) ?? remote?.isOn(feature: feature) ?? false + } + } public func customized() -> Bool { return local?.customized() ?? false diff --git a/Utilities/Utilities/_Utils/_FeatureFlags/FeatureService.swift b/Utilities/Utilities/_Utils/_FeatureFlags/FeatureService.swift index b0910cff8..edf6fe218 100644 --- a/Utilities/Utilities/_Utils/_FeatureFlags/FeatureService.swift +++ b/Utilities/Utilities/_Utils/_FeatureFlags/FeatureService.swift @@ -7,15 +7,25 @@ // import Foundation +import Combine public protocol FeatureFlagsProtocol { - var featureFlags: [String: Any]? { get } - + func refresh(completion: @escaping () -> Void) func activate(completion: @escaping () -> Void) - func flag(feature: String?) -> Any? - + func value(feature: String) -> String? + func isOn(feature: String) -> Bool? + func customized() -> Bool + + var newValuesAvailablePublisher: AnyPublisher { get } +} + +// default impl +extension FeatureFlagsProtocol { + public var newValuesAvailablePublisher: AnyPublisher { + return Just(()).eraseToAnyPublisher() + } } public class FeatureService { diff --git a/Utilities/Utilities/_Utils/_Parser/FeatureFlaggedParser.swift b/Utilities/Utilities/_Utils/_Parser/FeatureFlaggedParser.swift deleted file mode 100644 index 23e61e70c..000000000 --- a/Utilities/Utilities/_Utils/_Parser/FeatureFlaggedParser.swift +++ /dev/null @@ -1,29 +0,0 @@ -// -// FeatureFlaggedParser.swift -// InteractorLib -// -// Created by John Huang on 11/22/18. -// Copyright © 2019 dYdX. All rights reserved. -// - -import Foundation - -public class FeatureFlaggedParser: ConditionalParser { - @objc override public func conditioned(_ data: Any?) -> Any? { - var conditions = self.conditions ?? [String: String]() - if let features = FeatureService.shared?.featureFlags { - for arg0 in features { - let (key, value) = arg0 - conditions[key] = parser.asString(value) - } - } - self.conditions = conditions - return super.conditioned(data) - } -} - -extension Parser { - @objc public static var featureFlagged: Parser = { - FeatureFlaggedParser() - }() -} diff --git a/WebParticles/WebParticles/_Cookies/WebCookieDomain.swift b/WebParticles/WebParticles/_Cookies/WebCookieDomain.swift index 16bacf0a8..e60c796e4 100644 --- a/WebParticles/WebParticles/_Cookies/WebCookieDomain.swift +++ b/WebParticles/WebParticles/_Cookies/WebCookieDomain.swift @@ -41,10 +41,6 @@ public class WebCookieDomain: NSObject, WebCookieDomainProtocol, WKScriptMessage super.init() - if parser.asBoolean(FeatureService.shared?.flag(feature: "webview_popup"))?.boolValue ?? false { - configuration.preferences.javaScriptEnabled = true - configuration.preferences.javaScriptCanOpenWindowsAutomatically = true - } if let userAgent = userAgent { configuration.applicationNameForUserAgent = userAgent } diff --git a/dydx/PodFile b/dydx/PodFile index 6d4fd4e47..9072214ad 100644 --- a/dydx/PodFile +++ b/dydx/PodFile @@ -16,7 +16,6 @@ def firebase_core_pods pod 'Firebase/AnalyticsWithoutAdIdSupport' pod 'Firebase/Core' pod 'Firebase/Performance' - pod 'Firebase/RemoteConfig' end def firebase_pods @@ -28,7 +27,6 @@ def firebase_pods_extension firebase_dependency_pods pod 'Firebase/AnalyticsWithoutAdIdSupport' pod 'Firebase/Core' - pod 'Firebase/RemoteConfig' pod 'Firebase/Messaging' end @@ -44,6 +42,10 @@ def amplitude_pods pod 'Amplitude-iOS' end +def statsig_pods + pod 'Statsig', '~>1.0' +end + def abacus_pods #pod 'abacus', :path => '~/v4-abacus' pod 'Abacus', :podspec => '../podspecs/Abacus.podspec' @@ -234,6 +236,12 @@ abstract_target 'iOS' do appsflyer_pods end + target 'StatsigInjections' do + project '../StatsigInjections/StatsigInjections' + ios_util_pods + statsig_pods + end + target 'FirebaseStaticInjections' do project '../FirebaseStaticInjections/FirebaseStaticInjections' ios_util_pods @@ -317,6 +325,7 @@ abstract_target 'iOS' do target 'dydxFormatter' do project '../dydx/dydxFormatter/dydxFormatter' ios_ui_pods + statsig_pods end target 'dydxFormatterTests' do @@ -352,6 +361,7 @@ abstract_target 'iOS' do crashlytics_pods appsflyer_pods amplitude_pods + statsig_pods abacus_pods end @@ -363,6 +373,7 @@ abstract_target 'iOS' do crashlytics_pods appsflyer_pods amplitude_pods + statsig_pods abacus_pods end diff --git a/dydx/Podfile.lock b/dydx/Podfile.lock index 8ce9f1754..998ac4877 100644 --- a/dydx/Podfile.lock +++ b/dydx/Podfile.lock @@ -33,9 +33,6 @@ PODS: - Firebase/Performance (10.29.0): - Firebase/CoreOnly - FirebasePerformance (~> 10.29.0) - - Firebase/RemoteConfig (10.29.0): - - Firebase/CoreOnly - - FirebaseRemoteConfig (~> 10.29.0) - FirebaseABTesting (10.29.0): - FirebaseCore (~> 10.0) - FirebaseAnalytics (10.29.0): @@ -267,6 +264,9 @@ PODS: - SDWebImage (~> 5.10) - SimpleKeychain (0.12.5) - SnapKit (5.7.1) + - Statsig (1.46.0): + - Statsig/StatsigInternalObjC (= 1.46.0) + - Statsig/StatsigInternalObjC (1.46.0) - SVGKit (3.0.0): - CocoaLumberjack (~> 3.0) - Validator (3.2.1) @@ -289,7 +289,6 @@ DEPENDENCIES: - Firebase/Core - Firebase/Messaging - Firebase/Performance - - Firebase/RemoteConfig - FirebaseCrashlytics - FloatingPanel (= 2.7.0) - GoogleToolboxForMac @@ -312,6 +311,7 @@ DEPENDENCIES: - SDWebImageSwiftUI - SimpleKeychain (~> 0.12.5) - SnapKit + - Statsig (~> 1.0) - SVGKit - Validator - ZSWTappableLabel @@ -369,6 +369,7 @@ SPEC REPOS: - SDWebImageSwiftUI - SimpleKeychain - SnapKit + - Statsig - SVGKit - Validator - ZSWTappableLabel @@ -439,10 +440,11 @@ SPEC CHECKSUMS: SDWebImageSwiftUI: dcff3d05fd0579ff280221ae8856c34ac3b67f25 SimpleKeychain: 8193a9e40967eccac933c1fde82de46c07a5ae26 SnapKit: d612e99e678a2d3b95bf60b0705ed0a35c03484a + Statsig: 7144f10980f98c88993c168a506fef4fc4ba9268 SVGKit: 1ad7513f8c74d9652f94ed64ddecda1a23864dea Validator: 80a6f567220c962dfd2d9928ae98a8c1d164f6f4 ZSWTappableLabel: 92f11d677bb395a8294df48482316c4981783ca0 -PODFILE CHECKSUM: 2a032d64e6c7c3b1839673950b828c8fa7caffa9 +PODFILE CHECKSUM: fcf94c2340844ef3d27b238c954292a27141fab4 COCOAPODS: 1.15.2 diff --git a/dydx/Pods/Manifest.lock b/dydx/Pods/Manifest.lock index 8ce9f1754..998ac4877 100644 --- a/dydx/Pods/Manifest.lock +++ b/dydx/Pods/Manifest.lock @@ -33,9 +33,6 @@ PODS: - Firebase/Performance (10.29.0): - Firebase/CoreOnly - FirebasePerformance (~> 10.29.0) - - Firebase/RemoteConfig (10.29.0): - - Firebase/CoreOnly - - FirebaseRemoteConfig (~> 10.29.0) - FirebaseABTesting (10.29.0): - FirebaseCore (~> 10.0) - FirebaseAnalytics (10.29.0): @@ -267,6 +264,9 @@ PODS: - SDWebImage (~> 5.10) - SimpleKeychain (0.12.5) - SnapKit (5.7.1) + - Statsig (1.46.0): + - Statsig/StatsigInternalObjC (= 1.46.0) + - Statsig/StatsigInternalObjC (1.46.0) - SVGKit (3.0.0): - CocoaLumberjack (~> 3.0) - Validator (3.2.1) @@ -289,7 +289,6 @@ DEPENDENCIES: - Firebase/Core - Firebase/Messaging - Firebase/Performance - - Firebase/RemoteConfig - FirebaseCrashlytics - FloatingPanel (= 2.7.0) - GoogleToolboxForMac @@ -312,6 +311,7 @@ DEPENDENCIES: - SDWebImageSwiftUI - SimpleKeychain (~> 0.12.5) - SnapKit + - Statsig (~> 1.0) - SVGKit - Validator - ZSWTappableLabel @@ -369,6 +369,7 @@ SPEC REPOS: - SDWebImageSwiftUI - SimpleKeychain - SnapKit + - Statsig - SVGKit - Validator - ZSWTappableLabel @@ -439,10 +440,11 @@ SPEC CHECKSUMS: SDWebImageSwiftUI: dcff3d05fd0579ff280221ae8856c34ac3b67f25 SimpleKeychain: 8193a9e40967eccac933c1fde82de46c07a5ae26 SnapKit: d612e99e678a2d3b95bf60b0705ed0a35c03484a + Statsig: 7144f10980f98c88993c168a506fef4fc4ba9268 SVGKit: 1ad7513f8c74d9652f94ed64ddecda1a23864dea Validator: 80a6f567220c962dfd2d9928ae98a8c1d164f6f4 ZSWTappableLabel: 92f11d677bb395a8294df48482316c4981783ca0 -PODFILE CHECKSUM: 2a032d64e6c7c3b1839673950b828c8fa7caffa9 +PODFILE CHECKSUM: fcf94c2340844ef3d27b238c954292a27141fab4 COCOAPODS: 1.15.2 diff --git a/dydx/Pods/Pods.xcodeproj/project.pbxproj b/dydx/Pods/Pods.xcodeproj/project.pbxproj index 005d9cd4a..92b705a38 100644 --- a/dydx/Pods/Pods.xcodeproj/project.pbxproj +++ b/dydx/Pods/Pods.xcodeproj/project.pbxproj @@ -17,19 +17,34 @@ dependencies = ( ); name = Abacus; + productName = Abacus; }; - 8F04F0E8FF3A36306C4FAA84540970E7 /* Firebase-5a1e767e */ = { + 4523574CD9BAB130771CDA070AE9A1B3 /* Firebase-360edc41 */ = { isa = PBXAggregateTarget; - buildConfigurationList = BE1B2F2646DF9A553DE3BBDFCC43B6AE /* Build configuration list for PBXAggregateTarget "Firebase-5a1e767e" */; + buildConfigurationList = 059BCB86264CB6D672634C1345544870 /* Build configuration list for PBXAggregateTarget "Firebase-360edc41" */; buildPhases = ( ); dependencies = ( - 9A6CD6B92DC3580180B4CB9E9A5010D4 /* PBXTargetDependency */, - A49243929B03B3EEBE1CC3BB2F2D8CD6 /* PBXTargetDependency */, - 7C129F6A1C7A7E350B2A75360338028E /* PBXTargetDependency */, - AFA5079202ECEAEEB5CEB98CA9F6CFBD /* PBXTargetDependency */, + 309C32DF907B899A5477C02C7F6587FE /* PBXTargetDependency */, + DDF29548157310AB8CFDF93BD224F6E4 /* PBXTargetDependency */, + 20D9807FE8BD5DEB4AECF3C65CEE054F /* PBXTargetDependency */, + 11692286877DF3D7EB2755D60594211E /* PBXTargetDependency */, ); - name = "Firebase-5a1e767e"; + name = "Firebase-360edc41"; + productName = "Firebase-360edc41"; + }; + 6F3EE273F0EDCDEB4C95A2C5FEE50D7B /* Firebase-40c737bb */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 231E98C080BF7E0330421CCA46429DC1 /* Build configuration list for PBXAggregateTarget "Firebase-40c737bb" */; + buildPhases = ( + ); + dependencies = ( + 2456A5EBF0959B8F0B3FF32E683FE4CC /* PBXTargetDependency */, + 6D0D244EA447979292DF2DC45E3F1325 /* PBXTargetDependency */, + 3596E835D772C1C49083CBC6130C43CB /* PBXTargetDependency */, + ); + name = "Firebase-40c737bb"; + productName = "Firebase-40c737bb"; }; B0B23938B1EBCBAD2419AB6E9D222A0B /* AppsFlyerFramework */ = { isa = PBXAggregateTarget; @@ -38,12768 +53,12970 @@ DB7C100E6D7A5CF954757DB8962D9B72 /* [CP] Copy XCFrameworks */, ); dependencies = ( - 5541802712C08FE905539144F0996BDF /* PBXTargetDependency */, + 92C889BBDAAB3DD9F67CF55503CF86B6 /* PBXTargetDependency */, ); name = AppsFlyerFramework; + productName = AppsFlyerFramework; }; B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; - buildConfigurationList = 5EFA8A7465217444EAFFEF769658F57E /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; + buildConfigurationList = A08978B353A316A90FA4134AF79B26D0 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; buildPhases = ( - CFBCDE1E4A02029F6B9D8BA85CD8967D /* [CP] Copy XCFrameworks */, + 2FC00DD593CB2ABA89EB32A2ECB87B62 /* [CP] Copy XCFrameworks */, ); dependencies = ( - BC180479B414839BF381AD7226EE1A12 /* PBXTargetDependency */, - CA81840F26B7056AD6674F192B60967A /* PBXTargetDependency */, + 1BE4BB2269BF4AEB125D3D0ADA9AE9FC /* PBXTargetDependency */, + 6C0C5B5076A3ED43CE8008C3E0F56E61 /* PBXTargetDependency */, ); name = GoogleAppMeasurement; + productName = GoogleAppMeasurement; }; C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */ = { isa = PBXAggregateTarget; - buildConfigurationList = 5321E05586C3913277CEBD8C7F1F2818 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; + buildConfigurationList = EB9E5389D907989779B2E7ED551E94D4 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; buildPhases = ( - B1176D71CA1D75BF5D4C95994F09DA88 /* [CP] Copy XCFrameworks */, + 8EA5868F1B114612F4A004E82B0C1CA8 /* [CP] Copy XCFrameworks */, ); dependencies = ( - C65E1367ABF35204337429F202EBA3C5 /* PBXTargetDependency */, - 8440F4B28D7B0CED4C11B40BCCD98920 /* PBXTargetDependency */, - 2A7179B4FB926893B368A8E974F8AE33 /* PBXTargetDependency */, - 9675F171CB4E83E75934AA8367138E3D /* PBXTargetDependency */, - B4C8D7C4045C36D63A99CCEEF011088C /* PBXTargetDependency */, + FD735151D3E629E287307B9B440C2933 /* PBXTargetDependency */, + 55F64AE89D2030751942E11ACC86FC08 /* PBXTargetDependency */, + 9CEABF919DB68CA871B9967E76530FDF /* PBXTargetDependency */, + 0EE0A62729F2BD528F7E736A8FAECB26 /* PBXTargetDependency */, + 88F6358E1B5C349C324961075064BEE7 /* PBXTargetDependency */, ); name = FirebaseAnalytics; - }; - F701F16821D7AA8B115646DA013C13EE /* Firebase-2149e159 */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 0BFC8B775C882578D162BA763B20CDF6 /* Build configuration list for PBXAggregateTarget "Firebase-2149e159" */; - buildPhases = ( - ); - dependencies = ( - 66D3D735B8BF9B1215DBDBDFBBED0D05 /* PBXTargetDependency */, - 4D4F0813C41EFE5B65C105B47B0BC066 /* PBXTargetDependency */, - 1F82A270570ADBAB88714C332177E8D6 /* PBXTargetDependency */, - 65098C7CC1EA748B501BA1E1C3CF8DC5 /* PBXTargetDependency */, - D56DBD10710F491118C19E1AD5CA4001 /* PBXTargetDependency */, - ); - name = "Firebase-2149e159"; + productName = FirebaseAnalytics; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0037B7161502513543A3501D8D5138A2 /* SVGSwitchElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D9E9D3A409A0DFAE1F1EF370DB2D3F4 /* SVGSwitchElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 004C3FFD54B79685FAC1369D57989163 /* JTCalendarWeekDayView.m in Sources */ = {isa = PBXBuildFile; fileRef = A3CCC142830CBC0A088B4210DFD615C0 /* JTCalendarWeekDayView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 006CE00E7599AAD6ACAE49888CA75DFF /* SVGPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 2505052A48401E40416184B084C96322 /* SVGPoint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 007313E2C74B8BEB6B99E06D9BDFC5BF /* FPRSelectorInstrumentor.h in Headers */ = {isa = PBXBuildFile; fileRef = 706CDE167861A5B1450260E626E9194E /* FPRSelectorInstrumentor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00888CF31EFA294DEDEC89F131293A5D /* FPRMemoryGaugeCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = C1439AE9CAC377E7F3FA273AFBBB1D67 /* FPRMemoryGaugeCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0093323D3E1FD9F5909577D3C1B71655 /* ValidationResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BEA57F3B2E4A0D597C9984480323DF /* ValidationResult.swift */; }; - 00BE3D7A1CBE2EA971346A26ABA148CF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 00C22009B3BEB45AE5A45805DEDCC316 /* Words and Bits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7650D0B906D8B7759835E04FF5096D78 /* Words and Bits.swift */; }; - 00FE13BC5016F1F6C522833CDADA0F72 /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 230EF78098E287BAF9AB91065E909168 /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 010ABD0C32138BC81B42F5914542E45C /* NSImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43203685CC2CB5AF627BBD71EC837D32 /* NSImage+.swift */; }; - 0131C2058BA3633C67EB9B4A7D2FE0EA /* ZSWTappableLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 93519CBBDDE03F52446A027E8ED2BA33 /* ZSWTappableLabel-dummy.m */; }; - 0163C630E9E574A539321F2031E16C2B /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C7288EB47E28E312DE351394B9BA6EDE /* GDTCORConsoleLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 016A0D90FE3DC9D68498E7F79E89FC94 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = B00A50EB4221CFBD5FAE233565512B91 /* SDImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0170EE86BA8B1D7872B62745E0C01BBE /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = A875577F7E6694E81E217996AFBD0038 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01BC4319D0F73E1D70CB287CAC419947 /* RemoteConfigConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38091D80CBCF7E19A94D207ABD824838 /* RemoteConfigConstants.swift */; }; - 01CA2D9E4E18E7F206E83FC072CEA97E /* NamedNodeMap_Iterable.h in Headers */ = {isa = PBXBuildFile; fileRef = BD9D487422A67EBFD615B9C6D352C248 /* NamedNodeMap_Iterable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01E830DFCB6D478AB3BC1CD43ED70BFE /* NVActivityIndicatorAnimationBallPulse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94C1D7F5D8D24C9616B6CE43E9289B98 /* NVActivityIndicatorAnimationBallPulse.swift */; }; - 0201360A66F78825DE9200F5C65D6C17 /* GTMNSString+XML.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D6A507740E376EDDAC57B2A173AE08 /* GTMNSString+XML.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 02199DD86181EA3DE186E04244073812 /* Pods-iOS-dydxV4Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 682B66A249D47ED86EBEEACB7B4B1A40 /* Pods-iOS-dydxV4Tests-dummy.m */; }; - 021E9E3EF6D56A7E74D5A59E7E70C1FB /* libPhoneNumber-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 951FFFAE1788B0C83C5142BF47B47D5F /* libPhoneNumber-iOS-dummy.m */; }; - 0239762D6430548EE9042CC0DF0889CA /* BubbleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61EBF52416F89733599D0718AC6B034D /* BubbleChartDataSet.swift */; }; - 0242F91B394A3078FA890937BA0659C1 /* SVGKParserSVG.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D6672B4ADB51A0303BAA2028891BE04 /* SVGKParserSVG.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 025A7EF3D86A83712212BBD357FFAF29 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DC451BFBF231326A455B91667C156BA /* FIRComponentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0289817C3606324D5A4DDF1810D6C203 /* SVGKImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 942594BAB564721E07FF16A02BC3EFE0 /* SVGKImageView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 02905AE155F84B3C988392F4304D06CE /* Parallax.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B4EDF959436C410DF1D698AADFA4526 /* Parallax.swift */; }; - 02A11B3FE180E2E4EB0F5FDDEEBE9B63 /* GTMDebugThreadValidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 43585F3E5CF10BAE2D29583FE6657B26 /* GTMDebugThreadValidation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 02E9AA511A2D172A8FEEB85D50D25559 /* FloatingPanel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B56063515F16667D78C5C6F4D1371C91 /* FloatingPanel-dummy.m */; }; - 02F2AD2CAF7F9B5FB1692984419B97D1 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C404DB0363BB1DED61477B2DF33DFD9 /* GULAppDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 02F2E4B88C758DF901649EDB093001D9 /* SVGElementInstance_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CEF05631053576AB5FE7097FCBCA0EA /* SVGElementInstance_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0307ED8BC2966A00E81823ADBBF04D6B /* SVGCircleElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 490B543D1583B3E70148E30050B118F2 /* SVGCircleElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 030B6D623D6B0FEE85C29E2BD90FFB72 /* FIRCLSMachO.m in Sources */ = {isa = PBXBuildFile; fileRef = 16CB664E064F96C1A5E86DAE133F2782 /* FIRCLSMachO.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 032D59BB7BEFF9A48D59201DC13FC18B /* FirebaseRemoteConfigValueDecoderHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1BF35ACC07C4661B25D0B6716F2A0F3 /* FirebaseRemoteConfigValueDecoderHelper.swift */; }; - 0347178B60E0A97D85FFF3455DA4C57B /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = FC702EBF37864DF98352CFD78A47D04F /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034F5AB1044B6C15D91080A1F8A3F34B /* NVActivityIndicatorAnimationAudioEqualizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 039BF0F55F4DE14D3BF4B4687A56A646 /* NVActivityIndicatorAnimationAudioEqualizer.swift */; }; - 036255FD4675BDD613C783B32E8D042A /* GULSwizzler+Unswizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DC5102810D5EA44B71CAF825FAED8B1 /* GULSwizzler+Unswizzle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 03CB49AC52481587F6CEB39E369E81D1 /* FIRCLSCompoundOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 70E753DAA8B0BD79EEF360A401127B0D /* FIRCLSCompoundOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03CE5BFF21269812D3842ABED2DCBB67 /* GenericPatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0C39661C46AB2CC763736391788B5F4 /* GenericPatch.swift */; }; - 03DC3DE81195C472F8CF4FA08A19E876 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = C5091A5FA8AA54BD0C0824679F6C84A4 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03DC88D8E0D9211F8C62E8AC5E8A865F /* BarLineScatterCandleBubbleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9755504C1DD6B4103416D46DC6A52900 /* BarLineScatterCandleBubbleChartDataSet.swift */; }; - 03DD4A8EDA593072D90C5E0AD9425D73 /* FIRCLSUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A88AF3F73EBB215B1769D61E85D5D99 /* FIRCLSUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03EE5DBCDF3FCBF0A16ECC9F0332F97F /* BaseClassForAllSVGBasicShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = 15BEF217876EB3BAF731E80031B08508 /* BaseClassForAllSVGBasicShapes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03FC9B100DE1FB0C99EED7EFAEF34809 /* Pods-iOS-AppsFlyerStaticInjections-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9E7BB1BA5F6243F3FA0FABDD1CD9F1 /* Pods-iOS-AppsFlyerStaticInjections-dummy.m */; }; - 0416C0285C1D8A4CC552B0491F18FACE /* AssignOwnership.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AC6615AE7814697F08DEE0598FA5C6D /* AssignOwnership.swift */; }; - 04480883B067AF05E96CB16DCC34C219 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = F2002CAC8B22C44E47CC9637DB68E0E0 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 045609C84B0BCC8EE5DBDC928D6FBDAD /* SVGFitToViewBox.h in Headers */ = {isa = PBXBuildFile; fileRef = CDBA0F72CB70224974F97B99F81134D7 /* SVGFitToViewBox.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0037B7161502513543A3501D8D5138A2 /* SVGSwitchElement.m in Sources */ = {isa = PBXBuildFile; fileRef = E4A4E0C0A431698AE5FAA849FDBEE9FE /* SVGSwitchElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0041E63B8D66DB904042FD233ADF5A98 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8B508188BF04534F227F5E4D842BCD /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 004C3FFD54B79685FAC1369D57989163 /* JTCalendarWeekDayView.m in Sources */ = {isa = PBXBuildFile; fileRef = F6B9C0B3696A89915079B4DB8545FD14 /* JTCalendarWeekDayView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 006CE00E7599AAD6ACAE49888CA75DFF /* SVGPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C1BE0F97C9CC1F3F61F28510868E277 /* SVGPoint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0093323D3E1FD9F5909577D3C1B71655 /* ValidationResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0EE5E4255F4129A638C25BA43BDBD5 /* ValidationResult.swift */; }; + 00C22009B3BEB45AE5A45805DEDCC316 /* Words and Bits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3366E6EDA627FF2D4E4E903C7DBC735B /* Words and Bits.swift */; }; + 00D7F1B7E5FA87052F466C0EC158AEF6 /* GDTCORProductData.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F054D676FAD0DD18D98048120A05C8 /* GDTCORProductData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 010ABD0C32138BC81B42F5914542E45C /* NSImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 292B7C5199F82B812D6BBB6A752D8CE9 /* NSImage+.swift */; }; + 01198FB3000526E5E5723E2D92D11391 /* Promise+Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 642279EAA7E0BE48E0288C0598015FF0 /* Promise+Do.swift */; }; + 0131C2058BA3633C67EB9B4A7D2FE0EA /* ZSWTappableLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A4B2DAEA9F20F6BB5B1187A09D53BA2 /* ZSWTappableLabel-dummy.m */; }; + 0141A4AEA073E2113BDFCD11CF5CC70E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 016A0D90FE3DC9D68498E7F79E89FC94 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B33E6FD1CEC6EB65996F3A4F3CDC1B0 /* SDImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0170EE86BA8B1D7872B62745E0C01BBE /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 5803895B4B820FFDDE3C1AAD2596181B /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0175BE708A02A25F06301C4E33DDD494 /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = A8BEB8A2B9EE91BE863F7BB2936B1E82 /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0183BD24280A8FBF3AC0BA096EDE6102 /* GDTCOREvent+GDTMetricsSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C670A18A0F56F0C8982215F1DC86F84 /* GDTCOREvent+GDTMetricsSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01A52C2B5A608A39B3C839BADA51706A /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 971BEB9A9D39A16E38E3BD10DFB4A095 /* FBLPromise.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01A6A485AB66E939859D27F85E98877A /* FPRDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = 4863F7BDC1F345E61F851BCDCD51B3A2 /* FPRDiagnostics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 01A993F666771EC164AE6A856B97EEF2 /* GULRuntimeClassSnapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E61160FB7D0C6815ACC30C6E6BBAFE5 /* GULRuntimeClassSnapshot.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 01CA2D9E4E18E7F206E83FC072CEA97E /* NamedNodeMap_Iterable.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C8704FA39A6E3B99E43DB6A48299282 /* NamedNodeMap_Iterable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01DFD61A10BFEF224A04CBD81C22087D /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = A9B1FB4E28BB367FD95CF81990787615 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01E830DFCB6D478AB3BC1CD43ED70BFE /* NVActivityIndicatorAnimationBallPulse.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6711DFC72D18E802ADB9CA681048150 /* NVActivityIndicatorAnimationBallPulse.swift */; }; + 01F7028608A45F4178FB5707E44EFB07 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = C1F9A196057289592CB31933119D2F77 /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0201360A66F78825DE9200F5C65D6C17 /* GTMNSString+XML.h in Headers */ = {isa = PBXBuildFile; fileRef = F6AC55FC967F72A6A54460FD70303463 /* GTMNSString+XML.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 021E9E3EF6D56A7E74D5A59E7E70C1FB /* libPhoneNumber-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F2B14DBD23DB47CD40DCA372786B556 /* libPhoneNumber-iOS-dummy.m */; }; + 022F9EA8D2EA906D5CDACCA20BDFFC5D /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D8CA1CBF5DE776D4FA9E8E7B104A8871 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0239762D6430548EE9042CC0DF0889CA /* BubbleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27EAF507637A8A9ED3EA4C941AEB0B75 /* BubbleChartDataSet.swift */; }; + 0242F91B394A3078FA890937BA0659C1 /* SVGKParserSVG.m in Sources */ = {isa = PBXBuildFile; fileRef = 681B89DF26D158B4EFB404494A09D944 /* SVGKParserSVG.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0289817C3606324D5A4DDF1810D6C203 /* SVGKImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = F64DD692EA040EA67BC8E0E022FDEE12 /* SVGKImageView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 02905AE155F84B3C988392F4304D06CE /* Parallax.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1F6199BB8399B5C6F41A985FC3C6848 /* Parallax.swift */; }; + 029B1856381414167ED51EC17422EB6E /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E52E392E35B2CBDD34909C511C29C08 /* FBLPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 02A11B3FE180E2E4EB0F5FDDEEBE9B63 /* GTMDebugThreadValidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 08B6BC54C85AF542076D9665AC608E81 /* GTMDebugThreadValidation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 02A6F503DBB4E011C1D268BD8425C760 /* FIRMessagingAuthKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = A440DE00DE0EB391A3AE9863641C83CD /* FIRMessagingAuthKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02E9AA511A2D172A8FEEB85D50D25559 /* FloatingPanel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A9E6E90789301190A6A1A58FEBA1282 /* FloatingPanel-dummy.m */; }; + 02F2E4B88C758DF901649EDB093001D9 /* SVGElementInstance_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = C66E69713777215C4CA43A2144C31F5F /* SVGElementInstance_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0307ED8BC2966A00E81823ADBBF04D6B /* SVGCircleElement.h in Headers */ = {isa = PBXBuildFile; fileRef = F57BBD8C79726499B9F5CA9359A4BFF8 /* SVGCircleElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 030B6D623D6B0FEE85C29E2BD90FFB72 /* FIRCLSMachO.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2EF792E7894A72B73BCDC23B12AC0A /* FIRCLSMachO.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 034E199137BDEE9EA212D6CCE4BDE983 /* Promise+Retry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B65255777C012C5DA588139189773F3 /* Promise+Retry.swift */; }; + 034F5AB1044B6C15D91080A1F8A3F34B /* NVActivityIndicatorAnimationAudioEqualizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FECE407B29ABD1178C90C066F53B51A /* NVActivityIndicatorAnimationAudioEqualizer.swift */; }; + 03542094BAAFC95926A578C8EBDFE294 /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = 634BEAE0175E2C04A33A068DCFF38C92 /* FBLPromise+Retry.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 03AA4BFC8DC8BC5BE7692FA4C9E5AA34 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 681CD31A8DB0FC539F5762B6763CBCEB /* FIRInstallationsStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 03CB49AC52481587F6CEB39E369E81D1 /* FIRCLSCompoundOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D1E8AA53610A8A336FEB08D5D1EA880C /* FIRCLSCompoundOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03CE5BFF21269812D3842ABED2DCBB67 /* GenericPatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD96FB769C7EFD7FD6C4D1F5DCE4344 /* GenericPatch.swift */; }; + 03DC88D8E0D9211F8C62E8AC5E8A865F /* BarLineScatterCandleBubbleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2A8FD86ACD84F66EB7423800375DEFD /* BarLineScatterCandleBubbleChartDataSet.swift */; }; + 03DD4A8EDA593072D90C5E0AD9425D73 /* FIRCLSUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 909B53D0FA949FDEA8FBD4942E5CA023 /* FIRCLSUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03EE5DBCDF3FCBF0A16ECC9F0332F97F /* BaseClassForAllSVGBasicShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B603A389B539D27FBB1FFA61CDA358B /* BaseClassForAllSVGBasicShapes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03FC9B100DE1FB0C99EED7EFAEF34809 /* Pods-iOS-AppsFlyerStaticInjections-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDD4533B46078A68B23386885586CFF /* Pods-iOS-AppsFlyerStaticInjections-dummy.m */; }; + 0416C0285C1D8A4CC552B0491F18FACE /* AssignOwnership.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F03BD77EAEF1BD2F3F490EBAC5FB35E /* AssignOwnership.swift */; }; + 04255801B757C281790D38E6306D4E6C /* GDTCORMetricsControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 63BFA62F06C6D143EB301BAF8922B2B0 /* GDTCORMetricsControllerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 042A6EC9BFB126666A3DCEFACFDC5D63 /* FIRMessagingAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 036281C1DDA7F3212E9535C559352664 /* FIRMessagingAnalytics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 04480883B067AF05E96CB16DCC34C219 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B42623F8796A2ACC10975C715B229B86 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 045609C84B0BCC8EE5DBDC928D6FBDAD /* SVGFitToViewBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E32265C4091F4A926F7C8F76F926F69 /* SVGFitToViewBox.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0470664079E6AC5C9964CEC712668BC6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */; }; - 0474402B1037B4F6A36BED1095100CD1 /* A0SimpleKeychain+KeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D6D8CA815B2A3544C931D4380E127FE /* A0SimpleKeychain+KeyPair.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 04909095F1060AB598DD954C89DC1AF6 /* BarChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 638C5319DF973D0F61D8ADC7BDB0E315 /* BarChartRenderer.swift */; }; - 04A2C5B9611986B6CDACB5B9711919E3 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CD7528A3A69EBCD1DDB64A55BB1F4795 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04A2D75C1A95FE0D38B74C3C2847CE39 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = B3255B2C226AF218D0D054CEC132D82C /* SDAnimatedImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 04BE6A1B618275B798DF085466DE7DDB /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A02A2E471B7EE2057FB2DE7798B959C /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04CE0B2501CD2FF1BF632A960C497F3A /* FIRCLSSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9952A32B9624C8EC51EEB5D36DFF18BA /* FIRCLSSignal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04D1C4FFD57272A228531FD166260C3B /* RCNUserDefaultsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC0C6A4E0E24795FB55E469FABD374B /* RCNUserDefaultsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 04DAD3DD59B908D20D5D1E59D1CA301C /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AD753737A9740FD2AD20B866CBE92DD /* GULSecureCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 050423D3619BEE0CF7C3EE9BC3427E12 /* GTMMIMEDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = EB19395046D3D7F6CA4406420B86CE3B /* GTMMIMEDocument.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0524AA8E4E9421B15F53AF7CF9367DEB /* ExtendedPatch+Apply.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17D7BFE57342C17D6C80B7F9B9B3C767 /* ExtendedPatch+Apply.swift */; }; - 0529F5E309FEF38A1C578FBC56EE042E /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B870D8F6385F750464FADBFEFE85511F /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 053B121380C4B6C9DE6F78FAF7234F15 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CF5EF215F8110D585E457A85A9377E10 /* FIRLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 057FCFE8AE916F840F527C3A0FBE1CE7 /* Pods-iOS-PlatformUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B885CF4379A64316997DDEF72A1D7A /* Pods-iOS-PlatformUITests-dummy.m */; }; - 05801B50DC16B5C26251A4E5FD7AC067 /* FirebasePerformance-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E82023CD4AD0546E12B8219D2356E482 /* FirebasePerformance-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 05913534C115F5B3A59145142044EE8B /* FIRMessagingRemoteNotificationsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F762926A14EC9B06A95C7DB5D9FEAD09 /* FIRMessagingRemoteNotificationsProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 05C406B4C6C580EB22EB3DFA079439B3 /* NVActivityIndicatorAnimationBallScaleRipple.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEAD9AB2BD3A4A0C15D2E54B3F7A7207 /* NVActivityIndicatorAnimationBallScaleRipple.swift */; }; - 05EB3372FB762DFAA932230C922FEEF3 /* SVGKParserPatternsAndGradients.m in Sources */ = {isa = PBXBuildFile; fileRef = A4AB4F12A9F6CE051F15F6C372DDDC28 /* SVGKParserPatternsAndGradients.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 05FF224B8E840E3651FD05DB713AA2D8 /* RCNConfigFetch.h in Headers */ = {isa = PBXBuildFile; fileRef = 0184ADA5AE5036A71646540C87300E38 /* RCNConfigFetch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0612BCB7AB5879F8E81F2DFC2DFF9DD7 /* CandleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3602B0550DC70A3F76B225085D4E79CB /* CandleChartDataProvider.swift */; }; - 061A4449F303F7977524B4888F119835 /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD5FD76172B16A0C663A68F36E1F07CB /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m */; }; - 0631850A3DDB695E9B8C96E2CF5B327B /* FIRMessagingAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C2B010BE53206C6DACE024465E81105 /* FIRMessagingAuthService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 063FE3E8EBF8BA16FAE320B19DAF2313 /* FPRGDTEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 414150E12B1858751D7338E3B207BC2E /* FPRGDTEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 066474BC0F7DB9BAC99C50E9B197BEE3 /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA4CD08447059B4B086E8BDA00726D4 /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06845FF2A709FAB70D9FF57726E5CD91 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B9CD092B3343E3F9DC9D3016FB8CD2 /* SDWebImageDownloaderOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 06897B35FA2057927FC2B0F61B87496A /* FIRCLSAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 247CD87E5C2C0175F8C543B801B6C87B /* FIRCLSAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06A37DF4567B4B8896B5054C20A81AFE /* POPGeometry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14B4CEBD3585EDAD4AC696169FE14B36 /* POPGeometry.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 06C2F15CEC14CB4E674DFA11283B943C /* FIRMessagingCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B234E66F92713F41FA23EBD396C33116 /* FIRMessagingCheckinStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 06CFC46BE26FFCF48FAC3BC758C1B73A /* Platform+Accessibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDE455C0BD22E085735FE25323930A7B /* Platform+Accessibility.swift */; }; - 06DEC5667C8AD8AD090B5B3817193625 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D01301B0C8FA9AEDB0B5C211B48918 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 070EB3106C56F15B5B07FF74E3841A7C /* Relay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7292C220979AA98D880ACA8923CF2730 /* Relay.swift */; }; - 0717284CE4B68B9D36990CC0133AF45D /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = D22578AE2C74BB0D32DEE08C5C7B9FB9 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 072762F663C94B136A5DDED30890B24B /* sessions.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 0300EF3DA38745738EE16EEFEA59CC3D /* sessions.nanopb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 072E6D7B086893BE0C7D38357D5099CD /* FPRScreenTraceTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C72A2B6BE0A3BAB34AF97C95AD02B50 /* FPRScreenTraceTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 076B3886E6D58CC0059DEDF31D3BF764 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8619FAD9F6CDA5BE208FC628078541F7 /* PrivacyInfo.xcprivacy */; }; - 076D324D8B134FAB5F8DFE620850D1BC /* FIRCLSAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C512997B4143CDFF94149A6EF4814B3 /* FIRCLSAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07863507770757C4059FD22123EB757D /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C5B31934ADB111B6474073343913D3A /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0797446D860930EF230025AC15955C09 /* ApplicationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E7C821957E6E5AF28875BB3DDB9890F /* ApplicationInfo.swift */; }; - 07A99F1AF4CFC3368B1AB278709B10BE /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BC05AB0C25D4836A5E9D1F0F7606760D /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07B75259F6FB2A469F99155AEFCCA149 /* FirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 3813704F89AB77B44C49EF9116D94F86 /* FirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07C6F6292A48D3887AFEC1D513BBC282 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB4B16065FD6DEF5CFE0DBD02D6A40E /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07E071DF6DD66CB965E491A080C1BD30 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = D8B019B5AAB421DA3C4493978CCDA5BB /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07E6BC81E8E9209C8C2387AD7D5C13C8 /* UIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56E5CF1D2BE080220F76ABE85508ECAD /* UIColor+.swift */; }; - 07F36B6C00E133D649E548A6AE58B961 /* BarChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6E0E96F2B840B71BE38D70B39CB8D3 /* BarChartDataEntry.swift */; }; - 08314FED196A4110DD9C04BE68B0E47E /* PieChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7577B2A153C36DF19AFD62E45CF2B8 /* PieChartData.swift */; }; - 0835C2481D44E67B02F7A3E34B33B79D /* BinaryInteger+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C825BFE1EAD848563199F8CEEF1D740 /* BinaryInteger+.swift */; }; - 08848E67889A80411010A17B1D850868 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 01927563124FD9FD1BDB6559629A36C3 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08A9406F1F5800998D7CD7C1C4DF870E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF8093D15A3B5CA762333E516B9861A /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08B33D754A504FAB88AFD3D605EA918A /* FPRGaugeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 905E571848507062C5BF375A2AE6EDF9 /* FPRGaugeManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0474402B1037B4F6A36BED1095100CD1 /* A0SimpleKeychain+KeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = FD713EAC38FC6435519CA82A82DC6CCA /* A0SimpleKeychain+KeyPair.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 04909095F1060AB598DD954C89DC1AF6 /* BarChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFC3A4610273121BDE5D1AD0C8074015 /* BarChartRenderer.swift */; }; + 049BB6098058E96B89B9EE249E5EFB78 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = F04CEF9F91DCAFEC01CB965127F53E8C /* FBLPromise+Race.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 04A2D75C1A95FE0D38B74C3C2847CE39 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = A60F3A27F227C25BA0A7F57DA7AA7503 /* SDAnimatedImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 04CE0B2501CD2FF1BF632A960C497F3A /* FIRCLSSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D04623C37EA99EAC20AA92545347970 /* FIRCLSSignal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04F749C026F147D86D14BDF804F9CC04 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE680179D6FBB3B14F1DC46713461E3 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 050423D3619BEE0CF7C3EE9BC3427E12 /* GTMMIMEDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = F58214CB1E7732E757E4E607598DE6B9 /* GTMMIMEDocument.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0524AA8E4E9421B15F53AF7CF9367DEB /* ExtendedPatch+Apply.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4992F36A544490A78013E417D592CC2C /* ExtendedPatch+Apply.swift */; }; + 0529F5E309FEF38A1C578FBC56EE042E /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C4F983F9B8C21EE3DBD4F047C6786F1 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 057FCFE8AE916F840F527C3A0FBE1CE7 /* Pods-iOS-PlatformUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BC2872CDD439F03D97CD5C7802004EE /* Pods-iOS-PlatformUITests-dummy.m */; }; + 05B0795280D331C8527C60D96C37D855 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = FCDAF876A3C3AFD7C710CC656DAF7DFF /* FBLPromiseError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 05C406B4C6C580EB22EB3DFA079439B3 /* NVActivityIndicatorAnimationBallScaleRipple.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D0953316C50FA18A8C8376858A7126 /* NVActivityIndicatorAnimationBallScaleRipple.swift */; }; + 05EB3372FB762DFAA932230C922FEEF3 /* SVGKParserPatternsAndGradients.m in Sources */ = {isa = PBXBuildFile; fileRef = 11B5FFDF8C03D9B346E3E7EB3A268946 /* SVGKParserPatternsAndGradients.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0612BCB7AB5879F8E81F2DFC2DFF9DD7 /* CandleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A8A151FC5D506B4C8DA534610A98F92 /* CandleChartDataProvider.swift */; }; + 06316B1E9ADE4F62E4E061204A9A684C /* FIRMessagingAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7285431392E373EAC8F277B529921B4C /* FIRMessagingAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06845FF2A709FAB70D9FF57726E5CD91 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 778031193E389249AF260D6A99181BEC /* SDWebImageDownloaderOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 06897B35FA2057927FC2B0F61B87496A /* FIRCLSAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 437CE34416E7EFD9FE6C193D477B814E /* FIRCLSAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0698E1F3BCAB3EDBF71999616B1DC8BB /* FPRNSURLConnectionInstrument_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BC1E11DC1E8C7CC2AE4EA293BCB3FC /* FPRNSURLConnectionInstrument_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06A37DF4567B4B8896B5054C20A81AFE /* POPGeometry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7157F5C19E1321A7C7A99CB455A1F282 /* POPGeometry.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 06CFC46BE26FFCF48FAC3BC758C1B73A /* Platform+Accessibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502AE5DE2DADCBCDFA6EC4887C32564D /* Platform+Accessibility.swift */; }; + 06D12755C11623E45CC4D60909763B6C /* FirebaseMessaging-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5503D1ADB797692D0342EC31B3DDDD7D /* FirebaseMessaging-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06DEC5667C8AD8AD090B5B3817193625 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = C4108F087F4EBF429A841233A7B3EFE3 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06F3DA9CBE0A945E4E86CFB26D057C88 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E8B11CCA755575216085E3121AC91E54 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 070EB3106C56F15B5B07FF74E3841A7C /* Relay.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA4C6110F2746F039825A97E3FA7812 /* Relay.swift */; }; + 076D324D8B134FAB5F8DFE620850D1BC /* FIRCLSAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EF7C23D6D5329321687C20C14FFF37A1 /* FIRCLSAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07863507770757C4059FD22123EB757D /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 541309435EA57A2AF8314C6A716A7D31 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07A99F1AF4CFC3368B1AB278709B10BE /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 756B41786CFFDB4116DBDDA0ABA557A4 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07B75259F6FB2A469F99155AEFCCA149 /* FirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 487CAA4709650BE36085DBF0E6F9F9C4 /* FirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07CB1DEC8AC5D0EBA3B9262B5DA64082 /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B8BF79D807379B65E45CA04F69F0B6 /* GDTCORFlatFileStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 07E6BC81E8E9209C8C2387AD7D5C13C8 /* UIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96EE3D7278DA660238068C67A98BCFA1 /* UIColor+.swift */; }; + 07F36B6C00E133D649E548A6AE58B961 /* BarChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C0DEE653DEE4351EC7037DB62BE7DF /* BarChartDataEntry.swift */; }; + 08026F68E86435B1F0E803DBB442FDF0 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B1B1A1004BF31041C253E0BBD6A6028 /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08314FED196A4110DD9C04BE68B0E47E /* PieChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E72A3ACDB8E1916DBB5C10CF46770860 /* PieChartData.swift */; }; + 083457D9CE44DD2E7A831D74ACBB39E0 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 69986CC3A25CA94275A69CF546C96004 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0835C2481D44E67B02F7A3E34B33B79D /* BinaryInteger+.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6CEC415115F746E618743D3F69AA5CB /* BinaryInteger+.swift */; }; + 084356853C5EAF53263936C43942BE8A /* FIRMessagingTopicsCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F770E851BDABC69CCED4D0548D882C2 /* FIRMessagingTopicsCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0860841E9729B50BF5F8C3C97089368A /* me.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CE0E11AB87B0B1F19C9864AEB66CBAD /* me.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 088F89BFC0ABAFABBC3D2F69A8139D77 /* Promise+Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D1FFB85A8A6F0DFCE98A514862A75A4 /* Promise+Async.swift */; }; + 08A9406F1F5800998D7CD7C1C4DF870E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C72A019A07188F926299EF0440A0CE /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; 08F55AE04F50E6E5D59D2D1BB3D94FF1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 08FD960160E5EB21FCDC72635BAAEC56 /* FIRCLSBinaryImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F942B5E2902BE4042D6180900ACE1501 /* FIRCLSBinaryImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 095606F59E30EB10F5F696A3DDD2FA85 /* CLIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 2115A28A96022D38A9BB2D764FC28325 /* CLIColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 096EF74135429A44BAFEA67343653219 /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE960E254718DE0E008D06C64803807 /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 097B7896B4069DEE4C1D8C67D5306883 /* FIRCLSURLBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2259023826382FC38A55501F5C3858E7 /* FIRCLSURLBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09B42A2079CB1F17917EB5D5BEFF0675 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A259B12A0DDE53CAB2B69BA7748F8C13 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09B9DCFEBB4914290BFF01920EB7C025 /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4486B4A91F5209EC278DEAE3BD4E9FD2 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09C3D4A0FEE9395DD20FE611E300C204 /* FIRCLSHost.m in Sources */ = {isa = PBXBuildFile; fileRef = F460A2FD8AE354E83762BB9C6D53BF58 /* FIRCLSHost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 09C3DD79CE46647121F6EFB77836E250 /* SVGKImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D90B5D7CFE3CD491CB577BBDEA86155D /* SVGKImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09D6024747A8D64AB1AC5C35ACC88FBF /* SVGTextPositioningElement.h in Headers */ = {isa = PBXBuildFile; fileRef = F29B417EFB83C622212DD6D3AA48D0B5 /* SVGTextPositioningElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09D8FC1BEC49E20F66DB7CB6FCBCB82A /* SVGKImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F81A7793E7DD18BA4AB275ECBDCBC2 /* SVGKImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09E1CE62B60FE6934C102143FF19501B /* POPVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 54908E1C7D636D9498EA67976A858A52 /* POPVector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09F74E658D72165168D0BA64E6BA1EA1 /* ISPPinnedNSURLSessionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 355B83F317B883FDE8C66D59D105AAA2 /* ISPPinnedNSURLSessionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A095E7AB5A9A40EA3F0C82BD8D2F4FB /* RDHCollectionViewGridLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EC2ABADBA769FECD14D651C33FBD88 /* RDHCollectionViewGridLayout-dummy.m */; }; - 0A0F0C654CE4D600E02355A0C99DEACE /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B0BAC874BEDE02DAC90C5F25450E11 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A2506134F0AC2925341520E7CBE92BC /* FIRCLSHost.h in Headers */ = {isa = PBXBuildFile; fileRef = D5F34EA592AE01887D0FFCE7BE63A7F2 /* FIRCLSHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A2A224218A568D18F7CE3425062EE8D /* Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DE4F051BDECDB50D8AA163917779B15 /* Codable.swift */; }; - 0A315A670640FAF5C6F37591EA182982 /* Popover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68F74E7C4715533079FE595AF1D6DCAA /* Popover.swift */; }; - 0A3E9E713A1EF463E1EF784C79BCFB31 /* GDTCORStorageMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = C70CE06FE9EACF28F452ABD1381AE8EA /* GDTCORStorageMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A5C290276F7453D9471E25BEA655842 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB50C0C3204BBD14744809CA2A61F49 /* ConstraintLayoutGuide.swift */; }; - 0A6DE14BB73774F30E4F66FEC4D3E0F4 /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = DA6BE0F54725CF529BCBE2C8DAB159DE /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A73D14AE6BEC695836ECF6871A63C9F /* SVGKPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 808E456EA075994F2E8075937DD71B72 /* SVGKPattern.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0A9FA0AEAD03FF6118BBE855BA4EA113 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F6125788BABD6F8384A97B21987F89B /* FIRInstallationsItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0AAE19770A6DFCC20B1D67ECA8E3001A /* JTDateHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CDFE7A0805B7D91CE951E4CFE961B53 /* JTDateHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AB70C33A6E75D0F25CB1D1A2C633F8D /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4103C86128B98844838AFF293BA18E96 /* Extensions.swift */; }; - 0ABA93A881D700489B6FBE9FB1F371E6 /* POPDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9B3DDB55AECBCF8A731EC14848C235A7 /* POPDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0AD7A0DA8FF5880E3D8599062129AB12 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FA2D018B724A42F9075FDF747275EBA /* ConstraintMakerEditable.swift */; }; - 0AD7DB717B94FA37ED8189561AAB6786 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FDFC65FEF07296F4A30E889865C45F99 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B0E62176E280EEB37AF4F11B2904651 /* Comment.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C486ACDEEFD56590F5176A2314383EA /* Comment.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B3BAA1FA39B4CF78DA6BC9A4AC9B0D2 /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = DEC50ADA1E979933CFA544C864307FE1 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B5D1DC5292A711BED00D5363088D0ED /* RCNConfigValue_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 268D501155D0E4F383E183B3604DBAF3 /* RCNConfigValue_Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B7E9670ABE9F00EEF10A07A133AB73C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 0B8BA840BAA8F7B862690E6697AA79E1 /* POPBasicAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5FAAAE90ACFDCDA6062AC7E1FA0311CB /* POPBasicAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0B93DC93524C52A77E52B79D65B6B237 /* DDDispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 35426B501EE614C1D87ECCEFF6E0D8FB /* DDDispatchQueueLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 08FD960160E5EB21FCDC72635BAAEC56 /* FIRCLSBinaryImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BFE172239BBAF6CAA96B7F757DFECE3 /* FIRCLSBinaryImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 090C8C0DA247D5FB163F6E989CEB8F95 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 7148A80310182E844B7634B93167F809 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0911025AA3310240590325859B3F8684 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 095606F59E30EB10F5F696A3DDD2FA85 /* CLIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = E7B34556B4FA4F7C0A8B41F258CDA9DF /* CLIColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 097565A5A6763ADF8D9D814946911A1E /* BootstrapValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D9C695D7A1AAE390B7766F8EBDC73D /* BootstrapValidator.swift */; }; + 097B7896B4069DEE4C1D8C67D5306883 /* FIRCLSURLBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B45F13F127E7A24B130DC3DB8EC6C7CC /* FIRCLSURLBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09A901A16191D0EB30203131E59DBEAB /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 757D81C7B06DE638EB418E6FDE58581E /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09B63CF3BAB2F39ECDA1A2D9B8613EE5 /* NSError+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = F096CCF37C8A10DEED49288C92D675C9 /* NSError+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09C3D4A0FEE9395DD20FE611E300C204 /* FIRCLSHost.m in Sources */ = {isa = PBXBuildFile; fileRef = D0FED73A2308A1763513A6EB17AA89C2 /* FIRCLSHost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 09C3DD79CE46647121F6EFB77836E250 /* SVGKImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F4358F1CCA5EA42B5938C76E1DA1EC1F /* SVGKImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09D6024747A8D64AB1AC5C35ACC88FBF /* SVGTextPositioningElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C132A0CDE12FABCDDB9805E182106D /* SVGTextPositioningElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09D8FC1BEC49E20F66DB7CB6FCBCB82A /* SVGKImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CE1C480E0E9887F4A3965CAC671EEE /* SVGKImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09E1CE62B60FE6934C102143FF19501B /* POPVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 90722E5F8C622668EDB20BFC50863403 /* POPVector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09F74E658D72165168D0BA64E6BA1EA1 /* ISPPinnedNSURLSessionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = EA7C6659F7A4F1F730E5CFB4D1132DB0 /* ISPPinnedNSURLSessionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A095E7AB5A9A40EA3F0C82BD8D2F4FB /* RDHCollectionViewGridLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C9D9818AE16DA84C3F02AC39FC795381 /* RDHCollectionViewGridLayout-dummy.m */; }; + 0A2506134F0AC2925341520E7CBE92BC /* FIRCLSHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 65039DC818E6869A4B1F46EA897BBC07 /* FIRCLSHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A315A670640FAF5C6F37591EA182982 /* Popover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E0B49959A98AB0D5FE31588AAB034C /* Popover.swift */; }; + 0A413683AF7FB2487352F03469416B0D /* RCNConfigDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A46431646E65D1218FC603FF6D972E /* RCNConfigDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A5C290276F7453D9471E25BEA655842 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03815F50BA7DF9A408D8A7BDD2EF9A40 /* ConstraintLayoutGuide.swift */; }; + 0A73D14AE6BEC695836ECF6871A63C9F /* SVGKPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = C5197A0961D64F3AB24E2DB84AACA7B2 /* SVGKPattern.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0AAE19770A6DFCC20B1D67ECA8E3001A /* JTDateHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 92DDD341AC700672B926F9367F802360 /* JTDateHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0AB70C33A6E75D0F25CB1D1A2C633F8D /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAACC397B6423F7D2A1BEA939B0DAC1D /* Extensions.swift */; }; + 0ABA93A881D700489B6FBE9FB1F371E6 /* POPDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1ABBF81ADD66466044A5B7229E98130D /* POPDecayAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0AD7A0DA8FF5880E3D8599062129AB12 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D036F9A34CE3A69C04728D29FCE3D /* ConstraintMakerEditable.swift */; }; + 0B0E62176E280EEB37AF4F11B2904651 /* Comment.h in Headers */ = {isa = PBXBuildFile; fileRef = E32C3E4EF0BB9A5743C4E7DE3FB7C4B0 /* Comment.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8BA840BAA8F7B862690E6697AA79E1 /* POPBasicAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E1E34A9FA7377722E5359B158CD2D0E /* POPBasicAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0B93DC93524C52A77E52B79D65B6B237 /* DDDispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BBC30049782EA91336E16595C6EDA23 /* DDDispatchQueueLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0BA47849E81BDF026677CAFA2977ED5E /* GDTCORLogSourceMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CE985E6A498F26F5F0D4492CD1FFF1B /* GDTCORLogSourceMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0BB7957C8AC8BD34C334302EAF3AF9DC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 0C1E37DFC82F04903937141CD85A6AE2 /* POPCustomAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = F049920C2486BE88373010640128627A /* POPCustomAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0C2ECD509C420145C0031EEFDE5806A7 /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB5C3135CABA1C28BB0C388984FF8CA /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C38580BFEA1DC9CF756939BA6AA2E85 /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = B3A7A9423E15F0AB29F2DEBC393FD757 /* FBLPromise+Timeout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0C40715B2E27DAA8CBB069A6D5363243 /* NVActivityIndicatorAnimationBallClipRotate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 844B51EFD1D5B2B0B41F5D12D89D3CB9 /* NVActivityIndicatorAnimationBallClipRotate.swift */; }; - 0C5C6052F5FDCC88DB8338B39C2435E5 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CA7BB862E492AA151A025A6837EED47 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C66B1EF0BDB8EE1FFEEE6070B90A650 /* RCNPersonalization.h in Headers */ = {isa = PBXBuildFile; fileRef = D332C429C14752008DFF800334EE4B7E /* RCNPersonalization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C896E5021166AEDF281A4C4B5F3ACC2 /* CALayer+RecursiveClone.h in Headers */ = {isa = PBXBuildFile; fileRef = 416471EF4FCB2DA0E119135A537A4901 /* CALayer+RecursiveClone.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C933D0294D7F0409D92E828ACAD0876 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = DD043C4320C19708E8725CE5019C6BC7 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CA1E1741629A6602732E83267ABD28A /* Pods-iOS-PlatformUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 537936C0E200A9FB58528A518AB752EC /* Pods-iOS-PlatformUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CB3996B681C0FC1808EF2FD0BF69215 /* Pods-iOS-WebParticlesTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DD528624EDB64F69EC0765F3B3B34833 /* Pods-iOS-WebParticlesTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CC1311AC72ABD8DDF58B59D43123059 /* FIRMessagingTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = AC251A1EBF29F9FFD8FEE1468D3D1FE0 /* FIRMessagingTokenFetchOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0CE2D1D626E8162F9DDADD934A449C86 /* SVGKParserPatternsAndGradients.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2189EE46FED697748742B5804139D8 /* SVGKParserPatternsAndGradients.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D10EF26C7B09CC1A89A3442643B2541 /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CFC714E841837139F8379574CC158DC /* GULURLSessionDataResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0D510A3576169BCC76FCEAB6B89D98EA /* GDTCORFlatFileStorage+Promises.m in Sources */ = {isa = PBXBuildFile; fileRef = 64078AA1668B5D7A4F1B637D46366832 /* GDTCORFlatFileStorage+Promises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0D665B6767B345D8C70D7E029A2A48D8 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EECE4C99B6172D7B52742A5D7E36EFE /* ConstraintViewDSL.swift */; }; - 0D8D7A8CDCAFF0544E82185706B8D1B5 /* Element.h in Headers */ = {isa = PBXBuildFile; fileRef = FCF7FEF99CAAA284BDFE8BE3C4A28FD2 /* Element.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D944A88A0229CE9BE48E30530FEA9D4 /* ISPPinnedNSURLSessionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 82678AE250961E5E7D00986AA7662934 /* ISPPinnedNSURLSessionDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0D9D21965A0609661EEF52A19964913D /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */; }; - 0DA9A9D2F8960818017E26DA480FA143 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BBF4612B36D91518FCA1ABC99EDC2B0 /* ConstraintLayoutGuideDSL.swift */; }; - 0DBC3DD72EC23A36DF8A49009FDB8840 /* FIRStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D4064DDCCBCB3C3B892094B50C4732E /* FIRStackFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0DDBFF7516C2F40018EB5DEDADAA268E /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F57FA4168C94E7AAE64269BD4E24A23 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0DDD93B4C8F9E619C63654BB9DA5541D /* FPRNetworkInstrumentHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 402A412A0ED5C84FCE2B99D201826039 /* FPRNetworkInstrumentHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0DE5672363CF0BEC4457FD6B08EA672D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 980D199F6CCC5D5CAD036981D1450EB3 /* PrivacyInfo.xcprivacy */; }; - 0DF9F2529F95346B44A7BB16CE00B524 /* EncodedRolloutAssignment.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4CB5CA0AC96061E6EB0479CD90FB03A /* EncodedRolloutAssignment.swift */; }; - 0DFED471AD5A496C8738FD5EBF053705 /* ZSWTappableLabelAccessibilityActionLongPress.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EA0B189F5F880E60F5B443356E4A525 /* ZSWTappableLabelAccessibilityActionLongPress.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0E4AF0F241CE9E6F2C5800C2B69892AF /* FIRCLSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 25EEF5DB48CD63FC6D5083E25F3DB459 /* FIRCLSLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0E59637CACD67679837FBBE6378B17B7 /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9C3AB6BCA3083BA108A5A22E03095F /* GoogleDataTransport-dummy.m */; }; - 0E6853ED3BE627B1B9E1AC746B94F910 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B545BF33F19F715209B7053272F747 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E76333A200892E180B7B11CE1F931AC /* COSTouchVisualizer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DED7FD74D390F7BD0F3D9AF6E1EA48D9 /* COSTouchVisualizer-dummy.m */; }; - 0E840FC1DF5A14F486F90E541176BD5E /* DDAssertMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D7376CE1DF8303AF9664A440852153F1 /* DDAssertMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0E848E8A80A9332FE29F0ED827B361DE /* SVGKSourceURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 36BFBCE6BAADD1B9525F89CA8FBE1726 /* SVGKSourceURL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0BBC63D6ECC3AC3337FB66FB54890FDB /* RemoteConfigInterop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 228FC22B54AF2106FA8B737829867141 /* RemoteConfigInterop.swift */; }; + 0BC4E5FCF610D5465D8692FD825D0FD0 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 577CD37C67F0841F40ED94F780C7DBD0 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C1E37DFC82F04903937141CD85A6AE2 /* POPCustomAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F147D8782057D83EB45B0EC49E00922 /* POPCustomAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0C40715B2E27DAA8CBB069A6D5363243 /* NVActivityIndicatorAnimationBallClipRotate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDD4736BAB8676B21040A0FA91DE0122 /* NVActivityIndicatorAnimationBallClipRotate.swift */; }; + 0C896E5021166AEDF281A4C4B5F3ACC2 /* CALayer+RecursiveClone.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C072F603EBA177647AF8562DE88C6B4 /* CALayer+RecursiveClone.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CA1E1741629A6602732E83267ABD28A /* Pods-iOS-PlatformUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 664A38E770C0BB42843662543F53A8B8 /* Pods-iOS-PlatformUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CB3996B681C0FC1808EF2FD0BF69215 /* Pods-iOS-WebParticlesTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C14889E27BDED9AB3143F0B23919850 /* Pods-iOS-WebParticlesTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CCD11AC55C088FB1BF66D3AE071519B /* FIRMessagingExtensionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 26CDAC337F915526686B82FCDAE863A4 /* FIRMessagingExtensionHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0CE2D1D626E8162F9DDADD934A449C86 /* SVGKParserPatternsAndGradients.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A668C586D4E4C70B996D3A441406F66 /* SVGKParserPatternsAndGradients.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D500AE57A919E9F9A40142CF260D9E5 /* FIRMessagingTopicOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D47CB659909BA9E28DD677C76BA671F4 /* FIRMessagingTopicOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0D51A84F16D6E9302C0294A1090CA381 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8C92672FB14C3F918128AAC90A626E /* FBLPromise+Async.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0D665B6767B345D8C70D7E029A2A48D8 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCF4EB917D3D9938F964CEAA3DA92F7C /* ConstraintViewDSL.swift */; }; + 0D8D7A8CDCAFF0544E82185706B8D1B5 /* Element.h in Headers */ = {isa = PBXBuildFile; fileRef = 31DEF96D0832130546AA62170D3AB139 /* Element.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D944A88A0229CE9BE48E30530FEA9D4 /* ISPPinnedNSURLSessionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 456343134C0E781D76B5C63B67ED6AAA /* ISPPinnedNSURLSessionDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0DA9A9D2F8960818017E26DA480FA143 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD57DF3A29BF2D006DA6CBE929EFA666 /* ConstraintLayoutGuideDSL.swift */; }; + 0DBC3DD72EC23A36DF8A49009FDB8840 /* FIRStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 42AB5C06FD9BA09815C27ED87AAAF9D8 /* FIRStackFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0DDBFF7516C2F40018EB5DEDADAA268E /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B33C657767F6084084D010A6377FAB70 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0DF9F2529F95346B44A7BB16CE00B524 /* EncodedRolloutAssignment.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF9A8D6C1ED77FB99318BEB494E66C1C /* EncodedRolloutAssignment.swift */; }; + 0DFED471AD5A496C8738FD5EBF053705 /* ZSWTappableLabelAccessibilityActionLongPress.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F10352CA8082BAD6A52212CD48BB8E5 /* ZSWTappableLabelAccessibilityActionLongPress.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0E0D1BDEB0A93BF67A2251789EA765F4 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C04FB39BB1A85A1094637AA53E36449 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E421113BB399F62232F133C55BEA343 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = A9951A210FC3EB3F2D42B5E9914FDB4D /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E4AF0F241CE9E6F2C5800C2B69892AF /* FIRCLSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = AE10C9D245F755851C6DA113283B4709 /* FIRCLSLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0E6853ED3BE627B1B9E1AC746B94F910 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E44D4E54ACB367EA7D0B7ADFF2FB7530 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E76333A200892E180B7B11CE1F931AC /* COSTouchVisualizer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F356A5A4741519EF0F678FD6C67F7EB1 /* COSTouchVisualizer-dummy.m */; }; + 0E840FC1DF5A14F486F90E541176BD5E /* DDAssertMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C20729108E19824F005ED825D41284D /* DDAssertMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E848E8A80A9332FE29F0ED827B361DE /* SVGKSourceURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 9135172DFEDD0020E668EA2D1267499F /* SVGKSourceURL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EA62F65564AB33B545DAD3D63B0A8DD /* compliance.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = A025FF30DE23D39337FD5CF6553C3EC7 /* compliance.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0EC87CCF3EDBD7554688CB32989F35B9 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1CF503D77E992C93B82CC90D688683 /* QuartzCore.framework */; }; - 0ECCD8B1C89D48D8A8BE4F9AB5197F9D /* Promise+Any.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF3F87B09BDAF994AD828940A10C1ADF /* Promise+Any.swift */; }; - 0EE2734AE719FBDFEEF3C88B524EAEA9 /* StringToHexConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9CFFE32B6C9FABCDFF2EDD69B976263 /* StringToHexConverter.swift */; }; - 0F0B90EF76AF28C8BE1E47E3D449B7AA /* SDWebImageSVGCoderDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = E71DAE2847D6319FE441E424588AA752 /* SDWebImageSVGCoderDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0F0C1B190D9594FE5D4DA0704384B672 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FE219C56120DAD546E8944DC751532D /* GULReachabilityChecker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0F337701D518C7DB89498F5DD8D887EC /* SVGClipPathElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 044C8CD612E72A09DC29E47A1AC39493 /* SVGClipPathElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0F469319454900253B4311C31CDB7B37 /* RCNConfigDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = B286DD9660CDC6A10683270CE42A1862 /* RCNConfigDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F60F3FF2243206EED4E96E2A8D63BE8 /* FIRCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = D70FC75D60C78ADFBA862E39C4CE18F2 /* FIRCrashlytics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0F6A95EB9733A54F3D3408F4ADC2725E /* FPRClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C0EB4DF13F1D03AFFD7465575D78ADFB /* FPRClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0F6EC2DE2BF320EE7AACB5B0932A8133 /* Pods-iOS-UIAppToolkitsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D07EFDE0E8E369B9C95367FDEC99FEF9 /* Pods-iOS-UIAppToolkitsTests-dummy.m */; }; - 0F8F6C28EFCD16953AE6F3A2F09E52A6 /* GoogleDataTransport+GoogleDataTransportProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C479B76EDBD8E34F795FF28399CEAC5 /* GoogleDataTransport+GoogleDataTransportProtocol.swift */; }; + 0EE2734AE719FBDFEEF3C88B524EAEA9 /* StringToHexConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE95C3F2F1ECDFB148EE95F493759370 /* StringToHexConverter.swift */; }; + 0F0B90EF76AF28C8BE1E47E3D449B7AA /* SDWebImageSVGCoderDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E4C81B6CE0AB50B7F1A8EEF0143F53 /* SDWebImageSVGCoderDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0F337701D518C7DB89498F5DD8D887EC /* SVGClipPathElement.h in Headers */ = {isa = PBXBuildFile; fileRef = F004EEB8DF0274B268D39DF5AEB4104E /* SVGClipPathElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F3C351F73D85EB23DA9250A7A2E61B4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 0F60F3FF2243206EED4E96E2A8D63BE8 /* FIRCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D50006250C8AF27367DA2CEF0719FE1 /* FIRCrashlytics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0F6EC2DE2BF320EE7AACB5B0932A8133 /* Pods-iOS-UIAppToolkitsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 25898681F81F0F3C4C6C3E41FCE57D83 /* Pods-iOS-UIAppToolkitsTests-dummy.m */; }; 0F99A8DDBE1369742D72FFA4A329B636 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; 0FC5A479554857FC38A3C8753351191E /* SDWebImage-SDWebImage in Resources */ = {isa = PBXBuildFile; fileRef = CF1281E58AA1045D4B7F33FC56691C42 /* SDWebImage-SDWebImage */; }; - 0FCC436C62EFD6A7D81CA59974508A8A /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F94BC94195F20ECC5C12E9DB3B4E7A /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FE55F9DA94D30BF485B59E63E001741 /* SVGTextLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 84556D2D4357B4398254FA2A2F44C704 /* SVGTextLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 101C477FB94FB5AA3158BCA0E8679F4E /* EFQRCode-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 297AB53E238F9E7FB6E4D0F942A6C119 /* EFQRCode-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 102FD45C48F92745C8F364006570E71B /* GTMReadMonitorInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 567B1FC3AB4F82485A0B5491FD25848E /* GTMReadMonitorInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 104179581ED9817D5B55F9E0D8101AFB /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E5F35AF37683998CE7B1AAB782606D98 /* UIImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 104A1DBB6131F4AE65A79A63A1DC219B /* NBPhoneNumberDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A76C7B746364EC24025D5403B1329B3A /* NBPhoneNumberDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 105A826E1ADD6D4E6AC8DD2E961A9A68 /* Promise+Validate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA6BCCE94E2F4EA1385A3619F1388C7C /* Promise+Validate.swift */; }; - 10780662EECE7110B231C8C775628ADD /* EFIntSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 137E69CB1D4385FA752A3817A291CAE0 /* EFIntSize.swift */; }; - 10DA4C31022B50874A6230EB0B7A7ABF /* FIRRemoteConfigComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3115A21687C4CB41FC80DF653CDA0483 /* FIRRemoteConfigComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10DED49C2B45A5EA8FA6968F1AE7D28E /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B3565B75D855538501DA74322E5317 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 10F91ECD60AFB7F37220E47A3F342D64 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 529848C453C50708A09E61AB3C73A3A0 /* Dematerialize.swift */; }; - 110782329A96CAA9E99475416D1DD14F /* SVGKLayeredImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = F1664534736478D86DCD2D3CB74CDEF8 /* SVGKLayeredImageView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 111A94C799B868EF01639B2B7E403D5C /* CDATASection.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EEB320CC6D1FC093011792BE7ECC9F /* CDATASection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1129E2A9286034FB52D142409CAE388F /* Pods-iOS-dydxChartTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 70D46CE944BBAA1E1772F9A86CD8940F /* Pods-iOS-dydxChartTests-dummy.m */; }; - 11536D0D4160390EFA08C8CECB33CCC0 /* GTMSessionFetcherService.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CEC129F678A7E3CC4DE46AB7C7E1294 /* GTMSessionFetcherService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1165C47E123ED2F21A383127501AE056 /* POPAnimationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E3EAEBA8951E7FE16E6DCBC741D7AF55 /* POPAnimationEventInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 116875A435A6C285919C97C0AE6DCA28 /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 278E831A1848D6428ADFD7157934C17F /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11A8E62762D11170E1A8BF5AB0227888 /* NVActivityIndicatorAnimationBallSpinFadeLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 542CDF544A2433F25D0E0B6333D6F417 /* NVActivityIndicatorAnimationBallSpinFadeLoader.swift */; }; - 11C755A71F4FE2910E82C25267E13411 /* GULRuntimeSnapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A806AA49DE56F8DFD99DF33ACA48F8D /* GULRuntimeSnapshot.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 11CA2F160BB8E89E36E4AC75169C978E /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 66BB169C0D3059CFB405C3D03F9E5C37 /* GULSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1207BBCA46FAAC13218BB30D6272E0A1 /* FPRClient.h in Headers */ = {isa = PBXBuildFile; fileRef = DDA552DF5E20E96C4D46FCD2C43B2F00 /* FPRClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 123363F760D82A1DFFDEA40BB8D876AB /* Overlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB0AA6A9B07E4D42D32251FFDB38A71 /* Overlay.swift */; }; - 1234E8C3B8F8C608840890E6D0806D25 /* SVGKParserGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 79201204BD168309A00FD9149AC841AE /* SVGKParserGradient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 125ED5C92CCB9AA4516F87C422601223 /* SVGKParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 45FBFEEF2E07FBB4B8AA513E1E3D5FD0 /* SVGKParser.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1291D453E948DAA2F2EDC55210B8B34D /* FIRCLSInternalReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 935DFC57A1B48E24D177D940F4E4175B /* FIRCLSInternalReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12A73DB7AF1B04328AF8AC485585D95D /* JTCalendarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CAE73E44790A2192D8AF6D89E95789 /* JTCalendarManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 12CAE0239073CB69F4D7DF3D854CCFB6 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E483612A98D2DE175447F4F5229D1DE /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12D3502E2E09B21C45FAEE76CA69923E /* MapToResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1095C36AECF0A9C1436626F4A583EAA1 /* MapToResult.swift */; }; - 12F2A8694ED10AED3FE213316E879E71 /* FIRExceptionModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E2311EDA38A99E2B1121AE8C78F7A62D /* FIRExceptionModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FCBD9B7518F43C2C8444298F4550090 /* FPRUIViewControllerInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = D6B93FEC896077EF2BB851DDBC25A41A /* FPRUIViewControllerInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0FE55F9DA94D30BF485B59E63E001741 /* SVGTextLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C18DB09B7127D69A484B683ABD28C18 /* SVGTextLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 10030A199C3B833276EF953BEC81651D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 0F3D1C14E138C06F23C97C23B784022E /* PrivacyInfo.xcprivacy */; }; + 101C477FB94FB5AA3158BCA0E8679F4E /* EFQRCode-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4200913CFD7342154B311573BECCBB60 /* EFQRCode-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 102FD45C48F92745C8F364006570E71B /* GTMReadMonitorInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 97A67F95850DEECD87C50848323C516C /* GTMReadMonitorInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 104179581ED9817D5B55F9E0D8101AFB /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B23D74B206C9BDD915B4CFD9E0EE7E51 /* UIImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 104A1DBB6131F4AE65A79A63A1DC219B /* NBPhoneNumberDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F6BE22DF058F9FE67882373A323B425 /* NBPhoneNumberDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 105B48ACB54A84C01D4B5037A527B16A /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 412AED52F5CC9A800773A76C76BF09B5 /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 10780662EECE7110B231C8C775628ADD /* EFIntSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9366BFA159716F04E43EB574060A4BF7 /* EFIntSize.swift */; }; + 108B5643606E91803A924E3A851EEADC /* FPRNetworkTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = D493C153C2AA003DC36A888B9FD8C5BE /* FPRNetworkTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10DED49C2B45A5EA8FA6968F1AE7D28E /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 77E28F6C6149333E3663BBAFD6F72956 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 10F91ECD60AFB7F37220E47A3F342D64 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3696FE950F4AD2052778C135773BFF96 /* Dematerialize.swift */; }; + 110782329A96CAA9E99475416D1DD14F /* SVGKLayeredImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C6C89D3AF4E8EF40A639E597292BA83 /* SVGKLayeredImageView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 110B86575ED68FB6AC0D5CF61B0EEF68 /* ABTExperimentPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = AC381B2B635BADD580F388231CEFBD9C /* ABTExperimentPayload.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 111960A2D304DDC0A199CF67B270D1F0 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 9241F5D74065993697CF7523DA79B590 /* FBLPromise+Testing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 111A94C799B868EF01639B2B7E403D5C /* CDATASection.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A385454805FA64647BA398F537045F6 /* CDATASection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1122302F77B6853AF2AD66424E5F36F8 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 424A857DF1EDE2AB3F74E3974ECCF08C /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1129E2A9286034FB52D142409CAE388F /* Pods-iOS-dydxChartTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AE1E2876E4C3504996D4DDA4C87CB8CC /* Pods-iOS-dydxChartTests-dummy.m */; }; + 11536D0D4160390EFA08C8CECB33CCC0 /* GTMSessionFetcherService.m in Sources */ = {isa = PBXBuildFile; fileRef = 430444F8F7802659CA9E967ACA74BBB1 /* GTMSessionFetcherService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 115AFBF4D2DDDC89849511112E9810F8 /* FPRPerfDate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC653C229E50DD57911B3D2BD59B69B /* FPRPerfDate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1165C47E123ED2F21A383127501AE056 /* POPAnimationEventInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5B87F1E8C174BBAD2F86B2A56F0790 /* POPAnimationEventInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 116875A435A6C285919C97C0AE6DCA28 /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 87F083A510D0EB39973A307C02DED60C /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11733B86FA6B38C72A209E6CA167935C /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = E9650775FD41C1625F51750C7BC31860 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1182019F6E77B3A3ECF4EB14E8FA191F /* ErrorBoundary.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A96759BF50463D01FB942D851830944 /* ErrorBoundary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11A8E62762D11170E1A8BF5AB0227888 /* NVActivityIndicatorAnimationBallSpinFadeLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A3DC39C81E542EEF5D2C4D9E7EDC5C1 /* NVActivityIndicatorAnimationBallSpinFadeLoader.swift */; }; + 11D5268D5CE460E7D70210D7084D8C77 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = A521A32AAA40B9878BC18303D23481A6 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 123363F760D82A1DFFDEA40BB8D876AB /* Overlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1489F91046CA959158B3BD8D61233AF9 /* Overlay.swift */; }; + 1234E8C3B8F8C608840890E6D0806D25 /* SVGKParserGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = D003F06A7D2184A3D0918D0BA5D4DBE4 /* SVGKParserGradient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1246E266C957172F5AFA3004AB4A8C45 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 594D8B2427BF249B027E6ACC8D55FE3B /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 125ED5C92CCB9AA4516F87C422601223 /* SVGKParser.m in Sources */ = {isa = PBXBuildFile; fileRef = B475F0700674CC4B57A267919F6566A0 /* SVGKParser.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1261B4AF9DDA1D151539E313D4115D0A /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C35082C99CD49F743BB6780BDA8C539 /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 126C582ECF14A926E9C2F91A5C3F300E /* FPRScreenTraceTracker+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9DB1B8DB88D266D46D0076F83DC0AB6 /* FPRScreenTraceTracker+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1291D453E948DAA2F2EDC55210B8B34D /* FIRCLSInternalReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 02022FE24DCB575C45DD4E09905A26DF /* FIRCLSInternalReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12A73DB7AF1B04328AF8AC485585D95D /* JTCalendarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CCA394A7A599C0D7F6235DB12D260106 /* JTCalendarManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12D3502E2E09B21C45FAEE76CA69923E /* MapToResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 458E0FAC06472ACC263C36A1BE013659 /* MapToResult.swift */; }; + 12F2A8694ED10AED3FE213316E879E71 /* FIRExceptionModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 911409C3B219E96A25E81F04CA2F1D2B /* FIRExceptionModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 12F344D2CB66F60663B3A124E3478AD6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 12FA4A4EEB7ECFF84D7C5E568D749207 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D838441F70BEA870373F5A84A8149CC /* FIRInstallationsStoredItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 135AAEB22265E73B007FCDCFAD257CF8 /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = FFF3C82F817E739F447572046D28CEDF /* GULSceneDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 13692823DD70D84107194C4CA9DC829D /* SDWebImageSwiftUI-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5970A77CF960C41108B32E7AF3F42310 /* SDWebImageSwiftUI-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 139E08CFB6AAE7B106CC391ED2DB92C0 /* FIRCLSDataCollectionToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 48D533B1A444259E39CFEE50F74A45C0 /* FIRCLSDataCollectionToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 139F2E059A34CFBEAFF357CB96E50F9E /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 25870840E4DEF47CE9CAAE98A831007C /* GDTCOREvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 13AA324683E45828ADDAF070BAB009FE /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D6B41E1050F75B235AED01EF821D523 /* Sink.swift */; }; - 13CC0CFB1C56F23BBC872801F983C1A3 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737BDDD4FB2B173017F3B307FA2DA7CE /* ConstraintLayoutSupport.swift */; }; - 13D3EF8DB18B968AD45A393D42CCA9BC /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 404577E528498ADD830E27E54DE644FA /* PrivacyInfo.xcprivacy */; }; - 13E4650FBDDAD5E4E5156807B32F6D6B /* POPPropertyAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F44F8420CABF81ABA126ADB9CE9DF87 /* POPPropertyAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 140B6E35B7546385FDDF5E1E6F68DB7C /* Promise+Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93CC32D1BFD969F1973647CD2AA10E0F /* Promise+Timeout.swift */; }; - 140C27C88C96F8F9457F0C0CF11C18CC /* HMSegmentedControl-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C700A6CBABAC368B9069E921E6C7838 /* HMSegmentedControl-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14210631CFBF46B5143F73841B330601 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DD756705D2559E4949B67AB1F320233 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 142E1D597048C8800BFA18FD4A9DD701 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 347BAEEA9B2257E13E628B5698C30AEC /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 143C10B6D5ABB56A489942091593E647 /* FIRCLSFABNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = EFEF319EB02B7DB0C02B967146204F6A /* FIRCLSFABNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14642E6A885EDED66487F1084882637D /* FIRMessagingPubSub.h in Headers */ = {isa = PBXBuildFile; fileRef = BE4202FEBCD5FA5A64A294C3A5763D13 /* FIRMessagingPubSub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14666EE95885B1E191A61598DA336581 /* FIRCLSMachOSlice.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CABA861B0E905DA06AD228CA3ADBF7B /* FIRCLSMachOSlice.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1494EEA616643D5629B346F6A02B07F8 /* JTCalendarSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 53284268EDF0B9DC4FEEC6D11900CCD1 /* JTCalendarSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 149FDD80A26F399AFBD57325998EFDF6 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AE8F817F8263E93354D10565980F898 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14CD7E5A556FE8ED2CD06E81839F3B0E /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CADD6210D53D10619E133D26C7DD9241 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1335E8DFEB109BB415E507EEB2F4B7E0 /* GULObjectSwizzler+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A478F9FAA66D6BF47BBBA5EF58E0727 /* GULObjectSwizzler+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13692823DD70D84107194C4CA9DC829D /* SDWebImageSwiftUI-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 74951EB812DE53E6DAB5A832C5952432 /* SDWebImageSwiftUI-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13830EAAEC21BBFD29B6826226FD983E /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B36ACA6DDC3B2A0480653D4E2A1D065E /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 139461D8370DD4951280084BFF285EFE /* FIRMessagingInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C26121FA773E124E18D910345970012 /* FIRMessagingInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 139E08CFB6AAE7B106CC391ED2DB92C0 /* FIRCLSDataCollectionToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DA2F65FAF3F64E7F26CA79361E17572 /* FIRCLSDataCollectionToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 13AA324683E45828ADDAF070BAB009FE /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D6F43D342EE8764B5DA4FFA9082016 /* Sink.swift */; }; + 13B32F5A194B4D948AD0F09312107DE7 /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C35DF6DC7109E8DDD5313C0D0D954BC /* GDTCORClock.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13C97A88481E2C07D3E14A52FC5218FF /* InitializeMarker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA347C0E8515E184CF3A50F3E376FB78 /* InitializeMarker.swift */; }; + 13CC0CFB1C56F23BBC872801F983C1A3 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 117758AEB1B30C81ACABF2A1822FF7BB /* ConstraintLayoutSupport.swift */; }; + 13E4650FBDDAD5E4E5156807B32F6D6B /* POPPropertyAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = EACB58C70640CEAD15E6A7073B3CB326 /* POPPropertyAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 140C27C88C96F8F9457F0C0CF11C18CC /* HMSegmentedControl-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 430AFBA48D627B68EDD99CB7D998DB90 /* HMSegmentedControl-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 140E4010A089485C06EB8A5560AC55DE /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DE7C9930BAE809BBB228B43947CE6B9 /* Event.swift */; }; + 142E1D597048C8800BFA18FD4A9DD701 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 193E914F40AA2678B685A8FC8ECBE81F /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 143C10B6D5ABB56A489942091593E647 /* FIRCLSFABNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E92567C1F5FB7FC0DFDF45DF04B8E76 /* FIRCLSFABNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14666EE95885B1E191A61598DA336581 /* FIRCLSMachOSlice.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D7FFF67698648F5050FBC1ED9DF30EB /* FIRCLSMachOSlice.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1494EEA616643D5629B346F6A02B07F8 /* JTCalendarSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = B9C7125D8190CE562F89CCF7E19D478A /* JTCalendarSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1494F53BA1DDB5B5E674BC7E6D761A0E /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E7E179DCE8B5CFEEE9F31071E431680 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 149FDD80A26F399AFBD57325998EFDF6 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C1FC0E98C641D719F59FAE1E24ED625 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14B8166D7A41556FBA494A38BB8ED206 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = D62DFE7F3295450014CA8363BA4434B3 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14CD7E5A556FE8ED2CD06E81839F3B0E /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = DE534DF5FB9CB086F49EF0CA5AED676E /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; 14FBCA48CB5CBAB5AA0DD18325D993EA /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 9264683869DB03D368724585C52FFD0D /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy */; }; - 1501440AF1C85CB575F269E26BCEC459 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 707DB102E2E79A1BA1AAEA4643300291 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1511003D045CB0A55F4EF843C5CA0E29 /* FirebaseDataEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FCCDAB64DB58861B7ADDC7B10282E03 /* FirebaseDataEncoder.swift */; }; - 1512D8B7D22E67741FE46B67B66D97B6 /* external_privacy_context.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AC096086ED4391968AE0368B6F83E4B /* external_privacy_context.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 153638C1DE8919D51EF0B10924493F6B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F8BE66B2EDECA2B7E61694A9A1C80CF2 /* PrivacyInfo.xcprivacy */; }; - 15391F71EADBAB938B40B231A1374163 /* RadarChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F38E277F2DFC68D88173804B703E884 /* RadarChartData.swift */; }; - 1570C5315A10CF1E7F0EA461573E4661 /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 2310B9CB140B1410E8F9C61A12C9A39A /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 157A9727B33D8361BDA1858AD337462E /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6268F31D45F334B6CDCED73257BF6DC8 /* SDWebImageError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 15AD0E0ED359CB2D3DF65184BDF52ADB /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = DF275FC506C09A943C99768DA9C72528 /* GDTCORLifecycle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 15C720255DF9AD8C42C48356DCB3F7F0 /* MediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AA5F3AE6B958D0D7773B7B1D4E8FA8A /* MediaList.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 15F591AD65451660CF20D32360F76097 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DAD9DD4ADF45652729A34E9917918579 /* nanopb-dummy.m */; }; - 15F68E09ADCDB843B938C490059485BD /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81CDCA40EA35DC255091CDA738973EA1 /* ConstraintMakerRelatable+Extensions.swift */; }; - 1645CF97334A4900AB707BF17FE4E5C9 /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = DB673E3180781963D9B2582D82415E73 /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 164D5B527E7BA7CC08F903256A1CA6F5 /* FIRCLSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E3AF80F7FCEA840E4929E74CC08DCF1 /* FIRCLSConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 165715FCC785392EC902B9C337DEFD5F /* DefaultFillFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F8D27E3BD60D58EEB1A9AB95CF2AC89 /* DefaultFillFormatter.swift */; }; - 1660A17BC64AC5796E9B6DFDB11957B0 /* DDLoggerNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 78050B3A464B83CC3513DB1882EC4F0D /* DDLoggerNames.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17096A0597B9379E2456A43C298B4240 /* GULSwizzledObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B66153D14031D3EC279C36839D7C806 /* GULSwizzledObject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 174A6A1C5E23579B7E40F0F2AFB0BDF7 /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 546578CA7918C6365A67A5F9256203B5 /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17517270B8F89B22DCBBA0CAAE8CE406 /* Platform+Touch Handling.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89E847D06439F0E7C583709E5A1FEEA /* Platform+Touch Handling.swift */; }; - 17A27D6351C087134F0446EBAA116573 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A283052D02A9AB8487DA34044B8BD29 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17C20D68963C252E9991CD7361723892 /* Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05662D5F03F4EC970667F8C86D770481 /* Codable.swift */; }; - 17D1D1270A329F17418F441D8094D3DE /* ChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B29004985876DDD8CA887C10B6EF0778 /* ChartDataProvider.swift */; }; + 1501440AF1C85CB575F269E26BCEC459 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AD2B868F9597BE21BD64B32D8CDD91A6 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 150B64E16AEEA1FE16EECF5273FB4B40 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = F9D6AAA293CE32E0A4EEF2B5A69BBD9A /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15391F71EADBAB938B40B231A1374163 /* RadarChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E4B8802F7D62FAF7E79256431EC156E /* RadarChartData.swift */; }; + 155CC2C951F06F622160E441D8A08231 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = F0E75B227290D1D17298EB39DA0F15EF /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1563D6A29B43597D087F87562D0BE96A /* FPRNetworkTrace+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DF8D95C78360E27E24C2C99A77E7ADA /* FPRNetworkTrace+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 156BB1DE3BC1CA9297E27DBA53B72B7F /* GULNetworkInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F18647B92B5ACB3416AC27AEC014FBB /* GULNetworkInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1570C5315A10CF1E7F0EA461573E4661 /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = D4AE9A6525D9DABAF0DF3279D63098E6 /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 157A9727B33D8361BDA1858AD337462E /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 639B5C53C00BAD5E849D3BC1E1D670D8 /* SDWebImageError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 15C720255DF9AD8C42C48356DCB3F7F0 /* MediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EDE8EF16017D431ACD4E5E4551D55A98 /* MediaList.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 15F68E09ADCDB843B938C490059485BD /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4118B144F598364E493C7E7078C913 /* ConstraintMakerRelatable+Extensions.swift */; }; + 15FB9147FD7FB24A4F798BD7FE42474D /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CFC1FE34A46CD43F9669C047D6C8499 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 161D02554712E7613BB59CFFD89B693C /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A77E35CD6CB4AC27B9D55D5522145B3 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16353C0F8042389096C146CB7F4CB044 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = BC6706AFADD1C21DF77DE1967D5474B4 /* PrivacyInfo.xcprivacy */; }; + 164D5B527E7BA7CC08F903256A1CA6F5 /* FIRCLSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = A21675668B3EA209E3A6ED145990E44C /* FIRCLSConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 165715FCC785392EC902B9C337DEFD5F /* DefaultFillFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56FBB83B361BD6013E4AF28B6F95D48C /* DefaultFillFormatter.swift */; }; + 1660A17BC64AC5796E9B6DFDB11957B0 /* DDLoggerNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F7E6DA189EA1FD071FD87062C9A959 /* DDLoggerNames.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 16BC007339DA30200C26274BECC00536 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A626C97BEB898B7D580697D6B7F30B5 /* FBLPromise+Always.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 16C3F965BFED9330E72120F21AEB75B2 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 4DB03FD262B678178A44272143846563 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy */; }; + 174B6946A65D985EC2E585DC0B718072 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA168135570D072218F81CC4FFD941E /* FIRDependency.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 17517270B8F89B22DCBBA0CAAE8CE406 /* Platform+Touch Handling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8150E7DDFAFFC48AD39A4439CDE9ED75 /* Platform+Touch Handling.swift */; }; + 17C20D68963C252E9991CD7361723892 /* Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C6725C29ECBF6AC887463C8FAC0A1F /* Codable.swift */; }; + 17D1D1270A329F17418F441D8094D3DE /* ChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F4D8D9DC39BED4A53A067015F2E69F5 /* ChartDataProvider.swift */; }; 17FCB3E6CE2C3EF59D44FE3FAB5B4C24 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 1818220334986B68937BB24FEA91AF44 /* POPAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D8A29B70D521E5997B3B9C10BEE5A5B /* POPAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 181BA71B91A825FE229871103447F524 /* GoogleToolboxForMac-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 52BEF3B0DD6323773BCE986B45BBD964 /* GoogleToolboxForMac-dummy.m */; }; - 1845FB4396FEA22F99CF33CC7AD04AAD /* IAxisValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA5305C0FA0E61B968DC1D479F17A9DD /* IAxisValueFormatter.swift */; }; - 184AF1DEEEF198F674843686DAE3571F /* BarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958AB4ACA7CFDE241E2BDD4816E235F0 /* BarChartDataSet.swift */; }; - 1864A7C63193FBE9B718CF82F4C565E2 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 56798E88A0FBC664E1C91F9188260888 /* FBLPromise.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 18731793C0A8C333A74FD5DD0AFCF04E /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 846D568A94C4F038565E1D881B094C58 /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18A6C893B3B072637D2FFACCF87979E1 /* NBPhoneNumberDefines.m in Sources */ = {isa = PBXBuildFile; fileRef = 65473CEA6BFC8FDB1E6B2499F9743B61 /* NBPhoneNumberDefines.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 18B532EA5519540379F469F0BB0D50FE /* FPRRemoteConfigFlags.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EBA229F0C0309E345B9655C1640808D /* FPRRemoteConfigFlags.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 18D6D6FDC8C94EAD2122B1E6BA82259E /* BatchUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A0C9397CA86AF4C2B99B830100C9FFA /* BatchUpdate.swift */; }; - 18DCB4B9D1011439081A310225DB2164 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D9BFDCA676E3C6D1495C3056EC672EA /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18E1FD53AB82661D9A5368B055C25705 /* FIRCLSCallStackTree.m in Sources */ = {isa = PBXBuildFile; fileRef = FD55BB486E16093ADDFECB964AD67AB8 /* FIRCLSCallStackTree.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 18EAA1546D97EBE662530A51F67F874E /* Tag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81974FCD48D89763651FBBC69CA89AC1 /* Tag.swift */; }; - 190ED571464678055B5376AAE1C32A79 /* RCNConfigDBManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5E6CE17922AB01691D0B643886D57C /* RCNConfigDBManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 191ABBE4916A7D62ED780AC9BDD21F93 /* Pods-iOS-ParticlesCommonModelsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 974912BD1B46B66F3390ED31778FDD5D /* Pods-iOS-ParticlesCommonModelsTests-dummy.m */; }; - 192ECECB9493866805ECD3CCE4ABF2C3 /* POPAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = B80DD4C75A5CB8589283A06A7C9E2427 /* POPAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 193AB57587B4241776081916B1FCFFE0 /* NBAsYouTypeFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = AF0B250ACCC66ADF8E16617FCEEDF7F6 /* NBAsYouTypeFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1818220334986B68937BB24FEA91AF44 /* POPAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 7941C6CC0383BFE83473C9FC263BA617 /* POPAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 181BA71B91A825FE229871103447F524 /* GoogleToolboxForMac-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A38499DE08286181CC5E8A8342AB54 /* GoogleToolboxForMac-dummy.m */; }; + 1836633F9E04DC5735A167B3FC00B617 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A5E584039442443A7055AB901A7D9CA9 /* PrivacyInfo.xcprivacy */; }; + 1845FB4396FEA22F99CF33CC7AD04AAD /* IAxisValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39185DF1A8C2BECEA36EF315AA21A0C7 /* IAxisValueFormatter.swift */; }; + 184AF1DEEEF198F674843686DAE3571F /* BarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A8CD1D245E091A50AC58F465D446BF7 /* BarChartDataSet.swift */; }; + 185053AB9F1E10A72D38FC4F6856922A /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = B1761F4CD0D595312FF72CE3907272C3 /* GULSecureCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 18731793C0A8C333A74FD5DD0AFCF04E /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = D95C0E398AA3F63BDD1C741CBA89CDD7 /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1875A25B78856AC155A096BCC228ABB7 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 28AF8FFD1F2890198F2103AF0D4AB2E5 /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 18A6C893B3B072637D2FFACCF87979E1 /* NBPhoneNumberDefines.m in Sources */ = {isa = PBXBuildFile; fileRef = 235FAF4364CF73B66E192F57966924AC /* NBPhoneNumberDefines.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 18CAE299E40FE01CD157C54E8F4ABF8C /* FirebaseSharedSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EEB3B234A896F634FAD084EA3743CD21 /* FirebaseSharedSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 18D6D6FDC8C94EAD2122B1E6BA82259E /* BatchUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 093710A2349C661B87ABC39A366BF523 /* BatchUpdate.swift */; }; + 18E1FD53AB82661D9A5368B055C25705 /* FIRCLSCallStackTree.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F802CC15E08CC9B8A4F3F922F157D48 /* FIRCLSCallStackTree.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 18EAA1546D97EBE662530A51F67F874E /* Tag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15811EA0B82FF13D7EF9C5E3CB4A2E11 /* Tag.swift */; }; + 191ABBE4916A7D62ED780AC9BDD21F93 /* Pods-iOS-ParticlesCommonModelsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 095C2D65A47973C0323DA6C6F1F380CA /* Pods-iOS-ParticlesCommonModelsTests-dummy.m */; }; + 192752E4E6481B2B6AE33BCB1655C69B /* GULObjectSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E93D31F03B0A04F3363FD07FC2633CC /* GULObjectSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 192ECECB9493866805ECD3CCE4ABF2C3 /* POPAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6523FE1894AE8F1E5C81E95E5C6154D4 /* POPAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1938AAB0D7A3B3738E04FF10EE54A390 /* FIRMessagingConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13E6774722FB7F0CDF4EC95CDAE70B59 /* FIRMessagingConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 193AB57587B4241776081916B1FCFFE0 /* NBAsYouTypeFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 75A7A78CF18EC506D169431CB4468111 /* NBAsYouTypeFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 19422B4199F5A022B230DE795E1F1DFB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 1945B0D97A8C616BDD3B363D30D4F419 /* SVGRect.m in Sources */ = {isa = PBXBuildFile; fileRef = 210F9720DFB09BD231A47170EBA0C268 /* SVGRect.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 194EAACCF760D8E29203B97B7C48AE20 /* SVGHelperUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FDFEF1A98B8B7F6DC9350E2051F9BAC /* SVGHelperUtilities.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 197294030F7944B8FB8FDFEA437BF078 /* SVGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FB6A758E9E78C1F6D11671E432C90FA4 /* SVGUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 198E493BA1804FB3289C9A804FE030D0 /* JTCalendar.h in Headers */ = {isa = PBXBuildFile; fileRef = 2730AC1D2ABBAF0DAE3D2FE8A0B39F75 /* JTCalendar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1993AE84138BBF8660B52A118A01E87F /* EmailValidationPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = E69D624FFBF046308B74768120833D11 /* EmailValidationPattern.swift */; }; - 19AB775100B83FA45DEB87E82FF24997 /* FIRCLSFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 767AE6E89C3D7ABCDCDE45B686973FD7 /* FIRCLSFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19CAF035226E30170C413BB69CAF3EB6 /* Behavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BE6FDE1F69F37416EECDA1415A5B6C2 /* Behavior.swift */; }; - 19DA4EABFF72AEF929CB4E09383D4A04 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 290C86F7592BDF893874BFDAF696622B /* Timer.swift */; }; - 1A054F95CD9E149DA3366E901734C58E /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DB07270DD67B40C1875154882739981 /* FIRInstallationsIIDStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1A057FA88B5060937AE42FEC4F0C4FF5 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 602807AD95486379BB2631540349AFBF /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A5C40CB8FC2C9EB6CC4922B86CF525B /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 439E3F0D91270CF5C92CFEDFA964644A /* FIRInstallationsStoredAuthToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1AC07A8630B73493200FD547678823F9 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C98F16CE46492D68B0D601551AA563A5 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 1B1164A8D658A92004361452947DB1E4 /* FPRTraceBackgroundActivityTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = F4201FCDA98FF7B4BD67AF2F671B6D3B /* FPRTraceBackgroundActivityTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1B3961C23722A3AF50BEEDC3F9E876AB /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 15B5D5DBF01D0ADB9DA2DB2E8E5C8635 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B967CA28F7942E51CD61A006DE7FCD5 /* AnimatedZoomViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1F9AC7FD758AF08169768D579744673 /* AnimatedZoomViewJob.swift */; }; - 1B974EAEFE5A505A6A5B7CA0EC2FB589 /* HMSegmentedControl-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D4FEC54B079D4D5CCDBD559447AE78F5 /* HMSegmentedControl-dummy.m */; }; - 1B9DD0B86747F8A00DA82C30C2D48B04 /* FIRCLSInternalReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC268A2287D5DCC8252C39F3ED10CA4 /* FIRCLSInternalReport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1BCECCC9E777A5778E2695D9F33662C4 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FDAC2C6789F8E503980F363322FDA2F /* cct.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1945B0D97A8C616BDD3B363D30D4F419 /* SVGRect.m in Sources */ = {isa = PBXBuildFile; fileRef = 952EC38725A3E178DB7358003102207D /* SVGRect.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 194EAACCF760D8E29203B97B7C48AE20 /* SVGHelperUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = CE7AC6F0AFE0B4C0B1C0DD227E94AE77 /* SVGHelperUtilities.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 197294030F7944B8FB8FDFEA437BF078 /* SVGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0815F1BB10FED5774C42D073BACB2FED /* SVGUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 198BA1200BC7D50959156424EA45F1E8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 198E493BA1804FB3289C9A804FE030D0 /* JTCalendar.h in Headers */ = {isa = PBXBuildFile; fileRef = AC39B25E4F5970E86A9901F053AA0653 /* JTCalendar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1993AE84138BBF8660B52A118A01E87F /* EmailValidationPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E36D5F1CF1E7D8C913AB56CD9CE252 /* EmailValidationPattern.swift */; }; + 19A02F698B8E72176930A0A99A64DF20 /* ReadCacheMarker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E61D7505EE73133328469FE89FF3483 /* ReadCacheMarker.swift */; }; + 19AB775100B83FA45DEB87E82FF24997 /* FIRCLSFile.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A46EFEF9D9D0984A89D565D5B32BCC /* FIRCLSFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19CAF035226E30170C413BB69CAF3EB6 /* Behavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFE3A6B390486EED3E75D66857B24632 /* Behavior.swift */; }; + 19DA4EABFF72AEF929CB4E09383D4A04 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 622A57FB94B1DD2C09E0B59203BA719F /* Timer.swift */; }; + 1A393B016A05075E332F9F797E285B3C /* FPRCPUGaugeCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F7BA19A0B67FB1809E69F30E835ED39 /* FPRCPUGaugeCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A42A1CB57C99C2FD4338B581E6D197D /* RemoteConfigValueObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2244A6F4DBC4EA244BEF0FD73617B581 /* RemoteConfigValueObservable.swift */; }; + 1A7A31DDE3FB71B7868F07B9CAF3F526 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 146CBB3B2E3E73AD0951EACE488CF564 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A9E8C275B376FC8710604660E4911D3 /* FIRMessagingTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = EB7E0BC50AAB57FA53B1A657253AE89D /* FIRMessagingTokenDeleteOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1AC07A8630B73493200FD547678823F9 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CA74CCD996B8486CC0F03DA9B601ACE3 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1AFDD3F2F1F4C75BDAE2159C65A66014 /* GULObjectSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 06BF99A9584E5E0718F9EF775D5C2350 /* GULObjectSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1B2A0D7DD4DDBFE175CCCA93A8905C2A /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1742073444011475A727751E5B07E068 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B2C8ACE1D3579B9BFF8F10CE6BC5511 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 0891C8AE6B93CFF9018FFE747EDEA4EA /* GULMutableDictionary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1B37327866DBC42E6A858D19018C80A9 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 0C5E118BCB57682FF0398DC9434B7F59 /* PrivacyInfo.xcprivacy */; }; + 1B66CC5C2D7123B70F46853D043A879F /* FPRSessionDetails.m in Sources */ = {isa = PBXBuildFile; fileRef = A8416CB9AA481D5C14B909ECC92BD4A1 /* FPRSessionDetails.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1B6C25A3B84D5B69D13D721F59345DFA /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */; }; + 1B812C1A0AD59072B52081F53F901DE6 /* perf_metric.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = D57CD4DF006CDBE44C0248D99982731E /* perf_metric.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B967CA28F7942E51CD61A006DE7FCD5 /* AnimatedZoomViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80990A41DF207908F84321E247142675 /* AnimatedZoomViewJob.swift */; }; + 1B974EAEFE5A505A6A5B7CA0EC2FB589 /* HMSegmentedControl-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BF3E077A6B3732EB6C9D74F9BED04126 /* HMSegmentedControl-dummy.m */; }; + 1B9DD0B86747F8A00DA82C30C2D48B04 /* FIRCLSInternalReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 93A5607FECC6DD20F6DAB4C3715C2F53 /* FIRCLSInternalReport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1BB5CAA912E6012EA72FAE42AA6F2048 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 1BBEFD870C40BCB2B0650F4515ACA5B1 /* FPRNSURLSessionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DBD0247ECE332013D9A8C13BAA77FDF /* FPRNSURLSessionDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1BF5CDB1B334CA545B6D16B45E71F894 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 1BFC534F779C5DFE6719B2CA47CF5549 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 740CF4A64D8AA4576F395456117F7CBF /* FBLPromise+Async.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1BFFD71A5E878A257DF0159A3E3D0887 /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 222C543F7566BDB858F3F9BA848FED5C /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1C1E100CBD1E36FF0C1859AA5416B2E6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 1C3151D80096916C23409E2CC5B06A1B /* CSSRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C5D0FA8F9012C5A840836DE7533F59 /* CSSRule.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C320A08A5571917688E95A3AF53C70C /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FE306AC92903F35B1FEACB58B26C03F /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C441A7A75BE5BE870626AD34D69B693 /* DDASLLogCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 32FECDFF5DC4B893E64F403B7841C3DA /* DDASLLogCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C450AA313EA0EA76A0D1A380C453D2F /* GTMNSFileHandle+UniqueName.m in Sources */ = {isa = PBXBuildFile; fileRef = F31FBE03B359E2026B89C2346796B00C /* GTMNSFileHandle+UniqueName.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1C47873CCC5BDA332BB4074B655B3724 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = DAA8B804E3527AFD6456713198BBF73C /* SDFileAttributeHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1C4ECEE4BFAA199D4341641684A2F30E /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 85ADC47B9A837AF4B550DDA48A9CADBE /* DDAbstractDatabaseLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1C5624D09B61766EF0A3C25F6D426843 /* MarkerImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA414745954DCAC10905083AEBBC768D /* MarkerImage.swift */; }; + 1C3151D80096916C23409E2CC5B06A1B /* CSSRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 305FC8D0804C60F5A3F2D4C7568F06FC /* CSSRule.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C441A7A75BE5BE870626AD34D69B693 /* DDASLLogCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B3D9D9D0B6857D9224477B5506E1B0 /* DDASLLogCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C450AA313EA0EA76A0D1A380C453D2F /* GTMNSFileHandle+UniqueName.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B9CE25B6EE3B8B2D66C9A55349695D9 /* GTMNSFileHandle+UniqueName.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C47873CCC5BDA332BB4074B655B3724 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = AAFC8AE04ADB811ACD712CA9BB6BD60E /* SDFileAttributeHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C4CBDB2013B4E0740E707F03981EB3E /* FIRRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C5DFEAA6B48E1845CC1C2B773FB91F98 /* FIRRemoteConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C4ECEE4BFAA199D4341641684A2F30E /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 969380C04EECA0F0232D4730E24D87D0 /* DDAbstractDatabaseLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C5624D09B61766EF0A3C25F6D426843 /* MarkerImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B75FBB2724D2306EA693F9BD3CE347A /* MarkerImage.swift */; }; 1C5EEDD76DCCB1F8B5FFC270EB876EF3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 1C9A00C8AED1AF42B3622057AC25C6FE /* BubbleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96B40BCE181CCC55F7B117B4FCC291DB /* BubbleChartDataProvider.swift */; }; - 1CC938D71C4167F20F62874ED5FAB973 /* SVGKImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 748F64BD95781C5A7C40FD0E8E6D51BB /* SVGKImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1CDDC19268A92A9D1B4EA0DF4E0CAD28 /* GDTCOREvent+GDTMetricsSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B895DA9E676F4344D536641282D76335 /* GDTCOREvent+GDTMetricsSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D03A58F61AA335953C4C6BBBB6669D0 /* AMPDatabaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F8196CF530E64969BF5EFB4D7E46F41 /* AMPDatabaseHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D093A9AF15EF1EDFDBE0496268814F1 /* FirebaseCoreExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BDDF5443C11B5BFD384EF564D78E6087 /* FirebaseCoreExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D24EC19E7880CA869A8499280E18842 /* PieHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A6EA6DA3B34C7AA0C490D69DD03F50 /* PieHighlighter.swift */; }; - 1D3D4364683F5B66D48CBDD283F7869E /* FPRObjectInstrumentor.m in Sources */ = {isa = PBXBuildFile; fileRef = BFC68B2FD81FED3407969AD6FC9E72A0 /* FPRObjectInstrumentor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1D40A7700FCE628BE46C63A631E0B734 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A4CDF27E84DBD6FBA6E8D7AFFC03560 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D4B2313622EFD4494C51DCB884E2822 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F69E7567AB63BE15E91C343255CB4016 /* FIRInstallationsSingleOperationPromiseCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1D8154A1F1429CDE453FBA64EE7395F7 /* PanModal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A219C39DD718E652C1C42D724A5AB1AB /* PanModal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D84DD0C2EB6F7CDFEA392CC1FDEA1CA /* JTCalendarDay.h in Headers */ = {isa = PBXBuildFile; fileRef = ED55B1C101A9CCFA3F6A03D0FF7DF5DF /* JTCalendarDay.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1DAD47298D1A716E561A4D5C09719FEA /* GDTCORMetricsController.m in Sources */ = {isa = PBXBuildFile; fileRef = C7116EF0A10B4E42EF062C7D4D0B09A4 /* GDTCORMetricsController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1DD1B6A0E7D64A72E428F635731A2AC9 /* FIRCLSSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F17C5858F28AB02B5D5912786BE2A00 /* FIRCLSSettingsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1E72E3960DC78F5F5D70E79070D575B3 /* EFInputCorrectionLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD7CDB944B2D90996BC81DBDE8103019 /* EFInputCorrectionLevel.swift */; }; - 1E7E37C51375285EA22294CD2ADB3159 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CBDF2E572B8B96955C0E2DD35AC65A0 /* Debugging.swift */; }; - 1EC1EB5F3B98D4BCB6A057344815682C /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F8F5DA43EC21E90C06273D05EAAE1DF /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 1EE2DBED7A9A355FA6C42EC0CF9D287C /* TinySVGTextAreaElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 5597A4880E70D7484F044722955537CA /* TinySVGTextAreaElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1EF073C8D03D9F5D7DE74805D68B34A4 /* Pods-iOS-ParticlesKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 55E44178AC577FA3584E10CFCEF23352 /* Pods-iOS-ParticlesKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F0D0A72F027753F2C5EE323381949DD /* UIView+WebCacheState.m in Sources */ = {isa = PBXBuildFile; fileRef = 73A557C981473EA3B0E2F274A63A2279 /* UIView+WebCacheState.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1F15E0B57B6ADCB1F45747EAF480B133 /* YAxisRendererHorizontalBarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AEC0B807981001D5BCECB6EE778FA6B /* YAxisRendererHorizontalBarChart.swift */; }; - 1F443F4BC43FC82F18668D59FE894970 /* FIRMessagingExtensionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D5E96234498545AE3ABE44C77EA1EF96 /* FIRMessagingExtensionHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1F5311DEE9C0C37A98BE247B1BB021CB /* SVGGElement.h in Headers */ = {isa = PBXBuildFile; fileRef = E384543FF7B079C609093DFCEBD8AD31 /* SVGGElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F5837235729F8605D9C5FB99BDC980A /* CSSPrimitiveValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B82A252373DE02131ED957B95987FD8 /* CSSPrimitiveValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F62C2A0BD2B5B7C3FB272BBCC6A8697 /* FPRCPUGaugeCollector.m in Sources */ = {isa = PBXBuildFile; fileRef = B4417884621BAF8F29BD73DE60D588DA /* FPRCPUGaugeCollector.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1F72C6F516C119C81C0D0A0C55C9BFBA /* AMPIdentify.h in Headers */ = {isa = PBXBuildFile; fileRef = 988EE5CFB93FB1BA41939CD24A944DBD /* AMPIdentify.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F79FD9E29A6D2FDCDB8EC3FE11D4C5F /* Pods-iOS-dydxV4Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 159C57AE88F4F4312B59F71F401D6FD9 /* Pods-iOS-dydxV4Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F9F4B9F48B92C997F5659B462978AC6 /* IgnoreOutputSetOutputType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E1897DB7141FC2E7ED5BF6491F0D27 /* IgnoreOutputSetOutputType.swift */; }; - 1FC35A2C6FF4BA8506E99EB4D22EEFDD /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = BA29A7823335368F641C06E85BCA6776 /* FIRFirebaseUserAgent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1FDFD5B8AF7B95EAA35D0995EC2B9AAA /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 66C0587B2CA7C84DC1C6DC5357E848A0 /* SDWebImage-dummy.m */; }; - 1FE2FED5B77506446C21B70214EA3D9E /* Pods-iOS-PlatformParticlesTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC8ABA6CF0500289314067E92120A149 /* Pods-iOS-PlatformParticlesTests-dummy.m */; }; - 202B19274CE931FA948CE567F960F0D1 /* FirebaseRemoteConfigInterop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3131096C1F6CE8A24FFC3F0C81643E8D /* FirebaseRemoteConfigInterop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20389A647E051D53EEB3D8E38D729B3C /* GTMSessionFetcher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C9DDF8B0F8565DD307273E4A06189EC7 /* GTMSessionFetcher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20425B29FFAB50BB227B776F849093A4 /* RCNConfigSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 501E2CDE994813AF8EE9398FFD16BAD4 /* RCNConfigSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 206685838838EC67A36D69BD67D23FF8 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 641E2B22D8FD174AAE5CC7831F8AAEFA /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 206DA71DEC431F044D762AB55142F392 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F528FF0E52E0F5CA2620F830F44E754 /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20940BEBC17EDE2245831DEC6A54CE95 /* EntityReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E997EB58BC953AA4C0A1FD0BC8C02EF /* EntityReference.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20CC3B4C9C74677CD38CE336E4C1E81A /* GULRuntimeSnapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FF1097FF9BF6E303F31A83974291869 /* GULRuntimeSnapshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20D3A0604F2179839B13D3FF84C24E74 /* Pods-iOS-PlatformUIJedio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F7F9FB29530BDE067A719485F06FF7 /* Pods-iOS-PlatformUIJedio-dummy.m */; }; + 1C6BA5285BBD43BC4788AE36722FFDF3 /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 634A3D92C929293DEAC0C9482C371311 /* GDTCORUploadCoordinator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C9A00C8AED1AF42B3622057AC25C6FE /* BubbleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B740B29B2A1BC7780270AC9B2C0D36F7 /* BubbleChartDataProvider.swift */; }; + 1CC938D71C4167F20F62874ED5FAB973 /* SVGKImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF0EFB7D401AAB1D1D8BFE1BD4B1E11F /* SVGKImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D03A58F61AA335953C4C6BBBB6669D0 /* AMPDatabaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AD7935D20F1709F32BB1E97E584FD35 /* AMPDatabaseHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D04CEA05B8836268A32C296A492D212 /* FPRNanoPbUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5E4528A5B552036777A8FA33421236 /* FPRNanoPbUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D24EC19E7880CA869A8499280E18842 /* PieHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B027DD86B6EBD861E9D2136021CED27 /* PieHighlighter.swift */; }; + 1D8154A1F1429CDE453FBA64EE7395F7 /* PanModal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AA8EC6568751BB77B5A35BBAEC6729 /* PanModal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D84DD0C2EB6F7CDFEA392CC1FDEA1CA /* JTCalendarDay.h in Headers */ = {isa = PBXBuildFile; fileRef = D67F435F524C6311AD47A8950A6C1E1F /* JTCalendarDay.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1DD1B6A0E7D64A72E428F635731A2AC9 /* FIRCLSSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC51210C57A1D8A1EB90C0F026E5123 /* FIRCLSSettingsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1DD74076FAEB24169F38E23F0FAD9BC8 /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 45601CDD1B4514FA251D97671862FFB9 /* FBLPromise+Reduce.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1E053128FF9731ECE395A626ECE81B10 /* FIRMessagingRmqManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6242121758D7D06A44680B764FD6F4F4 /* FIRMessagingRmqManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E2C35BF582E48B0E1482129D1F7B89A /* FPRGDTLogSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 903E48439BA96FF82EDC500294CA97BC /* FPRGDTLogSampler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E72E3960DC78F5F5D70E79070D575B3 /* EFInputCorrectionLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34ED7CC00EC15F051F8372AE9E71B105 /* EFInputCorrectionLevel.swift */; }; + 1E7AF1E327C52990B3CD19313BE1409C /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D0F7396BE3261B5C26650AC6379ACAA2 /* GoogleUtilities-dummy.m */; }; + 1E7E37C51375285EA22294CD2ADB3159 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF09559DD666B1140391C49F430F33A1 /* Debugging.swift */; }; + 1EBE2BF91285B8F45050809244E20880 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 539A83D4B2504C81E5E5A3AC5D5FA898 /* PrivacyInfo.xcprivacy */; }; + 1EC1EB5F3B98D4BCB6A057344815682C /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 57288A8F0260F5DDA549456A923517C8 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1ED862456A41900F525743D12B238058 /* FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 06509578ED1A8F18147EE78C98360D1D /* FIRMessaging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1EE2DBED7A9A355FA6C42EC0CF9D287C /* TinySVGTextAreaElement.h in Headers */ = {isa = PBXBuildFile; fileRef = BEC2B97B2ED1B2783188B9D35CEA6FCD /* TinySVGTextAreaElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1EF073C8D03D9F5D7DE74805D68B34A4 /* Pods-iOS-ParticlesKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B70455ADA13D134B348496DC0ADA95E /* Pods-iOS-ParticlesKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F0D0A72F027753F2C5EE323381949DD /* UIView+WebCacheState.m in Sources */ = {isa = PBXBuildFile; fileRef = BE2EFAE6F6CE484E10BC6D863D317A41 /* UIView+WebCacheState.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1F15E0B57B6ADCB1F45747EAF480B133 /* YAxisRendererHorizontalBarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB20F3D0242C905564334E300843A1C3 /* YAxisRendererHorizontalBarChart.swift */; }; + 1F5311DEE9C0C37A98BE247B1BB021CB /* SVGGElement.h in Headers */ = {isa = PBXBuildFile; fileRef = A0BEA2CC01D80D4A70A7C45185135A9A /* SVGGElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F5837235729F8605D9C5FB99BDC980A /* CSSPrimitiveValue.h in Headers */ = {isa = PBXBuildFile; fileRef = BEBABF40E135D8B171D134A9E947DF98 /* CSSPrimitiveValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F64CB0E6C30AEEB556B9FF25841A228 /* FPRTraceBackgroundActivityTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 00021EE80C78A8B3F5316C80A43809BB /* FPRTraceBackgroundActivityTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1F72C6F516C119C81C0D0A0C55C9BFBA /* AMPIdentify.h in Headers */ = {isa = PBXBuildFile; fileRef = 4560030A88AFF07E7790A420F59E571F /* AMPIdentify.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F8E84CA8FE62344CC14F0BED2C4CF67 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B5816ACBB58C025FE49D548D01A6570 /* FIRComponentContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1F9F4B9F48B92C997F5659B462978AC6 /* IgnoreOutputSetOutputType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DC4642F4D3281A7191732C8718112E5 /* IgnoreOutputSetOutputType.swift */; }; + 1FDCF23B6C77F95D608E1A5618E65B15 /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF9FEC5C0862D8F2925C3B9A10C79B1 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1FDFD5B8AF7B95EAA35D0995EC2B9AAA /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FB8069ED63FB14530173067B1635912 /* SDWebImage-dummy.m */; }; + 1FE2FED5B77506446C21B70214EA3D9E /* Pods-iOS-PlatformParticlesTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BF4444E6405FA00131ADC7BC312B5111 /* Pods-iOS-PlatformParticlesTests-dummy.m */; }; + 20389A647E051D53EEB3D8E38D729B3C /* GTMSessionFetcher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EB271AE5B52DBCAF7D567A7C8E2DBA0C /* GTMSessionFetcher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 203EC90E9213B38FBB2C2A2688928662 /* FIRMessagingAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = B0751CB7EF86554DF8CD52E9E321A492 /* FIRMessagingAuthService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 205E3947F63A6002D1AAE8151173EF5C /* FIRMessagingTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C1516388847C328F1F7C33CD5583A628 /* FIRMessagingTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 208D85CEB0BA9DD82AFEECA3F88530D6 /* FIRHeartbeatLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 2ED1EEBBA12C1117F9B58535FDEA6360 /* FIRHeartbeatLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 20940BEBC17EDE2245831DEC6A54CE95 /* EntityReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B4E69B98204705566EA7A8069D186CD /* EntityReference.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20D3A0604F2179839B13D3FF84C24E74 /* Pods-iOS-PlatformUIJedio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4F27160E415A83133090AC68C35D8C /* Pods-iOS-PlatformUIJedio-dummy.m */; }; + 20EFC6A9F19848F3FD58B0E36ABB987D /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC6705F6C6FEA739064C1493BCA0EF9 /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; 211D46CFBC9CB5BBA6C7BFBB3DF8A103 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 2177290E4AC6DAFDD746C8BA7EEF8B45 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 7355FA11D23F7F21D2747CBB8A1C1016 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21C4AC1A8027664AEBCF74E71C0716BB /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 589EF491C6AB3D8C11F7BE7B163ECDF2 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22308BE2FEEA5805B001A3C2298F1B48 /* AMPLocationManagerDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 153ED736CFE761016F478E5DC96C51B4 /* AMPLocationManagerDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 22339F3AD62A2DE532959A501858D958 /* libPhoneNumber-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A963C55FF19011FAAE4729F07C6F9FC /* libPhoneNumber-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2242116D38B4D49AC3B7F1E3FEFF9173 /* ValidationRuleContains.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60E76AFFE2A5E352AC98E3B70205D02C /* ValidationRuleContains.swift */; }; - 22530BC1C9073232A130C7D3E05C78A4 /* NVActivityIndicatorAnimationBallScaleMultiple.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE216CCB9BCDEB8241A6A6D4E1832DE4 /* NVActivityIndicatorAnimationBallScaleMultiple.swift */; }; - 225439845B2D7E60E7FB12D1ACE91C04 /* ShareReplay.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCAEF58BB9DBC582F93DABE1A40332AA /* ShareReplay.swift */; }; - 225542C8A74C7C98FBC1CB44BFFAE660 /* BubbleChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 979F2CD79345ECE5600B94A0997E8968 /* BubbleChartRenderer.swift */; }; + 21593DC246B7426CC6331D3B7478B209 /* FIRSESNanoPBHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA7D43997EA70D67AA1ED5C630EF2C7 /* FIRSESNanoPBHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2177290E4AC6DAFDD746C8BA7EEF8B45 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = EE19EDB29FF729F3396C0604DEF1ED18 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 221C03AF48BF62CCA5EBA5A0A15CEA3E /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2BB6EBF0DA91EA6806D13C101FFC25 /* Promise.swift */; }; + 22308BE2FEEA5805B001A3C2298F1B48 /* AMPLocationManagerDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3820F586FDF767305566EAAD94D03FEB /* AMPLocationManagerDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2233760C99F9F43C04DDB37F23C4068D /* Pods-iOS-StatsigInjections-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F4F39EC6DEDF738D7E544A1C803E37 /* Pods-iOS-StatsigInjections-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22339F3AD62A2DE532959A501858D958 /* libPhoneNumber-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 927E63FB73C3B4C2CC81EB62EB99DA48 /* libPhoneNumber-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2242116D38B4D49AC3B7F1E3FEFF9173 /* ValidationRuleContains.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B13949F27434553AABDBAF2CA94BCE0 /* ValidationRuleContains.swift */; }; + 22530BC1C9073232A130C7D3E05C78A4 /* NVActivityIndicatorAnimationBallScaleMultiple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DBCFBAA8DE962B1B96770B0C33E3398 /* NVActivityIndicatorAnimationBallScaleMultiple.swift */; }; + 225439845B2D7E60E7FB12D1ACE91C04 /* ShareReplay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63A0E061A934F8DD005079F310363A16 /* ShareReplay.swift */; }; + 225542C8A74C7C98FBC1CB44BFFAE660 /* BubbleChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D5D923725E116DC7C46A7F8833C3E5C /* BubbleChartRenderer.swift */; }; 226C6D8E8FD4DAB7DD12E09DBD9EA5BD /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */; }; - 226D535F950EA0693B0D20EAAD4EEA42 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 226EF642FBC8AFCEE5FFCCB042C111C9 /* LineScatterCandleRadarRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5251E668069ECF96563CA5946DB5BC0B /* LineScatterCandleRadarRenderer.swift */; }; - 227DD0DF52887269F39151365721844D /* SetOutputType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAB61D27894BF823609334B0A91B9702 /* SetOutputType.swift */; }; - 2285768DDD20B04C5CEAB25EC6FE9C2B /* DDLoggerNames.m in Sources */ = {isa = PBXBuildFile; fileRef = 2519F9E43328C89AE8FBF1F4B48658BB /* DDLoggerNames.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 228FBD0E30DDAA2DC9C51541BDAB30F0 /* NodeList+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 07C9234AABB8696D0792AB020DBB047D /* NodeList+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 229ECA02134C6650ACF3579795C3AF94 /* POPDecayAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 06EE9679E3FE430D896C458CD38D3543 /* POPDecayAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22A550F3962CC7925596E171849ADD22 /* State.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C1CD1CEB104BA5DA46E2B3E024E4681 /* State.swift */; }; - 22ED717B8D2D5D2E612B765896988094 /* FIRCLSReportUploader_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 15EAD1CA046C035A74FA150B4D5C0A62 /* FIRCLSReportUploader_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23340F012371FCA5BDE29C8299F43A0C /* RingBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C8A863A70F62D0A1FBB907235944C6 /* RingBuffer.swift */; }; - 23372ED555CD57375631587F438A5418 /* DDLegacyMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 33748B62AA3F6E4B9931E7F523755622 /* DDLegacyMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2340C7CB1CCB0229DF38641CBC6B61EB /* CharacterData.m in Sources */ = {isa = PBXBuildFile; fileRef = 4261A88A40DC57C31B10604735FBC42A /* CharacterData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2350412E2E80F62A6C1E248EBAB8A4BC /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1247D776F97E187266FF45797E0D79 /* Optional.swift */; }; - 23561588328ADF0DF202E508DB4F05C9 /* Pods-iOS-RoutingKitTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FD59C94EF84CACCD68F3499DAF724A27 /* Pods-iOS-RoutingKitTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2361B5F6466A8DBD1ACACC0836C920D9 /* Legend.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74D5BDAA636B1A61B3C8A0E5BEA17E1F /* Legend.swift */; }; - 23680C9B710D8D19A8CB4E7E4C4FA1F4 /* FPRRemoteConfigFlags+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E8CBABD2AD413257AB6AFC4713904D /* FPRRemoteConfigFlags+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 236A59B13CF4891E8615FC1DF41D8102 /* GTMLocalizedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E51D1071669A6CB7BADC966148AD77 /* GTMLocalizedString.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23B8B698938F14AADC3B64F57CF14372 /* JTVerticalCalendarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F0594949F970E9E6F373707D4E32E0D /* JTVerticalCalendarView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 23C7C33249DDAC7AA62BE5BCCE2D821D /* FIRCLSProcessReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F13BACE7352246CB1C80968AA3E7E8D6 /* FIRCLSProcessReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23E13827AF4FA02BE6739E97C766A74C /* SessionsDependencies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31E6E587306D08D018E6EF4E650C4672 /* SessionsDependencies.swift */; }; + 226EF642FBC8AFCEE5FFCCB042C111C9 /* LineScatterCandleRadarRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FA4E895C71BE48A6DDE24FAB2C38482 /* LineScatterCandleRadarRenderer.swift */; }; + 227DD0DF52887269F39151365721844D /* SetOutputType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06CDA6C7FD4B09B3EBFE3CFC1910BD02 /* SetOutputType.swift */; }; + 2285768DDD20B04C5CEAB25EC6FE9C2B /* DDLoggerNames.m in Sources */ = {isa = PBXBuildFile; fileRef = 60C8EB5C933B1ED6A088BE3B942D9B4C /* DDLoggerNames.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 228FBD0E30DDAA2DC9C51541BDAB30F0 /* NodeList+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = E8B2DAA64C93F32DE2AFA063FBF21C91 /* NodeList+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 229ECA02134C6650ACF3579795C3AF94 /* POPDecayAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C0FBAD9BEF313B810E5FE4D08EA594 /* POPDecayAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22A14F42232D864C8EB43B547CAD3D60 /* FirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 823D7895CAF6A367AEF6073D92FD066E /* FirebasePerformance.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22A550F3962CC7925596E171849ADD22 /* State.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F4C2AAD598AF2345DAFF5D9AAB44D4D /* State.swift */; }; + 22ED717B8D2D5D2E612B765896988094 /* FIRCLSReportUploader_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 654168F209FB0B51837ACCF1AA26804E /* FIRCLSReportUploader_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 231A9DCE7923DBB42A621DD8EB1762B8 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 80FB8BFFC04877EB3B968B81148F57AC /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23372ED555CD57375631587F438A5418 /* DDLegacyMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = E1D48058672DB5B5775B620004744DCA /* DDLegacyMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2340C7CB1CCB0229DF38641CBC6B61EB /* CharacterData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CCB0FA715364555C7D14EFE29BE7572 /* CharacterData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2350412E2E80F62A6C1E248EBAB8A4BC /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD99927B36FB9DBC92A13785E65CB6DC /* Optional.swift */; }; + 23561588328ADF0DF202E508DB4F05C9 /* Pods-iOS-RoutingKitTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D1BB2D51D7134D28B955AC584EC19C /* Pods-iOS-RoutingKitTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2361B5F6466A8DBD1ACACC0836C920D9 /* Legend.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42B1B77AD3C5AA14970D629A01BF0AA6 /* Legend.swift */; }; + 236A59B13CF4891E8615FC1DF41D8102 /* GTMLocalizedString.h in Headers */ = {isa = PBXBuildFile; fileRef = B216538FC5CDED7F58106B0A6853F5B4 /* GTMLocalizedString.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 239635036A88C76BE01864D1316875D0 /* FIRMessagingCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 894ACE64A2E4060406B321CA7F400A69 /* FIRMessagingCheckinService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 23B54ACA4232E3AF64A2E4CE500F2E55 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FAB49D00B934B45D451E77DD029CF3E /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23B8B698938F14AADC3B64F57CF14372 /* JTVerticalCalendarView.m in Sources */ = {isa = PBXBuildFile; fileRef = BB5C5369E17F28E992E2A0C3F907ED6B /* JTVerticalCalendarView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 23C7C33249DDAC7AA62BE5BCCE2D821D /* FIRCLSProcessReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BF5E6B2B715C1A4BBC69A97290EE6FF /* FIRCLSProcessReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23D2A7ACD9B1ECE956AED8C400898920 /* StatsigUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD92B5EC226A0ACC5D6CDA9A3C7AFA3 /* StatsigUser.swift */; }; 23E9EBBA4D79E67393492185C31124E1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 2402370147BF4C9472E3CBD14572CC81 /* ILineScatterCandleRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91937D6B56E4B4B3442136620D6D78A2 /* ILineScatterCandleRadarChartDataSet.swift */; }; - 243EE08DDE641B640021F86066E687AB /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2458823E972FB1B5C6FF52CB4B526F72 /* SDWebImageCacheKeyFilter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2477440FC33E581FB25FC3AC8E2272D0 /* FIRCLSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = A2BCFF81F5F60B879F474DE2A13EED54 /* FIRCLSApplication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 24AA25915861519C7876F08FA7C3E2A0 /* FIRPerformance+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A4128BC344F21230D44AF49441A3C9 /* FIRPerformance+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24C78EA6B2F7511B56DC87E1B6FF9198 /* A0SimpleKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = D4B453F8BC1A0111452D8AE10CC33781 /* A0SimpleKeychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2402370147BF4C9472E3CBD14572CC81 /* ILineScatterCandleRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA029173E92928B9F7DCDAF9CF230BD6 /* ILineScatterCandleRadarChartDataSet.swift */; }; + 243EE08DDE641B640021F86066E687AB /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5886561E3926F369567110E67E46F5 /* SDWebImageCacheKeyFilter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 24758B95B4ED362D41E27A9CD2276255 /* NSDictionary+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 243A9AE048957AD5E42E668581634AB8 /* NSDictionary+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2477440FC33E581FB25FC3AC8E2272D0 /* FIRCLSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CE8C421DC5923106C5DDEE16FE499D0 /* FIRCLSApplication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 24C78EA6B2F7511B56DC87E1B6FF9198 /* A0SimpleKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = B2C54149FBC4D14913BEB6BEA2F4D45A /* A0SimpleKeychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 24D618483390C33088B5DEBF1B61A6C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 252B25E46718BDB34C08BBDC4A78E61B /* FIRCLSNetworkResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 72AB0D55956A0FC77993612A62FFFBE6 /* FIRCLSNetworkResponseHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 255FFD29A9BF7B4796F76F0F727ED8DD /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D4F5BAD05698394A2A3B243B32183F62 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25953A1597BEEA857A9773A611044727 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = A2F7A645B3C91267FE31F8BE081E36AC /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 252B25E46718BDB34C08BBDC4A78E61B /* FIRCLSNetworkResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B850C48D26BB3FF10E5B2C045733B5FE /* FIRCLSNetworkResponseHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 257F6245A62EE43280FF9F09BFD5401D /* FPRNSURLSessionDelegateInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = B96875796C4BAECF7972D9112F8B75A0 /* FPRNSURLSessionDelegateInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 258357CE1456A8B45203EE921050217D /* Installations+InstallationsProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A704B042BEE2D3977711E73579B4A7 /* Installations+InstallationsProtocol.swift */; }; 25BD209BDE3D757A970D9275DE9976F4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 25BD28A6B6D7A8443B5CFDA617CC26A2 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE83C3097B2EA13F94E1DB0CD34515B4 /* Value.swift */; }; - 25C4E54D4FEBB78E3B451582676653ED /* SVGKSourceNSData.h in Headers */ = {isa = PBXBuildFile; fileRef = FEB3612F646CB18A0A89C70E54E1C742 /* SVGKSourceNSData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 25DABD85644387A014E700BFCF77975B /* ChartDataRendererBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A23B5F154871C7CA4DCEDB1CB4C2587 /* ChartDataRendererBase.swift */; }; - 25E278FD8E54108888C2DE2165990742 /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 07EBC24EBFC2E29C34AED679AC8A6D0A /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25E97D3D831CB885A0132EE1EE150956 /* Pods-iOS-CameraParticles-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8405B46FFC8118E7EEA70E0EFBBB2E7E /* Pods-iOS-CameraParticles-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25C4E54D4FEBB78E3B451582676653ED /* SVGKSourceNSData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C580A34BA17FC5942ABF68C3FDD49C8 /* SVGKSourceNSData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25DABD85644387A014E700BFCF77975B /* ChartDataRendererBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C888744D4AF2686E2CFFF56C4DF48D /* ChartDataRendererBase.swift */; }; + 25E97D3D831CB885A0132EE1EE150956 /* Pods-iOS-CameraParticles-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 01CD5E30C112D1F2B6BFAB855FE7870B /* Pods-iOS-CameraParticles-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25ED0333B527E14E5060147472F1AAAB /* FIRRemoteConfig_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FBF3477780AA09DB378085ADC9C5344 /* FIRRemoteConfig_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25FCE5E9CCD5BC4547D63E9CB799365B /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 796EDF3353EAF8D5F0D0746A988C2F59 /* FIRVersion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 26054421E8258B62380F68A5A8D012CE /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD1CBCEB1BD9B1433A9BF6825CC57499 /* Security.framework */; }; - 2616C015274BA1B9EFD8419FB2985BCA /* String+Style.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9E626471005CD09A2CBB5FD3E3E9B7 /* String+Style.swift */; }; - 26449B1338D1AD180D8989FFCD3AC616 /* AMPConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9928EF90DEF319E57FA94749B2B06F /* AMPConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 264AA40ED37B73FB8C1C059598366094 /* FPRURLFilter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A662B7124EEB3198A8CE3EE436F4F956 /* FPRURLFilter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 266D08F91A3603F22F4907C1EA026A1C /* CandleStickChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E7DA745C0A6065403BE81069099EBC /* CandleStickChartView.swift */; }; - 26716D2BF8A54A38E77F69727AFFA813 /* SVGPolylineElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B851D7BCD7F7FDB7563E304D7F4AD1A /* SVGPolylineElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 267573C9F44BEC6BDF90BA8C43243C89 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 924EB3544D212CDC8E223B3609F20790 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26B580FB3C5C1EBEE623EB0C058D4463 /* CDATASection.m in Sources */ = {isa = PBXBuildFile; fileRef = 14078B30DACC04ECB4318AC863DBA94E /* CDATASection.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 26FDA4E2E4BD8176BE460236174CAF82 /* Pods-iOS-UIToolkits-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ACAB4D917D4B8A1B8DF65CB467D737C2 /* Pods-iOS-UIToolkits-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 27027AD80261073D6C06B487345E6D08 /* ABTExperimentPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 90EFCC2A50969F5F941A13DA0892EEFA /* ABTExperimentPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2705061702BC2563809296BA300DC549 /* NVActivityIndicatorAnimationBlank.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14DC14AB06A4FB131E752D2E1F248BCF /* NVActivityIndicatorAnimationBlank.swift */; }; - 27391776D0A0BB555369E09CD8B6B306 /* FIRMessagingPendingTopicsList.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB4743252AD5FE555C00FF086C6BADA /* FIRMessagingPendingTopicsList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27557F770A845547FA39C0A134902240 /* FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 282414132A45026CC17F70AFBE9E0026 /* FIRMessaging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 278132C253BE4452055F0F479139C9B9 /* FPRInstrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = FA6EC1079DA145438F1EDFBA69EAD913 /* FPRInstrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27AC41BC2C325E21D3ED781A121AD5D4 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */; }; - 27BACF7883477EF4B26929D8F5E98205 /* GTMNSThread+Blocks.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A43C0CBA86B0DB095F3BD022448FD1D /* GTMNSThread+Blocks.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 27BB56E301FF6D490EA3692D04B28D48 /* HeartbeatsBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6140CA0EB382F01559E485AF12E4FC26 /* HeartbeatsBundle.swift */; }; - 27EBD76C04C47B0465014FAB0BDE9DF5 /* POPAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 33F3F938D0FC78E0C3846B6EE42FA9FA /* POPAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 27F01F30E7266D0784C9BD690B0FEC87 /* FPRGDTLogSampler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 89CBE6A5E11CC51AE11D922959513012 /* FPRGDTLogSampler+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 280ED3FFB4141F4ACDADEABA514B4D24 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 27F30F9169925A4AB9A9BD4714560346 /* PrivacyInfo.xcprivacy */; }; - 281D66782C7194D936E88B068D41D4E4 /* UISlider+Validator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF36E8B326673DF3AED96B8D863408A /* UISlider+Validator.swift */; }; - 2822B59904E1A5ECF94EB47C1EFF0A40 /* CALayerWithClipRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B842AF2DA46B52759F2CC531BD1B08C /* CALayerWithClipRender.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2858BEFBA9B18DF4E81D0257C6342B01 /* RCNConfigFetch.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B6A49010CCED3123E3A7F1E4B702EFB /* RCNConfigFetch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2859EB781F262447391505537C43ECCD /* FIRMessagingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 269EAE20E204C5D71CD355CB50BFC793 /* FIRMessagingUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2866251FB5A44DAF8F4132BD739E8B32 /* BaseClassForAllSVGBasicShapes_ForSubclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 7772046FD155858B6FDF714BE08D1FA9 /* BaseClassForAllSVGBasicShapes_ForSubclasses.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 287A7A7F92D4586945DFE45BC81DC609 /* KVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D90785DE17B12DBD1F0FF6E05CBE935 /* KVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2889E8D171E578110B63005F4A160A0B /* SVGKParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E956D721716BA6DC15EB44DF99ADA59 /* SVGKParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 289C0E613F823B2AD214D80BAE20ACDF /* SVGTitleElement.h in Headers */ = {isa = PBXBuildFile; fileRef = E065FB5B045F456148547526DD4A5AB9 /* SVGTitleElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28A1DFF3F3DA1BECD4EED1C31B4E7937 /* ZSWTappableLabelAccessibilityElement.m in Sources */ = {isa = PBXBuildFile; fileRef = ACF758EB5F524135000F99BA74FD80AE /* ZSWTappableLabelAccessibilityElement.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 28BF28BFD3A4FF7D2EFF93413DAA0FB9 /* SVGElementInstanceList.h in Headers */ = {isa = PBXBuildFile; fileRef = D6275BCCDA177F34000742CAAC3C0D64 /* SVGElementInstanceList.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28C999B34052637779EE9E1EBB1A6240 /* SVGPolygonElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AC06C65161F4785202CC4755F662D70 /* SVGPolygonElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 292FF32EE031AD09DFC980A6541FBA73 /* A0SimpleKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C78F75C0381DB373A2799464EFDE4CE /* A0SimpleKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 294B9B7875575890DB0CBBBC19044190 /* ExtendedPatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86811FAB044C84AE616F84D9BE1A7DBF /* ExtendedPatch.swift */; }; - 2953DE694482D1C43BBCDE5F4B7492C1 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F0C9F0360A8E15B3E5A91A5A98B84137 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2964E2DAA4114F5B20554F995D5D4EC1 /* SVGMatrix.m in Sources */ = {isa = PBXBuildFile; fileRef = 036E44193CAA9E4D914169E68ADC7F42 /* SVGMatrix.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 298595A0D3F70E96D8CDC9C056828DEA /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = D3E9F7FDD12F036E52670A46C492C925 /* GDTCORPlatform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 29971BAA92C19630AAB4EAA9186E87B5 /* NBPhoneNumberUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 45176297ED7D1EF54E4836A00F1F55BC /* NBPhoneNumberUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29AC614B7E685DFFD372D05D8855EA56 /* FIRCLSRecordHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A3EB2DB79028E37FEAE7BC739C17D81 /* FIRCLSRecordHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29DB7255A778E4767554170E9726D7A1 /* ChartViewBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B360535A9CCAD3D1E30B6623C2B5A2 /* ChartViewBase.swift */; }; - 29DEFEA0C895A78427636F36A681CAB7 /* SVGLineElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 87757EA4D64220C0EF389FDD3B99AD84 /* SVGLineElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29FA283FBA299EBC5B6A60875DC88ED0 /* PanModal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8167146F556915CC8E0CD926C1664757 /* PanModal-dummy.m */; }; - 29FB67EF734F968E8FFC6026464DFC86 /* GULProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 91D187B48A6290D3DA8FAB8FAB2E3DD4 /* GULProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2A224923F309D4B2FB242B564EA45E1D /* GULRuntimeClassSnapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = F47B49F8766CD118DEFEDB7F0A0D8A75 /* GULRuntimeClassSnapshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A35DD1A16CED213B85347C7A2FFA356 /* SVGGradientLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EF0F7FAA23149DCFF63E2425318D1B1 /* SVGGradientLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2ABB6006A69B8A8C5823A7A0240DF490 /* Promise+Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4E7E331E3F7153A5D1D41EA8619600 /* Promise+Do.swift */; }; - 2ADFED90A21729D3DE2B0A33CD5C7D0E /* POPCGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 03CDDA27AD3D2A046BC75C22F33EDAA1 /* POPCGUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B187526B85A00EB10EE4AB6187DE47F /* Pods-iOS-dydxStateManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C2C7162CFCF0D4FE705B93E129C49E3C /* Pods-iOS-dydxStateManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2B1D2BE20A4C0424238779E2D849DBBC /* PromisesObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C09BD642C23A74BD8A1708BF194631 /* PromisesObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2B8883004C669469C3D62CBE6F517E09 /* JTCalendarSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EAF4295D3F5CD93ED17D4EADFF6165F /* JTCalendarSettings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2B8FF548DCFF5AD35B8E45939256E423 /* NVActivityIndicatorAnimationBallPulseSync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 355C3EF037BC9E7524A1560CBC215ED0 /* NVActivityIndicatorAnimationBallPulseSync.swift */; }; - 2BA076FB84F157D68B02F374A2451B89 /* FIRConfigValue.m in Sources */ = {isa = PBXBuildFile; fileRef = CB5138079E1CB4CDA0A8E775A6F215DE /* FIRConfigValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2BD87E058C1696D2765ED58301A103AF /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 3F23E5589B0DA655126F6848454FA176 /* PrivacyInfo.xcprivacy */; }; - 2BE0DE28BADFC06C75CA8DE796D3A2DC /* FPRInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = 931DFD843ED7AB7EBE42ABF56FDA4426 /* FPRInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2BE1500C5B32916E2FD1FBE0E2F06004 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B6D93C7B5D1DDF7E8E296ACE5713B4 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BE80523535CE5BE2270A3FA0B693336 /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 992C41B8CEBA858FFEB436BE00047729 /* GDTCORClock.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2BE95DC1BAA2546AA321E5D52094BA20 /* FPRAppActivityTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 240E7358E2C9FC9858EEC69CBF62201C /* FPRAppActivityTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C259DE3640D7D9F6AAD4EC418BB4AF8 /* FPRNanoPbUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A7E36303FCA7ED0F845EC6E75F1AF90F /* FPRNanoPbUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C2F4971364C4862DC7099E66956066B /* FIRMessagingKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = E5183A882E8A1F865F817B240A3304BA /* FIRMessagingKeychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2C44DD2BE4AA5667CA4F6BDE21DD9D5C /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 87E3B1F4D36D1FED37F4E015666D6A91 /* GoogleUtilities-dummy.m */; }; - 2C554EDFE78E1BEC87CC401778D53570 /* SVGTransform.m in Sources */ = {isa = PBXBuildFile; fileRef = 32954AD57380CBB289DC00D2043672FD /* SVGTransform.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2616C015274BA1B9EFD8419FB2985BCA /* String+Style.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4673F3F1BC6846C8E0CE5C693CF988 /* String+Style.swift */; }; + 26449B1338D1AD180D8989FFCD3AC616 /* AMPConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 3487B17BA295A9C065C3AD5A3B5A53F3 /* AMPConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 266D08F91A3603F22F4907C1EA026A1C /* CandleStickChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94AC6A45AA5C5A55CDC864F0DC254F81 /* CandleStickChartView.swift */; }; + 26716D2BF8A54A38E77F69727AFFA813 /* SVGPolylineElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 598CAC381ED80267A32E1B6A3DCF3B5A /* SVGPolylineElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 26752BB4B3210D04415E1AE765599205 /* FirebasePerformance-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 58CB179FA785F0353C8CFC3197B0ACDC /* FirebasePerformance-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 268FB63BE2D197BFC2F01EA37C18C8C4 /* Pods-iOS-dydxFormatterTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4223A59C75BE52823BD05990831663CD /* Pods-iOS-dydxFormatterTests-dummy.m */; }; + 26948AAAC878F98A23D185744282967A /* FPRDataUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A18058963E61E6D50B08CBE38B2B26 /* FPRDataUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26B580FB3C5C1EBEE623EB0C058D4463 /* CDATASection.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C997E53CAB098992551D9535E2844BD /* CDATASection.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 26B6DD929997F0E1FB4E11E7F305ADBF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 26FDA4E2E4BD8176BE460236174CAF82 /* Pods-iOS-UIToolkits-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8AB7D8C0DFF88BD9E9B27D5823A043 /* Pods-iOS-UIToolkits-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27044237FF7E6B7F9D881020047D4B41 /* FIRMessagingCode.h in Headers */ = {isa = PBXBuildFile; fileRef = B38507952500648DE7B559DF9C68F013 /* FIRMessagingCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2705061702BC2563809296BA300DC549 /* NVActivityIndicatorAnimationBlank.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9CBFBD9B80286B95556784958E6E10F /* NVActivityIndicatorAnimationBlank.swift */; }; + 271C8E49C14CFA791DB2C181EA90310A /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 12C5B03ACAE893AD56ADD743C166E390 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2731AD0959C8976C6532AFE47F3D1BBB /* FIRMessagingRemoteNotificationsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A70F50CB4403942201FFB346348D037 /* FIRMessagingRemoteNotificationsProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 27471DCD046A1FD0D4AA4B9D2EC036AA /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A21390E1CE695B8AF6E31A06856E4B95 /* PrivacyInfo.xcprivacy */; }; + 27BACF7883477EF4B26929D8F5E98205 /* GTMNSThread+Blocks.m in Sources */ = {isa = PBXBuildFile; fileRef = 15C50045C5274A243D25B6ABD8D7CEE0 /* GTMNSThread+Blocks.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 27EBD76C04C47B0465014FAB0BDE9DF5 /* POPAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 062B6596469E7B33FEAE7CBF91455C84 /* POPAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 28069B60253993B867A92D333127366A /* RCNConfigSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F2F5B3D522E87169B7BA8523A9EC00 /* RCNConfigSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 281D66782C7194D936E88B068D41D4E4 /* UISlider+Validator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53B5986F395257AE4CA1AEE9378ABF3C /* UISlider+Validator.swift */; }; + 2822B59904E1A5ECF94EB47C1EFF0A40 /* CALayerWithClipRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FC28889B481D9C1E309F543E4D461E2 /* CALayerWithClipRender.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2866251FB5A44DAF8F4132BD739E8B32 /* BaseClassForAllSVGBasicShapes_ForSubclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = D54653C47D89BD2FDDCDACD577213603 /* BaseClassForAllSVGBasicShapes_ForSubclasses.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 287A7A7F92D4586945DFE45BC81DC609 /* KVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = DB7F9F5CBA155016A02CB455EE083BED /* KVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2889E8D171E578110B63005F4A160A0B /* SVGKParser.h in Headers */ = {isa = PBXBuildFile; fileRef = FE57BCF80C396177CA6AF207A5727518 /* SVGKParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 289C0E613F823B2AD214D80BAE20ACDF /* SVGTitleElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BEA855C4B6FD4687E0539069FDDBCE6 /* SVGTitleElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28A1DFF3F3DA1BECD4EED1C31B4E7937 /* ZSWTappableLabelAccessibilityElement.m in Sources */ = {isa = PBXBuildFile; fileRef = AD4BAAEBB60EE477C373ACC844E4700C /* ZSWTappableLabelAccessibilityElement.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 28BF28BFD3A4FF7D2EFF93413DAA0FB9 /* SVGElementInstanceList.h in Headers */ = {isa = PBXBuildFile; fileRef = 68D72AF1E006609E08CD140CF182FC0B /* SVGElementInstanceList.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28C999B34052637779EE9E1EBB1A6240 /* SVGPolygonElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA1831F53EC5D073E0116C0E11F4787 /* SVGPolygonElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 290BE8A55BE6B241AE2E2170F18819F7 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = D84835DBC7CBB003E23673A688C0A800 /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 292FF32EE031AD09DFC980A6541FBA73 /* A0SimpleKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 38019AE30DB1790D1EF9CAE90B7A9B3E /* A0SimpleKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 294B9B7875575890DB0CBBBC19044190 /* ExtendedPatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AADF66802E20730CA7D0AD3113B54E /* ExtendedPatch.swift */; }; + 2953DE694482D1C43BBCDE5F4B7492C1 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 569D109891F48A5F4A04611CF1CA7C31 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2964E2DAA4114F5B20554F995D5D4EC1 /* SVGMatrix.m in Sources */ = {isa = PBXBuildFile; fileRef = 235CA55E9145584BCEA04C4519E41A3F /* SVGMatrix.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 296E4160E5E1C5F87F1F55795F455BED /* FirebaseInstallations-FirebaseInstallations_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 47C581450CDB4A6111CB97EEE0711A8C /* FirebaseInstallations-FirebaseInstallations_Privacy */; }; + 29971BAA92C19630AAB4EAA9186E87B5 /* NBPhoneNumberUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = DBCB47D502FA896CD82FBB52C8261A0F /* NBPhoneNumberUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29AC614B7E685DFFD372D05D8855EA56 /* FIRCLSRecordHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 589A734421C55C60E4E3FD1AFB4957F3 /* FIRCLSRecordHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29DB7255A778E4767554170E9726D7A1 /* ChartViewBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E63E5B3B3642331E4165DCB10729C02 /* ChartViewBase.swift */; }; + 29DEFEA0C895A78427636F36A681CAB7 /* SVGLineElement.h in Headers */ = {isa = PBXBuildFile; fileRef = A667AC728E33F55EB7A454BE3E08DC7E /* SVGLineElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29F91950764E86D5999224C31C582F70 /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = FDA54D548A0B19F2A700B22F4C6FD0DE /* GULSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 29FA283FBA299EBC5B6A60875DC88ED0 /* PanModal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F96909F8989F899A3A5AF91015FAC972 /* PanModal-dummy.m */; }; + 2A06F801867E53D23ECF0296804A8428 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 584098F6986C7A33FC6C81DD83D49CB7 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A0F9AFA65614868E557E1BEEAA483E5 /* FIRMessagingPersistentSyncMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 642F9C3CBCA073294BDE9BFAABC2C937 /* FIRMessagingPersistentSyncMessage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2A35DD1A16CED213B85347C7A2FFA356 /* SVGGradientLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 095C98C5754D19966927538185440F94 /* SVGGradientLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A8D29D3C1E1D9D1AAC835DCD55C69FA /* FIRPerformance_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DBDD602003BE0341890B267AC9C2AA47 /* FIRPerformance_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2ADFED90A21729D3DE2B0A33CD5C7D0E /* POPCGUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B9260DFAA0B6D689B7DD9848E697D2B /* POPCGUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AE3FEA1B8165AC78AFD0F0B848D3189 /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CD923EDECC27C88FC3AF090D491018A /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2AEB004D7A4760988DFEF9FE8BB89A75 /* FPRCPUGaugeData.h in Headers */ = {isa = PBXBuildFile; fileRef = 430DCB3B7A7493DE0FF9DBE8D69D8D68 /* FPRCPUGaugeData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B187526B85A00EB10EE4AB6187DE47F /* Pods-iOS-dydxStateManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CE53598D99CCC031C93970A162244B30 /* Pods-iOS-dydxStateManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B834C5A9C50B3D343D1800CC99A25CE /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8F7A65784A80BF98F35F113853DDBA /* FIRComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2B8883004C669469C3D62CBE6F517E09 /* JTCalendarSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 121B9D7F48E3B9BF32F5138D963744E5 /* JTCalendarSettings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2B8FF548DCFF5AD35B8E45939256E423 /* NVActivityIndicatorAnimationBallPulseSync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E6C906D941EE3138EA5BC92BB33FD12 /* NVActivityIndicatorAnimationBallPulseSync.swift */; }; + 2BBA6BDE1D9D2C02345561FE13C3CF39 /* FIRTrace.m in Sources */ = {isa = PBXBuildFile; fileRef = 038C6862EAE662E8C74CB9545D5D101F /* FIRTrace.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2BF1BCB279B0EE767D801BBAEF61ECE0 /* GDTCCTUploadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AC63C4FCD8F1A6D512710B2FE640C4E9 /* GDTCCTUploadOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BFDB5D061C685E83D205B22FB32B99B /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 97DE1C098135DE12271790ADD892D201 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C554EDFE78E1BEC87CC401778D53570 /* SVGTransform.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D0DA21F8A9C620CD1CACF89615D3883 /* SVGTransform.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2C689391D844A4D08B14AF672AC140CF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 2C7325791963BF550F3355E3360785F6 /* ABTExperimentPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 859B14E68209C9BEC8AF711F541C16B5 /* ABTExperimentPayload.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2C74E93F724519A73504F5A8B814F3F8 /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A19FCD3D36EFFA0BF6F5B2DED67ED56 /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2CB592B3B3EDD5342B3ECA9D8BE29778 /* RCNConfigFetch.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE46C4A7DCC918D45DC15831B277BF7 /* RCNConfigFetch.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2CC0832404EB3477AA92FB723388520D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 2CD7C72606CC70196A055B31FD76FD95 /* FIRCLSMachOBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C833FE910E080292D01151675BC17C4 /* FIRCLSMachOBinary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2CDF13C51CF62DAD35CBEAAF3D44C200 /* GDTCORStorageEventSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = E32F9276DB53FA9AD0DA1CE44CF08145 /* GDTCORStorageEventSelector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CE4D1F5C869F6C326DAFE4B6DD18086 /* Toggle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03EEA4EB209924A8D5A21BBE8110C181 /* Toggle.swift */; }; - 2D0BB8563AF60CA520C7AA595D3015E1 /* CombinedChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12C852BA9B62A3316FEC34C66B297D51 /* CombinedChartDataProvider.swift */; }; - 2D2C542BD1A849324564CFC233A533C8 /* FIRCLSUnwind_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 356218A988A5044A16AD0A495021F638 /* FIRCLSUnwind_arm.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2D6CE1AC2F893F3741FACD4654492B26 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 317A55F0759D111272D4DCF797038631 /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DD991BCE46DD01C11E1DF654DF046F5 /* Popovers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F782B83247C8CE9CC4C7D4A31F13BAB /* Popovers.swift */; }; - 2DEA739797B2803A5BD8CD828FE8EEA3 /* GDTCORFlatFileStorage+Promises.h in Headers */ = {isa = PBXBuildFile; fileRef = 16222EC944A13BC02E05656AE2E20E57 /* GDTCORFlatFileStorage+Promises.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DF0AB3A6E3ABE0519F4F3253BC63272 /* client_metrics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E54F8AD765F6D841EA161A725F2CDC6 /* client_metrics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DF2186CE1E96836EE99D8D61C50944B /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BA4A66558DBF528185491F56126D348 /* SDMemoryCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2CD7C72606CC70196A055B31FD76FD95 /* FIRCLSMachOBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A092A56A02CC7D5D82C41A2CB399817 /* FIRCLSMachOBinary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2CE4D1F5C869F6C326DAFE4B6DD18086 /* Toggle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7630D927186B42545EC12FA8311A1EAB /* Toggle.swift */; }; + 2D0BB8563AF60CA520C7AA595D3015E1 /* CombinedChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1203A6A0ACAFCD34C2AD811217B365F /* CombinedChartDataProvider.swift */; }; + 2D2C542BD1A849324564CFC233A533C8 /* FIRCLSUnwind_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 11B69683F4B32B8428B81B9525F7E704 /* FIRCLSUnwind_arm.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2D52058A307EA301148F4A53589FE48A /* GULProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CABF252555FDCE89BD7A43E8A270F11 /* GULProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2D6CE1AC2F893F3741FACD4654492B26 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C4CBD484A8B05CF01279CD2FF36AFCD2 /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DAF3B9D9440C460A0CEEE5E290DD347 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7233DF303038BABFC4EE8C42CBF44C85 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DD16A958ED363DAF8D471C00D4A50A5 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = CA3854A6F057FE09CA0DBD5AA693362D /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2DD991BCE46DD01C11E1DF654DF046F5 /* Popovers.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD56C404B7852C5E99D34ED8218D2B91 /* Popovers.swift */; }; + 2DF2186CE1E96836EE99D8D61C50944B /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C67D0376E0450DCE4348778E5D15B6 /* SDMemoryCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2E076DEF1AC2AD411E49D4395F4AADAF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 2E48B14EA2083008F2EC5AE08B3AE55A /* Comment.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A6649486C74A9B1B1176C92D37A65BD /* Comment.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E58723D1D3804E83BE19C750DBF80AB /* POPAnimator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 109B6FF88A3AE1D6B8AF74DEDBABB4D2 /* POPAnimator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E6FB03C553FF3BF3292FE61E181D4E6 /* LegendEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DA438918FBF247A364C1A64FD78119B /* LegendEntry.swift */; }; - 2EADFD3DA1BCB3B822739B43E4795F9C /* FrameTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68165F7182F848AFC1E42ACD66936EBA /* FrameTag.swift */; }; - 2F053FB3A8E3C5C6C4364AE025590574 /* AppleSucksDOMImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = DAD20C04C66B7A293E33FB9FF432711F /* AppleSucksDOMImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F0C8D29D238FF8FF8025D5439337B92 /* JTCalendarScrollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4434AD3833C6666C91CEEF7B53104CAD /* JTCalendarScrollManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2F0F46C1FE2BE972D9723E8ACF3F22C1 /* NBNumberFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DD732BE16775F381C010C12B41CA7EA /* NBNumberFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F1292E31A20E181C00A468811504EF3 /* ZSWTappableLabelAccessibilityElement.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB84D5FFF54B662AEEB7DC677ED8091 /* ZSWTappableLabelAccessibilityElement.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 2F4B477BEC813EDF4C6DEA1FB045E38A /* FIRCrashlyticsReport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 88373495A3B27EB24E900E8B2C7730C2 /* FIRCrashlyticsReport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F55D36669E3043560AA648A2EAAC526 /* FPRGDTRateLimiter.h in Headers */ = {isa = PBXBuildFile; fileRef = 54BCA113E76E0D7EA891B6A4A10E5472 /* FPRGDTRateLimiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F59226DFDBB40F5FAF89F54C9DC0013 /* FIRCLSManagerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1250F7152D6CD4931B85EAF9F65C7C /* FIRCLSManagerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F639F82970B5B233CF04E048C35B5B2 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7A824B56B96F2D26DF21F978F83CFC /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F97C814DE80F6833AAD850607DAE992 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FE819F7EE9BFD41741EFF7DE31655B0 /* FBLPromise+Testing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2FA4B2687C7CAB1579EB8D82961914F0 /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = E76E94C5ABC9D7FAEEA81230D4B73A52 /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FB1F1010C362A19B22F5347D4A75856 /* RCNConfigDBManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 47BCD79C4D7D4BEFABA568E6DC23772C /* RCNConfigDBManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2FCBC8A8A6139BD7E664B3AA5B421222 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4723551DC0C3252F915F0B85CEFF98D /* Logger.swift */; }; - 2FE24E6955DDE6C52AF681A29A25BEF5 /* SessionsSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8CB838B61ED4FFAB58AC9581A7846D4 /* SessionsSettings.swift */; }; - 2FE9CFEACAFB82543FAC2462FA9D66A4 /* NVActivityIndicatorAnimationBallGridPulse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9326536A019291AAA0CEB4553722917C /* NVActivityIndicatorAnimationBallGridPulse.swift */; }; - 2FEF00898F234C333133B2B3AFE9A55F /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2168C6159471A3DB33EEE8CED95ACD91 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3018B14A70DC9DCD45707810CAEDFD41 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB6B7DB51219CAE5AE9954BE0CA5390 /* SDWebImageTransition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2E48B14EA2083008F2EC5AE08B3AE55A /* Comment.m in Sources */ = {isa = PBXBuildFile; fileRef = 4036EBA1030B28AA05681E7B14DE5751 /* Comment.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2E58723D1D3804E83BE19C750DBF80AB /* POPAnimator.mm in Sources */ = {isa = PBXBuildFile; fileRef = AA6DF047167932482E00AB50702436D4 /* POPAnimator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2E6FB03C553FF3BF3292FE61E181D4E6 /* LegendEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9C735B30761D4B8D764A4217075EF8 /* LegendEntry.swift */; }; + 2EADFD3DA1BCB3B822739B43E4795F9C /* FrameTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCF12B98F1F19CF2916568A584825B75 /* FrameTag.swift */; }; + 2ECC4FEB4E7C8E63F4C9D1800CC393F4 /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EEADCFD0AD42B15DD9AAC97CD332B79 /* FIRInstallations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2EE52923EC396F763907524D88088B92 /* FirebaseABTesting-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ACCCAAC70120BF20C4956DAFCC5EC34C /* FirebaseABTesting-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EF4BAB0FC970203A22A37E50DE4A164 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = BE0B7E34143A98CC25054D5308426F6F /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F053FB3A8E3C5C6C4364AE025590574 /* AppleSucksDOMImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = CAAF7E0EE2376E4D90CAF9FAB25E4CC1 /* AppleSucksDOMImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F0C8D29D238FF8FF8025D5439337B92 /* JTCalendarScrollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A43FD2A7E5298554F5B402ECB681757C /* JTCalendarScrollManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2F0F46C1FE2BE972D9723E8ACF3F22C1 /* NBNumberFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 70A9084A4CB22A7FA6A2758432D72A16 /* NBNumberFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F1292E31A20E181C00A468811504EF3 /* ZSWTappableLabelAccessibilityElement.h in Headers */ = {isa = PBXBuildFile; fileRef = D846CB3FB293E910432EABCE1D0B09B6 /* ZSWTappableLabelAccessibilityElement.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2F4B477BEC813EDF4C6DEA1FB045E38A /* FIRCrashlyticsReport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF464FB8D124B97C5C86625F7E789A8 /* FIRCrashlyticsReport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F59226DFDBB40F5FAF89F54C9DC0013 /* FIRCLSManagerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 3303F0DA2F134892AA67B63951A1CFC6 /* FIRCLSManagerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F7F7FD2627174CD62757DE55751EC27 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 2FE9CFEACAFB82543FAC2462FA9D66A4 /* NVActivityIndicatorAnimationBallGridPulse.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8E63558AE8B0BE88AE5F94183BF8BA9 /* NVActivityIndicatorAnimationBallGridPulse.swift */; }; + 3018B14A70DC9DCD45707810CAEDFD41 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 068961EB8861654EB8C360BA35B68B62 /* SDWebImageTransition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 302C0E623FCE640903363903AA976614 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 30322FE544D76AD8A4EE132D3BF9B590 /* FIRMessagingAuthKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D4F0554A2AD3508EC49A37B7D947380 /* FIRMessagingAuthKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30375BDADB0F04BFC04641F7249A6753 /* POPAnimatablePropertyTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = E6D7678F3C2D97FD591796D856F0BB8D /* POPAnimatablePropertyTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306C8BBBB347C1A4741356020860C33C /* GULRuntimeStateHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E7ECC984CB98F2DE333D4AB34B836B1A /* GULRuntimeStateHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 308734F92EB54837CD9B8A41D62C26CD /* NVActivityIndicatorShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE184DA9C8E714A16B48309F331C614 /* NVActivityIndicatorShape.swift */; }; - 30AA01114DD5948FF26D4524CFA0DFE2 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BF217BA5A99448D57D546199BCB6476D /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30DCA6BA59CF1A56B4C9D5095FE72FF7 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 70C8D50F0221FCC26F0674E2E86254FC /* PrivacyInfo.xcprivacy */; }; - 30EC99C64A7B4A5D25102C64CB640646 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 86B13610EFB55FFEB8B2837D42D17043 /* PrivacyInfo.xcprivacy */; }; - 310800131EB402B93B6DB4B1E646BF4D /* FIRPerformance_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 23DDDEBDA3F86838BC8FB81743315A7A /* FIRPerformance_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31297E24ABA6C10687B862376540EFA7 /* SDKDefaultSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CD7967CADAD788600F3933D8B45B99D /* SDKDefaultSettings.swift */; }; - 313958C895F5442422FFDE6C0936C77E /* me.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C2ED6C04EFEF0D79FDB717927A03F43 /* me.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31454EEA78669CAFA2CFD0E18609F80D /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AC37CA948B8801A6916FDBDE2AFF2D3 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31470387DD8D51F29A935162DFC642CA /* GTMMethodCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = 40620AD0A3F04F1CB528CE3E4BDA19D4 /* GTMMethodCheck.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 315E4A8996F23377ADBF38865A416085 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4FB609D163A51DD5E547C1D8CA9F644 /* Extensions.swift */; }; - 3185ECF7F9D6E440F742A227EA164C18 /* DDContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B39712C09D5F0C3056B268B2BBC774A /* DDContextFilterLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 319CF08ED4FA9001BB39763B7633BDF3 /* SVGTextElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AEE12B7CA17FE329F03384A32D0789 /* SVGTextElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 31BA9713E40F798892714D2C10FEEB93 /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 33D966F72517699A6BF59335237139D5 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31D3B3854948CEF1B2A78E72C958E435 /* EFQRCode+Migration-v6.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739AE8731C6B932240F68E79B3CB92AF /* EFQRCode+Migration-v6.swift */; }; - 31DC1E5C6BD98FD9A239F87F7F92D2F5 /* SDWebImageSwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78F280268F58439B6CA91A690DE5F77 /* SDWebImageSwiftUI.swift */; }; - 31F21F5B31737455DAEEACC359BD4DC1 /* Pods-iOS-dydxChart-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 314F92379616B9360F724630351581D0 /* Pods-iOS-dydxChart-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32003589B46B73122C309395C653CCBE /* EFPointStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708BAC2FE4E33CB41754B64F5036C1AE /* EFPointStyle.swift */; }; + 30375BDADB0F04BFC04641F7249A6753 /* POPAnimatablePropertyTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 223687A225AD88158B476434DF288317 /* POPAnimatablePropertyTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 308734F92EB54837CD9B8A41D62C26CD /* NVActivityIndicatorShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4767CD3D2091841D6B9509F2671A2BD4 /* NVActivityIndicatorShape.swift */; }; + 308BFAC782CCDDC1899EE2A8E015650A /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 023815A342C889FDB40C2E468E36B0A0 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30BEB4D2D267073E09418DD69A412357 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 7574025036F79B2CE48C0DE067464016 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30FA04AAADAA15DD901E391715CE2C12 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E2E3A2783C33E75BF57601366249A7C /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 312C0D52B6C796DDD98AA95D04C7C2E2 /* RCNDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DCECEA495F8C33D248481B8641964F /* RCNDevice.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31454EEA78669CAFA2CFD0E18609F80D /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2443C22950CC4216E7426FFFBCDBC919 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31470387DD8D51F29A935162DFC642CA /* GTMMethodCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A33EBB276044FF5A34D6B03831E5119 /* GTMMethodCheck.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 315E4A8996F23377ADBF38865A416085 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAE7D3B2495DACCA9DAAE306903F6EEE /* Extensions.swift */; }; + 31611584743581ACE0160FB55D90CCDA /* FIRMessagingLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E1B7D75CB6F838C06FB7FD9EBEF8FB59 /* FIRMessagingLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 317C70F97D76E747903DD5478501C717 /* Pods-iOS-dydxV4Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F701F5015368D61B5E55FBBCA43A0FD /* Pods-iOS-dydxV4Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3185ECF7F9D6E440F742A227EA164C18 /* DDContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 43C1A9C122D6B5256D3079BCB6C7FA3A /* DDContextFilterLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 319CF08ED4FA9001BB39763B7633BDF3 /* SVGTextElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 1965A45DBE7450B40E7D2A5738A4F139 /* SVGTextElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 31D3B3854948CEF1B2A78E72C958E435 /* EFQRCode+Migration-v6.swift in Sources */ = {isa = PBXBuildFile; fileRef = F89A0F7DDD8B53DE40579611513FD537 /* EFQRCode+Migration-v6.swift */; }; + 31DC1E5C6BD98FD9A239F87F7F92D2F5 /* SDWebImageSwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABE330738441B777D6AD0CE6AB97390C /* SDWebImageSwiftUI.swift */; }; + 31F21F5B31737455DAEEACC359BD4DC1 /* Pods-iOS-dydxChart-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B123FBF690A768A829ADECF6CEDCB63 /* Pods-iOS-dydxChart-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32003589B46B73122C309395C653CCBE /* EFPointStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAB6AD2FD43A69F6BE7C80B1AB9A2B7C /* EFPointStyle.swift */; }; + 32220AB393EE293687FCB5F61F4DE806 /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = F99F3C8D48635ABB58D7FA9FB9A3175C /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3227620699C7F39393DA9F2B75C0974C /* GTMSessionFetcher-GTMSessionFetcher_Core_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = E826FA0DCB9AA6E7829C68391B323B78 /* GTMSessionFetcher-GTMSessionFetcher_Core_Privacy */; }; - 325F87BAA72DA0D33DC63D9D9427DE98 /* dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 336FFE21C3BBE6A1620CB60DE25EDD3C /* dummy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 326D392A7D96BF9C7F461CB8566F58D0 /* GTMSessionUploadFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = F643C20C05C45914D187202A3EF9BFBA /* GTMSessionUploadFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 32830F7BCF9F0A3F4A949552B4BE784B /* Pods-iOS-dydxV4-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 87591E185734C7A4505478502C1AA7C6 /* Pods-iOS-dydxV4-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3283764F7EA7B4D033982C2013F72777 /* Pods-iOS-dydxChart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 50FDB79F2043C8D1431A5FCF355985A0 /* Pods-iOS-dydxChart-dummy.m */; }; - 329859A84D669676DB5A6F48ACED68EA /* GoogleDataTransport-GoogleDataTransport_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = F73AA961F4AEFF2B46B00AE435DF6BE3 /* GoogleDataTransport-GoogleDataTransport_Privacy */; }; - 3329F29C045506A9FCD5595A17779ADB /* Document+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E46A0DB768D26C859C517AD8C62705 /* Document+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 335F76501ED5D44B8D9099A5B118C56E /* ZSWTappableLabelAccessibilityActionLongPress.h in Headers */ = {isa = PBXBuildFile; fileRef = BA6E9D45D98C1BCC8C4EF7E081F65D47 /* ZSWTappableLabelAccessibilityActionLongPress.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 33804C2ABC5779AF1A1C5B8017786809 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = AC7D2B782395ACBFC47D5D1F70CBE055 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3386E5B41688779F1D95275DD78DC7DE /* NSData+NSInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 849C0D8D88DD55D47C6C268DED0C56C1 /* NSData+NSInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 33A78860736CEF0ECAE674E1B7440FB8 /* Pods-iOS-UIToolkitsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AC848F78F5C8A54CCB79A2169F18F211 /* Pods-iOS-UIToolkitsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 33B0992B61E37E023458A268795E6216 /* SVGKLayeredImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB963B5C17D442602DF37635285E7F39 /* SVGKLayeredImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 33C5ED6C6E07C6EDBFA765F25EA3A9D5 /* FIRMessagingTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 84034AEE7C0AE104C6B1D00006E05F1F /* FIRMessagingTokenDeleteOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 33CC158336CA16E6CF0A2F4B9B079337 /* NSColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F0C261A032B35E8CA24B940E79882B8 /* NSColor+.swift */; }; - 33CD005C7FB1B19E51C211D78A71395E /* PromiseError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F8AD6F7299CC8513059B6B5308CBBD /* PromiseError.swift */; }; - 33EF8338B6AC23CA21E105AF96C96D1C /* FIRCLSSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 855ED103321EEE6C29B889F483585FE9 /* FIRCLSSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 342044B38E4F8B8036FBF026BC37B0BC /* FIRRemoteConfig_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F6328F1C27DFB734930E2B475812CD9 /* FIRRemoteConfig_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 342DD53376E932FA77E07457C967F1C4 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F0E49A938CB90F94B7E700E499D8167C /* SDWebImageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 343685FDADC95B1556AACFF34FE168CD /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 678D5911222518D6E3C9067AAD83749F /* FIRCLSProcessReportOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 344E679FEF38981A3BE1560B2DAD0305 /* FPRGDTRateLimiter+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1169284F40E0931D74CA222C3A4961D1 /* FPRGDTRateLimiter+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3487426862D23FECA5193DFBDD49B6A2 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8D178C3FECC0F62A1158DD7BAB65CA /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 326D392A7D96BF9C7F461CB8566F58D0 /* GTMSessionUploadFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 2521B09C6BE912A97A027B38204C01D7 /* GTMSessionUploadFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 327E544BEE2912F49BA5C9E69629A177 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 72321828F474D3503C57B44BB9278E0D /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3283764F7EA7B4D033982C2013F72777 /* Pods-iOS-dydxChart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD7281A1FA23B3BC5B87C4475A7F5DE0 /* Pods-iOS-dydxChart-dummy.m */; }; + 32BBF26E9C7744B3B619A3FC5CB2A90B /* FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F604DA8D53D5F5742F1264D4014C3C9 /* FIRMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32C8B2267F7ADA25376933535B2982E9 /* FIRMessagingTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D67021D364FB4A71B215DF8A2893656 /* FIRMessagingTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32DDC2F3EEC1C4F93BF5A8D2614D1807 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C137E16F61BB4A4A8AF57D07C41A590 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3329F29C045506A9FCD5595A17779ADB /* Document+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D69570ED358AF6EABE9B8306FC1BCFE /* Document+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 335F76501ED5D44B8D9099A5B118C56E /* ZSWTappableLabelAccessibilityActionLongPress.h in Headers */ = {isa = PBXBuildFile; fileRef = 559D646FAF9090E0256285A4820A7B84 /* ZSWTappableLabelAccessibilityActionLongPress.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 336879BC863DA39DFE8543CA315FD1E5 /* FIRRemoteConfigComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB89A99B4AEC08A7A4CCC2C31590E37 /* FIRRemoteConfigComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3379B25ECAF22588F2E9EE84C08B0EE1 /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = B5357A5A95F2D667CD54E1C5AD967450 /* GDTCOREvent+GDTCCTSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3386E5B41688779F1D95275DD78DC7DE /* NSData+NSInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = F23DC611C217B2B5B85A1A1ED8B78473 /* NSData+NSInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 33A78860736CEF0ECAE674E1B7440FB8 /* Pods-iOS-UIToolkitsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19BC85F9C214B0904ED7B93FF24934A9 /* Pods-iOS-UIToolkitsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 33B0992B61E37E023458A268795E6216 /* SVGKLayeredImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 214A938C9382D25DCEB684FF95CDD40E /* SVGKLayeredImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 33CC158336CA16E6CF0A2F4B9B079337 /* NSColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 637A20D17AE797DD57C184B4E2399F39 /* NSColor+.swift */; }; + 33EF8338B6AC23CA21E105AF96C96D1C /* FIRCLSSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 08BF601B749BB09F71413A9970A0F6E8 /* FIRCLSSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 342DD53376E932FA77E07457C967F1C4 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5046DC99926033DE54CD6D7E3BA8DBF7 /* SDWebImageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 343685FDADC95B1556AACFF34FE168CD /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 045B0B08C416A051592D6595896293B8 /* FIRCLSProcessReportOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3487D8C1F1C0C01C326BD03DBA64A9DB /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FD19848CD83B746DEFDF74E98D40678 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; 34AE9DC210E7891EAA3DFFC0FFCC6826 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 34E2C0C50868CF03AFF623DF26D05E9C /* POPAnimationTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0238C45721A0510A75FA7FB1689A70F1 /* POPAnimationTracer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34F31864591A2E40508882912EDA2BD7 /* GTMSessionFetcher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 72B70AD4095DBED3668C8298653E48AE /* GTMSessionFetcher-dummy.m */; }; - 3505A4BF17158FCA6280862ECD39DD4C /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 979CDF990B4BE53DD7202284042548D9 /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3518C14A95900B876B9E2DD49A83D8EE /* CSSPrimitiveValue_ConfigurablePixelsPerInch.h in Headers */ = {isa = PBXBuildFile; fileRef = D900B75F4164B503CC99657FBB5D89EF /* CSSPrimitiveValue_ConfigurablePixelsPerInch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3539436D857A8E8EA6ADB40C22ED4C12 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 31F5BCF1154F41B44E2DC6E5F97D9466 /* SDDisplayLink.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3551F84624CA8B2116469F66EA0E8BC9 /* NVActivityIndicatorAnimationBallDoubleBounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF23C2269A3BC48A506AD33C5712FFAB /* NVActivityIndicatorAnimationBallDoubleBounce.swift */; }; - 35711D800BF76ABA65B59B97109B126E /* Menu+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6812943290382DC5B203FAEFC9D19FDF /* Menu+UIKit.swift */; }; - 359DF1A04274B70D190621645748D5B4 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = B694297AA67B58D77D62438598C3DB2B /* Event.swift */; }; - 362B159593FBCA5F52F40C8B43687B37 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 4DB03FD262B678178A44272143846563 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy */; }; - 36385170A2A91C8DAB2313740D7FA763 /* GTMGatherInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 41A22B71260AF00A912B5748E1842822 /* GTMGatherInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3661257520FBC2AA98ECED1D51278FC7 /* Diff+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BF754F0CDD20CCB97A95467FB567FA0 /* Diff+UIKit.swift */; }; - 369EBAC63454EB4C18288C71BA96E8F5 /* POPAnimationTracer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8304B57DCDE148D9FF76F8CEDB402CFE /* POPAnimationTracer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 36BB67A98C9C43EC84C8D93DA2C8BC9E /* CocoaLumberjack-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F7E8F2396D5205CD05B4517EB80055DA /* CocoaLumberjack-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 36E34261D07D5770B4DB5152F563D42F /* GDTCOREndpoints.h in Headers */ = {isa = PBXBuildFile; fileRef = 661B4BF5612309EDE4B80D3AF50B7560 /* GDTCOREndpoints.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34B65674A30172E05BFFEADF481EB084 /* FPRNSURLSessionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DF975FD4B348E1D8A439C2379F5B052 /* FPRNSURLSessionDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 34E2C0C50868CF03AFF623DF26D05E9C /* POPAnimationTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 26CC840B418C386B1808111E332D1F8B /* POPAnimationTracer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34F01E220F12F4F9823D19D2BBBAB99F /* FPRURLFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 693DE4A11B97663D63A0B64F72359195 /* FPRURLFilter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 34F31864591A2E40508882912EDA2BD7 /* GTMSessionFetcher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 449C42D89AA3D47CD069CE00FA89BEF7 /* GTMSessionFetcher-dummy.m */; }; + 3505A4BF17158FCA6280862ECD39DD4C /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 875BDAD3A3D2E087BF21316E98C5AD1E /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 351822FFCBD5049E06FC1F0D4CCB506C /* GDTCORDirectorySizeTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = A4ADA7E10F6BF3B6C670109861F1D260 /* GDTCORDirectorySizeTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3518C14A95900B876B9E2DD49A83D8EE /* CSSPrimitiveValue_ConfigurablePixelsPerInch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4FBC526D0C630802ABC8C1AD466A9F /* CSSPrimitiveValue_ConfigurablePixelsPerInch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3539436D857A8E8EA6ADB40C22ED4C12 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 2837245A738526986E9F1E462C454F2F /* SDDisplayLink.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3551F84624CA8B2116469F66EA0E8BC9 /* NVActivityIndicatorAnimationBallDoubleBounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = D78939B426959FD0E21C2FDA48AE9317 /* NVActivityIndicatorAnimationBallDoubleBounce.swift */; }; + 35615A5DAAB0D522D7B0BDA5DF3260B0 /* Heartbeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE4F8C1C4351D8514A5A73F65D547C4A /* Heartbeat.swift */; }; + 356382DCC1DD6BEF8DAAF6F3D46704A3 /* GDTCORMetricsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C203EDAFB6A285D6770C4E88C991AAB /* GDTCORMetricsController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3564784562AF821C6A83A8EA5C5FA187 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = E85AD4EA3361A21B1E1F5F884BE8EC44 /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 35711D800BF76ABA65B59B97109B126E /* Menu+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9627C36876133F1EC46EA47A14C7D20A /* Menu+UIKit.swift */; }; + 359DF1A04274B70D190621645748D5B4 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27DC33C796ECFE9C466D5E499185D47B /* Event.swift */; }; + 35CD4DB0255D6CBA56F71E7F93C7E9ED /* FPRGDTEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 48520221D459B5C2BF2665D9037278DA /* FPRGDTEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3627208607DDFDC3ACAA4F5DE00ED1C0 /* FIRSESNanoPBHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BD39B0178CD24808247167C64228E9F /* FIRSESNanoPBHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 36385170A2A91C8DAB2313740D7FA763 /* GTMGatherInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = C589FA1E2AE5416706F981AF00527DDE /* GTMGatherInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3661257520FBC2AA98ECED1D51278FC7 /* Diff+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BC1480A21C838C78A724302B6DA579 /* Diff+UIKit.swift */; }; + 3662810306146F9EB77D3CDA1AF58364 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 369EBAC63454EB4C18288C71BA96E8F5 /* POPAnimationTracer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 579F0479D7BD4BFCE16F64017E6FB6FD /* POPAnimationTracer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 36AB2BCFF8767CAB0682CB6FF2A41AFE /* FPRTraceBackgroundActivityTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = E108EA9C98C46B7DEF6728071C9EF906 /* FPRTraceBackgroundActivityTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36BB67A98C9C43EC84C8D93DA2C8BC9E /* CocoaLumberjack-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BA967019FBE81F52E2CF00D99AF79FA /* CocoaLumberjack-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 36F2169937EDECE8A7CD173028F31F4B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1CF503D77E992C93B82CC90D688683 /* QuartzCore.framework */; }; - 36F460EB76978B3A0D590A11B7673982 /* Pods-iOS-ParticlesCommonModels-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D9B8A1205E5315C4356A586AE8BBE9C /* Pods-iOS-ParticlesCommonModels-dummy.m */; }; - 36F6459C1BE3BD22E1ED697E8E7B86E6 /* PanModalPresentationDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64CDF9148C973251870F01661616D530 /* PanModalPresentationDelegate.swift */; }; - 370496AD5210C013D414E070EA7A14EB /* FIRCLSMachO.h in Headers */ = {isa = PBXBuildFile; fileRef = E65F5C119B79C6E5F6ABCBD161461AE7 /* FIRCLSMachO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37159F0685D3AB654E66A37E15F8665A /* nanopb-nanopb_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 3227F3FC45681D7CEE5D1355A532398A /* nanopb-nanopb_Privacy */; }; - 373D289890E67C576C6C1F96F015B08C /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43CD8750B1C3BEEA60DEC65A1ACDE58C /* ReplaySubject.swift */; }; - 375CA3DEC834D18E1A0ED961603A4426 /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D46A45363A39A473960DEBE3D24AF18 /* FIRCLSProcess.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 376B6532495A900092A8B72C2C757A10 /* FIRCLSSymbolicationOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BA768FEDE1ECB665A7547820C2D5A69F /* FIRCLSSymbolicationOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3770062EC8F64589752911BE83DA3D66 /* FIRCLSInstallIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BF8456F50F553D0FB1D5F2174B28707 /* FIRCLSInstallIdentifierModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 377D83A1BB64B17B182B482480BF5778 /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = FB0FFAE5928B429B15F3565E41AD9E05 /* GDTCORFlatFileStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 378862524956B4CA683AFEFE6F43BC5F /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CA4D3321E22B2CA8805E6E7794B020 /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3791FF5742AB42DE82DBD9A77E5EAC53 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C6C75E1E6BEBF7516580CB3A24896237 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37AA6396F6D320D153938BD000054926 /* PanModalPresentable+Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18B61B015FBB659605179CEBD246D15F /* PanModalPresentable+Defaults.swift */; }; - 37DE9C822675B6D94B67581DD0B066E2 /* ValidationRuleComparison.swift in Sources */ = {isa = PBXBuildFile; fileRef = 361784FF9B7F2F53D82009AB5C44D17B /* ValidationRuleComparison.swift */; }; - 381D42ECF079E81454D3418F6DCC3B0B /* String Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = C854D79C85F36D29533BC63195FC6907 /* String Conversion.swift */; }; - 3827C0FE352FC1C401564DB9D3F46D3F /* Promise+All.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7FC9E29CA992F74F82E3399F7BD8875 /* Promise+All.swift */; }; - 382A2450D6186B9B570D6E0AAE2905F8 /* FIRCLSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BB1D77557EBD6E6F2997305C2B9207C /* FIRCLSConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 382ABEC63A6185AB4B1F8636E1B4FAE6 /* NVActivityIndicatorAnimationBallRotate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D198D3F6DEE09E5F77EF9A8B1FA3CBA5 /* NVActivityIndicatorAnimationBallRotate.swift */; }; - 382C061BBFC043ACF0821C745F82F45E /* BarLineScatterCandleBubbleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9A6D070EF897D3E27247EE52A0C161A /* BarLineScatterCandleBubbleChartDataProvider.swift */; }; - 38362739D36C73F7958FA06C41F87548 /* RDHCollectionViewGridLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EC068FA33649D4E531A4216DD9ABAA15 /* RDHCollectionViewGridLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 385053433A228847B8039600E1B9E6FC /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F780517352B38C013C09102386F765BE /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3878F06EB2D0E971F9D43F15E167863B /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F02DC05CD65E128D88EE2CDE99549A /* FBLPromise+Race.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 387C8094E1C055C789587185E97E18E4 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 24FBDDCEB300C40E2D5F3B63129B9412 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 38800C76FAAAE8E7A1E724108B0EB5DF /* ICandleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 987720B1FF5E6880CE9EA8360CF9E7AF /* ICandleChartDataSet.swift */; }; - 38AC5BD258B4006B693CB8CA0C1ED0C2 /* GTMSessionFetcherLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CD948FB24CEC790F57AFE0AF08C5434 /* GTMSessionFetcherLogging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 38E10CECD2C6C59C0CCCEB0A78D40CC1 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E46FA2D13276D490E2AAC70E66DE24 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 36F2511C27AF7D759CDCBF232E6595FB /* FIRMessagingPubSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A8495246C0CF64E1871E0C0DE503290 /* FIRMessagingPubSub.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 36F460EB76978B3A0D590A11B7673982 /* Pods-iOS-ParticlesCommonModels-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 70AE435A53DDA4DB8D65B626103C47D8 /* Pods-iOS-ParticlesCommonModels-dummy.m */; }; + 36F6459C1BE3BD22E1ED697E8E7B86E6 /* PanModalPresentationDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0F8D4BD04B9CDFE4A83BA9032F89908 /* PanModalPresentationDelegate.swift */; }; + 370496AD5210C013D414E070EA7A14EB /* FIRCLSMachO.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ED0D29D0196E1B8A757BE1C72EBCD15 /* FIRCLSMachO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 373011EFFDB3EA8BAABF50800619AEA8 /* FPRURLFilter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C3F8A5E1452499EA936E30E74CCEAE9F /* FPRURLFilter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 373D289890E67C576C6C1F96F015B08C /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C2326FA51E2762C6BEC5811B1E06726 /* ReplaySubject.swift */; }; + 375CA3DEC834D18E1A0ED961603A4426 /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B4CD611334D9F4FD9ECFB56A23D561A /* FIRCLSProcess.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 37626464F36E6537A8A1AA0CFFAF4AAC /* HeartbeatsBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A6CD352751E056F81525230D3B374B7 /* HeartbeatsBundle.swift */; }; + 376B6532495A900092A8B72C2C757A10 /* FIRCLSSymbolicationOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 81509469C26A1D06FD4C54F2F6E0EC0A /* FIRCLSSymbolicationOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3770062EC8F64589752911BE83DA3D66 /* FIRCLSInstallIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E971AD17353EDEA3A07103613083F639 /* FIRCLSInstallIdentifierModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 37AA6396F6D320D153938BD000054926 /* PanModalPresentable+Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 129DE87782EDC8B3C302F90234226C0F /* PanModalPresentable+Defaults.swift */; }; + 37C0BE2BAA2DD4DE5E0D8CBD1BB39EFC /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 81FDE7CBD9AF0586C933703BED7F86B5 /* PrivacyInfo.xcprivacy */; }; + 37DE9C822675B6D94B67581DD0B066E2 /* ValidationRuleComparison.swift in Sources */ = {isa = PBXBuildFile; fileRef = E605092CD12277850660937000B110EC /* ValidationRuleComparison.swift */; }; + 37E7B2D28A80A9A36617B0E2C5AFDC50 /* Pods-iOS-dydxV4-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FA6056831CE0F155E3F4A5C969E82DF0 /* Pods-iOS-dydxV4-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 380AA6A97EB76E467FAC83E0261146BE /* Pods-iOS-dydxFormatterTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8842A70C131212F71E1D71CF500BE606 /* Pods-iOS-dydxFormatterTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3812343BB8DE99D0F4BB06961B085707 /* SPMSwiftHeaderWorkaround.swift in Sources */ = {isa = PBXBuildFile; fileRef = 452110F43F20D38BFAD57CAB3173C722 /* SPMSwiftHeaderWorkaround.swift */; }; + 381D42ECF079E81454D3418F6DCC3B0B /* String Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6220D6E1FE94352BCE1B88D043532E02 /* String Conversion.swift */; }; + 382A2450D6186B9B570D6E0AAE2905F8 /* FIRCLSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F9ACF1D9ED947E7B70C16A6AEBA69F9 /* FIRCLSConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 382ABEC63A6185AB4B1F8636E1B4FAE6 /* NVActivityIndicatorAnimationBallRotate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4878E2C442BAE39CDDED52917C7F0573 /* NVActivityIndicatorAnimationBallRotate.swift */; }; + 382C061BBFC043ACF0821C745F82F45E /* BarLineScatterCandleBubbleChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037F0305B1B05699D15FB0824AF3CB7D /* BarLineScatterCandleBubbleChartDataProvider.swift */; }; + 38362739D36C73F7958FA06C41F87548 /* RDHCollectionViewGridLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 57593BDF7F88AFB30D966FC94B27FACB /* RDHCollectionViewGridLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 387C8094E1C055C789587185E97E18E4 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 65AA8FCAD39A03BEF586EAD60B81C84D /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 38800C76FAAAE8E7A1E724108B0EB5DF /* ICandleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 153F5262B13799ECDF2B30172CDE30D9 /* ICandleChartDataSet.swift */; }; + 3885C867CFBEEE64E39230CC276A4B4F /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = DC34E5F4D02A89DD42510EAB8ABEA731 /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 38AC5BD258B4006B693CB8CA0C1ED0C2 /* GTMSessionFetcherLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB5D0CD42654A7D2D85C501447DC7BD /* GTMSessionFetcherLogging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 38E10CECD2C6C59C0CCCEB0A78D40CC1 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AFC0C598180BC67151842EE02FA6770D /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; 38E8E3176040F1F8396D59B98063BC6C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 3903C4EC8C373B20FDDAB972DC5A3C67 /* NSArray+NBAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 10CD8CEDDEEE90189783EE4CD09E1B24 /* NSArray+NBAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3918A24CBA15687B933614E4525FF84A /* SVGKParserDefsAndUse.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C34D12261648CE5D4CBCA725E73768C /* SVGKParserDefsAndUse.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 393A8BFCC418400DEDE58EEF22E5B35F /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = E291D0CD2BD4827F6BAECD83856D0695 /* FIRDependency.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 39671E8B1F849BCE9BC64AA896488608 /* Pods-iOS-PlatformUIJedioTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 62C6DDA2BBF47064A35443A0FA27F040 /* Pods-iOS-PlatformUIJedioTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3970D0E52212F816916C2F3526FE3DB5 /* FIRCLSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 66565D5CF2DD5B8CE2AB5DA3DD0995CC /* FIRCLSApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3903C4EC8C373B20FDDAB972DC5A3C67 /* NSArray+NBAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F88E5D8114C47BB78F92EE802CDAA42C /* NSArray+NBAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3918A24CBA15687B933614E4525FF84A /* SVGKParserDefsAndUse.m in Sources */ = {isa = PBXBuildFile; fileRef = 96F486903CC7DF71D7A4CD7DB2325E2E /* SVGKParserDefsAndUse.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 39671E8B1F849BCE9BC64AA896488608 /* Pods-iOS-PlatformUIJedioTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D743245FD5E7280169810ED13D857BB9 /* Pods-iOS-PlatformUIJedioTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3970D0E52212F816916C2F3526FE3DB5 /* FIRCLSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 324C677F18DA74532CB77FD7969EF599 /* FIRCLSApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3986AE02311B002D77F34137176CEC9B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */; }; - 39B01F99157DAF1CC3AC161A04F1E502 /* GDTCORDirectorySizeTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = E4FEF123C376E53C6B1F647452091BFE /* GDTCORDirectorySizeTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 39B3F9F791A0D779D98120741F41E2B8 /* ScatterChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98C61FF02D4629708B2552592AC8F8F2 /* ScatterChartDataProvider.swift */; }; - 39D0ADF06CB21D1A320F0C1F7B8E4AA3 /* FIRLifecycleEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 64F5731AE3481B44B45F1916D8DF8B74 /* FIRLifecycleEvents.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39E497780D6F05CE01110B61DFE4B59F /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A09A70860AAACB42040DD80ADB6FDED /* SDInternalMacros.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 39F3E5AA9735F7ECF499192CD813D8AC /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = E3729187D511A3DBACE34B011E13DA23 /* SDWebImageIndicator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3A40B1E861507CE7BC354FA532FD1E10 /* DDLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B50442F34491919B1311F48DB341D3B /* DDLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A9A9EA7C0805D6BE86B0A630AEFF6C6 /* SVGKImage+CGContext.h in Headers */ = {isa = PBXBuildFile; fileRef = F4A2D799F366BA925833009D5EEB2ED1 /* SVGKImage+CGContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3AB596D4158C3A2AD3A88106B45803A1 /* SVGKParserExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AE28CAEC64C1452D2F1D2F53321A517 /* SVGKParserExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3AD8CACCEC8032CFFBFF2E56D0FD79D7 /* SVGKParserGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E4B4CD8981231525B3EB12A8678336F /* SVGKParserGradient.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 39A8F645E0ACCF8E9745DC20443D9873 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8748D6252E692282582FA08CD36C7E8D /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39B3F9F791A0D779D98120741F41E2B8 /* ScatterChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBEA603D2C932A088F232F44D5BF0BD1 /* ScatterChartDataProvider.swift */; }; + 39E497780D6F05CE01110B61DFE4B59F /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B87CFE79D8C74EBF22ECFF2241B45F4 /* SDInternalMacros.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 39F3E5AA9735F7ECF499192CD813D8AC /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 3483E62A9ED200A4965453B44F5CEF3A /* SDWebImageIndicator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3A179F5F9809555B0BD7B3B5E3D29A17 /* FirebaseDataEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F344BDCF15FAEDDF16A201ACFED1D052 /* FirebaseDataEncoder.swift */; }; + 3A40B1E861507CE7BC354FA532FD1E10 /* DDLog.h in Headers */ = {isa = PBXBuildFile; fileRef = A7BFC55437F8BB97427495A951BF3A68 /* DDLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3A959B1F0BADAA4E71A9A1DBA5020ED8 /* FIRMessagingAuthKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = C8559DA4C69BC07AF47B5A391F45E4B6 /* FIRMessagingAuthKeychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3A9A9EA7C0805D6BE86B0A630AEFF6C6 /* SVGKImage+CGContext.h in Headers */ = {isa = PBXBuildFile; fileRef = AE8B15D62D9984EBD20F96035F6A8770 /* SVGKImage+CGContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3AB596D4158C3A2AD3A88106B45803A1 /* SVGKParserExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = C1926A23C31DCDF64A9DFF2AB05D8C01 /* SVGKParserExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3AD8CACCEC8032CFFBFF2E56D0FD79D7 /* SVGKParserGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 129CEB4DAC2A91163698D539A1ADC9E5 /* SVGKParserGradient.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3AED8C8FA6E750BE86799A2492598161 /* Combine.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57384BC6C280E195CDAEB67D78847774 /* Combine.framework */; }; - 3AFAF593FA789D1E801575232D221B19 /* FIRMessagingTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F3475C240E8F498782EB7586FC5ECC00 /* FIRMessagingTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B28E9E40450EFBE9742F6AFBDE10405 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD1CBCEB1BD9B1433A9BF6825CC57499 /* Security.framework */; }; - 3B4EB69D8A64359E48047E1A50E784E4 /* XAxis.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DDABC6FC3C43FF51FE15F17CE103DF6 /* XAxis.swift */; }; - 3B5505F70891862BD2FB39FDA167203C /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A33C443BEAF3F90E5F2BE845EB5191 /* GDTCORTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3B648FE33BC2589A2E4AFF42CFC1C1D3 /* DocumentFragment.m in Sources */ = {isa = PBXBuildFile; fileRef = 4852537CCD1A6CB05AF19065F604CBA3 /* DocumentFragment.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3BDC7044577A25EB47B633BFF0AFCCCC /* FPRSelectorInstrumentor.m in Sources */ = {isa = PBXBuildFile; fileRef = 64BA903023234D737E7A7D1A3865A7E3 /* FPRSelectorInstrumentor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3C00861E2BA8F41A21D13FC60C55379A /* FPRNSURLConnectionInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = 53A1C449DD0781CA1BD3589AD01EABC6 /* FPRNSURLConnectionInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3C0A97FC36BE7A967BB02FC1EA8C3976 /* Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F48B0F71900AD3ADF55208C40C112A9 /* Position.swift */; }; - 3C2767085A1976EC0B7E304FF4720FE0 /* FPRNetworkTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 20A3E2FD3CD69F04A30E4CC910F46E2C /* FPRNetworkTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C426C1F56CD66D924CE48BAD0C765B5 /* SDWebImageSVGCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 51D64818B5485FCD320EE720E6A0BE12 /* SDWebImageSVGCoder-dummy.m */; }; - 3C4C5F39DD6ABDF007ACC0FACA576DC3 /* Document.h in Headers */ = {isa = PBXBuildFile; fileRef = 605916780860374F4D52A4DACDA06FA9 /* Document.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C677086D21C2931405E6A2EF84BFD7F /* JTMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D32E5038561EC74F85976608D3B4B3 /* JTMenu.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C712743591D5C5D9A8A8D873F65AD20 /* Pods-iOS-dydxViews-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 185908445946E703B691704F7752F05F /* Pods-iOS-dydxViews-dummy.m */; }; - 3CAB2760F7530DC9C2E359ED30FFED6F /* NBNumberFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 315457515A9B75D34688FABE203CC02B /* NBNumberFormat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3CADAE24D656C85341CABF519C7CB292 /* SVGDefsElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E518DD21E6B800D0C82567CFA96CD4 /* SVGDefsElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3CB3B14AD1E3ECD66B6C3B4D17847C82 /* Heartbeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0841995AD4F3550DD7384A5011AFB87D /* Heartbeat.swift */; }; - 3CC5572F76C3106ACE0A8A21606C70A5 /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6720018EE43A476181B9F3A60E34EA0C /* TransformationMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3D034C460F32ADFDECCD2EE8BFB0E9C3 /* compliance.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D7C8454D2C2DB8DBF552E94A60FDA8F /* compliance.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D03D14E7FDBB3B3EC68FCD189D54B7E /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = A940517243DC799BC0DE8057BBF5DC72 /* NSData+ImageContentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3D3BF968E8E983525AA5E2FA70F28AC5 /* AMPConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = CF146099813DF91E2408C2BF4DDEF2DD /* AMPConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3D76C2283CEB2E3CF97D5C90A732EFC1 /* FIRCLSDwarfUnwindRegisters.h in Headers */ = {isa = PBXBuildFile; fileRef = 087FB5C343AD9E15DD4A7D1D02177C89 /* FIRCLSDwarfUnwindRegisters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DA64503F189D81D1B33E9DED7BA887E /* FPRMemoryGaugeCollector.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5266FEC33A00D8617E0077542A0192 /* FPRMemoryGaugeCollector.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3DAAC85583055DEB18D41DB4B01E87BB /* JTCalendar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A78C5417FF0C506547A61F5932C882D2 /* JTCalendar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3DAFEDCDC5094007E329D71FE84FF704 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B4068A617C0BF6F4640E905B029D9D1D /* SnapKit-dummy.m */; }; - 3DD81BBE100F1636B17E6280460060B5 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 36BA3557BA6A9942A243FEF4E72A3D8C /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B0792A828E94898C932FFC98677E3CD /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 20630EF48A675270AB67B171723DD900 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B4EB69D8A64359E48047E1A50E784E4 /* XAxis.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16CA3D83A2D2CA674C001B72B8E1C7B3 /* XAxis.swift */; }; + 3B648FE33BC2589A2E4AFF42CFC1C1D3 /* DocumentFragment.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF180EFE8339FA8CE7744EB0A5B1698 /* DocumentFragment.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3B71741F2415402F421E68482D2E8799 /* DeviceEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45190DDC2A8571A90B7543CC4F5750C6 /* DeviceEnvironment.swift */; }; + 3B72B4EC5D000032BAD62DEB9FF61D39 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 55CCE0155D37C174A8F1D27E98A9768B /* PrivacyInfo.xcprivacy */; }; + 3BCFDD310FB6600FDE5F47858C9AFCFE /* OverallMarker.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC7903779190B0C8BB7BA402290D1066 /* OverallMarker.swift */; }; + 3C0A97FC36BE7A967BB02FC1EA8C3976 /* Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E7CA705917B1685019A6C5A6AE0028 /* Position.swift */; }; + 3C2281FAB1300EE0D9295C2F3A0DEADE /* Time.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5649977E99FA896BD4028CD01EC8FFB /* Time.swift */; }; + 3C366657EEB14EA9B505C7D4BE144503 /* FPRCounterList.h in Headers */ = {isa = PBXBuildFile; fileRef = 26596F273C6A7A512CB477F7D4FA56ED /* FPRCounterList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C40352021D33774EB2130DA8B0DC96C /* GDTCOREndpoints.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D81F1D2D7C96BF6CEDFE8F53AAC7242 /* GDTCOREndpoints.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C426C1F56CD66D924CE48BAD0C765B5 /* SDWebImageSVGCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFB3B3EC77DB0CA4A391463BE6D38B2 /* SDWebImageSVGCoder-dummy.m */; }; + 3C4C5F39DD6ABDF007ACC0FACA576DC3 /* Document.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C60CCA38ACDC8BC1A7DB9D73E1A083F /* Document.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C677086D21C2931405E6A2EF84BFD7F /* JTMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 871DCFCBAFCB9BBCBDB48AF5B9F72BA1 /* JTMenu.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C712743591D5C5D9A8A8D873F65AD20 /* Pods-iOS-dydxViews-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B33AB46CED47420178A92B0E80AD97F /* Pods-iOS-dydxViews-dummy.m */; }; + 3CAB2760F7530DC9C2E359ED30FFED6F /* NBNumberFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FC82C8BB2DA807F8206EA692E914B2 /* NBNumberFormat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3CADAE24D656C85341CABF519C7CB292 /* SVGDefsElement.m in Sources */ = {isa = PBXBuildFile; fileRef = BC48449946C25E0467C48C0394796A43 /* SVGDefsElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3CC5572F76C3106ACE0A8A21606C70A5 /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FF56812311B9E9E85FE430B36D7887E /* TransformationMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3D03D14E7FDBB3B3EC68FCD189D54B7E /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = EEEB1E57D2680F472DE87CF128071976 /* NSData+ImageContentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3D32E33FBA5D83107C0F09D29039E20D /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A48FFC8EFBE7021B913545795CA64A0 /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D3BF968E8E983525AA5E2FA70F28AC5 /* AMPConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 0281B9AD95F01F73F604E852EBC9EFBE /* AMPConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3D76C2283CEB2E3CF97D5C90A732EFC1 /* FIRCLSDwarfUnwindRegisters.h in Headers */ = {isa = PBXBuildFile; fileRef = E738A2C82396B0C458E36488DB34D186 /* FIRCLSDwarfUnwindRegisters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DAAC85583055DEB18D41DB4B01E87BB /* JTCalendar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9243EAF6D537AF68169A089927E4BA03 /* JTCalendar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3DAFEDCDC5094007E329D71FE84FF704 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A9A90CEEC59786D5FDFD2D0B3AFB6055 /* SnapKit-dummy.m */; }; 3DDECA991AE84108A799001CE9C10652 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 3E02E0DC3A3C9B56C0507B4907BCBE45 /* NSDictionary+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 85732A6B72F2972521367F66B39C2CD0 /* NSDictionary+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E161C87FBB088C3055EC2883A6A134F /* AMPURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = BAEE0ADD06CE8C5F3CA0BDEFB01FD1C1 /* AMPURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E2369D63645620BA759519810461721 /* FPRInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = C59F9F3C279B58CC6D3267736D500358 /* FPRInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E2412C362C88BE3030A38D8F6F609B7 /* ValidationRuleURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A5872D7FE945A81635D9E1E451B4DFD /* ValidationRuleURL.swift */; }; - 3E6A1B21D718E3F9D9B372FA20322759 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD1CBCEB1BD9B1433A9BF6825CC57499 /* Security.framework */; }; + 3E161C87FBB088C3055EC2883A6A134F /* AMPURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F9CEA2CB2FF186B61D6997173F0205C /* AMPURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E2412C362C88BE3030A38D8F6F609B7 /* ValidationRuleURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9709BAFB4847204D958DA8C08634CE /* ValidationRuleURL.swift */; }; + 3E3FAF1D7499C4979F86346309FC3E85 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 3E4D9B01FAAC02A471F3B3B362CBD9FD /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = DCE30388FF182F0559292D1186101B42 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3E7C9F2E9D8989060B94B397BAC576C7 /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 859AE0302B28BD8AE67A780BFCAEE082 /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy */; }; - 3E815E18448C3AE53802902082D041A0 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C01F3AD61EBED1517526124C50BA130 /* 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"; }; }; - 3EC5DF9E9DB09616DD5BDE753B6BDAE4 /* DDContextFilterLogFormatter+Deprecated.h in Headers */ = {isa = PBXBuildFile; fileRef = 91864DE57D6AF58209D4031EECADF948 /* DDContextFilterLogFormatter+Deprecated.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3EEC85CDDB842FAC5D7CBC05E6002C71 /* Patch+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65284EDAE05F8189DE41CDC0613F7AD3 /* Patch+Sort.swift */; }; - 3F259D31D85B7151AF1B30E50A02AA65 /* GDTCORMetrics+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F4A7D9248F4B12863BD74903EFF433F /* GDTCORMetrics+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F26F6CBDC999B0147072AFC317EF477 /* NBPhoneNumberDesc.m in Sources */ = {isa = PBXBuildFile; fileRef = 951E57604F01A4D2C009B8D05689E533 /* NBPhoneNumberDesc.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3F4F199DBCE18FEFA54FF69BA83C4AAB /* SVGKDefine_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76449CD594116A5A7A6CD161318710C6 /* SVGKDefine_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F69673C716464E970CFBC256D8FCDAA /* Transformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD6E9340B290157F16D2396050FDBB3 /* Transformer.swift */; }; - 3FAF6AA25114B7BDE0BA2E3189ED54AF /* FIRCLSFABHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C63BEAB90688EBBF7915E62BDF8A0F0 /* FIRCLSFABHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EAC41BB381026CD5CB986A3E4F15DDE /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 85839B2D498557835FE85FBBA016B676 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EAEAD0E4EB19BC5F5FC6713DEEAF7D9 /* FIRMessagingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9082581F7017AC2CD5A5D36954BE34A3 /* FIRMessagingUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3EC5DF9E9DB09616DD5BDE753B6BDAE4 /* DDContextFilterLogFormatter+Deprecated.h in Headers */ = {isa = PBXBuildFile; fileRef = EB8BFAB69B9D41AF70BFE19CC3AF6CED /* DDContextFilterLogFormatter+Deprecated.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3EEC85CDDB842FAC5D7CBC05E6002C71 /* Patch+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9C071E198116ED9A4C2D962025E8CCB /* Patch+Sort.swift */; }; + 3F1A17E2B0E4FADBE5F85772B7386631 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 55743255C2F83D11787CD50F44E9E633 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F26F6CBDC999B0147072AFC317EF477 /* NBPhoneNumberDesc.m in Sources */ = {isa = PBXBuildFile; fileRef = EDCD0D53010D4BD407E0B69F53C0D64B /* NBPhoneNumberDesc.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3F4F199DBCE18FEFA54FF69BA83C4AAB /* SVGKDefine_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 01738EDEC2FA9D8040A141609F640C8A /* SVGKDefine_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F69673C716464E970CFBC256D8FCDAA /* Transformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAABFB1507A14A6DB51DF71CC2D115D5 /* Transformer.swift */; }; + 3F6E2FD04915E871A8EFEF047F1C9AE8 /* FPRConfigurations.m in Sources */ = {isa = PBXBuildFile; fileRef = FD20CF1E87BE61832F33DF8C9D4C6767 /* FPRConfigurations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3FAB3A112D2857D14931F8FBD81AD8CE /* GULRuntimeSnapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = EE5379A85917B0223E68F1940A5BD065 /* GULRuntimeSnapshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FAF6AA25114B7BDE0BA2E3189ED54AF /* FIRCLSFABHost.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2F9099E1B0A23F41229E2C8B17E509 /* FIRCLSFABHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3FCB6D2AA4C5106B05250499A8A0A07A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 3FE50D09CAE2027EF9B9964F77A01078 /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = EC8A1A09FD0A6A2E2AC76688528C43A3 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3FEEFB8F94459C8EDC01B5A0D7A268CC /* FIRCLSByteUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E22204B6F45A634A1DC04F7848BCB89 /* FIRCLSByteUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FFBAA4A4F8CE0B478E4FC86B79D32D3 /* NBMetadataHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E898FE4D1A3D39E131595033CD2770F /* NBMetadataHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4017551660B4B65F76A11870A7F47719 /* iCarousel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 820839E899F358597EC2AA2FC0045A51 /* iCarousel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 402239BA499653C4BC403115A40347A4 /* FIRHTTPMetric.m in Sources */ = {isa = PBXBuildFile; fileRef = 5127F0F45F4901CC3131EC89D1E71114 /* FIRHTTPMetric.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 405DEFBD2E9EDBBF271A32F222956728 /* EntityReference.m in Sources */ = {isa = PBXBuildFile; fileRef = EA0FA41E0555EAF0EB05CB8A2C8DD7C4 /* EntityReference.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 407584597097EAFB72BB5975CC9923D1 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4816FBD021B65EBB17E2D8BBBA6D9640 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4085B41E28A141465C82F46BD9E57B70 /* FIRCLSCompactUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D8C4310F89BFF704D70B045381DEA0D /* FIRCLSCompactUnwind.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 40A09F5E948345A60B856BB7C3BB5FE3 /* Subtraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF772831381F5A0ED850444AD9FB2941 /* Subtraction.swift */; }; - 40A2E2DDE76C3AA1AABA924FA9621DB0 /* NVActivityIndicatorAnimationBallScaleRippleMultiple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1215328E18316D75E5179B7FA0AEDB79 /* NVActivityIndicatorAnimationBallScaleRippleMultiple.swift */; }; - 40A81D276D302C0FED62B12E6C33217A /* Pods-iOS-AmplitudeInjectionsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F5EA757601EAC110124792EFC57715B9 /* Pods-iOS-AmplitudeInjectionsTests-dummy.m */; }; - 41037FCDBE19211566A9A61BF82F8F36 /* GTMStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 39546511D017A83A3E8B95D74CBB0B8F /* GTMStringEncoding.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 41183DCBC0A4177233335D654E3EF6EC /* SettingsProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CBD2F384507D6FA3B84621BB5C2DB5B /* SettingsProtocol.swift */; }; - 41258E29ED1E271032BEAC9F43BD3A8E /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FCDC395E86D647820C8235844F4F2721 /* NSButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 412C9858D60167F819F2F6350F31006A /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = F416162444A7FF97B8D49E4F4285E6C6 /* FIRComponentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4146EC26D7DDF32ECAE445B119479D30 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DF15D43A2C6DB31F125345DB7078E19 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 414B93F7DF92D139364F21D997A4336E /* PieChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D5F0D8AC11D96C1C7FB20FBDFE862B6 /* PieChartDataSet.swift */; }; - 41738DFCA0E32219061D7D0830611AA9 /* FPRConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 603E26D258660A41478970580E5E7D4B /* FPRConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 417FA6FA1A8CD784F8F9BC93D8B31BAD /* FIRMessagingKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D7EFF3D6CFAE26D27DE7D01ECD2B4AC /* FIRMessagingKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41866974343DEF15D2C771C19EF96A37 /* PieChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5784F6050E1C206635C2CB347938BE6E /* PieChartDataEntry.swift */; }; - 419DE3365EC6746C180B4361F906BFB3 /* RCNConfigExperiment.m in Sources */ = {isa = PBXBuildFile; fileRef = 551D9D97B7E506D645D1D48CBA03B243 /* RCNConfigExperiment.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 419E1B5DF2F65397F72558C9325B065C /* FIRMessagingTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A04EAA0888B923F0B84382592C90FAA /* FIRMessagingTokenOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 41E1F9036759EE925C15601ABEA8341A /* SVGRectElement.m in Sources */ = {isa = PBXBuildFile; fileRef = A75A89FD00B98BFC2BDE330538D14E07 /* SVGRectElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4203F497D6077F7C34799A4AD38417BC /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E96A858753DCD39CBC5C3ADF11AB56 /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 420700F0639F78A0B7897EF2ADBA9AFB /* ConverterSVGToCALayer.h in Headers */ = {isa = PBXBuildFile; fileRef = F46147BE0F070EC045ED953059AA39EA /* ConverterSVGToCALayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42089E46D48B162B0AC3566F846764BE /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C236B20408B41D7A768955E15D6EA3 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3FEEFB8F94459C8EDC01B5A0D7A268CC /* FIRCLSByteUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A59805ADA079D56478E7F203434C63 /* FIRCLSByteUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FFBAA4A4F8CE0B478E4FC86B79D32D3 /* NBMetadataHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = E5714313FFD9754A5B7AD0E754AF397D /* NBMetadataHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4017551660B4B65F76A11870A7F47719 /* iCarousel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C4890F64A279C71762DE4F85A0383B3 /* iCarousel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 405DEFBD2E9EDBBF271A32F222956728 /* EntityReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C62C294F9246600F859956401AB531D /* EntityReference.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4085B41E28A141465C82F46BD9E57B70 /* FIRCLSCompactUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 73050C71BDE392E6DE5277B1ECAD4EF4 /* FIRCLSCompactUnwind.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 40A09F5E948345A60B856BB7C3BB5FE3 /* Subtraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC937BEA24E8E5EDEE41585814985FB3 /* Subtraction.swift */; }; + 40A2E2DDE76C3AA1AABA924FA9621DB0 /* NVActivityIndicatorAnimationBallScaleRippleMultiple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DB2775A7FB78193F3BDD42C165CC331 /* NVActivityIndicatorAnimationBallScaleRippleMultiple.swift */; }; + 40A81D276D302C0FED62B12E6C33217A /* Pods-iOS-AmplitudeInjectionsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 96B5D0A06C6545775823AAAFBB32CE06 /* Pods-iOS-AmplitudeInjectionsTests-dummy.m */; }; + 41037FCDBE19211566A9A61BF82F8F36 /* GTMStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A8E575BC8648499AE747195C1E05EE /* GTMStringEncoding.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 41258E29ED1E271032BEAC9F43BD3A8E /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B807D36DEB0292C7143C7EAEA081E54 /* NSButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4146EC26D7DDF32ECAE445B119479D30 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = CFC635AE4A711E3AA7203F9D84649E7C /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 414B93F7DF92D139364F21D997A4336E /* PieChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC66654CEB78A134FB7ABE38002ECC84 /* PieChartDataSet.swift */; }; + 41866974343DEF15D2C771C19EF96A37 /* PieChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793C54601295BEF4865757219BB9C1EE /* PieChartDataEntry.swift */; }; + 41A83932F558A34648F336692B64C918 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EEEB7A1A06EC7C9191FACA0FF2375AA8 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41E1F9036759EE925C15601ABEA8341A /* SVGRectElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 01626C38ABEBC7336F74506C8DC819D4 /* SVGRectElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 41FCC566DD83D404972AB204128E27FF /* client_metrics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = BA0C5E61B65920FAF050E45049644CA6 /* client_metrics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 420700F0639F78A0B7897EF2ADBA9AFB /* ConverterSVGToCALayer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6F2B6CF677C11C24AA854981D984C4 /* ConverterSVGToCALayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42089E46D48B162B0AC3566F846764BE /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = AD2EA437DCE8B4D5AD5AEB1D5E572032 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Private, ); }; }; 420AA6CB1DDB2790CFC749D13F30DFDE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 4221BB31EF1FD43F80D1F36CF7DC0C60 /* CSSValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 539E63EB9067607B444811E64C107054 /* CSSValue.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4229459AE4D394067A20A8A90011D778 /* NBRegularExpressionCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A42EE4C7968D49DA7B3FFEC5A3EE1F38 /* NBRegularExpressionCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4262A44B8089903161C54AD186379ABA /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 681B36E9242794A768A3FC65C95F9EB0 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 427FF017FC0E876AE27EE722F92CA823 /* SVGGradientElement.m in Sources */ = {isa = PBXBuildFile; fileRef = A69AA5B89C621CE6B488D7879944F839 /* SVGGradientElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4283B949335C50DE4CB5D512183444A8 /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C487E2C1269107884DD0237FA2755F1 /* WithLatestFrom.swift */; }; - 42944C3BC42EC6EBD5F21FF8C89D8A3C /* FIRCLSRecordIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = E841A8CADDEA8153C52FE9957E3C9FEB /* FIRCLSRecordIdentity.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 42962685B499575129CDFF254E8FEE4F /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 05AD91E4EE9AB829862329A0C2A2E90D /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42C08C3D438E33A365FE4FD832344500 /* Pods-iOS-dydxViews-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7CD9D85216D10489494857C848997F /* Pods-iOS-dydxViews-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 431EC26DC8BB0F7882DAA234F217523E /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 35389BD822C15F950AE61516920A9F51 /* FBLPromise+Delay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 436214F3EB63CFE5B062A9A82E68A1EA /* GTMNSObject+KeyValueObserving.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E341BA39D3E728131B125A5DCB10D42 /* GTMNSObject+KeyValueObserving.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4378BEE323C745B7F356D1014F35BCF8 /* FIRCLSSignal.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FB493F55CF350935001D2C034F5746B /* FIRCLSSignal.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 43A5BC2FCCC954EF3629FDAAF049E652 /* SVGKSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F0A44C1B06DFB1CE0D48EA7BB80622C7 /* SVGKSource.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 43A822CF4D78DD24470D4C362C83870B /* GDTCOREvent+GDTMetricsSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 199D8BA5A31455B69C21F16737FC0776 /* GDTCOREvent+GDTMetricsSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 44396DF6D87EDCA9C40B8358FCDE35F1 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 776514F71E5659BCCF6B44251BF99F48 /* FBLPromise+Catch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 446E1274B464CFAE41ACAF189B4E400C /* SVGKExporterNSImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 5267CF56AB587731C4E89D843ED65A17 /* SVGKExporterNSImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 449F6DDFDA01061F0B001BCB31ED4455 /* SDWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DF26485F582991D835E9A24F28E90521 /* SDWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44BD72A138FC269C6AA18F6DE9991F89 /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A74AB40E2D904C8F4860D0E84AE99E7 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44CB3BB1A3F1B2554489F026378DE0A6 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 98E5583F5417100968AFC76EFEDFA140 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44DD246908C0C2313DFBBF30F53A3F94 /* EFUIntPixel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7704EAFC6781BDA6F8037D6230CB3B6 /* EFUIntPixel.swift */; }; - 44E4054AE423AF0FB0E1DCA2C6489CAF /* CSSValueList.h in Headers */ = {isa = PBXBuildFile; fileRef = 9117D2FA0F616043AFFB1A211F4B6F8B /* CSSValueList.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 45082D74260816C1722FCD3AD6ECC823 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB60955C3A3E90E453131C21F7103F1 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4508A180B95179433E35DE7B61D09C5F /* FIRMessagingPubSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F961D32EBD6D5A0A0AFA17DDDB7CB92 /* FIRMessagingPubSub.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4518792CC89FA38F66F3AD9AC459FE25 /* JTContent.h in Headers */ = {isa = PBXBuildFile; fileRef = C39606127C45EB0E43C592D13A689B8D /* JTContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 452F44300F22AB72FC5A8A754A9885B7 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = B06DB33AC5E60380D3926481F0C7177D /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 454920BB261BF0A71E4D021C5D64E52F /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = F0355FAA92DB8A6990A0A67373A2D9F9 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 456350E2EABC3C819D696C059336C4CF /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A611FABF2B5FDDFAF43A2558CD1A28E /* FIRComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 456C88EFF78326A09614FC55515F53F5 /* FirebasePerformance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC21DB3362B5382F451B0EAC5F7C236 /* FirebasePerformance-dummy.m */; }; - 45775257AE1F72E5003F3EBD7EBD0A41 /* external_privacy_context.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FB13647A31F7BB18AF288DFB1B5B7B1 /* external_privacy_context.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 457BC5965539993E552E33B982A69CAA /* GDTCORLogSourceMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = B82BE2D4296F803CE38C906D7B859E20 /* GDTCORLogSourceMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 458979B32C10BC5841D6F2333C9A402F /* FIRCLSRecordApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = C87E755E279FA6E6693E983A0EBA771E /* FIRCLSRecordApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45C47D2E7DC2AC0332CDD2323355F483 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 07A68E0FC9BEBB676974C9F1A1352A44 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 42190D904E44AB05466A427707F3656A /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 383E3605A41D4A82841C4A422FF78C37 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4221BB31EF1FD43F80D1F36CF7DC0C60 /* CSSValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 595E279F2893C13F07BE466EEC5F21A6 /* CSSValue.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4229459AE4D394067A20A8A90011D778 /* NBRegularExpressionCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A833890F9444B856DB9EF6AA34B68A47 /* NBRegularExpressionCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 424707E8EAA2F704D7E8515AE0596293 /* URLResponse+Statsig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F26A3CD2DEE3326C23E2F8B6051B6 /* URLResponse+Statsig.swift */; }; + 424E9A9BB33249CB8D45F2D0671F44BA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 4262A44B8089903161C54AD186379ABA /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = A264AE524689D71307B399F84B39B69B /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 427FF017FC0E876AE27EE722F92CA823 /* SVGGradientElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AFE684F11A6B0F2A9B676B456DC86D9 /* SVGGradientElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4283B949335C50DE4CB5D512183444A8 /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 914425BF15F15429BCF8BD14CFBBABE2 /* WithLatestFrom.swift */; }; + 42944C3BC42EC6EBD5F21FF8C89D8A3C /* FIRCLSRecordIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 141C70FBF0C664387676C5E40D14B548 /* FIRCLSRecordIdentity.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 42962685B499575129CDFF254E8FEE4F /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 49AE8C128C8DC1C8172E6F47F37FE330 /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42C08C3D438E33A365FE4FD832344500 /* Pods-iOS-dydxViews-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B79D91EF2AB9D58C1E4C4142E072904B /* Pods-iOS-dydxViews-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42C0CC79CFCAD70991A915B2A04CA207 /* Promise+Recover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 822B5ABA1D0A700208F571847BE59022 /* Promise+Recover.swift */; }; + 42C64F9EC5A5941A550AE647B528A823 /* FPRNSURLConnectionInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AD4FE5029BDEE5CD4B65421B15551B /* FPRNSURLConnectionInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42CFB394A5C470E99D07084E32220D05 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 392ACD2364D14671FFF975B5AD5CFD32 /* FIRApp.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 42DDB3276632B48E312B552C4641F345 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 88BBA1D6F3D65C172B729331C2E487C8 /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 432400450375F0E3075CDE4722B2C44E /* FirebaseInstallations-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 828E2C9FAF3A8E5CDF0638A6C6203D92 /* FirebaseInstallations-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 436214F3EB63CFE5B062A9A82E68A1EA /* GTMNSObject+KeyValueObserving.h in Headers */ = {isa = PBXBuildFile; fileRef = 52ACEBA0AA58C5FB30D917A328FEF008 /* GTMNSObject+KeyValueObserving.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4378BEE323C745B7F356D1014F35BCF8 /* FIRCLSSignal.c in Sources */ = {isa = PBXBuildFile; fileRef = D0E58AC1170F0A21CE2195F061138A96 /* FIRCLSSignal.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 438E72F4C32D7AB8210153A1758B8494 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CEA5F2FAFEBEE4D44112ABA9C82C4CC /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43948783BEB05060EBC69A62ED2B34B0 /* IsAppEncrypted.m in Sources */ = {isa = PBXBuildFile; fileRef = 8900464B680592AAC8AA88D898F2F273 /* IsAppEncrypted.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 43A5BC2FCCC954EF3629FDAAF049E652 /* SVGKSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F16869882AA36B580E442B2BA304D3AD /* SVGKSource.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 43AC4C2A24FE7A889C24D04F7B69501C /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = D89E9FD29A7719120CF7BB22CC8D08BD /* GULAppDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 43AEC07429F5EF39BB92A1BA337C1147 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FA99B827DFA3D052CA27344E193E4C6 /* FIRVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 44041320278349E6FA8EC4489A7B1E7D /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = E89370ADB0F7D40ADC3177D209ECF26A /* FIRInstallationsStoredAuthToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 443D143BEA5B1ADE32603B59F9668937 /* SessionGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80729554CA556503EE860E8295B1D3A2 /* SessionGenerator.swift */; }; + 446E1274B464CFAE41ACAF189B4E400C /* SVGKExporterNSImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C3C7DD96BEB91BEA8042F936B58DAF3C /* SVGKExporterNSImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4476AEB8BCC1E5536E68343A7E393DCE /* FIRMessagingContextManagerService.h in Headers */ = {isa = PBXBuildFile; fileRef = CF469EF8459F22C2C007D35D52C3B142 /* FIRMessagingContextManagerService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 449F6DDFDA01061F0B001BCB31ED4455 /* SDWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 144D135698804E2B5A8E0C923093E4AA /* SDWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 44DD246908C0C2313DFBBF30F53A3F94 /* EFUIntPixel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 110396A309E64F7466C066535F59AF29 /* EFUIntPixel.swift */; }; + 44E4054AE423AF0FB0E1DCA2C6489CAF /* CSSValueList.h in Headers */ = {isa = PBXBuildFile; fileRef = 827A494973A553D434FACE86201C72DD /* CSSValueList.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4518792CC89FA38F66F3AD9AC459FE25 /* JTContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 414CB9B3E3B8962803AAAF99FB369D5A /* JTContent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 454FE5E9C575E7C163228F4CA492FE57 /* NetworkInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2177765B1D8A0C2D11D08CFB98BC323F /* NetworkInfo.swift */; }; + 458979B32C10BC5841D6F2333C9A402F /* FIRCLSRecordApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = D16706335776F5A802227C7FB9BB30A0 /* FIRCLSRecordApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45A5BA76CE095816225A98A9769780AA /* FPRNanoPbUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B510E13987A9C61B81ABF8382CC386D8 /* FPRNanoPbUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 45BFA8A4512C26FE3C3F899B3D24E13F /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 8411A96B1286DFEDC0235E9BF5BC2619 /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45C47D2E7DC2AC0332CDD2323355F483 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B3AC871D7DD6E926BA4B18E73A711070 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 45E54B05E6E2DECF886046E48EDE9DB4 /* FirebaseABTestingInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C5FCAB59DA6FA97713D27992DC6FE512 /* FirebaseABTestingInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 45FF31796FDBEA072DA417A10FC1D13E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 461ADA7396BA4B4F7BF5534682FF2F1C /* FPRSessionDetails.m in Sources */ = {isa = PBXBuildFile; fileRef = CA12645C95B52D75B1EE394D598B3B52 /* FPRSessionDetails.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 462870E6CA24FBF38856BD15337B7BFD /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 370AF4B52DD03E5B72249C16963F00C7 /* Materialize.swift */; }; - 4671398F69B53D5989414A6CEE1D8C30 /* UIKitExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0D66BC3BFB9D542DAD828111935DC9B /* UIKitExtensions.swift */; }; - 467F943A1C3DCC7A462089469702B5B6 /* SVGLineElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D8D9D2403EAD660A2156C78ABE74373 /* SVGLineElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 468236C0A9E10E4732F2F93D515BAEC5 /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A876374B1E09E5A63813D0C0BBC5AE6 /* UIImage+ExtendedCacheData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 46995824E7390DE5521C5CF0347BF4F8 /* GDTCORMetricsMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = FBF006F2DA33B699AC63607FAA33839C /* GDTCORMetricsMetadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 46B702A8EB18F7E9D0FB3C2B61CCDEF5 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = B71822EF1F4D0778E8C14BEEAC986F93 /* GDTCCTUploader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 46C2492B54F1C20D560EEEB51E492345 /* FIRCLSDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE8227ABA9B13DC5D791F52F69FEB55 /* FIRCLSDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46CE5D2D0D7FF1E4276C802D76366848 /* LineChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10B3B9D499B8D0F149E908574EF86538 /* LineChartData.swift */; }; - 46CEB4C0CF43BBF03245B824B60F7E99 /* FPRGDTLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AF81B27CAF628194AA211371A509E6 /* FPRGDTLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 46D833B33369923F553A1B68C752FDE4 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 489A66FAC7ACB7627650C10FFEC5F8CC /* SDAssociatedObject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 46D99286DAC641582B74E69B4F05305D /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F7E017D6B59EB8B903C9EFF1C0410C8 /* GULNSData+zlib.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4724B43E8EDA152805D57D1BF4CBBA4C /* CombinedChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01B21638AED5EC868B22FFB346C92429 /* CombinedChartRenderer.swift */; }; - 473D3854493C0ECACBB7F4403E41A327 /* Container.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10BFA9B413D265D78A922D471FEFA7EC /* Container.swift */; }; - 47855E3DDE6DDDCCD6D08E7F6960AB33 /* SVGKit.m in Sources */ = {isa = PBXBuildFile; fileRef = BE54DC5409F6223C2CD47B5A40917E03 /* SVGKit.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 461A7D8F30C3D1C5ECA7BEBE1D5B5BA1 /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 179BA27FF4DFB51BF78937C49DC69BE6 /* GDTCORTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 462870E6CA24FBF38856BD15337B7BFD /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C6DBA5677E2067DA6EFCA8270193805 /* Materialize.swift */; }; + 4671398F69B53D5989414A6CEE1D8C30 /* UIKitExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D288087F252032AEFF9C82FADCE7ED6 /* UIKitExtensions.swift */; }; + 467F943A1C3DCC7A462089469702B5B6 /* SVGLineElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 22B2BEFCC9F6719872E8EAC69DBCB52D /* SVGLineElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 468236C0A9E10E4732F2F93D515BAEC5 /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = A00586193B0A89FAB8CBB278AB982349 /* UIImage+ExtendedCacheData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 46C2492B54F1C20D560EEEB51E492345 /* FIRCLSDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 1239FBB7D670E1192773D4697932DF97 /* FIRCLSDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46CE5D2D0D7FF1E4276C802D76366848 /* LineChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DC9CA5ABC466C3E0E33CC4FFA52DB58 /* LineChartData.swift */; }; + 46D833B33369923F553A1B68C752FDE4 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = D74DB436319DB8C1C9641F859D6E1618 /* SDAssociatedObject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4724B43E8EDA152805D57D1BF4CBBA4C /* CombinedChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 057521619DE8EEBF2A7732BE58265023 /* CombinedChartRenderer.swift */; }; + 473D3854493C0ECACBB7F4403E41A327 /* Container.swift in Sources */ = {isa = PBXBuildFile; fileRef = BABC8559CC839769393E3C85BE7624C3 /* Container.swift */; }; + 473FD42A2BAC8A0ECEAB8AD916F3B65E /* SessionInitiator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79C58147E0759631AC2AFF1209192838 /* SessionInitiator.swift */; }; + 474440CFF877D276997B532B21590B4E /* FirebaseCore-FirebaseCore_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 8BB937B1C0DFFCF92F41861C2BC54DDA /* FirebaseCore-FirebaseCore_Privacy */; }; + 477579223D30684029E3EBB4E274157C /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 527466CDE226DDC167E1F4DF199F5123 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 47855E3DDE6DDDCCD6D08E7F6960AB33 /* SVGKit.m in Sources */ = {isa = PBXBuildFile; fileRef = DD36710A5DE7B5C04634455BF510EFBA /* SVGKit.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; 47876790D3C1186C0A1DCE4FBAD22444 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 47B4F3E8D1C84362D3FC4AB8D248634D /* StorageFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530DB0320C1914581243AEA2F50266D5 /* StorageFactory.swift */; }; - 47DE32AA030CDB56DC4591902F948E6B /* Readers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CA47D3068B35313F354345061EE289D /* Readers.swift */; }; - 47EA3E5DEC4F2322112B4FAC49366EB5 /* ImageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BC3A9CD8AFC2876713D803F8E63BF2 /* ImageManager.swift */; }; - 47F70DA3BFD14C6E78B732942694514B /* NBRegularExpressionCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E65A6A4595308C91E437B991A7D8567 /* NBRegularExpressionCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 480EB117CA823BBA38F531F048DC5D9B /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 08F32511A648031F80C8F5283696B14B /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 488039E67CEEC896FC5F194F84E44EAA /* RemoteSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32979A33DB22A542A44BF2F728960127 /* RemoteSettings.swift */; }; - 48B137176E6C435BA89DED3AC6DD5413 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 13699142D57A4202963396A0A64F21B9 /* FIRCLSSerializeSymbolicatedFramesOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 48DD7AB16622D18AAEFBA3ECCA0EADFB /* SDWebImageSVGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 17C2E9612BC499CD238E1F61259ED43A /* SDWebImageSVGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48EB246D2C00BDBF061DEC40078A4FA6 /* GTMNSFileHandle+UniqueName.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C2F7506832BA2717307C5D8F8F9BBB /* GTMNSFileHandle+UniqueName.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48F66F6D3C7386E5595633DE1311F129 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 97FA52A8AE926E549E3B77D65445E200 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 490A4FA3ACB181EB0F5CF08C7F5CE20D /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C0BF2A3A9B86D06A275D34E7D1C287 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4919E8CF39FD081D06FC669C20F057C2 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CAD387BBB7229C3F22B1E63A2604A01A /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4929E6F6BCC1070D986FE4362D94CE60 /* AMPUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4564161086EE8263CF9A42EC4C632F45 /* AMPUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4941CD2760EA145A454AA6A1F61A223C /* MaterialActivityIndicator-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2504AD876DFFB7B7CBE78A7E1D5F5E7E /* MaterialActivityIndicator-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4953BD503169D21AC414F509C0F3F8B6 /* SVGDescriptionElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 8902CE79729026E440745F6F84FA23B1 /* SVGDescriptionElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4989212E94B46859D18E660538C51475 /* Atributika-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E53FF2AFD28D8029AA3CE5A7AEC37E3 /* Atributika-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 498B15A7B8267B0E67AE6DFD1F402732 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 44ECAEEF15FBC621E4284ACB8282F054 /* PrivacyInfo.xcprivacy */; }; - 499678F13A96365CA673CB438E7F0850 /* Pods-iOS-AmplitudeInjections-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EDB36785A20F494FBD24758BDD2BBA40 /* Pods-iOS-AmplitudeInjections-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 49F80B73F8E31BDC1CD2986181817AD5 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 572CD1AB6A66EDC4DA8CC21BB327A917 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 49FC201598AEF40C60C2496FE369489C /* PanModalPresentationAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5725F9BB97B8B063F4EC62F2F62C8F4B /* PanModalPresentationAnimator.swift */; }; - 4A4BA09001304722C0931537F09201C7 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4A5F38236A519D055D15AB2C88CA5CB6 /* PrivacyInfo.xcprivacy */; }; - 4A4DF36B23C4217657084349E3FE3FC4 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5750C5821EA749B0F99613C8700016E6 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A7711B5FE5A61833FBF8CE79FC3B15C /* HMSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = CC25730F4114419EA14C230E24B7BF87 /* HMSegmentedControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A78A0975A6E0129617D2F56BB387302 /* SVGKExporterNSImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EEBD43FAE55AC79C95B9C73C82D7CAD /* SVGKExporterNSImage.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4A7EC7DFDECCAEBFE661A9699D362F3B /* CombinedHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA61FAAD3443875EF21744841029ADD /* CombinedHighlighter.swift */; }; - 4A85D34F87D5DE66F1E2822B540BF034 /* AMPRevenue.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D5D256C7D46B3A90437B824A8223758 /* AMPRevenue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4A98DA42B553F719C3849624DC04570F /* BaseClassForAllSVGBasicShapes.m in Sources */ = {isa = PBXBuildFile; fileRef = F8B50D024D8B77268387E9BE568D9CB4 /* BaseClassForAllSVGBasicShapes.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4AB9068FCABD31E9A2262423C1FF3C61 /* NVActivityIndicatorAnimationBallBeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14337069AD72871A5565C84379E41338 /* NVActivityIndicatorAnimationBallBeat.swift */; }; - 4ABCC28EFAF00CDC291912EAD6F3F5B9 /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 505BE0AE119795524D37C6414AEE5FE0 /* Create.swift */; }; - 4AC1FB8EFCDA83140443FFBE1AE56F07 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 76057FE48F976928C0D5B4FCEEAE0C57 /* FIRVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4AE599BC22C3744DAB14AA3B8B885B06 /* Differ-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9065D6C8B1C26B855A48B5831F9DDD30 /* Differ-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4AEAA2FEF5E60EF0A0CFEEDBA5F03D61 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 25BEB4A708A7F8E47E2A8CF45108F61B /* SDWebImageDownloader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4B65B35D47B616240B2123822BFB2EFD /* FPRDataUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C78A449B67B1F1DE11A59EF63669E177 /* FPRDataUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4B6A9DF541E29E7B03259813AD7F5BE3 /* PrefixDuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7342D4DBA90E732C124E91E1D7EE8EBF /* PrefixDuration.swift */; }; - 4B8FA16B9688B4DDC92475956A8E906D /* SessionsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBAE869CD64BBAC36117ECD12D5ECFDA /* SessionsProvider.swift */; }; - 4B99FB8E0291B9CAB728A5AF9E3854A5 /* SVGLinearGradientElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 303AC775E075B640B9CB479EA61A5F50 /* SVGLinearGradientElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4BAF48DA30068EF9E7BCEA8A62BC910D /* DimmedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98DD07F7A929B2A450E55C9E9BF462A9 /* DimmedView.swift */; }; - 4BC870A574E412FF051D4C0B551A161B /* FPRURLFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 31B02AA2CDF75FCBD8F52332EBA182F9 /* FPRURLFilter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4C29FCCBDB8FE8F5BE58BF846A55EF82 /* FIRCLSProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 151E120E262A4D57A4DBFFB5306F5109 /* FIRCLSProcess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C38F33C9137CD495845341EDD020308 /* IMarker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79D8582CD031E17AC5320D60F8688313 /* IMarker.swift */; }; - 4C60B85DAE429D8A3DE0082A62BF9F3F /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D1651AB60E73087AF2CAB48C79D4FB9B /* SDImageIOCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 47B42CC21DFD33736D9DC8DBCDF930A8 /* FPRNSURLConnectionInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = 58EC4B069D8AAF5D557C5AD2499CC499 /* FPRNSURLConnectionInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 47BED866BABA32772EE05D7F71AF1659 /* PlatformCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = F91E4609F83F0DEE5622905FF187F1EF /* PlatformCompatibility.swift */; }; + 47DE32AA030CDB56DC4591902F948E6B /* Readers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34AC43083F05B757EE31B6DA3AE18B95 /* Readers.swift */; }; + 47EA3E5DEC4F2322112B4FAC49366EB5 /* ImageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA7C09536F8DF340F51412C5A6CC4149 /* ImageManager.swift */; }; + 47F70DA3BFD14C6E78B732942694514B /* NBRegularExpressionCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D2BEC8B6A60A8C6132D48CD918AF398A /* NBRegularExpressionCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 480EB117CA823BBA38F531F048DC5D9B /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F97A46771234A0B398CED3C223EDA6 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 481C18A8A64FCE8B9637132F9AA7407F /* FPRConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B8AC5AE77024696620FEA2E13C1A78B /* FPRConsoleLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4846E12365282E0D99D37AA08704E68A /* Promise+Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBF5DF639B56EE1DABFBF2A020841C01 /* Promise+Delay.swift */; }; + 488A9702CD47D900E4CBE76FDCB4A150 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F17A392890FE7090C93FF24CB8AE4A /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48B137176E6C435BA89DED3AC6DD5413 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = EEEC16BFC01FFF1F352D6042234E200F /* FIRCLSSerializeSymbolicatedFramesOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 48C31A51D2898E77FD23ACB0FDF5D76B /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A6C941F27A3C2E42696239582A8CF6BE /* FIRLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 48DD7AB16622D18AAEFBA3ECCA0EADFB /* SDWebImageSVGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED231A3BB46A0B62DBF33FC79B4095A /* SDWebImageSVGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48EB246D2C00BDBF061DEC40078A4FA6 /* GTMNSFileHandle+UniqueName.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E560BD172C8AD08504880A45473E405 /* GTMNSFileHandle+UniqueName.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48F66F6D3C7386E5595633DE1311F129 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 49014D0EA510007618FE2A83E42ED1B3 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4919E8CF39FD081D06FC669C20F057C2 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 51417C44551B0C4B4EA448086A9C7288 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4929E6F6BCC1070D986FE4362D94CE60 /* AMPUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 701E17FC2A808A64BB03D616A2BA706B /* AMPUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4941CD2760EA145A454AA6A1F61A223C /* MaterialActivityIndicator-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FE8DE451841D448D71BC321F833EB276 /* MaterialActivityIndicator-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4953BD503169D21AC414F509C0F3F8B6 /* SVGDescriptionElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 17DA63250F3F28F86884CF9D5D4AF5CA /* SVGDescriptionElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4989212E94B46859D18E660538C51475 /* Atributika-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A8FD9BEB2D63C5D79A22682E79E036ED /* Atributika-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 499678F13A96365CA673CB438E7F0850 /* Pods-iOS-AmplitudeInjections-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F5F1D67EDCBA6A91A86E77D02F271D /* Pods-iOS-AmplitudeInjections-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 499D9FEE9566F487FCEB835F88AD5B04 /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 84409C9890413DF3D1302770652AB16F /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49B03765A06E360A7B6989DE99948453 /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F1D1D4CFB8C3CB75C82700AEA279F2A7 /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49F80B73F8E31BDC1CD2986181817AD5 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C72516C755005239D2BDB599664A8D1 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49FC201598AEF40C60C2496FE369489C /* PanModalPresentationAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93C67A115B0A98DAFA5570BB4347F7B7 /* PanModalPresentationAnimator.swift */; }; + 4A7711B5FE5A61833FBF8CE79FC3B15C /* HMSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE1F94E5DA9E850C0E13E11AD3D83F8 /* HMSegmentedControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4A7773033F10861B2CD9EDDBAE0C655F /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD7DEA28A6298EE2AF933AF2775D5DE /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A78A0975A6E0129617D2F56BB387302 /* SVGKExporterNSImage.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA5C5B13A1133540ECF9FEAC1A679D3 /* SVGKExporterNSImage.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4A78D2DA4F2B89914024CC756EC0E54B /* RolloutAssignment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EEBBC8C2D4474CCA9D2005180019B30 /* RolloutAssignment.swift */; }; + 4A7EC7DFDECCAEBFE661A9699D362F3B /* CombinedHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 351A34FFC85F556054F10370A6B4A709 /* CombinedHighlighter.swift */; }; + 4A85D34F87D5DE66F1E2822B540BF034 /* AMPRevenue.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C3A831377F6B273FAF1BC2CA12F3F71 /* AMPRevenue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4A98DA42B553F719C3849624DC04570F /* BaseClassForAllSVGBasicShapes.m in Sources */ = {isa = PBXBuildFile; fileRef = 979E45D06FC6B0B2FD980464420D751B /* BaseClassForAllSVGBasicShapes.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4AB9068FCABD31E9A2262423C1FF3C61 /* NVActivityIndicatorAnimationBallBeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67DDFA5AF495451E14BCE78F6939251 /* NVActivityIndicatorAnimationBallBeat.swift */; }; + 4ABCC28EFAF00CDC291912EAD6F3F5B9 /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16C7FFD09B7E80E81C6CDCDB6D2CEB9A /* Create.swift */; }; + 4AE599BC22C3744DAB14AA3B8B885B06 /* Differ-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 55935C2F6E7983DF866FFE4C9CBC072E /* Differ-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4AEAA2FEF5E60EF0A0CFEEDBA5F03D61 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = BED83543E21BA6B7B7D1EE28FF7B2EFE /* SDWebImageDownloader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4B0E225DBDEEC28D59D69820F51E4A87 /* LayerObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD85D68C818BA9511D818710B7A8F3AD /* LayerObjC.swift */; }; + 4B0F30329A6B729862C3C98EB8ECFE81 /* Pods-iOS-FirebaseStaticInjections-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D907A04930F3693156997538D65481A7 /* Pods-iOS-FirebaseStaticInjections-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B1C222C5AEFD681E757DCEC3CCD113D /* GoogleDataTransport-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 82A3260CA94D17A486D2D8270296CAA3 /* GoogleDataTransport-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B6A9DF541E29E7B03259813AD7F5BE3 /* PrefixDuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70D5C10C6C71D96F7EE926D7A2635D69 /* PrefixDuration.swift */; }; + 4B99FB8E0291B9CAB728A5AF9E3854A5 /* SVGLinearGradientElement.m in Sources */ = {isa = PBXBuildFile; fileRef = BDA46D2394A4FBB6488021A563072541 /* SVGLinearGradientElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4BA13D54E0B95D0A7668CA6ACB33F175 /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E14E62CEF72813118C3D3F05D0AB7352 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BAF48DA30068EF9E7BCEA8A62BC910D /* DimmedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312CB9E0E71D5C05F7DED308A05D2AF9 /* DimmedView.swift */; }; + 4BE7412E594D024251D6FF452330C62B /* ABTExperimentPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 422155A86351DD14E348054DA17FB79B /* ABTExperimentPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C10700FA8E1AB839C46E331610DFEFA /* FIRMessagingBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 88CBA599A55D58A8A64E8184DD237133 /* FIRMessagingBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C1D78E8BF7F93226346C215220C74AC /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EA04092F5366B962F13A29F64233C16 /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C24135CE9E6A9202F9A970C350EE691 /* Pods-iOS-dydxAnalytics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 908BA7246AD3F36C1070FE5960D5BB0B /* Pods-iOS-dydxAnalytics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C29FCCBDB8FE8F5BE58BF846A55EF82 /* FIRCLSProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8471C4102EB98F4DDCB8CE13562E1D1F /* FIRCLSProcess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C370C3407278A2F1C197488673CDB1B /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BD9582FA5E1456AA60B03C6ED49C189 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C38F33C9137CD495845341EDD020308 /* IMarker.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0851B2301362A9906B1E40F943AA196 /* IMarker.swift */; }; + 4C60B85DAE429D8A3DE0082A62BF9F3F /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 95BBBC2F1E63972DA0CA19957708488B /* SDImageIOCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4C694B835124731507E67A64AD5A1A53 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 4CAC28DE2EE8C1E6D87F4249D9893710 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = A4087D959DE18045EED8BE0C8966E2E2 /* SDImageGraphics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4CCD6BC754E4101C1B6C5A92A9064E9C /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = E75B0787FCDF53EA02071FEB9C2AE06A /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy */; }; - 4D0E8850043C8F2A5AC1C77A438268DF /* SVGAnimatedPreserveAspectRatio.h in Headers */ = {isa = PBXBuildFile; fileRef = 65252DB84AEA9F894889FDDB3D880CB5 /* SVGAnimatedPreserveAspectRatio.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D3408A0839419A638406D7E31B34443 /* Charts-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA430367AF3936CDA91BC5E02E8BE827 /* Charts-dummy.m */; }; - 4D5B10D063F9ECD6A354E07850F4BE4E /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */; }; - 4D5B9D8852758E56F36CFB62732F6E88 /* ExtendedDiff.swift in Sources */ = {isa = PBXBuildFile; fileRef = D301E195975608E6C403F3EFCC1C7032 /* ExtendedDiff.swift */; }; - 4D647F465DB735D2E4CC1CFC1BDD0DA6 /* YAxis.swift in Sources */ = {isa = PBXBuildFile; fileRef = E16FEBDDBAE4B9ED78DE1BDB11C846BD /* YAxis.swift */; }; - 4D67D7E74474568050883ABBBE00841E /* SVGImageElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 757F8F876F5DB41C67A80DAA86F74935 /* SVGImageElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4D7E7C7CD21F6CCF985F885E2930EA7D /* Pods-iOS-PlatformParticlesTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BB48A11EFCCBD4DF2C6134B06DA235C6 /* Pods-iOS-PlatformParticlesTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D9FA5F2E011B000FDD15FF6C101DA60 /* PanModalPresentationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E27BC3DEDD4A8A9731EF770BED32F2 /* PanModalPresentationController.swift */; }; - 4DF580A1A1CF7289DC055EB1F86B5D53 /* SVGRect.h in Headers */ = {isa = PBXBuildFile; fileRef = 56068B57832178F7489253139B3EA280 /* SVGRect.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4DFCB3D9623FCA43D3E1BFDA528EB587 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F74981327BF39AA5B10761FBD5D19581 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4E0EA24AD5AB529479F13A9DA2DD2D6E /* RCNConfigSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 276CFD1A3DF5EA12EBCC6D0AA900F510 /* RCNConfigSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E2A05BF1C17F766998CE7CAC71894BD /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = B989BD79ECBBF3180235D2C35E41C08D /* Promise.swift */; }; - 4E46908C161D9CA5FECDA7E338C2D260 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DC529B8AD0913ABF17943B7AB7EBBA /* SDImageCoderHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4E589B5CCAB34BB25BD1E70E08155AF8 /* ScatterChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2297B8359B2D8DFA84EE6A224379C216 /* ScatterChartRenderer.swift */; }; - 4E78790BC4994323632934A93AA20DBC /* GULSwizzler+Unswizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = B76DF883998EB2C629B7763F47FB9777 /* GULSwizzler+Unswizzle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4E907DF2686283655E0917024BBA5715 /* FPRNetworkInstrumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 357EF49826829D04798EDF9C9629581B /* FPRNetworkInstrumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EC633971567BFD6384859B76E1276F1 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6303E73484414D9C2FA0DB05694E6600 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4ECC6BDE27C034CC049321F031655F28 /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = CE736E29E0ACF3A1FBB0BC1D28246830 /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F1457C5FB4126EE4B4F3B0DA4E22A09 /* Promise+Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBEBE3C48DE8AB58FAB6AEE206D61CC0 /* Promise+Delay.swift */; }; + 4C8E0A35141FF03440A499E3AD1BB14B /* FirebaseABTesting-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C87461AB9797EA4E6E657DA95D1B806 /* FirebaseABTesting-dummy.m */; }; + 4CAC28DE2EE8C1E6D87F4249D9893710 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FC3E7D674375D440D579431DB3004F4 /* SDImageGraphics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4CCA4576F49E15A4580916F9648893E2 /* sessions.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 329AAE2367B26B5D11715FD84685B5DF /* sessions.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4D0E8850043C8F2A5AC1C77A438268DF /* SVGAnimatedPreserveAspectRatio.h in Headers */ = {isa = PBXBuildFile; fileRef = B4EB852CE0E13F156162665A01588C86 /* SVGAnimatedPreserveAspectRatio.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D1E2886D54FEF99927B643AC7943734 /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 315D39A10EE2691F757409D98BCC4692 /* GDTCORRegistrar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4D3408A0839419A638406D7E31B34443 /* Charts-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D94AC31CC1F729D5842188B594E1C2D /* Charts-dummy.m */; }; + 4D3CA3BBB0843217F78CFD018E42BD7F /* FPRGaugeManager+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F923C595339BBC1DDD9AED4776F4D06 /* FPRGaugeManager+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D50F06289D97E92B1630EBF2D1C9E14 /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 16A3C42B4A342B11825C6CB387CDB34A /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D5B9D8852758E56F36CFB62732F6E88 /* ExtendedDiff.swift in Sources */ = {isa = PBXBuildFile; fileRef = 265D724523F61CED4749D61911B50733 /* ExtendedDiff.swift */; }; + 4D647F465DB735D2E4CC1CFC1BDD0DA6 /* YAxis.swift in Sources */ = {isa = PBXBuildFile; fileRef = B328E2FF6A109772BC3C311B3F85E6B8 /* YAxis.swift */; }; + 4D67D7E74474568050883ABBBE00841E /* SVGImageElement.m in Sources */ = {isa = PBXBuildFile; fileRef = B32E3A9AC1364A16CCA51E32E581D358 /* SVGImageElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4D67EE69623CC60D4A5CB2B76F6468A8 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = E9770CC10FD7F61CD95999A6EA18F744 /* PrivacyInfo.xcprivacy */; }; + 4D7E7C7CD21F6CCF985F885E2930EA7D /* Pods-iOS-PlatformParticlesTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 475F34E71CCF60B0A07D88F5990C864A /* Pods-iOS-PlatformParticlesTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D9FA5F2E011B000FDD15FF6C101DA60 /* PanModalPresentationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C371B208C2086F025A65F622C1C97E23 /* PanModalPresentationController.swift */; }; + 4DC9A54B62DC8BABD81F48808F516D61 /* FirebaseCoreInternal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B1E0E72BC46E87F393926331727AF40 /* FirebaseCoreInternal-dummy.m */; }; + 4DF580A1A1CF7289DC055EB1F86B5D53 /* SVGRect.h in Headers */ = {isa = PBXBuildFile; fileRef = AA601B4321AE47FB3B406DFAB7271514 /* SVGRect.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DFCB3D9623FCA43D3E1BFDA528EB587 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C3386745D673376D9D65602E8C0A6CEA /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E46908C161D9CA5FECDA7E338C2D260 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 39E6E0007ED209C55B243A79FCDFFADE /* SDImageCoderHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4E589B5CCAB34BB25BD1E70E08155AF8 /* ScatterChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 769FCC6239201E6F21CF95F4049C0F62 /* ScatterChartRenderer.swift */; }; + 4EB4B7EB3AB21D1D4FF3F8FDCC741C4A /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = CFC717645D6F458472AC718ACCFD5DDA /* PrivacyInfo.xcprivacy */; }; + 4EC024FF2BC63DC79310CB06955CAAB4 /* FPRGDTLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D685EAF6ADFF0904E1FB901A33C9004 /* FPRGDTLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4EC11D2696F2FC6B6B3A994658560F1B /* Statsig-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80AEBE57CB43ED4E78B660400F238464 /* Statsig-dummy.m */; }; + 4EC633971567BFD6384859B76E1276F1 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 99534B7B668580E1F9ADB3192BE13343 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4ED47BB84BF401AB92D49481DF744909 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 11DFBF93527D0FD093560795858D34A8 /* PrivacyInfo.xcprivacy */; }; + 4EED6405D19F2304D7F8BD816380FD09 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */; }; 4F28104EC3BF66DBBD2F2E0B8CE606D4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 4F2CC93355815F3396623F7D92D4E91C /* CandleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5F21CC499B3E5610D752BD78D78A5AC /* CandleChartDataSet.swift */; }; - 4F31500B68F65DB457D00EAC7CAD5A77 /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = FCD50739E09F07BFF7D7FBC027C39890 /* FBLPromise+Retry.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4F47EE5C14173B14B8F1AA115610FF2C /* RCNConfigSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = FA138098ABA5200EA23E9AB73E897A3A /* RCNConfigSettings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4F4C5681566411E14AE511C06ACE7573 /* SVGKExporterUIImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 67C3EC15704E4A691B6B7AED2074AFF7 /* SVGKExporterUIImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F8EBF901666FE6D40FEDD2D2003E7E1 /* FIRCLSGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DEF393C236EB25AFBD786A9963E2B6A /* FIRCLSGlobals.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FB30DEA05597BD5AA227F41FCF608CB /* Pods-iOS-dydxAnalytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B38D907DCCD5E0BA3133229C2C21C017 /* Pods-iOS-dydxAnalytics-dummy.m */; }; - 4FD5B0C143D38EE9659EEFDFF60A9E77 /* SDWebImageSVGCoderDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1D43C51707AAFC93027DF57C790D98 /* SDWebImageSVGCoderDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4FEF7F78A20C792F052351BC60EB7DDA /* PromisesSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1ABD1A07F1741B409DD2F22D9FB34D /* PromisesSwift-dummy.m */; }; - 4FFC18D1CF24E6978BBE98125EA759B5 /* NBPhoneNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E63104051C3BBC56151DB107AE6F003 /* NBPhoneNumber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5007EAACD2BF1C0D88293F0012D28B1B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 366498A5997940CB15CE404EA358CD69 /* PrivacyInfo.xcprivacy */; }; - 504ED23FD7ED4CB1E3B0206DCB79D87F /* FIRMessaging_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A02CD54365630A5E495B763BC38D1B /* FIRMessaging_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5081373F67A2D5A2AAAE0F0514D772D0 /* CaseValidationPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CBB1D5104BFDFC789A2BD3B1501CA8B /* CaseValidationPattern.swift */; }; + 4F2CC93355815F3396623F7D92D4E91C /* CandleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83DF30CC223EA72AC4D2DA02F5626D90 /* CandleChartDataSet.swift */; }; + 4F4C5681566411E14AE511C06ACE7573 /* SVGKExporterUIImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 37A8C21B08ADBF7E690121D3C7439748 /* SVGKExporterUIImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F4D72096266C0D09BF930AB111B30BA /* FPRMemoryGaugeCollector.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D12D21E72BBAB12AA4C99F71B17B40 /* FPRMemoryGaugeCollector.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4F59E797239ACE801A64F0EA2915A930 /* Promise+Wrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = A50B136E0CF1B303867597B4CDF67D62 /* Promise+Wrap.swift */; }; + 4F7D01EF9D54A65E1BF6A22601590BAF /* FPRGDTRateLimiter+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8141E5B3229CFA19CA63E967F0841D1E /* FPRGDTRateLimiter+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F8EBF901666FE6D40FEDD2D2003E7E1 /* FIRCLSGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAE4DF70A03CBBDBD907321027A6EB3 /* FIRCLSGlobals.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F94661AFD1875A6636C0F0205CA51AC /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BBA7EEE39B9E2BD77E96AFDF80C2B924 /* GDTCOREvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4FB11FFB0B1CF56AA8E00CDF6AA9DFBF /* FPRClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 4546874D4FC0AFD9016003E87F700355 /* FPRClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4FB74B0B24B6A6AA8D851B46C3B8815D /* RemoteSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD2FBC8CA7962F47B402D0F93052E283 /* RemoteSettings.swift */; }; + 4FC516F98DDEAE00B05DF42492798F05 /* FPRCPUGaugeData.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DE45B4197C3F918768E7381BB638FF /* FPRCPUGaugeData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4FD5B0C143D38EE9659EEFDFF60A9E77 /* SDWebImageSVGCoderDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 959EAE625CD113612B126982A15C2B91 /* SDWebImageSVGCoderDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4FFC18D1CF24E6978BBE98125EA759B5 /* NBPhoneNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B40040248E67C7D3A7BE1FE3343DAD /* NBPhoneNumber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5008735E8816B03E63867DA1548016BB /* RCNUserDefaultsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C433D00C482A51FDD46DE10E25F337A5 /* RCNUserDefaultsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 50275B9F8C529561879D278A1A31A0C3 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F3D3623B717BCA52F498DE295276DE86 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50307E83D6BDD088DCE1FBABC162C657 /* GULSwizzler+Unswizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CB07A02EEB6BB976005749BE023ED50 /* GULSwizzler+Unswizzle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 505CFB5AE3F64E25CD44FFA126726207 /* GULRuntimeClassSnapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 02BC79E6F89FE8D9F36E694813C9C1C2 /* GULRuntimeClassSnapshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5081373F67A2D5A2AAAE0F0514D772D0 /* CaseValidationPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 235A9CDE5C93A9B05302348F1C2C833C /* CaseValidationPattern.swift */; }; 50849292DA3B5C076CD060ABB72FEEBF /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */; }; - 50C52D8E43D0CA8A6A606C17DD03D86F /* FIRCLSCodeMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = BBBA2CAD5B01E499AF09B754CB2ECFCE /* FIRCLSCodeMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50C9C920D3327470B65143157C867096 /* POPAnimatableProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0CC77603FAF24A2F702E3527E37C30E /* POPAnimatableProperty.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 50E4E24710A4C5A77BE6594A10DFE773 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24B053F847D0F60EA439687763194F58 /* ConstraintMultiplierTarget.swift */; }; - 50F03CB1A366FE248EE020318803ABD6 /* FPRUIViewControllerInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = 43AC66FE85DD71111E7F7124575831B7 /* FPRUIViewControllerInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5106EC69D16D7F501E2232E5DDB3C200 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 50B11F62F8E0468DE1EC98266012BD0C /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = B7407663C55F099C2DA62679A03789EA /* FIRInstallationsBackoffController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 50C52D8E43D0CA8A6A606C17DD03D86F /* FIRCLSCodeMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = DADFC25F58829DCB1D1BBC5D2DD14042 /* FIRCLSCodeMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50C9C920D3327470B65143157C867096 /* POPAnimatableProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = D87CE295685004E681188F7D050DDB42 /* POPAnimatableProperty.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 50E4E24710A4C5A77BE6594A10DFE773 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66AC2BBA30AF7546F2E43518CAB7A579 /* ConstraintMultiplierTarget.swift */; }; + 50E68BEEE559F1BEB3C620FCFDD835F8 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A95C954D52298E81440E60FE7949ED /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 511E79AFA7417BFB652D50877A6DA3D4 /* FIRMessagingCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B7DBECAE105D3453E95604755D28E55 /* FIRMessagingCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51390047DEBDEB7ECD7F981D1D11AD0B /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD04DDC04DC7BC322A05F550F83AF6F /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; 514862FBCE85BC962789B5BDE117F41D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1CF503D77E992C93B82CC90D688683 /* QuartzCore.framework */; }; - 5160015BAA1E3D6625AA6B06D0DBC62F /* LegendRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2987CC79DD3DF63E123E363B1D241ECA /* LegendRenderer.swift */; }; + 5160015BAA1E3D6625AA6B06D0DBC62F /* LegendRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29FC43A3B8CEC91CB8F47196ED0809F4 /* LegendRenderer.swift */; }; 517684499DC0F3051407636E2E599257 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 51F946ADF0BEFF5C6B3988B756212D2A /* IgnoreFailure.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29E0A9AC93388D6C8192BCD8A137BEE /* IgnoreFailure.swift */; }; - 52111B9FBE550CEEB9964587EC20AD32 /* POPBasicAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 63643024EACB867F77B7BF5A3A1A6E61 /* POPBasicAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 526B1253C3622BAB4229CD3FB42C7BFA /* JTCalendarPage.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D67EB156241937BCAF61BDFF610263 /* JTCalendarPage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5270B343250BCE8D4DFE49B5DD0976FE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 527B0F113C92CE3A4F382A8BE5A1ACE4 /* FIRCLSMetricKitManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 656C14214015BB448EAC17B90A6B0C25 /* FIRCLSMetricKitManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5283586A1F03E9567564220BD95603DE /* DrawerMenu-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6770AD6AB9EEDEA82EF85AF26F5931C3 /* DrawerMenu-dummy.m */; }; - 5287F7B31765158EE4BC5BAF7FF3B6AA /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C95B26173A671968471896F5CA16513 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52908E7C30B17377E2925D8181CADAE1 /* CSSValue_ForSubclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B4C6064C89E547D1743EEFFA18E9127 /* CSSValue_ForSubclasses.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 529652ADE0664F9C879C0A37ED124AC5 /* FPRNanoPbUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E87AA2E22FCABB61057D9336FDB8C36 /* FPRNanoPbUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 52B9DE9BAA44B427AC7F2221E40EFF43 /* FirebaseCore-FirebaseCore_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 8BB937B1C0DFFCF92F41861C2BC54DDA /* FirebaseCore-FirebaseCore_Privacy */; }; - 52DFFCDD2BC9A68BDF27CA8EAF36DBAC /* FIRCLSExecutionIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E2BB61A9C0FE0A9C0D82E952BD0F831 /* FIRCLSExecutionIdentifierModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 53615DCECE6D626CCBD26B38E2DD5C5C /* SVGUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 215D9945246E40FEBDC368428E1B2F27 /* SVGUtils.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5369B41B999E82AACE3F040E470BD80D /* POPGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 42A2C3E4B97DC5B79B396592F2811575 /* POPGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53D3315D814B20BA24308E35C1948705 /* GTMSessionUploadFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 004A0E0315501A2A17BD9CC3C5A4A5B6 /* GTMSessionUploadFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53D82022586C9EE60808BE2AE532F7FE /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = E8327343B4EDB785A2385934E76BDA61 /* SDAnimatedImage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 53F07C4894D9691942EC8BB48C15911F /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F812BEA12E7ECE617502887CB7278A6 /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 540CC89836D830624883860F4AD3EAB0 /* Floating Point Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E169411CACF295F8A4CEC04BD46EBEE /* Floating Point Conversion.swift */; }; - 543DBB9688BE3D689741B408CC856BD4 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = FFB6AE8663A4D80AFF733515926EB157 /* FIRCLSNetworkResponseHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 543F10D9E7814D34DBF2795E226064C7 /* Description.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C8BA3E606C9B9942CB75216C95CFD0F /* Description.swift */; }; - 5473ED3B7D0CBC65648A632D4E97A0C1 /* CSSValue.h in Headers */ = {isa = PBXBuildFile; fileRef = B17A1CDA9BD900B8456F8AAD7AB056A0 /* CSSValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 549439DA5B188A3BCC04C5F4693DE026 /* RemoteConfigInterop.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C94A7EB38ECE69AD06BD43007C1B04 /* RemoteConfigInterop.swift */; }; - 550969D18EE1ACCC750EE3DF60951BF5 /* GDTCOREventDropReason.h in Headers */ = {isa = PBXBuildFile; fileRef = D50A3E8B68FC60A3AA41E006D2EEFB14 /* GDTCOREventDropReason.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5558517754CD4855DE372F4098B0DDB8 /* FIRCLSUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = E7EC619F1710DA89A985E46B6A7ED35D /* FIRCLSUtility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5190EC3FC2503E3F5EE10BF8B23FE87E /* NetworkMarker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70E9485B92437EAB2AE0568B04C49A15 /* NetworkMarker.swift */; }; + 51F946ADF0BEFF5C6B3988B756212D2A /* IgnoreFailure.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20E513E40DCA3C8FEC5E1D1FAAE0EF25 /* IgnoreFailure.swift */; }; + 52111B9FBE550CEEB9964587EC20AD32 /* POPBasicAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5D38B7469C689567C6555944EE3D08 /* POPBasicAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5220A20499492B6EDAE6522F8C5B90F1 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 11690DCF5E18ECF4806763505D5C44C1 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52452BE36505D46F4A60A84A0528D477 /* FirebaseCoreExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6010343AE1402AFEDE12DC531500F9C6 /* FirebaseCoreExtension-dummy.m */; }; + 526B1253C3622BAB4229CD3FB42C7BFA /* JTCalendarPage.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CA1A8A7EDD22A00A71C558FA2CF2CF /* JTCalendarPage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 527B0F113C92CE3A4F382A8BE5A1ACE4 /* FIRCLSMetricKitManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD074CD572EA1CEF4ACE659AD3361B9 /* FIRCLSMetricKitManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5283586A1F03E9567564220BD95603DE /* DrawerMenu-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B66E47F7FF871F2C515E18957144A455 /* DrawerMenu-dummy.m */; }; + 52908E7C30B17377E2925D8181CADAE1 /* CSSValue_ForSubclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = A2D7B468FBA55E241CE7A873DDEF3A53 /* CSSValue_ForSubclasses.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5295EB58CE1FD40AB81CFEABEAEE1A71 /* Layer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A0FF0A9A99ED5D1ABCA161BCFF7BC40 /* Layer.swift */; }; + 52D333B6C1D566C05799CD98F4BC7D31 /* FIRMessagingRemoteNotificationsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C650FEB351489D882532231D5D8EC9A3 /* FIRMessagingRemoteNotificationsProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52DFFCDD2BC9A68BDF27CA8EAF36DBAC /* FIRCLSExecutionIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 43C69B34E3C57470446D503A4BF3CBA8 /* FIRCLSExecutionIdentifierModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 53137EBFFEBB15A946937DF2F14F54D8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 53615DCECE6D626CCBD26B38E2DD5C5C /* SVGUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 91481CC2BA44A9507EF170C7224E2C45 /* SVGUtils.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5369B41B999E82AACE3F040E470BD80D /* POPGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = A98D5A8E0102D7F4A75C7658A7C8D526 /* POPGeometry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5372A3CFF02EC0980117C640EA604431 /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 9246E5D508C9D9C65090EAC228F84FBF /* FIRInstallationsAuthTokenResult.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 53D3315D814B20BA24308E35C1948705 /* GTMSessionUploadFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EAA6BDDAB2DA4B954E7A72A62AE05D4 /* GTMSessionUploadFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53D82022586C9EE60808BE2AE532F7FE /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF29C2505B80595B7D347EFBF29F8B8 /* SDAnimatedImage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 53F07C4894D9691942EC8BB48C15911F /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CDC20D21140E8CF12BA16484E2C27E33 /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 540CC89836D830624883860F4AD3EAB0 /* Floating Point Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = A56E1A65B8989CAFADE238CD94F8A4E1 /* Floating Point Conversion.swift */; }; + 543DBB9688BE3D689741B408CC856BD4 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D5C1C2234125DFD191F826AB953A9D6 /* FIRCLSNetworkResponseHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 543F10D9E7814D34DBF2795E226064C7 /* Description.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84A30632736673AC3CF1A0CAB89836F /* Description.swift */; }; + 5473ED3B7D0CBC65648A632D4E97A0C1 /* CSSValue.h in Headers */ = {isa = PBXBuildFile; fileRef = DD20C7840D87AB706DCE9B957294DDEE /* CSSValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55245A204757F7347B4F842356648B27 /* EvaluationDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54261A403535D2195796134C771F633 /* EvaluationDetails.swift */; }; + 5548C29F7A92FEB2A8ED22AE9E0D9D37 /* FPRProxyObjectHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E656A5B545EAC26BFAA706FB307D59D /* FPRProxyObjectHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 554E274E478D916AFA80D362632A42C7 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A2C2701DEBE52FFD4EB97A0608DAEF /* FIRInstallationsIDController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5558517754CD4855DE372F4098B0DDB8 /* FIRCLSUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 498CE93C84B33D475B03DF6BD72D8779 /* FIRCLSUtility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 556C2203E568D67D761B34D4F48B2AF4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 5582A07693A96003E2A57BE02E85F4D0 /* LineScatterCandleRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B3B035A1D4AC0CD0195E685343AB241 /* LineScatterCandleRadarChartDataSet.swift */; }; - 55883362AB1A02167EABF7EB311CE030 /* BackdropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4DAA77B3409AA9D9CB3A6F930E0CEB7 /* BackdropView.swift */; }; + 557DEB48BA303243BBC5AF9FE952CC4C /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 43F86B5F11C9C032ABAA9A2B3A718FD6 /* FIROptions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5582A07693A96003E2A57BE02E85F4D0 /* LineScatterCandleRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8106FCBC5D9FD0FC978178D9FAB097E8 /* LineScatterCandleRadarChartDataSet.swift */; }; + 5584BEFD16813263B168918F6D6D88AE /* FIRMessagingBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = FD5265621ABDCE034FEA277C89956825 /* FIRMessagingBackupExcludedPlist.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 55883362AB1A02167EABF7EB311CE030 /* BackdropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F123FF1294A12777D38C1B05FB4F5F81 /* BackdropView.swift */; }; 5594117F267C3893E10E8DC6A84C0E66 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31C4BEFC9861CE8C00724903E4B2FC59 /* CoreGraphics.framework */; }; - 559B192E59EB7B4838ACE27A689EAA62 /* Floating.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83C5A654C6CE669A7234A94E4B0D7A6A /* Floating.swift */; }; - 55D3C00883F2CA52FE8F11468E97CB50 /* Division.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC9C77733E8F32F2EDA60577466DE23B /* Division.swift */; }; - 561168BDE155FA7E57A48961E0DF8D51 /* KVOController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D9213BD4AA234D3499211ED9B80E22D /* KVOController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 564596D5C9BBFD54BDEFC4499F8654A6 /* IsAppEncrypted.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE6A0118920EA803A648ADCB1BAE3CA /* IsAppEncrypted.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 567C7C9F789D79BFF16E53A2B762B361 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 56A52975BD58BDBB5A086769BF78AE9F /* JTVerticalCalendarView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D1BA101C6C9ABEFA505CB1FFE1C93E3 /* JTVerticalCalendarView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56A59C255419DC0B686BB985014CB39B /* GULNetworkInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FE92558DCD805789872B5CC3E44032E5 /* GULNetworkInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56AD745940C8B107EEE5ACDB2EA4ACF9 /* Promise+Wrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 328008FB910E7C3149F6D1B3B777DC2C /* Promise+Wrap.swift */; }; - 56C83C1E6526F5DB7BCA4791D0E70339 /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 428EB21564E89326B0383E082266638D /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56CD198002D3D45274F6719725B983CF /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF24100CB98CAD991E9050C8F1A5343E /* ConstraintOffsetTarget.swift */; }; - 56E7D86AAC5AA0298C3171181EB5D396 /* JTCalendarMenuView.m in Sources */ = {isa = PBXBuildFile; fileRef = D2A7AF7ACF8B03F81A48D2F6123B6A6A /* JTCalendarMenuView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 56F8F6E1A3117DA72D48DEBCC3DE1F11 /* FIRMessagingLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CB8E7A4B1FB54553E243E6689881F57 /* FIRMessagingLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5718112FF4E9B958F6489D4E612AE45B /* POPBasicAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3632D236C0EB062EAE94E950E0764383 /* POPBasicAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 576DAD1EAA2B9E5465BDAF6E406F134D /* SVGPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = F98FB458C340051251418DD53579BC47 /* SVGPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57768513B3326E433ACF2258A487B5B1 /* JTCalendarWeekView.m in Sources */ = {isa = PBXBuildFile; fileRef = CDFC6B2C58726EBFD5C472AEB154809A /* JTCalendarWeekView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 57B38143F5D451578B4F823B2F0122CB /* FIRCLSReportUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9565C970FCD6D99F596F8BDE99670835 /* FIRCLSReportUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57C54D54FC1EAB709F9370C922BB0DD9 /* FPRPerfDate.m in Sources */ = {isa = PBXBuildFile; fileRef = 29DD4E7F39CAE73FDAFDFCA409E68176 /* FPRPerfDate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 585862AA39D48719BDEB4D3CCC4384B7 /* Pods-iOS-CameraParticles-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 61A5B950644E96E879162FBDD7789185 /* Pods-iOS-CameraParticles-dummy.m */; }; - 58791BEEDD949C227150E85FACEABED1 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1CF503D77E992C93B82CC90D688683 /* QuartzCore.framework */; }; - 588DB1716D9F807D3132F2B20B71F10C /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF7BC86507900B9F06DD3000A41170D /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5897691316B28D32CC22DB1C6E9B7B59 /* ILineChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBA2A7E47AAA87B9982A68CC39C1348 /* ILineChartDataSet.swift */; }; - 58A52975103071EE8ED63F648741D03D /* FilterMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = A669459B4D5E708A11EE81F2BFE55603 /* FilterMany.swift */; }; - 58AAEB01B433007FADCAEAB4D5D0B429 /* DataApproximator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A451CB1A51E86480EBBE2B56C7AA11 /* DataApproximator.swift */; }; - 58B82DE615C4DC0C2C6F3ACE2A3F7B0F /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 769CFB17FC569C61CBA71525C01CFF87 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5917E233C396CE7CA80E17C99424DABE /* FIRCLSCompoundOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 623BB4E3F5F7C4D38D1A5DD87AB8F339 /* FIRCLSCompoundOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 59342CF79E5E84C9DE6BD1FD7B215980 /* BarChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = F29BA610F82DB5D897E95BECE072FC1D /* BarChartData.swift */; }; - 594B6EC2AE84AB5C7F25B691D3550428 /* FIRPerformanceAttributable.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C7C51999F108E95ECA54C953BDB4D18 /* FIRPerformanceAttributable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 559B192E59EB7B4838ACE27A689EAA62 /* Floating.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFCE8403FAA63EB6361D22BE2494154E /* Floating.swift */; }; + 55D3C00883F2CA52FE8F11468E97CB50 /* Division.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D337533A047535BE00D559F88C08D2 /* Division.swift */; }; + 5603BA8E7141669ABC631604732CEE91 /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = D5B24138D8CDC77C360E9C5A4D8AB72E /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5607EE8271B7E0D227355B7593CDE3DC /* FIRMessagingCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 6297ADAAD2F446B6D7BE5CA416268FF6 /* FIRMessagingCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 561168BDE155FA7E57A48961E0DF8D51 /* KVOController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B363C96F39BE7E97EB8BF52CCF22DCF /* KVOController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5658AB0C25445C0901F4C3FDEB60987C /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F6F87647ECE299A48DD5E65670EE347A /* PrivacyInfo.xcprivacy */; }; + 56A52975BD58BDBB5A086769BF78AE9F /* JTVerticalCalendarView.h in Headers */ = {isa = PBXBuildFile; fileRef = 92001ABED4756B3B360D8B2A17E45FF0 /* JTVerticalCalendarView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56BAFE2720E80DC470A8C7B70A134AB5 /* GULSwizzler+Unswizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F22EF651D861EC3A2C5C194B19C6ED9 /* GULSwizzler+Unswizzle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56CD198002D3D45274F6719725B983CF /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8F5992BF588B97368C977BE7093B83 /* ConstraintOffsetTarget.swift */; }; + 56E7D86AAC5AA0298C3171181EB5D396 /* JTCalendarMenuView.m in Sources */ = {isa = PBXBuildFile; fileRef = 57A927E1B8F0B70E44E4F26AD3088805 /* JTCalendarMenuView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 570291D662FCDE047455842B92E57193 /* FirebaseCoreInternal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B7C5F8BDDCF28C869B479AE29EE6E900 /* FirebaseCoreInternal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 570FBD40629D789EFF666CC282BB8C6A /* GULNetworkInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A7F6CCD854CB7FD65ED92654B36B75E /* GULNetworkInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5718112FF4E9B958F6489D4E612AE45B /* POPBasicAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4206D73A6AFFD6A32F69538275EFE9CC /* POPBasicAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 576DAD1EAA2B9E5465BDAF6E406F134D /* SVGPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B733881E459562770B598F1367007D0 /* SVGPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57768513B3326E433ACF2258A487B5B1 /* JTCalendarWeekView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8683D4B4C8CDAFD03FB652F317583A1 /* JTCalendarWeekView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 579F15A17DC7D7510003B767EFC82087 /* FIRMessagingCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 466AE865C7039912DA88C57AA333306A /* FIRMessagingCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57B38143F5D451578B4F823B2F0122CB /* FIRCLSReportUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9852E68D36AF66D514BE191A7CF4EAF1 /* FIRCLSReportUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 584EC89841479BDAC2B9084ECF83F0A7 /* FPRNSURLSessionDelegateInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = ACDE58077CCFCE29D74C50C865B3293A /* FPRNSURLSessionDelegateInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 585862AA39D48719BDEB4D3CCC4384B7 /* Pods-iOS-CameraParticles-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6887D45BCD2DD7845E11CAFF7676C70C /* Pods-iOS-CameraParticles-dummy.m */; }; + 5897691316B28D32CC22DB1C6E9B7B59 /* ILineChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3095B02054F366AF4BACB8817A3CC199 /* ILineChartDataSet.swift */; }; + 589D3A66B4BF16744B06C50677596E5E /* Data+Statsig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F6CCE73969F9295E6DA8C08B0E4F09 /* Data+Statsig.swift */; }; + 58A52975103071EE8ED63F648741D03D /* FilterMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81349F5FEECF6D5884A85E9D8A97CCC5 /* FilterMany.swift */; }; + 58AAEB01B433007FADCAEAB4D5D0B429 /* DataApproximator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED3627789896B7D27DADF34AB2AC7E7 /* DataApproximator.swift */; }; + 58AC0536EC49E838C3B5A3B532BCC11B /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7E8BEC7FB1B3F1A35EE234E98BAE37 /* GULLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 58B82DE615C4DC0C2C6F3ACE2A3F7B0F /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 90728893CDD956AB84636F0D3135E345 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58C96447E70B1AE3068FC0081D240BC0 /* SettingsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 913B69BFC50F261DA95140DB6C5BD1CA /* SettingsProvider.swift */; }; + 5917E233C396CE7CA80E17C99424DABE /* FIRCLSCompoundOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 82C6E1BFB24E9BED36D452F56B6674A5 /* FIRCLSCompoundOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5930870EE16C2A51610E703DB77B8B9B /* FirebaseSessions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4068C3BD432BF54DDF586F0329EDA8F4 /* FirebaseSessions-dummy.m */; }; + 59342CF79E5E84C9DE6BD1FD7B215980 /* BarChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C3375D8DA740730E19CC500A74F3306 /* BarChartData.swift */; }; + 594CE4C0848F67346686DBC1102931CA /* FPRCPUGaugeCollector.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B6F6EF1F87057A9D407CE84E7C1624 /* FPRCPUGaugeCollector.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5970ACFA152CD0994220BD15A53E91DF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 5982AE60E57130EF8BA72720E2B40C93 /* FPRPerfDate.h in Headers */ = {isa = PBXBuildFile; fileRef = F857204ABE1267BDA37A7200B6E2A8A7 /* FPRPerfDate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 598B8CDE0882DC6566B62DA997AB9585 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CCD432878ABDA06E7FCFE9B0E5F0AE0 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59A3310E641DB5448A8826D50B61AEDD /* ScatterChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8515B483AF96F91DE0BF28336B86FFD4 /* ScatterChartData.swift */; }; - 5A2FC3C37B5CF263E9ADBF62DF975401 /* DocumentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AFF2B72820A285C3F23C45A1EE12E3F /* DocumentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A571E9B55E29E5592D335A8D3B38B04 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 59C685AFA244E3C9CF24850BAF484E44 /* FIRCLSMultipartMimeStreamEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5A67C95BFB87030E0B2B060129EF70EB /* SVGKExporterNSData.h in Headers */ = {isa = PBXBuildFile; fileRef = 97ACC17B7D4088591EE6C91680766F52 /* SVGKExporterNSData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5AA96FFB6205C159128E977ADC085DD7 /* Pods-iOS-CameraParticlesTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D21198DBABB833118EADD7A7D149D877 /* Pods-iOS-CameraParticlesTests-dummy.m */; }; - 5AB3507D38BDAD61798BA6CE61D6D4DF /* Pods-iOS-JedioKitTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F570E21E4AD32E2A3142741F989AE5 /* Pods-iOS-JedioKitTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5AF08D5D7CE71209CC6EBF6CE234295D /* FirebaseSessionsError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372F65C40B6DA0E462E49AE23DFEFED3 /* FirebaseSessionsError.swift */; }; - 5AF2CA41D636A1359D30A28F43B6D9F3 /* RCNConfigContent.h in Headers */ = {isa = PBXBuildFile; fileRef = E4AF989A5712E818F65629B455FCEB91 /* RCNConfigContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B16C4D103B0CE70DA5F7E986580DD62 /* SVGStyleElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 631A5A226E0A27719DC160B3C9BA2F81 /* SVGStyleElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B19B60D384BFDAB3C5EDA9B08621359 /* RDHCollectionViewGridLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = EF21169CE720395FAA3A4CCD50EB95EC /* RDHCollectionViewGridLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B1C4E11A3EDB451E00FB40B4E6BE808 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 8094DF1E620915CDFD880F6D670D9858 /* FIRApp.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5B1E725822C81E14C749E934A881A825 /* SVGRadialGradientElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 65EBDADE93193D90CB34A11D374DCB31 /* SVGRadialGradientElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5B3C2C5A78ECF2B964CEDA6C994F8771 /* FIRCLSFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = E1630E2F7694C24CDF4416FB0FCDBB67 /* FIRCLSFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B4A2D9DFE272E7266474088B06953BB /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 7C6B590824805A2C89248260F4E4D649 /* PrivacyInfo.xcprivacy */; }; - 5B5C5E5C29EEC6CAB8DEDED14779DB41 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 20E7B11BE5A9FFF2075F8761A0060818 /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B66202ABEC8342B4997CBD4610775B3 /* HorizontalBarChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3CBAFABD07F66D3A5CA2E67FD166299 /* HorizontalBarChartRenderer.swift */; }; + 597D4074DD9D14E8ECBD1EA1ADBEC56E /* FIRMessagingKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 02F9E80EFE9E8F7BE7B83C871F1CDB6D /* FIRMessagingKeychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 598BA893C00275BCB76BACD01F0429C6 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A828ED7C9611FFA7D99BAFE9CD56D6C /* FIRInstallationsStoredItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 59A3310E641DB5448A8826D50B61AEDD /* ScatterChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE53859B1E03E99E7E6F1A14F544FB9 /* ScatterChartData.swift */; }; + 5A1E1C21BB3BD57AC6D5E5A61BC9632D /* StatsigEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F55FA99C9EAFA91F6D01F1D0EACDA4A /* StatsigEnvironment.swift */; }; + 5A2FC3C37B5CF263E9ADBF62DF975401 /* DocumentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8841BF4D2002BA1911EB8A8DB4B789A6 /* DocumentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A571E9B55E29E5592D335A8D3B38B04 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B3408D7BE60585EC4C5097CD0E6FA213 /* FIRCLSMultipartMimeStreamEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5A5ED0AC21F84640B2809ECD90414FB4 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 30376BFF5B3A51F321B18CF16076B128 /* GDTCCTUploader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5A636708D92A532AAC47CD1C5282D0C4 /* me.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = F3E98928DFD337618D5A6F0BDE71A180 /* me.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5A67C95BFB87030E0B2B060129EF70EB /* SVGKExporterNSData.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A35A1CC448856060B5F80C54A578B93 /* SVGKExporterNSData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5AA96FFB6205C159128E977ADC085DD7 /* Pods-iOS-CameraParticlesTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 49674458C532D98B299DC3767B91CED2 /* Pods-iOS-CameraParticlesTests-dummy.m */; }; + 5AB3507D38BDAD61798BA6CE61D6D4DF /* Pods-iOS-JedioKitTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 97106AD6FB1AC42CCA8DB3BE69F3E9CF /* Pods-iOS-JedioKitTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5AFCD5B5D79DC049658F6915D73C04CB /* FPRSessionManager+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E2E4E9E641E6B75C644AB8AD998D9D06 /* FPRSessionManager+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B16C4D103B0CE70DA5F7E986580DD62 /* SVGStyleElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 2361D97807CD1C7FF6706A3A7F189904 /* SVGStyleElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B19B60D384BFDAB3C5EDA9B08621359 /* RDHCollectionViewGridLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 55234452D489873B46086DB1DEDA3F5B /* RDHCollectionViewGridLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B1E725822C81E14C749E934A881A825 /* SVGRadialGradientElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B26782F582193D51FF993F87DA7FE1C /* SVGRadialGradientElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5B3C2C5A78ECF2B964CEDA6C994F8771 /* FIRCLSFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 9237EAFD63FB7832450ACF18B2122055 /* FIRCLSFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B66202ABEC8342B4997CBD4610775B3 /* HorizontalBarChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44466C02E3614C82B43D735F4E5E660A /* HorizontalBarChartRenderer.swift */; }; 5B7BDA18773B9419F8DB23C557C76D6D /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */; }; - 5B842A72D2E3E2BA5195EF3E1A457634 /* FIRMessagingContextManagerService.m in Sources */ = {isa = PBXBuildFile; fileRef = C2E1742EA4DEF8A0B90F7F2C719CD916 /* FIRMessagingContextManagerService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5B956EE2528BB2713D1C9D52675EB2A7 /* YAxisRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 265D8B66170C0892800F8D9DAD8B319C /* YAxisRenderer.swift */; }; - 5BDEC0AC4E2902E6F7F761C62A789134 /* FPRNSURLConnectionDelegateInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E03EEF56D066B331715756A9230F988 /* FPRNSURLConnectionDelegateInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5BF2F025AC92249DAE58164282334D6B /* ChartBaseDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCADE7058330BC88DF964BEE406AF334 /* ChartBaseDataSet.swift */; }; - 5C0DC51EB5BBB61D1EC7687F5DFAEF74 /* iCarousel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5024463091F117DF38908215D6D4B09D /* iCarousel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C1A43A8481BC6F8A2218B760B7D898E /* SVGUseElement.m in Sources */ = {isa = PBXBuildFile; fileRef = C0D1B30439BC0FFFCED60306D0AE22E3 /* SVGUseElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5C2DFDD1772A4968863A8B6918954324 /* FIRRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B832E05A0F3B8DE3F2D0650416670C9D /* FIRRemoteConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C9D1FA617589E58291F6CE9E55B5B88 /* ChartDataEntryBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DAE7E9A4A348B321283000055097AC2 /* ChartDataEntryBase.swift */; }; - 5CAF91CB007425D47E4AD42E54184B1A /* LineRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAEF1EC47641FFE0A5C13A8F9280EA68 /* LineRadarChartDataSet.swift */; }; - 5CBF9A2EE6292E526EB8B227C49FFD90 /* FIRCLSDwarfUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = EAE5760366182E3B66A187C47957DF2A /* FIRCLSDwarfUnwind.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5CD5214BD54630F9A9CDE63455E7B22D /* EFQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = C8483D46D32728C58E360FFB9FB338BA /* EFQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5D0A0E869DABEB53E32D18F703D2B5A8 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 679650BB028C165339EB6D6AD81C5622 /* SDAsyncBlockOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5B8215D6021B0081F449CC882CB255BA /* nanopb-nanopb_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 3227F3FC45681D7CEE5D1355A532398A /* nanopb-nanopb_Privacy */; }; + 5B8D69D1B8621D13948F09231E6A34C2 /* FPRNSURLConnectionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A108433DF3E3FA647F36DF833C20351 /* FPRNSURLConnectionDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5B956EE2528BB2713D1C9D52675EB2A7 /* YAxisRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF7A3A9AEE5C9514205D37B22756666A /* YAxisRenderer.swift */; }; + 5BC97B48BA12DD6B79E3979B9CA21870 /* ExternalInitializeResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 636ABE7F9319CC0D2DA0668E4821D37C /* ExternalInitializeResponse.swift */; }; + 5BF2F025AC92249DAE58164282334D6B /* ChartBaseDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E665CD6DCF54B6C2DE1140AC78CA2B /* ChartBaseDataSet.swift */; }; + 5BF5B19AD597DFC0286A5E9FF1BB7038 /* FPRObjectInstrumentor.m in Sources */ = {isa = PBXBuildFile; fileRef = 056C639A47CD2F77696327E0EDD876A1 /* FPRObjectInstrumentor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5C0DC51EB5BBB61D1EC7687F5DFAEF74 /* iCarousel.h in Headers */ = {isa = PBXBuildFile; fileRef = B0A2AB62AAF545986B3536791D9646BD /* iCarousel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C1A43A8481BC6F8A2218B760B7D898E /* SVGUseElement.m in Sources */ = {isa = PBXBuildFile; fileRef = D124E37B05FDEEF7FF7D4FB40A7C6DD4 /* SVGUseElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5C654BD61A3E8FEDD4EA4BF76450CD9C /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DB379259C457DACCE12427C046DFC13 /* FBLPromise+Timeout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5C9D1FA617589E58291F6CE9E55B5B88 /* ChartDataEntryBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4B9C7E4EE4B76366709F8A95DD2DE0B /* ChartDataEntryBase.swift */; }; + 5CAF91CB007425D47E4AD42E54184B1A /* LineRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF6D50E71DCBF77D8167326619B508E1 /* LineRadarChartDataSet.swift */; }; + 5CBF9A2EE6292E526EB8B227C49FFD90 /* FIRCLSDwarfUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AA03FF8FFFE723785DA1984C37C25F8 /* FIRCLSDwarfUnwind.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5CD5214BD54630F9A9CDE63455E7B22D /* EFQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A3F67DB7303E1B9C8B44DAE1888E610 /* EFQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D0A0E869DABEB53E32D18F703D2B5A8 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 24C085D7B65D1D0CC75F5D70CD48D2BE /* SDAsyncBlockOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5D0F7459C22C4A97D5AD2DC9726EF3B3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 5D2237D0D79D5D9E021DB8FD277B8841 /* FIRMessagingRmqManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B542CA0EFE304233B11464791CD5B9 /* FIRMessagingRmqManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D2CBD71DF3E54ABAB870DD917F1CEB2 /* ValidationRuleCondition.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7A866E1A6C6FE5AC022DB288F06E649 /* ValidationRuleCondition.swift */; }; - 5D318B3156D1F82505E9A04B688C4218 /* FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 217F85C17AE4C276E18DD1DA75E03EDD /* FIRMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5D63796FD9EB9E0FB29733C3B078CB3A /* XAxisRendererHorizontalBarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30D5DC1A39AFA16C50E0101704FFF9D3 /* XAxisRendererHorizontalBarChart.swift */; }; - 5D97FF328C47EE16028AB1B68A66F612 /* FPRGDTRateLimiter.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A0236E8BC0BB7AE00854E81B5BEF23 /* FPRGDTRateLimiter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5DC5A6ACDD2F4517EED276101FC13ACC /* Pods-iOS-PlatformUIJedioTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B54D274544A48178C1764DE76D10640 /* Pods-iOS-PlatformUIJedioTests-dummy.m */; }; - 5DD809D855AEE4A1ADD61CBC3542DB89 /* FIRCLSExistingReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 00809F50BDA7B27DD4FAF2C6883EE009 /* FIRCLSExistingReportManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5E1757840B368E30CBF47F76D83F14B8 /* ChartAnimationEasing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8160B316961E28CCF0CB7C69B1F611C6 /* ChartAnimationEasing.swift */; }; - 5E223122500EB8BFF51E05ECD5061124 /* FIRCLSUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 587D7BD66241CA18E3954E23F6996856 /* FIRCLSUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5E2B4FEB037EAC4F6A75F831B351A2DC /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27ABF59460A91C1A38EE1409F3A578AB /* Indicator.swift */; }; - 5E5A291BC630F2B7A12E000219AEE1E6 /* ComponentBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7C438AEBDD471B1F7BA8D1BC3EC9A48 /* ComponentBase.swift */; }; - 5E7E8C766C4E0BBDC9376D02FC2D808F /* CSSStyleRule.h in Headers */ = {isa = PBXBuildFile; fileRef = B47F9D99E022D4AB4045009894CA4023 /* CSSStyleRule.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E928F19C1191952A9AD67F717BC4EFF /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 10EC0D36FC2908FFFA6CE256DFE8161C /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EA43125E4FEDE62E748AB4000AEA679 /* Promise+Await.swift in Sources */ = {isa = PBXBuildFile; fileRef = 156F0BCF222A29EA5F33EB266CF42835 /* Promise+Await.swift */; }; + 5D2CBD71DF3E54ABAB870DD917F1CEB2 /* ValidationRuleCondition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85CC30057BBB75E2B59AFD76184FAB19 /* ValidationRuleCondition.swift */; }; + 5D310AC5CE2ED35E20CFA54052AFCFE1 /* SessionsDependencies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BDA1F13DAAC2B2991223B739DE8D192 /* SessionsDependencies.swift */; }; + 5D63796FD9EB9E0FB29733C3B078CB3A /* XAxisRendererHorizontalBarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CA43E4B2D7081373846D96699DD36AC /* XAxisRendererHorizontalBarChart.swift */; }; + 5D9A8686CD6F1EDF30D1BE24E00789D6 /* FIRMessagingTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ED82EFAFCC7D060043F4A9757DD8204B /* FIRMessagingTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DC5A6ACDD2F4517EED276101FC13ACC /* Pods-iOS-PlatformUIJedioTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 90D9CF97C43DBB32C16511584440A1B0 /* Pods-iOS-PlatformUIJedioTests-dummy.m */; }; + 5DD809D855AEE4A1ADD61CBC3542DB89 /* FIRCLSExistingReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B3735AEBA056CBEE49B201CCC7DFA28E /* FIRCLSExistingReportManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5DEB75E2882E014FFBD8C226B326A6B2 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CCB1D9F3A97E3FFC4B1C43646666765 /* Value.swift */; }; + 5DF5D33E447172F5DAA6FB8984AE9740 /* DynamicConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACEE3DE0C6AFDEA1288AAECCFD44AD9F /* DynamicConfig.swift */; }; + 5E1757840B368E30CBF47F76D83F14B8 /* ChartAnimationEasing.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0AF18822A06903E637A559FB4840FAE /* ChartAnimationEasing.swift */; }; + 5E223122500EB8BFF51E05ECD5061124 /* FIRCLSUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EEB160CEE0159BDF1BE47B8E4A3DE1F /* FIRCLSUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5E2B4FEB037EAC4F6A75F831B351A2DC /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2E20826E2ADFF7BC01227E39B3E54A /* Indicator.swift */; }; + 5E3A7003D343918126B7BDFACF32211D /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F87350FD9A7F1BA4789F27DBE31B38FB /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5E5A291BC630F2B7A12E000219AEE1E6 /* ComponentBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF2DF59A9AD6CA8F6D00C0D27ECD4A34 /* ComponentBase.swift */; }; + 5E7E8C766C4E0BBDC9376D02FC2D808F /* CSSStyleRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5832B18FCE1170B440EE53640C6E2AA6 /* CSSStyleRule.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5EF26A1BA03012FDCA0AA83527E92A83 /* CocoaLumberjack-CocoaLumberjackPrivacy in Resources */ = {isa = PBXBuildFile; fileRef = 519AF98C92B517DD023896CD077EBFD4 /* CocoaLumberjack-CocoaLumberjackPrivacy */; }; - 5F8F2076D28AA02D5EBA65FFB8E9C937 /* POP.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D1C2224E292F404684970964D1039E /* POP.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5FAF49FC86A60E0BB68301105237C47F /* GTMDebugSelectorValidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 39C969A6102AEBE1C2E9FDB4C98DC820 /* GTMDebugSelectorValidation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5FD8D387FD4A8E4C1F40C9B9FDD1652A /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 78EC6FBFE5B659081270360B7BC332C4 /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FF7C9A8A2461F4C2C21BCE5F805AF5E /* SVGTextContentElement.m in Sources */ = {isa = PBXBuildFile; fileRef = E4376D22817A41D8FFC987B456A696D1 /* SVGTextContentElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5FF91E4A8D3170E2F65631AF78FD04DA /* Menu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E1B74886372A6146756FF38AF7D9F62 /* Menu.swift */; }; - 600B7D130C30F7DC1DA5778714FC76F6 /* FIRCrashlyticsReport.m in Sources */ = {isa = PBXBuildFile; fileRef = AE04BE508865CA5649CFFE8EF8C9BF06 /* FIRCrashlyticsReport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6041F36D0C32DE7EECA4A6EE210B90D8 /* NSCharacterSet+SVGKExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0899DFDB8B5C7D088F265D6C7998C195 /* NSCharacterSet+SVGKExtensions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6042110EB245747CA33962538E5EB6BC /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D92209F05B09B6106F471696E73B6190 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60657059B64B028BACAF903C6419AC16 /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 526027A7499A3DD9842E99482252002E /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6078F9C5AB759152B71CD602529D6AAA /* CAShapeLayerWithHitTest.m in Sources */ = {isa = PBXBuildFile; fileRef = D1FA8A8AA0ABF60AE95FDC7BDFB62712 /* CAShapeLayerWithHitTest.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 607CADB5F06ED5656383C871D956B1D9 /* FIRRemoteConfigComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7F665A9A5B6ABEAC0B4EF4A90A0ABF /* FIRRemoteConfigComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 608D776E629DE8E699D014CCC26BCED0 /* GTMNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 829CAD07BBCCE406374DC3F770F21B98 /* GTMNSData+zlib.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6095971F812D0D6ED7EB90F6ADDA402F /* FIRCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = CFFD02178D1CF823BC9661F5B715E991 /* FIRCrashlytics.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5F5FF94662A46745EE84DFADDC421C20 /* FPRInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = 445162DB85603EE04C6BD2BE76E061A8 /* FPRInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F8F2076D28AA02D5EBA65FFB8E9C937 /* POP.h in Headers */ = {isa = PBXBuildFile; fileRef = E082A103446037BF5DE4476647129102 /* POP.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FAF2877FA5D09E2B6A4EB68439ED0E4 /* WeakContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21A4C9A42CC5D4E71950475F80DC4CF3 /* WeakContainer.swift */; }; + 5FAF49FC86A60E0BB68301105237C47F /* GTMDebugSelectorValidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 44B95A162F884673D9F19FA2B8D14258 /* GTMDebugSelectorValidation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FBCFC5E418C9D88DDF2C80ECBA359B6 /* FPRSelectorInstrumentor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D7271CD0B338B536440587F0BFEDA0E /* FPRSelectorInstrumentor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5FEB9BF56F04FDFA64CEDDC07D0DE7A8 /* Promise+Then.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A924840A2D1D19C7C7932A29FA85A0B /* Promise+Then.swift */; }; + 5FF7C9A8A2461F4C2C21BCE5F805AF5E /* SVGTextContentElement.m in Sources */ = {isa = PBXBuildFile; fileRef = DB59DF90399079CAB5AB4217CDCF23CF /* SVGTextContentElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5FF91E4A8D3170E2F65631AF78FD04DA /* Menu.swift in Sources */ = {isa = PBXBuildFile; fileRef = B047A976333CDB9DDA41197811754E2C /* Menu.swift */; }; + 600B7D130C30F7DC1DA5778714FC76F6 /* FIRCrashlyticsReport.m in Sources */ = {isa = PBXBuildFile; fileRef = BF3E42D04605B8DF4A9A649042799FA2 /* FIRCrashlyticsReport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 602B38BB88A4C7B61943F47BFCFAEA44 /* FIRMessagingPendingTopicsList.m in Sources */ = {isa = PBXBuildFile; fileRef = 62EDBCAB5ACA488DC079A51F9CE7EDDF /* FIRMessagingPendingTopicsList.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6041F36D0C32DE7EECA4A6EE210B90D8 /* NSCharacterSet+SVGKExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = ADB9DA7689B7B59124516D06596DED73 /* NSCharacterSet+SVGKExtensions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 606B15A3001E02C950CDDCDD87BE9B3A /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 207DCCBDA753B163C1CC2E22FF372F3C /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6078F9C5AB759152B71CD602529D6AAA /* CAShapeLayerWithHitTest.m in Sources */ = {isa = PBXBuildFile; fileRef = BB75E4EA469FDB5D93C961C5A435AD6F /* CAShapeLayerWithHitTest.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 60868C2D1558A321C3534EFCBDBBB965 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C96C261DEA402EEA8DF1736E9D91168 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 608D776E629DE8E699D014CCC26BCED0 /* GTMNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A1122A8109DA71832709E388F67187D /* GTMNSData+zlib.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6095971F812D0D6ED7EB90F6ADDA402F /* FIRCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E498F72E1CF903EDA700688DDF286E1 /* FIRCrashlytics.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 60A03EF74564BFA5FA29C9ACC8BDCA39 /* ABTConditionalUserPropertyController.m in Sources */ = {isa = PBXBuildFile; fileRef = 89FF6149D92A7F6683F196C8EECD879B /* ABTConditionalUserPropertyController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 60C2BBC0B6098349524773747444CA86 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 60E1BF38C6DBD5F7CA2A8640A1885B1F /* LayoutAnchoring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FFC1D013EF63812F65DC2AE66C3584 /* LayoutAnchoring.swift */; }; - 6105E14191CB5DCF12928EE76828B89A /* SVGElement_ForParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FB157270160EA9645BA19FFDF165C9F /* SVGElement_ForParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6147812AA78BC7DC101B9897F8DF852B /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = E6E7E2055626081DD4ACEDFD3A0192F8 /* FBLPromiseError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6166C33971BFCDF5EF3D16B6BBD3C7B3 /* ProcessingInstruction.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FCA13F1E96FEA4FFB5597812E2B20D /* ProcessingInstruction.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 61741760844FBCAC673CB59F1A3FBBE2 /* EFQRCodeRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8EE1145A805BE51B92E50AB9AAB405F /* EFQRCodeRecognizer.swift */; }; - 6174DBD7A86D03198FF06DE7FB7326D4 /* JTCalendarDelegateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F28D87446491275D761969EE77162CC /* JTCalendarDelegateManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 61B9285C3F3168EB079A0CDAFC5C1260 /* Time.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64F5405A4526D2018F30B781C697F58E /* Time.swift */; }; - 61E985AC5E3B6F94E072E645A3A5E014 /* FIRMessagingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF78E69EC71036E84B104003C5FB3F5 /* FIRMessagingUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61F6025F85A246D903FDE0DD0DDF85D5 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B3B3FBBDAF408E621DBE87D077FAA8EA /* SDWebImageDownloaderResponseModifier.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 61F859076EC773906B4705E6DDA14F05 /* DefaultValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 748269AB50FAADC5CFEE0563AFF9B3E1 /* DefaultValueFormatter.swift */; }; - 61F99B8B0AB1A5A180934CBA50130BF1 /* Slide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CF79475FF2EAEB49C1BD5D32BE844F6 /* Slide.swift */; }; - 620A40F646DEE7FA3AEDE8FA920EFD53 /* FPRClient+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CD826EF6CDB449A1AE573BACFF4A6E7 /* FPRClient+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6218166E7C579EC5D868E0E8AF390848 /* Pods-iOS-PlatformRouting-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A9762C858D337E67CFB2D9346E17954 /* Pods-iOS-PlatformRouting-dummy.m */; }; - 62223ED6ECB845386CCBA7853417F591 /* FIRStackFrame_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A92524D4DE74EF00B20898B346C6BB /* FIRStackFrame_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6240A57F38AB589AA4A567FA3482AE65 /* Pods-iOS-ParticlesCommonModels-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F8A709609F677742BD524A63216531 /* Pods-iOS-ParticlesCommonModels-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 62B6C1834EE1AD27B84A14AE34D17B3B /* FIRMessagingContextManagerService.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CCB7174E2B2E4BC74047798890EA6B /* FIRMessagingContextManagerService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60E1BF38C6DBD5F7CA2A8640A1885B1F /* LayoutAnchoring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 913DD0F14B0EACF6409E2B01E598DB58 /* LayoutAnchoring.swift */; }; + 6103AB9B15734964906024A28FE8DABA /* GULRuntimeClassDiff.m in Sources */ = {isa = PBXBuildFile; fileRef = F9A1D84D88AE23866649A7974358A57A /* GULRuntimeClassDiff.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6105E14191CB5DCF12928EE76828B89A /* SVGElement_ForParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 707EE046F6B2E5A52469111443E3D80E /* SVGElement_ForParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61351F9EE29842704418F995A16C7E69 /* PromisesObjC-FBLPromises_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 3F238BB22C5201CE689CAF2F766AED95 /* PromisesObjC-FBLPromises_Privacy */; }; + 6166C33971BFCDF5EF3D16B6BBD3C7B3 /* ProcessingInstruction.m in Sources */ = {isa = PBXBuildFile; fileRef = 51B969CAA000C36A83F38BEC8A51CB84 /* ProcessingInstruction.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 61741760844FBCAC673CB59F1A3FBBE2 /* EFQRCodeRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 459ECA37E524A81EF2FC81BBEEF33C64 /* EFQRCodeRecognizer.swift */; }; + 6174DBD7A86D03198FF06DE7FB7326D4 /* JTCalendarDelegateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F99D4EA7435DFD4809E169083385BCF /* JTCalendarDelegateManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 61F6025F85A246D903FDE0DD0DDF85D5 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A962248A71DB9DC96A01AC408DBABFC /* SDWebImageDownloaderResponseModifier.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 61F859076EC773906B4705E6DDA14F05 /* DefaultValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A48F2F1A26F3BA6C1BA1A92AEACE3F /* DefaultValueFormatter.swift */; }; + 61F99B8B0AB1A5A180934CBA50130BF1 /* Slide.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC25ACBE11856628108F9E4564BE0158 /* Slide.swift */; }; + 620E2A62C1B15B5ACCFA212B9D94AC5F /* FirebaseABTesting-FirebaseABTesting_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = EBC0124F859F5CDD9578E444B7412AC6 /* FirebaseABTesting-FirebaseABTesting_Privacy */; }; + 6218166E7C579EC5D868E0E8AF390848 /* Pods-iOS-PlatformRouting-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A747547C53E2C668ACEDD4F5A5535A /* Pods-iOS-PlatformRouting-dummy.m */; }; + 62223ED6ECB845386CCBA7853417F591 /* FIRStackFrame_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ACF8980D53B209A7DDE0FB118E25FB7 /* FIRStackFrame_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6240A57F38AB589AA4A567FA3482AE65 /* Pods-iOS-ParticlesCommonModels-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 36959AAB92D8255C6050AA5F25D45FB7 /* Pods-iOS-ParticlesCommonModels-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6250A7D2A1794E8D561FB428FCA07E25 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B291A30E8BB1559309943F26E1EF9C /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 627E84ECBB6C6BD04BF307B9630ADD2C /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = A59309106DF49C0DE7B8ECB0DE05FBA6 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6292A9D0D17DC195F7F6FE82F1F274E6 /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6671F2C594DE721F502BB72877320DA9 /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62B9FB2BAB0F70C3705B33D50FEEFBD2 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6160C03B916098A1265B847409E95B5B /* ImageIO.framework */; }; - 62DDD194010CD5AD1406BDF5A2246373 /* SVGTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F4DAB61A83FAF1AA95A64DEBF5FAB2F /* SVGTransform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 62E97FC1C6939242927848E812EDCAFF /* ISPPinnedNSURLConnectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F2D39CA94DDE523139B1009588BCAAE /* ISPPinnedNSURLConnectionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6303A4C2CA306E232169E5A8C3A39FD7 /* FIRHTTPMetric+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B742EE3A45A3D8C745EB4D63351C150 /* FIRHTTPMetric+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6308FC37224CA1A1F700348A2DF9796E /* Pods-iOS-dydxFormatter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80B0A3EFDA16578A6D81760CD59B3AA7 /* Pods-iOS-dydxFormatter-dummy.m */; }; - 6352B5D63C4CBB9DEFC37D85CC19EFDD /* FIRMessagingRemoteNotificationsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A5BECE406CC18458EFDFC043392D84E /* FIRMessagingRemoteNotificationsProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 638B4533681FB1483F93DB9E7FBDDDC7 /* COSTouchVisualizerWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 90223E878C9D0D1B15A1979505EBD33A /* COSTouchVisualizerWindow.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 639E69D8B6D4C7546D5D7DEEF15C9E95 /* FIRCLSContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B175F914D13734778DE26C24A37FD43 /* FIRCLSContextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63A25C50B69013F40B2AE02F9879F127 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D282A3B561C3D1740307C537DF78EFC /* GULNetworkConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 63B55BB6A65AED6CB53977969CE18BC8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 63CE0C915AA76AE8179A92D9967369E7 /* Pods-iOS-PlatformRoutingTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6233263A961184FCE92A72BA7AF56AFD /* Pods-iOS-PlatformRoutingTests-dummy.m */; }; - 63D20FC4FC3C2436FDF94B5FAE02323C /* Pods-iOS-UIAppToolkits-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 21DD3815D18524AF14B9938B36B60885 /* Pods-iOS-UIAppToolkits-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63EC152D61DEF7B5DF8582BA18A59380 /* FIRCLSDwarfUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 9964C5865CD2E0B0F0FCBAFC38D30E7C /* FIRCLSDwarfUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63FD9FD38A3E7FBC1C9D04FAC5D07E59 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = F6522C3E0E999D26FEBB62012E7F1D09 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6403E3481C83F922AF02EA9E497E8C93 /* NVActivityIndicatorAnimationDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FF1E51157AC404ADEA16D97AFA76796 /* NVActivityIndicatorAnimationDelegate.swift */; }; - 6431218578A566C5EBF5FD166F164059 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 845EB9962FBD69E4DA0A93433FCBB053 /* ConstraintMakerExtendable.swift */; }; - 645FBE902CB23796FA166EEA505364AC /* FIRMessagingConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C0B511CD37F996161E0DC76F338FB54 /* FIRMessagingConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64961096109E018C7EAB8DD46C13C91A /* GDTCORMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = F70A7845B303ABD78E6B664702F982B5 /* GDTCORMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64AB8A0E9FA2A697280863ADA978B9E3 /* MarkerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E102166326302E8407520407932C16C7 /* MarkerView.swift */; }; - 64D55418D4DCE34E4C2BBD104B99F7E2 /* SVGUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA636956807231FE747036916EF2114 /* SVGUnitTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 64D8E48AEF215A99B5622AE668F935B1 /* NBPhoneNumberUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E4EC2AB8039D77215412EDF8B893784 /* NBPhoneNumberUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 64F02750F06082E85D35AAF1C1AAA7DA /* FirebaseRemoteConfigValueDecoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F877E5E4CE08CA54801BEC5B1D6FDC /* FirebaseRemoteConfigValueDecoding.swift */; }; - 64F1ABCC661AC955367288C68B0D0332 /* FIRCLSThreadArrayOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A5A0E0DDA8772426E8C79F4150E7F77 /* FIRCLSThreadArrayOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6541DD49ECC0EA40434C99BB8FDAEFE2 /* ZSWTappableLabelTouchHandling.h in Headers */ = {isa = PBXBuildFile; fileRef = A244B634C23B357F6B647B0DE91A9D6B /* ZSWTappableLabelTouchHandling.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 65550AE399A68358D1031A676C06A364 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 01844918464092965DAD79FA38CD08C6 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6562CE513A89AA6281075773E9CCCA03 /* SDWebImageSwiftUI-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 328AD9AF13B1FC2B440425B097BF2B4F /* SDWebImageSwiftUI-dummy.m */; }; - 6563E21FB80B817214D64B6833583A4D /* PromisesObjC-FBLPromises_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 3F238BB22C5201CE689CAF2F766AED95 /* PromisesObjC-FBLPromises_Privacy */; }; - 65660EF52BBCE92BC15D3A75BB443FD9 /* api.amplitude.com.der in Resources */ = {isa = PBXBuildFile; fileRef = 06767132CC64099E27774BE22AD9E58F /* api.amplitude.com.der */; }; - 6572D02EB09B7AEF0B8D67DD35BD0E8E /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = BA94BCE075A44671ACBDDD25632E976A /* UIView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 62DDD194010CD5AD1406BDF5A2246373 /* SVGTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = C74EBA5A931AF9D31476170375C90AA2 /* SVGTransform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62E97FC1C6939242927848E812EDCAFF /* ISPPinnedNSURLConnectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E02B97E9B56D64897F536ED35566183 /* ISPPinnedNSURLConnectionDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62F16CF3D9425E49ECAB8634B4E19D2A /* external_privacy_context.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 37DFDCDC3B193D59D1CB55ABEAD3312E /* external_privacy_context.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62FF5BD530F923B17177AA8D4C287BC2 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5257D7EDE27C0DC981DA1AE5393AD0D0 /* Storage.swift */; }; + 638B4533681FB1483F93DB9E7FBDDDC7 /* COSTouchVisualizerWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A85FDA0D273DEE482B1B921754BE207 /* COSTouchVisualizerWindow.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 639E69D8B6D4C7546D5D7DEEF15C9E95 /* FIRCLSContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B17E09C0562A90BEEB7AD893BC391B2 /* FIRCLSContextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63A0E2B67B16334AC3290EB68A17DBAE /* FPRGaugeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B1F22321847CD03CF377164B7C94E8AF /* FPRGaugeManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 63CE0C915AA76AE8179A92D9967369E7 /* Pods-iOS-PlatformRoutingTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08C196509946AE957A9C179DAC25DAE2 /* Pods-iOS-PlatformRoutingTests-dummy.m */; }; + 63D20FC4FC3C2436FDF94B5FAE02323C /* Pods-iOS-UIAppToolkits-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F7E6DBCA48FE64131AE2F48455E2B540 /* Pods-iOS-UIAppToolkits-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63E15339F19DC9F1441976661758CDB5 /* FIRHTTPMetric.h in Headers */ = {isa = PBXBuildFile; fileRef = A3668ABBB5DB6CDEE4F1F0D011C92E37 /* FIRHTTPMetric.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63EC152D61DEF7B5DF8582BA18A59380 /* FIRCLSDwarfUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = BD5A85B0B0F496C3FED3B2C5C9C018BD /* FIRCLSDwarfUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6403E3481C83F922AF02EA9E497E8C93 /* NVActivityIndicatorAnimationDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFCE03F9E5402FDEE1C79C355FF5F832 /* NVActivityIndicatorAnimationDelegate.swift */; }; + 6431218578A566C5EBF5FD166F164059 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F185A3156F92BD8CF11772F3B85092 /* ConstraintMakerExtendable.swift */; }; + 6438B1618B423B39E7E041BE20468DC8 /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 69610C53B587D26E90BB506109BA6DCA /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 647ED5DE1B9DD846CF30BBF12F833EA7 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D440CBF6C9F16C7830567B629727E329 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64AB8A0E9FA2A697280863ADA978B9E3 /* MarkerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5211C13D2F752BDAD150D8DE18BF66F3 /* MarkerView.swift */; }; + 64D55418D4DCE34E4C2BBD104B99F7E2 /* SVGUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = BACB5E2C8A587D363EE9D1E1AE76383C /* SVGUnitTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64D8E48AEF215A99B5622AE668F935B1 /* NBPhoneNumberUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = FBB799C3B1362B960146AE5A581D2EED /* NBPhoneNumberUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 64F1ABCC661AC955367288C68B0D0332 /* FIRCLSThreadArrayOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4BAF9953A3E5D82248EB2F49B60AB4 /* FIRCLSThreadArrayOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6541DD49ECC0EA40434C99BB8FDAEFE2 /* ZSWTappableLabelTouchHandling.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B16E26EBF5B7ACB5AC036DE692D194C /* ZSWTappableLabelTouchHandling.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 65550AE399A68358D1031A676C06A364 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BBE9047551E8FAEB9BE7A1B9D9A276 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6562CE513A89AA6281075773E9CCCA03 /* SDWebImageSwiftUI-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE64CE353BBAE140564CC921AA0AA37 /* SDWebImageSwiftUI-dummy.m */; }; + 65660EF52BBCE92BC15D3A75BB443FD9 /* api.amplitude.com.der in Resources */ = {isa = PBXBuildFile; fileRef = 9CEDF89DF4D0941FC1AD093EF6D4A6AD /* api.amplitude.com.der */; }; + 6572D02EB09B7AEF0B8D67DD35BD0E8E /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2809875E5A55A1640A0D8B686CC7BD55 /* UIView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 659B1F8EA25E1E0117966342E2B65C07 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 65A074F41ECB8BEAF94052828A200802 /* NVActivityIndicatorAnimationCircleStrokeSpin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51460631149BAD3F74CC99CAB2088BBE /* NVActivityIndicatorAnimationCircleStrokeSpin.swift */; }; - 65A7B99A0664ED11136B2FCA25BA4A35 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B1A8A9AB4233AC0149C8E99B64A0A9 /* Amb.swift */; }; - 65BC2253C1BF4BF24108F76F49A2A51F /* SVGGroupElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 8084FE40A13D6CFF262298528A2C92A0 /* SVGGroupElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 65D3EE02DF3064595310C74A4B0B581A /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FE7551763DEA593DCDAF13E37D2CE76 /* GULHeartbeatDateStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 65A074F41ECB8BEAF94052828A200802 /* NVActivityIndicatorAnimationCircleStrokeSpin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B0AD609C8EFFBFBCBDE3AC8065E4DD /* NVActivityIndicatorAnimationCircleStrokeSpin.swift */; }; + 65A7B99A0664ED11136B2FCA25BA4A35 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 161CDB1210F669F593EA3C9521D85FF5 /* Amb.swift */; }; + 65BC2253C1BF4BF24108F76F49A2A51F /* SVGGroupElement.m in Sources */ = {isa = PBXBuildFile; fileRef = AB63C57268A4656AF0C1EDA7D60F2E58 /* SVGGroupElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; 660A868E5E55FAFFD6B7D67BAC07E2E3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 6648E682F1F15A4712942C808E3F78DE /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = EC52AFF410E7F28048879E65A0CED7C1 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6651D163A625B8EACDAFBD441CB1D53D /* AMPURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = A5040580E60D095C2FD1731F4524669B /* AMPURLSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 66C1935FF1544D983B6D27530793468F /* GTMGeometryUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2093E92F9643FF0F1D28A5A9DA8BCB33 /* GTMGeometryUtils.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6722DCA670229327597ADC3D81BB492B /* BigInt-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 436597CF8C04AF2818DAE178C98C80B4 /* BigInt-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 67526917CD0CF36DD86F1CF3154CBA49 /* FIRCLSUserLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 85E25E878C1F3D81560CEC1FA433F461 /* FIRCLSUserLogging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 676EDE47F204CFC413DA51B63CA5003A /* JTDateHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 950AA4BF16B8E31F366F0BDF95D7671B /* JTDateHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 67752F2EB4D3E1F9BC130046FB76BCE4 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C3AAE9B4BADD9A5A87F568F88C08AFA /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 677CBBA13B7F9D17CFA403B19349E75C /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = D20FAECE338C32DFA90DC91BCDF0FF48 /* DDTTYLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 67926EEACC4290F238C9C48C6C2D13B6 /* KVOController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B90C267CCA5540E805C7290BB887E7C /* KVOController-dummy.m */; }; - 679FBB86A66C39C79B80DE467C1DC419 /* GULNetworkInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = ACE5AE32C48C9BD7F3D04B917C0A7942 /* GULNetworkInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67A50BD3495ECED8107BB8B4A413FC97 /* Promise+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49F3FF2F3559BA9D4C07427BAC453553 /* Promise+Testing.swift */; }; - 67C5FEA0D0A13F7769E132DF8C034E0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 67C84D599919E6F4D5F28AFA2B3351E5 /* SVGDefsElement.h in Headers */ = {isa = PBXBuildFile; fileRef = D92BF0658E4D36B821667E99CA6CD04C /* SVGDefsElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 67E9C6444041F88BB19DC538C1CF4595 /* Shapes.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECD09A12D5F720A47774EE48F46B1475 /* Shapes.swift */; }; - 67EAF96CF5371E0EDF2F1976BA0A8DA4 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A107D0D6784C21059DD8D688084776 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 67EBECDF77394D67F9C46CF47F36725E /* Modifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 769BC28BD0CB60CD479A06A25EE277D1 /* Modifiers.swift */; }; - 689360035CA020CA9759FA5C517672A5 /* GTMMIMEDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = C2FF61581E0A86183141B4A59762D721 /* GTMMIMEDocument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6897EE50A41C1B902E13F526EA40257D /* GoogleDataTransport-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E93017019E5D8742074B4FFDEE63198 /* GoogleDataTransport-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 689923781C7E571FD2C5B5FCEDEA3390 /* Validator-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E10DF6B99D50C11D4D5E9DCD3E32904B /* Validator-dummy.m */; }; - 68CAFAE35697A9524882858FBBEF68C0 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FD054BF027D8303FB53765F5284C57F /* FIRCLSMultipartMimeStreamEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68CB92AF6D523929DEBD925A74BD87E2 /* Amplitude-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EA222D196576A18F9538118BA6985119 /* Amplitude-iOS-dummy.m */; }; - 68D0CB1A0E0E1A4E694494F3B220ED21 /* ZSWTappableLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = DEDD8C3409E777D2634C1C261AA3C568 /* ZSWTappableLabel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 68D353E4CB83635D6B411D1F55E28831 /* CombineExt-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B16C6DC05516EBFB67AB16F065A65F6 /* CombineExt-dummy.m */; }; - 692AF1DC2DEE614F843AF8CA41F0269D /* CombineExt-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5264F8675D4A2D0EDE193910609B985E /* CombineExt-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 692CB99E1010EF3023896AFA870850CA /* NBPhoneNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = A486B931BAA5C386B18FC2E664411E58 /* NBPhoneNumber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6931FE86F06AC2867A8DFEA27F3B01BF /* DDMultiFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA9D9EDB7FB6069BD620F2010AA369B /* DDMultiFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69AC0A343755631D5A239D3233B5FB14 /* NSObject+FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AE6553EAF5611B82959456C91A1C5E /* NSObject+FBKVOController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 69AE899381624C6B9EBE479AFA393087 /* FirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C3D23CC6F312B568E71437FD393DAC6 /* FirebasePerformance.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69BEB10871C5FD78EAD0C9C46EC6BB8A /* FIRMessagingPendingTopicsList.m in Sources */ = {isa = PBXBuildFile; fileRef = 105DEEDF594BC1B673A55DA22C5A4666 /* FIRMessagingPendingTopicsList.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 69CD75631C5783A23A6541F5E1DED2B2 /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 364745DDA372867201DF4BE2BDA8D4DA /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A1D119B25D9D2CDA81FA53D706E7FAA /* FlatMapFirst.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0331F18A43D1B724846797DFCCBD0E9 /* FlatMapFirst.swift */; }; - 6A66D329EC3CEEB83514F30BE1AD5BEA /* GULObjectSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 988BCF814C1E6AFAEA7B5230F9528568 /* GULObjectSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A6B9904CCC1D71D746407849AF5FAF0 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = AFF431EB2D8E21BE8C9AE666586A06F0 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A6D768A74F8BFBABED2364907A2DF0C /* BigUInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F021B7D5BC10D96751CC4CEF03E11C3 /* BigUInt.swift */; }; - 6AECA00FCF45C4B7C8ACB0EF189B9419 /* Popover+Lifecycle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6F7509CC2EA8C61E357286C0A7A98CC /* Popover+Lifecycle.swift */; }; - 6B1D893CE5FEA7DA7B9FAEDF50372832 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = AF37845E97020426F78F96382A70F4FC /* FIRLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6B2C4EEA3E2E2D87F5D41A57E3C0EA13 /* Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 07A1F8190E403BF2319849FB30DFA664 /* Text.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6B63E273EE8FCC83C7EE7C4B1DECFA38 /* POPSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E729512658724CC7AC4479C7EC3DA1C /* POPSpringAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B7AFEA654016A1B45AAD643EC72AB88 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = D44A34C68F2B31EF975CC6C726B213BE /* SDWebImageOptionsProcessor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6BBA369A9C8DBB15E7E1DBEEF7C37B74 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D61727DF927B491FD35C6DE200EA57D1 /* Image.swift */; }; - 6BD659C54797F81B24B979C5F93A604B /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D84FED2A8E224393657278FBBEBE468 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BF555F86AEE3607F005E37E05851675 /* Alert.swift in Sources */ = {isa = PBXBuildFile; fileRef = C483A7A94879D801735EA95A9D59A71B /* Alert.swift */; }; - 6BF9D577654629D4F82F327DED51D33B /* Popover+Positioning.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9189FDB1EAFE45FA65774D5958043361 /* Popover+Positioning.swift */; }; - 6C001B23AF3CE764382A357ACDEF083D /* Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 35C321FEDA8DF512A5189B75502852DC /* Text.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C5B11231D666FE34C5600F6E590D7B7 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C2CEBF6AFAD3EED67DA446AEBEA496 /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 6C82AA0BE96A0622CF4CD1B683DB0E79 /* FPRSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C48815AC07E69B5F69457C51F834334 /* FPRSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C8EE1AC26D3BFCBF49656C72E86CFCE /* StyleSheetList+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = E24ABEAAAE8AB3EF9FD41D3CA7881AFE /* StyleSheetList+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6CAFA736F19CCEB0C485DF451324CAA0 /* DevEventConsoleLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87EDB5C335DD6F322841D4F7AA33903F /* DevEventConsoleLogger.swift */; }; - 6CDBF1A6CDC109F631F0D886230B4EBF /* FIRExceptionModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 134309A2BBD688162DA1CDC1DAD41A13 /* FIRExceptionModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6CE267B4ACE2B2189E8D70DFDECC7768 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 998B6AAF8B2416F7B0A066BD8D14D81C /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D0661CAA1B68921D06C43E98C041746 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B40BCCE2AED2B9EB7C9156BA640F88 /* FIRVersion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6D0C1A02B2F605DAC74496448D1453E9 /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = E56EC8C8EBF243ECA73B08F5290A1F86 /* FIRCLSFABNetworkClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6D389E4D5F97798BE1AEEB8C317852D7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 92627F2D85B023B907E4D903DA8130EE /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6D6DF8A4F86E4A103BF1E6CFB47F4074 /* ChartLimitLine.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE11605BE2D11B8F7C9075F30DEF7BB6 /* ChartLimitLine.swift */; }; - 6D88643AE03BC1A98ACFF7DBBC29A4CB /* Patch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BEE3458DD24B45686AC8B359F57E1B4 /* Patch.swift */; }; - 6D952B8A57AAA543FFBD00CBDBCEA0BE /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = ECAC028550A03412C51913B85686D98B /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy */; }; - 6D98092F5BB4629EA76E90BB0D5A3A1E /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DE7FF9CBDEBBADCEE72D0D1685AE42B /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6651D163A625B8EACDAFBD441CB1D53D /* AMPURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 22DA0805D88BCB84389CEC162F6CCF09 /* AMPURLSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 669C7452D8679030166864FBCBB0C1D4 /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1B248D4CDCBE8AF197AD8BD9B0DD69 /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66C1935FF1544D983B6D27530793468F /* GTMGeometryUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 54ADD6D276B8FAB343ACF878264EA358 /* GTMGeometryUtils.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6722DCA670229327597ADC3D81BB492B /* BigInt-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 79701722E260FB538A5C1DB04B6B4F56 /* BigInt-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 673023AE227A6A10F7CB9709C5073B3E /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CB35E263ACF260FBC4446F9AE290D72 /* FIRInstallationsItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6730A17F59D8AF6598110A2C5A8F5947 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 713755791A6D506B79A28970E5C3E762 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67526917CD0CF36DD86F1CF3154CBA49 /* FIRCLSUserLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = EFDEAFCDD630FDF99EB8C3B87D35C751 /* FIRCLSUserLogging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 676EDE47F204CFC413DA51B63CA5003A /* JTDateHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = A1A9DE3F9B62EBCE777867867B8AF962 /* JTDateHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 67752F2EB4D3E1F9BC130046FB76BCE4 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E212511E5895F1F908F301374ED2517 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 677CBBA13B7F9D17CFA403B19349E75C /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 40FB9459E31BCCE39792CEA7171F5CD5 /* DDTTYLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 67926EEACC4290F238C9C48C6C2D13B6 /* KVOController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD4F5719897BA75157044EF3B5922FF2 /* KVOController-dummy.m */; }; + 6798E678D05ACE845E617B8F18117E2F /* RCNConfigFetch.h in Headers */ = {isa = PBXBuildFile; fileRef = A37E2B4B7CE4690EDBA5AAE8EA60AFA3 /* RCNConfigFetch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 679A510430E1E7CBF43CBCB2FBF56424 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 67C6A0C5138BCF79F1474873F9466510 /* FIRMessagingTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 802F558D3065FA53AC3E3B25FB6BCF81 /* FIRMessagingTokenManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 67C84D599919E6F4D5F28AFA2B3351E5 /* SVGDefsElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 38D84FDFBC82619E424FEF1AFFC1F06E /* SVGDefsElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 67E9C6444041F88BB19DC538C1CF4595 /* Shapes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC73C9170424F1613EC4372864E61584 /* Shapes.swift */; }; + 67EAF96CF5371E0EDF2F1976BA0A8DA4 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A9E5723F993101BAB3E2FCD9542ACB /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 67EBECDF77394D67F9C46CF47F36725E /* Modifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417A8B90792F5C70A61F5898331830A6 /* Modifiers.swift */; }; + 68095BCB38F166D94B7800220FDA3008 /* HeartbeatLoggingTestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF667D9E5D0234A9AFFE442A83929702 /* HeartbeatLoggingTestUtils.swift */; }; + 68500CA29995EAA35A1A28B6E8485A86 /* FPRNetworkInstrumentHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA17BF2E2055A8F3F35880D7E3BB483 /* FPRNetworkInstrumentHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 685E29F77E34FFE2428A43A4909D13CE /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = D916F71ECBE03BC8D3C1C3E464E7BCE8 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 686659B40FC0436E18EA183343551BF8 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBDA05AD1287F155358775C798B542C /* FIRConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 689360035CA020CA9759FA5C517672A5 /* GTMMIMEDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = CD801567F21460890791F7FEEC77B2A4 /* GTMMIMEDocument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 689923781C7E571FD2C5B5FCEDEA3390 /* Validator-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F166266655007B71445011B201B01D49 /* Validator-dummy.m */; }; + 68C2B365F5A2F79C8CB44A4E3360A814 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C3ED3C8B3BBDE563F32A812D3FF70985 /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68C6CB7A4EEB5E371FF4805BD5E1A976 /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BC7B03FC6D2782AA467C19225BCDD7B /* FIRFirebaseUserAgent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 68CAFAE35697A9524882858FBBEF68C0 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CFEE42B6B7C16D1CCFB1B49A66F35C63 /* FIRCLSMultipartMimeStreamEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68CB92AF6D523929DEBD925A74BD87E2 /* Amplitude-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A45C6EDE803010CFE37F28C357441E38 /* Amplitude-iOS-dummy.m */; }; + 68D0CB1A0E0E1A4E694494F3B220ED21 /* ZSWTappableLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E22F2662FE5EFF7EF0270957F69D620 /* ZSWTappableLabel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 68D353E4CB83635D6B411D1F55E28831 /* CombineExt-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2C6AAEC7E14537321DE0CCF91CCBDFF /* CombineExt-dummy.m */; }; + 691C76791F272A5C57808F3FDE56D17F /* RCNConfigRealtime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3275681F81558F319A883320447B1A16 /* RCNConfigRealtime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69260EE82CCA7CC46BF6CFC953B1453B /* DiagnosticsEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9EAC59C147A07E65DB665E868BF7B81 /* DiagnosticsEvent.swift */; }; + 692AF1DC2DEE614F843AF8CA41F0269D /* CombineExt-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D3D9E330D5DDF631D45811804E2B8802 /* CombineExt-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 692CB99E1010EF3023896AFA870850CA /* NBPhoneNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = B5382A8EA2A0D8023D68FE738ECB8142 /* NBPhoneNumber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6931FE86F06AC2867A8DFEA27F3B01BF /* DDMultiFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 11D35105B520292329378F6ADEB4C585 /* DDMultiFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 697F6BB8D3C72C9F60C6DFA1F1BE8B2F /* GDTCORMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = 3659158EDAE25ADC0DEC9AC57C54F16F /* GDTCORMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69AC0A343755631D5A239D3233B5FB14 /* NSObject+FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 37CDFD84E2938E32601D69676920072E /* NSObject+FBKVOController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6A1D119B25D9D2CDA81FA53D706E7FAA /* FlatMapFirst.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C30A34E4667F41DA8CE553E8440392D /* FlatMapFirst.swift */; }; + 6A6D768A74F8BFBABED2364907A2DF0C /* BigUInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87A8024BD0F153D783AFCC2C35CD290F /* BigUInt.swift */; }; + 6A82C826A207A1983529BECB1021779C /* FPRConfigurations+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BB88EC3FF20EF4F725D044FAF6DBAF1 /* FPRConfigurations+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A85278F42B3A90692ADB2188FF5C403 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = AC06DD5F233F25BFEC1B27ADA0A529D9 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6AB19230473C3D4B530D14FBD6CBF440 /* external_prequest_context.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 34512DCB1B4A18374C52AC7B2BFAC5FA /* external_prequest_context.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AECA00FCF45C4B7C8ACB0EF189B9419 /* Popover+Lifecycle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F831A8A3BD80BE2D2E50503E5DF7BE73 /* Popover+Lifecycle.swift */; }; + 6B2C4EEA3E2E2D87F5D41A57E3C0EA13 /* Text.m in Sources */ = {isa = PBXBuildFile; fileRef = F4A9E0014B468CDF6FEB3B9C9C94A648 /* Text.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6B5141C8925CCD8556F761FEF4B20254 /* FIRTrace+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BE5353B37F030C79C7B25D57DBA25010 /* FIRTrace+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B63E273EE8FCC83C7EE7C4B1DECFA38 /* POPSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = C49220B47A0BF3A95EF9DEF2EA282BAB /* POPSpringAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B6DE76896AA0F5F11F1D83FEC055D8F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */; }; + 6B7AFEA654016A1B45AAD643EC72AB88 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 48077E5796805207B83125EB3F38463E /* SDWebImageOptionsProcessor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6BBA369A9C8DBB15E7E1DBEEF7C37B74 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97E259C44F8A93B499EADE9663FC0340 /* Image.swift */; }; + 6BF555F86AEE3607F005E37E05851675 /* Alert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 616E7AD2B62EB9908E76FF600E98AA9C /* Alert.swift */; }; + 6BF9D577654629D4F82F327DED51D33B /* Popover+Positioning.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5742787327E7EA5B755CFF71C26D93 /* Popover+Positioning.swift */; }; + 6C001B23AF3CE764382A357ACDEF083D /* Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D5A429F4F9088935BF9726299B7048D /* Text.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C263CD7242EE1A05641BB78218368FC /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8E21A062E9EB18B2D14E9D4168B43D58 /* PrivacyInfo.xcprivacy */; }; + 6C6E9C5F7D78E7010B06C61974E66D35 /* FPRGDTLogSampler.m in Sources */ = {isa = PBXBuildFile; fileRef = D37FD5E3A17D4299781B51E531BFD2D4 /* FPRGDTLogSampler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6C8EE1AC26D3BFCBF49656C72E86CFCE /* StyleSheetList+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 87411A121AB3FEEF0A6E0DB6A088003F /* StyleSheetList+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6CDBF1A6CDC109F631F0D886230B4EBF /* FIRExceptionModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 035E17D2C67DBC5AD6CB434FB50EE6B6 /* FIRExceptionModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D0C1A02B2F605DAC74496448D1453E9 /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A506128814B602E6AA877FF6151C354 /* FIRCLSFABNetworkClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6D389E4D5F97798BE1AEEB8C317852D7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C3AA7CB5032A2C140D9B4399A2EAD866 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D55F0EAFE57A34233F92CFC5F811386 /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CA6A3C2A43EC7D823442D6844315939 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D6DF8A4F86E4A103BF1E6CFB47F4074 /* ChartLimitLine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0821CE5149F341943587F63074552E63 /* ChartLimitLine.swift */; }; + 6D77C7141AEFF85DCDAEC9E6797104D7 /* FPRRemoteConfigFlags+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DA2525DDC67B28EBFF30BE31005C1F8 /* FPRRemoteConfigFlags+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D88643AE03BC1A98ACFF7DBBC29A4CB /* Patch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AD9B7DB4C7BC7CE28B5E508C1CE7712 /* Patch.swift */; }; + 6D8DD0E5509225AF4EAF12ACC64593C5 /* FIRMessaging_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D238408B7DECBB0CBB3B612503A56736 /* FIRMessaging_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D9652223539125AB5044E86D66B4B1C /* FPRMemoryGaugeCollector+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B1EF8877BC0192F26D667D330758109B /* FPRMemoryGaugeCollector+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D98092F5BB4629EA76E90BB0D5A3A1E /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EDE4AB83427AEE4AE6290CFBF59608DF /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6D9FC4CCC8A441C03C9995B8168668D5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 6DDABFC8EC3C21664BABFA3E5ED643D9 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = F5CE206F75A72E9B505B3BEEC450C912 /* SDWebImageDownloaderConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6E1942ECAAA4EF4CE294ECCF5551A7F0 /* Diff.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7059BF09F2C25EBDA30C4E24D45FB2B /* Diff.swift */; }; - 6E2884B29CD49EE91C48C725105F295A /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87B78BB3273FD8344DD5C38EF1BF5331 /* LayoutConstraint.swift */; }; - 6E52B1EE460D8C21FE61B17C4BE670E2 /* GDTCORProductData.h in Headers */ = {isa = PBXBuildFile; fileRef = 5184B1E826AFF7C508598508B8E3F893 /* GDTCORProductData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E8F67D76FD92D5C1136F15A50BF9EB5 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E42B0D9539D056CD7960A389DF9DEFF /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6EAE5358A31A274AAC4D22D8CC378D5D /* Blur.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64ED7250F2F854F58B14A54DFCC5699 /* Blur.swift */; }; - 6EBA19ECD71BF1C104E9B17E612E2AE3 /* FIRMessagingTopicOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = E10B5ABA20C1CDCE18D067A5809B3376 /* FIRMessagingTopicOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ECF1F120CF9C4DAFB42741B207CE414 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = CD9B705E44D41BAEE573A928433FF4EA /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ED28CEA4B15A2D4DB04D5E925DF2122 /* LineChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = C925693D29E0120A463B452E2833BA9E /* LineChartDataProvider.swift */; }; - 6EFBB8E8B05D3BFFAEC743FD03CBEA8C /* FPRGDTLogger_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 702DB8C4BCE67FDA0A23A1E2E75AFEA2 /* FPRGDTLogger_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F5944A3FFB4759CE155408CEBC689A4 /* NVActivityIndicatorAnimationSemiCircleSpin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87536B5FCE4AFC5744F678BCD528254A /* NVActivityIndicatorAnimationSemiCircleSpin.swift */; }; - 6F88D226447B6F3C76BDC7B2C46C54AA /* FlatMapBatches.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0D8B3DD15293F89C4C902F54CA0787F /* FlatMapBatches.swift */; }; - 6F9CC5F0A2A2BD121D46C63027677CA2 /* SDCallbackQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA614C73A928AAB080677E5D7DAB605 /* SDCallbackQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6FBE79FFA468E781531C2B8F1446DC72 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D2B3798177E76768DE5A2D068CDC209 /* SDWebImageCacheSerializer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6FD104C27DFE024662837824E441E892 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DC518119E521E2A6436CA14A08B0BBE /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6FE186449BEFB6B064B109E6320AC27D /* Amplitude.h in Headers */ = {isa = PBXBuildFile; fileRef = 438E06553EE7D2825E0F34275C4077AC /* Amplitude.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7000A7117AA732EFBA30FF22348E3BE5 /* GTMLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E70D38F75F2E4CA04B84808C47791A5C /* GTMLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 702044FE1045183AEA5C6DD23E0741A4 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 17CCB4809C067B20AACBCAF99953E2BA /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 703355D9C90FD938C29291FEDAF19901 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F33745DF8A38BE62179FD1C5B79F83D /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 70385D99880455D3C7C05C880D46CE28 /* FIRCLSReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 73E9F775A87E9A25789986666D4E127B /* FIRCLSReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 703E5EB57A0F8F88FE8A32915731710B /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AEEB1BA67055578DA727B3E7741ED316 /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7050E5A98FB3AA366BD062860BEBFF58 /* FPRURLFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = F82C0B7623789D0AFA670B762451E78E /* FPRURLFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7052944C657F270E47777446D0E10E1C /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0DCB761B29CA6C173993B8283C6E40E /* ConstraintInsetTarget.swift */; }; - 705B29CC6CC1A0E38B4A8BFD018F3A1A /* ISPCertificatePinning.h in Headers */ = {isa = PBXBuildFile; fileRef = A0FD40308F9D5CCFA0FA38D48C87D1BD /* ISPCertificatePinning.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7062EBDF4488D7C3200C4F976A9BAF67 /* FIRCLSFABAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B09F27714050027222475E8D492DFD /* FIRCLSFABAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 706CF45B51B6E7147771410CDEBB65C4 /* FIRTrace+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EEA7BD0640B313753D65A3B267920570 /* FIRTrace+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 707FE0F6AC7C1374623F18647434352B /* PanModalPresentable+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449CEBD8F3C157327298CAB5946A6986 /* PanModalPresentable+UIViewController.swift */; }; - 7090F68043DADD044880B9A4DDB571E7 /* BigInt-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4E57C549BEDF359D1F835E70128F5A /* BigInt-dummy.m */; }; - 70A60220F031C66500B5D7EB657492AA /* FirebaseABTesting-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 64B4AEB505B159D45F6A91DCE8E5EE8B /* FirebaseABTesting-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 70B20D126064FAAE7C7C35341A2EBE69 /* Pods-iOS-dydxFormatterTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BBBC862B32A72C4850E7A567CAF6F4A3 /* Pods-iOS-dydxFormatterTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 70C3742AA1D9F6A647F9252DB9CB7B35 /* GDTCORStorageEventSelector.m in Sources */ = {isa = PBXBuildFile; fileRef = FCB804B3DF3E52EE10DA3A358BF41956 /* GDTCORStorageEventSelector.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 70E9FA417452417B9CF4CB44FBD59167 /* RDHCollectionViewGridLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FD1721387FF565E97F2A2589D143F44 /* RDHCollectionViewGridLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7133A2BC7BDAE2A66C12BC6087DE3C77 /* JTCalendarDayView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B58A0EF338385877B56DCE2652E71D6 /* JTCalendarDayView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 713DD15B36EB5AD25C22C09DEA444885 /* AxisBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21EE3D515D656BE6CF9ECC4F0A93D272 /* AxisBase.swift */; }; - 713DE0676E4EBBF64315385A689959B6 /* SVGAngle.m in Sources */ = {isa = PBXBuildFile; fileRef = 803B43B6CD24393E9847E6AAF96782EB /* SVGAngle.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 716C0AD2B61F9E2EC681916E9D23CF47 /* POPAnimationRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = DA41A00542A8B89A501D11395B6D3563 /* POPAnimationRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DDABFC8EC3C21664BABFA3E5ED643D9 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DECE147DBA00874081C5926EED0B7D6C /* SDWebImageDownloaderConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6E1942ECAAA4EF4CE294ECCF5551A7F0 /* Diff.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AA2984F14C97D5D4E367DB3E198EFC /* Diff.swift */; }; + 6E2884B29CD49EE91C48C725105F295A /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 921514B0B19CAF3A038FEC35A22E8FAB /* LayoutConstraint.swift */; }; + 6E3E2EEEB367338BF00415249AB21551 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 4692E999B39BAAD8526C02D1BBCCF93F /* cct.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6E8F67D76FD92D5C1136F15A50BF9EB5 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A3351522375FB8489570837673601E8 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EAE5358A31A274AAC4D22D8CC378D5D /* Blur.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8107330FE33402FF62B744A47ACD66F /* Blur.swift */; }; + 6EBFD344E33953F79E8A230C12B42410 /* GDTCORMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = A0CE61B7FFAD8193ED2778E64990A31E /* GDTCORMetrics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6ED1FCC13E073F8A075F6DA9F0802018 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E60D3A9F94737796FA69674A8BE0FF7 /* FBLPromise+All.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6ED28CEA4B15A2D4DB04D5E925DF2122 /* LineChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF9F21901BDAFD0ECD450B59AAE4C448 /* LineChartDataProvider.swift */; }; + 6EE0A6EF1C9245C6355EA4836140940A /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F647D52142476872215F9CD0BDCEB8 /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EF6F2367D48F2D56899468745EF9969 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D792A092935DA1143F8EE71506A081 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F205FF10F35AF482D88AC5BB4471F5B /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C6310124EE69076136F31043085CF40 /* GDTCCTCompressionHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6F438CFB7A809FA84437BB971EFB3B79 /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 496C3BC29E240263AD1C9456696D550B /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F5944A3FFB4759CE155408CEBC689A4 /* NVActivityIndicatorAnimationSemiCircleSpin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270FFFC7E3E0F113921189BCF14ED32D /* NVActivityIndicatorAnimationSemiCircleSpin.swift */; }; + 6F88D226447B6F3C76BDC7B2C46C54AA /* FlatMapBatches.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9805214D06FEBEDB612C047351BF2847 /* FlatMapBatches.swift */; }; + 6F9CC5F0A2A2BD121D46C63027677CA2 /* SDCallbackQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 2877C89B6ED60CE638F9F14C334C953A /* SDCallbackQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6FBE79FFA468E781531C2B8F1446DC72 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = EAD2B8B441C0B3146080BA46D4401EC7 /* SDWebImageCacheSerializer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6FE186449BEFB6B064B109E6320AC27D /* Amplitude.h in Headers */ = {isa = PBXBuildFile; fileRef = 16060E53BD7CCA224188217BAF61C9E1 /* Amplitude.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7000A7117AA732EFBA30FF22348E3BE5 /* GTMLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 32083110E5BAE5F9EBF0E130519AC417 /* GTMLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 702044FE1045183AEA5C6DD23E0741A4 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7259DBD804323DD2F4C76A7AFA728B4F /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70385D99880455D3C7C05C880D46CE28 /* FIRCLSReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 306B6758654A1DCF50B51F4DD84C6B28 /* FIRCLSReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7052944C657F270E47777446D0E10E1C /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72375C549A0372117430D796D01E75B4 /* ConstraintInsetTarget.swift */; }; + 70531D13CA151DE633FFB648EC2FD8DF /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = CCDE9DF63C52433F9AD7F0350D7E9595 /* FIRCurrentDateProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 705B29CC6CC1A0E38B4A8BFD018F3A1A /* ISPCertificatePinning.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D3EB10E572AB18F2537C86312C799CC /* ISPCertificatePinning.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7062EBDF4488D7C3200C4F976A9BAF67 /* FIRCLSFABAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 68249FA967FC6809D8F2A6D7175D55BF /* FIRCLSFABAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 706509B9D0C0891C699AB3A7E737E936 /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = F0D5629C6EA145C08DDE5664B5D5C343 /* GDTCORConsoleLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 707FE0F6AC7C1374623F18647434352B /* PanModalPresentable+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6DCC476B96424BBE12F62689ACC2077 /* PanModalPresentable+UIViewController.swift */; }; + 7090F68043DADD044880B9A4DDB571E7 /* BigInt-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CD1353D6392FDB678D8BB226D25A0D07 /* BigInt-dummy.m */; }; + 709E919C38B5062A5125DCDFDA399CF6 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = E6ECFFA1A09C3B9BE4EB7BAF2ECDB861 /* FIRDependency.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70C14848AE159282F111F5DA2AF36B99 /* NSError+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 97FE0FB7482F73334202D5770D80A8E9 /* NSError+FIRMessaging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 70E9FA417452417B9CF4CB44FBD59167 /* RDHCollectionViewGridLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DD7DCF14A0684435D4965B153F27BF9 /* RDHCollectionViewGridLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7133A2BC7BDAE2A66C12BC6087DE3C77 /* JTCalendarDayView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CF21FB3402C261D696A7FC98857ED68 /* JTCalendarDayView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 713D5D8C604A27D49141505D326E515B /* PromisesSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D08156D2E5DFDFF095BD0E10A8885243 /* PromisesSwift-dummy.m */; }; + 713DD15B36EB5AD25C22C09DEA444885 /* AxisBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C084CFF84607F2543C21B0771589F4 /* AxisBase.swift */; }; + 713DE0676E4EBBF64315385A689959B6 /* SVGAngle.m in Sources */ = {isa = PBXBuildFile; fileRef = 5955F4754259E341E10310E786BDCEC3 /* SVGAngle.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 713E9DD953541828014C72DE8B514962 /* NanoPB+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = F762920646D06B48514D1DD70D63A4EB /* NanoPB+CustomStringConvertible.swift */; }; + 7160979771EEE4FE2EAB9975F38C8565 /* FIRMessagingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB4A2B97516439749C9DD9BEA75DCBD /* FIRMessagingUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 716C0AD2B61F9E2EC681916E9D23CF47 /* POPAnimationRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E1F538AD3BD82F448183866E8E2FD7 /* POPAnimationRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; 716F1AB371C1DBC5A91F85053DE427FD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 718EBD77BA247BEB43368D442B9CCBF3 /* SVGDescriptionElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E1CB4E8730F7BECF39E9A5243B0105A /* SVGDescriptionElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71A7914706235EF03A2FFB7D587F6CBF /* NestedBatchUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF2E7BDB59AABC38198897B300260953 /* NestedBatchUpdate.swift */; }; - 71AC998DD405A37F0F4E66B970368FD0 /* POPAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C77F9827DCFFD11C5E91E77D02EAF34 /* POPAnimationExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71AF6F13B8FE6D76DEEF67EE937E4C8B /* GTMSessionFetcherService+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 915B3FEADDAE686799F0D1CF53469F80 /* GTMSessionFetcherService+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71EFFECD4F09E3FDF159AD674941E590 /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE653D7212A099314C6269C8D8445DE /* FIRInstallationsLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 71F5850DDA73156329B176A94CC92A82 /* POPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 0882E6DE0337619DEC59348434F73087 /* POPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 722BD5474FD263EB4C1603176B0045E9 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC8406037EAD56F65DF31974D690CF6 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72D9B36EE73FC2E059EBA0051F2C5522 /* SVGKParseResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C0ECB04900690AB93E7C843C567B40A /* SVGKParseResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72EFED46500B0E7842BEDF346DD4EA33 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = E0CAA3234212E4CA8C52FCEEC4259E22 /* GULAppEnvironmentUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7304DEE9E6B0BA2AD94CA5AE59851AC6 /* UIViewController+PanModalPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC554DED1C78838A87E50BCF91CD901A /* UIViewController+PanModalPresenter.swift */; }; - 73181D5652B966457A527C1FFF1F5D5B /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 07FF21228A1C691C21F1D47D32A9B6E1 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 738F63FD76213507BEFDEC938EAA1CB4 /* PassthroughView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E11239318F175F8203FFF21985ECC491 /* PassthroughView.swift */; }; - 739D2335620F2CC43560A32DF47D376B /* CombinedChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E5583C49CBD9978C9368C6728F07544 /* CombinedChartView.swift */; }; - 73C9663CE9D1345930A4ED33E6A8C608 /* XAxisRendererRadarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DC7801844EDBCDCA3EE16A1DB0CEB45 /* XAxisRendererRadarChart.swift */; }; - 73E1178AD16F91C80A718FB778F3534A /* Strideable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0B19089A21566320039109E9616F0F /* Strideable.swift */; }; - 73F8AC99A58E5837924C056E89543B97 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B64C3A680EA287286E4E61790952FB1 /* Typealiases.swift */; }; - 73FC7B5F28F0150CB6D9E4D0DD20E8C4 /* SVGGradientStop.h in Headers */ = {isa = PBXBuildFile; fileRef = E74655F981BCD8AE17854019592320F3 /* SVGGradientStop.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7412A0EA435767AA1811EDA0308A12A7 /* ReachabilitySwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BFE78292CA94B05140D89FFE6B739A4E /* ReachabilitySwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 74532DDBDD02A48E3CB13DD8D1878483 /* SDImageFramePool.m in Sources */ = {isa = PBXBuildFile; fileRef = B0F5C3053B81E31FF32A269727A02AFD /* SDImageFramePool.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 74606CCDB4EDFC720FCFD9D8850B79F9 /* RCNConstants3P.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F5F568E629CC3ED59AB7F457597D538 /* RCNConstants3P.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7492495118C89E0A9D7710580DEF8D14 /* AMPDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B0628E37992FB030E476B102C5ACB775 /* AMPDeviceInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 74A34557640D79181CFB8982892239DA /* DDASLLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 42ED23439D4C5E1FD1BE59F1E07E7F1D /* DDASLLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 74A3EF6E68032E137A36782B1FE2A004 /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D5A2B43664B69EA4985DABA05803DC30 /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74C0468F88C58481C35CE56467127090 /* FIRMessagingCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D2D0826965BCE46DBAACEB4D17DD53F /* FIRMessagingCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74C717081F8E6604E182EB42840E2268 /* EFQRCode-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 70DA70B17AEF301225FAE57625E480AC /* EFQRCode-dummy.m */; }; - 74D1918A7D448F0296846AC232A78C56 /* CandleChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91DEFA675057791FAC071EDBF7A46B5D /* CandleChartData.swift */; }; - 7506C553A01C27D9EAFD641DAF77EF97 /* ABTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC22109E4B30980ADD6B54D9E229BE7 /* ABTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 751BE44B190B58233387B1CC2C736EEC /* COSTouchVisualizerWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EAC9A8BBC6FA798896D3B4D5334B642 /* COSTouchVisualizerWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7525E03AFE037D6DA649A550DB196950 /* FPRDiagnostics_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8FAA91967AE87FC57F9E235BA95D9B /* FPRDiagnostics_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 752E16FF88D0816E8ADBCB629CC4A581 /* POPAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = D6A2A9E3434E8019143CAEF65EC81B3D /* POPAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7593BA7C206C38C15FC442A2A7384DDC /* Attr.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EE4ECA541BDFB0C8076ADAF063952EA /* Attr.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 759C6622117FAECAF5D47760132E11FB /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FBF44BB8549C347551BD0E9886C5613 /* Storage.swift */; }; + 71803B9FA8DEB2A097FE7BB7F247D22A /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE2EE942BCC022A37718A3D8094675F /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7182A0C244D2FEB47684F748165D1316 /* FPRNSURLSessionInstrument_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 11E2082D58EF4AD2C76A603E5AFB6315 /* FPRNSURLSessionInstrument_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71859F9BD431E9B85A6D4F6A74B02AAC /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 4953003F9854CC884424AE9455F9FC9D /* GDTCORClock.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 718EBD77BA247BEB43368D442B9CCBF3 /* SVGDescriptionElement.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF70084576192134F1FA3EA309F6127 /* SVGDescriptionElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71A7914706235EF03A2FFB7D587F6CBF /* NestedBatchUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24BAFC0F01E48A9A50B5FEFA3F1C8E2D /* NestedBatchUpdate.swift */; }; + 71AC998DD405A37F0F4E66B970368FD0 /* POPAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 18E5B1D0FEE5D8EFBC355775F9716917 /* POPAnimationExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71AF6F13B8FE6D76DEEF67EE937E4C8B /* GTMSessionFetcherService+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 135CF2683D2E42C71CD8FCA23E7A1B97 /* GTMSessionFetcherService+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71CE1BF45DEDAB6EA565C27B6BC3FB1B /* FPRNSURLConnectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A74D1DC0B7EE94A60932BD5041FA3F7B /* FPRNSURLConnectionDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71F5850DDA73156329B176A94CC92A82 /* POPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A1BFA2E382465B62CE68782B22AE3660 /* POPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71FA813C58CF058028F43C70990CC3DA /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = AF7B7110959E3917ABBC2BDCC3A16025 /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7203B9A43BCD7CECBAA9EF6D5CC44B60 /* StatsigError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BAD096F608E17C561308C5099022D53 /* StatsigError.swift */; }; + 7255FB6BF3584641EC2DFB292360AE61 /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = 514B92ACF544D473AB9E5F3D05B75D5F /* GDTCORLifecycle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 72D9B36EE73FC2E059EBA0051F2C5522 /* SVGKParseResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F570AEE9D9A8D819E4A7658552124E9 /* SVGKParseResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 72EF8DE1FF828A26EC836AA941A89B9F /* StatsigDynamicConfigValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF28BF1A261855CC10F5B8A9A7192E36 /* StatsigDynamicConfigValue.swift */; }; + 7304DEE9E6B0BA2AD94CA5AE59851AC6 /* UIViewController+PanModalPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7E98A78E638A9C7AC111AC74C85C63E /* UIViewController+PanModalPresenter.swift */; }; + 733D3E790AC1D6AE06A8BB7F05D30A0B /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = E2D91D0D1C53185E6B52B20E44D87511 /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 738F63FD76213507BEFDEC938EAA1CB4 /* PassthroughView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B16279182E359956A39AEEFD8621AC3 /* PassthroughView.swift */; }; + 739409CCBB2A7491FD8B7BE19BF751A7 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = C5BD5B2CF0DF8EEC36CE051725F96068 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 739D2335620F2CC43560A32DF47D376B /* CombinedChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D196A113ACEBB44B9A4F6CA1A1530B27 /* CombinedChartView.swift */; }; + 73C9663CE9D1345930A4ED33E6A8C608 /* XAxisRendererRadarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B9DA35A4841162F97194429719C2365 /* XAxisRendererRadarChart.swift */; }; + 73E1178AD16F91C80A718FB778F3534A /* Strideable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D98F7EAC0AF9A0965E3B9863A5ED107 /* Strideable.swift */; }; + 73F8AC99A58E5837924C056E89543B97 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89F191682DBF7CB4F9B62D613A2D7DA8 /* Typealiases.swift */; }; + 73FC7B5F28F0150CB6D9E4D0DD20E8C4 /* SVGGradientStop.h in Headers */ = {isa = PBXBuildFile; fileRef = A59773333E918C6E854B4D515AC487FD /* SVGGradientStop.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7412A0EA435767AA1811EDA0308A12A7 /* ReachabilitySwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D81A1028DCD392C282CF41025AA5824 /* ReachabilitySwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 741BDBC7E767903AD51E8EB84DEF6DBB /* FirebaseSessions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F8081344265B76CCF5FA705A65F4C51 /* FirebaseSessions.swift */; }; + 74532DDBDD02A48E3CB13DD8D1878483 /* SDImageFramePool.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D85956786C36D2B366A53758B50192 /* SDImageFramePool.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7492495118C89E0A9D7710580DEF8D14 /* AMPDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B400714CD276C126DF018401FB525247 /* AMPDeviceInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74A34557640D79181CFB8982892239DA /* DDASLLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D8B1D3B1DC3D93296F5D1DAEAEC4713D /* DDASLLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74A3EF6E68032E137A36782B1FE2A004 /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5979A06887237AF551E007D6E4D13C75 /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74C717081F8E6604E182EB42840E2268 /* EFQRCode-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7C99D81364CE1DF5E6964341DDCC86 /* EFQRCode-dummy.m */; }; + 74D1918A7D448F0296846AC232A78C56 /* CandleChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840D87D697FF103A1ED7420C159028EB /* CandleChartData.swift */; }; + 750F4FAF67E2FAC0EC602E071FD26166 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA5EAEDB34F0086E01FC1BC55D6B2B6 /* FIRComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75183B2EE8E0CDA6D67572E8AF84ED10 /* GDTCORFlatFileStorage+Promises.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F25B0A0B63DD22FA6E05CEF1D8A3272 /* GDTCORFlatFileStorage+Promises.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 751BE44B190B58233387B1CC2C736EEC /* COSTouchVisualizerWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DDEE258FD75ABBA115FA2AA34112EB /* COSTouchVisualizerWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 752E16FF88D0816E8ADBCB629CC4A581 /* POPAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 660D4393D33C8B99D81C6CDE98FFDD9B /* POPAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7563ED29D55C49A8FB7F3148286B9346 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 7593BA7C206C38C15FC442A2A7384DDC /* Attr.m in Sources */ = {isa = PBXBuildFile; fileRef = 58537C5C918A13D0864F4346DD7A1733 /* Attr.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; 759D64E01E0811633D757D5DF4D2BDB0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */; }; - 75A9D1DE8F004D7C1389AABED17C6915 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B900676B2527F5494DA8308C63D14032 /* Lock.swift */; }; - 75AF33CB87207DFC64C4F29571F7E5AF /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BDD1CB182E8E9416F31798EE999730C /* GDTCORAssert.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 75CD9FBB9C6260EBF812BAD77D8B144B /* POPMath.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0C924624053E6ACB50166B1B1AA84406 /* POPMath.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 75FB05B0339B580A6E62B0C86AD53585 /* SimpleKeychain-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B82EB729A3C4C3E4A550424C215032A /* SimpleKeychain-dummy.m */; }; - 760402CF9E95466DF34A4BDFCA810070 /* FPRConsoleURLGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9434D4BE3D26575E76904CFEBB90EC0D /* FPRConsoleURLGenerator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 760657A39DB8E75C81E3F217602F99F2 /* RemoteConfigValueObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1846F6FB7F1BDFA432C06A795694D5C5 /* RemoteConfigValueObservable.swift */; }; - 7610F330C77135E7C6C714B757CC19BE /* GTMSessionFetcherLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 3125A758C6A4463CC765492A30315252 /* GTMSessionFetcherLogging.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 762038A2D8E905BB115B67A40E92F239 /* SVGDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = E3C80ECDDC2BABB70398BCC529920A17 /* SVGDocument.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 76343A1C7AAF4EAFCE1FF8EA84344A03 /* CurrentValueRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0015BC37A9F79171C7C552EB7913BDA3 /* CurrentValueRelay.swift */; }; - 763B3CF940017C1A8DB7BE22B7304973 /* GULSwizzlingCache_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B836BBF27FFECD9711CAF26571D8D91F /* GULSwizzlingCache_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76874A7F55067EB57E5CA7D9495C4C6B /* SVGKParserStyles.m in Sources */ = {isa = PBXBuildFile; fileRef = 81F4A2B902E9D99B715B3744C0F6550C /* SVGKParserStyles.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 76CFA922568B3AED400F65DDE7B586B9 /* SDImageSVGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DA20BEE18513287871E2A19B8AB8A240 /* SDImageSVGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7719E68DCCA7D59BC7DEEDADBF12D757 /* WeakContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06D570EEB402787187D0E240131C13A9 /* WeakContainer.swift */; }; - 771AF029232AC7CDEE2794E728D5F316 /* GDTCORLogSourceMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F7B1BE3E1B509089D2C879232CD49F6 /* GDTCORLogSourceMetrics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 774E7AEEDB3B0D019BFF65D4DEAED7B6 /* Document.m in Sources */ = {isa = PBXBuildFile; fileRef = 05F16F19E844DE3320E52D3C8846385C /* Document.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 77651F160816E699EC490DD9D3F9BE02 /* Shifts.swift in Sources */ = {isa = PBXBuildFile; fileRef = B07F8F5A5250FFC8A080FF2869E8ED9D /* Shifts.swift */; }; - 7766E93D3A3C10AE38BD43A261DDC41E /* SVGKPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 41CBD428E0256646554FC9A80B9A12F8 /* SVGKPattern.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 77D649B0FAB8CB5937C45D50C6313E2C /* FIRCLSUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F8CC27A979DF6B2514EDB328D6B960C /* FIRCLSUUID.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 77D782DE125D322922466676E2FFA289 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DBF6EEF340B5FC8923A1532BDF2BE7E /* ConstraintPriorityTarget.swift */; }; - 77E95CACEEF31E5DF89C1707EC25F627 /* FirebaseCrashlytics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 583A29DACF5A20A7E3519935BC0C2F23 /* FirebaseCrashlytics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 77EB0A856CEE285357EDC13C925897BD /* Pods-iOS-dydxCarteraTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1459455AEE4C4FBBAE27F7544734AEFE /* Pods-iOS-dydxCarteraTests-dummy.m */; }; - 782D1C661BA4A9957BD94F5DC177728D /* CGSize+Min.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52F4CEA2E07530C6FBD5C310D90E2AC /* CGSize+Min.swift */; }; - 785D4A1EF2F70B71368B2D3E9FCC6672 /* DDContextFilterLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C4FADE64525432621CCFB0738AD6A9 /* DDContextFilterLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 786C7860D2323FD490F012BF3AB1786B /* NestedExtendedDiff.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6542295CD99B3CA64D6E7C6E79A61131 /* NestedExtendedDiff.swift */; }; - 78BEC1E5C0B149E3689265FF807CF68D /* ChevronUpShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551E25D319D196C29C25AEBD21CEA573 /* ChevronUpShapeRenderer.swift */; }; - 78C99147FECB0897EF56D78C98AEE845 /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 704A31C8BCDB5FC2DA902462BAE20138 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75A9D1DE8F004D7C1389AABED17C6915 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 136D36AF6E6B537284D887BCAFC2E82D /* Lock.swift */; }; + 75CD9FBB9C6260EBF812BAD77D8B144B /* POPMath.mm in Sources */ = {isa = PBXBuildFile; fileRef = D25B72DCE86B70BCB56A95DEAA387465 /* POPMath.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 75FB05B0339B580A6E62B0C86AD53585 /* SimpleKeychain-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F55E6FDD253677BDA98E03A58DEC828E /* SimpleKeychain-dummy.m */; }; + 760A35360D2CEC20D081ECA69D591843 /* FPRGDTRateLimiter.m in Sources */ = {isa = PBXBuildFile; fileRef = E83A23BBC2179AD4EA1FDB2462097BB4 /* FPRGDTRateLimiter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7610F330C77135E7C6C714B757CC19BE /* GTMSessionFetcherLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = D3FC9C126D6D318A07A6308E8B3F4E0E /* GTMSessionFetcherLogging.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 762038A2D8E905BB115B67A40E92F239 /* SVGDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = F866612331B1B1F203E39AD8D9714C09 /* SVGDocument.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 76272D535FFB629451B289F76EF8BC87 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2561B98870531C638778CAA3EE1FF8A2 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76343A1C7AAF4EAFCE1FF8EA84344A03 /* CurrentValueRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 719D185F5C89B44DD7CBB3E44927242E /* CurrentValueRelay.swift */; }; + 76874A7F55067EB57E5CA7D9495C4C6B /* SVGKParserStyles.m in Sources */ = {isa = PBXBuildFile; fileRef = 9247B041172EA96937B6E0F865331F3E /* SVGKParserStyles.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 76AAC5C4B66AC083187B51880C827240 /* GDTCORStorageEventSelector.m in Sources */ = {isa = PBXBuildFile; fileRef = B23E54210009730947539EC35D0EE851 /* GDTCORStorageEventSelector.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 76CFA922568B3AED400F65DDE7B586B9 /* SDImageSVGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EA567422C8CA3E13AAA1079176D961E /* SDImageSVGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76E53EF17FD579F0B4E33A3FCD4AC774 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B07E407C3AE8832945B97FA88BD722F /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77366DE3013CDF7405B4BBC55718BA12 /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = D980647A50B1D0B0BA91BE41AB2FA7E7 /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 774E7AEEDB3B0D019BFF65D4DEAED7B6 /* Document.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B1CA1ED20A1690AA73E31ACCB618186 /* Document.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 775C69638E72259C6525EDB51284FCA1 /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 21EDB006F914E7AA57A4B8C8D2341195 /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77651F160816E699EC490DD9D3F9BE02 /* Shifts.swift in Sources */ = {isa = PBXBuildFile; fileRef = E186E3F71265647A78435CC6F2454876 /* Shifts.swift */; }; + 7766E93D3A3C10AE38BD43A261DDC41E /* SVGKPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = A8AF4B209BB4D691BFAC36F70CB5038F /* SVGKPattern.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7793450D10A2773152335483925BCE0F /* FPRScreenTraceTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E30CE7D4B827BC8ACBEB68681FD9BB9 /* FPRScreenTraceTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7793CC54ACC14C322393465525191919 /* FIRMessagingTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 57F7A80683CC4C9360BCEA4DA7A0C099 /* FIRMessagingTokenFetchOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 77D649B0FAB8CB5937C45D50C6313E2C /* FIRCLSUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 38487A882954AC0C6BCB805EDB22A5B5 /* FIRCLSUUID.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 77D782DE125D322922466676E2FFA289 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A702B4F8894D32795B28837CCC1CD5D /* ConstraintPriorityTarget.swift */; }; + 77E69B1526D56564DB12CA0CFA407238 /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B2BAE9EB43B997A1F7DBEC20529EB8F /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77E95CACEEF31E5DF89C1707EC25F627 /* FirebaseCrashlytics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA1D1616F5C59B53233D53653E667C6F /* FirebaseCrashlytics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77EB0A856CEE285357EDC13C925897BD /* Pods-iOS-dydxCarteraTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2CEDC2A9159D44BB1D6ED66DA010653 /* Pods-iOS-dydxCarteraTests-dummy.m */; }; + 782D1C661BA4A9957BD94F5DC177728D /* CGSize+Min.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1443E52078D355A124F6F6AF099BF809 /* CGSize+Min.swift */; }; + 7849C749C5FE47177C00218D6E651A2C /* FPRDiagnostics.h in Headers */ = {isa = PBXBuildFile; fileRef = 174961C33173F61F37C1F7F89D92CD8F /* FPRDiagnostics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 785D4A1EF2F70B71368B2D3E9FCC6672 /* DDContextFilterLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4696AFB9C8B90E453E983925926A19 /* DDContextFilterLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 786C7860D2323FD490F012BF3AB1786B /* NestedExtendedDiff.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5A8F2AA0E2EAB2B69CC141047A3A4A7 /* NestedExtendedDiff.swift */; }; + 78BEC1E5C0B149E3689265FF807CF68D /* ChevronUpShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CE02D21EE12C55F597C18E674EBA0E6 /* ChevronUpShapeRenderer.swift */; }; + 78C99147FECB0897EF56D78C98AEE845 /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = F5B4E0EDFD7E4B54F1D598E1EC033723 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78CFC8A45D53BCEFFEC49CDB755016C7 /* StatsigUserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71D6016C0A785BC2FE26B703A8737234 /* StatsigUserDefaults.swift */; }; + 78D7C6E7256991F1EE16A6AD900B1FC9 /* StatsigClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F8942967A042467714CE92CDD0B3900 /* StatsigClient.swift */; }; 78D8D33DB5E7DEE4D8E16E45F49012F1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 78DB4B4F958566E37A72D04F973FEBED /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = A965D93A38023DA6D66E1E68BB2853AB /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 78EE56750498AEB815ACC3E010BE5118 /* FIRRemoteConfigUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = E00A851B6F9A60B7516A23F1F21AC4AA /* FIRRemoteConfigUpdate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 791318C957CE229307CCE51AF7292FFB /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = A37AFCDF65ACEA1B0D96C788CC359511 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 793F612470A548C31CA4CCB1E993589B /* IValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A1F9E8C2E0BB67A1B25215D6081A30F /* IValueFormatter.swift */; }; - 7944680374236D9858E184DE7AAA11CB /* CSSStyleSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = E113FBEA937AEF39317A70B3CBD34152 /* CSSStyleSheet.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 794584ED8A9C68D88D8B96B3EDFFD8C3 /* NSDictionary+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = AAF0B305E002F2DA63CDEA997DA99D70 /* NSDictionary+FIRMessaging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 79631CE4B804A476A28E98A2454B9F19 /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = F76493863369D3D33AE905913F6007EA /* GULKeychainStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7975E3725CA73196A768D9EC68047212 /* FIRRemoteConfig_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1636AA302C316BE09FEF9E2A3056B8D7 /* FIRRemoteConfig_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 797EAF37D70C62328E51D94B8069F2C4 /* FIRMessagingSyncMessageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3004D872D98DCA96A43432B00E9FAFF8 /* FIRMessagingSyncMessageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 799C44CABAA6AFEC59CDEA68DD1A9557 /* NVActivityIndicatorAnimationLineScaleParty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F3AB176CB6045CF24DA8C1038F91F2 /* NVActivityIndicatorAnimationLineScaleParty.swift */; }; - 7A529C606661AEBFD075EB6D9CF2E8B8 /* RCNPersonalization.m in Sources */ = {isa = PBXBuildFile; fileRef = 0236D869C6E0EF13F9EA53C82F40EF0C /* RCNPersonalization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7A649F468CFB53C1B7CF8BB4270A8A0C /* DDFileLogger+Buffering.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B79A9602AD918B4335A07AA559BF722 /* DDFileLogger+Buffering.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A66161758E412227FF429C23B1A972D /* GTMNSThread+Blocks.h in Headers */ = {isa = PBXBuildFile; fileRef = D114408C48A2151FEF7AC3A6AB4913EC /* GTMNSThread+Blocks.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78DB4B4F958566E37A72D04F973FEBED /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 40779FA437B93986602F632F05DCDB8C /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 791CF2739CF1684C7EE46D2CA245CCDB /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C8437FD2FCCB7DC2B0EE0676BCC8BEC /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7930876B659FACDB3B50D3DBA31A173E /* FIRPerformanceAttributable.h in Headers */ = {isa = PBXBuildFile; fileRef = CDB2EF29B32D35E3402F8A76EEB3757B /* FIRPerformanceAttributable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 793F612470A548C31CA4CCB1E993589B /* IValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3A59AF0C8E0E6E1869D1658BD117AA /* IValueFormatter.swift */; }; + 7944680374236D9858E184DE7AAA11CB /* CSSStyleSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E4C422456F8C5CD7D967C746376C7A /* CSSStyleSheet.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 79492CE950A3455730D79979F5622CD5 /* FeatureGate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15F5A94FFD15AEB88CC66E02A5DF9C54 /* FeatureGate.swift */; }; + 7966097598BE91EB5D8DD3E85B6A8299 /* PromisesSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 52DB26EB5F8CF2CF5C02C8271474A94E /* PromisesSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 799C44CABAA6AFEC59CDEA68DD1A9557 /* NVActivityIndicatorAnimationLineScaleParty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27409AA03E58135BFCE051FDA8656B34 /* NVActivityIndicatorAnimationLineScaleParty.swift */; }; + 79A61AEAD1AABC89707E828A08514EC2 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */; }; + 79F91CA24E1C789474500E8BD6E494C0 /* FIRRemoteConfigUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = AE7CCDA8B24998F2F85EF783A5574AA8 /* FIRRemoteConfigUpdate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 79FDFFB067ED7FBEA016D6C52F1501DC /* HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = B275C4EDC8E3E38A56FED6E949B0D272 /* HeartbeatsPayload.swift */; }; + 7A0A71EB3367AEC562B974F49078588E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 7A4AA6AD860A9CCC63F3C5C6021E3C53 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 3245E1E924A62281A88B17031466FABB /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A649F468CFB53C1B7CF8BB4270A8A0C /* DDFileLogger+Buffering.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A15727355B552ABC50AA631FB60CBA0 /* DDFileLogger+Buffering.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7A66161758E412227FF429C23B1A972D /* GTMNSThread+Blocks.h in Headers */ = {isa = PBXBuildFile; fileRef = D481C1A78F9E893BBD01FB33DCF8E50D /* GTMNSThread+Blocks.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7A67E23289B908C123066E5E93A442EA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 7A81CFAF3E07CCDACD7B58F31D8AB32C /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7836C5743ED79F00F6E5CDFBED464B2C /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A90947CED954D4352537BA2C3AFD122 /* SVGDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE64C744511C512D788DB06F6EFB52F /* SVGDocument.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7ABD6F1D819CCECF4F87ABE7BED4919E /* LineRadarRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0D9B8FDC7CA0940E5D77355C8FE90E3 /* LineRadarRenderer.swift */; }; - 7AE2EAB52D95D8188139D56C8F863411 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B484F036F0CAD3BF56DE3B848AF899D9 /* FirebaseInstallations-dummy.m */; }; - 7B1805B2A15E11B1B7FBF8FCA008E638 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD8E23DA0BF73B2AEA135CA74AE3E4B /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B48B4E11B3E9E10BDD274DC84A27DE5 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E18B791D7BC36964BBD8F577BCAA890 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B58244D9EED4BD8600CA3EBB9C78F84 /* AMPURLConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 508245E8D0D6032E227B984205A7DA6E /* AMPURLConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B6078F9AEBF848D77F519AF8FBC77E2 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = BF801E7AB5D7EDDE62E8706D71028D60 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C0BE76AB8B7BA37DC66ED2A7A3C2936 /* SVGNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 86273BAC83FE2C3FBAC9A670C127FCFE /* SVGNumber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C272358999F187DF0A44A1E269A9E47 /* Platform+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = C576A96E06643AF30E4A1D29BC493989 /* Platform+Color.swift */; }; - 7C3197C75E68907DF9CB9EDFDE71BD1F /* AMPTrackingOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EAFF119A1112F94879CCBE843DE893 /* AMPTrackingOptions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7C4C02AFDB7352BBE2A41F207B03C7C7 /* FPRInstrument_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F08E311E637BADB1E4394BD6E427EB17 /* FPRInstrument_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C4DEDBD4F2DF847E0FA27C95563EC01 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 19B76F88DF22FDB5A66CCE243719CC9F /* SDWebImageDownloaderRequestModifier.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7C6A450C927F1C8B2E0EE5FB8C155D01 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = F290262CAB866C0EDE7EBA4A543CA5A7 /* GULNetwork.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7C6DBD3A4E4B92926D8E10C457B98549 /* DocumentType.m in Sources */ = {isa = PBXBuildFile; fileRef = F2388A2B35ABC5F992FFFB7E09988956 /* DocumentType.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7CB8A8E5D8236FDAFCF8BFCE6D92AB42 /* FIRCLSContextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B3251AA8885938FBC3AC975F7828F44D /* FIRCLSContextManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7CC53402D6E6540A01D0C95BA72AFECA /* FIRCLSRecordBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F70523644D9A7DEEC85950677090AAA /* FIRCLSRecordBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CE0ADFEBFD61776B271354B9EE1C23D /* RemoveAllDuplicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 850748DFBF792150B0A074898043873E /* RemoveAllDuplicates.swift */; }; - 7D14A3F970447B848A6BEF924FF85F41 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C3E5966B39D5E77ACFF906CCB2A4FFD /* SDImageCachesManagerOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7D1F25AC01D9E84CAB934D19CC29AB0C /* FirebaseABTestingInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 14DF7C63BCCEB712092AEE5F5DC1D899 /* FirebaseABTestingInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D4CD48493EB6CEF04A246E1FBD4201B /* Animator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD428F7907FE1780BC0A19DF1F75AEC7 /* Animator.swift */; }; - 7D6EC4C2FBA34E42C8ACD1656F88F8DC /* Partition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8147BEA19F8C2938EC3064F271573F9C /* Partition.swift */; }; - 7D954ADD1CB9DA275ABF9BA8BF221116 /* FPRConfigurations.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A135DCD2DA8AD89C5021C38796D1E31 /* FPRConfigurations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7DB1C1A8CD5F1E9BDBF7722A53347A59 /* FIRLifecycleEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = BFD1A4F19DDFE92C6D19FB45B9D06C55 /* FIRLifecycleEvents.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7DCF550FD93AB59826DAE3B42FCB9D59 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E9E163BA4CCFEC399A11F378B295BF9 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E5D66545ED03EC8ACDF6726B70ECC30 /* FIRCLSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 53ACB50FFBE08D217A819B9E0A6B6E07 /* FIRCLSFile.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7EA4C27E5B7874067B78CA154B6453B7 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F49B0C665DF97D2687011EEF5007C37 /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7EABA9A24ED98DD6ACB4B4C8D27596A0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 7EB842534FF3C82A3D1E7FDB009F828F /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = 51872D9B851D2ED365DD088EF9FB4260 /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7ECBBEB7EF7AC44C45EF124EF2ACC8A2 /* SVGKParserDOM.h in Headers */ = {isa = PBXBuildFile; fileRef = 11084ADECE97A9166CAB403543DDDB34 /* SVGKParserDOM.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7EF4FB3BA525B030F4D9DDE1D51F62FF /* FIRMessagingTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = C86BAF9AE31BC6043DAA0EC875EDAC3A /* FIRMessagingTokenInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7F0C875655781E5EAE9EAF8E4D5AE392 /* FPRCPUGaugeCollector+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D68E7120D97084773160E98C9B2D39CA /* FPRCPUGaugeCollector+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F6A3E5D2C3901594833E55D9D63B5B0 /* FIRMessagingInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 6837D38636327F058BC8358D20004181 /* FIRMessagingInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FB488496EAB751B620E87811150CED7 /* FIRCLSOnDemandModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B74AB5246889864B744064C1388D37E1 /* FIRCLSOnDemandModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FC3CB1D183769A6333D0D1DEF28CAFD /* FIRCLSUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C27934C682DEC2BEF5A199F49B2D789 /* FIRCLSUUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 802639A8B86AC2B4BA30481422968B81 /* CSSStyleSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FEDBE0995E3427D96219C4BF4DE114C /* CSSStyleSheet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8042A2BA27AE6CA1DC33313BCD552B5C /* JTHorizontalCalendarView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA0D912131E35323F09C75CFECB5D46 /* JTHorizontalCalendarView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8044F9AB5590A87609FA8A4B93B23263 /* Attrs.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4F0DFEB3C0CDDD457D65C1C5BCC5A0 /* Attrs.swift */; }; - 8089DD86284C213AEB492AF329298BFD /* GULSwizzlingCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E551FDC5A6BF59A387DE44A5B0CBD32 /* GULSwizzlingCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 809C3966E3BF006499DD6D4AA2D3B407 /* FIRCLSRecordHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 927E03843DA250F4C893545B4505A517 /* FIRCLSRecordHost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 80BFE03A37658FAD76CF122A7455A647 /* FPRConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 38EC2D44D9E5633337AFD6F2CFA42D09 /* FPRConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 812C81EBA4FD237A2693E8B10BC1D88D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */; }; - 815A0696412258286E9DA7695186A85D /* FIRMessagingTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = E52E02860B31E8973C484EE761F85F9E /* FIRMessagingTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81607D112CE5B89DFB663283C1C2A3C0 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E4BF3F57B83F45EB05F69DF8C226B4E /* FIRDependency.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81998905A7322BDCEA5745EA0CEFEDB6 /* SVGPolylineElement.h in Headers */ = {isa = PBXBuildFile; fileRef = F8436890802C549CFC894630DDA417BA /* SVGPolylineElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7A90947CED954D4352537BA2C3AFD122 /* SVGDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = AC77B197F9797BC6C998A1CEE467D525 /* SVGDocument.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7ABD6F1D819CCECF4F87ABE7BED4919E /* LineRadarRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89BDF0C9F836EAFB8C6EC922F57205E /* LineRadarRenderer.swift */; }; + 7B48B4E11B3E9E10BDD274DC84A27DE5 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C9DAC713966A37727A882322577EE6E /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B58244D9EED4BD8600CA3EBB9C78F84 /* AMPURLConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 96ADA214F18D80867153456DBA7D5BAA /* AMPURLConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B6078F9AEBF848D77F519AF8FBC77E2 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = C71D089CE401E2BDF14B8B190990BB77 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B7883DF650F6AA45C4B86B485BC0A34 /* FPRGDTLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 36AC59530326B2E61D6907FF1963D310 /* FPRGDTLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BCA897EE06435FDD659E9D31D896FE4 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = FF2602BF9AE6FB0CAC6C72AAAACF4D69 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BD237F5A8A36D7DD5300F92E6601C92 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = C1354C8A00B1E869ED140E135C996AA1 /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7BEEE424AA44A09BE86EFE07CA9C813D /* FIRLifecycleEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 652CFF3AF6FA8B344553BD3136E103D9 /* FIRLifecycleEvents.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7BF3E574D5D2270A059234C5D4EA3866 /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = E75B0787FCDF53EA02071FEB9C2AE06A /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy */; }; + 7C0A0D222299B9846A8E8865692BF135 /* Time.swift in Sources */ = {isa = PBXBuildFile; fileRef = C62234920B6585B9C920BB55FCDC819E /* Time.swift */; }; + 7C0BE76AB8B7BA37DC66ED2A7A3C2936 /* SVGNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ED56F3C2EE73B31D2E4BF257218F29A /* SVGNumber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C272358999F187DF0A44A1E269A9E47 /* Platform+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64030BE70C38916AE5BC43C42918955B /* Platform+Color.swift */; }; + 7C3197C75E68907DF9CB9EDFDE71BD1F /* AMPTrackingOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = AB9465F3F79633D8D0736377109C70C1 /* AMPTrackingOptions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7C4DEDBD4F2DF847E0FA27C95563EC01 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 123C7ABBAE496161E6F0433D439C76C1 /* SDWebImageDownloaderRequestModifier.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7C66A31C7571D314EBE12BD097E0E1DA /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = D1B3879188FD8AC6B06CAE989B830924 /* FIRInstallationsLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7C676F055CB1277D565E84EC75027F68 /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C6E918F788BABAEC70AE7D961ABFE3 /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C6DBD3A4E4B92926D8E10C457B98549 /* DocumentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EA92C18B102D31DA835ED1D3C5059A7 /* DocumentType.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7CB8A8E5D8236FDAFCF8BFCE6D92AB42 /* FIRCLSContextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B78EE9736084A4F02B63CC6ABAD67EB5 /* FIRCLSContextManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7CC53402D6E6540A01D0C95BA72AFECA /* FIRCLSRecordBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 817AAF9AAFBFF5874C58FCDDEDC397D0 /* FIRCLSRecordBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CE0ADFEBFD61776B271354B9EE1C23D /* RemoveAllDuplicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0792E7AE4142447104C121C5CED73BE /* RemoveAllDuplicates.swift */; }; + 7CE9919EE5C3837E4371065DA7074ECB /* FIRTrace+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 84B879E9DB0632EC864355E240D24591 /* FIRTrace+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D02F47638A888F8D0A78EC2730F31A5 /* RCNConfigContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1909C85981AB5CCA6C84824A29884D9E /* RCNConfigContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D14A3F970447B848A6BEF924FF85F41 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 08A373405B5B529572C814B374D9B061 /* SDImageCachesManagerOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7D39076F8F69928EFDFE2DF8E36F2174 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B45CA59B54AB33E58B200A3B17B713 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D4CD48493EB6CEF04A246E1FBD4201B /* Animator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9660FB13D206DD8C03919C93B1EE94DB /* Animator.swift */; }; + 7D6A18D55211246BCD7F2C6D64B774C5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 7D6EC4C2FBA34E42C8ACD1656F88F8DC /* Partition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F775F3F55A62C31A6C2CB85699F3C43 /* Partition.swift */; }; + 7DB8D35DCB1688BF68C37A0BBFE8305F /* RCNConfigContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 895C3BECE020D621DE4B629DA3ADA7F3 /* RCNConfigContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7DD4C53F114C9F6538A3999BD2DBF5CC /* GULSwizzledObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FCE9810CB76B0E8818AC90755A84F03 /* GULSwizzledObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7E38346ADDD7E4C70546CBD1FDD2538C /* sessions.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBFAD7702A3290763B065963F9BF5BA /* sessions.nanopb.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7E50F8238E9B6241DDB5ACE069CEF60A /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F0629A6486C079A42D62049EAC0FE7CC /* PrivacyInfo.xcprivacy */; }; + 7E5D66545ED03EC8ACDF6726B70ECC30 /* FIRCLSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = EF9C1945880BC4B72B1ED1DECCD0A921 /* FIRCLSFile.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7E8B318AC5B313507D50158FF56CEFBD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 7EAEE1B4B030FDA7709E38BEAA8B0B2C /* FPRDataUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = CA030A587F1D5D11038FCE44E19E8FBC /* FPRDataUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7EB842534FF3C82A3D1E7FDB009F828F /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B754948F469C6FD0657DD0A9EA77AD /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EC8D145D83146DB2D75D59EAEE55D91 /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CF97E38D5F61092395DAC608C2F3B4 /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m */; }; + 7ECBBEB7EF7AC44C45EF124EF2ACC8A2 /* SVGKParserDOM.h in Headers */ = {isa = PBXBuildFile; fileRef = 5175702C5DCCFE2F46E0DFB483C0BBC1 /* SVGKParserDOM.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F20DDECAE02863E149321785A126791 /* FirebaseMessaging-FirebaseMessaging_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = B0B6501341FD6783C6874C54AB31A9CF /* FirebaseMessaging-FirebaseMessaging_Privacy */; }; + 7F94E7B058470DF2BB95AA4F292049CE /* ProcessMarker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51386B6D6C6BC76EC97523844EFD51FF /* ProcessMarker.swift */; }; + 7FB488496EAB751B620E87811150CED7 /* FIRCLSOnDemandModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C3ACBED2DA12EF61165105C5747A9CA3 /* FIRCLSOnDemandModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FB901C5B243328566B9C3B9A51E5548 /* SessionsSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF97723E26B645E59821D6E1539112AB /* SessionsSettings.swift */; }; + 7FC3CB1D183769A6333D0D1DEF28CAFD /* FIRCLSUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = C886F0DF84F3FEB7667DF1357F2B6B87 /* FIRCLSUUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8012F758FA172D2A37FAB35B0D4FA1BE /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = D109C41404FD5C53AD8D07F258BC048C /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 802639A8B86AC2B4BA30481422968B81 /* CSSStyleSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = 91EC9987B35D008DDE4A4B76EECFD902 /* CSSStyleSheet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8042A2BA27AE6CA1DC33313BCD552B5C /* JTHorizontalCalendarView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B8DFDFDFB029BAC124381025F95B786 /* JTHorizontalCalendarView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8044F9AB5590A87609FA8A4B93B23263 /* Attrs.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDA897D1F596AFD969793B042939C576 /* Attrs.swift */; }; + 804D48C1332481769C7856A76A5E4BE0 /* compliance.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F1C50C634CE9098D6C9C2CDA47747D /* compliance.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 809C3966E3BF006499DD6D4AA2D3B407 /* FIRCLSRecordHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 438D0CB9D309C494D00460CE4025249A /* FIRCLSRecordHost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 810A99D3A734A946CA563CB9888B2C09 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D976F8BC88622BF7428EB615EE6EFD8 /* GULLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 814D3364F0AAEA9895EC8E5C51B9E084 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B6A72CA41E88700680527DBC094562A /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 817EFBA5E8ADD2205C9680B0BC1275E9 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 59B76BC16D26FDB9C33110174DA49C31 /* FIRInstallationsErrorUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8180EFED3492BAD31C5A6F3F6434DE42 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC02D3F8CA4753A6C0F4BB731C1536E /* FIRComponentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 81998905A7322BDCEA5745EA0CEFEDB6 /* SVGPolylineElement.h in Headers */ = {isa = PBXBuildFile; fileRef = BE3ED2E6B5811D77AEFC1515E2A34EEA /* SVGPolylineElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; 819C8D5504145477FA04AF0091784C35 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 81A67C82633C730E02BC71E04252DA3F /* AnimatedMoveViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EB11B70AE9D68DBD2B6F22653A958A5 /* AnimatedMoveViewJob.swift */; }; - 81B72457747D4908B02F28E9D77B0610 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D213F2AFC3BBF5859BEC2EC4E475E2F /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BE38FEC3437CD95713E90B7EA38176 /* FPRConfigurations.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C7B02BF5A2D6D91FB695F8FEB67B8B /* FPRConfigurations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81D35F4191CD330555BA948ED9CCE9C4 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = EA7E25630BCAF0E01CBE193762AB250F /* PrivacyInfo.xcprivacy */; }; - 81DEE0975FD2488D5C61D099F17DC3FA /* BigInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE99C914D6FBBF54266257B78FF598B9 /* BigInt.swift */; }; - 8215D6D474FC2AF828CE104F118AED64 /* CALayerWithClipRender.m in Sources */ = {isa = PBXBuildFile; fileRef = 2012EF0DBF462E7B5D4DF89CD386BD94 /* CALayerWithClipRender.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8250366006E374E8E50D35591C63D4D5 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 07AD751FD8553B4556A0A157ABF17636 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8259FF48D7547C406E7E5017B1370941 /* Pods-iOS-PlatformRouting-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9405728C452D25D8999CF416D980FB93 /* Pods-iOS-PlatformRouting-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 827E702C58D9BD7A39CAB6854E5CA494 /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6E45BFE54F0287DAFD918E43DAFD07 /* Enumerated.swift */; }; - 8281C30EA93B491C5BF97FADFBDA9C3C /* JTCalendar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7BEC567966E9CB0FA8A2B0DF62C1FD /* JTCalendar-dummy.m */; }; - 82B60FF01C2EECC451B7917484AAC175 /* ABTConditionalUserPropertyController.m in Sources */ = {isa = PBXBuildFile; fileRef = 05EB88C821FC444A5742B6D9AFE40F30 /* ABTConditionalUserPropertyController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 82B670A0B7CFD8D55B0AF30B3DE93D72 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C905CDA4B6FC5A39FE4A5F9C908D8D6 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82BEFCD9D26B8BBE459C7DCCF35975F6 /* FIRCLSOnDemandModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1559914826CAF7DED7C6F59036A3A81B /* FIRCLSOnDemandModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82CE344584334C47619AAD5F4C4028E8 /* SVGElementInstanceList.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B8C2AB102A4E2DCF885865B9D841F0 /* SVGElementInstanceList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 82E65530D61F8AB3CA71CAE5BB7E0F2B /* GTMLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 155E258E55263D52C3187609523522AF /* GTMLogger.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 82F5A69AFD2C36BB5510354A18E3800F /* SVGElementInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = DF24469E4F1103881049D5BF6F4A81EE /* SVGElementInstance.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 830697B63EDB909CC0D44E274CFC67A5 /* GDTCORMetricsMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = C191AD739A0C039A4A721C7BBC7F242B /* GDTCORMetricsMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83365A0C93DD6930223C32C969BD9D85 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 19515BEF70A60145D300B704F1538AE7 /* DDASLLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 81A67C82633C730E02BC71E04252DA3F /* AnimatedMoveViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8F5EF02B1241403D77BEA7A048351E /* AnimatedMoveViewJob.swift */; }; + 81CC5F9B759CCB31DA2FE4189B152997 /* GULRuntimeStateHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B7EB5F66E0F05E64CE8F24947ACD57 /* GULRuntimeStateHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81CE7807F2422469E5357B24CD314C53 /* DebugViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60F733B854F6DF33E2E693D9C7619D9C /* DebugViewController.swift */; }; + 81DEE0975FD2488D5C61D099F17DC3FA /* BigInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = E01C0DD6839984F83012701C2BEC349A /* BigInt.swift */; }; + 8215D6D474FC2AF828CE104F118AED64 /* CALayerWithClipRender.m in Sources */ = {isa = PBXBuildFile; fileRef = D1081A70B69E90A1B23510C6DB9785B9 /* CALayerWithClipRender.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 82469ADAE7C89049126BC94316C1AF0A /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C63E25764CDE4B00AD3EE1D4DD27BC4 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 824828741E2216DB30507C09C62EAB15 /* HeartbeatStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BB4AB1D2D3F28D483BED8BC7D48091F /* HeartbeatStorage.swift */; }; + 8259FF48D7547C406E7E5017B1370941 /* Pods-iOS-PlatformRouting-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 227F6DB567ECEBF2AB1D7C87293A3D88 /* Pods-iOS-PlatformRouting-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 827E702C58D9BD7A39CAB6854E5CA494 /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F47CF793F447ED17E5AAFD4007654EC9 /* Enumerated.swift */; }; + 8281C30EA93B491C5BF97FADFBDA9C3C /* JTCalendar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EAACD6BC936FF692E3DC393DCA4F4928 /* JTCalendar-dummy.m */; }; + 82BEFCD9D26B8BBE459C7DCCF35975F6 /* FIRCLSOnDemandModel.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD75E43A5EA328C3A5742951996E8D0 /* FIRCLSOnDemandModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82CE344584334C47619AAD5F4C4028E8 /* SVGElementInstanceList.m in Sources */ = {isa = PBXBuildFile; fileRef = F2363763666494A5137543A9C805D6F8 /* SVGElementInstanceList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 82E65530D61F8AB3CA71CAE5BB7E0F2B /* GTMLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 03D045BBCB5F0604141F9F7B512F00C9 /* GTMLogger.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 82F5A69AFD2C36BB5510354A18E3800F /* SVGElementInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A277ADCD031EE8A7C17FE4D3FB1DAEB /* SVGElementInstance.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83365A0C93DD6930223C32C969BD9D85 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 375C24B76508B61EB2A5D946498FA6AA /* DDASLLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 83365B305B5317865FE64C3ABD9C89C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 833AE2EDDCE1D41935B67F4BEB91155E /* SVGLength.m in Sources */ = {isa = PBXBuildFile; fileRef = B1BC138871DDE06F3E19CB903E8841E4 /* SVGLength.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 835207A5278A670B52634CB6E8EED814 /* HorizontalBarHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1AB34CB508B92C1D8E37361DFA9E8F8 /* HorizontalBarHighlighter.swift */; }; - 83701937406FCBA8E4842CB69766DF47 /* AssignToMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38814F2B12AEF49EB2D0F094872B072 /* AssignToMany.swift */; }; - 838CBB67DE631A91B68208E0F439AF0A /* Pods-iOS-dydxChartTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A452F5AA3942B1B14D0C344BA7E99949 /* Pods-iOS-dydxChartTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 839A0F76B0AC5E2B550E80F754F5B53B /* FIRCLSCompactUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3076462179BFEA66885ADBD4BC84A9 /* FIRCLSCompactUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83C9A8410AAB3661A78B5446D2966CE9 /* SVGKSourceString.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A291DB6714E077591BA2BD6C21D40F4 /* SVGKSourceString.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 83F41747CE86EB46D492651C10B9DE29 /* GrabberView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB23508689A730A72041217821B23532 /* GrabberView.swift */; }; - 84079742EA8F0FEE8F1B79BC4B0A6250 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 0D7B05E27BB7C918E15EF091FD0C0EC9 /* PrivacyInfo.xcprivacy */; }; - 84107313395FA627754705D349E84A27 /* ValidationRule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 262EEAD46188A5B2C4754D166DE0BF7A /* ValidationRule.swift */; }; - 8410F03CA3AA9FB631C2B9075E3E3145 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = A84F76BDDE91BB082D29D0264701A016 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 845BCFC858600D408649F32F3F093C3A /* ValidationRuleSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97C76228CFFE005A60F286554262CECA /* ValidationRuleSet.swift */; }; - 848D44DFD83D3813DB9EF2383BC660F0 /* YAxisRendererRadarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D346969587FACF9545693D25AC49E3B /* YAxisRendererRadarChart.swift */; }; - 8498D4EE6148FF3ACF9BD18A53276511 /* GDTCCTUploadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E8F3DE82461D1674D8282B349BCF865 /* GDTCCTUploadOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84AB7B6FBF26A7EA7280F05EA33125B3 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 358C98958B9BDB88CF2893C6B95BBCC3 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84C4BB212410AEFED4BAB45471E8BC9F /* SVGKInlineResource.m in Sources */ = {isa = PBXBuildFile; fileRef = CAD90329F11CC292CB63C5380E1DB325 /* SVGKInlineResource.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 84CAAC01126DE8F9D8FFF93FFD621BF1 /* FIRMessagingAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 78FB34613D24339F8AC6E7D90C48BA31 /* FIRMessagingAPNSInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 84CB2AE243F67F9C8C66CDB7FC27142B /* FIRCLSDwarfExpressionMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E1837893203906D55005E81761D06CE /* FIRCLSDwarfExpressionMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84D46D24695F7B164FCFFA0CAB060171 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 746872DEB3381B1A74870172228D5C27 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84EC14584D513AE3D3C12FA3FDEA2708 /* Pods-iOS-FirebaseStaticInjections-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6117418736DA9243DC13E2A0FAD73A17 /* Pods-iOS-FirebaseStaticInjections-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84F735E6E398C261A4FF27527C5A490E /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E795008C1AAFE389A201481BA05665 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84FE89514388C1F3CE913D4A0594533D /* PieRadarHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09B675AB8F2D505004C2EBD222C60832 /* PieRadarHighlighter.swift */; }; - 8515FD23835CB555A3EC15E863A9712F /* GDTCORMetricsControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEE5BDB494FC51CF3EB4FD3824057EB /* GDTCORMetricsControllerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85237B79130BC47F69C6280AB41F5C64 /* FIRTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = B5F2976C65B38EC342EA9771FC68AAD7 /* FIRTrace.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 854A101952A317E685696698569F4E5B /* AMPUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AA6183F7E1548F3B83185E8A49627EE /* AMPUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85713DDE5E6E556D8EF98B2C63776B46 /* StyleSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = BB4C266006D8FC6BB377051C953EE6FC /* StyleSheet.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 857220C4D48922D75EA72E05D1DADB30 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D23D33D75EB090D6ED062C4BF8DA26D /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 857F87A6BAAE3DFD69AD3A95ED397EA9 /* RadarChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1E785CBD405A3021AE27426D4F4BF59 /* RadarChartDataEntry.swift */; }; - 85811C3AA3F19B6AE5CE3D569CB9275B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 037D4D6C1F9A01C97B23E9B102E4219D /* PrivacyInfo.xcprivacy */; }; - 859BB2BB1A41DE0A4B7890DE738839A9 /* FIRMessagingPersistentSyncMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F3F47BA974298F6688AF303D9753638 /* FIRMessagingPersistentSyncMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85A5F88873A3779A21DA9608DD43F57D /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AC65393B303D3CFB49B635F6ED15119 /* FBLPromise+Any.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 85A822AACD02500731BEC3400959CE4D /* FIRCLSReportUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = C69BDBC70DB984D0B923624AF11C11B6 /* FIRCLSReportUploader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 85B2E70368B2CA5F8C4B4629E5114F06 /* FIRMessagingAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D607E3733D5558FD82CC8A110810474 /* FIRMessagingAnalytics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 85F13CDCA1FADE0ACF2BE361CAB99E0C /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CA283059FC5DA7A5F0C8355FA1855A /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85F4E09A9EE52CCCF264714681911459 /* FIRCLSDataCollectionToken.h in Headers */ = {isa = PBXBuildFile; fileRef = E2FC5631862D3A1014300AD825559C03 /* FIRCLSDataCollectionToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 860E0F37CDC120D4329B203CC68A99F3 /* CSSStyleDeclaration.m in Sources */ = {isa = PBXBuildFile; fileRef = 532E88D260CBEBD5DA2C9945C4DEA63C /* CSSStyleDeclaration.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8640829049AE9907FE93825E5510C33D /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 920D296B6495F570BE12A38869B872DD /* ConstraintMaker.swift */; }; - 869B1C501BD75C31CB1DB94D85C02F1C /* Atributika-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F23B8B47AB4B5C847A25886162D8C37 /* Atributika-dummy.m */; }; - 869D2B7AC5FAE15DB807F97B5D5B7393 /* FIRMessagingExtensionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B6D9D1361BE147630BC7C69710E3C12F /* FIRMessagingExtensionHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86A3BB540B1DDF0B385D463EB12D3397 /* DocumentStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = B7AB8A767872EBF19BDE9E26D688950A /* DocumentStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86A7FA45DDDDB7884F20906014D91ED6 /* DDLog+LOGV.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EA5F4422D9127D510141D5A0009CA5C /* DDLog+LOGV.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86A8E93BD108A5CE092EB970B9D7C60E /* FlatMapLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0D531E5756AB3E1E117B85ACB11E781 /* FlatMapLatest.swift */; }; - 86D640C2B3CD430F95D65C733DA3DA3C /* GDTCORStorageSizeBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = D48C3CEC64690D040A46C19259F53491 /* GDTCORStorageSizeBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86DC2AF7B2AF7FCA5738C11A093D1293 /* FIRCLSThreadState.h in Headers */ = {isa = PBXBuildFile; fileRef = B68A28F71EE190F7CEA0A2F9733FF51A /* FIRCLSThreadState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86E143FC3865BD810D47023B558BA799 /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = B27BDF791AD1DE5BEB766D51FA2ED897 /* DDLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8743A8BB6B0F2A5FFE48C78260554C98 /* NamedNodeMap.h in Headers */ = {isa = PBXBuildFile; fileRef = FE046D95F3555E5CA805C9B932C07D75 /* NamedNodeMap.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8753502F4B6183D85E37B63A8A8739C7 /* CGRect+Center.swift in Sources */ = {isa = PBXBuildFile; fileRef = 342842084D016B2CE2574C9A7006AE27 /* CGRect+Center.swift */; }; - 876A411DDCA195E01AE74D00A4E215D1 /* crashlytics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 691077104C1D1DF7031D92D92BE5E52E /* crashlytics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 877594BAD8D580A0A569A1E939D3D1C5 /* NamedNodeMap.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B7A349AFA292557D8A7D554E5805E3 /* NamedNodeMap.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 87996D11DC92EE19EAF9305DAEA4ACF2 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC07FE5FE62CBB614EF623A413F30C3C /* ConstraintMakerPrioritizable.swift */; }; - 87A7172A32639CBA305E610F2B04C97B /* ScatterChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A5228E431B805C031F65462EC7D795 /* ScatterChartView.swift */; }; - 88116159A4156D962C28269D2511EF07 /* GULSwizzledObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A5766DA6E838D2CA90DDAB740ED5E25 /* GULSwizzledObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8814AA6011FE16F6C69B86E67EC98936 /* Promise+Always.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FD8F2372FF6BD2EB12141F83321115 /* Promise+Always.swift */; }; - 883FD457FD723812842B630794B9CAB7 /* NBAsYouTypeFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7F15D452A7061CCCB6EA37E9D3BB75 /* NBAsYouTypeFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8868BA37E3CE7C58D26123806D543F3F /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BF833DF3FA92E12376762CB34DC789D /* ConstraintView.swift */; }; - 88762BBD3C3B5CA4F565B7CB920923E5 /* Pods-iOS-AmplitudeInjectionsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EF79E5878513C4FF7F7EED43A546ECE6 /* Pods-iOS-AmplitudeInjectionsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 887BA44717C78C68484FF9CD595C5E68 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = D792DCECC6B131F31A0C8104035EC467 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 833AE2EDDCE1D41935B67F4BEB91155E /* SVGLength.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B982CB86932A7AA3EC64C4DC1184F79 /* SVGLength.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 835207A5278A670B52634CB6E8EED814 /* HorizontalBarHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3090309C399537D6A1C568BEA5B7AC35 /* HorizontalBarHighlighter.swift */; }; + 83701937406FCBA8E4842CB69766DF47 /* AssignToMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB19C484FC8C55932FA6D965130AFF86 /* AssignToMany.swift */; }; + 837FE2F90939122F623CC7AD3F22CBFD /* InternalStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2858CD8EF1DF20D4FA4C0ABC2148DC5 /* InternalStore.swift */; }; + 838CBB67DE631A91B68208E0F439AF0A /* Pods-iOS-dydxChartTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EADBD040596ECE111BE3E90D73AFE4B /* Pods-iOS-dydxChartTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 839A0F76B0AC5E2B550E80F754F5B53B /* FIRCLSCompactUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = BC449519EA0D549C5AA5AB9BA6270EF0 /* FIRCLSCompactUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 839F38AC700F106905E1199E30DC9ED8 /* FPRClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C486BECA830D93374EEC06AAF2E6083 /* FPRClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83C9A8410AAB3661A78B5446D2966CE9 /* SVGKSourceString.m in Sources */ = {isa = PBXBuildFile; fileRef = 9269A1E6146BDA132FC416A01FE33E04 /* SVGKSourceString.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 83F41747CE86EB46D492651C10B9DE29 /* GrabberView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A42F18281E7CD6EF5D4ECD93E73DB86 /* GrabberView.swift */; }; + 83FE70B87388C79D6AECE0E4FBA22EAE /* SessionsSubscriber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57AE89D1181B38E6A37D1A8A13182C7F /* SessionsSubscriber.swift */; }; + 84075F70EC85EAC4C6B8D856108AF328 /* SessionCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8DEA057503E352513F958C037E1BBE /* SessionCoordinator.swift */; }; + 84107313395FA627754705D349E84A27 /* ValidationRule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F802DD1D8C3230DF7706C8F8FB1E234 /* ValidationRule.swift */; }; + 843B4AF077858B08C2561DC8F2AB42D5 /* FIRConfigValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 071B451C91129BA0C9F98101515DBF41 /* FIRConfigValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 845BCFC858600D408649F32F3F093C3A /* ValidationRuleSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17FB84F196A74DBB09A29915958ED12D /* ValidationRuleSet.swift */; }; + 848D44DFD83D3813DB9EF2383BC660F0 /* YAxisRendererRadarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D66B913CD14FB18E0BFEA7922F715C2 /* YAxisRendererRadarChart.swift */; }; + 84A01579B0505F92DA21A89026EA3BA3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 84BC4428C6997F49F60F13E03E23C6F8 /* GDTCOREventDropReason.h in Headers */ = {isa = PBXBuildFile; fileRef = B334042E09469DBBCBC83B0AD9EC2ECC /* GDTCOREventDropReason.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84C4BB212410AEFED4BAB45471E8BC9F /* SVGKInlineResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CBAB275BD7198DDEB809B04C4315382 /* SVGKInlineResource.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 84CB2AE243F67F9C8C66CDB7FC27142B /* FIRCLSDwarfExpressionMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 52A258D68B56791D386FD91870EA36C2 /* FIRCLSDwarfExpressionMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84FE89514388C1F3CE913D4A0594533D /* PieRadarHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72FE57C5E4D04FF65897FD881CEEC8AC /* PieRadarHighlighter.swift */; }; + 854A101952A317E685696698569F4E5B /* AMPUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F61D2E3AD6779FB8471F9B39AAEB0F55 /* AMPUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85696362380ABEB442E4D825649FEB84 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DFBD519D25CAD70260CEC61C5F3E7E4B /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85713DDE5E6E556D8EF98B2C63776B46 /* StyleSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BC0814DCD657A731CD984CD2536A9FA /* StyleSheet.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 857F87A6BAAE3DFD69AD3A95ED397EA9 /* RadarChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 603E8E1A5A1D5E30CD24BDD689AB7A2C /* RadarChartDataEntry.swift */; }; + 85A361597C8013A0216F0F930B0CE3A5 /* FIRPerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = E52C72C0CA072BA8AD6206B4693C47B1 /* FIRPerformance.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85A822AACD02500731BEC3400959CE4D /* FIRCLSReportUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D4CAE5A923D5D34C9B0FE6389B2FE2 /* FIRCLSReportUploader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 85F13CDCA1FADE0ACF2BE361CAB99E0C /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F8A8C2D8FCD5D6ABC124BAC98EE364AE /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85F4E09A9EE52CCCF264714681911459 /* FIRCLSDataCollectionToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 695E85B77A54DFAD0E9284E746E8AC16 /* FIRCLSDataCollectionToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86015C4BCA4E5963A21C537E9A6035E3 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4733B2D98D1714D24EBF402A2CCF26 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 860E0F37CDC120D4329B203CC68A99F3 /* CSSStyleDeclaration.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D6319B9E98E01EB10FE8DA703B6EB90 /* CSSStyleDeclaration.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8640829049AE9907FE93825E5510C33D /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2CBB274F8CC27E93FA0698CAD80C196 /* ConstraintMaker.swift */; }; + 865209365BF3EACDF0735932A8144BAE /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = CAE1997B45AE7E04201F8DB01392ACD8 /* FBLPromise+Recover.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 869B1C501BD75C31CB1DB94D85C02F1C /* Atributika-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD957FF32D17EDB18C6FBB28BFAB276 /* Atributika-dummy.m */; }; + 86A3BB540B1DDF0B385D463EB12D3397 /* DocumentStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = B71EA27305785F2E25095A5E2027BA07 /* DocumentStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86A7FA45DDDDB7884F20906014D91ED6 /* DDLog+LOGV.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B808E1E5EFADEDEDD419E502BBBEDB6 /* DDLog+LOGV.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86A8E93BD108A5CE092EB970B9D7C60E /* FlatMapLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954E64DF62C1733575A96CEB4026C00A /* FlatMapLatest.swift */; }; + 86DA17BB96D979E4633B5F1B2F821FD4 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 75EAD15166175204FF2470A510F176C0 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86DC2AF7B2AF7FCA5738C11A093D1293 /* FIRCLSThreadState.h in Headers */ = {isa = PBXBuildFile; fileRef = 68978E2FD7FC54003FCB77AE274CB91C /* FIRCLSThreadState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86DDEAF1D205C1D4F6944E4C3A142B5F /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 41301510BE50F6B9EC2C2909691CF51F /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86E143FC3865BD810D47023B558BA799 /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 43C19EF9603711CBFD52CA04605EE427 /* DDLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 86F220954189D00A7E22AF11D3C37021 /* SettingsProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E87141E532E54B5BB1F1316809280B0 /* SettingsProtocol.swift */; }; + 8743A8BB6B0F2A5FFE48C78260554C98 /* NamedNodeMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BB6CA9DEFDD4845EBDC03EC4087CFB6 /* NamedNodeMap.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 875201FDC1BBA20EB6943ABEAB947D91 /* SDKDefaultSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = E551DA624CC87634E34A8406234ED5E4 /* SDKDefaultSettings.swift */; }; + 8753502F4B6183D85E37B63A8A8739C7 /* CGRect+Center.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48464690EFF018E49D14069CCC22C056 /* CGRect+Center.swift */; }; + 876A411DDCA195E01AE74D00A4E215D1 /* crashlytics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA6F7CC2C6F075550A2A5BC87F27312 /* crashlytics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 877594BAD8D580A0A569A1E939D3D1C5 /* NamedNodeMap.m in Sources */ = {isa = PBXBuildFile; fileRef = F435B41706037D2DF9C96EBE382E92FB /* NamedNodeMap.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 87996D11DC92EE19EAF9305DAEA4ACF2 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB7954A42FE11E1CB00FE29E9DE02013 /* ConstraintMakerPrioritizable.swift */; }; + 87A7172A32639CBA305E610F2B04C97B /* ScatterChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4BA428AA65BBFCB4155B851BC2B3DF7 /* ScatterChartView.swift */; }; + 87FD48516ADE42C56125D6E9AAFCD669 /* PromisesObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FE068594B862F45C749E351555829DCD /* PromisesObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 882136DCCC74F9FB8AAB18BC5F8007F2 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6631FEF81D1FDB3F24DF17DC76DB3BE8 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8823AAA14021BAFDCC5D956FF89C828F /* FIRRemoteConfigComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4905FFBFE26BDDAE3CCB4121B931ECDA /* FIRRemoteConfigComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 883FD457FD723812842B630794B9CAB7 /* NBAsYouTypeFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 565B7C8459FDE89E1F598EDCE57086FD /* NBAsYouTypeFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8868BA37E3CE7C58D26123806D543F3F /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83010FC16DC060298DBBA622EA0AD23F /* ConstraintView.swift */; }; + 88762BBD3C3B5CA4F565B7CB920923E5 /* Pods-iOS-AmplitudeInjectionsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C2FFE9772703044E6E22A97C510B96 /* Pods-iOS-AmplitudeInjectionsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 887BA44717C78C68484FF9CD595C5E68 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 2437409028BA6E8C021ABA49E045603D /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88961FE0BB497DD80C7978A93ABA7CD8 /* Pods-iOS-FirebaseStaticInjections-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EFE6FE88D91422C2D3E5B5FB4F8759BC /* Pods-iOS-FirebaseStaticInjections-dummy.m */; }; + 88C5E2D7EDA03CA9CBFD289575F72760 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 9D9EA01B7FE872746C9301F8E1E7AD95 /* PrivacyInfo.xcprivacy */; }; + 88F0E24712D7FE14AECF629E5A69849C /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = E73A92AA64DF6BD07F9F36A56BCBF1A8 /* GULNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; 88F97C8269EDCF8324890C8CDD7E160F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 89032CA1F52462A61F7425D6B48C28F2 /* COSTouchVisualizer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7220E53925281B1AE707E935722E0E09 /* COSTouchVisualizer-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 891D1BF14C8881C74262EE9DBE5D67A9 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D35547F864A912051BE6BDD91DD95E0 /* UILayoutSupport+Extensions.swift */; }; + 89032CA1F52462A61F7425D6B48C28F2 /* COSTouchVisualizer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDDDB42FC7DBF761DFB8A87AD757D33 /* COSTouchVisualizer-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 891D1BF14C8881C74262EE9DBE5D67A9 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 577232FB8BE7F7706D02554B5D917BF6 /* UILayoutSupport+Extensions.swift */; }; 89262EF3FC8293F66771216E2D17B5FC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 8936C80605EA41E8F51CADB92B050F13 /* FirebaseABTestingInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 989421130514ADE0EC3F52D7113F34FC /* FirebaseABTestingInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8938BCC482E634046B9767AC99F3B0CB /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = FC9FA8DCBBBAF45027CEC4FA60A477C7 /* FIRCurrentDateProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 894F6A33FA2A50883E449F68B3FD821E /* FIRMessagingBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DAE4E96E311882EADFA85036A589645 /* FIRMessagingBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89606D45D1ECA2F8B12765AA8FCAC9D8 /* MediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = F0B2A5FA6715A9D4AB028CF98E539AB1 /* MediaList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 89E6CE1C1ED9141E9ECFB7B385DDC87E /* Amplitude.m in Sources */ = {isa = PBXBuildFile; fileRef = CEBDEF58B6AADD152629192F545EFD2D /* Amplitude.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8A06375EA4055219DC49DA085BFA31BD /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = EDF96E8695C8785823565617FF482895 /* SDDeviceHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8A626CEC7CBA9E3859A3FD8B147ECB90 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = AD799707E6CF86A2A2BC97C1F3AA4D3A /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A8A6CC95C29F13DC70326D264694B54 /* HorizontalBarChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 949868120EAD250A8C6C318F1A2D4204 /* HorizontalBarChartView.swift */; }; - 8AA9ED0518D2840ECA78152726ECF3F0 /* NVActivityIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA05DDF675C11B519EECF831A091D168 /* NVActivityIndicatorView.swift */; }; - 8AC50AE699CD9B17B2A8C30EDAD76323 /* FPRObjectInstrumentor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D429D4A6D19B79E6567590258337C36 /* FPRObjectInstrumentor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8ACEC36D6C78DEBF71FCEF814D4E7FA9 /* RCNDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = DCB9C6108699963A15DFBB45C006A776 /* RCNDevice.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AFAEF5BAA2ADED6B11F32D2AF4055A0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 8B6EE12AB2FAFE360FD25A92532904F6 /* SVGKPointsAndPathsParser.m in Sources */ = {isa = PBXBuildFile; fileRef = B3D9E757770E93E26222763026BAA8E7 /* SVGKPointsAndPathsParser.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8BD9EEFDBD5EB3F3CAC8642F4715EEA6 /* GoogleToolboxForMac-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 975A38F9466B7BCD353AF0A5D33A9F6D /* GoogleToolboxForMac-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8BEEE65591B0DF2D6B52E2BD628E8407 /* Popovers-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B7CC7E9429BDC08D5C6566152517970F /* Popovers-dummy.m */; }; - 8BF365882F8B613F965C15CACC83B5C8 /* Promise+Race.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF62413B14A3B91A3DE0093477DEC600 /* Promise+Race.swift */; }; - 8C03BC968A4D2F24D5ED46538762572F /* Pods-iOS-UIAppToolkits-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 47AA0C1EBF78C66B08F95EFB620744F0 /* Pods-iOS-UIAppToolkits-dummy.m */; }; - 8C086940C2A2A3A47D23C3B74CE0377F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 951CE3A105E0E115139ECB53F68D1A04 /* PrivacyInfo.xcprivacy */; }; - 8C0F9BF8CADC94DF04EE2EBC8BBFAE0F /* SVGPreserveAspectRatio.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E2ADBAED3969BD197B7E1052359C6F9 /* SVGPreserveAspectRatio.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89606D45D1ECA2F8B12765AA8FCAC9D8 /* MediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = 0915C43EAAE0EE400D358768F8A10657 /* MediaList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 89933C64DDB5D7ED2469BAD3BA195183 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 535AB72AE54673C11609902C92C3AE1A /* GDTCCTNanopbHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 89E6CE1C1ED9141E9ECFB7B385DDC87E /* Amplitude.m in Sources */ = {isa = PBXBuildFile; fileRef = 9043DCFD9CED9DDCED82E99665A16DF0 /* Amplitude.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8A06375EA4055219DC49DA085BFA31BD /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9732EDE3FE9925541C449ECC5639126D /* SDDeviceHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8A626CEC7CBA9E3859A3FD8B147ECB90 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A4076BFC0A2A4E239A8EE8966C5A8FE /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A8A6CC95C29F13DC70326D264694B54 /* HorizontalBarChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EAD0CD16BF636D2B00B2FD9C7F54DF5 /* HorizontalBarChartView.swift */; }; + 8A9DE407DEF4CE3F7E9E53CB79DA318A /* FPRURLFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = D9120EB4FBAA7AFB65D5579B092085AB /* FPRURLFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A9E0350B8D533F47C894ABA200B342D /* GDTCORStorageMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 89A5E80584E64080FF2153E15A2EE5E2 /* GDTCORStorageMetadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8AA9ED0518D2840ECA78152726ECF3F0 /* NVActivityIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47BC1D85068DEBA7E1A9A7ADDFF7ED26 /* NVActivityIndicatorView.swift */; }; + 8B65211E4EAF453C9413304A9A88F14C /* PromiseError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9E7D2E9401843DA131DCACF5183AED /* PromiseError.swift */; }; + 8B6A3F52F4D534E120A62E2323C33D8B /* FIRMessagingTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 30E41EC635AD8806BBCA413246207074 /* FIRMessagingTokenInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8B6EE12AB2FAFE360FD25A92532904F6 /* SVGKPointsAndPathsParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D33F15BDFC02882AF09505D41723102 /* SVGKPointsAndPathsParser.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8B98D8DD9FC1C8DA5ADA5FA344A1A338 /* Promise+Validate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D9B647B7BAA55165FE4ED6F48F6E2E /* Promise+Validate.swift */; }; + 8BD9EEFDBD5EB3F3CAC8642F4715EEA6 /* GoogleToolboxForMac-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 72EABEEE86C4DB14941CC0EA5D6CA6B7 /* GoogleToolboxForMac-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8BEEE65591B0DF2D6B52E2BD628E8407 /* Popovers-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 999E660786499A8F94FBA8ED71935EDE /* Popovers-dummy.m */; }; + 8C03BC968A4D2F24D5ED46538762572F /* Pods-iOS-UIAppToolkits-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FAF91819864794B00AEEB14F828AFC9F /* Pods-iOS-UIAppToolkits-dummy.m */; }; + 8C0F9BF8CADC94DF04EE2EBC8BBFAE0F /* SVGPreserveAspectRatio.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BE382782038EA8CD53361FC65D86065 /* SVGPreserveAspectRatio.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8C11F3AE8622B4378F79586605111551 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 8C155C7D6C328E8D3F4D6CB06F58C3A8 /* CSSStyleDeclaration.h in Headers */ = {isa = PBXBuildFile; fileRef = 7330522A099231E464FDF8C8FBDF3D07 /* CSSStyleDeclaration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C5266F81FA43FF2FEF5B8DDFBD6597E /* GTMSessionFetcherService.h in Headers */ = {isa = PBXBuildFile; fileRef = 543FC6B77FB66C22F1B00798C0DF1FEB /* GTMSessionFetcherService.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C90893650CAE68F287F4EF4122B07E7 /* ISPPinnedNSURLConnectionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F3655E11A09BA0BCB34C05F007596BA /* ISPPinnedNSURLConnectionDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8CCBDCD17767B6D1C60DC0B3E1E1964F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */; }; - 8CDAFD806A6E3C4F3BED9145125F6AA3 /* ObjectOwnership.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE74919AFE548065EC11BE7089565F3 /* ObjectOwnership.swift */; }; - 8D017887F057709E01B927BB336138FE /* SVGStylable.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AA35E5FF8FE88980C784C5F72EBFF08 /* SVGStylable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C155C7D6C328E8D3F4D6CB06F58C3A8 /* CSSStyleDeclaration.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1D69BAA5AC62DFC6347747B5199010 /* CSSStyleDeclaration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C24015D0BE181C1B72FB69401861389 /* FPRGDTLogger_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 21B42D222A300F5037A91ECF95BAE226 /* FPRGDTLogger_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C5266F81FA43FF2FEF5B8DDFBD6597E /* GTMSessionFetcherService.h in Headers */ = {isa = PBXBuildFile; fileRef = 973ECE1C5FAB04C0CF7A2FA3FECFF363 /* GTMSessionFetcherService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C90893650CAE68F287F4EF4122B07E7 /* ISPPinnedNSURLConnectionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5136C882BDDE88B45CBD12C14F712E0C /* ISPPinnedNSURLConnectionDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8CB540FC57EFF370B1EB3209F556114B /* ApplicationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98886816A090B30FB2C2F6D8C3383A8F /* ApplicationInfo.swift */; }; + 8CDAFD806A6E3C4F3BED9145125F6AA3 /* ObjectOwnership.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D6B6902A0A0C8C0EFD5212EC3E6D841 /* ObjectOwnership.swift */; }; + 8D017887F057709E01B927BB336138FE /* SVGStylable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B76702ABC30C68C9BBBD306A0DD5772 /* SVGStylable.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8D158FB7773B86AAE9F81A3DFF8F7275 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */; }; - 8D7126C1186C679C1A4409913AE26180 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CE3B59E2DD4B462FA33CE69857C25A /* UIImageView+HighlightedWebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8D739A0E851C00DBE71DB9A2667D4588 /* SDImageFramePool.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C4A8FC94180A302829B61C74FE50568 /* SDImageFramePool.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8D866760C39BAABD36F833AD0AF1FB0C /* FIRCLSUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = B21FCECC48C25BD83F8C2AD22F29F817 /* FIRCLSUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DA70F992CB343AE26A06C56C648664C /* SVGKParserStyles.h in Headers */ = {isa = PBXBuildFile; fileRef = 217D3F3E69FA066F2845C1A40A944FED /* SVGKParserStyles.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8DE27B4AB59F1AA90798A889BCA339D2 /* POPSpringAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0355AC397738AF90B40E9AE53FB98512 /* POPSpringAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DE9D23262AC99FBBA4C85C7830ED371 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = C7D0BF59B0A33DFD19BFC1B8C9F4BD73 /* FIRInstallationsIIDTokenStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8E6342CCA3030F57E6C057F8E73BEAC6 /* GTMGeometryUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D520032AB32284C45180F48B065783A5 /* GTMGeometryUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E734F8282BFD31D9443D311D43EA65A /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DB3CDC09363C1FDFF5F8080D32334EF /* GDTCCTNanopbHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8E9D25C2EF978AE00A4F8B85EFC6C01F /* FIRCLSDemangleOperation.mm in Sources */ = {isa = PBXBuildFile; fileRef = B7FC95D4AE46602E33AC81E70E464B84 /* FIRCLSDemangleOperation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8EAE1EFACC2A98D6829B74F8266F5910 /* CSSStyleRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 34196FBDDB5E0D6A68584682E025EDB6 /* CSSStyleRule.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8EC8DA46D10B927E990B57150CAE6BF7 /* crashlytics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D7C738F6FEDE4936607CBE63260257E /* crashlytics.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8EE65990BDCFDE44B83D581E789BAE96 /* NSError+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 08468386541538D90FCA5E21015FEC43 /* NSError+FIRMessaging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8EE9862FE7AF53BB7D96C5761074D05B /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 05BB91487561FA421478DCD977DBEF51 /* SDWebImageCompat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8EF69F8B68125A5559352B49E546B504 /* ValidatableInterfaceElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 925B8FCD7D72D0AEBA1748ABE87BFE71 /* ValidatableInterfaceElement.swift */; }; - 8EF70BC42A4EA20E5A2E154598F121B1 /* SVGPathElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E17D1A147BAFF253A8C1E7285FE47E0 /* SVGPathElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8EFDE080116A9737406AF17850D4C0D4 /* SVGKLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 17090C6DAB08755557984424861F869F /* SVGKLayer.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8F3C6C783D923186A95085440BB7CAAC /* ProcessingInstruction.h in Headers */ = {isa = PBXBuildFile; fileRef = 911DD234BB2BE87A5FEAD6402A92165B /* ProcessingInstruction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F468DD40A6FD7C37539E690F09FC3CC /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 9AB2E88E7C0EDFB1AB6CC095B9500AC2 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8F4F4E0EA8725E2FF2387B284F67FEC6 /* RadarHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C695E0E4D3C446570E712BDFF50B18F2 /* RadarHighlighter.swift */; }; - 8F706F037824D7D116DDE5887480201C /* AxisRendererBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC287F0A08C0639EDE3A2CB081C2739A /* AxisRendererBase.swift */; }; - 8F774D45DAF6566952014C1FBD08F142 /* FIRCLSUnwind_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A1C2F9A05E673D8EA852A9BF78875CF /* FIRCLSUnwind_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FCF37C58D4ED32D04C367054BD0A89C /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF8FD411FC876BE96B76535E60C630C /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8FD365FC2AE174D4D0893CCA8D4A2F9C /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DDA1B8A9F5C9DC3C75A14018E1267FF /* SDImageTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 902C3B014C8764A481E894B31E3C8B0A /* FIRCLSDataCollectionArbiter.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0168204D374E8A79D92C71FF6EF3F9 /* FIRCLSDataCollectionArbiter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 904E90480AD7A24C890C0CB1BB5D6756 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 57E380AB223CF5C4601C115AFE5D80DB /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9057E89AACDF50680F76F4593CCE0762 /* POPCGUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = BBECC778303835DA93029EC53A839868 /* POPCGUtils.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 906EF891E58A035281766993F82373E3 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 930FEDFE51F0392167E734251152E8D0 /* ConstraintItem.swift */; }; - 907F8AB31A49CB5D75A1B178381761C1 /* FIRCLSDataParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = 966D540492940330C77480E60AB33EA6 /* FIRCLSDataParsing.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9080CC8E6FBE2972BC05A287508355F2 /* SVGGroupElement.h in Headers */ = {isa = PBXBuildFile; fileRef = B76F5FE1DAC3F9E8EB7DAC57E3FA8973 /* SVGGroupElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90850EB478C4ECAA86F6809BD57F3A77 /* FIRCLSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 7944D8C988A880C02CF3CA50700D9119 /* FIRCLSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D7126C1186C679C1A4409913AE26180 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A0DDC512B69B3CC8A82D030FE6AFB2B1 /* UIImageView+HighlightedWebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8D739A0E851C00DBE71DB9A2667D4588 /* SDImageFramePool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8705149BF6846A1C9846B595295107A7 /* SDImageFramePool.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8D866760C39BAABD36F833AD0AF1FB0C /* FIRCLSUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 01BF58F27156E86F6AB7E80C5D45B721 /* FIRCLSUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DA6A4A8C3FECED1DEDE308D619788C9 /* GDTCORFlatFileStorage+Promises.m in Sources */ = {isa = PBXBuildFile; fileRef = C805327304C644738CBE72B44CE6434D /* GDTCORFlatFileStorage+Promises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8DA70F992CB343AE26A06C56C648664C /* SVGKParserStyles.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF5E41F7D021C12375BA748E06F43D2 /* SVGKParserStyles.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8DE27B4AB59F1AA90798A889BCA339D2 /* POPSpringAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 083F31AEDE789C18827CCA7AB11CE3BA /* POPSpringAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E6342CCA3030F57E6C057F8E73BEAC6 /* GTMGeometryUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D455D72B18DA33271C91BB4C9BF4C3FF /* GTMGeometryUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8E74FE80A841C1E7E9DA5757695C6A56 /* RCNPersonalization.h in Headers */ = {isa = PBXBuildFile; fileRef = E3275D531F732921F9B92D06B0E7D175 /* RCNPersonalization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E9A076544B90E3A64FB01555C5B16B1 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB57442F2ECF6E219D940202E1B9862 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E9D25C2EF978AE00A4F8B85EFC6C01F /* FIRCLSDemangleOperation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 306C626CA97E9293F1780AE2D73F2FF1 /* FIRCLSDemangleOperation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8EAE1EFACC2A98D6829B74F8266F5910 /* CSSStyleRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 441745A2902630ACD20F0F5B56C7739B /* CSSStyleRule.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8EBB700BD73D0F9CFD94D594EF2DC3D4 /* FPRInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = EDAD38B4AE322484E11287C719905529 /* FPRInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8EC8DA46D10B927E990B57150CAE6BF7 /* crashlytics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DFCC67501A4209CB978FCF5A7F9C9DE /* crashlytics.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8EC9575DEAE44F598D6B41FBC018D8CB /* GDTCOREndpoints_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 104AAA0392192E0E833F0318A85F1BE3 /* GDTCOREndpoints_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EE9862FE7AF53BB7D96C5761074D05B /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 9259F52B925CCCDCD92CF2583F9449C5 /* SDWebImageCompat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8EF65E0678A764B6EE747B386E64464B /* RCNConfigSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 34817A43FF4AB67C3E5870E622C7BEED /* RCNConfigSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EF69F8B68125A5559352B49E546B504 /* ValidatableInterfaceElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0F30C81157EFDDBBDA217EA09A13486 /* ValidatableInterfaceElement.swift */; }; + 8EF70BC42A4EA20E5A2E154598F121B1 /* SVGPathElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 723954008D01A0F7A3A17BDEAB8EBBCA /* SVGPathElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8EFDE080116A9737406AF17850D4C0D4 /* SVGKLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = C70F37EB2B18A1389746387AE30B1A91 /* SVGKLayer.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8EFF031A99E841454E7929A440C4EFB3 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = AC27CA1EEFCBA601D10D531DA7563BB9 /* FBLPromise+Then.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8F3C6C783D923186A95085440BB7CAAC /* ProcessingInstruction.h in Headers */ = {isa = PBXBuildFile; fileRef = FFE2C0F94D0D01DE4561CC4B56132D60 /* ProcessingInstruction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8F4F4E0EA8725E2FF2387B284F67FEC6 /* RadarHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778D263A6F74152D76E84AD7DA905BA7 /* RadarHighlighter.swift */; }; + 8F6E44B79941BEF0CCCA4A3018C0F870 /* FPRAppActivityTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = A2A018DD768B355440CEED08C81CA01F /* FPRAppActivityTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F706F037824D7D116DDE5887480201C /* AxisRendererBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB1F29DF14E49276D8D2024392BCA1AE /* AxisRendererBase.swift */; }; + 8F774D45DAF6566952014C1FBD08F142 /* FIRCLSUnwind_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FE956C897B4BB5C624E6BFE51CFCC92 /* FIRCLSUnwind_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FC795F6EF33A0C7167CA6C1149C3C7C /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DDED370B56FEC896A2546B3CD5E4228 /* GULKeychainStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8FD365FC2AE174D4D0893CCA8D4A2F9C /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = E06EE257E14C544CE6573B138A726D90 /* SDImageTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9026B151335C44AA10B2770609D1998A /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 22784A0F26772A00616E2BD2261B80F4 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 902C3B014C8764A481E894B31E3C8B0A /* FIRCLSDataCollectionArbiter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1611FBF804BB9B6765052EA2A1D90580 /* FIRCLSDataCollectionArbiter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9057E89AACDF50680F76F4593CCE0762 /* POPCGUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85D939339585078DB3C913736BF966CB /* POPCGUtils.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 906EF891E58A035281766993F82373E3 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208D75440E0507CB5A9BD138B97CBC4F /* ConstraintItem.swift */; }; + 907DAA862888C391837C406FFD1E66F5 /* FPRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = C3EDC6947AB914DB6212E29AD3D6B17F /* FPRConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 907F8AB31A49CB5D75A1B178381761C1 /* FIRCLSDataParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C1DB9BF35549B2E1E823BDC8638A67A /* FIRCLSDataParsing.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9080CC8E6FBE2972BC05A287508355F2 /* SVGGroupElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 81A3DBE51D0295D41FAFA837716CE22B /* SVGGroupElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90850EB478C4ECAA86F6809BD57F3A77 /* FIRCLSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C39FA73FF08954816CAEA4FE487BF32 /* FIRCLSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; 908D531C5384DC99BC5293E6938166FC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 90CDB556411C1EE05D1552B8CCAFE395 /* BinaryFloatingPoint+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CA7DDF702968E17D4B91C17D022D7FB /* BinaryFloatingPoint+.swift */; }; - 90E2EDF19F24E252214551F40717B926 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CD2D547ECB97CD672CEB0B9B46BC25E /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91218968238F58BBB3E84DC5C8A25854 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF7D70D0FC7ECF82AD4254484711EE2 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 912EB936A71D4522F5A45FCFFFF91F53 /* NBRegExMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B58E2EDD5B522FC4C10EF38E3F1B714 /* NBRegExMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 91327CBA9D53177085DECF719E2AAFC2 /* ChartColorTemplates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 619F643CB115FF98EAC060EF4830CCA0 /* ChartColorTemplates.swift */; }; - 9151BF32B8026990499B442093FCC8E2 /* GULRuntimeClassSnapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 889D5D236C59E9911DD19AB86CABF0E3 /* GULRuntimeClassSnapshot.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 90CDB556411C1EE05D1552B8CCAFE395 /* BinaryFloatingPoint+.swift in Sources */ = {isa = PBXBuildFile; fileRef = E50852C87CC8C6F41864A72B83A47730 /* BinaryFloatingPoint+.swift */; }; + 910513963726AFD3470E531E9C76BB51 /* FPRRemoteConfigFlags.m in Sources */ = {isa = PBXBuildFile; fileRef = 7330D3C579F5DC526C137F843423F58F /* FPRRemoteConfigFlags.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 91218968238F58BBB3E84DC5C8A25854 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 29F3CCC4D18C1765DAD63E7CA0382E13 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 912EB936A71D4522F5A45FCFFFF91F53 /* NBRegExMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F72252EBF4E695B6C5BB5318ACD0BCB /* NBRegExMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 91327CBA9D53177085DECF719E2AAFC2 /* ChartColorTemplates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D2EE96A4218379995739969E9A3D74D /* ChartColorTemplates.swift */; }; 91582031EFCDBE8E31F8E56CE15B7C48 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31C4BEFC9861CE8C00724903E4B2FC59 /* CoreGraphics.framework */; }; - 916CC90CA12CDDD95DA6D3E9CF295CF6 /* DDFileLogger+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = AE5AC9D1BA5A086A550DC546E9C6EF8F /* DDFileLogger+Internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 919E6006BA24AC4BE25C70B727D1E07D /* AnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06218E10F21F42A06C33C8418BD6E022 /* AnimatedImage.swift */; }; - 91BAD6D78D80833D2355E792A8B63987 /* PieRadarChartViewBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B5DC8B4B8AEE157B06CCFED85A6A5A /* PieRadarChartViewBase.swift */; }; - 91CEBFC5D1A5D196D3509AE975F2A484 /* SVGKImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 84A7BE260804930056409F186435D76E /* SVGKImage.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 922C0C53147631CCB26507875DA4BF41 /* FIRPerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBD747C8AB3577C11C0BD575704299D /* FIRPerformance.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 92405BB9313EF680083DDD50DA0839CB /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C92F7CDED10F0624DEE9AEB4D952EE68 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9261A2A08255807CA7A1EB2B01765CDB /* LocalOverrideSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D4F7C45ABECE622F026CF0A7991F38 /* LocalOverrideSettings.swift */; }; - 9276126C1E39DCC8744C19F767B422EE /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 542D469EBF28F7F238C405BA41CB040B /* SDImageAPNGCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 927D1B505B07CAAD8C5F667DC520BB96 /* FirebaseSharedSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5C2541AFB61220E823F62ECA848B00 /* FirebaseSharedSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9284981F1F200F37BD9D3241925617B2 /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F4986545D6D2FC08EBA68C7213200094 /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 928F3FA151D5B86549BB832654303383 /* SVGStyleElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 47BDB22968277B6270B78A5D398E45FB /* SVGStyleElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 92A3D1875C7F7623CE931844F3AF445A /* FPRUIViewControllerInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = CC9FAA4BDAB174CBD5B5FB4C62A98B4E /* FPRUIViewControllerInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 92A9CABF04B94E61ABAAB7331DB88DB0 /* pop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D79D5AB6EA395A2DE42548A489E99A /* pop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 92B2FE9F97CF234F3A03D6D5402BF4D6 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = EA1314D0E616E198E1A48F6EAD2BEDF4 /* UIImage+ForceDecode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 92BDBAC2721D04263B87EEF2F138510D /* POPSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5A7EFB8B834DBCC8BC4494BBFFE77347 /* POPSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 92CC0F1A4903E9AAD0B2BDE777304C63 /* LineChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B804E19EC356854463F9BDC08C8EEF62 /* LineChartDataSet.swift */; }; - 930553E5F4C941A6B8FBA851718E29DE /* POPDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 83A4745FB76D87867DD7F81D43654410 /* POPDecayAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 930F8BD7C7F0DBCED41CA77B7BA6976D /* Element.m in Sources */ = {isa = PBXBuildFile; fileRef = 75323DD2C92B46574C75F3A1C1408803 /* Element.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9345C9396B94B142EEDE248D9C7D2CE5 /* FIRCLSAllocate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7ED73CC7427CFDEA38E8A3A54033D2 /* FIRCLSAllocate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9346AF9D34D36D308A8B0D9E06C49A8E /* FPRProxyObjectHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 91BAEC0D50D8F0DF7BE6270B1B199031 /* FPRProxyObjectHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9350B2815B7C49A4719DF0A14A7284C7 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E6D3AA2B484BB6FE533738C8BCF15146 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 937D6966FD44A9A799ED6574EC78CC4F /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 62A25EAFE105EE34F1A4E805C4E10D76 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938CFF5F6DE6E7E8CE94373E51F3E07A /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A4B54AC1939F815999A68F7A0659C28 /* ConstraintLayoutGuide+Extensions.swift */; }; - 93A7B1B80F996A74021BBE4BFFAA40ED /* NVActivityIndicatorView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 642A36957D6013D9964A4CD8DFC7F670 /* NVActivityIndicatorView-dummy.m */; }; - 93B2C41D17539E3289BC19302EB77AB6 /* SVGKSourceURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A665DC52998F65E7EC5D9C1B3F7148 /* SVGKSourceURL.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 93C348C379BC87A19E5A04AF9DFDE536 /* POPMath.h in Headers */ = {isa = PBXBuildFile; fileRef = D3CE945692E735ABD6BA8080DCB8A728 /* POPMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93CC358348D39367653952B679F00ABF /* NVActivityIndicatorAnimationLineScalePulseOutRapid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1AC8CB5A2E1A3CE923CA469552F007 /* NVActivityIndicatorAnimationLineScalePulseOutRapid.swift */; }; - 93DE300A0B3255754CFD547ED8AB82CC /* JTCalendarWeekDayView.h in Headers */ = {isa = PBXBuildFile; fileRef = BDEA94138997ABD117104A339F5F9B47 /* JTCalendarWeekDayView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 93E06E59B85F0DC1E166DB345D54E153 /* UnitBezier.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BCE46BCDB185CA339FB8B19C2EB0835 /* UnitBezier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 916CC90CA12CDDD95DA6D3E9CF295CF6 /* DDFileLogger+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B316D50C7E8D8483A794963AB613D61 /* DDFileLogger+Internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 919E6006BA24AC4BE25C70B727D1E07D /* AnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B052FCCD13416387FF27C0BCA01F504 /* AnimatedImage.swift */; }; + 91BAD6D78D80833D2355E792A8B63987 /* PieRadarChartViewBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D72E2EE5A013567C39AC9AF86780ED /* PieRadarChartViewBase.swift */; }; + 91CEBFC5D1A5D196D3509AE975F2A484 /* SVGKImage.m in Sources */ = {isa = PBXBuildFile; fileRef = C78A5F48118F10E469923120DF5C44F7 /* SVGKImage.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 91F56AB098271805B25AFD3A55FE162D /* Promise+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = E13A34F054A14387EDD897A86EC8913A /* Promise+Testing.swift */; }; + 9276126C1E39DCC8744C19F767B422EE /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4624D3988943623EB728B9BF65B522F6 /* SDImageAPNGCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 92870FADA92AD3E045994DF19EF8488F /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F3CC812EC777E24CDB1A97B204DAACB3 /* FIRBundleUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 928F3FA151D5B86549BB832654303383 /* SVGStyleElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B709EAF2276A12789F00B86B2FAFC83 /* SVGStyleElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 92A9CABF04B94E61ABAAB7331DB88DB0 /* pop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5C9D7FD0DA1FF130FB7B32897F9EB4 /* pop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 92B2FE9F97CF234F3A03D6D5402BF4D6 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 20B9EC1597393BC32C0809DA9FA3A517 /* UIImage+ForceDecode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 92BDBAC2721D04263B87EEF2F138510D /* POPSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0353308298B289ADAE27084A253592A2 /* POPSpringAnimation.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 92CC0F1A4903E9AAD0B2BDE777304C63 /* LineChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E110F7847397990FEC435FEB0292779 /* LineChartDataSet.swift */; }; + 930553E5F4C941A6B8FBA851718E29DE /* POPDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 13999FE4AC223F847FBB071BFD931C5F /* POPDecayAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 930F8BD7C7F0DBCED41CA77B7BA6976D /* Element.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AB5203687EAA4AB7D73732C53E84293 /* Element.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 93364A8F781B6BB313792FE608950BBC /* ConfigProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBE1838471822847B35EFC2C057738E /* ConfigProtocol.swift */; }; + 9345C9396B94B142EEDE248D9C7D2CE5 /* FIRCLSAllocate.h in Headers */ = {isa = PBXBuildFile; fileRef = BD4AE5CEE506F0C01C308E8083C1E0DA /* FIRCLSAllocate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 937D6966FD44A9A799ED6574EC78CC4F /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 24967A384162429B0A63288A21F6E1F3 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938CFF5F6DE6E7E8CE94373E51F3E07A /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AF1DB3ACC21622F57F289C7D1F95841 /* ConstraintLayoutGuide+Extensions.swift */; }; + 93A7B1B80F996A74021BBE4BFFAA40ED /* NVActivityIndicatorView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DC474980F96EE772B9A899EDEC28B383 /* NVActivityIndicatorView-dummy.m */; }; + 93AFCAB504A55E0201422B987A006AC0 /* FirebaseABTesting.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5794D05F3DDB76D5681B451B653BBF /* FirebaseABTesting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93B2C41D17539E3289BC19302EB77AB6 /* SVGKSourceURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A35609F65E05862EA587E77943E7EE /* SVGKSourceURL.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 93C348C379BC87A19E5A04AF9DFDE536 /* POPMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BF6376A83F6312553F442E3DC48D2CB /* POPMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93CC358348D39367653952B679F00ABF /* NVActivityIndicatorAnimationLineScalePulseOutRapid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E925339137B9203AF787E3EBDC13889 /* NVActivityIndicatorAnimationLineScalePulseOutRapid.swift */; }; + 93D725792BC45213A1BD2633754EC067 /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = FF1D0D13F074A8F654744FE571163816 /* FIRInstallationsHTTPError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 93DE300A0B3255754CFD547ED8AB82CC /* JTCalendarWeekDayView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9CA6BBA43C14E4ECDEF79CA192BBD3 /* JTCalendarWeekDayView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93E06E59B85F0DC1E166DB345D54E153 /* UnitBezier.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FDE9C4664CED1DC38642D897691F26A /* UnitBezier.h */; settings = {ATTRIBUTES = (Project, ); }; }; 941FFF957DF059043F3D3392DC191C68 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD1CBCEB1BD9B1433A9BF6825CC57499 /* Security.framework */; }; - 942E6B8858EB8CECC8DB7A80642C3499 /* FIRCLSThreadArrayOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 693019159C5655D0794BC34498C92D78 /* FIRCLSThreadArrayOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9488CDCB6C457239774CF00C7E57F0B2 /* Node+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E9F51703B75717296EA08D6C42E56A8 /* Node+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 94FABBB66C40889574E0DDE194D5AB05 /* JTCalendarWeek.h in Headers */ = {isa = PBXBuildFile; fileRef = 35FDC090998D9BAD8AE886744172EC04 /* JTCalendarWeek.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 942E6B8858EB8CECC8DB7A80642C3499 /* FIRCLSThreadArrayOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 58DB4DDA084D0B76B56F56953BDCD9A2 /* FIRCLSThreadArrayOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 945939F0799955BE7F256A4EB030432E /* StatsigOverridesObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05A9147AC33AE3636EAEA705A2FB6D54 /* StatsigOverridesObjC.swift */; }; + 945C45CE272F22E0FFFC2984C733B452 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = E2BD5C521EEA6CF46FDC5C3B0FC7D67B /* FIRInstallationsItem+RegisterInstallationAPI.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9488CDCB6C457239774CF00C7E57F0B2 /* Node+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = F4209371FE65923861735F02995BCE52 /* Node+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9491B531D891CAB4C567E3AB16571E50 /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = 82C950B6F258E2191D5BDA60978F75A9 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 94FABBB66C40889574E0DDE194D5AB05 /* JTCalendarWeek.h in Headers */ = {isa = PBXBuildFile; fileRef = 73DFFC8154CCED21259D6459E6F647DC /* JTCalendarWeek.h */; settings = {ATTRIBUTES = (Public, ); }; }; 95031F88FEF62E368FC4DB69DC63FBE6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; 9508423E9E493994EC1DC6CDEC5A5EF3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 950B6165276E49A3A3D70801A3BC498B /* FIRCLSRecordBase.m in Sources */ = {isa = PBXBuildFile; fileRef = A3D366894F6B8359EFFE046C37021138 /* FIRCLSRecordBase.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 950B809760A8CE4375DCE1016FB9859F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81D44F6368A9699DC45C80929C271EFF /* ConstraintMakerRelatable.swift */; }; - 9534A5DF800ABC7F514F72C7BDC1A837 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = B0ED6FB374FA7B71FF6D2806A52542B2 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95420C80D827DAF07D073D0728430A6E /* CGImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8980ADC2C1878A933FB4E3F58855B950 /* CGImage+.swift */; }; - 9586210FFEAA72F9F49560B78FAD775F /* Pods-iOS-UtilitiesTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 468E700C65220CA0C9376A180810B51B /* Pods-iOS-UtilitiesTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 959586E32F49FFC1449334B6AFCE9FCB /* FPRCounterList.h in Headers */ = {isa = PBXBuildFile; fileRef = A68B6C20B2EE01122CC8D9B03F766BAD /* FPRCounterList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 959E1B1197D625A8CC84B03E556E7B5B /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 094918B7CF5A432562E47B0CCE6C42D3 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95A63DB7493F605CF19C49B62C0C8057 /* JTCalendarPageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B09022FF44B2F7EE5BEA8BA06F54226 /* JTCalendarPageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95AD8168C6D50DE98A12A6BF77E904F4 /* IBarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A2E540D4B78A1FB21D3525334DCB69F /* IBarChartDataSet.swift */; }; - 960D390D1600FC9D72E8CF5DF8DA7139 /* FIRCLSRecordIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = F7D6CA639901D88ACEB6A52A36B22A4D /* FIRCLSRecordIdentity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9611126740BCB3324F022AD11FB275E1 /* RadarChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9A583FFCB4888EFDBE0AA49912DA02 /* RadarChartView.swift */; }; - 96235A08B4F2C1A8CE666313FCDCF655 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = F70AB776C5825A3291DE072A502D11FA /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96330E031C702F92284F726DD5ABE089 /* FIRTrace.m in Sources */ = {isa = PBXBuildFile; fileRef = C76547FA670E5885D9149D1B52ACF364 /* FIRTrace.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 966AED9649F459280052BC12A2CF705E /* SVGKImage+CGContext.m in Sources */ = {isa = PBXBuildFile; fileRef = F05DA32E0616EB8FB0477832185AFAC9 /* SVGKImage+CGContext.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 96A22C562FAC8A4D28F20413912B06D2 /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 575C05C22E769C5491F84C0EE81715A9 /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96C0B63B8AB0C194C90CB269F4C1D2C7 /* CircleShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958CBA9F71B6D6DEEBED02FC5A4306C6 /* CircleShapeRenderer.swift */; }; - 96CDABA4192AA7208615DD0AB48C430E /* PanModalAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D23892F671788D267E451F9044E200F7 /* PanModalAnimator.swift */; }; - 96F768E0258592E3C5ED3C726B1C93D3 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 9566F0EC249F0BF22384158701630BFA /* FBLPromise+All.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 972BD2BC44DA73FD8F8D5E161496E585 /* ISPCertificatePinning.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BC7E4588E1C77BC4FEAFAA27DE56542 /* ISPCertificatePinning.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 973C1A4627C5405381ED83B561C9959C /* SVGKLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = D2A3DDA6397B40CB174597E54FF1C534 /* SVGKLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 976FF9523D3823563912D7218BE1E76A /* ValidationRuleEquality.swift in Sources */ = {isa = PBXBuildFile; fileRef = D82DE3802E6804364E414C6A380B91CE /* ValidationRuleEquality.swift */; }; - 977865883B6188B335C380BA1B7F7E76 /* SVGRectElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 74A0330731B3A9671599B720D70B5252 /* SVGRectElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9779D52AD8CDA703D6EEE1C6D38E019F /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87DEEBA581B67A9FA34389B9A36F09C3 /* ConstraintAttributes.swift */; }; - 9793065D8E49A5E605AA8D96547BA2AF /* Pods-iOS-UIToolkitsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C8C323C71D9E28F15240806B925C93 /* Pods-iOS-UIToolkitsTests-dummy.m */; }; - 97BCC0DE074B43D2058D6D367CE465EF /* SVGKParserDOM.m in Sources */ = {isa = PBXBuildFile; fileRef = 29DD649A05F84DAA28132245781B2DBF /* SVGKParserDOM.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 950B6165276E49A3A3D70801A3BC498B /* FIRCLSRecordBase.m in Sources */ = {isa = PBXBuildFile; fileRef = F80C722725B3DD9F84C6B6AB8289EF56 /* FIRCLSRecordBase.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 950B809760A8CE4375DCE1016FB9859F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 247AD480BB196B204CED64A774B9A182 /* ConstraintMakerRelatable.swift */; }; + 95420C80D827DAF07D073D0728430A6E /* CGImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6592EBB0E99420423C520958C9B8DF /* CGImage+.swift */; }; + 9586210FFEAA72F9F49560B78FAD775F /* Pods-iOS-UtilitiesTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 95A8398916E0D6217C4D7393A138DFCB /* Pods-iOS-UtilitiesTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 958A315C78DC36DFC20B0E414B99BBFA /* FPRScreenTraceTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F9DE5101C7C27CC7313F5AAD10C73F /* FPRScreenTraceTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9591043EC5567ED9F9E6000BD8707FBB /* GDTCORMetricsMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1355A44748841B4FA0E9A8FC4F04BF32 /* GDTCORMetricsMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95A63DB7493F605CF19C49B62C0C8057 /* JTCalendarPageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 23DD3EF70FEFFD10F1E13BB2170682E7 /* JTCalendarPageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95AD8168C6D50DE98A12A6BF77E904F4 /* IBarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D22ABF451575ED1FCBF1A20AA7FD6A2C /* IBarChartDataSet.swift */; }; + 95C0ECE1989E598BE11D010015F8A115 /* StatsigClient+AppLifecycle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 938682C0A0E76C91D6DD4ECEAA5E0133 /* StatsigClient+AppLifecycle.swift */; }; + 960D390D1600FC9D72E8CF5DF8DA7139 /* FIRCLSRecordIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C3464CAA4E7D67754F7F500EA4A21EB /* FIRCLSRecordIdentity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9611126740BCB3324F022AD11FB275E1 /* RadarChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041CB1404C197162CD8510E5F51864F3 /* RadarChartView.swift */; }; + 962912241B2618003D16047DF51053F2 /* Pods-iOS-dydxFormatter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 554CEEAC16C389C7DDF8D6A351DE6486 /* Pods-iOS-dydxFormatter-dummy.m */; }; + 96670F68D982DDBC41C5666FD837C22A /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 75408CA0613636BAB2B715733DD5D2FE /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 966AED9649F459280052BC12A2CF705E /* SVGKImage+CGContext.m in Sources */ = {isa = PBXBuildFile; fileRef = C589C01D8834CF34E1211DBA84521D74 /* SVGKImage+CGContext.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 96C0B63B8AB0C194C90CB269F4C1D2C7 /* CircleShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47C9E324C3A2808320E9974C11FB33FF /* CircleShapeRenderer.swift */; }; + 96CDABA4192AA7208615DD0AB48C430E /* PanModalAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8695040D2BCE935205F3066BEBEFC033 /* PanModalAnimator.swift */; }; + 97033DBFC6ED67F4F69685047ABF2434 /* RCNConstants3P.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7972E043611489F2D98088578DE2EE /* RCNConstants3P.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 970F33FBA7236BECD45827B6A7EEEAE2 /* FirebaseRemoteConfigValueDecoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9743B65A8486B441C28ED53F20A4C46 /* FirebaseRemoteConfigValueDecoding.swift */; }; + 972BD2BC44DA73FD8F8D5E161496E585 /* ISPCertificatePinning.m in Sources */ = {isa = PBXBuildFile; fileRef = 435CE2E41902742D30FF0F566C21AE9B /* ISPCertificatePinning.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 973C1A4627C5405381ED83B561C9959C /* SVGKLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D4C02FF795E380BA756883A165F015E /* SVGKLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 976FF9523D3823563912D7218BE1E76A /* ValidationRuleEquality.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957DCA01F9C9789E7F56778558A4220A /* ValidationRuleEquality.swift */; }; + 977865883B6188B335C380BA1B7F7E76 /* SVGRectElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 01445309456BE5F8DEB991286D1FB73C /* SVGRectElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9779D52AD8CDA703D6EEE1C6D38E019F /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946C81C3D1B881EDCB00C9130257E52 /* ConstraintAttributes.swift */; }; + 9793065D8E49A5E605AA8D96547BA2AF /* Pods-iOS-UIToolkitsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 640733061789331D46C06F67D9403F3E /* Pods-iOS-UIToolkitsTests-dummy.m */; }; + 979EFB01214D7723E428810E5E155F0B /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = F90E8A6E6B787D4769056D7DFD4A8174 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97B5CBC8FBEDAE782F583CCC840595FE /* FPRRemoteConfigFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = D96631BA8CE2270817A77C8420A1C943 /* FPRRemoteConfigFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97BCC0DE074B43D2058D6D367CE465EF /* SVGKParserDOM.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B5A9D7DCCE07A5C091F974441B45DF /* SVGKParserDOM.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 97CA1DFF2E9875EFCAD4F562168FC0AE /* FPRNSURLConnectionDelegateInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = CA8C93925013048F6AD96DE482F81FA5 /* FPRNSURLConnectionDelegateInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 97D9FA9E183B8BB73F97CFE1E499298C /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2196C039985AF8CBB31AA63DD659BBDF /* GULSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; 97F77473BF1BA391CABC7FC9AB1CB694 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */; }; - 981FC0A56AF22002FDCC694C482F0991 /* ComodoCaLimitedRsaCertificationAuthority.der in Resources */ = {isa = PBXBuildFile; fileRef = 8C425F4996FF40E611B5FB0793E83205 /* ComodoCaLimitedRsaCertificationAuthority.der */; }; - 9838DD37BDF99181482A906126B0D6AE /* ChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97D503A8BC066EBCA018C5200F356619 /* ChartData.swift */; }; - 9855069EE6EE9B9F12BEC6A72D32BF49 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 407C279943307221FDEF656864825CA3 /* UIImage+Metadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 98945F6B39C79C20E4204EE9C4581190 /* SDWebImageSwiftUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9AAE488BBDFB4DB6FD7EDE7919C854 /* SDWebImageSwiftUI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 989C050C62225B2F428C2F22541809EF /* BubbleChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0185F4ED0167C749F25F1BDF5F0FEBBD /* BubbleChartView.swift */; }; - 98C252AF4423F723B14E146C7707BAA8 /* SVGImageElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 95822C3FF77844FF6996C67E94F1B2C8 /* SVGImageElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 98CF4A82F6A7868C5B3669A83043A9B2 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F290DBC3032C4E7A75C6493B6C1C720 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98DDCFC6B665C0214D8B47F287074354 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F6B08CD3ACAB6C3BE8B0CF9CA77DF62 /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 98F75317B9F4CEE542792F1A97278126 /* dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = DE7A7F300410A2CA53D26A31411611C7 /* dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 994043A4233B17CA62C28A52C78A8FC3 /* SurfaceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23677216F193193C6055511F35A2F7DC /* SurfaceView.swift */; }; + 981FC0A56AF22002FDCC694C482F0991 /* ComodoCaLimitedRsaCertificationAuthority.der in Resources */ = {isa = PBXBuildFile; fileRef = 1130B00EE7871716095A2A51733C5AAF /* ComodoCaLimitedRsaCertificationAuthority.der */; }; + 9838DD37BDF99181482A906126B0D6AE /* ChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2A09952CC114EF374B86FF05041EDB5 /* ChartData.swift */; }; + 9855069EE6EE9B9F12BEC6A72D32BF49 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = EE55230C13B752C84A7197A4D57540DC /* UIImage+Metadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9871231B65A0070BB03358A087C27643 /* FirebaseSessions-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 031E0CB826EEFCEE4B90597D1C2F221D /* FirebaseSessions-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98945F6B39C79C20E4204EE9C4581190 /* SDWebImageSwiftUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CD2DD094EBA29F71A84B80BFFCDB7D5 /* SDWebImageSwiftUI.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 989C050C62225B2F428C2F22541809EF /* BubbleChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714C6826921AAC6EC51C721B396E8492 /* BubbleChartView.swift */; }; + 98A01B81F0076E2935F181C6786E57F3 /* GULSwizzledObject.m in Sources */ = {isa = PBXBuildFile; fileRef = AE95C1F9B48FB0450A9120D5F9D23F23 /* GULSwizzledObject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 98BC19B6E523A1F16738E6B8808C4262 /* FIRMessagingTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 68428EC527963B12A35616A5F16BDCE6 /* FIRMessagingTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98C252AF4423F723B14E146C7707BAA8 /* SVGImageElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 980BAA6FBDE3C37B580D2D85ABB8D318 /* SVGImageElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98C68B2BE3C90212B35DF004DAB1647D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD1CBCEB1BD9B1433A9BF6825CC57499 /* Security.framework */; }; + 98D4602C9F861E03157FE552A46F2F85 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 9649D6937B5BD8709AD49CD34F52B796 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 98F75317B9F4CEE542792F1A97278126 /* dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = A11B3749F6466BEA4EA11AD5C80FE22C /* dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9923A4BD111A937C75C94B3C0C7A7F4C /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 82A1865F6AC10592B7DE5EE9CB448828 /* GULHeartbeatDateStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 994043A4233B17CA62C28A52C78A8FC3 /* SurfaceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D28D6448790D0E583B7CE456D297BF3 /* SurfaceView.swift */; }; + 9950DE5BBBEA5159EB2D078670FDB5C5 /* FPRGDTEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 007DF86841C7789E52B8A37409B68959 /* FPRGDTEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 996780E7ED54682803002CE40C4A47B8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 997959542215AE82560474A89AD6B25C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 99A1E725A5656DAFD365B5A3E2E2C45D /* Attr.h in Headers */ = {isa = PBXBuildFile; fileRef = 7629EB4D76CE26E87000AC37D764875C /* Attr.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 99CD4A820BFD12D5BC47330FE5F3B6D6 /* TransformerHorizontalBarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E9297C1E6E86768B6027A255918286B /* TransformerHorizontalBarChart.swift */; }; - 99E0684072713B591EC72F3DB09DC2C7 /* DOMGlobalSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B41C6888408C96AA0D6CA023849BB95 /* DOMGlobalSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 99F7DBB60F5293CB27DF682979372ED4 /* CombineLatestMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = F656493578991CC792BAF288FEC728B1 /* CombineLatestMany.swift */; }; - 99F9732AA924ACB4EEE7F9C8995340A3 /* NVActivityIndicatorAnimationBallScale.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE4873F5DE7AF0A624B8EB23AE24C39F /* NVActivityIndicatorAnimationBallScale.swift */; }; - 99FCC7124DA51D981B0C20DF5879E4A9 /* POPLayerExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = AAE3155206BC8B12AB7606CEF59CBE3D /* POPLayerExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9A08D787397FBA32E932D27CC008D8F4 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F478FB944DBA79C335A3BEB947CF0A69 /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A3E310858C46DFB3AE0F577896F4AE8 /* BarLineScatterCandleBubbleChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA66ABA3D670BFE114A93989FB4F865B /* BarLineScatterCandleBubbleChartData.swift */; }; - 9A47B6BBAEF497EDFE6ECDDC9231A317 /* FIRMessagingConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 106D015AE9133562C978320120C147CB /* FIRMessagingConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9A84BFA2E1CD85EDFFB53CF2C04E1CF2 /* FirebaseMessaging-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A05E1A8BB7D5DB85657A1EA1B05E0BA /* FirebaseMessaging-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9AC4E9CD57727C09D95639A1DD695215 /* RCNDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D6DEBE913E4348C1111515897C6F482 /* RCNDevice.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9AF09A8AF1301B3B97DA1E5B76A19645 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = E41D36AB949E07CF807D55E4B3DD1328 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B1BFCE78C064393660488C7A8FD10A3 /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 18E4D47B3101F19445B8B69BDACEADF6 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B295AB3CD59362F9391213396F4B8D4 /* SPMSwiftHeaderWorkaround.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39A12103DCAAF409BA4545CE1990B733 /* SPMSwiftHeaderWorkaround.swift */; }; - 9B4EB5AD020CDA22B87C0F56C26948C3 /* FIRCLSNotificationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3552CE7AD64321BF96D0AF30EF113CDB /* FIRCLSNotificationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B50D9B78943524F0843FE44177021C5 /* Validator-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 16CAA18BF83A4A24B245C2DB897C7684 /* Validator-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B6C46FFAC557A2F99F2791576760500 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2771DE2693DCB145194298D0048D25AB /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99A1E725A5656DAFD365B5A3E2E2C45D /* Attr.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AF2BE6CFEEB30972EF26A5AEEC419DD /* Attr.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 99CD4A820BFD12D5BC47330FE5F3B6D6 /* TransformerHorizontalBarChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186D9CD7FBFA16FF7B1BE977FF8C2EBE /* TransformerHorizontalBarChart.swift */; }; + 99E0684072713B591EC72F3DB09DC2C7 /* DOMGlobalSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = A6ED8B52B8F0B1201435D283AA46658C /* DOMGlobalSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 99F7DBB60F5293CB27DF682979372ED4 /* CombineLatestMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEF50F8B5756591B59A2D0AF47C0D113 /* CombineLatestMany.swift */; }; + 99F9732AA924ACB4EEE7F9C8995340A3 /* NVActivityIndicatorAnimationBallScale.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10C4E97C5B65EB1BC622D3EE7CC0ED3C /* NVActivityIndicatorAnimationBallScale.swift */; }; + 99FCC7124DA51D981B0C20DF5879E4A9 /* POPLayerExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = C6E6D17BA34B2C8DE988DDDA73A5B77E /* POPLayerExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9A1ADCF8825E2A9E7C1E9814EFCA8A43 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BB82719B983AB47C7BA0D108C4AE3AF /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A3E310858C46DFB3AE0F577896F4AE8 /* BarLineScatterCandleBubbleChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EA193C7FEB4F0680B0F9D855162DF0 /* BarLineScatterCandleBubbleChartData.swift */; }; + 9AA85B7D0A225FFDBF4414739570FB7D /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E6F093D4CD068923478623C3E85CBED0 /* GULKeychainUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9AAB1ABD70D39F0A2B640C0DA363CEE8 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = EB491934B5A2B4E6C143D2756E695191 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ADCCDBF2B1A88F2F433D787307DA034 /* FirebaseRemoteConfig-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 67E91589D909B1F075D1A36B511BFC54 /* FirebaseRemoteConfig-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9AF09A8AF1301B3B97DA1E5B76A19645 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A4FFD847CA1312214DF2184088A8FCC /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B4EB5AD020CDA22B87C0F56C26948C3 /* FIRCLSNotificationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BF00E24C68E5D05F1EF85F756A1ADDE7 /* FIRCLSNotificationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B50D9B78943524F0843FE44177021C5 /* Validator-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DCDBE9FDCC30178929BF0A883E52076 /* Validator-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B796737582C6450228CE49CE5231FE5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 379283FA4D2575BDF6EE36CD772CB3AF /* PrivacyInfo.xcprivacy */; }; 9BA2787F0C58C06C0274040195CF7E93 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75441199AC440007E4E2F7EEBB6B0685 /* CoreText.framework */; }; - 9C10AE014C666B255E6E6D8F2930DA0A /* FIRCLSMachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F74819C443BF425A3BF138ACC31DE79 /* FIRCLSMachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C1FC47CD4988E49903BA6EB4D632B8C /* CrossShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72016F275F523CEB56B4C309FC57EA7A /* CrossShapeRenderer.swift */; }; - 9C4725AEB4C3FDAAABF74E6A22E3D779 /* FPRClassInstrumentor_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BAA6FA6AF434C653DCD9B50153948724 /* FPRClassInstrumentor_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C4ABF7436FCC4BCDD354A64C68CFFDF /* JTHorizontalCalendarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3801DDFD2B5D4D8963D1D056BF166EC4 /* JTHorizontalCalendarView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9C6921BD95CD2E1CB7793CE4E1AF6FA3 /* FIRMessagingTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 551A78061AEACCB294F683990536C655 /* FIRMessagingTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C972D3655D499D04A915F6A290366F6 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FCDA605E757816284E1B4927C1123AE0 /* SDDiskCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9CA1D45F8BC6E9BECBE9D86A5CDD015F /* FirebaseInstallations-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 21B582F900DFA7F9BB6413942A6378D8 /* FirebaseInstallations-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9CC3364BFBF19FE10CD6D8722DA64FBD /* NVActivityIndicatorAnimationBallPulseRise.swift in Sources */ = {isa = PBXBuildFile; fileRef = A82B3884E17A2D760AA738560CA8AD3B /* NVActivityIndicatorAnimationBallPulseRise.swift */; }; - 9CCE7E774E53B6F516858EBFB165DD6C /* Pods-iOS-FirebaseStaticInjections-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AA60C31819CA6E1EF353ACE88AC23BE /* Pods-iOS-FirebaseStaticInjections-dummy.m */; }; - 9CD44A0948858A1630C2179BE84D3F9C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - 9D1FE3063BFAA3535394458E21632CC6 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */; }; - 9D48E67409EED6AF49E08ED47ABA04F5 /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = F935226D8F27DD3DF204DECA978110C9 /* Range.swift */; }; - 9D68D1399F62A6530107EFD2BC6A7A80 /* CocoaLumberjack.h in Headers */ = {isa = PBXBuildFile; fileRef = 32E4562BE73048EFB962C6DC2145E1E8 /* CocoaLumberjack.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9D70FF52563CA0F496ACC96B047ECDD2 /* IShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46F2DB4BF50B6D8CF14353B34EB2FEC9 /* IShapeRenderer.swift */; }; - 9DAEDCDFC933F7227088BECB859BD15E /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD74DCC8A7310448424672AC21BB720D /* FIRInstallationsBackoffController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9E105DF8465A5BBBEB9BD82471231248 /* FIRCLSFABAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5803B0C5FE02FB2CA6A86B4126F49319 /* FIRCLSFABAsyncOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9E2BC9E7344A901A9E47ED0CC9EA3C26 /* CAPropertyAnimation+Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25F9C2FA94287C0DBD9A953D3774CB7B /* CAPropertyAnimation+Key.swift */; }; - 9E376DC696970A3AF1AF8D7CD56F42C1 /* RemoteConfigProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1E109F9D13B4552578FD090B8EB4B1E /* RemoteConfigProperty.swift */; }; - 9E93045AF1449BD0F5E96DA7A8FBDE23 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A6B3DA209A8939ED9106E252932EF73 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EB6CDD8F5E5570798DE4D2C6D9EEAAA /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2D51E99082E3ACF61FA21D9F10A742 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9EBFD116DB874444F29406982B5B8598 /* BarHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4F07DB9405179966C24E28853F91EC3 /* BarHighlighter.swift */; }; + 9BD86455F075D679136B31FDCA946646 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D54AAB127166B7CDF722AE4B29D56613 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BF886FAA390D5FBFE81E4EE09C2674B /* GDTCORMetricsController.h in Headers */ = {isa = PBXBuildFile; fileRef = AC5FCFC4EF495479133FAD5E9C963073 /* GDTCORMetricsController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C10AE014C666B255E6E6D8F2930DA0A /* FIRCLSMachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 05B2922407E421809B6282679A4D790D /* FIRCLSMachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C1EE37916D3A07F376C453EA2054968 /* FPRInstrumentation.m in Sources */ = {isa = PBXBuildFile; fileRef = 768EC5C4896895D4D8CE0D6F64B6994B /* FPRInstrumentation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9C1FC47CD4988E49903BA6EB4D632B8C /* CrossShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5BC566D3EA55AC7BBEF4D7A7DA457E3 /* CrossShapeRenderer.swift */; }; + 9C4ABF7436FCC4BCDD354A64C68CFFDF /* JTHorizontalCalendarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 796F818341F498EF2686B50E4DA16315 /* JTHorizontalCalendarView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9C7C498111E6072D3F02D915D76804A7 /* GDTCORMetrics+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = A9A26BD4E2A0EB3F3161A4B6AAE9A500 /* GDTCORMetrics+GDTCCTSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9C94237081346E8534070D02086EF972 /* Promise+Await.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ADB9A54951A75BEDADB6C2C0B8ED416 /* Promise+Await.swift */; }; + 9C972D3655D499D04A915F6A290366F6 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C563895494F11395CC754837FC6BD486 /* SDDiskCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9CB464B7ABEB21CD21F3A45825361F8B /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */; }; + 9CC3364BFBF19FE10CD6D8722DA64FBD /* NVActivityIndicatorAnimationBallPulseRise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A9D118E7162A6D89629DFECE2EFD146 /* NVActivityIndicatorAnimationBallPulseRise.swift */; }; + 9CCCF7848B07FA3D4626FAA24DA50F27 /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = F80211E779BB1E77D70865155652EBBD /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D3FBBAFDA036EDC4DA45E61B610065A /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E0130F3B8F0D71AD8A1245D82BCE149 /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D48E67409EED6AF49E08ED47ABA04F5 /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40DFDCEC3783F90F39AB909E791D0DAC /* Range.swift */; }; + 9D68D1399F62A6530107EFD2BC6A7A80 /* CocoaLumberjack.h in Headers */ = {isa = PBXBuildFile; fileRef = 53B1F001808C70FB25E0034203A0BB51 /* CocoaLumberjack.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D70FF52563CA0F496ACC96B047ECDD2 /* IShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CF1389CD3DE21EF1354C1B3A108BDBE /* IShapeRenderer.swift */; }; + 9DA58CB8B86C16EC3F996A8FBE8A6036 /* dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 389F3F21BB4BC4F2C5649A946F6C1703 /* dummy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9DC23A82EFA221C536881AD70E4D067B /* FPRConsoleURLGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4261DC4E2401DF7E3183CDCCD7B6FADE /* FPRConsoleURLGenerator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DCD9FA6D2F19104D8A7BE88B84052BC /* Promise+Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5619DDC90970B8AC00DFC7AE3EB9D3C5 /* Promise+Timeout.swift */; }; + 9E105DF8465A5BBBEB9BD82471231248 /* FIRCLSFABAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A49F002BCE0D1AC8F13D76AADE5956C /* FIRCLSFABAsyncOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9E23AA8B1946F34B03AF0EACAC6A20E5 /* FIRLifecycleEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BBB18BDC948C94696486C854649627B /* FIRLifecycleEvents.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E2BC9E7344A901A9E47ED0CC9EA3C26 /* CAPropertyAnimation+Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EFB1849BD28F123819A92F94734679C /* CAPropertyAnimation+Key.swift */; }; + 9E810B504FD516166D59A7DE2DFEC802 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D229050F722D531632A02F5D53C33B7 /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9EADFC8E71153C4C3516866582A9CDAF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + 9EB6CDD8F5E5570798DE4D2C6D9EEAAA /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B35A472187BD2964EFC0FC4482CBF9F2 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9EBD57F50CD318F5C71127BFDA3F72F0 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = EAB83AD51732D0C5FE07BA015D101AC0 /* GULUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9EBFD116DB874444F29406982B5B8598 /* BarHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B020461E9ED03BAEEC8DA4B8AA20310A /* BarHighlighter.swift */; }; 9EDFB43D3D033AF515207222B9450F63 /* SDWebImageSwiftUI-SDWebImageSwiftUI in Resources */ = {isa = PBXBuildFile; fileRef = 1F666B467B4C2BA9427FF79510009754 /* SDWebImageSwiftUI-SDWebImageSwiftUI */; }; - 9EEF090331DF3E2CC078C8C330D5EBF6 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F576696C45F845B4092837142462FCD /* GULLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9EF20C969A3D26AFF74A35A376270C62 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = D973C85A91AA1E500ABC87DAECC35A43 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F0DDCB7B744479E6BAF85795B348CB0 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 81289C5BA757D2307D521C7D1E11B786 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F29F69BD246B0B9016290F8EAAE8EC9 /* FPRNSURLSessionInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = E0A9A96B52B34FB71581AEEDD922814F /* FPRNSURLSessionInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F7D78B497E635AFCF68BE1A3B9C737A /* FPRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAB9D5FF8987D7D15894A68969AED88 /* FPRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F7E08BEF478C9C8752955EB2A087338 /* GULProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 3380F334C82D40A283AABF9555CD7CB3 /* GULProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F9E26622CC54FA66E2C7FC757494142 /* SVGTextContentElement.h in Headers */ = {isa = PBXBuildFile; fileRef = E64AA465B66210E7A49C2FC6957FEE78 /* SVGTextContentElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9FD6659F6DD3FC1F6201E8E3188311CF /* GULRuntimeStateHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9542F8E1E959D32ED1D931FB083F1FC9 /* GULRuntimeStateHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FF10770AD30CEC2B30494AD99F47C46 /* SVGAnimatedPreserveAspectRatio.m in Sources */ = {isa = PBXBuildFile; fileRef = DD58AAA94CF20D77228B02E0D290E053 /* SVGAnimatedPreserveAspectRatio.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A0068E573FF739DFBC7B4AB24B7650A1 /* SVGKParserSVG.h in Headers */ = {isa = PBXBuildFile; fileRef = FACE4FBBFBAB2681709A7DF632420983 /* SVGKParserSVG.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A025BEAAFC5ADF821F2FE9DFE5D97A53 /* AttributedStringBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D4E32153010F362CACC30AC0D5D4058 /* AttributedStringBuilder.swift */; }; - A02EEFC96DF92AB78F933CBC0CBAFD92 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A32663D574808AF8B46045C857BD3F95 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0371DF7D93D9B86BD50474D4B9294FD /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43ED5B9F999342C2E2DF35A4EAFDE904 /* ConstraintInsets.swift */; }; - A03DAEDD408C52915C82A72F15A69DA9 /* CSSRuleList.m in Sources */ = {isa = PBXBuildFile; fileRef = 556963E2FF29AD936C2DA13103E2F82A /* CSSRuleList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A0453007D34991164B1F3195E8FF2215 /* FirebaseMessaging-FirebaseMessaging_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = B0B6501341FD6783C6874C54AB31A9CF /* FirebaseMessaging-FirebaseMessaging_Privacy */; }; - A051999781E1280746F7743BDEEA6C49 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37E2CD902F1FE35F5F26D68B750562A6 /* ConstraintDescription.swift */; }; - A05DB2FB1D83C0D2421A24F161B885AA /* FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6C1B8D07558B65E3777FB29C6324BA /* FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A05F0453E0AC112551FD50F85FBEB6B9 /* Pods-iOS-dydxPresentersTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 343A0BF9285C79459D78CA62B9E2DAB7 /* Pods-iOS-dydxPresentersTests-dummy.m */; }; - A09E15A046C0A82F3F0C26A715E986A2 /* PopoverWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A0F36924BD8DBD98AF264423AE9D5D5 /* PopoverWindows.swift */; }; - A0C56BE70851D8C11B1871A26FB571DD /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = C301D705A4E0603940A91E57048F7C29 /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0DA8453935C9A13BBED65AF828C589C /* IPieChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A7B576D834D4688983CE57A969A338D /* IPieChartDataSet.swift */; }; - A10059C81028F6B7890DB664574FD71A /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = C11D41740649B7DAA7AEF830A97C7BFA /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A11D7AFB36FDBF30F88D03C1D16C9757 /* FIRMessagingDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF4C031A0F71BF4A9BD8EFF3A32E4C7 /* FIRMessagingDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A13A2C1257985EFE4C904620849DBCE5 /* CSSRuleList+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D6A3F9C212DC10502F193062BA2E6EF /* CSSRuleList+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A1A671CD0B7AD5CFAB4AC0C60FB7304F /* FIRMessagingAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B53A87C8475EA977B55B2CA0E103DD8 /* FIRMessagingAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1ADD1E0EB5B16232AF4D4FFCEEB8220 /* Platform+Graphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65154EF2FA340CD008692F1E4BE4116D /* Platform+Graphics.swift */; }; - A1B74155626A3DA480C9316AF3FF8DC0 /* EasyTipView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AFA6CF7068228098A0FEA33458C1358 /* EasyTipView-dummy.m */; }; - A1C4CA45DC11BF6FFA2D3AAD4AD693BB /* FIRCLSSymbolicationOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D89AFE67ADB2BF6F7B6CC4484546150 /* FIRCLSSymbolicationOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A1D7E07CF427E6A08C64FCFA9AEB68F0 /* FirebaseSessions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FDAAB9D2B6FE3AC539D210CC5BAD94E /* FirebaseSessions-dummy.m */; }; - A1DCEED0508C470BF1A026D99C0E687E /* Pods-iOS-dydxV4-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E20B405A7B5CCF397CE4A968B38C830 /* Pods-iOS-dydxV4-dummy.m */; }; - A1E33125E5C6B311CCABB4B191E39137 /* external_prequest_context.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F345186E6C852B280B3FC73B7CAED7B /* external_prequest_context.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A1ECEF7D0755DB691C4A8E19654251B3 /* GoogleUtilities-GoogleUtilities_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 44E291D18340EAC3F761346198515323 /* GoogleUtilities-GoogleUtilities_Privacy */; }; - A1EF6311C54462FEB3E723C28F8E3225 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 407BCAA3020BFB551D265BBBCD073E06 /* FBLPromise+Do.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A1FD3A43BBB6CA6B0105DAD9147EDCC7 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 910B86FE3431729C9157A9D62924432E /* FIRInstallationsErrorUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A2260870049F11902451728731CBBA22 /* Pods-iOS-CameraParticlesTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A7158AD74A2F29A6074020A0CE579978 /* Pods-iOS-CameraParticlesTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A240EE1811EA6CE53C413E71358AF3B3 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = A356FD59050F1C52AABD288713FE1AAC /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A244CCBBA6DDEB8EA57C6EF9B122C889 /* IsAppEncrypted.h in Headers */ = {isa = PBXBuildFile; fileRef = ED014D37EF55ECD2A8488EEAD8427DCB /* IsAppEncrypted.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EF20C969A3D26AFF74A35A376270C62 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F2A1949BD80421917390319E984069A /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F324DC3A4D8A82E837CA6EF71E73C8F /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = C6F5A306D8E437FA56F03835B602BE59 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F6234D94B801BCF7ABFC8CA5887572D /* RCNConfigFetch.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8F283C5F74E41755F13AAE3CB06D27 /* RCNConfigFetch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F9E26622CC54FA66E2C7FC757494142 /* SVGTextContentElement.h in Headers */ = {isa = PBXBuildFile; fileRef = E8DDCDA8B87592980C58C9012A25D988 /* SVGTextContentElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9FC2D30B9946608FE796910B006893D1 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1CF503D77E992C93B82CC90D688683 /* QuartzCore.framework */; }; + 9FF10770AD30CEC2B30494AD99F47C46 /* SVGAnimatedPreserveAspectRatio.m in Sources */ = {isa = PBXBuildFile; fileRef = 357863ACDBC80D72C30AA48D77EE2061 /* SVGAnimatedPreserveAspectRatio.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A0068E573FF739DFBC7B4AB24B7650A1 /* SVGKParserSVG.h in Headers */ = {isa = PBXBuildFile; fileRef = 682633E78B43E6F4DBAE61DF2468FAE3 /* SVGKParserSVG.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A025BEAAFC5ADF821F2FE9DFE5D97A53 /* AttributedStringBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B18940D6D23BC8370921CAAB2C6CD94 /* AttributedStringBuilder.swift */; }; + A02EEFC96DF92AB78F933CBC0CBAFD92 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 86783A1B44B637CCD9CBB0337C3515C0 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0339B8D4BDD6F1BD5D70B254409EEF4 /* FPRProxyObjectHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D0A8424958A6C1400CA75D3432A96317 /* FPRProxyObjectHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A0371DF7D93D9B86BD50474D4B9294FD /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF43104B21E6D3FE1AADB5616D05404E /* ConstraintInsets.swift */; }; + A03A1ADE30C8CDC81D6D72B59D03F9AB /* Promise+Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = D63F1110CADD20A0DC8B6FC52513F4A2 /* Promise+Reduce.swift */; }; + A03DAEDD408C52915C82A72F15A69DA9 /* CSSRuleList.m in Sources */ = {isa = PBXBuildFile; fileRef = 69EB214F15E898FF4E903A2FD1AC3556 /* CSSRuleList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A051999781E1280746F7743BDEEA6C49 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D15B7BF767D065928ADCD53E8C61BD3 /* ConstraintDescription.swift */; }; + A05DB2FB1D83C0D2421A24F161B885AA /* FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = AB0C82DE8EA3D804AF0C56E1D1607FB6 /* FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A05F0453E0AC112551FD50F85FBEB6B9 /* Pods-iOS-dydxPresentersTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2739A6E55369567CE7F044E49008B1C /* Pods-iOS-dydxPresentersTests-dummy.m */; }; + A09E15A046C0A82F3F0C26A715E986A2 /* PopoverWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBAB0063BB24964E3FC4C642A3AE8B4B /* PopoverWindows.swift */; }; + A0C7EAA0DBB1F7F3A93AEEC256C3E546 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DB528566725F8D9AE75C1B887B3F460F /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0DA8453935C9A13BBED65AF828C589C /* IPieChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E2F4C61ACEA9B44A863CED2F6937003 /* IPieChartDataSet.swift */; }; + A13586667B813E36836C46ED97F1B121 /* FirebaseCoreExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D9CAB4E6D62D98B9D373E15CD13D9E /* FirebaseCoreExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A13A2C1257985EFE4C904620849DBCE5 /* CSSRuleList+Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = D44A3EAB80701A967992589C0E2CBC8A /* CSSRuleList+Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A16E0688466E2DF013B61537E0100345 /* FPRMemoryGaugeCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EA14E935104BB14AED3A6644457FDDD /* FPRMemoryGaugeCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A174CA5EB8DDC4E36EBB0928AC5EAB80 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B2C0B28238378F4356D26A4202F1E016 /* PrivacyInfo.xcprivacy */; }; + A1800F104E9DC87DFDFBD7F7F2261F7D /* RCNConfigFetch.m in Sources */ = {isa = PBXBuildFile; fileRef = BE2D0A49B057C1398D1750329687237F /* RCNConfigFetch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A199792687B15B9FFB0D2AF1C9FBC618 /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = D70FE8761F642623CFCBBFDC7AE94365 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1ADD1E0EB5B16232AF4D4FFCEEB8220 /* Platform+Graphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18D82164E7962A9844F23DFDD2484446 /* Platform+Graphics.swift */; }; + A1B74155626A3DA480C9316AF3FF8DC0 /* EasyTipView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F8564DEB42E5D50571081E81D1AFB1D3 /* EasyTipView-dummy.m */; }; + A1BF5D4E22256063AA238247EA90C44F /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = CEFDA4597C5290B8D2C5426BAB05424C /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1C4CA45DC11BF6FFA2D3AAD4AD693BB /* FIRCLSSymbolicationOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B36CC0DDB205C3F87E7B15A394B60748 /* FIRCLSSymbolicationOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A1D48893178F850E68A6B9568FDF2E53 /* GULRuntimeSnapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = C267D687CD44B4BBE63C8DDE05F4C2AF /* GULRuntimeSnapshot.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A1E8B3E4B6EA0226B9E25D848AD38BE2 /* FIRMessagingRmqManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B8DDF8B242467287AEB1CE99854A64 /* FIRMessagingRmqManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A1FC8AC79A2AF80ED3782F52EF4C9806 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = B706C61BEDA54C9A88FE6592E339EFC3 /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A224CF25419EA6CBC396A206CDC1573D /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 90354233E0B4EBA67D189BB64781F78B /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2260870049F11902451728731CBBA22 /* Pods-iOS-CameraParticlesTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 879F2EDB448C866D8B18402E16710A5F /* Pods-iOS-CameraParticlesTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; A250C49F09872CD1449A131AF88B1092 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - A2666723A6C1FAC18DB2BBD8612E2016 /* NBGeneratedPhoneNumberMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 3942DFD041D47FCF158839263B1D0002 /* NBGeneratedPhoneNumberMetaData.h */; settings = {ATTRIBUTES = (Private, ); }; }; - A2D3EDC8F69FF9765DD0BDD1224C938D /* DOMHelperUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8849A6E74F4981ED37C31941FB12D8 /* DOMHelperUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2DCD1D36D93DFF9EBA04C27FD6523E8 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 87ACEE91964F4843F5DE29A4F3A3CA18 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Private, ); }; }; - A2F5984090BA7ED099BF8DB9B62A3A27 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E304CB4F71524D710FEF4240C992245 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A30E798A3B83D41DBEC17537B8048DA9 /* ABTConditionalUserPropertyController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2633344C944C6320032E44E831AEB4D2 /* ABTConditionalUserPropertyController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A32A2EBF1FD9084EC242D6EF83607B0D /* Amplitude+SSLPinning.h in Headers */ = {isa = PBXBuildFile; fileRef = FCE2226E06C6AEFA70D3181B103889B4 /* Amplitude+SSLPinning.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A35148F32B9A62DA95E007E0C63CD31F /* GULRuntimeClassDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = B38F24974565817FEE5FE46066CAC277 /* GULRuntimeClassDiff.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A352B127DBB67009F3CD106E5C97A918 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AE32F12F9BFEB8310ECF9441DA18FFC /* SDImageGIFCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A35877DE0C3D6B4CF2A10E666EF5F490 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E897CDF898382546F464A7D8172088 /* LayoutConstraintItem.swift */; }; - A37A77498ED7A33BA3A06066FB8E8366 /* AMPTrackingOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F01B19A33A23B4DA300A51ECD764E1BF /* AMPTrackingOptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A3804CCD25BC10351FCF961FE3215173 /* IBarLineScatterCandleBubbleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97111478DD8157E4CA97AAA18759E70 /* IBarLineScatterCandleBubbleChartDataSet.swift */; }; - A3A1FF52D3AEF5FC90DA73E392447BC9 /* Pods-iOS-WebParticlesTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 58E3AE73BFEBB0FBAFE903D65A9DD732 /* Pods-iOS-WebParticlesTests-dummy.m */; }; - A3A99AA07B9F1549C01C4567882F2461 /* FIRCLSReportAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6184F513564AF38C291B2FB316892CBC /* FIRCLSReportAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3A9D16B6836BFBBD751347AE8492FC3 /* FIRMessagingTopicsCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = E0718E923587E2B773C72366846E809B /* FIRMessagingTopicsCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3B2D1B2E550D65C3AB3AC090761E8AA /* SVGTextPositioningElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E7AB2CCF81B2B78AF61791CE4E25335 /* SVGTextPositioningElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A3D444E5BAB4CCE20CA4B4A1594AE25B /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB066AA42330D99B3B57A3B9CD177108 /* SDWebImageDownloaderDecryptor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A42C2F9A08E47275CBFD3F7AEC823802 /* FIRMessagingCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = F27229F6F43FF21D01C7AC722A2A25C2 /* FIRMessagingCheckinPreferences.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A484D70CD906A56A126725AA55BDE865 /* UITextView+Validator.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD8093E09DE467AB49CC257834E27E5 /* UITextView+Validator.swift */; }; - A4A3E992003457010F66F3D6BCC2A5C3 /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = E2F0485B9666DDA76CC359398F88A876 /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4AD3FF96A8E9A29BF188D85340FB808 /* NVActivityIndicatorAnimationBallTrianglePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = B88CDF7D7E44125F618FB4D61351EDED /* NVActivityIndicatorAnimationBallTrianglePath.swift */; }; - A4C42574F47916EDDFF4B468602FBD28 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = E880A9EA3ECA8DB8F8FFBFAF43EBBC22 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4CCF0007E6A5328A5319D8D00F7DF62 /* WebImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270B07C1287BAA0E51E51FB628761B3E /* WebImage.swift */; }; - A4D3CADFF696B7FFB6BFCB993781C791 /* UITextField+Validator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6117E465D388F8DDD8FF19251BFADC5C /* UITextField+Validator.swift */; }; - A4EDD74378BE2914FE5A548F9768B343 /* Pods-iOS-PlatformUIJedio-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 927B9D2027A3149E4BF627ADCB9E333E /* Pods-iOS-PlatformUIJedio-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A50189D20A39BA4DBA1434588A5C4404 /* FPRMemoryGaugeCollector+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 618BAEC679812800920C3C503DD3CAFE /* FPRMemoryGaugeCollector+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A502AA973E3D8937F65D1B9B45345325 /* SVGElement.m in Sources */ = {isa = PBXBuildFile; fileRef = B9594ED5055D64C5D01F43B1A45C7C83 /* SVGElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A51C4D1B32F07C893D5F1C445633D71A /* NVActivityIndicatorAnimationTriangleSkewSpin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BF05D2B1D5844394F61721947523503 /* NVActivityIndicatorAnimationTriangleSkewSpin.swift */; }; - A51C98ADB754280470DAE76840EA26CB /* FPRGDTLogSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 23C5A59A890B6E1C5FECC8558F5202E2 /* FPRGDTLogSampler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A53FC5642D9F4A5BB7B8293427D2C5CF /* SVGKSourceLocalFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AE73308419B58B25B6D92B3A5BB9A06 /* SVGKSourceLocalFile.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A54124A272D3B28F99FBF3122BBD15AF /* RCNConfigConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FFA1324CAA57119F8CC02067E68C66 /* RCNConfigConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5556EB8E990EDEF4094C7DE47C2CF4D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 0C353DFCE074EA11891B25AC1680361D /* PrivacyInfo.xcprivacy */; }; - A56B75CBC455FA729ED3E5DDF2E76EE4 /* FIRCLSFABAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0334FDA3A37A6ACCDDB1D2795B46F39F /* FIRCLSFABAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A574BC22939DB256E8575136954B0C5A /* SVGUseElement.h in Headers */ = {isa = PBXBuildFile; fileRef = B05C5A6FF56B4C98F03DE01A5297BB8F /* SVGUseElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A576334021F42AC02962062502F162E1 /* Installations+InstallationsProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 475F3AAB233B7396F59FB4470CFE5076 /* Installations+InstallationsProtocol.swift */; }; + A2666723A6C1FAC18DB2BBD8612E2016 /* NBGeneratedPhoneNumberMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BD6548F0E46A196D12FC5F7746DC848 /* NBGeneratedPhoneNumberMetaData.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A2A9B03B4853D71D46BD0835F68E1BF5 /* ABTExperimentPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = C78B9B3CFC187B662EB1F4B528940611 /* ABTExperimentPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2AFC0F32C8EA5346839D21125615C84 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F019A7D7EB374A0B183B5693F601B205 /* PrivacyInfo.xcprivacy */; }; + A2D3EDC8F69FF9765DD0BDD1224C938D /* DOMHelperUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = FB4E20F518A559BB7DDD8FA8D60AE3E0 /* DOMHelperUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2DCD1D36D93DFF9EBA04C27FD6523E8 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E7BA8291DB925724C964197E3AEF438 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Private, ); }; }; + A3225F0D2E3816C8637FF501621D4234 /* client_metrics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 20C4B6D87F900542B0FBFAF947DA26AD /* client_metrics.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A32A2EBF1FD9084EC242D6EF83607B0D /* Amplitude+SSLPinning.h in Headers */ = {isa = PBXBuildFile; fileRef = 41295DD20DD049DAD5B454405FB2ED60 /* Amplitude+SSLPinning.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A352B127DBB67009F3CD106E5C97A918 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 977D1A6B8A5AB5F983CA56F1E4DAE875 /* SDImageGIFCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A35877DE0C3D6B4CF2A10E666EF5F490 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F493658629183C8BE50FE8BE3FC5E48C /* LayoutConstraintItem.swift */; }; + A37A77498ED7A33BA3A06066FB8E8366 /* AMPTrackingOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BFBFF9955AED91189C24B9DA79F9CDF /* AMPTrackingOptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3804CCD25BC10351FCF961FE3215173 /* IBarLineScatterCandleBubbleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00F8BAE9E3324C24F91EBDE602C018FF /* IBarLineScatterCandleBubbleChartDataSet.swift */; }; + A3A1FF52D3AEF5FC90DA73E392447BC9 /* Pods-iOS-WebParticlesTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 284D35842C6ED84BB49759F8B823CD61 /* Pods-iOS-WebParticlesTests-dummy.m */; }; + A3A99AA07B9F1549C01C4567882F2461 /* FIRCLSReportAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B30CFD9D1F1124F90DF468E28EE7FF0 /* FIRCLSReportAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3A9EBBE1C8E91E14C5D82C4C8FB2B6E /* FIRExperimentController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E8BD6BE3CACA7CF2136D1DF509E711F /* FIRExperimentController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3B2D1B2E550D65C3AB3AC090761E8AA /* SVGTextPositioningElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A6C892FA4301D99202B8545AFEB7344 /* SVGTextPositioningElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A3D444E5BAB4CCE20CA4B4A1594AE25B /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 2625F31D7BF41509A29D611F5A658E3B /* SDWebImageDownloaderDecryptor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A466826816E88316F96B9247C3CAE3BF /* SettingsDownloadClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 772EBCB6AF17773A52C507B7C5B35862 /* SettingsDownloadClient.swift */; }; + A484D70CD906A56A126725AA55BDE865 /* UITextView+Validator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4F1B1410E792C5EEEE70D2020DE7C8 /* UITextView+Validator.swift */; }; + A4A3E992003457010F66F3D6BCC2A5C3 /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 31400691AC7C7D51D22DF64C5591838B /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4AD3FF96A8E9A29BF188D85340FB808 /* NVActivityIndicatorAnimationBallTrianglePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A3094E5185CC1E4936E4366F0BF4A0C /* NVActivityIndicatorAnimationBallTrianglePath.swift */; }; + A4CCF0007E6A5328A5319D8D00F7DF62 /* WebImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5348F5F18D56118E15299EB22A14CC6 /* WebImage.swift */; }; + A4D3CADFF696B7FFB6BFCB993781C791 /* UITextField+Validator.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8503585ACDEC1DBD56070E7DF92220C /* UITextField+Validator.swift */; }; + A4EDD74378BE2914FE5A548F9768B343 /* Pods-iOS-PlatformUIJedio-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A82C93400D8839F8DDD1657BF990FF3 /* Pods-iOS-PlatformUIJedio-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A502AA973E3D8937F65D1B9B45345325 /* SVGElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D8943C0AB3BEA2D4B97E35319B16491 /* SVGElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A51C4D1B32F07C893D5F1C445633D71A /* NVActivityIndicatorAnimationTriangleSkewSpin.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3C1AA947751B87DE2BCFCA2174E75B0 /* NVActivityIndicatorAnimationTriangleSkewSpin.swift */; }; + A53FC5642D9F4A5BB7B8293427D2C5CF /* SVGKSourceLocalFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 47E067F71FAAF9EAF3D21F63B8226F92 /* SVGKSourceLocalFile.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A56B75CBC455FA729ED3E5DDF2E76EE4 /* FIRCLSFABAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FFF62D548BDD4136D9C67C33AC8D9D4 /* FIRCLSFABAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A56BE5950C5E4F4675465F621C71BBF1 /* StorageFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE9023D93E2561BEBB9276E1EA0A3E31 /* StorageFactory.swift */; }; + A574BC22939DB256E8575136954B0C5A /* SVGUseElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 34483D003B2CE9863147FA0D6EF2FED6 /* SVGUseElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; A58F28D17B77DD2F9F875E7FE148AC4E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - A5BBB698DF1D4480FD47F982C5252205 /* SDCallbackQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = D637848E9CFEEB81267F21DD615C0576 /* SDCallbackQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A5CC099598496B339A4688453C860E29 /* Amplitude-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5496CE3BDB213E8654CD0400A569B3 /* Amplitude-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A5E279B7D93403E1AB7B4F9ED0DFAB41 /* Pods-iOS-dydxViewsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E19FD1DBC67F6446114710D0251A13 /* Pods-iOS-dydxViewsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A59298A30964FE3525E2B29A3D972E2E /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = FFAEDD8487FAFA232E0CBDD680F74169 /* FIRInstallationsIIDTokenStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A5BBB698DF1D4480FD47F982C5252205 /* SDCallbackQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B6FC5A3BC127D04E8302971253E9C3D6 /* SDCallbackQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A5C85D2B4A25B4F3147FAC515C8E2AC0 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F9D8B03B74C90539918583CA274B3F9 /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A5CC099598496B339A4688453C860E29 /* Amplitude-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F336658B40500CBDA8655928F5C03B /* Amplitude-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A5E279B7D93403E1AB7B4F9ED0DFAB41 /* Pods-iOS-dydxViewsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D606613296A25B3DB89BFDB4DF4DF67 /* Pods-iOS-dydxViewsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; A5F0F32948CD7ED6E2CE07332E5B2C7B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - A6024ADF735DB6027F5BC75D7F6E2DF0 /* FIRMessagingTopicOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D21FCDCC5DF70B1C029269AD5CAC1C6 /* FIRMessagingTopicOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A607BCD807616DA5A00CAE8250DCE078 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - A660217A909DCEC53B335D6220840B46 /* PromisesSwift-Promises_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 067CED0F0662BBE6DC889AEC6DAB3049 /* PromisesSwift-Promises_Privacy */; }; - A6ECE0425B5128AC2CB29146E26B60AF /* FPRMemoryGaugeData.h in Headers */ = {isa = PBXBuildFile; fileRef = 139F9D7A855E978B5B4094ACA43BDE85 /* FPRMemoryGaugeData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A71EB73E2DD446BB9A7CF288FC37DC90 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = C72BDDAF4E7B111A7713A9BFB6711B0B /* FIRConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A7419116F4CA533E8F7F05D70938078F /* FIRCLSRolloutsPersistenceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC31D4C61D3957B0A6573A4E1A34BE5E /* FIRCLSRolloutsPersistenceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7987ACE4532613365892893499BFFCC /* FloatConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A3C3DE42D076AEE255813CD13FEA43 /* FloatConversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7A2E42C5044C1D43D00EF41A5AF1FDE /* Pods-iOS-Utilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 600539F9B38D0C7AF3469F0131A620D0 /* Pods-iOS-Utilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7B07794DA08C3E7E1DB357AEBDF0910 /* PanModalHeight.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D4BC37C1203933F14E43586B412424D /* PanModalHeight.swift */; }; - A7C93F237BFE3216D31DA6DE5D998F6E /* SVGHelperUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = CFAF57E9EE77643A0BDBB0824D1B3ED0 /* SVGHelperUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7DC1A78F5195528ADBF697418A36931 /* Pods-iOS-PlatformUI-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2ECA7AC4F5D74B98B3FE99A7B5A55F /* Pods-iOS-PlatformUI-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7E0D1137B72DD8A3999509196ACACFE /* iCarousel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 61962C510B5792FF27E40267EFE3F6D3 /* iCarousel-dummy.m */; }; - A7F5CEEDA51E64021BDCF82192272301 /* DrawerMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D31A2796AFFA08E1F776BC949C38926 /* DrawerMenu.swift */; }; - A81F5E7AC6A31EA09FB5B0CD5ECBA22E /* Exponentiation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F693E078FDE89CC95D72B10883B146A0 /* Exponentiation.swift */; }; - A83B685824C48CCBC8A14659F5E76B3F /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E17A7C568BB5A83244BEE3254440AFF /* SDWebImagePrefetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A88A0C74BA05EDF29725B27D2B009371 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 140CEDF7969969CCE9644EAB41A1E22B /* SDAnimatedImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A88CBF23A8153CF35F8ECB470ED933A5 /* FIRCrashlyticsReport.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC20B2B2C3E8ABDB35E2639667DE02F /* FIRCrashlyticsReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A88E820B87CD53D437FBC57635F6CAB4 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C71D85CA3A5FEB91D2ADBA7D5BD3F1 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B4330735A76DA4E2138379F8702979 /* FIRCLSDataParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE0FC21E7FDD011850B72E64CE57E48 /* FIRCLSDataParsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8DDA561A6A75AA642C91AB027716B9C /* TriangleShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 540A06675C4559B28C21ED2B48639C95 /* TriangleShapeRenderer.swift */; }; - A8E3F81EF630AF65E52B814A3043A727 /* FIRCLSNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F6C1D0B6FD76712AA3288E64F5885DE1 /* FIRCLSNetworkOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A927D86CE141A40B1595184041766662 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B155BF4E1301BB607EC7503B75E0E4C /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9293EDD387A23BE768DBAFDC8FD0F53 /* FirebaseInstallations-FirebaseInstallations_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 47C581450CDB4A6111CB97EEE0711A8C /* FirebaseInstallations-FirebaseInstallations_Privacy */; }; - A93247AF9DC3E502C31CBE3C7AA752C2 /* NBRegExMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = FFBEBE180CE25493748D835D10380ABE /* NBRegExMatcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A96B6B374C68DD7416680243A8109E5B /* FPRInstrumentation.m in Sources */ = {isa = PBXBuildFile; fileRef = 99EBB70BD686407112A3D83216B91BF8 /* FPRInstrumentation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A97769FBCC52E4620784E5F74C0939D7 /* ZSWTappableLabelTappableRegionInfoImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = B7627E596E764B6CE1483383489E6BF7 /* ZSWTappableLabelTappableRegionInfoImpl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A97E505A02124A7E79385DB7A395CB16 /* HeartbeatLoggingTestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ECCF105B390B8447CE73AA662232636 /* HeartbeatLoggingTestUtils.swift */; }; - A998D384E1304E0765BC587F98E57B11 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 612EF4BE04E88D3FED247B758C05B9AD /* FIRCLSURLBuilder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A9A1F83ACB428646305F61B25B15E072 /* FirebaseCoreExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D49EDF6CF3E1DDEAEBA3F1EBC535F4A6 /* FirebaseCoreExtension-dummy.m */; }; - A9B919DD49F97C796E3BF64D0F5AFE03 /* LineChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFB93F2E821FC017E806F4C22C05CF9D /* LineChartView.swift */; }; - A9BDFCC41AB4635C4EC2CDCA29E6CC47 /* DOMHelperUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 59875B9B916F4AC9D486597E97CE1555 /* DOMHelperUtilities.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A9C88B93A2B10DB27DA85647ACBD4732 /* GDTCORProductData.m in Sources */ = {isa = PBXBuildFile; fileRef = 945E474C51B9A2642FDD763FA5D2776E /* GDTCORProductData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A9F4096043B683CFEC4316EDE72B6323 /* FPRSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 74DE176D00C79C947291A77424BEB067 /* FPRSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AA11EB09CDCF509575AA62DC63FB176A /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = BE6BD38950C1DDECC98C04EDF1C9E7ED /* UIImage+Transform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AA279F50879C4E564E3230842E84EA1C /* FPRSessionManager+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A2CC692C3976128BBD46B0D8B013CDD /* FPRSessionManager+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA4A62FFE67E89C28C56B217F1FC3BAD /* GDTCORMetricsController.h in Headers */ = {isa = PBXBuildFile; fileRef = DC6CEDC0CDB41E6FA9FA0DF6DD1AB480 /* GDTCORMetricsController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA5065DB8CE61B66F7AD623D8A86FB2B /* SquareShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28579F787630868754897D8A81F89B18 /* SquareShapeRenderer.swift */; }; - AA9578B98EE22DA3FE1DF4CF81A2B11A /* NVActivityIndicatorAnimationLineSpinFadeLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FCDF928DCD4A3D4B74A7409F33844B9 /* NVActivityIndicatorAnimationLineSpinFadeLoader.swift */; }; - AAD4C166F51D0C63C3524DA9B0300804 /* IRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 406F7BDD563781E0384BBA3E82036026 /* IRadarChartDataSet.swift */; }; - AAEA3BEB33E32C67C724A657019247F8 /* Pods-iOS-PlatformParticles-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 07032FF9878CB9AD117A85BBD73524EF /* Pods-iOS-PlatformParticles-dummy.m */; }; - AAEED9BAFC5823B48890D18CB697C8B2 /* RCNConfigExperiment.h in Headers */ = {isa = PBXBuildFile; fileRef = 08225D0901423B54D25C1BD8D0B434E7 /* RCNConfigExperiment.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAF86A411CD4B7200B50D89099D217DF /* GTMNSString+HTML.m in Sources */ = {isa = PBXBuildFile; fileRef = AF7C76ADC414260E4619550409AB559E /* GTMNSString+HTML.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AB0CCAF6CDF9520E0378193CDC130806 /* XAxisRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A32430A433188B25BCD90C6A435E1413 /* XAxisRenderer.swift */; }; - AB1ABC62280492A2AC00F1ADAEB67A6C /* FirebaseRemoteConfig-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA8F964F83A2232DC84AEE662E490540 /* FirebaseRemoteConfig-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB1B06E82D04A6D51119029FEE84ACE8 /* SVGTextLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = CC18FE2DA232D0E7EDCA1BB179FFDEE3 /* SVGTextLayer.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AB262199E647F8FCEFAE81CDFED6A1A1 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1472B1155573C8FA5B95106D6E13C8C9 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB413461F69B7B57651296FEA857C383 /* SVGUseElement_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 9261E99A30F40B156E6235EE758CB6EF /* SVGUseElement_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB4387ED084B4EEBAC7456FF9297765F /* FPRDataUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E09F91971D531C4965ECEC3E9E7BCF /* FPRDataUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB456B6F15AE55488A189BAC63709253 /* external_prequest_context.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 146FB91CE9FFEE96FB4595A8ADC80603 /* external_prequest_context.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB6F95544066FFFC38030F811A75D870 /* FirebaseSessions-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F48BD45AF696A622BDA3A5C869D98D /* FirebaseSessions-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ABAA6397F60E39E16EA8C90366092308 /* POPAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 69877226D4BB90FA2FEA16E137A11A5F /* POPAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABBFD2C9843C26AFEE066957AB0FB171 /* Pods-iOS-JedioKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4435DE3F64BF405DE66002FCCECB39CB /* Pods-iOS-JedioKit-dummy.m */; }; - ABC466AC62EB1793441D2A5E48AAFEFD /* FIRCLSInternalLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 23E110491DC41C2E51DEFD333B353FE5 /* FIRCLSInternalLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A69DE48E07B5FE3BCF17B193B3D08200 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 95A6A673793246DDDE6C5FA2EB5EBE84 /* GULNetworkConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A6D19024E8ED4E5460587EBE4EA5A2D2 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = D277EBA721C444A647C137421D78BEF5 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A7419116F4CA533E8F7F05D70938078F /* FIRCLSRolloutsPersistenceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 750B288F1F19A432261A336198279BC9 /* FIRCLSRolloutsPersistenceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A756F01A6B07F41EBEB34716742E489E /* GULNetworkInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A687BEA2B52C7AE53206F94B6E59A26 /* GULNetworkInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A77D628EA034DCC761EE6BB269AF6758 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 19739B194E0351B39360C0250220E4FE /* PrivacyInfo.xcprivacy */; }; + A7987ACE4532613365892893499BFFCC /* FloatConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A838C48735645474C10298915858A9FF /* FloatConversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7A2E42C5044C1D43D00EF41A5AF1FDE /* Pods-iOS-Utilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3456484620E3E691CAE6A9AE96F6B5 /* Pods-iOS-Utilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7B07794DA08C3E7E1DB357AEBDF0910 /* PanModalHeight.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E47FE1D441E6453262743CD2ECFBAF /* PanModalHeight.swift */; }; + A7C93F237BFE3216D31DA6DE5D998F6E /* SVGHelperUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = C62B7F8700AAF79AB4F53FF2DF7D810A /* SVGHelperUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7DC1A78F5195528ADBF697418A36931 /* Pods-iOS-PlatformUI-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7865A67BA2F4A9639B5C90BB0E95D7DC /* Pods-iOS-PlatformUI-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7E0D1137B72DD8A3999509196ACACFE /* iCarousel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE849948AC56C7399CD47F789E93AE4A /* iCarousel-dummy.m */; }; + A7F5CEEDA51E64021BDCF82192272301 /* DrawerMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8CF9352E9039034E5A4606ECEA385C5 /* DrawerMenu.swift */; }; + A81F5E7AC6A31EA09FB5B0CD5ECBA22E /* Exponentiation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC82FFC00E5757F21967F9E61E4D05A6 /* Exponentiation.swift */; }; + A839D62FE9A940752ABA3E9BCB29C662 /* GULRuntimeDiff.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A8D5D4FCF4C3A2ADE340503C1922FF /* GULRuntimeDiff.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A83B685824C48CCBC8A14659F5E76B3F /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 8274D41A284D8D58078368A17E5E57F8 /* SDWebImagePrefetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A86C3B3AE3526889CC73751AEEAFBAC8 /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 05A8A809E743CD24A9CB346CE2D3B60D /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A88A0C74BA05EDF29725B27D2B009371 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 81795A393CEA906FD0EC60EE6EA3E3FD /* SDAnimatedImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A88CBF23A8153CF35F8ECB470ED933A5 /* FIRCrashlyticsReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4102B5D4F27AD46A4B6BA9BC20293447 /* FIRCrashlyticsReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A88E820B87CD53D437FBC57635F6CAB4 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BDE7E9F28246F251178263A73781244 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8AA28A5E9E342AFB879796F7008F7D8 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 354F970EF35BB3E893C83BE444B69E10 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8B4330735A76DA4E2138379F8702979 /* FIRCLSDataParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 5072D4054AFDCF05757B9F09D25185A4 /* FIRCLSDataParsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8DDA561A6A75AA642C91AB027716B9C /* TriangleShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DB50A73887D96983E9D38C61B559775 /* TriangleShapeRenderer.swift */; }; + A8E3F81EF630AF65E52B814A3043A727 /* FIRCLSNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A78AFC747083F53F20B9F71B2DAFD3A3 /* FIRCLSNetworkOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A92FD4B4004E26BC15C856151D3BA4CB /* FIRPerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = ADB09CDFBDD7FDE2F7776CB3B00F5453 /* FIRPerformance.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A93247AF9DC3E502C31CBE3C7AA752C2 /* NBRegExMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DDB542C0CC53D5EC5F998DB360BCEB8 /* NBRegExMatcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A97769FBCC52E4620784E5F74C0939D7 /* ZSWTappableLabelTappableRegionInfoImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 17C2EC0A0AF658360E4D15D02B29FB56 /* ZSWTappableLabelTappableRegionInfoImpl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A9823E88B0D7C6419A43F74E613CC3D6 /* SDKKeyValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC70A5E3C57ED91A430BDDB6BAFD31AD /* SDKKeyValidator.swift */; }; + A998D384E1304E0765BC587F98E57B11 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = B9131323AED42A9E26F1DFF46AFF6E1B /* FIRCLSURLBuilder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A9B919DD49F97C796E3BF64D0F5AFE03 /* LineChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B1782000DB38E9AA4AE5D059D76F366 /* LineChartView.swift */; }; + A9BDFCC41AB4635C4EC2CDCA29E6CC47 /* DOMHelperUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9546BAAF0A59922A0AF550C455BD0B /* DOMHelperUtilities.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A9D89B42BA79AE4F8135CA7659C84E43 /* SessionsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6172F63A2056272851ED3E8FFD701887 /* SessionsProvider.swift */; }; + AA11EB09CDCF509575AA62DC63FB176A /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 2618680A515360E2A37731B700276247 /* UIImage+Transform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AA5065DB8CE61B66F7AD623D8A86FB2B /* SquareShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EA2BF35B3675F25B00A98B22ACBA4C5 /* SquareShapeRenderer.swift */; }; + AA9578B98EE22DA3FE1DF4CF81A2B11A /* NVActivityIndicatorAnimationLineSpinFadeLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8547C69625BF7C479CAA287F4AEB7456 /* NVActivityIndicatorAnimationLineSpinFadeLoader.swift */; }; + AABF43A9F91EC89F0F8325DE72E57244 /* GDTCORDirectorySizeTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D66744C83BC63AEE57F82E9662D91D1 /* GDTCORDirectorySizeTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AAD4C166F51D0C63C3524DA9B0300804 /* IRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EC0A6422772E44CB4F8443A05B6F913 /* IRadarChartDataSet.swift */; }; + AAEA3BEB33E32C67C724A657019247F8 /* Pods-iOS-PlatformParticles-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA60789DAD9DF528D2F8249FD1F0506B /* Pods-iOS-PlatformParticles-dummy.m */; }; + AAF86A411CD4B7200B50D89099D217DF /* GTMNSString+HTML.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E4C94F1860AB2BF151C2246D887D28F /* GTMNSString+HTML.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AB0CCAF6CDF9520E0378193CDC130806 /* XAxisRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77EB31C7512353EFDAA4143A946DBCA0 /* XAxisRenderer.swift */; }; + AB1B06E82D04A6D51119029FEE84ACE8 /* SVGTextLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = CFFBD1D241436BFBA3163E6D69212970 /* SVGTextLayer.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AB413461F69B7B57651296FEA857C383 /* SVGUseElement_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = CAE2111D7554D01E45869126435EEF5C /* SVGUseElement_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB85036476383F811C15B8F835872A18 /* GDTCOREndpoints.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D7DEA89F2608D8BBBAACE11BCF3E1A7 /* GDTCOREndpoints.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + ABAA6397F60E39E16EA8C90366092308 /* POPAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E36EA38B6A356AE4577B1F24D338949 /* POPAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABBFD2C9843C26AFEE066957AB0FB171 /* Pods-iOS-JedioKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2159B8D0D36F915A2AE073767D0A96F7 /* Pods-iOS-JedioKit-dummy.m */; }; + ABC466AC62EB1793441D2A5E48AAFEFD /* FIRCLSInternalLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = E3FF480E16523816C5FEC07983A51A98 /* FIRCLSInternalLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; ABD4D9366F4200194E0335F4464C9405 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - AC0F5B611D3EDEE54825932449A124E4 /* GDTCORDirectorySizeTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = A2B72ABFBD6B71C3AAC7BEED42380C4D /* GDTCORDirectorySizeTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC32A22FA700A7C519DA105353C169C9 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 96FAF245162E3955FCCBF02FD899B047 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC54E097D7C201F47F6DAFB953C9DF8A /* Pods-iOS-dydxPresentersTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A6EA781401252B3DF0E21FE72AE63619 /* Pods-iOS-dydxPresentersTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC663FA9B4CAB48B9CDDC92BF7872667 /* BubbleChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714956EA9F437FE16F667C4C55315751 /* BubbleChartDataEntry.swift */; }; - ACA97A7457B70FD618468E4FC9326554 /* SVGRadialGradientElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8047A22C74D3CEE487FBA6916D11F5E5 /* SVGRadialGradientElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ACAAFEFE564C631435FC80ECC26418D5 /* BubbleChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EC82DF45D316CF73AF82A49D4A7C41 /* BubbleChartData.swift */; }; - ACD7FED5646A645F3EDA3F2521156451 /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A13708BEF203C12F2602A197C4825C9 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ACE61EEE4911AD61EE8ADA59467BC61C /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEE9B977691FB589577C6081D8E5A53 /* FBLPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ACEAF3D825CA7ED33E383340AE54D969 /* AMPRevenue.h in Headers */ = {isa = PBXBuildFile; fileRef = FA78D21413BFA0B0A848C5333D8BF5AC /* AMPRevenue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ACED403ACA9F970B61C33E233864E566 /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD237A949E6658998AAF2399FD8106C /* GDTCORClock.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD282967E126A2C6F228E590E0586C99 /* NBPhoneMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = C58B8B5A1BD66A73979BF29A02F97F72 /* NBPhoneMetaData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AD35594BBBC6C6C1D2FDC74079DE5EE1 /* ChevronDownShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AB1C7F4981317607E1CF73E5D57CFE2 /* ChevronDownShapeRenderer.swift */; }; - AD43AB185B34B935EFBB1DACA89F3343 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 123EFDB43B843C6CDA2225009EF9AED2 /* UIColor+SDHexString.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AD45AE2D1BD30165BB9260842C134523 /* EFQRCode+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4BF87099B053101A037FEC786C70ED2 /* EFQRCode+ObjC.swift */; }; - AD503E738FF5E927BC948B6FD9AED16E /* ZSWTappableLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 77D38A97112956E6472CA40B0B6B821D /* ZSWTappableLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD7080D3E5CF44FD2E4CDF300E96A11D /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DD32D5F5A44355DFCDEAFF001B31FD5 /* FBLPromise.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AD77EF00B90B5E3CBA3605855089F7EB /* FIRCLSReportAdapter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC199781957F30EE22BDDA9E52C3A91 /* FIRCLSReportAdapter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABFBDCD8867E79D38DB281EA33BB1C21 /* FIRMessagingTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 382D6A2EC71E7CA6B87CFDF1824946AE /* FIRMessagingTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC08023F49421E69BBB6EA965114F008 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 570CE96B5B5C783EFED75429AB0364F1 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC32A22FA700A7C519DA105353C169C9 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F1575DCF5A6E97F3564BFC8DFEBCEA60 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC54E097D7C201F47F6DAFB953C9DF8A /* Pods-iOS-dydxPresentersTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B2718FC7CE18F450915AE94F90325E16 /* Pods-iOS-dydxPresentersTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC663FA9B4CAB48B9CDDC92BF7872667 /* BubbleChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9885DBDA203F69BB239C2C269DDC87C /* BubbleChartDataEntry.swift */; }; + ACA97A7457B70FD618468E4FC9326554 /* SVGRadialGradientElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 4270C502DE6A09CA3D47597737091312 /* SVGRadialGradientElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ACAAFEFE564C631435FC80ECC26418D5 /* BubbleChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4BD1603D386D8939D5D9BBCCBBCA671 /* BubbleChartData.swift */; }; + ACB2D8BB33F6CC22FDE6959F5F458B45 /* FIRMessagingConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = BBD99CD5661EC3759C4E8F6A22C252EA /* FIRMessagingConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + ACD7FED5646A645F3EDA3F2521156451 /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = F8B17156E0636F9AB2873C2C21BEDF80 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ACEAF3D825CA7ED33E383340AE54D969 /* AMPRevenue.h in Headers */ = {isa = PBXBuildFile; fileRef = 32B3DB76AE5021C4820075527E997B55 /* AMPRevenue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD282967E126A2C6F228E590E0586C99 /* NBPhoneMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 39E060FD434E194363173D0E896E3273 /* NBPhoneMetaData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AD31537D1FEE6533DD38CFE26547E599 /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = AA2961E57B06F4254E04C43457A25DAC /* FBLPromise.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AD35594BBBC6C6C1D2FDC74079DE5EE1 /* ChevronDownShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD878B4AD1B1066F1B29F98FA16D6B9B /* ChevronDownShapeRenderer.swift */; }; + AD43AB185B34B935EFBB1DACA89F3343 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 68B8ED11D6E826EA2BD83DD6F11CA5F2 /* UIColor+SDHexString.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AD45AE2D1BD30165BB9260842C134523 /* EFQRCode+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07347DDD74B4C5C850FD04AA261DD710 /* EFQRCode+ObjC.swift */; }; + AD503E738FF5E927BC948B6FD9AED16E /* ZSWTappableLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 13AE84E2C02877563B89015BCCC75577 /* ZSWTappableLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD77EF00B90B5E3CBA3605855089F7EB /* FIRCLSReportAdapter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2614F5B774B88E26D73347CA60C6A9FA /* FIRCLSReportAdapter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; AD7C06736DB835A2F14205C2B88E4E48 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - AD97FE2EE349879547C5C56AE9C7370B /* Highlight.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59302A740E6439230E19E0F726D0E670 /* Highlight.swift */; }; - ADB368EA86941343CBBED3B375CE38E4 /* PopoverModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FA7004C90773441619B151C215A0D27 /* PopoverModel.swift */; }; - ADDD26B99A6D54C00956C6BE7349D77E /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 22A35917EE80958BA0808CAB20B81EB8 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE25F8EB5B95694C0ABFF1ADC09755BA /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 98D06E1CC854DB59CDC8FEC55573B848 /* PrivacyInfo.xcprivacy */; }; - AE47E26664F33A625039214991FAF96E /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = AB333256C75B22FEB49209B791FE186E /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE6EF31D3E08354392BB62EA1D083D0E /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = B1770A49EEC193C3C83243CC4A995EF1 /* NSBezierPath+SDRoundedCorners.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AE7A9D612B96E5CADA59EFE4591DDB83 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 60428356D58EE921C806325C90D0CB9E /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE9F5C31B3D0AF712823799C648B9A82 /* FIRMessagingCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E3495D294A1B93339159B872D7E9AF8 /* FIRMessagingCheckinService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AEC1B4FC241D665D29C41D7DFE532D55 /* Pods-iOS-Utilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20118ACE25EF010B4D135F9F721F5E7A /* Pods-iOS-Utilities-dummy.m */; }; - AECCBD592649028B72E2EF3CF0B9BB5A /* ImagePlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CD7516618CC2A1B568AAD4F985A2DB7 /* ImagePlayer.swift */; }; - AF06DAA9DE4162376BFC31A7D43F3CCE /* Pods-iOS-dydxStateManagerTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EAB5186E1F87A9A6C829DBCCDDF9E77B /* Pods-iOS-dydxStateManagerTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF0F20D716356DB24E48447D8ACA3D5C /* FIRCLSReportAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = BC1F2BE44F81EFC0D2F70852D1B0B394 /* FIRCLSReportAdapter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AF0F6460C6A2D2C624457C97D8CF54CE /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A939EB31FFB7CB5D4FD8AEC2E7DC00 /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF15CA4BADB5E3739D4B0BA5286C4A14 /* FIRCLSFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 94576E0B635AB6A69D19C874CA6173CE /* FIRCLSFileManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AF25DA133D02FE2BE4DCA72BB3FCB483 /* NVActivityIndicatorAnimationLineScale.swift in Sources */ = {isa = PBXBuildFile; fileRef = 934336569A13E8745534CC6099722E5B /* NVActivityIndicatorAnimationLineScale.swift */; }; - AF30C45B303E23E81D58796BA0CA39D6 /* FIRCLSUnwind_x86.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A1B8CF2DED6255998135E52BD9DC940 /* FIRCLSUnwind_x86.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AF3F7817B13FB8311C816EA880853708 /* PrefixWhileBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41869962753EC3D78CD2AA7D713448BF /* PrefixWhileBehavior.swift */; }; - AF4807CEE02119F6F3A54083D47C5149 /* CAShapeLayerWithHitTest.h in Headers */ = {isa = PBXBuildFile; fileRef = FA30D13B5547E56FE5AA5F6245212F81 /* CAShapeLayerWithHitTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF5F8C811BB814D8B7F8BBE70D5454E1 /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 10E8B4ACC28BABFAEAA799EE2AF6128B /* FIRCLSRecordApplication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AF7EB1810A253FD9674177B8053452EE /* AppleSucksDOMImplementation.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB7974C3630784C201FF5CAAB3535CD /* AppleSucksDOMImplementation.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AF96C9611BE412B0231FDF48757FDE7A /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EDEE14B42260EEF07B907F6E1CF3344 /* FIRCLSDownloadAndSaveSettingsOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF9ECF8CF25FB78A8EF2D9B1D4F48073 /* NVActivityIndicatorAnimationBallZigZagDeflect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ACEC4B3306F125CC94BDFDB67027A92 /* NVActivityIndicatorAnimationBallZigZagDeflect.swift */; }; - AFC0E96374E0C622B5CAABDA46879271 /* FIRCLSLaunchMarkerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A2F9551B0028157E87643DA227B6A95 /* FIRCLSLaunchMarkerModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B022DA970899741E37738D7E886F5275 /* MoveViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3242FB9A5F0BE192E7064FC046A36948 /* MoveViewJob.swift */; }; - B023FDD4625EA17104A6268A124DE6CF /* SVGTransformable.h in Headers */ = {isa = PBXBuildFile; fileRef = 092A1C28905C8371A53602A9CC49E0F1 /* SVGTransformable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0306CEDE989A2BC2087A75CCEFA01BC /* Pods-iOS-UIAppToolkitsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19BA60CCF3523DF7553C68F49F9AECF3 /* Pods-iOS-UIAppToolkitsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B086F7ED89E23696E750F269C1D75E0B /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9CBB79883544B19635E17399EE8092 /* SDImageHEICCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B0E40D01751F2AE203F45AED6C938F0C /* CocoaLumberjack-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2110619CE15E1E8AA7BEFAABA46D62D2 /* CocoaLumberjack-dummy.m */; }; - B0E462F299138FA188179DB17F76044F /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 019AAB5606D6D3B801853691FCFA7B83 /* FIRComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B10D3098FFD604DD507B42B5CD0C6DA4 /* DDOSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = EB7E65C50BE88BD926FCC1D9CB20BCDF /* DDOSLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B133BB9C9B03481C7F1D221F35A617F2 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED746FC84A317AA00561B0BF9D5168E /* Constraint.swift */; }; - B1362CE4EE779AC44DFE6BD532002DA4 /* sessions.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA8C9E2C62CC4592622FB48534A1EF6 /* sessions.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B158D7E30B371F3C617D2EE95B3C515B /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 534189E581C07515E125ED7791F39107 /* SDImageLoadersManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B1F280753CA169A2A1BA95C5653F7B07 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 375524493B17CDF82BD7D1DD92B4C0C8 /* FIRBundleUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B23A27C6E5F031FCE2C1FFA3879F066F /* Charts-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 601A8F5A2375B475F2D5CDA2FF7D7A78 /* Charts-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B24161A3E033C9E98BA9561A653E5193 /* _ObjC_HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E6A4B88748650587060B5A22E4D52C /* _ObjC_HeartbeatController.swift */; }; - B2428A3AB7DDBEC68EFFC2D32FDC506A /* Patch+Apply.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86935895A62081D0A898F2D838907B94 /* Patch+Apply.swift */; }; - B26879960B2F95DAA5612C90EF65DBC9 /* PanModalPresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C589F47A6CEC3FDF72571FFA7085C17 /* PanModalPresentable.swift */; }; - B2AF22C6E302847218B522167F991E61 /* AnimatedViewPortJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 425E8326AFFE209468C37E499D27BD4A /* AnimatedViewPortJob.swift */; }; - B2EE55744B624CCAE0F604DE206D11B5 /* ValidationError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D094F7D0BA6FA18D9335F1E006A8A1C /* ValidationError.swift */; }; - B2FE55B7974D3BACA9170B41B3AD80F8 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 007CA7FC188EF97A7CF0265EEFAE0F8B /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B311644D4FB2B084755B97F9E62D0517 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B876502C2100BDC5BD048687E3C899E /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3683206C9662FE897E9D6DB7758CE29 /* _ObjC_HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8870FFB3B51320F9A0EB47559F6F0CB /* _ObjC_HeartbeatsPayload.swift */; }; - B3A418CBF4162D474C828FE6E1253A5F /* FirebaseABTesting-FirebaseABTesting_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = EBC0124F859F5CDD9578E444B7412AC6 /* FirebaseABTesting-FirebaseABTesting_Privacy */; }; + AD8AF34B835CA22D15C60FB357680B47 /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = F80F66DA6A3D04F5774F08F7D9D8AE04 /* FBLPromise+Wrap.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AD97FE2EE349879547C5C56AE9C7370B /* Highlight.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB352D9FA7CA3FFEC931A15019A78476 /* Highlight.swift */; }; + ADB267BF463A06DE67981FE16A892726 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 83332EFF6A5E6CFDD59E6A92FBDC25F3 /* PrivacyInfo.xcprivacy */; }; + ADB368EA86941343CBBED3B375CE38E4 /* PopoverModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B103A03EAFC6BAD572E3A7196ABBA8B /* PopoverModel.swift */; }; + ADDD26B99A6D54C00956C6BE7349D77E /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CB3D765C4AE7373ACB36BE76AA76AEE /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE6EF31D3E08354392BB62EA1D083D0E /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AC9206958221912FCCB0250B0D24E5A /* NSBezierPath+SDRoundedCorners.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AE7A9D612B96E5CADA59EFE4591DDB83 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EF22D70EF19ABB87D31477B499D5CAE /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE8AE4F61AC7ECC7CE5514C7AED849B8 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 4AC651C8D57CF5E6ACE2C1DB45582C2D /* 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"; }; }; + AEC1B4FC241D665D29C41D7DFE532D55 /* Pods-iOS-Utilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 435D3F434D4814AAED68892EAB9B1FBD /* Pods-iOS-Utilities-dummy.m */; }; + AECCBD592649028B72E2EF3CF0B9BB5A /* ImagePlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85F480FF99A2C0C57A87FB652E184922 /* ImagePlayer.swift */; }; + AF06DAA9DE4162376BFC31A7D43F3CCE /* Pods-iOS-dydxStateManagerTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 44CB1D74A4E9D4B1388F00CC634A78E0 /* Pods-iOS-dydxStateManagerTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF0F20D716356DB24E48447D8ACA3D5C /* FIRCLSReportAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6467FE01754B6CB2F9EB25B7A773821E /* FIRCLSReportAdapter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AF0F6460C6A2D2C624457C97D8CF54CE /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFAB7A48E84D8F5DFD4017114B46762 /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF15CA4BADB5E3739D4B0BA5286C4A14 /* FIRCLSFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 989F1A9976B7BE493049C55D9D228C6E /* FIRCLSFileManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AF25DA133D02FE2BE4DCA72BB3FCB483 /* NVActivityIndicatorAnimationLineScale.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07866B969B55F241B7650265DD809286 /* NVActivityIndicatorAnimationLineScale.swift */; }; + AF30C45B303E23E81D58796BA0CA39D6 /* FIRCLSUnwind_x86.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F4E9CD8732C2429FAE784A90D72E3D0 /* FIRCLSUnwind_x86.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AF3F7817B13FB8311C816EA880853708 /* PrefixWhileBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6E406674BB39BB6156135972A188F19 /* PrefixWhileBehavior.swift */; }; + AF3F80B4ADE0BCCE07440E3BCCF3C56A /* FIRMessagingExtensionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 82481572B8007EFD41B84DB255231FB1 /* FIRMessagingExtensionHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF4807CEE02119F6F3A54083D47C5149 /* CAShapeLayerWithHitTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B390494735356BEC17EF0DE292E4AFD /* CAShapeLayerWithHitTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF501A8EA57DC329058E0CF25AED7F97 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = AE34D959A9E4E80D1C60B8D19E988CC6 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF5F8C811BB814D8B7F8BBE70D5454E1 /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 0146137D254C48B5C321AF440F7F0520 /* FIRCLSRecordApplication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AF7EB1810A253FD9674177B8053452EE /* AppleSucksDOMImplementation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5394C89067F67F83E5DCDD9192F6953A /* AppleSucksDOMImplementation.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AF96C9611BE412B0231FDF48757FDE7A /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1007B8EEC2E83F4E2893FDA8CBD46848 /* FIRCLSDownloadAndSaveSettingsOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF9ECF8CF25FB78A8EF2D9B1D4F48073 /* NVActivityIndicatorAnimationBallZigZagDeflect.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED8E2736C58B348419124236FFDE0200 /* NVActivityIndicatorAnimationBallZigZagDeflect.swift */; }; + AFC0E96374E0C622B5CAABDA46879271 /* FIRCLSLaunchMarkerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1469539E0A02329724D652810A7BE087 /* FIRCLSLaunchMarkerModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B022DA970899741E37738D7E886F5275 /* MoveViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEABBE9E2D932D7EE0A7B6CDB6427698 /* MoveViewJob.swift */; }; + B023FDD4625EA17104A6268A124DE6CF /* SVGTransformable.h in Headers */ = {isa = PBXBuildFile; fileRef = 73E0D06C9C47F9C041843D34A477DA81 /* SVGTransformable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B0306CEDE989A2BC2087A75CCEFA01BC /* Pods-iOS-UIAppToolkitsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EDA4DE50D7EDEB79E5AEA450ACDFC25 /* Pods-iOS-UIAppToolkitsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B086F7ED89E23696E750F269C1D75E0B /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F31319EA5C1D8C70C92B4C220814D11C /* SDImageHEICCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B093AAE12AF32E258568E83CFE24B8FE /* GDTCORStorageMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A1FAC3DEEF9E0EB8A6385F9D105614 /* GDTCORStorageMetadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0E40D01751F2AE203F45AED6C938F0C /* CocoaLumberjack-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E272D081296C00FBF6D380F925C0C4 /* CocoaLumberjack-dummy.m */; }; + B10D3098FFD604DD507B42B5CD0C6DA4 /* DDOSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3055638B96C34DB4977D2E2D8A73EBF8 /* DDOSLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1306D7437411A1B001928546EB677ED /* FIRPerformance+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 677347A3798A4AA2A6FC554D1C654080 /* FIRPerformance+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B133BB9C9B03481C7F1D221F35A617F2 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3862FBF36616CB8CF53AF46D979DA0B /* Constraint.swift */; }; + B158D7E30B371F3C617D2EE95B3C515B /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DBE09148AD22AE2C443D377685B269D /* SDImageLoadersManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B19ED6D250331EFBD7406D7987D07CF1 /* FPRClassInstrumentor.m in Sources */ = {isa = PBXBuildFile; fileRef = A08339EDA825EADBEDEA89B2D3DEBC45 /* FPRClassInstrumentor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B1B8D69FEFE23F645815CEB4A271BB18 /* Promise+Any.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB60AE72CC4E030CA804D026EFEA95FE /* Promise+Any.swift */; }; + B1C18B45C6962ECD497496908579A493 /* FPRNSURLConnectionDelegateInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = 928417649C1B2E0B31252D42984EE078 /* FPRNSURLConnectionDelegateInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1E980407BE28AF330009282E463CAE7 /* FPRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BA079C38C0BDFFAA70D46F613D83E77 /* FPRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B21A53AD73C9ABBC22933C5F64FD18B0 /* NSDictionary+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 7582EF811D4958B66DAFC9183BB895E1 /* NSDictionary+FIRMessaging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B21A54DB1358A6C49085FA910681F3CF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + B23A27C6E5F031FCE2C1FFA3879F066F /* Charts-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 616A8AD461FDE51433320CCBB0F98C77 /* Charts-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2428A3AB7DDBEC68EFFC2D32FDC506A /* Patch+Apply.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F26C27159CD2FB6846D4A09BA3B8A0 /* Patch+Apply.swift */; }; + B25497B11735D66787FEEDF38950930C /* FPRPerfDate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B572F374948D78E1F4D2AB4719001E3 /* FPRPerfDate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B26879960B2F95DAA5612C90EF65DBC9 /* PanModalPresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF22F24CDF2953ABA3D12289C10F69A1 /* PanModalPresentable.swift */; }; + B28C363D1F4AAB25FD399BD67FA11C83 /* FPRGaugeCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 48ECA1ECE14DDAAE06C6FBA6585C95D1 /* FPRGaugeCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2AF22C6E302847218B522167F991E61 /* AnimatedViewPortJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EF334AFEA8D9C905285F78D678EA11D /* AnimatedViewPortJob.swift */; }; + B2B5C77870B733283DFDA76993DC8891 /* FPRInstrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8484EA3317BBECC8F118A910E40E3161 /* FPRInstrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2B98FEA1917AA54FAF620742421B1BF /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 743890668339C3AC55133B3E6E45A931 /* FIRInstallationsAPIService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B2C8D5E891E20D2ED5118FA852FBAC60 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 936978A8791924B211DB704D67098D02 /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B2EE55744B624CCAE0F604DE206D11B5 /* ValidationError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97CAE3BB138F3DA2BF022C2176188E7B /* ValidationError.swift */; }; + B2FAE111D3B424C489EEFEEF028D1A6D /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 62167B36EE88E033ACC617E0E5CCFAA6 /* FBLPromise+Await.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B311644D4FB2B084755B97F9E62D0517 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 69D0B191457222201D3FCDE344E73B3D /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; B3B54ECC7CC6C693F161544BE8E90F04 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - B3C6A5EBDAFCD73826DA48629031071D /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = A2DA4096332606F4B64BD5475210F991 /* GDTCORUploadCoordinator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B3D230217953A9C3CC608FE877C71AC7 /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD27FE878AEEA5889A3575C5450A6539 /* PromisesObjC-dummy.m */; }; + B3F25745464E192F9BB3F919BF006F33 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B5E6F71D16BA904E07300682D2E71AF /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; B3F5061CC2253E90AC9A4ADB43F09D57 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - B3F75D115D5150C258F5E68404751010 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B70F1833A48A4872BB7315AE1064291 /* ConstraintConstantTarget.swift */; }; - B3FF8D0D5733647EE69AED63492C5EF4 /* NVActivityIndicatorAnimationCubeTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 640974370ECC6F2D69DE417054798DC4 /* NVActivityIndicatorAnimationCubeTransition.swift */; }; - B4041D40D7D70C2213694192173D0F74 /* FIRCLSApplicationIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A6087692AE1FEC04C334BAA0F3B1D85 /* FIRCLSApplicationIdentifierModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B408EC5F933E9A5092DFC56E90312305 /* FIRMessagingTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB1E9D04A390F56FB350478F6677A3A /* FIRMessagingTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4157D075790145F0535B24796D0AECB /* NBPhoneMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 596A895419675F6B5CCD106AB68510DD /* NBPhoneMetaData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B43FDDC71ABB8F5DEF6B79EF13844369 /* String+HTML.swift in Sources */ = {isa = PBXBuildFile; fileRef = A29AFDDAF3B6CE155E89D0F86A58F60E /* String+HTML.swift */; }; - B467CF3AC7505F2E887CAF141A30146A /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B23E78790A1E6F67CF380CCA542619 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B470E890D12B009902DE483919426295 /* CSSValueList.m in Sources */ = {isa = PBXBuildFile; fileRef = BCAD55A6F86B8F15A83E7065C3408F9B /* CSSValueList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B3F75D115D5150C258F5E68404751010 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C727AE886CF4DC5394F8156A5C59C9C /* ConstraintConstantTarget.swift */; }; + B3FF8D0D5733647EE69AED63492C5EF4 /* NVActivityIndicatorAnimationCubeTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BFC210614B572B83B506FCDCF84D966 /* NVActivityIndicatorAnimationCubeTransition.swift */; }; + B4041D40D7D70C2213694192173D0F74 /* FIRCLSApplicationIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A6E3C22CB92F68EC671D55F2A7AE6A1E /* FIRCLSApplicationIdentifierModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B4157D075790145F0535B24796D0AECB /* NBPhoneMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = BDC9C75E87155AF8617BA22F055B0D29 /* NBPhoneMetaData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B42A71132DB54529E9AD9D774038494C /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 07B3CFE55A278E0DEF2E01D2FD6C1E8A /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B43FDDC71ABB8F5DEF6B79EF13844369 /* String+HTML.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB920BF67CDA938D89E4AC68E34F9257 /* String+HTML.swift */; }; + B470E890D12B009902DE483919426295 /* CSSValueList.m in Sources */ = {isa = PBXBuildFile; fileRef = C377ABE3C6D4B923CAAB19114C4245FA /* CSSValueList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; B4987DC42B3DDC4B450DF84FB7BEC6BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - B4BC0CD18B683AD23E786A339FC98B8A /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1897C91A2DDD83DAD7D28E1FB8BA700E /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4EB2B0CF22A92D47AD97E3D2763B5C0 /* Pods-iOS-PlatformParticles-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C9A5911B9BDE1DCD8266F75CE09135B /* Pods-iOS-PlatformParticles-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4F9C9EC1B3F1689AE56BB719AE5439C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A68874EBBDFB38E4D620EA3749CBE2 /* ConstraintDirectionalInsetTarget.swift */; }; - B503A44694FF8284C9577D42AFDC28FD /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C02434140AE5153D5F231CBC70F997BC /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B521B8C49E695156D5C566E6AA5909FE /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 17798E96E30B7583AAEE59D6577FE0AD /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B54BB1E9FDAFDBF04C6FE10525AE1622 /* JTCalendarWeekView.h in Headers */ = {isa = PBXBuildFile; fileRef = E89C6B9CB3EF10A9DDF08DDB607E1C60 /* JTCalendarWeekView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B56B1CD6423A4757902310A665737014 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = CCED4E221543716389CCD3F8FA3C5556 /* PrivacyInfo.xcprivacy */; }; - B58FCF608CB812C80FA1D2D9A06DE94A /* GDTCORMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = F89BE5D5F546931DEB14C20171E92073 /* GDTCORMetrics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B59DB35C5EEC08A44334C1387E15C320 /* POPAnimationTracerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA9852F8D5D1315CE39B30E2FE38268 /* POPAnimationTracerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5AA22ADA1A43E8FA09C64B27BB70D68 /* FIRCLSByteUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 0932FE6C1CC7BBEB9D748B69C056E3DB /* FIRCLSByteUtility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B5FF1E7AAFCF0F649DB73ED41D21B262 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = F125CBAD5732189108EB7FE3598F89BE /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B617FA9F098139A67E51E1B3127BFFC2 /* CALayerWithChildHitTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F6B017DE081B442D39F48DA417E46A9 /* CALayerWithChildHitTest.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B6190C32A4836C1EE316ED330A3B6AFF /* EFQRCodeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28261FBDEC65DBB79EB736B8E4C5B66F /* EFQRCodeMode.swift */; }; - B635CFD3076FF016B40D9D209352555F /* FIRCLSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6508CBF7E0945547147346D6454398 /* FIRCLSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B647F4A666574DF4E6D0A3689050F48C /* SVGAngle.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B67B64708540D57340721CB587F0754 /* SVGAngle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6767566631C4F5901DAAAD01E701280 /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = A8737EA2A5609646124C0A5861A6A118 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B69CFFE03940B0A3B2EA9ECC0958800D /* Pods-iOS-ParticlesKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E22090837943491E7A3E3641E22E8C5 /* Pods-iOS-ParticlesKit-dummy.m */; }; - B6A6A7411299AE48702AF4FFE7B45B4B /* ComodoRsaDomainValidationCA.der in Resources */ = {isa = PBXBuildFile; fileRef = CCA9E1172A2C16CD2293ADFE92858840 /* ComodoRsaDomainValidationCA.der */; }; - B6A88C0A4345F020D84813CD7CDD76C1 /* FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A5297C9581F0F52615935673566948 /* FBKVOController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B6B4D42185FDC07D2C54A8E35AD6F172 /* FPRNSURLConnectionDelegateInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = 6287BF912327BE032FE0CF3D636EDBC9 /* FPRNSURLConnectionDelegateInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6FB5C955E1F1A54E6B01221725D1C68 /* GTMSessionFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C2AA1012BCF5770B80A6AB1C5E1F516 /* GTMSessionFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7035EB12EE42858E27E6ABDAD109B15 /* FPRGDTLogSampler.m in Sources */ = {isa = PBXBuildFile; fileRef = FE279795BAD41C7B7649CCC05D54C23C /* FPRGDTLogSampler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B71EF2A111D54884A8BA6AA0E502B5C3 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F675A834E65F8D5055AB981A7A8A2EE /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B73BCBD8599B24BAA14BA03077F715FE /* POPLayerExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = D1A6BF334BF7D88B81BAC7CCF33518E1 /* POPLayerExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B749650EA6AB0DEA534236EDB2F618F1 /* FIRMessagingAuthKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D622EF450294FDB79A96C12A66323B2 /* FIRMessagingAuthKeychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B791CB9C4E0EA5DF4CAA79E4BB2DF32D /* FIRMessagingSyncMessageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3897D257818FA41EC62AA1AAECAC8F1C /* FIRMessagingSyncMessageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7B3F548D939A885B87BC38F24AC9118 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B2CEE7EF53560092345E420CA8EE436 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7D60E6C5B6B51362CBFA653FB6049BC /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 96E51A6CC73CB29B4AD506F01AE43E8E /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7F6D813210BAA6B0DDF499D545EB5CE /* FIRCLSdSYM.m in Sources */ = {isa = PBXBuildFile; fileRef = A3B0B9C68C9211E1B8FFADB12E39B007 /* FIRCLSdSYM.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B80FCEF5ABC014B09963F4E65BDE3C41 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 4511C4B8E54A5CE975D96A310718D153 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B816A07BD03D7D6B928D204A0E9E5798 /* CSSPrimitiveValue.m in Sources */ = {isa = PBXBuildFile; fileRef = ABACB2EB7EEFDD899BEAF3E52F23889E /* CSSPrimitiveValue.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B8488D81F13F1E0A5E4C5BB4D6F1B5E0 /* IndexAxisValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36FE291F39C5D7479C5DB0A5F0E16492 /* IndexAxisValueFormatter.swift */; }; - B87C3DC6F5AAEA3CA06D0610AB969FE4 /* FPRNetworkTrace.m in Sources */ = {isa = PBXBuildFile; fileRef = B47BCB2E1C49D77B06BE96BAC8328D6E /* FPRNetworkTrace.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B885E4D686A365291E7379DE6141D88A /* Pods-iOS-AppsFlyerStaticInjections-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DC749D3C41CBB809AB2A35DFCE66D05 /* Pods-iOS-AppsFlyerStaticInjections-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8B0244E4902E60EF4EB3C250BDF6E1D /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F52C6D91494CAB893A6E21B45BBC70 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4A41F1B457B8CA8B18A316AC7CF8341 /* FPRConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 163A7EFE77DFA78AB1F5719CEC50C24C /* FPRConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B4EB2B0CF22A92D47AD97E3D2763B5C0 /* Pods-iOS-PlatformParticles-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CD2AC9EBB420145FA28D68EE8AC6827 /* Pods-iOS-PlatformParticles-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B4F9C9EC1B3F1689AE56BB719AE5439C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CBD57F6F4A03BB3C2EA6502CD8F2027 /* ConstraintDirectionalInsetTarget.swift */; }; + B50C728463EB1E48B84FB75C17E4F4F9 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = C5733DFB46AB6EA2C1EBB6EDE2983C52 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B54BB1E9FDAFDBF04C6FE10525AE1622 /* JTCalendarWeekView.h in Headers */ = {isa = PBXBuildFile; fileRef = DEAA66B23F5184322B90CA8FF85CFA19 /* JTCalendarWeekView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B54DB6BB5135DAE808EF24AC931A7B8F /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 969D9DD2F38088873978B286F3878CA5 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B54EF9E77010AD5A19B9FBB0651EEDA2 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 5115FC94829CF30F6515E28AE10838BB /* PrivacyInfo.xcprivacy */; }; + B5514C9330248F49697C056B0449DFEB /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D18E62B07F23EB13C1760E7C2D8F12C0 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5746E78A2BA01326AC32669F377004D /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BD52CF9988716E933C7CD3F787CE112 /* nanopb-dummy.m */; }; + B59DB35C5EEC08A44334C1387E15C320 /* POPAnimationTracerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DE1CA995A0D81091FC1B879A976C9D9 /* POPAnimationTracerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5AA22ADA1A43E8FA09C64B27BB70D68 /* FIRCLSByteUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = CCAE1C8CBDFAA60B3EE53CA0E3421685 /* FIRCLSByteUtility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B5DFAC0C09CB4FDC766CDB30A3617627 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 247FF766448A33D379A5995984ECC1EE /* FirebaseInstallations-dummy.m */; }; + B5FF1E7AAFCF0F649DB73ED41D21B262 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 038C994B663AE8F4B6BC80B25D762EE5 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6013C1696D56B397A89E0CF76A41CA5 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = D27EDC24236DAA72867795A2965743CF /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B617FA9F098139A67E51E1B3127BFFC2 /* CALayerWithChildHitTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 67C87A37996BFFF651B4579D87785F9B /* CALayerWithChildHitTest.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B6190C32A4836C1EE316ED330A3B6AFF /* EFQRCodeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 424521641C150F003CF481CB6D0E12E9 /* EFQRCodeMode.swift */; }; + B635CFD3076FF016B40D9D209352555F /* FIRCLSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 524EA86AB2ED88892649C86D6129FBF0 /* FIRCLSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B647F4A666574DF4E6D0A3689050F48C /* SVGAngle.h in Headers */ = {isa = PBXBuildFile; fileRef = B1EF3BD6D68A6E09D64674018E073C11 /* SVGAngle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B69CFFE03940B0A3B2EA9ECC0958800D /* Pods-iOS-ParticlesKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 289ADC5C3D55269A3D4D7393FB162963 /* Pods-iOS-ParticlesKit-dummy.m */; }; + B6A6A7411299AE48702AF4FFE7B45B4B /* ComodoRsaDomainValidationCA.der in Resources */ = {isa = PBXBuildFile; fileRef = 78255F536C3ADE94F9A555D55B094492 /* ComodoRsaDomainValidationCA.der */; }; + B6A88C0A4345F020D84813CD7CDD76C1 /* FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = B4982A77EEA25C33B3D2F65AB2862D9D /* FBKVOController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B6D96CA287E52EED01DA3261BF2994B9 /* FIRMessagingTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 298C08DFAF1C5FBDF97D15328A09E28E /* FIRMessagingTokenStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B6EECEF52278D206FD4E3379A318D92C /* AtomicDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A7A1E6475BF4B2AF11F861EAF4E8AD /* AtomicDictionary.swift */; }; + B6F958F320B24D0B38CD3F837E886F91 /* MarkerBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF64559545957E479090786CF3A69BB7 /* MarkerBase.swift */; }; + B6FB5C955E1F1A54E6B01221725D1C68 /* GTMSessionFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = C7F13460B4D5D3F54FB8B4337D8E75C2 /* GTMSessionFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7147EFBD9C1B042F78F72BDF87D3BD8 /* StatsigOptionsObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 835DBEA3E3585043570DBBC92995C2B0 /* StatsigOptionsObjC.swift */; }; + B71EF2A111D54884A8BA6AA0E502B5C3 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F47B3E6167FD262282525D2A885849 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B73BCBD8599B24BAA14BA03077F715FE /* POPLayerExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 477E54E51285F3E75C7FA5C5031BECBE /* POPLayerExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B746FDF9DB033AD4FF18BA1AD1D83798 /* FPRSessionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B8E1E5BC33C4C51AEB71DB0AE993E37E /* FPRSessionDetails.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7A16DD630B0E649ECAC9EA94A60C9ED /* GDTCORMetrics+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 432C444407F67ADAF44AA3CA0B49408F /* GDTCORMetrics+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7B3F548D939A885B87BC38F24AC9118 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = FC48D77559BDB8A2D443BB66E13159CC /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7F6D813210BAA6B0DDF499D545EB5CE /* FIRCLSdSYM.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FFDEF9FEDBC02004E56810DCA13878F /* FIRCLSdSYM.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B80FCEF5ABC014B09963F4E65BDE3C41 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 5954663A819EED2A5B3A2133D60551D1 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B816A07BD03D7D6B928D204A0E9E5798 /* CSSPrimitiveValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7DFE49161D4B12A88DAC1CAAA208BE /* CSSPrimitiveValue.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B81994F316D55E5948FF521D9659FF39 /* FirebaseRemoteConfig-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D48D6667D2694EFFD2EACBA606523F96 /* FirebaseRemoteConfig-dummy.m */; }; + B840A103950F3FE442FC5EF956C042EF /* FPRUIViewControllerInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = D8ABEE198647C868BC667F7FB3E98634 /* FPRUIViewControllerInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8488D81F13F1E0A5E4C5BB4D6F1B5E0 /* IndexAxisValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49ABBE3196C70B90E974F2CDC47E9F2A /* IndexAxisValueFormatter.swift */; }; + B8637CF3ADCC8EE43983CEF5F017EDD7 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CB013503F55F8105871B0BD4D8A7409 /* GDTCORReachability.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B883F07284709728D2070CD8570ADA78 /* FPRClassInstrumentor.h in Headers */ = {isa = PBXBuildFile; fileRef = 58217F42A84BB45D4C2D1FF110FBC232 /* FPRClassInstrumentor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B885E4D686A365291E7379DE6141D88A /* Pods-iOS-AppsFlyerStaticInjections-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 00C899BBE29FFC2E96B1B5457B2A5FA6 /* Pods-iOS-AppsFlyerStaticInjections-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88DC55729D02D8F39C4C51973694C3C /* FirebaseRemoteConfigInterop-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4DA95456C1729F639B8B2B34FE7593 /* FirebaseRemoteConfigInterop-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8D4F037751A47760B7513C1EBC67044 /* ABTConditionalUserPropertyController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B5429715C6C1D3977C5C3A4B220D64E /* ABTConditionalUserPropertyController.h */; settings = {ATTRIBUTES = (Project, ); }; }; B94C2346DF0882078E46EAF4401436FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - B965286963814C7DCF6C4D2C9E3C40C0 /* FIRExperimentController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9047DD93CB2520D7C9E451893E2D1512 /* FIRExperimentController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B96BCDA4AF618BF171AA502CC84FCD8F /* Data Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D494E7A69598F71DE63F1A6CCFAD485 /* Data Conversion.swift */; }; - B96DBAB775E9C5765A4C6CD14171B736 /* Pods-iOS-UtilitiesTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 825A2CC85CF909DB1DD17EBC44581D3A /* Pods-iOS-UtilitiesTests-dummy.m */; }; - B972DAFD444751CFFA0F67E73B39CF68 /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = C4549EB027A39691D5FF37B12C8019A7 /* GDTCORRegistrar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B96BCDA4AF618BF171AA502CC84FCD8F /* Data Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4110648172126B5661B56C05EF2807B5 /* Data Conversion.swift */; }; + B96DBAB775E9C5765A4C6CD14171B736 /* Pods-iOS-UtilitiesTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B940AFA7CDFB87FEE3990A7FC6CD48B /* Pods-iOS-UtilitiesTests-dummy.m */; }; B98EBEDF5EB7189F6BBB82A1CE217B01 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - B9A4762A1177603836CD028DEBAB54EE /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 35F66F3DCAE6D90B058A9C67B1FCC589 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9AEAF8F425CDA91E20219232A7C7C1B /* Pods-iOS-PlatformRoutingTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BFFD3F08C97EE04DA4B1FB52C67CB8AD /* Pods-iOS-PlatformRoutingTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B9BB4C2671B45018CE1AC88E23E87AB0 /* Pods-iOS-WebParticles-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5553449A554E315B2F458E36D903B8D3 /* Pods-iOS-WebParticles-dummy.m */; }; - BA02F463B2C7F12BC85D723CD5F2C6C7 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 755BBE10A923AF5E44778A8350FFC663 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA0DB9B3C7A8D3BAD8064AC0167C5DF3 /* FirebaseSharedSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1206E7295BB6B992179E2978E413F37A /* FirebaseSharedSwift-dummy.m */; }; - BA22B53330A96A8F05F0C27E1CC616BA /* SVGSVGElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 79EFF66EBCD26925C8C6EE71F65940BA /* SVGSVGElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BA290A1B092051C1E21EBCF9B2D39AE2 /* GTMStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 80E0849826C139072730C5826DA45F28 /* GTMStringEncoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA5883CC04FA1C14B98206E06052D07C /* HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9301DA5C6FED392073C6976D5A4F31CB /* HeartbeatController.swift */; }; - BA81FB3EE8AC56CBE2D62254AB8B4065 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - BA99DA2A34CEE0EB21DBC63D117658F2 /* NVActivityIndicatorAnimationPacman.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB48346F708FC76650F4960F25A62823 /* NVActivityIndicatorAnimationPacman.swift */; }; - BAA1DEEB0B73847F65DC54CBDD8ED75E /* SVGKFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6348EEFB4D8F3F9EECB69B9D595AB6F /* SVGKFastImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BABF709125B32D59384D630E838CD211 /* GDTCORStorageMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = A08194B43C3B67C1847497E48866E510 /* GDTCORStorageMetadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BB2579D50580F236FA8349501B688E89 /* SVGKParseResult.m in Sources */ = {isa = PBXBuildFile; fileRef = DFFCC7A72A2ADBA146FC837D5664A9F1 /* SVGKParseResult.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BB31CC54186DDAAD89F139C89B93CA7C /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = E2E3571BA218E1B1568E0B8152669880 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB71EF452EF3533ED35B127CB149BBEC /* NSArray+NBAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = A798A4AAE26C59827AA9C9F34D5B3203 /* NSArray+NBAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB90DE06414590AF93D9CF016705493A /* HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFE9C7127FE57F0855E38189640BACF2 /* HeartbeatsPayload.swift */; }; - BBBAD2E18025EBB5EC3E37500D98D8FD /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 15EBF78A294532E7B34C5A2CD796B4A9 /* SDImageIOAnimatedCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BBDCD11FD33D2D0804E5B5D02A773810 /* GDTCORUploadBatch.m in Sources */ = {isa = PBXBuildFile; fileRef = A32ADCF6709C46FBE207556DACC095DB /* GDTCORUploadBatch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BBF69AD0CED063DEE303065BFDE48389 /* SVGTextPositioningElement_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = D4557ECC6751AFEA3D5E6343F47DA2DA /* SVGTextPositioningElement_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC0287C4AD8372114E5F6B246B7D8F7D /* IBubbleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 822F0A05102CDECFE04E6F12954B2F54 /* IBubbleChartDataSet.swift */; }; - BC06B0BFD848FB5309003816F5E91140 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 7679A4ABE8026CECFBC487ABEFA47214 /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC196D9E0BD91F340E03F98438C88B2F /* Pods-iOS-dydxPresenters-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A1F1A551BD948B7CC6A1D3B083C6A9D7 /* Pods-iOS-dydxPresenters-dummy.m */; }; - BC1CDDEB95740171E9F7DC7B6113AEA2 /* Pods-iOS-dydxPresenters-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 149574FCBA00E0709F1D1FBE087AE827 /* Pods-iOS-dydxPresenters-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC20332401D08F663BB75ED5624DB53A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - BC2ED778703C0A1789DC3C70C3E8DFEE /* FPRDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = 96F00F0712CE990426EB9A0BDE89801C /* FPRDiagnostics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BC37AEDB540C1DA50BA859613BE08B78 /* RolloutsStateSubscriber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8650F7C7914C71E46D517CBF18659D0E /* RolloutsStateSubscriber.swift */; }; - BC3A34A0A161F85290464AD60A099693 /* Validatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90166E9D489707CAE1E3FA5904EFFEB1 /* Validatable.swift */; }; - BC4E2C4B98A01201B02C1E30F33AFBE8 /* IChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 744A76E1B8519CB792FDB46565ADB19C /* IChartDataSet.swift */; }; - BC627AED09854E3B8BB3FBCF7D269FFA /* UIBezierPath+Circle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E82F979FF3C0BCF9A7AE7789F525E889 /* UIBezierPath+Circle.swift */; }; - BCA0EE0159F3155D8A9E69E46800AD26 /* ZoomViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F66673D2367822D3262561F64E09FCC /* ZoomViewJob.swift */; }; - BCA5570783BD26883F8C1F51E7EFE167 /* DDContextFilterLogFormatter+Deprecated.m in Sources */ = {isa = PBXBuildFile; fileRef = 99B6CB4023A8E8023BAB6DA7208DF891 /* DDContextFilterLogFormatter+Deprecated.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BCA99867D8A6C751738034F62D83AA42 /* XShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB1F4629477BB65BB0DA76873F2B1A4B /* XShapeRenderer.swift */; }; - BCC660EFBAC225AC756D229D5823DC1C /* DDASLLogCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7423BF6AF9EC2FE1162FF6C3BA931B /* DDASLLogCapture.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BCCA0120358DE6B7E64425F65FBDF014 /* AMPLocationManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 84158B29EB0B8D88F7475F37105B16D1 /* AMPLocationManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BCE0B7DE90387C693BCAD59751B44B6E /* FPRNSURLSessionInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = 9524D0EAC76D4326B235663E1CB709F4 /* FPRNSURLSessionInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BCF0F618DE852A99D0E09482FE1AD6DB /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E5F50412C8C7146B8FEA7DAFE3C2550 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BCFD457E8683542220C03F0F923D94E0 /* Node.m in Sources */ = {isa = PBXBuildFile; fileRef = 90FC08C2EE2F159A4D519C0E5510AA10 /* Node.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BD0695CDBD19D0C93B3E021E34A5AC1D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - BD13C016629328061E59092486D21C37 /* SVGKParserDefsAndUse.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B5DDC7EF2EBB1AA79322AE2DC241E5F /* SVGKParserDefsAndUse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD4B7A831B8058EEE8547F34C87205F4 /* SessionCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61DE28ADBD589F43E64A11949407E18B /* SessionCoordinator.swift */; }; - BD4DD4F48BCB15746B2ABCB55302B2B6 /* FirebaseRemoteConfig-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F063283BAFC365F5817C8D4BBA227DAE /* FirebaseRemoteConfig-dummy.m */; }; - BDF10A5FB3A564F7BA5EAD77F4599D8E /* SVGPathElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EBF182BD8847FC625697ADA9E942E5D /* SVGPathElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BE03086D95C737CBA597E00EDD697540 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 732B3714C59926CB4F23DACCB5A12054 /* GDTCORReachability.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BE16E6418115D0116F175B89D0FA7A1B /* ValidationRulePaymentCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E4EE96A005AA2F3A0D3E883A0E68514 /* ValidationRulePaymentCard.swift */; }; - BE355F69F84788D334FDAC7D1CD9B8C4 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1602B7F2286A038E2D9D3204FF17D5EB /* ConstraintDirectionalInsets.swift */; }; - BE84ED92DC6C0C93304089862AC32182 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = D3450D0D50952EEE5C2AA1A8DCFBD28E /* PrivacyInfo.xcprivacy */; }; - BE8ED21CB6200122ABCD71CD33CEC0B8 /* FIRCLSOnDemandModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A72AFFC87BAC585AF6322A6BAA2A8BB6 /* FIRCLSOnDemandModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BE9C03411437FC9ED059DAA036011400 /* FIRCLSCrashedMarkerFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B96C86DA342646A2629E16C0EF1B43B /* FIRCLSCrashedMarkerFile.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BEA40430CC80CB741BAE8DBFFC419B80 /* IFillFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274E9436C4D0CDAD2EB4613A78E0511A /* IFillFormatter.swift */; }; - BEC396661FEFEB41C4B974D8E2AAA14C /* CandleStickChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6143E30DC234DB7B5EAAB16A15599906 /* CandleStickChartRenderer.swift */; }; - BEC563C0BFEFCFD41CFE34DD6E2F5D48 /* SVGEllipseElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 30BE7D5D9C4B966F681F9986319EA874 /* SVGEllipseElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BEE773AECAACBCDA9EB14BCF039669AA /* FPRMemoryGaugeData.m in Sources */ = {isa = PBXBuildFile; fileRef = 13EEA8E556F43323615CA94EF39A6F03 /* FPRMemoryGaugeData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BF38833C915AE42B1D83BECECA6B488A /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 64DF5AD171857D3624A681A37370D56B /* FIRInstallations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BF567AEFDD52DC43AC75122734D571E2 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FB5924DCAD193D1E278406E032B782 /* ConstraintMakerFinalizable.swift */; }; - BF71422C072912EFD10616010E4DB690 /* perf_metric.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = D03F292BCE3ED3439256E1B8754FED92 /* perf_metric.nanopb.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BF7E102F573120087BBD09C0C9C47464 /* SlideIn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E3A768DAB3164C90E0F238493FBC55E /* SlideIn.swift */; }; - BFB4A1A24254C7B4D149D10B75DBAC12 /* FIRCLSContextInitData.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD9B548BAD165210B0BA13F65BC66A8 /* FIRCLSContextInitData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BFC3781B9652211A9495A1028798E2D9 /* SessionsSubscriber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BFC97988D96F0CC3DD6C156EE9BEFCD /* SessionsSubscriber.swift */; }; - BFFD278F3A47AE6E06A5472FA082AFE2 /* Pods-iOS-JedioKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A5B08BE279BEE2BE675AAB928A141511 /* Pods-iOS-JedioKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C0078CC1E5A356ED842490460421E400 /* CGPathAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0250D98E43F2F2432DE95FE864C677A4 /* CGPathAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C00798AD809EF6945429A5404A017AA0 /* EFWatermarkMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 369DF671DAB1EE8E1F153D44298E595E /* EFWatermarkMode.swift */; }; + B9AEAF8F425CDA91E20219232A7C7C1B /* Pods-iOS-PlatformRoutingTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C1FCCFA942035D188AE9CC09DB5BE531 /* Pods-iOS-PlatformRoutingTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B9BB4C2671B45018CE1AC88E23E87AB0 /* Pods-iOS-WebParticles-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97520E1C008EA8450C402025DB0CB254 /* Pods-iOS-WebParticles-dummy.m */; }; + B9EA019E58E22DCADC2A1684A7096C93 /* GoogleDataTransport+GoogleDataTransportProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E978B8162E42A8A69832842D77D1B5 /* GoogleDataTransport+GoogleDataTransportProtocol.swift */; }; + BA22B53330A96A8F05F0C27E1CC616BA /* SVGSVGElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 099E5994A2EDD2A94870FA5B18FC7A20 /* SVGSVGElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BA268BA95420070DFAAA6F9E44600ED8 /* FPRClassInstrumentor_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 27DA39E3A5994C07FC6A80DFB83F1294 /* FPRClassInstrumentor_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA290A1B092051C1E21EBCF9B2D39AE2 /* GTMStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D997E8F51F5E25EEFF80FC86FC113F0 /* GTMStringEncoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA99DA2A34CEE0EB21DBC63D117658F2 /* NVActivityIndicatorAnimationPacman.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DB9CDBE0959261D52AE6659A820F65F /* NVActivityIndicatorAnimationPacman.swift */; }; + BAA1DEEB0B73847F65DC54CBDD8ED75E /* SVGKFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D5D4AFB5DD35D5A91E9CBFF12389B5E /* SVGKFastImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BAA979AB60C0590D06E3540640287185 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = B7422FBC964CE418451BF9CB416A4000 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BAAA5244FD0C076D5E3DAAE15DFAAAC1 /* GULProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 22747525091B62E89F575CB35812CB6C /* GULProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAC57FC9DC117D12C86EE20F41A44207 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 90D75686006356088AB9846291BBE1AB /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BACA2CB52F8435868F743007E3BD70C7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + BB2579D50580F236FA8349501B688E89 /* SVGKParseResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA3D8DFA8CEB4121F594196C2D66FC2 /* SVGKParseResult.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BB31CC54186DDAAD89F139C89B93CA7C /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = F79E270E7610EEA8B101A4BC4C848DD1 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB71EF452EF3533ED35B127CB149BBEC /* NSArray+NBAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 18AAE069A1D512F14056BFD113AA8E55 /* NSArray+NBAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB81918A7DB2A3B905DBE3767C5E3508 /* SettingsCacheClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333467CA7AC3094E660C5DC1A89C6C66 /* SettingsCacheClient.swift */; }; + BBACB0C7067CDE535619B8A5A924109A /* RCNConfigSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C15C7121908EE3BF55E63A02A2CDD7 /* RCNConfigSettings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BBBAD2E18025EBB5EC3E37500D98D8FD /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 80BECFA26892BD3CA4A2DFF98CABDEEF /* SDImageIOAnimatedCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BBD0AF929818EF9E95245E475C6471E2 /* FPRConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = DE9888B78B7CDCDF6EC737EF485812A0 /* FPRConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBF69AD0CED063DEE303065BFDE48389 /* SVGTextPositioningElement_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = DCB650FDFB5B9DBC98B19D0819DB009E /* SVGTextPositioningElement_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC0287C4AD8372114E5F6B246B7D8F7D /* IBubbleChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05AB960D9E9C8CC3B7A940C5EE59813 /* IBubbleChartDataSet.swift */; }; + BC196D9E0BD91F340E03F98438C88B2F /* Pods-iOS-dydxPresenters-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D7E8CAE74956C87C8D235D202078DC2 /* Pods-iOS-dydxPresenters-dummy.m */; }; + BC1CDDEB95740171E9F7DC7B6113AEA2 /* Pods-iOS-dydxPresenters-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F219F7D22AEA4D08778D7EA64387934 /* Pods-iOS-dydxPresenters-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC3A34A0A161F85290464AD60A099693 /* Validatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBA2B687DE1618E0588300DFE91FD585 /* Validatable.swift */; }; + BC4E2C4B98A01201B02C1E30F33AFBE8 /* IChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBC5D1233DD80D20FC8830AE06139608 /* IChartDataSet.swift */; }; + BC627AED09854E3B8BB3FBCF7D269FFA /* UIBezierPath+Circle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671B436DA0BEDA80C53DC14980C5CD6E /* UIBezierPath+Circle.swift */; }; + BCA0EE0159F3155D8A9E69E46800AD26 /* ZoomViewJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39113FB105BAE19FDF261D1F23AC4B8D /* ZoomViewJob.swift */; }; + BCA5570783BD26883F8C1F51E7EFE167 /* DDContextFilterLogFormatter+Deprecated.m in Sources */ = {isa = PBXBuildFile; fileRef = B1100F815BABBB68111D23E6E2C766CB /* DDContextFilterLogFormatter+Deprecated.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BCA99867D8A6C751738034F62D83AA42 /* XShapeRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77D7CBE94598AB77E8CD29A97654564F /* XShapeRenderer.swift */; }; + BCC660EFBAC225AC756D229D5823DC1C /* DDASLLogCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 180BAB29A6136B2E6DF72CCA48B19FEC /* DDASLLogCapture.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BCCA0120358DE6B7E64425F65FBDF014 /* AMPLocationManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AFDEDFAFBD572B2CEF4D13ADB946937 /* AMPLocationManagerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCF0F618DE852A99D0E09482FE1AD6DB /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CCE26678848C18D4053CA189AECF4F /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCFD457E8683542220C03F0F923D94E0 /* Node.m in Sources */ = {isa = PBXBuildFile; fileRef = 314672E803CC41DF4D47EC3846C8B8AB /* Node.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BD13C016629328061E59092486D21C37 /* SVGKParserDefsAndUse.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C89D60A420E6F6843029CA9F4029CD2 /* SVGKParserDefsAndUse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD36EA9E4EFA0C716FC9B52161D27FE0 /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = 383314F5135D3A675635305F23CF467B /* NSURLSession+GULPromises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BD75AE40D4B498045353486CDAB3F513 /* FPRClient+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C40E391FC048E7C3D742D06C9BFFDBB /* FPRClient+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD80DF64702B09680B1385B68BE8717F /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E58ADD7CEFBAB14A0DE4F72F7829A3F /* FirebaseCore-dummy.m */; }; + BDE835DA3A8458AA933DCA0AAF3CAA48 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9512FD69E5196C29E3E8B5C59B51C3 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDF10A5FB3A564F7BA5EAD77F4599D8E /* SVGPathElement.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE0B0028B9CB956B57B5A6A36FA199B /* SVGPathElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BE16E6418115D0116F175B89D0FA7A1B /* ValidationRulePaymentCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46EE8E286EF0B5A84DB003A99619A01 /* ValidationRulePaymentCard.swift */; }; + BE355F69F84788D334FDAC7D1CD9B8C4 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401DE883C90FCA30BA2CD33F5CE894B3 /* ConstraintDirectionalInsets.swift */; }; + BE8ED21CB6200122ABCD71CD33CEC0B8 /* FIRCLSOnDemandModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CACDA39314667D18BEB3DBBD06B9587 /* FIRCLSOnDemandModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BE9A54DA3CC9D0E0C19CED9E336EAF55 /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C718B1D96F862677A98125D7869FF80 /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE9C03411437FC9ED059DAA036011400 /* FIRCLSCrashedMarkerFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C666ADDB3DA4F88946AE2D6E25A349 /* FIRCLSCrashedMarkerFile.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BEA40430CC80CB741BAE8DBFFC419B80 /* IFillFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 039477FF02B3F7749800119D14E21E38 /* IFillFormatter.swift */; }; + BEA695544CD1D18EEA089EAD5062486F /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4448817C017BB8B766EE06B4FAF25BE1 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEC1F99069778A5B2DEE6D345F2A5720 /* FirebasePerformance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F1DCFE8A47754654C07E963DD2CC233 /* FirebasePerformance-dummy.m */; }; + BEC396661FEFEB41C4B974D8E2AAA14C /* CandleStickChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72043C1DE30C515E145830AC0C4211C2 /* CandleStickChartRenderer.swift */; }; + BEC563C0BFEFCFD41CFE34DD6E2F5D48 /* SVGEllipseElement.m in Sources */ = {isa = PBXBuildFile; fileRef = EDF6FEEA74B1EA12022D159A24CCAADD /* SVGEllipseElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BEF18FC10F0EFBA0BEB2365C62C873C6 /* GDTCORUploadBatch.m in Sources */ = {isa = PBXBuildFile; fileRef = 3353E7410D6E7C3014C1CAF0C3C25E70 /* GDTCORUploadBatch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BF25BD6B3474C5321FF0EA4BC9B623A0 /* EventGDTLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = F188C9D43B3B34FB0096CD4F039A0A80 /* EventGDTLogger.swift */; }; + BF567AEFDD52DC43AC75122734D571E2 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7C3947B289E4557C00E1D9F3A523A96 /* ConstraintMakerFinalizable.swift */; }; + BF7E102F573120087BBD09C0C9C47464 /* SlideIn.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC1C09E2257FEE6FB6A7D858ED5303CE /* SlideIn.swift */; }; + BFB4A1A24254C7B4D149D10B75DBAC12 /* FIRCLSContextInitData.m in Sources */ = {isa = PBXBuildFile; fileRef = 353125B0678FD6C01A91BBA76C5A1AEF /* FIRCLSContextInitData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BFDCBB1E3B5CAC28EB18A7D3C4EC375D /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 344E3ADBDE3A76A8A10B5A758B17CFB1 /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFDF3D8515A27718B8BE1190C0E89422 /* RCNConfigExperiment.m in Sources */ = {isa = PBXBuildFile; fileRef = 09B64C37B93D7F6F8698A18B09FBB419 /* RCNConfigExperiment.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BFFD278F3A47AE6E06A5472FA082AFE2 /* Pods-iOS-JedioKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1139234FB2F1758633DB9F9D6DC40748 /* Pods-iOS-JedioKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0078CC1E5A356ED842490460421E400 /* CGPathAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F338217FF9FC80328270D1F20AB2026D /* CGPathAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C00798AD809EF6945429A5404A017AA0 /* EFWatermarkMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778B9A90673AC32E02CC59A0F2CE5ED6 /* EFWatermarkMode.swift */; }; C0116C0FB6199DF1D16E6C623A44AE1D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - C029C7B9079693B4CCF69A08C84173C5 /* BarChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E8F6A4787B4006E6C5618E96B4418B /* BarChartView.swift */; }; - C038F8438C3D6C89B48F4435BBF0BC7B /* SVGElementInstance.m in Sources */ = {isa = PBXBuildFile; fileRef = 92CD75A992DB2629ED14EDC47A61DF53 /* SVGElementInstance.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C04DBE6AE13FC5CFD01D363A351EF76A /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBECAF111EC99BDDB68C567222D30DB3 /* ConstraintView+Extensions.swift */; }; - C060E0B9F73DE6B56A28FD290F01428A /* JTCalendarWeekDay.h in Headers */ = {isa = PBXBuildFile; fileRef = F00A16A336331D07B3E1E4EBB7D7AE9A /* JTCalendarWeekDay.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C09BCE5C8AD940E959CC86AB60B4C91D /* CAShapeLayerWithClipRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 052E9BC04D0F2BE3C9B367215FDF085A /* CAShapeLayerWithClipRender.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C0A58409A96C688303EB3FB69E3841BB /* FPRConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B1CCB6CAF1712FC4380484B68F5B6123 /* FPRConsoleLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C0CF71530B7B8142BEA825F6196F3E2F /* FIRCLSExistingReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = ADE7E3F1A679FA0E2008DE1AC892654F /* FIRCLSExistingReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C102F158B807975BA86AEBEF93C13C05 /* Promise+Then.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCD2561296E7934687F4D61969759044 /* Promise+Then.swift */; }; - C123FF5EB02B1A0B80C703DCAB37CFF3 /* BarLineChartViewBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = AACA689438895ED1BBBE53BDE7AFB302 /* BarLineChartViewBase.swift */; }; - C12585EACCCD9071C9CDD85F2932D810 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 3454F04C565469515F0D210B2A676C5C /* FBLPromise+Always.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C145249309092FBC3E5B623DD1B32CC9 /* FPRGaugeManager+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EC6E1E52F41A40E15304258882FB2E /* FPRGaugeManager+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C149D233EBFA593BA1C372385106CFEF /* ComodoRsaCA.der in Resources */ = {isa = PBXBuildFile; fileRef = 0F3438F9A7A1219BC116119FBB3E597C /* ComodoRsaCA.der */; }; - C151761B20BEE3AD6EB0A8D4AD117450 /* JTCalendarPageView.m in Sources */ = {isa = PBXBuildFile; fileRef = FFD50B0DC8ED9101E92C4E1A806D2A32 /* JTCalendarPageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C177C814A540E4C9CE901C4F0C30B690 /* Pods-iOS-ParticlesKitTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F877D6D6751D840AB8127609BBF009C /* Pods-iOS-ParticlesKitTests-dummy.m */; }; - C18793B09993227239AC6E6622955C74 /* FIRCLSHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 33D4424E488458E34E76F416CA255C9B /* FIRCLSHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C1E739589E42E4CB412668B76FDB481C /* EventGDTLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEE0992F29511AD8266A0394B29C4999 /* EventGDTLogger.swift */; }; - C2045EAC39405F3F9F44AA896399D6C8 /* CandleChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EDB61E4BF58E00B22C600055435EA9 /* CandleChartDataEntry.swift */; }; - C2196892CBEBF51314DB08CAE338CEF1 /* Promise+Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3B98D97B8D1F91FE6567BBBCDEB59E0 /* Promise+Catch.swift */; }; - C22472F675AD895D3E9B0EC07EC25E0A /* MaterialActivityIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEAB7CE7F03E887076BD9C163A931CE0 /* MaterialActivityIndicator.swift */; }; - C22E6793B88DC1330B02804A9A80486C /* SVGKSourceString.h in Headers */ = {isa = PBXBuildFile; fileRef = 96853D3291F1DB9C7C0DA87CC577BA5B /* SVGKSourceString.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C231F7A77DFA480FC522CEB908E1FC89 /* FPRConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FDB8A3634E4F5A86E03B4FC9210B392 /* FPRConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2383B8AB21A8834B5B5AC987A0DA4D4 /* DDFileLogger+Buffering.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B2E0CA6BBEC11387A0247EC26599D6D /* DDFileLogger+Buffering.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C26A3BB14B3DFF6D1A461BC3E6E48A0C /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 84B5DB4658B396B5341234DF3C69025F /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C27216FC32CB039977F24731D6DCEDD1 /* GDTCOREndpoints.m in Sources */ = {isa = PBXBuildFile; fileRef = 56E9C5FFA2656BDA8FC918C9363C92BA /* GDTCOREndpoints.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C28DF2882A7B90CEF84B7235C9D78407 /* FIRMessagingBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = F5EA83D3C3CC8F10C794DD7A25965C3D /* FIRMessagingBackupExcludedPlist.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C2B1AA903BA91CDC668D0E8220750895 /* SVGGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 992DE26D2380EFE1D71C1EE1DDF90453 /* SVGGradientLayer.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C2C3EEB54023561CF148BB86B0DFF382 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 217E29252599403B1DCA0B7081AA8101 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2D18D7E8979281C2D8F816233772E64 /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = 1522D77853FB5D1E7B5895C855B29B53 /* NSURLSession+GULPromises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C2FCD51F44156E11F2B70881C51BB8D8 /* Pods-iOS-PlatformUI-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F29C8AEA339D19E592343BA2DEA8656 /* Pods-iOS-PlatformUI-dummy.m */; }; - C32903D6E6BE4F28A2D997F69B4271C4 /* JTCalendarDelegateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDCCB220C282C0C5727CBDEC51AE3D3 /* JTCalendarDelegateManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3462F8BE7C2792F219743A1AEEC789C /* Promise+Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239FF678463D16FFFA0F2DAB2E2EA4C3 /* Promise+Async.swift */; }; - C373FCCD831A0D1A699CE2B5BAF07F08 /* MergeMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043941CA28B348BD0C9BF6F0E215A141 /* MergeMany.swift */; }; - C38ECBB8739833A839207AB47AC94025 /* IScatterChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7C8C9F4A7A644F905CF11D2D62D88ED /* IScatterChartDataSet.swift */; }; - C3BEBA3581A05CEBFE6C991B66271A1C /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 123089DF4994ABF897E140FFF90584CF /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3EA244A9643A8F503BDDD08CE1D09AB /* FIRCLSMetricKitManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6992BE4D1678D1AD812FF79E6E3279FD /* FIRCLSMetricKitManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C4055DAAECCC6BC18CFA9120CE064392 /* LinkedList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8430EDA28EA17001D558F0B0979E7B59 /* LinkedList.swift */; }; - C40ACDEDA52745B6822E7DCF0A2A6BCD /* ValidationRuleRequired.swift in Sources */ = {isa = PBXBuildFile; fileRef = 679AD52D4352D4F815BBA1F3AC666D48 /* ValidationRuleRequired.swift */; }; - C40CB4F8769671563CB768BDC520F9F9 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FAC8671F485691A1B33F197D22A9403 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C442D03E9FF621B9851F86F82BF3A566 /* FIRCLSUserDefaults_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B49EB8FAC295F6848928D14E354E1A1 /* FIRCLSUserDefaults_private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C49E7B339E6BC1E25EA103B77354CF08 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - C4C6848DF2564757FCEDB7695D03D9E0 /* Menu+Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51CD54A7973D845219A8345945B6DC92 /* Menu+Model.swift */; }; - C4C84B84DAFED2B34615FFFDE2FA3A75 /* Pods-iOS-dydxAnalytics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D5B00B2A2D3ED718BC80015DBA657051 /* Pods-iOS-dydxAnalytics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4CC0C3C42BD781FC77686E25F94FE8E /* NVActivityIndicatorAnimationBallZigZag.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9B66DAFFAF4D754ABD95FDDD5D1365D /* NVActivityIndicatorAnimationBallZigZag.swift */; }; - C4E352D5A722245E05AF0853BA30CF99 /* PanContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE5E6ECE9D42902F6D350DE45ECE77DC /* PanContainerView.swift */; }; - C5110936B3D69CD86042F3D4625C2CCB /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = CAA5F54179F77AC34B83020CD235ADE2 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C52671C741F3B8E7038F1F0BF0B968E7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - C52FFC8E460532F8E4D7E86E4BEE0BF9 /* FIRMessagingAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 904676F95D40392BFE911106105D3BC0 /* FIRMessagingAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C56A825525BCBE955CFE58C7C747B754 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 99827CC837DC9C220CAE122B3948A0B7 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C591CAE5828251F1B8EC70E1BE46AD29 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 503562CAE3452994422C0B4210CDD63D /* UIView+WebCacheOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C5AC46DC289D3E4B0C363182182D52B7 /* PanModalPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE726F0A186AB809BF3345882375E74 /* PanModalPresenter.swift */; }; - C5C533A3631D91124E18E56A28E4ED61 /* Pods-iOS-dydxCartera-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0343BE48D4152D8559C5A4DA27084319 /* Pods-iOS-dydxCartera-dummy.m */; }; - C5DF758A7083C9CAFA9BDB5918877A9B /* FIRCLSContext.m in Sources */ = {isa = PBXBuildFile; fileRef = A9D4DB5E182BD2B1028BE91FCDDE9BED /* FIRCLSContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C62E5A2D5E2B7C8B9233924E8421CFF6 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = E833BCEB99754C2E2790687D1B275CF4 /* Logging.swift */; }; + C029C7B9079693B4CCF69A08C84173C5 /* BarChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D21A0C059456B3A49FEA14E7132A9765 /* BarChartView.swift */; }; + C030EB120669FED65F252B4856208635 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + C038F8438C3D6C89B48F4435BBF0BC7B /* SVGElementInstance.m in Sources */ = {isa = PBXBuildFile; fileRef = AB7C39CFA8545A084982906D02EDBA14 /* SVGElementInstance.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C03C551E29EA96AC69813DA747C545E0 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 10C9A9E12AEB67F12A5C977AFE412A01 /* GULAppEnvironmentUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C04DBE6AE13FC5CFD01D363A351EF76A /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B4CF15E3EED41687DA15B8A7DB0FD38 /* ConstraintView+Extensions.swift */; }; + C05F00FEA68B2300C90B6A19310914B5 /* external_privacy_context.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = E915655C8D86300807D3195A09088BD3 /* external_privacy_context.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C060E0B9F73DE6B56A28FD290F01428A /* JTCalendarWeekDay.h in Headers */ = {isa = PBXBuildFile; fileRef = 83E58D43069812DA8FB22A635207C8C1 /* JTCalendarWeekDay.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C09BCE5C8AD940E959CC86AB60B4C91D /* CAShapeLayerWithClipRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 563AB239AFEA476FF6CFFA467C192F6B /* CAShapeLayerWithClipRender.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0CF71530B7B8142BEA825F6196F3E2F /* FIRCLSExistingReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A65CD7E6AE01AAF285EA4F5358FF8D8 /* FIRCLSExistingReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0E2C0A14978B8A22A485B09E69019B7 /* FIRMessagingAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 416FEC1864420756FE56309F713BED58 /* FIRMessagingAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C123FF5EB02B1A0B80C703DCAB37CFF3 /* BarLineChartViewBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20528DBD582869D2E3A7EDCA09275F49 /* BarLineChartViewBase.swift */; }; + C149D233EBFA593BA1C372385106CFEF /* ComodoRsaCA.der in Resources */ = {isa = PBXBuildFile; fileRef = B50F6C5768EF657EC97662051B5D5111 /* ComodoRsaCA.der */; }; + C151761B20BEE3AD6EB0A8D4AD117450 /* JTCalendarPageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F81EF305677DA9A2D91CF69BF2CF5EC /* JTCalendarPageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C15C45F9ECD460C5DF5070A0E9D4537A /* RemoteConfigConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BFBF3AA5E532843F24D486F056DDCF1 /* RemoteConfigConstants.swift */; }; + C177C814A540E4C9CE901C4F0C30B690 /* Pods-iOS-ParticlesKitTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D29629ABFA49678FEAF7A1060E99CA9 /* Pods-iOS-ParticlesKitTests-dummy.m */; }; + C18793B09993227239AC6E6622955C74 /* FIRCLSHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B2C49F1A572DBA27FF57C7E3EC957B5B /* FIRCLSHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C2045EAC39405F3F9F44AA896399D6C8 /* CandleChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED59E5838BD2D0F5BAFD1234EAFD52E4 /* CandleChartDataEntry.swift */; }; + C22472F675AD895D3E9B0EC07EC25E0A /* MaterialActivityIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A436227340918FC9B1C0276EB1F00B9 /* MaterialActivityIndicator.swift */; }; + C22519E277511B6F59119D38A54EE5D5 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A4D22AC8745FAF465B563C2822CC2D4 /* Logger.swift */; }; + C22E6793B88DC1330B02804A9A80486C /* SVGKSourceString.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8305CB07072C3B972835FB351BF1C1 /* SVGKSourceString.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2383B8AB21A8834B5B5AC987A0DA4D4 /* DDFileLogger+Buffering.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1E04435899BDB7099A1E05C4E22443 /* DDFileLogger+Buffering.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C253B785E08B0A54A19E51EF662DA537 /* StatsigListening.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E89EEEA9E200179EF601F5BEEC2089 /* StatsigListening.swift */; }; + C2B1AA903BA91CDC668D0E8220750895 /* SVGGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = B102C52D7FD4F676223A691FC6BD4814 /* SVGGradientLayer.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C2C115751BAA4A8C2542D2EDF83E4B5F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + C2EA6030E6EABD479DD113FFD2F0D1DD /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = A2690F3D2096E1916194CCFF3F478DDE /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2FCD51F44156E11F2B70881C51BB8D8 /* Pods-iOS-PlatformUI-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B6C7FBB7C8B4E98F4C00F8B82A471070 /* Pods-iOS-PlatformUI-dummy.m */; }; + C316B3EC1784568589EBB18899ED5E1C /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = EA092D42E6EA9F42391D88ED07EBFDA1 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C31C2C3C532FD0790A9D8C738E73574D /* GDTCORUploadBatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 1719DCF73C59DAAFBA4AFE1D80906083 /* GDTCORUploadBatch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C32903D6E6BE4F28A2D997F69B4271C4 /* JTCalendarDelegateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 949472FE1A0D7EB9B170B655101B9C06 /* JTCalendarDelegateManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35B0A3D4C4E80155CE017436F869518 /* RCNConfigExperiment.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F04EED10159170D5F752AB31D9A2544 /* RCNConfigExperiment.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C373FCCD831A0D1A699CE2B5BAF07F08 /* MergeMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68F800B180636DF77703B9DC29334DAB /* MergeMany.swift */; }; + C38ECBB8739833A839207AB47AC94025 /* IScatterChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B5F76781C136F37B7F1EDCBF43BCB15 /* IScatterChartDataSet.swift */; }; + C3BBC51342F8C084300CD64C58AD5FAD /* FIRMessagingLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 1928224D8095267EE79B6364CD6BD65E /* FIRMessagingLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C3D743D799E1331FC3079F59EBCCE32B /* FPRMemoryGaugeData.m in Sources */ = {isa = PBXBuildFile; fileRef = FC3C24729137A7ECEBAEDBB64C1AC228 /* FPRMemoryGaugeData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C3EA244A9643A8F503BDDD08CE1D09AB /* FIRCLSMetricKitManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F1EBBA670185CC16BCEE2486E0E48326 /* FIRCLSMetricKitManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C4055DAAECCC6BC18CFA9120CE064392 /* LinkedList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80A9F7299608BD553ECBCF73641E6FE9 /* LinkedList.swift */; }; + C40ACDEDA52745B6822E7DCF0A2A6BCD /* ValidationRuleRequired.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BF2FBD4D44DCDE4DBE773A4270C5E17 /* ValidationRuleRequired.swift */; }; + C442D03E9FF621B9851F86F82BF3A566 /* FIRCLSUserDefaults_private.h in Headers */ = {isa = PBXBuildFile; fileRef = DFABE02374A696D0ED7BEA5402372D14 /* FIRCLSUserDefaults_private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C45041DBF6270A6BAAA4F90245AA44AF /* RCNUserDefaultsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0617A4C7EF36034ADC9E398B4AE9656A /* RCNUserDefaultsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4C6848DF2564757FCEDB7695D03D9E0 /* Menu+Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = E97181A43BF4B99D7D6B4048BB9C95D0 /* Menu+Model.swift */; }; + C4CC0C3C42BD781FC77686E25F94FE8E /* NVActivityIndicatorAnimationBallZigZag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55C0E4D0A7F876CF4182FCA46C36B4D8 /* NVActivityIndicatorAnimationBallZigZag.swift */; }; + C4E352D5A722245E05AF0853BA30CF99 /* PanContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851FD97BB693B47AEE1D08AD783AB06F /* PanContainerView.swift */; }; + C4F93FF38AE821FEA7FF71447EC81D7C /* FPRSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C31FF134E7C5C411C7788A31090595 /* FPRSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C56A825525BCBE955CFE58C7C747B754 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 48EF131AC4B65E6BB7A8C68E9921D172 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C591CAE5828251F1B8EC70E1BE46AD29 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EC7288F4420C00039691E02C7DE814E /* UIView+WebCacheOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C5AC46DC289D3E4B0C363182182D52B7 /* PanModalPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D308E7AB961E86ABB59A7AE917AEF59 /* PanModalPresenter.swift */; }; + C5C533A3631D91124E18E56A28E4ED61 /* Pods-iOS-dydxCartera-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D6D8D1042FCF251442B8DAC5AF813BCF /* Pods-iOS-dydxCartera-dummy.m */; }; + C5D48C99EC2B71A1E95A43A7A3B6E7DC /* Pods-iOS-dydxFormatter-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C0CFE191222935140C6EF1BF1BF6BC7B /* Pods-iOS-dydxFormatter-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C5DF758A7083C9CAFA9BDB5918877A9B /* FIRCLSContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A71071379CD8DC7587B524E651B8A80 /* FIRCLSContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C62E5A2D5E2B7C8B9233924E8421CFF6 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA15E148D70E46C49412836E430F6070 /* Logging.swift */; }; C62FCFFD76B05F1D19F4BF457FBC4FAA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - C64FF9DD5D36BBD61109B295581A76C0 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = AB9E4C6A332175AA364F7D2E2ACB2A87 /* SDImageCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C6A4709E4D1CD407E4D0EF21120CEBAB /* NBMetadataHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 2450FC719529DD933CA9E3A2F966760B /* NBMetadataHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C6C8C5F0902A1EE7077127DE6A4FFB43 /* FirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C781B4C0E96D23DD932CE2D42B25B53 /* FirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6DB08B72D2A1DEFB47CDDAD4CDEA22D /* Platform+Gestures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FF6BCB496CA22F422C3CD7C8396016D /* Platform+Gestures.swift */; }; - C726C5E99A282CC52ADAA1CBB19FF6D0 /* SettingsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8815200FA72EAFA0879EA24D6B383F77 /* SettingsProvider.swift */; }; - C72875980357C69D94D7EE88E86FB3F3 /* EFQRCodeGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = E476A636D11166CE9F3F76C806A66FCB /* EFQRCodeGenerator.swift */; }; - C72F01424D0E5F51448FDA1A5210875D /* FIRCLSHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 88092369C22D13FEF2A9B671748F3ACD /* FIRCLSHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7352FF7DFE8495124818A87EEBFE6D7 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 25D553823568398F7BD8BDC12B2D4730 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7933512487368EFDC8AA0E5BC620A43 /* SVGTextElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E8C041921982D3376660FEEF141454A /* SVGTextElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7CB062878E3FD9184E92D9912396623 /* compliance.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 738CF0B9ACED9A7D9EF662D8F5CBDE15 /* compliance.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C7D5B3E2DFBEB6163F496AE70EB05626 /* FPRScreenTraceTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AD9BD323BA7F07F47CA087192E6A766 /* FPRScreenTraceTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C64FF9DD5D36BBD61109B295581A76C0 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B1ED3FBDCE5DF6D6AF6354C6C650624E /* SDImageCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C65806CE23A96C5EE11F94114B73946F /* FPRNSURLSessionInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = D8B376402A977A5F13DDF2B3E96B1317 /* FPRNSURLSessionInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C68509AAA7A1445D37E9436DD626DEB6 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = EF0A72512E0D0EDF135C0D005FD0DE02 /* GULNetwork.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C6A4709E4D1CD407E4D0EF21120CEBAB /* NBMetadataHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = C6AEB7EBE59380DC7F3DA5503D0A025C /* NBMetadataHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C6DB08B72D2A1DEFB47CDDAD4CDEA22D /* Platform+Gestures.swift in Sources */ = {isa = PBXBuildFile; fileRef = BACB97FA784A7B69145F35D6BD5D8037 /* Platform+Gestures.swift */; }; + C72875980357C69D94D7EE88E86FB3F3 /* EFQRCodeGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01CEC06BB3769C44E677545993B4692 /* EFQRCodeGenerator.swift */; }; + C72F01424D0E5F51448FDA1A5210875D /* FIRCLSHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C2D83E47796DBADB96537175292B5DE6 /* FIRCLSHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C76A55B262E6AE8C6E4B95328A55FA7E /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D3D8BD57424963F59E2AADD8E75D89BA /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C789BCBF4B8FD466B7F6B24A7C54D781 /* _ObjC_HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE95C38AEB7D6FE9702178564087080E /* _ObjC_HeartbeatsPayload.swift */; }; + C7933512487368EFDC8AA0E5BC620A43 /* SVGTextElement.h in Headers */ = {isa = PBXBuildFile; fileRef = C35E31A38D3BBB698FB39BE061B569AF /* SVGTextElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; C7E343559158D03F717C616F79FAA006 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - C7EF8BCEBE9198D6EC139FECCD722D99 /* ChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA756745C55287AE829DEB3BD216FC74 /* ChartDataSet.swift */; }; - C7F373C6F502AAFC9FDBB60DF0FA3C84 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DBD7AC6A519E56223FE8DD3A2C78CA5 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C83BF7F193EE0C02AA93721511E470E4 /* Templates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303FC894395DF107F3ED0FFD86926D50 /* Templates.swift */; }; - C85815DAD2BAFB389311F8E696655582 /* FirebaseRemoteConfigInterop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 43176C98BB01A8ED4653DC4A683674B2 /* FirebaseRemoteConfigInterop-dummy.m */; }; - C85F98877A6F0F9AF727BD351AB5FFE6 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B034D79EBB7A7E3C90346DEA49F3B15 /* FIRInstallationsIDController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C7EF8BCEBE9198D6EC139FECCD722D99 /* ChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B46BC59695290DED032645B15659681 /* ChartDataSet.swift */; }; + C817B24FC8B456B37E2B6451F17C7545 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C1E326593580B83B692A2887493B28C5 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C83BF7F193EE0C02AA93721511E470E4 /* Templates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045E5CB8C21E338E66077B8B80321964 /* Templates.swift */; }; C862C508564107ACC3BBC913D2D50A43 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - C872B9569670F7337606023D8F05E0D7 /* EFQRCode+GIF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46A0DA7DF6AE5D1B51EA0B5B0DC0C308 /* EFQRCode+GIF.swift */; }; - C89600160D58F72ACC48BA22BDB18A9F /* Pods-iOS-AmplitudeInjections-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 505FE31318C13ACADF788364AEA94253 /* Pods-iOS-AmplitudeInjections-dummy.m */; }; - C8BE79B10813CD25E0A62E4C02896292 /* EFQRCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B7EF9D08E5667E742C3E9570C3D301D /* EFQRCode.swift */; }; - C8CC94EFE51614C0D31EF7B79B6F67B6 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C2374F404714FABEC6B7EC2DB7A8ED12 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8D37228DA38C48789A48B03D9AF23A8 /* Promise+Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179BE8A332B28C6FAC3240C4BC3C8F2E /* Promise+Reduce.swift */; }; - C9442C1BB65054CDEF890AC2AB92750F /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BA19C60424033FB9A481561B04014EB /* FIRAnalyticsConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C95228EBD6F9D0E3E543D5F481D4C2AC /* CombinedChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = B283958A1149C77835A89F9FAAD45820 /* CombinedChartData.swift */; }; - C9B7F0790457A4BA8D109B251250307B /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 106DE28E54848814FF4CC8F3842CFA42 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9DB6C55F6FF0A4ED0AF48D2CB6F42AA /* FIRMessagingCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2080E946F79F03A9E41FA427E3568840 /* FIRMessagingCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9F6033C44B867FB9EAE49FBDEF7163B /* ValidationRuleLength.swift in Sources */ = {isa = PBXBuildFile; fileRef = 591EDBCD80A6F3A1EF66DDA76C3D38FE /* ValidationRuleLength.swift */; }; - CA047E1E170D78008E2BDE940A8AD02F /* Node.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AE86B4D334FC8195DBEBBCA9BC524D1 /* Node.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA0D77A04FDAE78FDDB6F8DEE0ED87A6 /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B3917C4057119D42C567A42F00815E2E /* SDImageAWebPCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CA2059508988335460A2DBB84DEFA442 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E48D99451D8407D0E693B6E2BBE59C20 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA3316DE2759BB6DAF6977E57C560E22 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 30E01A67090A725268538DEDFED35556 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C872B9569670F7337606023D8F05E0D7 /* EFQRCode+GIF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 597E805DF070AFD88B54E1143E50F88F /* EFQRCode+GIF.swift */; }; + C89600160D58F72ACC48BA22BDB18A9F /* Pods-iOS-AmplitudeInjections-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31FE30B9000B293860B5179BB905154A /* Pods-iOS-AmplitudeInjections-dummy.m */; }; + C8BE79B10813CD25E0A62E4C02896292 /* EFQRCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68EF451780B277F6B799C22FC7785164 /* EFQRCode.swift */; }; + C9270D1FA7DAFF5DD907BFD199707439 /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED7B4929971694EEE27E65BAEB26589 /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C95228EBD6F9D0E3E543D5F481D4C2AC /* CombinedChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89FF1D3FF5E6874E1FA0AB14EF513ED /* CombinedChartData.swift */; }; + C9ADC0DB61F3EBB95615D7BE6E715187 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F9437D45409B628DDA3CFBDCF96EE3CE /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9F6033C44B867FB9EAE49FBDEF7163B /* ValidationRuleLength.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36EF3E871DF5786BF337261E7D569C3B /* ValidationRuleLength.swift */; }; + CA047E1E170D78008E2BDE940A8AD02F /* Node.h in Headers */ = {isa = PBXBuildFile; fileRef = EAC6F43DEA92D60573B85EEA46A0D92A /* Node.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA0D77A04FDAE78FDDB6F8DEE0ED87A6 /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A4679E815F3AEB2FDBF8C5CF62D7F8 /* SDImageAWebPCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CA1BA6BA869D235534DECB079C6DBB4B /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D511768B4C73467A7F1DC97B7268BCE /* GDTCORPlatform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CA2059508988335460A2DBB84DEFA442 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7C4BE8D503C476B990B9E423A69771 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; CA3C21A8D02EF9B6A925048323957C49 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31C4BEFC9861CE8C00724903E4B2FC59 /* CoreGraphics.framework */; }; - CA652637599E58E561ACF5A5D5AA14B9 /* Transitioning.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAC363E82A026546D2284C1604AE175 /* Transitioning.swift */; }; - CA6784D19BE4E5E00D83D37D2BA5AE31 /* DDFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = AA0806B1AFD5E45F89AEDD0D5733E75D /* DDFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA8BE41B8C69E06E12DF3477510810C2 /* FPRConfigurations+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BEC95F40B3FEB2316202EFCCD26A7A64 /* FPRConfigurations+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA9C3D2A9811BC18C6F52F7711D2429F /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 721EB10604BF0FD0F23FE8349E1C81BD /* UIImage+MemoryCacheCost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CAB2FE6DD45F5428AA3BCDA451B9543C /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = B125D53EEE0C9126F283CDCA19CE4167 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAF0D0A31FFA0BC92F79C866122ACA95 /* AMPURLConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 08710EC939E72651DBDF045DEBB7CD34 /* AMPURLConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CAF6CDF85023F08979C8C766E9E886C8 /* ImageViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8686E0C53B9F6B47F3F4E9BBE79C3D4F /* ImageViewWrapper.swift */; }; - CB54765752C2CE5506FCF4CEFE0D0B6D /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = F2BD41792B6C78D257F12E71E17407A5 /* FBLPromise+Validate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CB5A6C8074975DFAF8688A8B70534045 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 01FB128698C9B3839658340C002D8F77 /* GULApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA652637599E58E561ACF5A5D5AA14B9 /* Transitioning.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A5948C1E44CC833F310950709F7CCD2 /* Transitioning.swift */; }; + CA6784D19BE4E5E00D83D37D2BA5AE31 /* DDFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB6ED86DC49C0428E8392B44486B8A4 /* DDFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA9C3D2A9811BC18C6F52F7711D2429F /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = AB33F9339C9B435A6EACBF9E0E2CD5F7 /* UIImage+MemoryCacheCost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CAB2FE6DD45F5428AA3BCDA451B9543C /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 80DF6BB5BAD6A4D56629532AAC477E1F /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAF0D0A31FFA0BC92F79C866122ACA95 /* AMPURLConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D7BC5392D680C8C2DC75850A93BE90 /* AMPURLConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CAF6CDF85023F08979C8C766E9E886C8 /* ImageViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D88CCB520DBCAB95573E75F4BF7032 /* ImageViewWrapper.swift */; }; + CB2B0FACC6E82D0EC7457F7AC9900236 /* FPRCounterList.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BC73F71C33B438E870EA2E9DFF0A2AE /* FPRCounterList.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; CB72F2B727E5197056F035B620A4A91A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - CB86FDC262E4A13AA522A64EF95945C6 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = D04DCFB73DCFA36E21091A6722F2B47B /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBBF4F7A773A62DC87CF698A4CC9F272 /* UIView+WebCacheState.h in Headers */ = {isa = PBXBuildFile; fileRef = B653C80B711BB9FF47FCCCD8E086F64C /* UIView+WebCacheState.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB7A2465C2877956D9053C340B048718 /* GULSwizzlingCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC24B8C99B2F942E3512C337A712783 /* GULSwizzlingCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBBF4F7A773A62DC87CF698A4CC9F272 /* UIView+WebCacheState.h in Headers */ = {isa = PBXBuildFile; fileRef = 010AE2FA82FFCBD00BA3C5463824B5C9 /* UIView+WebCacheState.h */; settings = {ATTRIBUTES = (Public, ); }; }; CBC2CC340CD4CFCD60F9A30BC9E0955C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - CC1EDFF9156131C5C3FC61CD4782F109 /* ScatterChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC774076B6C4A0120FCB78310DE03F6 /* ScatterChartDataSet.swift */; }; - CC2ACEA720557B9FB185D0A13B116829 /* SVGKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E1E0A4A6230BBF281E7996BC6D0A3362 /* SVGKit-dummy.m */; }; + CBEB21A1B931C0DFAC42D2B85134217F /* FIRMessagingContextManagerService.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCC12CB1390EC4F81D19331FA61964B /* FIRMessagingContextManagerService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CC16470AA39A0C18EE703A6A9BE124CF /* Promise+Race.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C474DC6E3B614EFCB20E72BA27FBCBA /* Promise+Race.swift */; }; + CC1EDFF9156131C5C3FC61CD4782F109 /* ScatterChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CB0B28BFFC86C4FB99E49591F4B6B1A /* ScatterChartDataSet.swift */; }; + CC2ACEA720557B9FB185D0A13B116829 /* SVGKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01A43BF9BB2ABC68CF65CE3199DD4139 /* SVGKit-dummy.m */; }; CC2AE59AE64AAA547FB42B66A1E3E074 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - CC3335AB86B8A0467041CCC7A91082DF /* StyleSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E371CE0D9F1D11D13656A07146044A8 /* StyleSheet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CC3CA3BC71400BCE8F2EEE671A126E53 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C3B76CE168BDEA99C6BD71A8E5659EBD /* PrivacyInfo.xcprivacy */; }; - CC527B3F9B5BE59168287A60E65BE77E /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F4CCA1AC75EB7CD2E727773FF23E8B7 /* GULHeartbeatDateStorageUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CC7D44A7155DF5E8250A506CDDA6F89B /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 485D9397756486E590342A684FC32CDC /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC3335AB86B8A0467041CCC7A91082DF /* StyleSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B44D2DC38437933AECCB5A2505362F9 /* StyleSheet.h */; settings = {ATTRIBUTES = (Public, ); }; }; CC92677C2FEFD7E29A68AA52B846889D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - CCB9CF933D1FD7CC8BBC567FB754F12F /* Pods-iOS-dydxFormatter-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C934CB560397B72CA12204FC8A9B6F7F /* Pods-iOS-dydxFormatter-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CCC41A252DA82AAFD3DF287525663DDA /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = 82CC9AE00FCE3360F91EC471A033D316 /* FIRInstallationsHTTPError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CCD47B43AEF8E6801A19D8EAEE457D5D /* FIRCLSAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F482BC51F3C42EA7CE38FF9ED894D34 /* FIRCLSAsyncOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CCE298EF4BB7234E5A5C3861A6E56DD6 /* perf_metric.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ADAA81C2058CD1D39B05DE1BBFE9AF3 /* perf_metric.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD0DFCDE9B7571739D7B92DD7164DC4D /* FPRNSURLConnectionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D783F4DBDE12436648EAF49082F52330 /* FPRNSURLConnectionDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CD340B345F32975F0472E2537FD55615 /* SVGDocument_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F2028A6B90062FB9912CDFAA04B1D30 /* SVGDocument_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD3B29686ECD9C1D34DCF76D447B8590 /* FirebaseABTesting-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E762DE581C60FF294CCF5F3733ADC8 /* FirebaseABTesting-dummy.m */; }; - CD51E311A1975E8417AFF64195A30C79 /* NVActivityIndicatorAnimationBallGridBeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8442131B8CD86A147185E71E402FC958 /* NVActivityIndicatorAnimationBallGridBeat.swift */; }; - CD55F93685C8C6AF28108A80D1EF537C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + CC9FCB24921DA7C42E985A70C950A275 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 37B0A28771BDD2373009819A88350F3C /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCC6E83ADBB29529A425631BAFAC7FE6 /* FIRRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13EC8E4F016A97AF545FEDF8BB1A4FA1 /* FIRRemoteConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CCD47B43AEF8E6801A19D8EAEE457D5D /* FIRCLSAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CB86515FD645068E31C4A73934EC23 /* FIRCLSAsyncOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CD340B345F32975F0472E2537FD55615 /* SVGDocument_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = CA7547B0D2F5A0FD03F47273850C28E5 /* SVGDocument_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CD36C694A5C224FD5A85F8BF770FD9E2 /* UserCacheKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC1705ECB3EDE09D8EF9D9C5CCC937A3 /* UserCacheKey.swift */; }; + CD51E311A1975E8417AFF64195A30C79 /* NVActivityIndicatorAnimationBallGridBeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18E4618F04BB58E43440A179FFDA86CD /* NVActivityIndicatorAnimationBallGridBeat.swift */; }; + CD8579DF42BA3C9D7EBBAE37E58E49F9 /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = ECAC028550A03412C51913B85686D98B /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy */; }; CD99B06721F32E677D01D23F280070F8 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6160C03B916098A1265B847409E95B5B /* ImageIO.framework */; }; - CDD5A044F653D45EAA4F34ACAF45983C /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B2E0DEDB9FFFE650885B79EAB41DF63 /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CDE9CA390CC02213FF00803AD53E5F4E /* FIRCLSExecutionIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BAEEF990A37075B337DEE3CFECA499C7 /* FIRCLSExecutionIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDEC93A7A9015C1F2B123221A87F4514 /* SVGKFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0346B59839F719F3E922A6CB6675685D /* SVGKFastImageView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CE15CD8D68708C2CC50ABB0A56C5B9DE /* GDTCORMetrics+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 64C260BA2568AE58BAED2D22B579A3EE /* GDTCORMetrics+GDTCCTSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CE20EB03AF371BBD3F666011BC36143B /* PanModalPresentable+LayoutHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72ADFFC823EEE32F602D085F0CF6A8CD /* PanModalPresentable+LayoutHelpers.swift */; }; - CE2FD7926FE07535266AA22DEC47F434 /* Core.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09849700ED1767FC76E3CDA1F4A9449F /* Core.swift */; }; - CE5299B9BB00E24102E292DBEF03A38C /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 82AA75A02101EFF660F753F721A06854 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE7F9F496269DC34388E474FC30FAB9A /* SVGKInlineResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 4386D25F11B1FB14155EBE5606E55029 /* SVGKInlineResource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEA2FCFEAD29532CF2271717F2F2C0E8 /* FIRMessagingCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E8E5884D0B0B83EA01A843D7C275DB5F /* FIRMessagingCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEAA3A11F8D8514B032AFC18181A80BE /* AMPDatabaseHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E4952FE73B91747A6F94A8A552093A68 /* AMPDatabaseHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CEB812B6491282FC201BCEFBBDC843EF /* ViewPortJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7F17362209A236485F449FDC4F0300 /* ViewPortJob.swift */; }; - CEE0A379ADC18DB3CB2B689925631186 /* POPVector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 573DF5429BAF175F47F0238345475276 /* POPVector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CF0512CBA283C36713904EEB84CF3F3A /* MaterialActivityIndicator-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D1FED502FB58735C65FEEA91CC40B8B6 /* MaterialActivityIndicator-dummy.m */; }; - CF39E951B87CAF1424A17A24AE679B1A /* FPRNSURLSessionDelegateInstrument.m in Sources */ = {isa = PBXBuildFile; fileRef = 2230FDFB1964D458826CCEDE4051845F /* FPRNSURLSessionDelegateInstrument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CF44C1C4C3DB0F7EF7189460FD40CA9E /* SVGKSource.h in Headers */ = {isa = PBXBuildFile; fileRef = AE28D9836DD4F65DE9BF77DA000A3918 /* SVGKSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CF527B95057036514188972370504E17 /* NSScanner+Compat.swift in Sources */ = {isa = PBXBuildFile; fileRef = F970EE44AC7C6C193164CFCC07C40CCA /* NSScanner+Compat.swift */; }; - CF99D69EC5676A967BD963B3F3E67B02 /* SVGViewSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = D48555D199386B1A0AA33D3896DE6EB5 /* SVGViewSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CFB2B57AD90E514D5F6E3B12AD98B822 /* SettingsCacheClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1442F564CCE9EF90B63E8DDD6D2BC2D0 /* SettingsCacheClient.swift */; }; - CFC3CBC638F2F72EFDB539C25602DC5B /* SVGSVGElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 54B6D1E7A7976F75A90EBB73E161372C /* SVGSVGElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CFC5FB3625D8BF19FD59141844288917 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1418A7BDDA1FD6A0688376EF5979DD41 /* SDWeakProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CFD8696312B3334FF17C0412FB20CED6 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F1E2AC59742AD2C7D822B87E474870 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D03E54411D817B1324967C0A8060FF09 /* FIRMessagingTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F8997019FB4484902D22F1295815FBA1 /* FIRMessagingTokenStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D074D85E93FD4CA8904E463B85EFA2E1 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = A5306BB8ED817D046A3814A03F2AFA25 /* UIImage+MultiFormat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CDE9CA390CC02213FF00803AD53E5F4E /* FIRCLSExecutionIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE0B4C9E1EE6DD92061C70D9A56D775 /* FIRCLSExecutionIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDEC93A7A9015C1F2B123221A87F4514 /* SVGKFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 016CDFAB37FB67A7841F28A91DE304B9 /* SVGKFastImageView.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CDF5A2674FC58B801E32EB1E8B96C9BC /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 30C33C965BDD02483483B60168063FE9 /* PromisesObjC-dummy.m */; }; + CE1C1385F7C3A91C59CE02DBE891B35E /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = EFA2B697DF73D969BB5F2499F93407FB /* FBLPromise+Any.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CE1FEF4E74A6128144C602E88603A505 /* FPRGaugeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D7AEEFCB866D17A291B34484535F497 /* FPRGaugeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE20EB03AF371BBD3F666011BC36143B /* PanModalPresentable+LayoutHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3489A0AC74ECC15904E666E4A7084AC0 /* PanModalPresentable+LayoutHelpers.swift */; }; + CE2FD7926FE07535266AA22DEC47F434 /* Core.swift in Sources */ = {isa = PBXBuildFile; fileRef = 225D7B3F4F5663E99B2670C224E2F794 /* Core.swift */; }; + CE7F9F496269DC34388E474FC30FAB9A /* SVGKInlineResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F01AAB5CE4964BF589C3386AD507525 /* SVGKInlineResource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEAA3A11F8D8514B032AFC18181A80BE /* AMPDatabaseHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 23EDDBD495B12EC79DA307C149B403F6 /* AMPDatabaseHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CEB812B6491282FC201BCEFBBDC843EF /* ViewPortJob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E663A27A8A8952D63F72CB90C8E35B /* ViewPortJob.swift */; }; + CEE0A379ADC18DB3CB2B689925631186 /* POPVector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 885154789C1AF6E520C56C024B2B02B4 /* POPVector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CEEE1DC75627BE2D8125206AC184543D /* FPRConsoleURLGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = FC22F2DF37C2BF81EE5C6C84A3A9A8E9 /* FPRConsoleURLGenerator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CEF917E46FC4BE5FAB818E0C826CAC8B /* FirebaseSessionsError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 298907F33E3B39C3A85234AE02236916 /* FirebaseSessionsError.swift */; }; + CF0512CBA283C36713904EEB84CF3F3A /* MaterialActivityIndicator-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FE4DC3784B4789134F21FDEACCFEA750 /* MaterialActivityIndicator-dummy.m */; }; + CF44C1C4C3DB0F7EF7189460FD40CA9E /* SVGKSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC76B0286B6C3F50F3343F107B91E63 /* SVGKSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF527B95057036514188972370504E17 /* NSScanner+Compat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F553D81760512CB840B6F3AD16ACA5C /* NSScanner+Compat.swift */; }; + CF903DA3E4990A9DB7B021388BC5A8D0 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = FB12537EEE300FB7634220564FF50864 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF99D69EC5676A967BD963B3F3E67B02 /* SVGViewSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 468B8523AB1E2DFD30DCB676B28D4A35 /* SVGViewSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CFC3CBC638F2F72EFDB539C25602DC5B /* SVGSVGElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 26442DEE0A76DA9E79AB90ED25675B9A /* SVGSVGElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CFC5FB3625D8BF19FD59141844288917 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 882FA569167154E7854FEF0225C1EF78 /* SDWeakProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CFD8696312B3334FF17C0412FB20CED6 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = AF6955620AE8BCC7C0A0342C4E588210 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D00D81C272D824B42C4D9B8E5C3AC77A /* FeatureGateObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A504F9EA2FA7E8D6665083A05CFAF43 /* FeatureGateObjC.swift */; }; + D053938750BC40F986265CD7866C90CD /* FIRMessagingPersistentSyncMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 253C70CBFE119846D4746D3472856A29 /* FIRMessagingPersistentSyncMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0631D4858F26FFF3BF4570F93C129B0 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 28AC2A5FC0F516CA701CF859F33116F2 /* FIRAnalyticsConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D06CDB6367F27EC5ABCC2C3A66596442 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = F5764C3B54647BC3A12D1004A790194E /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D074D85E93FD4CA8904E463B85EFA2E1 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = A44F7910DF8D22A47BF26A80AABBA024 /* UIImage+MultiFormat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D0811C1F04AAE862BC9706A718C765AD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; D091D9EA20CEB92609BF1E622E8CA348 /* SnapKit-SnapKit_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = B9DCB5EC0B1CDADD221717CADDF62359 /* SnapKit-SnapKit_Privacy */; }; - D09341A5DADC4D6C7BAE2E892B48E111 /* EasyTipView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C447CD12B682001BD7CFB74471106B5B /* EasyTipView.swift */; }; - D0CD8A26F7F819FC0BFED4310A54F51C /* DDMultiFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = E8923D326310EC8602325CA6C8D47828 /* DDMultiFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D0F2F136CD079750F8F656BC4A439134 /* ViewPortHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83C02C3CA0FB7C74678A697A72C00B2D /* ViewPortHandler.swift */; }; - D0F52EE3EFE69A168C86C70DF1876F77 /* FPRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A56E242681615B65778AF61F0D1485 /* FPRConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D101C4464E15D476F1E773343A4729AC /* FIRMessagingTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D631D07D8F32E11D68B35F0144F75BA /* FIRMessagingTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D10EBEE6BEB039B2C0317BC98B1EC0CE /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 24F04EEB10736F2410FBC59080AE0593 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D11B390BA9C52BA68735ED4CA85A4CDB /* Nwise.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0B414BBFFA783A5946937ED2F352932 /* Nwise.swift */; }; - D15A0603772F157CDDF4083B22ED3EE4 /* JTCalendarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6449536C2B41A27637E4761B639EC400 /* JTCalendarManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D15B9B0EC7AFF60F65F95BDD4FFAC8E6 /* MapMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0F6B7E28C5601A01F2867A66FFBE8C5 /* MapMany.swift */; }; - D1691005C5FF403516FCA539B0E8038E /* Multiplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F031C714777AA54673203F412EBEA22 /* Multiplication.swift */; }; - D16985F1540BC8F62B3F8827D6A7B429 /* PopoverGestureContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C951E9C46024D1B75791113EB6C785B /* PopoverGestureContainer.swift */; }; - D192411F8BB18DC6725749A879CC19F6 /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 17A0A2443E95A779A8D065EB66DF693F /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1FC3B1E4F6E900D29B93E0CA045FE70 /* Pods-iOS-dydxFormatterTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CE521C93F1CBBCDF17BEC36B718FDD45 /* Pods-iOS-dydxFormatterTests-dummy.m */; }; - D207072FA683B0DAA4A090D11984B043 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E69C0D4173EE4250130D6575562DED /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D227D008D90777DDAAAA0792B051785B /* RCNConfigRealtime.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B5009FF7F4E02E70C4FD338B5657630 /* RCNConfigRealtime.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D23146A9220AD3909C9C013C622F1DF3 /* FIRCLSCrashedMarkerFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EC16AD49FA27B34D1C3CBC706C619FC /* FIRCLSCrashedMarkerFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D24B42CAC80FB8EB2281672FDAFCA7CF /* FIRCLSExistingReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D950618D1AD7A76519E3A7EA1BCF3C5 /* FIRCLSExistingReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D26A84C957EAA5497C6966C195F7405E /* DemandBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9BABA2A3857AC26A8FE36AF2E3C08B6 /* DemandBuffer.swift */; }; - D27E8686A8EF4E00B67FDD3AFCCFC8F2 /* GDTCORUploadBatch.h in Headers */ = {isa = PBXBuildFile; fileRef = BC651FDFD271F2C3B5B54D6788407A52 /* GDTCORUploadBatch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D284706FD9989F78FA8B491A0874F7E5 /* GTMReadMonitorInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = AB5791FAA35DB44E49ABABE8C6D16C15 /* GTMReadMonitorInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D28E64AF89355309E1710554366DC8B4 /* FPRNSURLSessionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3030EED4BA535977BE95397733E851DD /* FPRNSURLSessionDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2C422EF8BF62422BDF0583847807251 /* GTMTypeCasting.h in Headers */ = {isa = PBXBuildFile; fileRef = B7735CCDF02EFC9E0E80E491ED6A838A /* GTMTypeCasting.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2C7E326285A6E3789E63E291C1E2934 /* FPRTraceBackgroundActivityTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD18F37F4C8A5BF9F34BCFD7E991E6D /* FPRTraceBackgroundActivityTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2D5282A41FAD890027EB10BE735FF54 /* UIImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EB1B984BF2B773878AF1ECB18A0528 /* UIImage+.swift */; }; - D2EE9906315BCA018127895DE7CA7F78 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = E6D3994A4AE73E74F90AE4080D60D4F0 /* SDImageFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D2F6FDD8CB33B04878C11184ABE9F21E /* FIRCLSCallStackTree.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF0E7900893AC2DF8D36B3ACD347BDD /* FIRCLSCallStackTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D32F4D9795BEE1EE31F31278BC206DB0 /* CALayer+RecursiveClone.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F741CE1607EC06FA14540E8A057712 /* CALayer+RecursiveClone.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D334EDBA13106B18119EF8278DFECB13 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = D74C47C5129C43531AC4D160A611E161 /* UIImage+GIF.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D37F92168F8AEF83522C8B8716C8D645 /* FPRNSURLConnectionInstrument_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E0DFB0C48779C3C841CB4987DD9E4E /* FPRNSURLConnectionInstrument_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3C77D3ED261F57347D44282228EBF8D /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B1BA5F4DFF67792FFE7064A950DF473 /* SDImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D3ED98F926F8DE3523840FCE38A1F399 /* FIRCLSAnalyticsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 72161ED8047AACB701A2E0B9842EEFEC /* FIRCLSAnalyticsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D4192FA3E7FA1B7FA85285324BC1A376 /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E3B228B33042B5CF524FC0DEB6E78B49 /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4316084185FD6513BC83544B2A45E82 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1605D6AFCB18FAF4807135734A1C1A07 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; - D439144D48C9FE1BA35022F0A6A736C8 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 39D557D40DC0B96E152E5A73E83C9AC0 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D44D81E4321DB0F1A42A948C29DD50B2 /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = CBFD8CF4D016DDC788AEB4EBB2ED5689 /* FIRInstallationsAPIService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D464063E1514C73AE3B9D89CBAF3213D /* POPCustomAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 47372263B8E91370DE5FCB7DD0C17EDB /* POPCustomAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D47491E61E214CD43C444B984C0FBA53 /* FIRCLSInternalLogging.c in Sources */ = {isa = PBXBuildFile; fileRef = B24553D854F6401FE33B882464F102D0 /* FIRCLSInternalLogging.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D496220B564843CF174FFFB0069297C2 /* String+Detection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9173970E7CECE26BEBAF4AB81E14F1D /* String+Detection.swift */; }; - D4A01B7B1330F343070012A523107B27 /* DDOSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F7364C0A72EE436A534187EFD9934D /* DDOSLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D5160F71E6A7CB7FE4886427D10D581F /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CC0C610316DEADB5B0BFA055D2E6D8 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D535A05132132A957E689A674356D3EC /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 52AFC9DCE8D2E1E0BBC2B8119F0A59F4 /* FBLPromise+Await.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D545D552E84D3B810CEC9D76111964B8 /* SVGPreserveAspectRatio.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A85528CD911D5683C87557E938FF6F4 /* SVGPreserveAspectRatio.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D5506F40320BB3EAC9918F96EEBC6D5D /* FIRCLSBinaryImage.m in Sources */ = {isa = PBXBuildFile; fileRef = E3C2EB1B4FF0751D02193564499D6F85 /* FIRCLSBinaryImage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D565DA1C3FEF59B4A571D5714BB424EC /* NVActivityIndicatorAnimationLineScalePulseOut.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652BC20DEAA74B35E11DAB3251FF400D /* NVActivityIndicatorAnimationLineScalePulseOut.swift */; }; - D5660F669E12D67E5C593FEFCFA11972 /* BarLineScatterCandleBubbleRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172A7F1E7A9883A463280C8E0E9243B9 /* BarLineScatterCandleBubbleRenderer.swift */; }; - D5D5C0962913FA87FFCE7E99D0395C35 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - D5E9F2946C059916A433512A93F87500 /* Promise+Recover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6B7B8DDEA7E93608D82DE67CDE7C62 /* Promise+Recover.swift */; }; - D5F726F852F96003701E98B523C157B7 /* GTMNSObject+KeyValueObserving.m in Sources */ = {isa = PBXBuildFile; fileRef = E4232FF3580D37FFD9F8059FB7DC23BD /* GTMNSObject+KeyValueObserving.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D605D69C159BBE3D00DC2280A3ED3F9A /* SVGKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 15124B7C84180FA23A72E2A0EB073125 /* SVGKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6186ADC0E740A69361680FB46B26D9F /* SVGCircleElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 04CFCEC72CF657E510646BB8A401B78A /* SVGCircleElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D661195FAEB3756FF6056344B083906B /* RolloutAssignment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79F31FD67F0296EA7A837488FD0BD382 /* RolloutAssignment.swift */; }; - D6766471D7CC67A2736CACF81EB41676 /* SVGGElement.m in Sources */ = {isa = PBXBuildFile; fileRef = A6C6685EA7B34E28F649AE913C6B0F8F /* SVGGElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D6BF0D382E2E68028AAF3CA080E941E8 /* Addition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DF680692836F7017373F8AA11480108 /* Addition.swift */; }; - D6CB3E8520CC2CEE7917E5C89675F2EE /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FAA7A7D512BFA74865AC09306355EC2 /* FBLPromise+Wrap.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D6E3628B589D8A2506949F44C78570F8 /* FPRGaugeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C3763C7499D58B4E4E2D31D5F9655FD6 /* FPRGaugeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6F00D9059AEEE9D18EFA9247727C406 /* GTMNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 6983BF4249B14BD64C3BA3BC58BE124F /* GTMNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D708B3CDC0314F7CEE769B81A14B62EF /* NVActivityIndicatorAnimationBallClipRotatePulse.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6AE971B409F4CC6D2AE10ACB2BB051A /* NVActivityIndicatorAnimationBallClipRotatePulse.swift */; }; - D70DCA11648332AEBD4529941DB082F4 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 907C25EB7D0C51061133D0F881095944 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D74FC4ECD1569FBA51CDB1D77680847A /* FIRMessagingRmqManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EBD658B3724D571C7E61F52E003A3BF /* FIRMessagingRmqManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D754CC0CC84566BF1C66C1588DD50AAE /* FPRCPUGaugeData.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C895B6B625B0E0573FBB6F0CC0F2AFF /* FPRCPUGaugeData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7711D1F0C495FF26CB4C5212C38AA37 /* NanoPB+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40A60849916BFBB75B01E6C92DBBB1E7 /* NanoPB+CustomStringConvertible.swift */; }; - D79190F355A1C96F1E4E7AC7C582CC74 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F461F097EEDCFDF813AB95FF109F88 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7B59C11C10352AB6A3E82E9D8DCD4AB /* FPRRemoteConfigFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 406F074261E088BBE47A27D79CE16781 /* FPRRemoteConfigFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7CFB4D1DA91DCE8DCA446BAC776A449 /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FDC970234CBF502FD9F3231947731DFA /* GDTCCTCompressionHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D7FEA35B5ED0DE8AC3BF0CDF6B8CC469 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DE105B1E9E7E10F7C6424066800F699 /* GULLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D802EF501C368673275195B383211C3B /* DrawerMenu-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 700B2C6E589A5A774A1495D8FDC6D9E6 /* DrawerMenu-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D80A9F0DF1621D88A25AEDF8E35C3B19 /* RadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = F788FE37262CF0072FA2B78546A2B4E0 /* RadarChartDataSet.swift */; }; - D8524D4E0F7D9787B648B3BE48DB4C23 /* FirebaseCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 492860E1E3BC65A6648BABDFD3BFDC6B /* FirebaseCrashlytics-dummy.m */; }; - D88B7E0E441BE02F4EB51C5E48C6EBD4 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 28F3DA02A9264C6BF5ACAC46F821A9E7 /* PrivacyInfo.xcprivacy */; }; - D8A3850CB8B4693A8D9ED47FEE26DB39 /* me.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D27CB873536D13D1C825E1AC876EE26 /* me.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D8E7D2E4C9F8FE2D5A780458B9B3756B /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = C841DE40633D4B7735BB42A51E3E4617 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D90E97345DB664ADF598A7B69F38221C /* ZipMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F74240B711E210E974DD5060311F494 /* ZipMany.swift */; }; + D09341A5DADC4D6C7BAE2E892B48E111 /* EasyTipView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D01CFB538C56FEF3E9DE6D17F1EA852 /* EasyTipView.swift */; }; + D09940B085E07622E5189AE595601937 /* DynamicConfigObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD17F9A297A425D5EE0E500332416EA6 /* DynamicConfigObjC.swift */; }; + D0CD8A26F7F819FC0BFED4310A54F51C /* DDMultiFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 348F17CDFB8BF30629A350FC0BB87456 /* DDMultiFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D0F0F4308073A0E48C155974E9A9D48E /* FIRMessagingPubSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 81251C0A05248633D7D084D9B7385BB4 /* FIRMessagingPubSub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0F2F136CD079750F8F656BC4A439134 /* ViewPortHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D25A0CC3C113431D7D5397733BB9BF /* ViewPortHandler.swift */; }; + D11B390BA9C52BA68735ED4CA85A4CDB /* Nwise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EF53039A70D427D8814978CD0E9AC27 /* Nwise.swift */; }; + D12423117FE9D8D67E9D6B680FD94573 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + D131F4B300DDF07D5AD335A2458D7FE5 /* FPRSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 48FE73DD730714A92AC9A9FBCE4FED41 /* FPRSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D15A0603772F157CDDF4083B22ED3EE4 /* JTCalendarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F9399172F7E3619316C65685477BE52 /* JTCalendarManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D15B9B0EC7AFF60F65F95BDD4FFAC8E6 /* MapMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ABD2D120C2184DF5B5E55BA06B14DDE /* MapMany.swift */; }; + D1691005C5FF403516FCA539B0E8038E /* Multiplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE1FBD64CD94A5DE3E73A154DCDA692F /* Multiplication.swift */; }; + D16985F1540BC8F62B3F8827D6A7B429 /* PopoverGestureContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EADE0238BDAB7265ACEB4329BABF4E /* PopoverGestureContainer.swift */; }; + D1940CEC594A19FBAB4C962CD33D2A0A /* FPRGDTRateLimiter.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A9C16815D676C9FCC76E54B40468A1 /* FPRGDTRateLimiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1A7192D41D32DBE081161FA05CB1C73 /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 901AE4850D24EF6C5627F0F5AE1F3CBB /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1A9DF679E3E7186893F4B8FC5EB45FE /* FPRMemoryGaugeData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5C6E3A83D4B0FA38912E1C549BE5C1 /* FPRMemoryGaugeData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1CB5BF33DF40BD9F59657ABFFB11F3C /* FIRExperimentController.m in Sources */ = {isa = PBXBuildFile; fileRef = A2B7EBB39D6E5146038C5075860E2FBA /* FIRExperimentController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D23146A9220AD3909C9C013C622F1DF3 /* FIRCLSCrashedMarkerFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 851726CCB47EFE68D760000A3719604D /* FIRCLSCrashedMarkerFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2492FB76697E66979CDB1FE37582562 /* RCNConfigDBManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AAAC3BE7C1EDC3D36B1E069697E92B2 /* RCNConfigDBManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D24B42CAC80FB8EB2281672FDAFCA7CF /* FIRCLSExistingReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D77BBB9E2FE5A5D7FE3E138167957A /* FIRCLSExistingReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D26A84C957EAA5497C6966C195F7405E /* DemandBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DF1CC7DB2D99CA06424971A8F6724AE /* DemandBuffer.swift */; }; + D284706FD9989F78FA8B491A0874F7E5 /* GTMReadMonitorInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 320FB8952263D79D159FB2B3D65EBF7E /* GTMReadMonitorInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D288AF07D14E89D3D7D1DEB4F0E45D1E /* FIRMessagingKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8A52D231C7A3E757C28D47CFBF3E27 /* FIRMessagingKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2B123004985792853CBBAB3ADA23ECB /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = CBD5863838D90ABD61E5B96F7C132F38 /* GULHeartbeatDateStorageUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D2C422EF8BF62422BDF0583847807251 /* GTMTypeCasting.h in Headers */ = {isa = PBXBuildFile; fileRef = 3268222664C811C5B9E575AEF2D50A40 /* GTMTypeCasting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2D5282A41FAD890027EB10BE735FF54 /* UIImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 241AB5F7BEACD58132835B98D1BFCF2C /* UIImage+.swift */; }; + D2EE9906315BCA018127895DE7CA7F78 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = C09B7D4BF4717C1BA4A6AD8AF0744922 /* SDImageFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D2F43457AB8A03E4CF4E1FC30ED48D36 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = DB4516EB73737D0E464DD878FD43FFA4 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2F6FDD8CB33B04878C11184ABE9F21E /* FIRCLSCallStackTree.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1833C884F256345A7C56181CB2789D /* FIRCLSCallStackTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D30983863A9E325FB3AC3C896B3A5505 /* FirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 07C181158C20656D7D6DD71ADA69E697 /* FirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D3281E3354D3C929C3AFBF1A7B0C88C1 /* FIRMessagingSyncMessageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 917E2BB592CC9C21A21C7B3D2501BBC2 /* FIRMessagingSyncMessageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D32D1F90B0E880C59CECF347B53D2899 /* GDTCORMetricsMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = AF76C91EC87D7126CACCCDA785C57F81 /* GDTCORMetricsMetadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D32F4D9795BEE1EE31F31278BC206DB0 /* CALayer+RecursiveClone.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CAFBD2FAC55235ED75764F58616A33A /* CALayer+RecursiveClone.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D334EDBA13106B18119EF8278DFECB13 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 2434402478F62DFE76D8AC0616223287 /* UIImage+GIF.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D3C77D3ED261F57347D44282228EBF8D /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2338CD30D4C87FC68DF86D42B0AB3005 /* SDImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D3ED98F926F8DE3523840FCE38A1F399 /* FIRCLSAnalyticsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7985C0E800295D9E0623DDF90453B048 /* FIRCLSAnalyticsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D4316084185FD6513BC83544B2A45E82 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = EF7249685B427EEAB7A3528023A91760 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D439144D48C9FE1BA35022F0A6A736C8 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = F7EFF1CAF36F1859FD5F066A9FEBF3F6 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D464063E1514C73AE3B9D89CBAF3213D /* POPCustomAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E2CF1CD460D9BD78D6DCBE9D984B88BB /* POPCustomAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D47491E61E214CD43C444B984C0FBA53 /* FIRCLSInternalLogging.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E4FC1C6DF7A9BF115DB01306C03FA52 /* FIRCLSInternalLogging.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D496220B564843CF174FFFB0069297C2 /* String+Detection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B55DF0B7DE78489A3952D8245EED50D /* String+Detection.swift */; }; + D4A01B7B1330F343070012A523107B27 /* DDOSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 1743B40D380701F3D812EDEA891C334B /* DDOSLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D4D2BB1FEC2D96FA22BAF803B87E614F /* FPRConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AB945D31FC4B407CF9E47F513F6BF66 /* FPRConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D51C4DF67C59D25A7A2FD78BA68EB887 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EA2080A24A5F3B1EA06C0AA03963853 /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D545D552E84D3B810CEC9D76111964B8 /* SVGPreserveAspectRatio.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E74029235796AAB3DC64B71BD123CE /* SVGPreserveAspectRatio.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D5506F40320BB3EAC9918F96EEBC6D5D /* FIRCLSBinaryImage.m in Sources */ = {isa = PBXBuildFile; fileRef = EE79EEA9E6F211995E22F5216E30652F /* FIRCLSBinaryImage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D565DA1C3FEF59B4A571D5714BB424EC /* NVActivityIndicatorAnimationLineScalePulseOut.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA30D6470BFEDAEE1DF898ADBC492354 /* NVActivityIndicatorAnimationLineScalePulseOut.swift */; }; + D5660F669E12D67E5C593FEFCFA11972 /* BarLineScatterCandleBubbleRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F3234E861DCA2BAE31821B3D8A32223 /* BarLineScatterCandleBubbleRenderer.swift */; }; + D5CD1CDD0730BFB164022BA4FE8911C8 /* RCNDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 838F4A69A13E9EC7C29CAC6A1A490E9E /* RCNDevice.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D5F726F852F96003701E98B523C157B7 /* GTMNSObject+KeyValueObserving.m in Sources */ = {isa = PBXBuildFile; fileRef = 1152A1026000F44DAFD309C95A089149 /* GTMNSObject+KeyValueObserving.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D605D69C159BBE3D00DC2280A3ED3F9A /* SVGKit.h in Headers */ = {isa = PBXBuildFile; fileRef = BB04D4D6F75AEB205D2FE35348BA16A9 /* SVGKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6186ADC0E740A69361680FB46B26D9F /* SVGCircleElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F2580DF8E0C4CB167285D4CB4CF3758 /* SVGCircleElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D61C6A7DF3BFA5EAF6127667ED43AB62 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 71DA25EB4BF78DB9FB6B7842169773BB /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6766471D7CC67A2736CACF81EB41676 /* SVGGElement.m in Sources */ = {isa = PBXBuildFile; fileRef = F7EC1A414CC7E1D95601415026FA459F /* SVGGElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D6B05347DC71BF0D3DBA7202D614474C /* RolloutsStateSubscriber.swift in Sources */ = {isa = PBXBuildFile; fileRef = B831B284CC29D8BA49D2616B07A74EEB /* RolloutsStateSubscriber.swift */; }; + D6BF0D382E2E68028AAF3CA080E941E8 /* Addition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52CC7F07CD10072A510C00BC2A6C21BE /* Addition.swift */; }; + D6F00D9059AEEE9D18EFA9247727C406 /* GTMNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 4941F769FAE39A52677C847D3C0167D6 /* GTMNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D708B3CDC0314F7CEE769B81A14B62EF /* NVActivityIndicatorAnimationBallClipRotatePulse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175696D276286AF0ED5B0F8D88253398 /* NVActivityIndicatorAnimationBallClipRotatePulse.swift */; }; + D70DCA11648332AEBD4529941DB082F4 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF68A6E4950A586B68FF5F18853C8DA /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D75680DEBA3C21374EF101FB37257967 /* Pods-iOS-dydxV4-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C83E4DEF9B958A043424BE0A479C71 /* Pods-iOS-dydxV4-dummy.m */; }; + D78510D3F6A722686376C5109BE9D8DE /* HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5EC2B2A5EA2AB19586A16ED5EA0231A /* HeartbeatController.swift */; }; + D79190F355A1C96F1E4E7AC7C582CC74 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AB8E7E8FF7F36AAFC353BA4FE0F44EC /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7ABDCA56DDB5984C9975264F2498C52 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EB7C63BC474B8E6D434E4F2B31588F57 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D802EF501C368673275195B383211C3B /* DrawerMenu-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 61CE5389CE8246ADCA3F2F6CEA190696 /* DrawerMenu-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D80A9F0DF1621D88A25AEDF8E35C3B19 /* RadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 994D0D2481D5D5D584ABE911E8143992 /* RadarChartDataSet.swift */; }; + D8524D4E0F7D9787B648B3BE48DB4C23 /* FirebaseCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C28B90F152C22693CB8A362FF24EBADB /* FirebaseCrashlytics-dummy.m */; }; + D85E27E5AA50ABA8040E77A11B92FCCF /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D5A98554FE660DD99CCFBC275A8965D /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8E06BD278E751CCBA994282B651A05E /* NetworkService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89865CAB9819D2086C2091C6A9BC9429 /* NetworkService.swift */; }; + D90E97345DB664ADF598A7B69F38221C /* ZipMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C141BC5CD2F0A7A951D8CC8264C2BCD /* ZipMany.swift */; }; + D91030DBBBAA31F6FEF46AFBDF0CB426 /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5981AFE914125A4285528FB39A93FD4A /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; D91AAF8FD5F6335E604D1E4DEE99FE28 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = AEBA8CB6AA4F3222AF152902B80CC166 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy */; }; - D92AEF78B87F929D88D5C876ABBAD79A /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 349B3DB86B87657BDD3F8DDDA56D3383 /* ConstraintLayoutSupportDSL.swift */; }; - D9661421E55ADBAD6492CEF7B23A261F /* DDTTYLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = AD0747313FC7E913AEAD6A0D52BDD7D9 /* DDTTYLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D98A4D5679C6C6D00FEE1AA11DB488FB /* FPRConsoleURLGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = AB54A2874DD9DC974335C07C6EC6BA81 /* FPRConsoleURLGenerator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D9BD202A793102E86010FD396DA801ED /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 99E9745AB0B571DC1915F2FFA086024D /* SDImageCodersManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D9E4CF54BE8C99D561F0158195D0F2F7 /* TinySVGTextAreaElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C62F343C41C3CE4C76CC4CA6CD60B18 /* TinySVGTextAreaElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D92AEF78B87F929D88D5C876ABBAD79A /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CC00F5DBF7D9365AFA4997836AEDC5A /* ConstraintLayoutSupportDSL.swift */; }; + D9661421E55ADBAD6492CEF7B23A261F /* DDTTYLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B4261E0988729820723BBB3C24FC1B8 /* DDTTYLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D97BE45C0E47C012984F1A8475C1822D /* GDTCORLogSourceMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = F31DFF6057FB9A63E857FC46546A69EF /* GDTCORLogSourceMetrics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D9AE9288699BFE482D78F772A7E54D60 /* Statsig-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C29D39509C76EC6362EAB0B866B3C925 /* Statsig-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D9B51BA960EC5286F57E794A54BA261F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = D38475F39F0775C8B0AA2D90F489945B /* PrivacyInfo.xcprivacy */; }; + D9BD202A793102E86010FD396DA801ED /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A692D77D070072C739AC7ABC00D4DBD /* SDImageCodersManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D9BDB09729B6C89272AA77EC8990BBBB /* IsAppEncrypted.h in Headers */ = {isa = PBXBuildFile; fileRef = A453B41CDD74AE1207A1ACCF8D59D19C /* IsAppEncrypted.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9E4CF54BE8C99D561F0158195D0F2F7 /* TinySVGTextAreaElement.m in Sources */ = {isa = PBXBuildFile; fileRef = E5BFF64660F139158A43F178E1D83808 /* TinySVGTextAreaElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; D9E6368D5B5FAD10EAD6EDC6B8585E72 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */; }; - D9F400357DE4DEB466874821DA44ED49 /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = A867B87A57E1F377C62ABDB481910CE7 /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA45FF667F74EF7093D5E54D2639F8B8 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7636276DF5DB39F83D95A6F201BD6729 /* Reachability.swift */; }; - DA575D1582F29E684E4F20D34946502A /* NetworkInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAE473EE16731A2108BEC1B20AE057A5 /* NetworkInfo.swift */; }; - DA6EDABF74C3C6E9F9997B698195D6A2 /* Prime Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 587C7784EF216EA6CC92AD003BCCAD0B /* Prime Test.swift */; }; - DA7BBB620A13E080E432C0C5E21810AE /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = B04EFF251F43317D77D2006D74D9EA6C /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA81AFDFE4A22AB7A293915CE29AB176 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = CED48E68FD175017E231B8CC3079AC64 /* FIRCLSDownloadAndSaveSettingsOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DAA9B454C73F0B979CCEE04DE88DE5CF /* FIRCLSNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 53137E88D0EC075962F7DAD4561F137A /* FIRCLSNetworkOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DAF232C402F6012E923BD33F06D84BDD /* GULRuntimeClassDiff.m in Sources */ = {isa = PBXBuildFile; fileRef = A4ECBBFB21B0AB019F9061D58032F651 /* GULRuntimeClassDiff.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DB205EE51373C3922B13509FFBD088E7 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9693B1A8946D38CDD1097404DB847BBB /* FIRComponentContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DB3289095C460121E4A16F97D2A5A756 /* SVGKSourceLocalFile.h in Headers */ = {isa = PBXBuildFile; fileRef = A196BA1E9606C4406A16BBB43CF3A5CD /* SVGKSourceLocalFile.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB4EAAFD51F7E3424DCC493CB22E8BCC /* A0SimpleKeychain+KeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F81C8C3C85131DEA952BD6812D6ADA3 /* A0SimpleKeychain+KeyPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB5A7E8EAF170A65CDB518FA6913B7A4 /* PieChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A8D8D71CF667E54FB987A109EC541A2 /* PieChartView.swift */; }; - DB920FF3D8837B48879FAF4D45B5CF05 /* PopoverUtilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935A62CAFC8F30A9B3B320C1B4ECB977 /* PopoverUtilities.swift */; }; - DB95610A96E4DE3F85CC2E89913E3CF6 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3462E2FDC9486102165A485D3327EB0F /* SDAnimatedImagePlayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DBA13A702819FF7FEE8B395655C35558 /* POPAnimatableProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E9A507842B51E394DAE9D8E259C4BA2 /* POPAnimatableProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DBA3DDDB922EAEE1FCD6DA30F4B2B719 /* CrashlyticsRemoteConfigManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77638C740346625F5E2CEBC6F88DAE3 /* CrashlyticsRemoteConfigManager.swift */; }; - DBB78D506D28300A1789E9BABFEF34B5 /* DDAbstractDatabaseLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 0888A52ECD9CC5CA214829AF6EFD97DA /* DDAbstractDatabaseLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DBED3D60A5CE82C2EE8903940BB9127D /* MaterialActivityIndicatorAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB9528066EBCDABCE6A54496B774A96 /* MaterialActivityIndicatorAnimator.swift */; }; - DC04479680716AFD28EB71E1F6E269D3 /* FIRCLSApplicationIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA2D7943D6443821809EC28DD437CF3 /* FIRCLSApplicationIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC0EDBA61967D32C87F4A9AE587BBC30 /* FloatingPanel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 49701D92C7D2A5CC8EEFDF80D6961C28 /* FloatingPanel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DC3B58DF509A236380EFCD5034B3E3B1 /* ChartHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 745222B800EED05E5E279A6A6AA30029 /* ChartHighlighter.swift */; }; - DC63B73754B21128B2E05D894DB45E1B /* FIRPerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 5139AD7794E8D89D0F0D440F779502EA /* FIRPerformance.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D9FD934506C234D8F884980086623715 /* GULRuntimeDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E3668B9EF4D83048286192F54868C23 /* GULRuntimeDiff.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA10D1333C444A57F511CD2BB494C582 /* FPRObjectInstrumentor.h in Headers */ = {isa = PBXBuildFile; fileRef = C43977C74836ABDF24F52584E6D014B2 /* FPRObjectInstrumentor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA1621C6447379C40C00605347830817 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6981E43A8D5EC9B5746548BEB6302567 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA45FF667F74EF7093D5E54D2639F8B8 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7F0DE2190BD9D726358523BF83777A8 /* Reachability.swift */; }; + DA6EDABF74C3C6E9F9997B698195D6A2 /* Prime Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = D284E1109B7D8AF7DC6C8B53889CD1F0 /* Prime Test.swift */; }; + DA81AFDFE4A22AB7A293915CE29AB176 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CF23A9681937871DF2600FCECEF6F76 /* FIRCLSDownloadAndSaveSettingsOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DAA7A3214CA235315295EAA54AE05A4F /* FirebaseMessaging-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35E69976578F65EE1AEB8BA395FDBC62 /* FirebaseMessaging-dummy.m */; }; + DAA9B454C73F0B979CCEE04DE88DE5CF /* FIRCLSNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C42A26B39EE37ACC4F3E59887C2EAED2 /* FIRCLSNetworkOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DB0102B71C5E2B8A88201B22E8066B5B /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = BF5F11835F131EEF4D89DAB2CB9AE2BC /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB2D42F96ADE2DE8D76120107955056E /* FIRMessagingTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E470A695E730063D12A8AC060BC61D75 /* FIRMessagingTokenOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DB3289095C460121E4A16F97D2A5A756 /* SVGKSourceLocalFile.h in Headers */ = {isa = PBXBuildFile; fileRef = F4B3BEA07F3F2E65DC3DC9260C933986 /* SVGKSourceLocalFile.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB4EAAFD51F7E3424DCC493CB22E8BCC /* A0SimpleKeychain+KeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE4D6BA019623DBF8528A1CF5BC748D /* A0SimpleKeychain+KeyPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB5A7E8EAF170A65CDB518FA6913B7A4 /* PieChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DCF8DE964B3441637A65441DC036C38 /* PieChartView.swift */; }; + DB920FF3D8837B48879FAF4D45B5CF05 /* PopoverUtilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4928E145AF47CF3FA15B52F453FE434E /* PopoverUtilities.swift */; }; + DB95610A96E4DE3F85CC2E89913E3CF6 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C77848FEE60EAE7EFEE76132B854AE /* SDAnimatedImagePlayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DB95E18ADA19EB1CE08A17D06C155638 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 298532E78BBFEEB4F142AC266D9CEF6A /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB983757FF160861751F6308E53A81CE /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 74DD4FE6021977DC1E365C4FCB97A48E /* FIRLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBA13A702819FF7FEE8B395655C35558 /* POPAnimatableProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D3088F158EFD178AF13C5FA1DB9ED79 /* POPAnimatableProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBA3DDDB922EAEE1FCD6DA30F4B2B719 /* CrashlyticsRemoteConfigManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA6DE6163787A25500BE72C440784F1D /* CrashlyticsRemoteConfigManager.swift */; }; + DBB78D506D28300A1789E9BABFEF34B5 /* DDAbstractDatabaseLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB988DEE725EC655367E859E55CCC2E /* DDAbstractDatabaseLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBDB144F3CFB56AEDDC40CE56342836D /* RCNConfigConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = B2126F0F93A7A7F8FDFF773F5A7A6096 /* RCNConfigConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBED3D60A5CE82C2EE8903940BB9127D /* MaterialActivityIndicatorAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2335EB86FF6A5F83349167A41B5DE4EC /* MaterialActivityIndicatorAnimator.swift */; }; + DC04479680716AFD28EB71E1F6E269D3 /* FIRCLSApplicationIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 48F50D70A338E82109A9CFC600F73AA8 /* FIRCLSApplicationIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC0EDBA61967D32C87F4A9AE587BBC30 /* FloatingPanel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F40761E94617ADF3F5874642B427EB74 /* FloatingPanel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC3B58DF509A236380EFCD5034B3E3B1 /* ChartHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA2C2632B7E67574A927279B9C850E85 /* ChartHighlighter.swift */; }; + DC64E3E41111000980D24CD64C7A88E3 /* RCNConfigDBManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA965ED78BEC19777CBE801163E434F /* RCNConfigDBManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC69790C3AAB06541FEABD7F7E8E515A /* SessionStartEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82D836E17A31290B06630872C39552B0 /* SessionStartEvent.swift */; }; DC9BC0C46650F335396AB034B701E481 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - DCA8256AAE2A1D837636CACB7F88BA1A /* FIRMessagingAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = ECFDF9D7802830E03DD50A2AD6C1B646 /* FIRMessagingAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCA9198AF41CB6F6B62A1AD3D377DC8A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - DCB1FF0B636C00C68B9D08FC6FCBAB91 /* client_metrics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 01D3765ACCCE54D6B44ED2DB0AFCAD0D /* client_metrics.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD065C7063533BA5CA8B80AB4DE93FC0 /* FIRStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 13C570A52E0A6C565C8358407D37C261 /* FIRStackFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD125B37F3651567773B9183DCC1E341 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = EC74F247387666CF609D31B9E2F50E8F /* FIRInstallationsItem+RegisterInstallationAPI.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD4972517202F35B26B7B659B095D40B /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DD6E968293E60EE9EF42F735437273 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD5A0862F01B8EE9589CC86C25CB9F85 /* SVGMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB5A033A0502C66E6FF0BF9A1BAA054 /* SVGMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD60205B40D0FB3B27D0536117B4E0C1 /* GTMGatherInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = B0A1F1BB581CB41E684BC3BC9FF888E9 /* GTMGatherInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD619D7538DC8C4366C04E46177D2E3A /* GTMNSString+XML.m in Sources */ = {isa = PBXBuildFile; fileRef = DA9E9435D974C6CDC872DC6F4EF78A96 /* GTMNSString+XML.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD8740FC10449C06F63362EDA72267C2 /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C969E3F9EC4311181A5CA04A52D992C /* FBLPromise+Reduce.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DDA8E54FFAA6DFF7E15F15A52AB7C662 /* Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5130D7F212490B8B812B6B4B43C60D97 /* Hashable.swift */; }; - DDAE1ADB8B74D7AF8DA7C6FD3420F5FF /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = D44760D208ECC93E68109114B8963EA4 /* SDGraphicsImageRenderer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DDC2584AC7D3EEF104868CE141A7FF22 /* CGPathAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = DB4D5194999E36EF8E3CB09E053495F7 /* CGPathAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DE07E49F87720A35AC93EF90361BC5FB /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF2007E348CAE022CA6A2121AD4B00F /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE2BBEBEC7290E2523B276BF44268E9C /* FIRCLSCodeMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = 3453D09105C1F9B4947B43C163BB3F38 /* FIRCLSCodeMapping.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DE2C0AEF032ADAE8B40B5DFC882FF7CD /* Fill.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC2C260C81055EF1704BE2FEEE605CA4 /* Fill.swift */; }; - DE58FED3FD62335366F5E0D867FB3194 /* ContainsNumberValidationPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B48E6EC70EE1E3CCD90FB9C36BC67D5 /* ContainsNumberValidationPattern.swift */; }; - DE787722902FB4A7C8D27C0167F4DFD1 /* ABTExperimentPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = F15F93C6EB567EAB550FBA78239CB44D /* ABTExperimentPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE8867A700E699CF526B7ECCFB1E41FB /* FIRCLSDataCollectionArbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8F27E960B39C27E64FE420649C232B /* FIRCLSDataCollectionArbiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE8BB5BCD5FFE870F616EE330C63AE78 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = ED8A85B9BBADC44746853B2EC00CC4E3 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE9582548762E63076149EA1A2F81C70 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 006DB6B9C74D9A8CA698DC9C067643BD /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE961BA0C1D35F5196933CEA4B6AA9A1 /* Pods-iOS-JedioKitTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E67615EEC3ECDBF434478EDD6265697C /* Pods-iOS-JedioKitTests-dummy.m */; }; - DE9AEAB005FAC2670923F2D2F2F09BAA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - DEAE8972EDDDDC41ABD2B8004A90919B /* FirebaseSessions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81B2AC31466B0F39920CDC47391046BD /* FirebaseSessions.swift */; }; - DEC986E1F69D7C2090886D3573BD75AB /* POPAnimationRuntime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 346924EBA85E61D6AAF88DF89B3EC7B6 /* POPAnimationRuntime.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DEE5669A936DF9FCACEECF6E22227ECE /* FIRCLSException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 12884A87F7C1F9EB10512ABA35E27C87 /* FIRCLSException.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DEE76F284D4168D45E7A271799ED5638 /* RadarChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDEF8BFF4FCA97F18B7C48F26FDA9952 /* RadarChartRenderer.swift */; }; - DF25B35BE21E8CABD222E680B243C864 /* ILineRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5B1A2600C0F65217B09D8D6C951815A /* ILineRadarChartDataSet.swift */; }; - DF376BBEFA14A7EC5678B902FC7BC0FD /* SessionInitiator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E27452EB9EEA5D9AF0F4E54D95BE75C /* SessionInitiator.swift */; }; - DF617D00314D62D07F403245BBD11C69 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E485BB34784E476FB98E023471B321 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0021E95D1485A0B7B3BDEA08BD23E82 /* GDTCOREndpoints_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F610008C31DFB48A2AE2875767B268BE /* GDTCOREndpoints_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E01318218D55670DE418245ECB8A1B14 /* CIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8406FF822113D80D95EAB31E6957FE04 /* CIColor+.swift */; }; - E02AF6978CB8F1DFA5CC5025DD4738D4 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = F6B1D0D4034D578D0BB7E67D94F562B6 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E038A71FF5EC015082C7C5D323B1390A /* SVGKSourceNSData.m in Sources */ = {isa = PBXBuildFile; fileRef = B8D9D283C0DFA073008AF467CB48D249 /* SVGKSourceNSData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E05FD2BA175748B3F1D1C7667CAB1E35 /* SVGPolygonElement.h in Headers */ = {isa = PBXBuildFile; fileRef = B12D80BDF8A56BCB1AF26E76B8C634C0 /* SVGPolygonElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E062DDAD22CC1C9B5A9EF22DC1692CC7 /* SVGKImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 60CF463E182C9EAFA07EAC52DB17EF6D /* SVGKImageRep.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E0CF14EB829087B6568F3311C3EED890 /* MapToValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1281DDEDD46284BDA8116FF3B6822DEF /* MapToValue.swift */; }; - E0D4D74CF9A15AAB4D8EBA35D68449C0 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F63886460777BBF2B1007874296F9155 /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0DF7E6076D1C3AD1D6357F860815AEF /* NVActivityIndicatorAnimationBallRotateChase.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDD9B90B9CFEFE91BB46637BF4AA76BF /* NVActivityIndicatorAnimationBallRotateChase.swift */; }; + DCB3B000DDEB55FB64BA22D818DF7210 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E6D38691CEE25DE1585A418E260948 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DCB8590B79F7FCC5FE409AA404496279 /* Promise+All.swift in Sources */ = {isa = PBXBuildFile; fileRef = 942E0811441977AB1DCB2097A1F15C83 /* Promise+All.swift */; }; + DCF1F78474B970FF45F0CDE76E2B18AA /* Statsig.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9E51715FDDE4AC4FBC91F92AD78A70A /* Statsig.swift */; }; + DD065C7063533BA5CA8B80AB4DE93FC0 /* FIRStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F751AAF18978C87B83153C512581C95 /* FIRStackFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DD15340C14F745308DA28FCFF359308E /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 16943513231348B00B1E4D1B1539C96E /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD4972517202F35B26B7B659B095D40B /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E267833C59FD323ED45F711A1B27762 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD52D9DA9AC3964BA084A9AD7B73B52A /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 52D691F56B26982ABB512FC12306CEE6 /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD5A0862F01B8EE9589CC86C25CB9F85 /* SVGMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F7AAC0BB57C74CE413BAEE1FB993F0C /* SVGMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD60205B40D0FB3B27D0536117B4E0C1 /* GTMGatherInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = D380D447B4E13347DFA7EC1BB068F4F7 /* GTMGatherInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DD619D7538DC8C4366C04E46177D2E3A /* GTMNSString+XML.m in Sources */ = {isa = PBXBuildFile; fileRef = 3006F3BFD4342170428669F36F5D33C9 /* GTMNSString+XML.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DD61CC5930066187751D68C574ADBFA9 /* FirebaseSharedSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1E227706CA021001601E0B966A29CC /* FirebaseSharedSwift-dummy.m */; }; + DD8483C39EB1CB336127B5E1AB0D0572 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD1CBCEB1BD9B1433A9BF6825CC57499 /* Security.framework */; }; + DDA8E54FFAA6DFF7E15F15A52AB7C662 /* Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9949E7CF52BCD83803EC6163FAE53889 /* Hashable.swift */; }; + DDAE1ADB8B74D7AF8DA7C6FD3420F5FF /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 81086D2B3B1FCC518288CB71C1FC071F /* SDGraphicsImageRenderer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DDC2584AC7D3EEF104868CE141A7FF22 /* CGPathAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 780335C97BBE5A433C46D1530278D4C8 /* CGPathAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DE2BBEBEC7290E2523B276BF44268E9C /* FIRCLSCodeMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = 15DF50CF65B501A9DEAF2876A942C7C5 /* FIRCLSCodeMapping.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DE2C0AEF032ADAE8B40B5DFC882FF7CD /* Fill.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E6085C373023E20358C9B763DD20BE5 /* Fill.swift */; }; + DE58FED3FD62335366F5E0D867FB3194 /* ContainsNumberValidationPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793BCB70C950194059A82EA6D76D890F /* ContainsNumberValidationPattern.swift */; }; + DE612093E84A9DBBBC70260BF1213666 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = FEB5E62879D198CA5222150CFF273D77 /* FBLPromise+Catch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DE86C89777E62FDB959124B659A20AFA /* external_prequest_context.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 569D52925B02AA22C1439B499D2478C3 /* external_prequest_context.nanopb.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DE8867A700E699CF526B7ECCFB1E41FB /* FIRCLSDataCollectionArbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = E9101E174D553934CF6F8E568D2C9020 /* FIRCLSDataCollectionArbiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE961BA0C1D35F5196933CEA4B6AA9A1 /* Pods-iOS-JedioKitTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 899B651889A4128CDE162ED249E54536 /* Pods-iOS-JedioKitTests-dummy.m */; }; + DEC986E1F69D7C2090886D3573BD75AB /* POPAnimationRuntime.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1D0241888FFC5B88E785CB42A9B4652C /* POPAnimationRuntime.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DEE5669A936DF9FCACEECF6E22227ECE /* FIRCLSException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86FAD356E7728157F1E5AAABEC2A794F /* FIRCLSException.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DEE76F284D4168D45E7A271799ED5638 /* RadarChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6DC40689E848D9E7E02C299602EAE08 /* RadarChartRenderer.swift */; }; + DF25B35BE21E8CABD222E680B243C864 /* ILineRadarChartDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE9C3063B2E9ABA9FECD91FA430A5D67 /* ILineRadarChartDataSet.swift */; }; + DF794025FC57275B05DF1F6A70BC6AC6 /* FirebaseRemoteConfigValueDecoderHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00AEB12118703F3F095912F815297C68 /* FirebaseRemoteConfigValueDecoderHelper.swift */; }; + DF8EE8B79F1FDFE6232C36C686E1BD9E /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = D22B326605824B6D0F4727D583F20707 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB400AF0774D611C2BAF8F82FBD0032 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 152AB12A1E8971DF725A27A4CB831701 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFF62A528702904721272DA4B9579A3E /* FIRMessagingTopicOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7525AB0CA1C8FD5AA04F8FC16A75524F /* FIRMessagingTopicOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFFF971DB082DA113C56667B31C1F194 /* GDTCORStorageSizeBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D2AB3B17CB33FDE486AD5A1E1D84EFB /* GDTCORStorageSizeBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E01318218D55670DE418245ECB8A1B14 /* CIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2EBF29D11F7655B377AA424FC157135 /* CIColor+.swift */; }; + E025FB13E649A05EFD06EFBDF8384239 /* FIRMessagingAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 981D6F9CA5615149BFEABDBEA5FF03B9 /* FIRMessagingAPNSInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E038A71FF5EC015082C7C5D323B1390A /* SVGKSourceNSData.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AF9654A1FE504C5E64191E7D19F4518 /* SVGKSourceNSData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E04BBE1941A401BD6182E2B6FB8D8346 /* Promise+Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2321EB0AA66F0BEF75671C60DF2F00EC /* Promise+Catch.swift */; }; + E04E00F8DCB4AD845777DEF71B3682D5 /* Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A748F5A1FD0900E3CDBDBF08D22C7F88 /* Codable.swift */; }; + E05FD2BA175748B3F1D1C7667CAB1E35 /* SVGPolygonElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E7899E79C10BC86547F5030C09F9CFD /* SVGPolygonElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E062DDAD22CC1C9B5A9EF22DC1692CC7 /* SVGKImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = B586DCF171F6C8E7D330B873B84A0F95 /* SVGKImageRep.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E07B594387227A032B87611EBDCB61E9 /* GULRuntimeStateHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C37625634D120E93E03217975197B9B /* GULRuntimeStateHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E0CF14EB829087B6568F3311C3EED890 /* MapToValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A70BD1020C3AA27802F817C2E4D8A6A /* MapToValue.swift */; }; + E0D4D74CF9A15AAB4D8EBA35D68449C0 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 91059A36A52B33B1A2D121E4A8FD8E10 /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0DF7E6076D1C3AD1D6357F860815AEF /* NVActivityIndicatorAnimationBallRotateChase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 542E536CC568685EF33E6C02D0E4FD86 /* NVActivityIndicatorAnimationBallRotateChase.swift */; }; E0E903FE5865D5C925022407FCED1C9F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - E0EA50017F643C99B2C5167D3FF72829 /* FPRCounterList.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FE8622F3A862F8DD3F89A65FC051EE9 /* FPRCounterList.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E0FAE23ECB29EE7EB9B9D04CA6CCEDC2 /* PieChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02494902D9DC397973327D1996B4F660 /* PieChartRenderer.swift */; }; - E1287217F2A8761BE364909D7A79DDD4 /* NSCharacterSet+SVGKExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E9DAA368819274F02C1A7BD7AD683D7 /* NSCharacterSet+SVGKExtensions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E12A6F11BA8EC188F355BF9EEEFD9834 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = A34133C6A50DF89C75CFEC53D501B05A /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1302AB307D20963376FE2348B1A2453 /* ValidationPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FEF547ED99ECA1E3781D5359757AD23 /* ValidationPattern.swift */; }; - E13B248196DE4E8223B06C22CC96AEF8 /* FPRAppActivityTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2818EB69E48EDA519794AA787AB35DE4 /* FPRAppActivityTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E19464BDCE0C2C37D40FA5CCED447399 /* FIRMessagingPersistentSyncMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A0653318D23912D8F4ED5F48045FE0B /* FIRMessagingPersistentSyncMessage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E199517569E1FE596F05CBE3F2DCED83 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CD118E2C94B3E0E721EC4DEE1E041747 /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E1AFB3B5D3A312DDCBE69C4275BD7DBD /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A34C64862DD9365912B26D28CB494471 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1F7D701645ED3F1B9344F136D6E9523 /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = C6416A4C1435DEF374EA2077AB05AC5F /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E20E86D8E8289CBCF8CBA6A681A94204 /* GULRuntimeDiff.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E09D2906C2FAFC7E68937F900DEB29F /* GULRuntimeDiff.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E22B703E73D45CF56FBD1FF145AD10CD /* CALayerWithChildHitTest.h in Headers */ = {isa = PBXBuildFile; fileRef = D8FF911BF106E253415C9556E243C431 /* CALayerWithChildHitTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E22C48A530D6DA6CD3C188A55D88EFA3 /* FIRCLSFABHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 618EBBB3C521556B7BF6A1E006D59095 /* FIRCLSFABHost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E2987381463E1C2502E03A12DD53A857 /* FIRCLSSymbolResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = D5F7C52EEE135B54BD274799FBB894AF /* FIRCLSSymbolResolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2A4A3D101E28C0833980458F225D897 /* NBPhoneNumberDesc.h in Headers */ = {isa = PBXBuildFile; fileRef = 81FDA597BB956AC0EF97FE99C75FBB4C /* NBPhoneNumberDesc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2B200F62893426B40C9DF757604C93D /* CharacterData.h in Headers */ = {isa = PBXBuildFile; fileRef = 444E7D381561D24BCDCF36DBEDE02D6E /* CharacterData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2CC75ED9EF3D811282B2A60844A3031 /* ZSWTappableLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E5C2A2A22CC3480384164E7E8D20F2B6 /* ZSWTappableLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2E09CAB257A857AE067E4C1DB3DE3BF /* FPRNSURLConnectionInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = 207036BF976DD471C134FECC71DDBEC6 /* FPRNSURLConnectionInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2F7E3A77F6DCC8FB16146B24BE4C488 /* StyleSheetList.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AB6EEB13A18AB6BBCB07A1F65D07F26 /* StyleSheetList.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2FFD0590F81323554F1240713DBD58C /* FPRDiagnostics.h in Headers */ = {isa = PBXBuildFile; fileRef = FBF07FBEE2C2E3566843A102B64FD2AC /* FPRDiagnostics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E32A4FD7F610A24484CE4BECFF59FD44 /* JTCalendarDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 15BB52291E8A8B56B03A138013F65DFE /* JTCalendarDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E33B9AD025EDB37FF846011F6A283892 /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FD8615A263021A7E01FE429FA6209A /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E33D661CCF724638D1E627EC12AB91EA /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C02902B5A2EA73E518A06135EC63908 /* UIButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E344296D5F4DB09A8FACA769581D644D /* EasyTipView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F9ED53D35AB300F98C5F9CF95773F694 /* EasyTipView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E35A96AD62BB29B7ABA3779606A3DB2B /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C4B253AAAD19376E3968CBADA6ECA17 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - E35AEAC287F6D12252CED64364C00F51 /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A955770332E1611894804AF41480C14 /* GDTCOREvent+GDTCCTSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E0F7B49B700A2D5D1C626AA8F88E3465 /* Statsig-Statsig in Resources */ = {isa = PBXBuildFile; fileRef = 2C1D6F9F05FADC97C974067F135977E1 /* Statsig-Statsig */; }; + E0FAE23ECB29EE7EB9B9D04CA6CCEDC2 /* PieChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 446EC9812663847CA5F6477CB7EBDCE2 /* PieChartRenderer.swift */; }; + E1287217F2A8761BE364909D7A79DDD4 /* NSCharacterSet+SVGKExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D4DCBD6013983232303EC4178FEFF34 /* NSCharacterSet+SVGKExtensions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E1302AB307D20963376FE2348B1A2453 /* ValidationPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFC8C005479356110B614AD811D8EB81 /* ValidationPattern.swift */; }; + E18EE388369CA9456DB5CB7F7A9E0FCB /* Pods-iOS-dydxAnalytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A0F9119E35C98ADD15A55CABA779CED9 /* Pods-iOS-dydxAnalytics-dummy.m */; }; + E202906D581032ECF3F6EC5665A92B82 /* FIRMessagingPendingTopicsList.h in Headers */ = {isa = PBXBuildFile; fileRef = 99932DE1A86D11AD6C5DF4810ADB4109 /* FIRMessagingPendingTopicsList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2096C49988CEEC99BE697ACB443670B /* RCNConfigValue_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B22F5AEB637706AAF3DFF8C6F197289 /* RCNConfigValue_Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E22B703E73D45CF56FBD1FF145AD10CD /* CALayerWithChildHitTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B6746E81831735B5058C8AB3D8A706 /* CALayerWithChildHitTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E22C48A530D6DA6CD3C188A55D88EFA3 /* FIRCLSFABHost.m in Sources */ = {isa = PBXBuildFile; fileRef = C011BE8051D56F0C5344381AD9C6107B /* FIRCLSFABHost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E24763258D25689EF672A0DF44C1CFD4 /* RCNPersonalization.m in Sources */ = {isa = PBXBuildFile; fileRef = 35E6647CDE0F735EB6BED367247C59AE /* RCNPersonalization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E2987381463E1C2502E03A12DD53A857 /* FIRCLSSymbolResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 92589D3EE58FE03BD5E509A5A70A733B /* FIRCLSSymbolResolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2A4A3D101E28C0833980458F225D897 /* NBPhoneNumberDesc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F0DFF8DCEA87556422906C1C7A18238 /* NBPhoneNumberDesc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2B200F62893426B40C9DF757604C93D /* CharacterData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D00DFDBE96968A47452B3A4D7623A88 /* CharacterData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2C7046AF426958B7686EA1157747858 /* Diagnostics.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD762638ACC032AB891A98434EAC9D72 /* Diagnostics.swift */; }; + E2CC75ED9EF3D811282B2A60844A3031 /* ZSWTappableLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F9D23906888A8F51067D287E8B99D2AA /* ZSWTappableLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2E19DBFE22DD7A56798C93EC788E980 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + E2F7E3A77F6DCC8FB16146B24BE4C488 /* StyleSheetList.h in Headers */ = {isa = PBXBuildFile; fileRef = 790BC989FD3AAE982F4B00B03741559A /* StyleSheetList.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E320E3C27D999F205D1A07ED54860BAD /* FPRNSURLSessionInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = 35A78F19958D9FC73058381C636F3463 /* FPRNSURLSessionInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E32A4FD7F610A24484CE4BECFF59FD44 /* JTCalendarDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E6F06AC10A1A3AFD44D8AE80CB34E83A /* JTCalendarDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E33D661CCF724638D1E627EC12AB91EA /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 329026A419993C2D2B550B941B080425 /* UIButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E344296D5F4DB09A8FACA769581D644D /* EasyTipView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 08BF4F28AA0DB8A96730633164328CAF /* EasyTipView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E35A96AD62BB29B7ABA3779606A3DB2B /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 74120F2E8DF151ABA093E2FA41ECBC73 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E372AE3FA509D783BD9EB0239074A586 /* EventLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D4A17E63BF5A0B93F6DDE4C1E083448 /* EventLogger.swift */; }; E377EFE16FB8C700C69171DD7AE4FFA9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - E3CBB0D9ECE5DF03B3ACCC81007FCDC5 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = 76739898543F7C00B94833D12A61A37B /* FBLPromise+Recover.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E3D733D430B1B7E533A8353BF9128287 /* DocumentCSS.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E3A84768ECCE3ED41DB3CA176F50020 /* DocumentCSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3E5B7E1D34B728A5C117C43EE82DE03 /* GDTCCTUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = AB7AD19C5F323DACCD3B4F60695FEDA5 /* GDTCCTUploadOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E3F435173218B5FA1F6800A34A9FFB57 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = D57F0067270A544C1C845BF45249B973 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3FBF93481D8DE080F7B8A4CA9D08F88 /* RCNUserDefaultsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ACC127F69C2AC468477FE0A70B3E7DC5 /* RCNUserDefaultsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E40482C51EAA9EDB125A80774E01B5BA /* SVGSwitchElement.h in Headers */ = {isa = PBXBuildFile; fileRef = A75E6012801F89A66B0E9DDFFFAE433C /* SVGSwitchElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E408A7F862B6B559CF637BC6E94EF2EF /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 524475F3C6ADD502E9AF0C213879A096 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E414C785D7CF023B525B262E3F1EBA3B /* POPAnimatorPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = C633DD0B1C4E76571DC8FCA2DC8946BB /* POPAnimatorPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4359DFD3F315BFCDE1A06244FCAC895 /* DefaultAxisValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ADBEF4392E9218F8282FED8E83BA296 /* DefaultAxisValueFormatter.swift */; }; - E43E37DEAF0CEEC2AD576F6B5CF13BE5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - E4429268BFDB3E0A7EDE808EF0FEA0C1 /* NVActivityIndicatorAnimationSquareSpin.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE8C78AD8259471F1E8C1F24A1A535CB /* NVActivityIndicatorAnimationSquareSpin.swift */; }; - E44B38FE39CB279F76DA83F7CAAFC635 /* NodeList.h in Headers */ = {isa = PBXBuildFile; fileRef = E66C0AAA5C15394A2FA1A5ABC6C3D1EE /* NodeList.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E45D91FEDDD973653B0088BCCCB6B510 /* FIRSESNanoPBHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = CF0FF378CCB1F56ED826E376F1092DC1 /* FIRSESNanoPBHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4766D4931EBEB8AF08BB481DEF29EE5 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 18AEFD5C40601458583CC498A840A4F9 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E47BF7D6511B4B9AC4DFB656FF1C7258 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8469F656701E8AB73C4BD197A0531C19 /* SDImageCachesManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E37BA1D884BE7FA6CCF36A1CFB4638BA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; + E383B31788364BDE62A1546027F75070 /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 83B10AC8D117FB296C2CFAF05429D040 /* GDTCORAssert.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E393C1023457903483230C7F47CBE531 /* FIRMessagingDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A54E3DC6229D6C5555A6C93D1F6F20DC /* FIRMessagingDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3C309A229C35BE71670E56F1DB182D8 /* GDTCORProductData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AA92455E50A9E9D41B99AEDA0926DF0 /* GDTCORProductData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E3C585E6BD1BD17C365026931A814D3E /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = DFFCF4E485A0564235F88E2602420D82 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3D733D430B1B7E533A8353BF9128287 /* DocumentCSS.h in Headers */ = {isa = PBXBuildFile; fileRef = 313D00DBAA66FEC694FAF69B775A08B3 /* DocumentCSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3F435173218B5FA1F6800A34A9FFB57 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A99871265DE529C85A19C2FC277DB31 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E40482C51EAA9EDB125A80774E01B5BA /* SVGSwitchElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 32991FDDA56C675D21103DB6E7AEC9B8 /* SVGSwitchElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E40794614A275611E68886E7E9167B3F /* FPRNetworkTrace.m in Sources */ = {isa = PBXBuildFile; fileRef = A21E55779999ED38C00A0867D0C679A6 /* FPRNetworkTrace.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E414C785D7CF023B525B262E3F1EBA3B /* POPAnimatorPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 69B6C81F178D8249E145AFA22EAE5211 /* POPAnimatorPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E41C1F604B982BAE232D9F79FC2A1BA3 /* FPRDiagnostics_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9D7E0E6AAD812167BFC7CE99834D88 /* FPRDiagnostics_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4359DFD3F315BFCDE1A06244FCAC895 /* DefaultAxisValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6BF00A49C28D57D84B7695099CDDCC /* DefaultAxisValueFormatter.swift */; }; + E4429268BFDB3E0A7EDE808EF0FEA0C1 /* NVActivityIndicatorAnimationSquareSpin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C7041D682042AB4B9F00F71CFB2EBB9 /* NVActivityIndicatorAnimationSquareSpin.swift */; }; + E44B38FE39CB279F76DA83F7CAAFC635 /* NodeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 579FD15490555C5497157A25AB7C16E1 /* NodeList.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E47BF7D6511B4B9AC4DFB656FF1C7258 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 078EAE175BD576F504BE3FE2A7BB2BEA /* SDImageCachesManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E48A8ADF5CF769DFA368C9637DAD8B7F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - E4A5D711BC8D44709CC39FA4F3E4A301 /* FPRNSURLSessionDelegateInstrument.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D3EB1EB00E1EF43AD84DFF1627548A /* FPRNSURLSessionDelegateInstrument.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4A7207A022D9584CD9B7D29381C8454 /* GCD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE80A35E19A81EF400779508CE240947 /* GCD.swift */; }; - E4A8F137284D6CC66F344D282B6BBDA9 /* CGColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5EB343A99E1F5A2C6F56BDD003B770E /* CGColor+.swift */; }; - E4BAFF2ACC08E7F28FDA95A530EBE777 /* FIRCLSManagerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C12A6E571AD2EBFC8ABEE1E054CF481 /* FIRCLSManagerData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E4BD6DE937498F415CA78D5DC7203399 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 82259E747D589314F7DA0CCBB9DC5FC6 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D1D656266BD67A6D403E276F1243BF /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D06CE695B2E9B1CA6E75FB54A7353C4 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E526314779A689E77E25750491B2BDB6 /* FPRSessionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 87FF2F2C20BAA5A29090F03ED3680A5B /* FPRSessionDetails.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E54C583C4DBFD52F831BD22B4F3FCF06 /* Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E2883B6B703C6F46F69984848962F21 /* Shadow.swift */; }; - E56E2D8BB3A6EC491F18261075F715BE /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 33A7E708DF241CE3D095E691CB9A0A52 /* GULNetworkURLSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E58F813680361A68DF8B897BB239F695 /* FPRClassInstrumentor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9937C9768B2042457723322B21E480F8 /* FPRClassInstrumentor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E48F51EDE99DE273EFA985D8A65B3247 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 300A680AB234FA62C95213F9F68ADD0D /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4997D71859F795C93B702B31F012629 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B1D67F02179B5C5F40CE520C3F7058 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4A7207A022D9584CD9B7D29381C8454 /* GCD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61538AFD7A911FF29ED059DD8F475820 /* GCD.swift */; }; + E4A8F137284D6CC66F344D282B6BBDA9 /* CGColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 602A6614DA86CF857C96136A38714506 /* CGColor+.swift */; }; + E4BAFF2ACC08E7F28FDA95A530EBE777 /* FIRCLSManagerData.m in Sources */ = {isa = PBXBuildFile; fileRef = FE97C5DEE2A0C9E12720380284B38DF1 /* FIRCLSManagerData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E54C583C4DBFD52F831BD22B4F3FCF06 /* Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19E7A1A23A0027A9E5EE69A5F636BC99 /* Shadow.swift */; }; + E59D2CBADCAAE89F4C4A3BC1BE78914A /* GULRuntimeClassDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = 07E77855775E26475952675A82387BC1 /* GULRuntimeClassDiff.h */; settings = {ATTRIBUTES = (Project, ); }; }; E5A6F087A59887AA56E95BB4495B300C /* GTMSessionFetcher-GTMSessionFetcher_Full_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 097A1F5B958C73856FCF44A3F4A839C6 /* GTMSessionFetcher-GTMSessionFetcher_Full_Privacy */; }; - E5C4AFF55C9AE2C888EC40FAB473136F /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BC9177FCE47E00979315F7F9750B78 /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5EB140AFBE48D03880E8986AC28F674 /* SVGElement.h in Headers */ = {isa = PBXBuildFile; fileRef = D697B4F1B75718AA296CCFDEFD50DC18 /* SVGElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E6154004381DA91F80DE0A23F6E08E59 /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E6D9DFBF92746BD35CD3E2012A406D52 /* GULKeychainUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E67E8CF29D06DD665B60D97F1A4DF1EB /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 21B80F9D234115F36A2C956CBF1F6827 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E6C148B19AAA6E0B8A4AA278E3764682 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 439306F53ACC0CE0A07DA63B93EA2771 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7038F0C43271CF43AEAE025ACAD6F56 /* FIRCLSMachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FFA0463FC1E4C1637C2D2EB5157E7EB /* FIRCLSMachException.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E5EB140AFBE48D03880E8986AC28F674 /* SVGElement.h in Headers */ = {isa = PBXBuildFile; fileRef = B74C62E3E688DD1575C5187722D6322B /* SVGElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E5EEABB43D5A282331A4022AF158CB54 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = AEFEB89F66B7B0D62972572EB2710672 /* GULNSData+zlib.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E601D7FC4CE2B2732885F88EFDCC9258 /* RemoteConfigProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA103DCD54DC61DC069B18CBD13CA63 /* RemoteConfigProperty.swift */; }; + E7038F0C43271CF43AEAE025ACAD6F56 /* FIRCLSMachException.c in Sources */ = {isa = PBXBuildFile; fileRef = FEB2A9DAD4CC5EEB23F3B512ED77DBDA /* FIRCLSMachException.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E7085EDCAC9EE9F33E8CFF20F3F8613D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - E72D1DD25F13AF01FFE22988DE850422 /* CSSRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 03B21B2B6B817856EF01D7CB8ECE78BE /* CSSRule.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E730CA7D5697F80053C34F050555196D /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 28B8785CECAC592A06049BCDA4D08536 /* SDImageCacheDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E7456EB15FC22F50250EDC43044F5703 /* Pods-iOS-ParticlesCommonModelsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BECF4C94D9BCF4108002D53765D73373 /* Pods-iOS-ParticlesCommonModelsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E746E948350883A3CA1CDDB89F605072 /* FIRCLSContextInitData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FF8C714DE41D08C438DD5D60EB2EF63 /* FIRCLSContextInitData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E748DC3B3F18B5E2B52BAF8DDC22D11F /* GULSwizzlingCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F8E9F2316FFCB61CDE409C1F2719DDB6 /* GULSwizzlingCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7777A041614A8F6F1585C1D7C4273BB /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A4603D0BC4B3A28B819B444752DF946 /* NSImage+Compatibility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E77CB069D70FF4125B9E064B49C001D0 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = A66E6745CF258649B76BE0C601A54F26 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E79E58CB07F7BA22DEE05BB1F3B4D874 /* SessionGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9706AEBE1FF75762BF70D0751DA58C8A /* SessionGenerator.swift */; }; - E7DC450C7D79AFC4AAFF28685FE52BD0 /* DDLogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BA0E984B5E313BAD209351C9FB5D728 /* DDLogMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7FFAAD9C237457EB8A233E08C364761 /* FIRCLSdSYM.h in Headers */ = {isa = PBXBuildFile; fileRef = CA75A40F05F79A5461D7373CF063B65E /* FIRCLSdSYM.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8438A924E19D8917E6FB115DBA5220A /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A0B317CB0DC24528A71A816B8F16AA7 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8756FDF9AABA25C7DB426CD98D8DF1D /* ZSWTappableLabelTouchHandling.m in Sources */ = {isa = PBXBuildFile; fileRef = 22A8B33167A484A07123C44581C8F5B1 /* ZSWTappableLabelTouchHandling.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E8B5D2B5AFD21F352741291F2C221658 /* HMSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = A94CAFB59BD57358A55E4FB0648E026F /* HMSegmentedControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E8C1610ED7CCCB16939065FA12F5A504 /* FPRNSURLSessionDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A225FABB24F50186F374E4640ED3FB4 /* FPRNSURLSessionDelegate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E8D3B80EDD8E7DAE085CCE57FED63538 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 713F014811BFC7ACFFF8784D30A0583A /* PrivacyInfo.xcprivacy */; }; - E8F028F1A017ACDE0BF2E1EF2A16CF4D /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FE450261A161954C2677A4269DF6CC9 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E920FC7DFAA646A09B8962B7D818DC3B /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CB5876800430EAFA497B2333190942D1 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9272EDD6117416527A02BF23A79C13E /* FPRScreenTraceTracker+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 756C5C4D77EF41779737B5225897D1BA /* FPRScreenTraceTracker+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E93F70939BA8E4D2ECE85BA0F41A4A2C /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B9D0FBBDB37EC93B827AA45B6DDC353 /* SDWebImageOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E94442511CA2509B0ACDBE0F6E0A188E /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 936AE17BDDDBAE7850F9FA5EAFB81323 /* FIROptions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E94B31DCAF75D93405D3BAE188604EB2 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EED60AE2BF098A8D68AECBF8CEBDF83 /* ConstraintConfig.swift */; }; - E9505B05AE5124B8F20A8CC7EADCB737 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 312A9C8DB7BB26BD928EB7C47C521618 /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E960093249EEE54E0A5148D4DB3F76E3 /* POPAnimationPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 920841C4B5EB353523A7DD1A1C5EBF60 /* POPAnimationPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA15390C0AC291CE79FE098A144D875F /* SDImageSVGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D4821A7C26CE39F4F5EA2617E679991 /* SDImageSVGCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EA522E12D32D90A8B168C7FAE617C532 /* FIRMessagingTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 12AFBAA1669E15A01AE3F62A3CC13CD1 /* FIRMessagingTokenManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EA6476B25F5947A764A6968AC60BB28D /* Detection.swift in Sources */ = {isa = PBXBuildFile; fileRef = E952307BF3A099F7F748F553916EB2FD /* Detection.swift */; }; - EA8BFD3B38E1C0D8275B585088089970 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 088BCBBA3C130E6B0454F244D626C390 /* SDAnimatedImageRep.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EABA337CA83C9ED09E2DA7F54F501750 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = E7869D64449F86D759AA332715D5FE95 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB07E8C37CCC47873524D3B03596C7B4 /* FIRCLSAnalyticsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7239F26ADCACBC4BEF320B3C6EF493C7 /* FIRCLSAnalyticsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB3D6B11BA8E8BF14805B84264906D3A /* FIRCLSDemangleOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C84AEAB39B8BD0D99D66E23E83EE9C9 /* FIRCLSDemangleOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBD1702179B9B75654217C86D1962C1D /* DocumentFragment.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C77A72810327E90AE42090B4B9C726B /* DocumentFragment.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBE88409F3E4D60746023F680DE90104 /* FPRNSURLConnectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2CA773DE349BB1F362D7332F5A5E1F /* FPRNSURLConnectionDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC166225ADBC360A5FAD443918BFE105 /* FIRCLSNotificationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A5427A1B8CAC6249A20A7296AD8E15D9 /* FIRCLSNotificationManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EC1E4FE207C21F73BD3DADC737DD86C7 /* NSData+NSInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 1367E74BEC412898ADB66F0B36AA38E3 /* NSData+NSInputStream.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EC337E255D8881C8FD4BCB26D03A054B /* PassthroughRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCBA5014B8D5E7B7C86FCDC3B430CB84 /* PassthroughRelay.swift */; }; - EC417C05BD3378BB7AB8D68C7AB921DA /* Pods-iOS-WebParticles-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 082A2EB878BE715355464F9C05150544 /* Pods-iOS-WebParticles-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E72D1DD25F13AF01FFE22988DE850422 /* CSSRule.m in Sources */ = {isa = PBXBuildFile; fileRef = 49B899E256A413CBF9F217D2454C753F /* CSSRule.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E730CA7D5697F80053C34F050555196D /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 23785EA02E608B163EA1A6BF760C5F24 /* SDImageCacheDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E7456EB15FC22F50250EDC43044F5703 /* Pods-iOS-ParticlesCommonModelsTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC67B2AE071369B15913DD4453BCFA6 /* Pods-iOS-ParticlesCommonModelsTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E746E948350883A3CA1CDDB89F605072 /* FIRCLSContextInitData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AEF5CF477B4B80176452BFEE94E1ABA /* FIRCLSContextInitData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E771EEAED04DA4A91DB1F57E0C7F4F2F /* FIRMessagingCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A4041E92B16CE8746146C0B80CC4A3CD /* FIRMessagingCheckinStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E7777A041614A8F6F1585C1D7C4273BB /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 5611C1D06D04CB29C7FCE8399DFA2A1F /* NSImage+Compatibility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E77CB069D70FF4125B9E064B49C001D0 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F08EB4D23E3B687AA045B93F9A1619 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7B058AC82CBF36F3CB332A4A542700A /* FIRHTTPMetric+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 07B074FAE4BAAFA8FE3F1B407E84E8CF /* FIRHTTPMetric+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7D044743AF8B4DBDD9A4ECC1C7E3408 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 54FC38D2A12099CBB6B0E3114A44A874 /* PrivacyInfo.xcprivacy */; }; + E7DC450C7D79AFC4AAFF28685FE52BD0 /* DDLogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A922B7CFC34FE18380302C47E3C401F7 /* DDLogMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7E5EB00F25FE145E8E6A570AA4D3EAA /* FIRHTTPMetric.m in Sources */ = {isa = PBXBuildFile; fileRef = E20A56B3786862DB0C20AAD5AEA92F92 /* FIRHTTPMetric.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E7E8B6AA9C493D7B6142F37A17686D40 /* Pods-iOS-StatsigInjections-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E61367FF91F89743D55C761816DB03 /* Pods-iOS-StatsigInjections-dummy.m */; }; + E7FFAAD9C237457EB8A233E08C364761 /* FIRCLSdSYM.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A3417CAB3D131C8184BEA76C60C3849 /* FIRCLSdSYM.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E81AC497230AC3ECAEFC0AB765C8200A /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FD735D6F880046C54D6279B36D00B9EC /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E824706489BB769AF7B175C352DB8463 /* FPRCPUGaugeCollector+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA0050419CA34A7EFAACBD4897B4F83 /* FPRCPUGaugeCollector+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8756FDF9AABA25C7DB426CD98D8DF1D /* ZSWTappableLabelTouchHandling.m in Sources */ = {isa = PBXBuildFile; fileRef = 12086FAB83039A88E0E06DBC312DEC46 /* ZSWTappableLabelTouchHandling.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E8B5D2B5AFD21F352741291F2C221658 /* HMSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 534D616C2049E31234A6C4FD4F815269 /* HMSegmentedControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E8BDB105AE59ECA6061E3D1E8A2E2273 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A03E27F5C99C032D27467DD6647EDB86 /* FIRInstallationsSingleOperationPromiseCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E93F70939BA8E4D2ECE85BA0F41A4A2C /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E71FCE49817B43170A03D4A2EAD8103 /* SDWebImageOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E945E873418EF599C078EDF631D812E9 /* PromisesSwift-Promises_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 067CED0F0662BBE6DC889AEC6DAB3049 /* PromisesSwift-Promises_Privacy */; }; + E94B31DCAF75D93405D3BAE188604EB2 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = F21F7FC37406A8986CCD77CD62573EE2 /* ConstraintConfig.swift */; }; + E960093249EEE54E0A5148D4DB3F76E3 /* POPAnimationPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0231D30F105DA7C8777F30E6DED687FD /* POPAnimationPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9863944FAAB1766E552EBEC1BCDF7EA /* RingBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F040EC511369DD8B249BE884A1793C8 /* RingBuffer.swift */; }; + E9B4A6E1A64DC69C32BD79D8ADFC6E54 /* FPRGDTLogSampler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DAF20D893898F9DC8D856B359D65471 /* FPRGDTLogSampler+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA15390C0AC291CE79FE098A144D875F /* SDImageSVGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F6EA73E532B2EAC2E59604C1F010B57 /* SDImageSVGCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EA398793A4937F9D2D40C72A0F0F0B31 /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = D0E68E00D581E62AE22B84A7152AE9B2 /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA6476B25F5947A764A6968AC60BB28D /* Detection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3E6EF2A28C3DDE88BE6A4EC455E1014 /* Detection.swift */; }; + EA8BFD3B38E1C0D8275B585088089970 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EC9DAEE9186CDEA822211BE23C33610 /* SDAnimatedImageRep.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EABA337CA83C9ED09E2DA7F54F501750 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9DCEB85A4D49E232043271165E747B /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EAD02F144BBE633AB74B50149ABFE2DB /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = F9E963DC6F45A4D59F5558D71DB520EA /* FBLPromise+Delay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EB07E8C37CCC47873524D3B03596C7B4 /* FIRCLSAnalyticsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D78252C6365D70AE6EF6F5E6EEB9509 /* FIRCLSAnalyticsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB1EDC1CF8EE51DABE1A1442D7AFC7D2 /* GoogleUtilities-GoogleUtilities_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 44E291D18340EAC3F761346198515323 /* GoogleUtilities-GoogleUtilities_Privacy */; }; + EB3D6B11BA8E8BF14805B84264906D3A /* FIRCLSDemangleOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C14374E6F6208E0928CC28737EAE7CC6 /* FIRCLSDemangleOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBCBBC0333BC1F85F59E3BF3B619935A /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 04550EAF3AD795DE372A8C122B9675A3 /* GDTCORTransport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EBD1702179B9B75654217C86D1962C1D /* DocumentFragment.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F9F73C8ABF8131DAC65A11D7DBC5689 /* DocumentFragment.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC166225ADBC360A5FAD443918BFE105 /* FIRCLSNotificationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC85A594A3A65B28423005EA7C58533 /* FIRCLSNotificationManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EC1E4FE207C21F73BD3DADC737DD86C7 /* NSData+NSInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D3848E44D4F23A12B5D11BFDB0E8DD4 /* NSData+NSInputStream.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EC337E255D8881C8FD4BCB26D03A054B /* PassthroughRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B0C3CAA850D8681FC3618D286284920 /* PassthroughRelay.swift */; }; + EC417C05BD3378BB7AB8D68C7AB921DA /* Pods-iOS-WebParticles-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CF1281632D8CCD3B3802971E44F5DE3D /* Pods-iOS-WebParticles-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC4859F235DEAC7AD2196E7C70307AD8 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 458C4D72F9924C7088748A84A6FDFE36 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; EC486D5A5025BF0F876EED3347055871 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1CF503D77E992C93B82CC90D688683 /* QuartzCore.framework */; }; - EC4F8A095A6C809A99E64C1161E8B2AE /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CB82C40E0ABA1E8E62BF7B1E96CDA50 /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC6D44AC27426CC4390BCC8DD2AD6D28 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5F6FC4CB6D9CF28018F77B0BD86143 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC91AD28A59BB87E60BDB71ABEEB19AD /* POPPropertyAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C539DD351CF7F8B73EC330C3C86C82AE /* POPPropertyAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC95784DCA76E26345C1E5090C1B1850 /* Bitwise Ops.swift in Sources */ = {isa = PBXBuildFile; fileRef = 326B06C661F72E7A569ED91AD621A48E /* Bitwise Ops.swift */; }; - ECACD4C309AC36E3132F85A6B0F55DBF /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 85271CBBD751C5D5105A1D4BF7A83D94 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECBBC674DC545DEDC3203D8EFBF1B4A5 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 384717A617121BF2993DA05834CD742E /* RetryWhen.swift */; }; - ED36E3AF98C62077802B3470D0AA4755 /* ValidationRulePattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9170FD36F7DBF6BF38A4B2BE18B2AA19 /* ValidationRulePattern.swift */; }; - ED36F8D772D51B78D561CAC26F16DE67 /* FIRCLSRolloutsPersistenceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0007D633653608018BEF89BC6939D50A /* FIRCLSRolloutsPersistenceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EC630B8514703289619F182444EB5DE4 /* GULSwizzlingCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 62DB2CA4D07EFBA02739E41F31DAFCB1 /* GULSwizzlingCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EC91AD28A59BB87E60BDB71ABEEB19AD /* POPPropertyAnimationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DBA51F54E9A3D6ECF908805F7D3E2DA9 /* POPPropertyAnimationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC95784DCA76E26345C1E5090C1B1850 /* Bitwise Ops.swift in Sources */ = {isa = PBXBuildFile; fileRef = B90E5DC067F94AC3AA9EEECB995A27F4 /* Bitwise Ops.swift */; }; + ECB267CC1F870BD4D6F3CB78304C8E06 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = FED2277940BED2E810FE0FE4EF6EC071 /* PrivacyInfo.xcprivacy */; }; + ECBBC674DC545DEDC3203D8EFBF1B4A5 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4023D1050D42A2D18D7729924E8F25F5 /* RetryWhen.swift */; }; + ECDA05D7F34857E3375E857E21A5912E /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = FD0F16CE95FFB4C9EAA24C3A98753DDA /* FIRInstallationsIIDStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + ECE04F822750A697CDA2C4F3E11A0E56 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */; }; + ED36E3AF98C62077802B3470D0AA4755 /* ValidationRulePattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8319F6545F4157E20B0E8512366EDC /* ValidationRulePattern.swift */; }; + ED36F8D772D51B78D561CAC26F16DE67 /* FIRCLSRolloutsPersistenceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EB23F361B5AB25F8DF593D432F74CF8 /* FIRCLSRolloutsPersistenceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + ED510D8693FC88969CEFECC24630C3C5 /* Promise+Always.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00AD5339D93AEFC670A443C8F6014D45 /* Promise+Always.swift */; }; ED956CF037D38841D159D81FCE720650 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - ED9D5948E379B56D58EC417759F73B35 /* Pods-iOS-dydxStateManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A5BF710AA886218969F02F4E0AECE4C /* Pods-iOS-dydxStateManager-dummy.m */; }; - EDAE9A1DFCF88D960F22A1E6F134B2D1 /* FIRCLSMachOSlice.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E37859F38884A339ECBF79DBA0DBC09 /* FIRCLSMachOSlice.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EDB2547B0D220772CF1A31249FBAFFBB /* NVActivityIndicatorAnimationOrbit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AFF5420FAA93BDA59A6061897B53AA6 /* NVActivityIndicatorAnimationOrbit.swift */; }; - EDC89E81A95AA591A1CF253501FFB076 /* SVGElementInstanceList_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E7C9012B97A056CBE87B80693B7C5E9 /* SVGElementInstanceList_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EDF4119922B8D5B20B0C7E6A5E9DFCC8 /* SVGGradientStop.m in Sources */ = {isa = PBXBuildFile; fileRef = FB30E605ECA69FFFA9FF5C9E7C5C618C /* SVGGradientStop.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EDFF3F6C42FE9DEBA5C376D251BADCF8 /* FIRTrace+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A996C0EE227853E7024EA1295F94092 /* FIRTrace+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE1B0D61B7620D06EAA8C05C2E739BC4 /* SVGEllipseElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E7DD3684D5F00DAC60AFDE94E4BDCB5 /* SVGEllipseElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE52C12D0E6AF48256D072DD92CBA0C0 /* ZSWTappableLabelTappableRegionInfoImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = EC66AF53C6EEE482EA4F04AFC4BD7179 /* ZSWTappableLabelTappableRegionInfoImpl.h */; settings = {ATTRIBUTES = (Private, ); }; }; - EE57EA35D50B141038743894EE6CC0E9 /* GULRuntimeDiff.h in Headers */ = {isa = PBXBuildFile; fileRef = D7D5070220D0CA87FCC70ACE3BB2FF07 /* GULRuntimeDiff.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE5923FB6AC44DE39EF963F5D1FBA8FC /* Pods-iOS-RoutingKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EB0815DAA47A164F808A2AAB723C21A /* Pods-iOS-RoutingKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE7531769E5BEE445BB7F3D685BA15BC /* SVGKExporterNSData.m in Sources */ = {isa = PBXBuildFile; fileRef = 26249DAF5A03251EB0B7E694A613AC60 /* SVGKExporterNSData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EEA2AC5248481A20D242C074EDC3B09C /* FIRMessagingLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CEF51DCF87D48912795793EABCD023B /* FIRMessagingLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF29E8DF47E9683B40D6EF1A996617E3 /* NodeList.m in Sources */ = {isa = PBXBuildFile; fileRef = 12E3EDF9343285C9C2F7B8F9BC15FE62 /* NodeList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EF2F74480559E047CB75E731D22CB00A /* SessionStartEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 052E51C7F2570FA2F5572B1FF57836D0 /* SessionStartEvent.swift */; }; - EF5BF3F26BC838B72B0DD5BE2620AC1F /* FPRGaugeCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 56A3414B4499EAEACE799023B68A2CFB /* FPRGaugeCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFB5FB10E3D9488B9550A720C1A611B8 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 56D64CDF2C1562B20BB05785B2FB8AD4 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFBA2E3707B9C043DB2EBEFB20CCE46C /* POPAnimationEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = B508C915D0F592DCECEEBC19EAC10830 /* POPAnimationEvent.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EFC05539770BB32856241A71D41A9373 /* FIRHTTPMetric.h in Headers */ = {isa = PBXBuildFile; fileRef = C07B82D3AF675315328514C4F11C3644 /* FIRHTTPMetric.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EFC90283F9AB43BB6FF377812BD3673F /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = E619C95E2428C70A6EC5DE2C68CEC8F6 /* ConstraintPriority.swift */; }; - EFD238918B3F6E11896B2FCC51D4B75D /* FPRGDTLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = F7740F78505B758530381BA4FD20A3B2 /* FPRGDTLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F011FE1A56761C2E9A49166167B5F127 /* FIRCLSFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DB61E177011387BC320FD29C2FC0A6E /* FIRCLSFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F03D783C4891FDA77139C6D2CCACF790 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B9CDE77B09475B0513B131F1E6C4A65 /* SDImageAssetManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F0652D53BCA31B7A5AC7C9815EE8339E /* PromisesSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AADFE92BF7ECAC902BF3717ACE08185D /* PromisesSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F08270EC853695E3793A4932DBC0DDB2 /* FIRCLSContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 70FC4C6298E1D0E517EF515600F6A777 /* FIRCLSContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F091017561415FB4BA7FA68A142E6B2C /* FIRCLSDwarfExpressionMachine.c in Sources */ = {isa = PBXBuildFile; fileRef = 567695FB91BD6EA447ED26CB5EBA1FE6 /* FIRCLSDwarfExpressionMachine.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F0A60140CF686363BCFB79EE9A6FA463 /* FPRNetworkTrace+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C1DE3CA9A525BC02D8020F332EE11F9B /* FPRNetworkTrace+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED9BEFCD8770EE53DBC92F40645D698A /* FIRTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EB896942509FDEF371E25D1B61E2F89 /* FIRTrace.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED9D5948E379B56D58EC417759F73B35 /* Pods-iOS-dydxStateManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E4A7AD1ED3A044D91A18BBB743D03E12 /* Pods-iOS-dydxStateManager-dummy.m */; }; + EDAE9A1DFCF88D960F22A1E6F134B2D1 /* FIRCLSMachOSlice.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E057843BE7162AB33E34E0A235EA890 /* FIRCLSMachOSlice.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EDB2547B0D220772CF1A31249FBAFFBB /* NVActivityIndicatorAnimationOrbit.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAAECFB621D602F56CF67D806296FAC /* NVActivityIndicatorAnimationOrbit.swift */; }; + EDC89E81A95AA591A1CF253501FFB076 /* SVGElementInstanceList_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BF184D80730BE7A3D74F27D6B8BB47C1 /* SVGElementInstanceList_Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EDCB25E63B938C560993F1EEEDD8E8DB /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 97ACD0A536C65FD32278A11B91C4FB7E /* FBLPromise+Do.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EDF4119922B8D5B20B0C7E6A5E9DFCC8 /* SVGGradientStop.m in Sources */ = {isa = PBXBuildFile; fileRef = 2858D39DE761E4B0ACF953AD6D590234 /* SVGGradientStop.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EE17433AFE574661553A9E2C4088AED8 /* GoogleDataTransport-GoogleDataTransport_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = F73AA961F4AEFF2B46B00AE435DF6BE3 /* GoogleDataTransport-GoogleDataTransport_Privacy */; }; + EE19866429EAF59F20ECBAE3F9CE0433 /* GDTCORStorageEventSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 91BB800075B708898EE6F53CF491564E /* GDTCORStorageEventSelector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE1B0D61B7620D06EAA8C05C2E739BC4 /* SVGEllipseElement.h in Headers */ = {isa = PBXBuildFile; fileRef = BED460C102F16246227398E723A0A2C5 /* SVGEllipseElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE50649D47ED7F74806C1ED403CB8F98 /* Pods-iOS-dydxV4Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DAB169476369CBD23B5ED8F252EF1738 /* Pods-iOS-dydxV4Tests-dummy.m */; }; + EE52C12D0E6AF48256D072DD92CBA0C0 /* ZSWTappableLabelTappableRegionInfoImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 36E9DFED164D4C653B5A90E90A9DE123 /* ZSWTappableLabelTappableRegionInfoImpl.h */; settings = {ATTRIBUTES = (Private, ); }; }; + EE5923FB6AC44DE39EF963F5D1FBA8FC /* Pods-iOS-RoutingKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D338E9D0D2481B1873F459B974FF138 /* Pods-iOS-RoutingKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE7531769E5BEE445BB7F3D685BA15BC /* SVGKExporterNSData.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C1F2B61ED12CEC36988FB0C953B523 /* SVGKExporterNSData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EE854EFFCC558F76BA4E22A8C8C395F5 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = DA702373DC31F598B3DF4CA4C39F0851 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEB148DFA5079FA3A74C7A4C9AB93CB4 /* _ObjC_HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05BB1718CD90823FCCAD5CFCEC667D7 /* _ObjC_HeartbeatController.swift */; }; + EED534734C17C1E1ED4200CC55606041 /* DevEventConsoleLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9F6552158213B93EAAF67F7E79EF312 /* DevEventConsoleLogger.swift */; }; + EF29E8DF47E9683B40D6EF1A996617E3 /* NodeList.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD74EE0E00FCB1959B1D3E972739121 /* NodeList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EFB5FB10E3D9488B9550A720C1A611B8 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 0815661FE06B8A2FCC664BC462379CDF /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFBA2E3707B9C043DB2EBEFB20CCE46C /* POPAnimationEvent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EE3FE040B8C9FCE739D47EE400C0A81 /* POPAnimationEvent.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EFC90283F9AB43BB6FF377812BD3673F /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 660A6D716E60EFD8ED3EEB01A2F0C043 /* ConstraintPriority.swift */; }; + EFED2DE384A2152C36132C128B94A457 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F13E36E902E63423CD09B3204CA666C /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F011FE1A56761C2E9A49166167B5F127 /* FIRCLSFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EA2FAA3BC5CE255B59548754F0DEE45C /* FIRCLSFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F01A1B831344D5F05D1198F24CD694CF /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 013CE2F0B6D93F3984F36B98B2241636 /* GULReachabilityChecker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F03D783C4891FDA77139C6D2CCACF790 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3533B1123A98C0818F99598CDC067B3E /* SDImageAssetManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F08270EC853695E3793A4932DBC0DDB2 /* FIRCLSContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 922ED6EA4E478FCFB046C57BC057BAA3 /* FIRCLSContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F08DDB4D0B7778AD3F89D7562D27FE72 /* LocalOverrideSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8223F757E4555D7693D472D2CA431F3 /* LocalOverrideSettings.swift */; }; + F091017561415FB4BA7FA68A142E6B2C /* FIRCLSDwarfExpressionMachine.c in Sources */ = {isa = PBXBuildFile; fileRef = 696089366F85F2886C53A50F5171A56F /* FIRCLSDwarfExpressionMachine.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F0B56CF95667FEF43A941E8267D4C094 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */; }; - F0C1C872B7093E1A9D16A7783D6F0D1E /* Pods-iOS-RoutingKitTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD18A315E89070652363937C1E56EF7 /* Pods-iOS-RoutingKitTests-dummy.m */; }; - F0DE7DAEA806B145DE76C9AFFB9FEA3C /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2236151C447C05F37BC42DB3C1004140 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F12815C97A40401D49F1C681414DE255 /* Pods-iOS-dydxViewsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FF39B7B68C7C30DFAC551906FB05AED /* Pods-iOS-dydxViewsTests-dummy.m */; }; - F135FD11C4BA04D2A369C94FF2CC0280 /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 566B514E03A7E7D3246D55A64B032B01 /* GDTCORTransport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F13C5CF1A0480ABA57B5E90A27A77909 /* GULObjectSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7280A8CA06E9AF7BA493399369FD4A4D /* GULObjectSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F13EA94C34A708A2740E87F797835E20 /* GTMSessionFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A5CE8773DA56BBDA390C401E84F2E64 /* GTMSessionFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F174BC784E1C6023541E1CC2CC829B3C /* AMPIdentify.m in Sources */ = {isa = PBXBuildFile; fileRef = ED05C903B246E45B1A5735A7AA82E51C /* AMPIdentify.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F179515A300DCB99F5D52A0F21ED5D44 /* JTCalendarMenuView.h in Headers */ = {isa = PBXBuildFile; fileRef = 50EF8380A22A5CBFC9FA933C1B257D8C /* JTCalendarMenuView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F18D83D8B3D7D3631826FC9965C87787 /* FIRHeartbeatLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 5579547F5E86F1B632014492727CEC9C /* FIRHeartbeatLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F1DCE7FA9E0050151820B1C6B96F6819 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A971261E59FDA53589F20A7D168DEC8 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1EBD00F78BB2241915D95803B1D802F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - F1F06EEE1B902B10F5D0CFD6F7A80DA1 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BF416C14B0BBD79DD97A4F142EFC26C /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F20267A089C0D2E56C58BD5C9ADE28A6 /* FirebaseABTesting.h in Headers */ = {isa = PBXBuildFile; fileRef = 585D2E1AF6654FD350D174094B2639C5 /* FirebaseABTesting.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F21A21CDFC84364F10E10AAF384B810C /* FIRExceptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BCC3B177E57FA5513FEC2B51A272F42C /* FIRExceptionModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F232D9A1CD11E9603CF6608C9EA7BEB6 /* Platform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63D4CCFA6E97CF9D75C0E241A112F87A /* Platform.swift */; }; - F25763A409B1631E80D5B16107F03BC7 /* FIRCLSLaunchMarkerModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FFAD40E11B5B505049169EB180E88276 /* FIRCLSLaunchMarkerModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F273F512CDA25AE4027825D4A9D46177 /* RCNConfigContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 906F636DBA035F934EE56575693A6375 /* RCNConfigContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F27B2DF4C5362B4F596563120431E445 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D1BC3D6B6E03C033DC060D009A94364F /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F27B6E31BA6DFDF3310D86EF7CE7481C /* FPRGDTEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BCD722A9BF728075008151F6B05CEB86 /* FPRGDTEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F2ACB8606ABB790DD64FE3D1C2A99AD7 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD9B485689B9E81645F2986DF148102 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2F4C4E4A4D6E1D148AD96345CF8EC89 /* DataApproximator+N.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74CCF8F1EA2ACAB9DF4F9B8181BF1164 /* DataApproximator+N.swift */; }; - F323063A40C1FCDBBD6B2CA879AB018E /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 53E81E77AEF41B36DA88C5C002F15E1A /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3369DE32B2E7592B9F8D26CB200C9A8 /* SettingsDownloadClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C4BF9F1CAEBDB47123311E4A550E34 /* SettingsDownloadClient.swift */; }; - F33A3ECCE1CA579C4ED9F9A2B3B90044 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F733DC7FF0E978385F96C3046F81D0D0 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F348378350412EB77A9382D3E0D6FD70 /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 64944D14DAC200E707D9D7995BD4A353 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F366D04DEA0EBBCA9CA4F1F4E29695E8 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A622C61B1F553FCD802703A20229C91A /* ConstraintDSL.swift */; }; - F36FCD75FAFE0BF42C23F82ED2A6CBA0 /* Differ-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B687A03C8A3D4EF38D035CB748DF284 /* Differ-dummy.m */; }; - F3CC9FC302CE986FE123CBBD234AE632 /* Promise+Retry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E503AE05667F6F429BFF31A9663D2AE /* Promise+Retry.swift */; }; - F3E521EF4987A2CCF2D312E1A8F6F55D /* ChartUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94DA925F70640B5A573EE815B063EDE4 /* ChartUtils.swift */; }; - F41028D4E0E43E885ED9ADDFABBE1ED3 /* Comparable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4F44DF3149684ECBC4C0C13D967A312 /* Comparable.swift */; }; - F4173BC1CF9DC186AF4A2C7738FE5D84 /* Popovers-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 518B77FCA1F9171CB6711CD5DA9DC013 /* Popovers-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F41BC05FF9C49352C673F71E48C279AB /* SVGClipPathElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 63BFCE8820E4B0D441CB607EEF97A048 /* SVGClipPathElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F425FC8658861C95F8E971C83384D513 /* CIImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE144DFFCAB6F31EA89A63CB053BB6E /* CIImage+.swift */; }; - F42DD8C8044872ED99F5E516FC760C49 /* PopoverContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA116C8F99D7CB185C78A4E713B0795E /* PopoverContainerView.swift */; }; - F43FF06CEC545B7D70B3E4923AE3E656 /* GTMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F24E5E66195931FF9A6799AF6B90549 /* GTMDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F4768891A56F1D5A9CB80C37A0E2F338 /* NVActivityIndicatorView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8EC8424342368D8D9256DA392843E9 /* NVActivityIndicatorView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F47A291CFAE265DF212EE8109886C327 /* GULObjectSwizzler+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 69C134F0BAA6BD926F77E776924EA79F /* GULObjectSwizzler+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F48B3494711787819AF8D1B28862441D /* Pods-iOS-UIToolkits-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A46F31B9F486A04E3B060E8FCB395D65 /* Pods-iOS-UIToolkits-dummy.m */; }; + F0C1C872B7093E1A9D16A7783D6F0D1E /* Pods-iOS-RoutingKitTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83B6AB2ACD0B030A8CF40F5A45143F38 /* Pods-iOS-RoutingKitTests-dummy.m */; }; + F0DE7DAEA806B145DE76C9AFFB9FEA3C /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 28D537FD728FEDA1E417D77D43CA8D2B /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1209C4B899F0E8BCB1750751F9A96FD /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 806D22ABAB37D9E6BA470683A6C7FB3D /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F12815C97A40401D49F1C681414DE255 /* Pods-iOS-dydxViewsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35DBB1741FE31FBCD7DD23EBA1479FF3 /* Pods-iOS-dydxViewsTests-dummy.m */; }; + F13EA94C34A708A2740E87F797835E20 /* GTMSessionFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A9C8BA55657889F9EB33E51A93F6065 /* GTMSessionFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F174BC784E1C6023541E1CC2CC829B3C /* AMPIdentify.m in Sources */ = {isa = PBXBuildFile; fileRef = C19AF234BF6F496CBF2B7AAEE0F968D2 /* AMPIdentify.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F179515A300DCB99F5D52A0F21ED5D44 /* JTCalendarMenuView.h in Headers */ = {isa = PBXBuildFile; fileRef = A23D38CE79E2CAC43D0975AD4CC1A684 /* JTCalendarMenuView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1CEA2DAC2BCD14B1ABBD7F6A2FE1AE9 /* StatsigObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AF3908A38055C4252E60EDC8D0E07E1 /* StatsigObjC.swift */; }; + F1E09251EC357904CB66F4A246EBBBB8 /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 443F6C64EC57041C1F7E8C17E61122B0 /* GULSceneDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F1F06EEE1B902B10F5D0CFD6F7A80DA1 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D5C061FCBC8B7E369B27E1EC787996 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F21A21CDFC84364F10E10AAF384B810C /* FIRExceptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A676A91132424393144EE74FC5BED9ED /* FIRExceptionModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F232D9A1CD11E9603CF6608C9EA7BEB6 /* Platform.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5ED6251E5243709DDEF0C2DBAF19009 /* Platform.swift */; }; + F25763A409B1631E80D5B16107F03BC7 /* FIRCLSLaunchMarkerModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A67A7A25336CCD0BD8DD43E6F6D08AA /* FIRCLSLaunchMarkerModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2ACB8606ABB790DD64FE3D1C2A99AD7 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 247E14E61F5CBD3DC8111705108B493F /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2CF162DB7DF57AFAE6E6B6955B867A3 /* GDTCOREvent+GDTMetricsSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF969E5F419491C927B5426E8D6C593 /* GDTCOREvent+GDTMetricsSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F2E470F4115E594BCC73DDF662A9ADA9 /* perf_metric.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 81B8697A7811A4F45F87D7BAA648B4C8 /* perf_metric.nanopb.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F2F4C4E4A4D6E1D148AD96345CF8EC89 /* DataApproximator+N.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC397656FDB6B3E4CC4474E5206BB39D /* DataApproximator+N.swift */; }; + F33A3ECCE1CA579C4ED9F9A2B3B90044 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 69DDBA6866792632FAE524DF17C6341D /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F340D7EA38D9D31C19253E9B2FF111E8 /* GULSwizzlingCache_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 015EF01C5BADD92390603B340D10BEB7 /* GULSwizzlingCache_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3448371D1A01DD18B77D4341951330D /* FIRMessagingSyncMessageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ABD9F1F17B3195D004ADAEBC5A6F47F /* FIRMessagingSyncMessageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F366D04DEA0EBBCA9CA4F1F4E29695E8 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2DC801D68EC52ABF89131D58350C4F9 /* ConstraintDSL.swift */; }; + F36FCD75FAFE0BF42C23F82ED2A6CBA0 /* Differ-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 473CF713B27AF23F6BEEEF6D0629828A /* Differ-dummy.m */; }; + F3D1CDD5904F30599DECE8A32D4001D1 /* FPRSelectorInstrumentor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D1106F06F979152E89FB76D1ED3FA5A /* FPRSelectorInstrumentor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3E521EF4987A2CCF2D312E1A8F6F55D /* ChartUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B59FBB68CD631E36CA58998174463B /* ChartUtils.swift */; }; + F41028D4E0E43E885ED9ADDFABBE1ED3 /* Comparable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53AE0C3C7211584677F96C93906CC06D /* Comparable.swift */; }; + F4173BC1CF9DC186AF4A2C7738FE5D84 /* Popovers-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D89E4C1427FC53043F8F987FBA656C0 /* Popovers-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F41BC05FF9C49352C673F71E48C279AB /* SVGClipPathElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 738BE421D4E4153BB471BBF7209A1F2B /* SVGClipPathElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F425FC8658861C95F8E971C83384D513 /* CIImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15E7B4CB62323A2AE14E0865E5C46A60 /* CIImage+.swift */; }; + F42DD8C8044872ED99F5E516FC760C49 /* PopoverContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28A8BE64F505A1576E393B262256110D /* PopoverContainerView.swift */; }; + F43FF06CEC545B7D70B3E4923AE3E656 /* GTMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = F8B2F44241977D2252F1D2AA30780445 /* GTMDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4768891A56F1D5A9CB80C37A0E2F338 /* NVActivityIndicatorView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 025DA77DB6782FFF04FFE7036B164384 /* NVActivityIndicatorView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F48B3494711787819AF8D1B28862441D /* Pods-iOS-UIToolkits-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5068D37A70E5DA62D8CBFDAC8EE96815 /* Pods-iOS-UIToolkits-dummy.m */; }; F490292CBE954B98CD3E364BF4E364B3 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF17439B76A7CD1C064D1E99C4583E5F /* CoreImage.framework */; }; - F4928EFAA3992166FECC5A16BE4D249E /* iCarousel.m in Sources */ = {isa = PBXBuildFile; fileRef = 020AB32EFF694F9BE8AF3D0CDB7E71D5 /* iCarousel.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F4AD791D2C7028657798A84BD82DB697 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E05DB23F7CA7A1CA20161FD94EC9B259 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4BE6D811D3F6C432FFEAF015ED76D8C /* Pods-iOS-RoutingKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 456422CED56661E9690E052A06AF81B0 /* Pods-iOS-RoutingKit-dummy.m */; }; - F4C3A79277E7C41B8C8D49906FCB6E5E /* Layout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2724B2BABF1C5E089B216B45773AE303 /* Layout.swift */; }; - F4E508631ED31DA37EB6D06AABD860DD /* FIRMessagingCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A751EC559D648577E45C146A87FE880 /* FIRMessagingCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F521EA1E1F5BF03F8729FB205E3B23B0 /* RCNConfigRealtime.h in Headers */ = {isa = PBXBuildFile; fileRef = AE80EB549DC47D0990694D0FBF238CE3 /* RCNConfigRealtime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F52FC8962A7C9987225EF533E00D873C /* IHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A06A405BCF335567F612AF5BB8CC2D /* IHighlighter.swift */; }; - F54664B71FC640C0167407343A12B536 /* FIRMessagingTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E7549CD54D2198C12630592C83126D6 /* FIRMessagingTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F55CEF2B1F7D47FC0FE8445DFE875022 /* SVGGradientElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 28C8CCD9020A0715AC27122BF8630CD4 /* SVGGradientElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F572FAE0C322C9CEBBED42608B421312 /* CLIColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 88CB731AE5EBF32B6FD8FDD9AE9E0388 /* CLIColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5862A2A2BAEA65C86AC7AC903923C08 /* FPRClassInstrumentor.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E8E284305FE097B305BAFDF4493F /* FPRClassInstrumentor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F5BAC0176FD41C6C4E633268D2241114 /* NVActivityIndicatorAnimationBallClipRotateMultiple.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71E3DC0B61006C201D431A24BC94BE9 /* NVActivityIndicatorAnimationBallClipRotateMultiple.swift */; }; - F5D4E7369C15C220E2405902B8AF198E /* FPRCPUGaugeCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F4DE469EA0AAA5942488D533E794B6 /* FPRCPUGaugeCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5E8A77B73695223AED65D2EA28C0A2C /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = BA0A2C34C62A3DDC2BBA160E1AF4F8B9 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5F0562EFC8A4222EB84980F223E6C15 /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417A0C6229B6A7A0F70D723A453F0D41 /* Random.swift */; }; - F60F32E5C1B049086A5625B865FA75DF /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C711C358D8F2558B2696041A6CC923 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Private, ); }; }; - F61A387B658E6E6FE2BEE8F08EA4696C /* FirebaseCoreInternal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CD69101AA52775CD19C8BC15B364A1 /* FirebaseCoreInternal-dummy.m */; }; + F4928EFAA3992166FECC5A16BE4D249E /* iCarousel.m in Sources */ = {isa = PBXBuildFile; fileRef = AEEA42231B6482927394FFE39A2A87ED /* iCarousel.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F4BE6D811D3F6C432FFEAF015ED76D8C /* Pods-iOS-RoutingKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BFBFBAF8105D8B81D501F45C5942A84 /* Pods-iOS-RoutingKit-dummy.m */; }; + F4C3A79277E7C41B8C8D49906FCB6E5E /* Layout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B5CA74D9A1EC296FE9EC2055B3B9664 /* Layout.swift */; }; + F52FC8962A7C9987225EF533E00D873C /* IHighlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C9B83DAAF6B09DD457259F3987DC51 /* IHighlighter.swift */; }; + F55CEF2B1F7D47FC0FE8445DFE875022 /* SVGGradientElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EDE419D8C99C363F2C3BCA27D7D5046 /* SVGGradientElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F572FAE0C322C9CEBBED42608B421312 /* CLIColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E2A4747979E949E1AA8676982D9961 /* CLIColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5B8CFC56557CEE07A8947142929A305 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F0176F3D11186655907F4B0DB9E0B12 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5BAC0176FD41C6C4E633268D2241114 /* NVActivityIndicatorAnimationBallClipRotateMultiple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E6102BE171335BC49E2FB315DA745F /* NVActivityIndicatorAnimationBallClipRotateMultiple.swift */; }; + F5F0562EFC8A4222EB84980F223E6C15 /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B1649A0D28173035FE86D17C6B3432D /* Random.swift */; }; + F60DCAE082D659DF02C019B159CFA7D1 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 4902CA43E35BD1FC90993E842947E864 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F60F32E5C1B049086A5625B865FA75DF /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 29513D1AF94B7149696C132FE3C4D5BC /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F615984CD94BFE9C8CEDDBAD5F7EDC36 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA43AE79A2D18DAB0B84C466A3ABF9A /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; F6440F9C4AE8A246BBF3E10F9DD66DD0 /* ReachabilitySwift-ReachabilitySwift in Resources */ = {isa = PBXBuildFile; fileRef = 842AED998605C42F2C05F53985DA2DF5 /* ReachabilitySwift-ReachabilitySwift */; }; - F651E6BB4E2F18275B967C15FF7646D8 /* FIRCLSUnwind_x86.h in Headers */ = {isa = PBXBuildFile; fileRef = C867FBC0034F43C78C062963E4FB977E /* FIRCLSUnwind_x86.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F65880287F172F56A4CD42CB80A778EB /* BarChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F64BC75DEE0447388D7CC60A8A7C6AE /* BarChartDataProvider.swift */; }; - F6841D37EEE21F605D0C67FBAD423F06 /* FPRDate.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A0D1AAA27EEF39A540E5DC22107B07 /* FPRDate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6B78FD74DB177217EB13A1C5F6E31E8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 781541C568F21653C7B7582B4A95D96C /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F6B9154B4052E117F9970851947DB2B2 /* DDDispatchQueueLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CB197AF8E8DFC42EBB4781E6C9C1E04 /* DDDispatchQueueLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F6D6618271DE4A24C651F8AD89D691CC /* FIRSESNanoPBHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = B1DB8FA84A502B850EA2806B37C0FA4F /* FIRSESNanoPBHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F6ECD31A813DF1AA7C157E8A057D6E9F /* Transition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EFBF99E3D749E858676333EF21304B0 /* Transition.swift */; }; - F711E5EE8AAABF50761A5B597D0191CC /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 821FBD963C598C0F83A214B684118FAA /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F721C2FA402A9EA208652A63DA28D5A2 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = FD1ADC77997BFB22B64D43A81F394E72 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F763BE0AE71432BDF9A016E98D8475F9 /* SVGKDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 376C9CFBEF5A220B0631A09C243736BB /* SVGKDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7781EC7D126FE1B6159917AE9D98143 /* AMPDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = BAAD40605D31ED461199FAEAADAB190E /* AMPDeviceInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F783AE4F792E95AD50E06CA6EEF7D8F4 /* Pods-iOS-dydxStateManagerTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E487FBB949E8D80697731CEBD0B808C6 /* Pods-iOS-dydxStateManagerTests-dummy.m */; }; - F79D0CABECA28B2D65B0ECADFE7B99BE /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C640E4A9B7F3AD1E8C37E042059A716 /* Renderer.swift */; }; - F7C05E4A1BB3BE20DC705CB3875B4889 /* GTMNSString+HTML.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A8C40E7DDEAD13C809F798670339D6 /* GTMNSString+HTML.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7C53C95CECDBEF6C07BAD9BA60F37E7 /* Pods-iOS-dydxCarteraTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C46BE6D4EBD4A5FEED142108F104A3D9 /* Pods-iOS-dydxCarteraTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7ED80A8AA768A6C154BD037CF751928 /* FirebaseCoreInternal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1993DA6B62D17B1290D28F97129067AD /* FirebaseCoreInternal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F81E16CDC41BE1CB2C103F910F5FFC70 /* Square Root.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C5F3C19297E399A426ABF724FD49D9A /* Square Root.swift */; }; - F82AAC91365744C85DEC6111943E1A0F /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = C8FE2950FEE8ECBD643BD1A19A874E7A /* SDWebImageDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F86BA9B8B16AC4A6D2BCF78F8A540BC9 /* HeartbeatStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D8A5DEC1522246FF12D397600483A23 /* HeartbeatStorage.swift */; }; - F8C309F75CA6513351D0DE6918E29377 /* FirebaseMessaging-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5F21500AC5762E322A1B5C4CB0A60A1 /* FirebaseMessaging-dummy.m */; }; - F8C6ACDE6DC77E2F19312ED9EB441E57 /* NSError+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = BBDBB6E9EAC4C232877BE48FF8C5E7D9 /* NSError+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F921904DED6C0A7E33449130964C8212 /* FIRRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 8544104145C8C298A6D774100B8118F8 /* FIRRemoteConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F942756FBE2181730881986020166E2C /* FIRCLSUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 586906ADC3FD81AFEB2CFBF9431F7CBA /* FIRCLSUnwind.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F946288FF46DED3A5DB55575D7CE6DC9 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 77E40F763759D7CDA1CCDCA1033C5A7C /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F94703ED86C58DDBE5A2503D148CD040 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EC9DB3AAC466A5410F325A3F73229DC /* ConstraintRelation.swift */; }; - F95103DB3CDE985249C0B9E4CD464BA0 /* Integer Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6F61DE56D72280C2D6ADA7D703F2C6F /* Integer Conversion.swift */; }; - F966A47FC744ADC5F54B06A9190F5D26 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 86595F8A3B846796E72A73E04668D387 /* DDFileLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F9A22DF72ADA9614317F16D56A90D85C /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B06422D518A7078A54556EF4D344282 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9C0943BD26DA7B28B5D69D9478F8F65 /* SVGKPointsAndPathsParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0663296009A5A357EFE36C30C7680E3C /* SVGKPointsAndPathsParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9FCDFD1D0C5E481371E839FD2C9799C /* JTCalendarScrollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DFB02301DB7F71F91A4D2B1AB8308EA1 /* JTCalendarScrollManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FA02E42D4EC821BAE5BED469389DD330 /* LineChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34A7118B7F2B713DC71057DB3576DFC0 /* LineChartRenderer.swift */; }; - FA28BC5124456D3D68801FCE8C045246 /* GULNetworkInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = FCE92BE968BD003B6EBC2A96BA907B53 /* GULNetworkInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FA40D05358A8621F455C3C9448A8D742 /* CSSRuleList.h in Headers */ = {isa = PBXBuildFile; fileRef = EA2368F3B0B8A00F294122530721C438 /* CSSRuleList.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FACD3C57F7C80DD55BB6B3FBECC92CE7 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 552B565DE218BFDE96900056C15F6058 /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FACE5A6A0363926C28A429CFE3C2A764 /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = CBA25D390907FC9C815A35A9BA019C35 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FAE09CBB8C7583DDA4241CD969F6C9E9 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE2A19BB1AEC4AE77C6102032E6DE33 /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FAE2609C47716B065D6B887BB5BB6869 /* SimpleKeychain-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A64D668552C2BBCAB143219B660AF4C8 /* SimpleKeychain-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FAE83A0A03CED37F7817A8B623A7734E /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C7BDB0CE89D416321EB3D08E9190674 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB01A21AFF27B369AD27C4F56DD69A44 /* NSObject+FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C0AF20C080833B9EDD4CB18A95D2FF9 /* NSObject+FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB1FBAAE796073299B98C81A07B1FEAB /* ReachabilitySwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A2207A12088FA4A7A3B4A1BA86AF10CE /* ReachabilitySwift-dummy.m */; }; - FB3C2F7D9A2E89C803412DCC32913C3C /* FIRExperimentController.h in Headers */ = {isa = PBXBuildFile; fileRef = D385C5B8D114C63EBC07CAEC06BB4A19 /* FIRExperimentController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB3EFC44B83EF23742A2F1C56EF1C4B3 /* FIRCLSSymbolResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = E86F893D0F4D14C52B6BC4CC13B96042 /* FIRCLSSymbolResolver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FB4CB0BE7CE0189F4668E77BE43876BC /* SVGSVGElement_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = F2A84F714A97B99F6BB7B7B9557EB9E4 /* SVGSVGElement_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB4F6EC81275422309A0D614AD9C0149 /* SVGKExporterUIImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D01E5D966E947DFB9900A7DCC81B2C2 /* SVGKExporterUIImage.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FB6299C0EFD74A1EE8F17541C685C8A9 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7AEEDB1946B173D3DFEDA42CB8569C /* FirebaseCore-dummy.m */; }; + F651E6BB4E2F18275B967C15FF7646D8 /* FIRCLSUnwind_x86.h in Headers */ = {isa = PBXBuildFile; fileRef = CFD975C705B9C4DFD490A2F6ADE280C5 /* FIRCLSUnwind_x86.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F655FBD0938BF55AA563998ED820A706 /* StatsigUserCustomTypeConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 315FE0773E1ED78582C7B9DDB7369E3E /* StatsigUserCustomTypeConvertible.swift */; }; + F65880287F172F56A4CD42CB80A778EB /* BarChartDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CF65BFA12C50AC020CB3AC46DBBC625 /* BarChartDataProvider.swift */; }; + F6B78FD74DB177217EB13A1C5F6E31E8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F2847F3BA1118E38B817A265B8704E7C /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F6B9154B4052E117F9970851947DB2B2 /* DDDispatchQueueLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 592B6B54B3BFEC731341B4B41B0C98A7 /* DDDispatchQueueLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F6EC902B9170F4D029C5DF2B68A66ABD /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 86ABFB0523D2284935E6E2AC14590061 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6ECD31A813DF1AA7C157E8A057D6E9F /* Transition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9783D27B47C9E1118A53EA42BA7C1C30 /* Transition.swift */; }; + F701A28C5EE697650846657DD257AF65 /* RCNConfigRealtime.m in Sources */ = {isa = PBXBuildFile; fileRef = 94E1954553EDA6500E9ECA50CEC95BE1 /* RCNConfigRealtime.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F7126EA2DD228C08C80DAD9BAF7D2AC5 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B7DF302496E76EE9AA66864793619A5 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F763BE0AE71432BDF9A016E98D8475F9 /* SVGKDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = B6BB86E1CB20B572653E15F494D7A69B /* SVGKDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F77369CE65C1F7AFE4ECC35F23BC0692 /* FPRAppActivityTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 431227362270A57A0425BF3F2F157A02 /* FPRAppActivityTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F7781EC7D126FE1B6159917AE9D98143 /* AMPDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C03887E248C98F89F37028D6E2E4EEE /* AMPDeviceInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F783AE4F792E95AD50E06CA6EEF7D8F4 /* Pods-iOS-dydxStateManagerTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFF2F5012544F568FED50800FEE2BD58 /* Pods-iOS-dydxStateManagerTests-dummy.m */; }; + F7857253BEC83ED51161EB50877B61BE /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = EF63D9EF252B3BD36F66607970DB5C6C /* FBLPromise+Validate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F79D0CABECA28B2D65B0ECADFE7B99BE /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0FA2872BB122663BAFC5E5E2367E7C2 /* Renderer.swift */; }; + F7C05E4A1BB3BE20DC705CB3875B4889 /* GTMNSString+HTML.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F081A148D75C4D7DE3EF2926571E4D6 /* GTMNSString+HTML.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7C53C95CECDBEF6C07BAD9BA60F37E7 /* Pods-iOS-dydxCarteraTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BDC95428C615C8CFCA347ECF4FAFC1 /* Pods-iOS-dydxCarteraTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F81E16CDC41BE1CB2C103F910F5FFC70 /* Square Root.swift in Sources */ = {isa = PBXBuildFile; fileRef = 679095D2DA35F0CA9A4513074A1EB909 /* Square Root.swift */; }; + F8261933373AF5AF288CF5B057B2C306 /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4416A3E1AE8D602DE6C8F324788DFE5E /* GULURLSessionDataResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F82AAC91365744C85DEC6111943E1A0F /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DAAD276E1E74672A1935DF6E6821FF6 /* SDWebImageDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F84042AF06F541A517E8CF5C0E7B73BC /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B451091EA2DD2D23078ADAD86709614F /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8C777B66A3619262D273D603D71EE64 /* FPRInstrument_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 17E7095BCB93B41458F290C33B0DA3D7 /* FPRInstrument_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8C97EDCADCB4D0B67CFAF1ACB4EFCF1 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 54AE97228A05A65D5322B7D0FF77F3E7 /* GULApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F942756FBE2181730881986020166E2C /* FIRCLSUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = FBBC43C95F539FD73E134917836CB860 /* FIRCLSUnwind.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F94703ED86C58DDBE5A2503D148CD040 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E9CC125D82B2F4CF42F35DBFA91C6B /* ConstraintRelation.swift */; }; + F95103DB3CDE985249C0B9E4CD464BA0 /* Integer Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16D502F1B70F74E517FA4B8BB1319D74 /* Integer Conversion.swift */; }; + F966A47FC744ADC5F54B06A9190F5D26 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 9446B54163521A49D37BE9C22FC50BD8 /* DDFileLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F9AD63E694FF9D3B30DD96069FB067F2 /* FPRNetworkInstrumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 79D8EC321437CB5FC8964DA7DA115197 /* FPRNetworkInstrumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9C0943BD26DA7B28B5D69D9478F8F65 /* SVGKPointsAndPathsParser.h in Headers */ = {isa = PBXBuildFile; fileRef = B8AFB221B6146154A095EA04A5C6D465 /* SVGKPointsAndPathsParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9ED5FD7AFFAEF89E4F5B715E586E9ED /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC02CAEC743CD40AA5DD25030CEEE85 /* GULNetworkURLSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F9FCDFD1D0C5E481371E839FD2C9799C /* JTCalendarScrollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B3EDFBB7FA6A3902E69C7345920E9EEA /* JTCalendarScrollManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA02E42D4EC821BAE5BED469389DD330 /* LineChartRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA8AE0CDC69CE22B05E3ED518D890C1 /* LineChartRenderer.swift */; }; + FA40D05358A8621F455C3C9448A8D742 /* CSSRuleList.h in Headers */ = {isa = PBXBuildFile; fileRef = B3EB533005E368F18C455BAC61D8BD99 /* CSSRuleList.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA65D989E4A8AE7DAC645447D6B03416 /* ABTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = CEF559D79C3A970AE7A297FC75383C35 /* ABTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAE2609C47716B065D6B887BB5BB6869 /* SimpleKeychain-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F83A2C9BFD4480F7EA58622E96D6F64 /* SimpleKeychain-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FAE83A0A03CED37F7817A8B623A7734E /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE5C0806E3EA300D258D0041DC5CA1B /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB01A21AFF27B369AD27C4F56DD69A44 /* NSObject+FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8F83EF05A62B24BFCBBC6FA78EC59B /* NSObject+FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB1FBAAE796073299B98C81A07B1FEAB /* ReachabilitySwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FCE9B2103212058693E1B3C0E4FB1F9 /* ReachabilitySwift-dummy.m */; }; + FB3EFC44B83EF23742A2F1C56EF1C4B3 /* FIRCLSSymbolResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 88052B4F9CD16077013777EA4AD43DCF /* FIRCLSSymbolResolver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FB4CB0BE7CE0189F4668E77BE43876BC /* SVGSVGElement_Mutable.h in Headers */ = {isa = PBXBuildFile; fileRef = 396B7DC247C972FDC964A074175783A1 /* SVGSVGElement_Mutable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB4F6EC81275422309A0D614AD9C0149 /* SVGKExporterUIImage.m in Sources */ = {isa = PBXBuildFile; fileRef = BA404E8F0D07899ACE5A873564B410C7 /* SVGKExporterUIImage.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; FB70752EE64D94180DDD5C279B46B82C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - FB8194DF0303A92B7FB143475517E771 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1337DD19F92317C3B59BCEBD0FC96B57 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB93E97D39B4EBF808F2FEBEBEB5E3C6 /* FPRNSURLSessionInstrument_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FB99F619F5EBE586A20AF8E92B74B89 /* FPRNSURLSessionInstrument_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBAEF9FDA1A58C056383C040F01AB1B8 /* Controller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08ED5CFDF888625B6A5E6FDD3D82D28D /* Controller.swift */; }; - FBB0AE22ED1382AB080A37BE42FF65E7 /* FPRProxyObjectHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B47FA82E3324989226C8A864977CD5C1 /* FPRProxyObjectHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBCD0315068BF40ECE2BFB10CB2380FF /* CAShapeLayerWithClipRender.m in Sources */ = {isa = PBXBuildFile; fileRef = CE40B42048C340C318F803619F9337B4 /* CAShapeLayerWithClipRender.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FBE5E630239F1BDFA8FA6D2A863275A0 /* JTCalendarDayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 53E47E263793EC284E48C414AC18D0CE /* JTCalendarDayView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FBF1CC765899B73CF77550BFC2DB332D /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 391B04F86DC9A02D55587229054B00DD /* GULMutableDictionary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FBF690C45D95037B842BDF4794E5C0C9 /* FIRCLSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 40B027B1BCFB1BDAFBA740A54BD2F203 /* FIRCLSSettings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FC0C3F1B53323C8D191B1FA04DE53B5F /* ChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = D963CE0B6A6726C80BBBEA8F4827FC31 /* ChartDataEntry.swift */; }; - FC6B24D695120709513CCB185F99C359 /* SVGStyleCatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 116772418692599DDD26A7A323B79C61 /* SVGStyleCatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC7243C0762D3595D7B6C2B7538ABBB3 /* Validator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76B58764EFF1A259F28C0F24C7B5279 /* Validator.swift */; }; - FC91101AFC39ECD07A88E01D69F0897B /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C637453D4463C32934573AA45BE5F7F /* GULNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC952B9FEEFDE2C0898B3399E9E77AA9 /* FIRCLSAllocate.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FE04E9E6ED6D7D1A63C6785951E83AF /* FIRCLSAllocate.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FC954850572BD282F23B5FD737C6A06D /* NestedDiff.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB73D70BFB786A1C6A64B602F381A691 /* NestedDiff.swift */; }; - FCC3299EF85E33C47D211F4445EFA815 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F757D541E47A21178548C2A6787A9C4 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCC99C02876BDA411080448ADCCFA196 /* SimpleKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 2752747349401B0716BB79C51E6560A6 /* SimpleKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FCFCAE00865FC19DD045D344B7618209 /* PanModal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2953A6291154AF8AB41059E8D8723F87 /* PanModal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD0920DA9FC16C52AB0AA6F28C64EA2A /* SVGLinearGradientElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F42A11CBC63E0BF6019EA469379D344 /* SVGLinearGradientElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD37266138034E7C9B8AD29BFCDE38C6 /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A8B9F2B105832CBB3B0C54D20A5B6BC /* FIRInstallationsAuthTokenResult.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FD6DD85C2E2EC3B616DFED079AF8CD9B /* POPAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 126409C81E088970AA9B7E58BA3896DA /* POPAnimationEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FBAEF9FDA1A58C056383C040F01AB1B8 /* Controller.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC8FC87CC5EC8653A5AEB68FB61C4846 /* Controller.swift */; }; + FBB23DD1F738DD4B225AC2B73EF22B2B /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 74B4E5157D86768F524DDE7ECF6DACF4 /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FBC05DA12BCAB8DF5741EC33E724B2EF /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C84283B1B99E5E1FF0A325C82679FA1 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBC4A6D0D1A505A73E0B83F95A6B74ED /* FIRMessagingCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 688894B37472488A7CE38F716BC77948 /* FIRMessagingCheckinPreferences.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FBCD0315068BF40ECE2BFB10CB2380FF /* CAShapeLayerWithClipRender.m in Sources */ = {isa = PBXBuildFile; fileRef = E993B98A7BE7ABD1CC2AF75D89E68173 /* CAShapeLayerWithClipRender.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FBE5E630239F1BDFA8FA6D2A863275A0 /* JTCalendarDayView.m in Sources */ = {isa = PBXBuildFile; fileRef = C64719EFC5B04C2759AECBF1441AEC3C /* JTCalendarDayView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FBF690C45D95037B842BDF4794E5C0C9 /* FIRCLSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B94D9C23CB62BF0E9769E1E7551D8F /* FIRCLSSettings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FBFEBE89194BA13C57487EE416668A83 /* FirebaseABTestingInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 196386F81B7A694758F812AD6DD74EDC /* FirebaseABTestingInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC0C3F1B53323C8D191B1FA04DE53B5F /* ChartDataEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77178D0DF6040806C682EA6B02A562E9 /* ChartDataEntry.swift */; }; + FC222F0751B3A16121C70C2A92540827 /* FPRDate.h in Headers */ = {isa = PBXBuildFile; fileRef = 98C28120885E8DB5279B10478D40634E /* FPRDate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC6B24D695120709513CCB185F99C359 /* SVGStyleCatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = A5000DE218F65E6400FCC64613297547 /* SVGStyleCatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC7243C0762D3595D7B6C2B7538ABBB3 /* Validator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 832CCF9AB203FFB3E7D045F453E9EB4C /* Validator.swift */; }; + FC952B9FEEFDE2C0898B3399E9E77AA9 /* FIRCLSAllocate.c in Sources */ = {isa = PBXBuildFile; fileRef = 0EB86004418DB60AA8C71F05BCE4B4D9 /* FIRCLSAllocate.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FC954850572BD282F23B5FD737C6A06D /* NestedDiff.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F50A56D06402CEBF2D7A411E90B0CEF /* NestedDiff.swift */; }; + FC96AEB56A356C68B3EAEF5BE1332113 /* FIRMessagingAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E06A8EDE2CCE7213BC9C3EF1C42B3B06 /* FIRMessagingAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCC99C02876BDA411080448ADCCFA196 /* SimpleKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = AB141C38780811F3403AC0551465D4EF /* SimpleKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCF435CDAE43656D9BBC488F591FD835 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9296182AF8074C47C27C16D55C9691 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCFCAE00865FC19DD045D344B7618209 /* PanModal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F059660994426BC355CC917029FC3A9 /* PanModal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FD0920DA9FC16C52AB0AA6F28C64EA2A /* SVGLinearGradientElement.h in Headers */ = {isa = PBXBuildFile; fileRef = AC441D8D585F0EA82DFCA6512A6E0F26 /* SVGLinearGradientElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FD0E36C9460D29C63D21B937EF612F52 /* ErrorBoundary.m in Sources */ = {isa = PBXBuildFile; fileRef = 06DB77B0FEE07289FD17D1CF988CE7BD /* ErrorBoundary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FD40B4BFBE5C566D26E74D5ED7CD051A /* ParameterStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25C40F213426EAE4FC9E8B169910525 /* ParameterStore.swift */; }; + FD670A2D63643B792108EA675FC9A6E4 /* StatsigUserObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD91B352B616D4D6E2F7ED3739A95148 /* StatsigUserObjC.swift */; }; + FD6B84F19D0FCA85D261CEEC290517D8 /* FIRRemoteConfig_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 77BB1BDD8B18EC07576C96E5F2AAB423 /* FIRRemoteConfig_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD6DD85C2E2EC3B616DFED079AF8CD9B /* POPAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = A47B45F30821B5FFF68E0E150C8510AC /* POPAnimationEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; FD759B89BD4ECA6495AD86543A9B93B9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */; }; - FD82F7C23D19AC974003696DBFAECAD1 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AB750A5E462335024C850E06A65DA6B /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDA86861BF31E0493B9DADD32578EC5B /* FIRCLSReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CFE4F0BFA553BD3E5527959BFE3E496 /* FIRCLSReportManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FDAFCF77AF54BC04439EF4B6427678ED /* POPAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7AFE9CF5BAE6D42D9BF3414055CC73FC /* POPAnimationExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FDC78C6E84F9CBCFABF01E2ABE4AD698 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 417D7AA3F4509C5207087D59E2BB773C /* FIRInstallationsStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FDED1E5E1265B05D08883302AF387972 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 59D4EFAEED8CCE71A5AC814B4F360F6B /* SDImageCacheConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FE10CCEC01F47D38B4826EC215555F8B /* POPSpringSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = F026C1105AB8C6F2749FA8C3E394C686 /* POPSpringSolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE1A8FB570313CFF2896CABA41333AB1 /* pop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 82CAE22B4A944027BA28818C7BC791D0 /* pop-dummy.m */; }; - FE3C671FE8A23F219928A6209998757E /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 73FA346D53CF8E23B51EFE2DB9DF9C84 /* GULUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FE5044B8F43BC5515EB23308D926906F /* FIRCLSCompactUnwind_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E5E15F8063E2F291D4F8B1317785C513 /* FIRCLSCompactUnwind_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE6FDFE250356FCDFB697F6D91876DF0 /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1DA9AD74251248C38EA7DD9FF0F9D2 /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE74036980D96223132B1052CABF27BC /* FIRCLSThreadState.c in Sources */ = {isa = PBXBuildFile; fileRef = A8FCA5B53319DE5361067F2EEDE7D203 /* FIRCLSThreadState.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FE98B5FE70462F1F9137A5BCDB7AF6BF /* Pods-iOS-ParticlesKitTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D8E8CDCE7CE5DC706581F6CD799615 /* Pods-iOS-ParticlesKitTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE9A9835DA649077A067EB909DC706A8 /* SVGLength.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F6A7F2056F8848A8C52877794CA0F2D /* SVGLength.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FEB09CF77EB97B6F2381A50EFC9AF93B /* FPRCPUGaugeData.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AFB0DCD13630EB5379845ABD8EA7A26 /* FPRCPUGaugeData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FEBD71523A3DB615664D39209B35CC1E /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C2B7F3584400270A21A1C628DA46E35 /* FBLPromise+Then.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FEBD9EAC4D3378D1E15FCD7CAA4D3AFB /* DrawerMenuStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5C7C4BE600A6AE489FCCCAD8FACBAF /* DrawerMenuStyle.swift */; }; - FEDAEC71A54C7BDC2E7FDFA0A54E50D2 /* POPPropertyAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 170FF392EB0EC9E6F717E3A421CE55DA /* POPPropertyAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF24208E41193057579142A3984563FB /* LayoutProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA7FCD7ADCF0E2B1037BD4ACF8BC2946 /* LayoutProperties.swift */; }; - FF2B2C05C6B821DE87626646C1C6D52C /* StyleSheetList.m in Sources */ = {isa = PBXBuildFile; fileRef = 81F0911ED8C60CDEE88933D9D2D7B324 /* StyleSheetList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FF62B7D1580487CCC56BA2237FC7D12F /* SVGTitleElement.m in Sources */ = {isa = PBXBuildFile; fileRef = C10BBDD372618DF8DEC37FC2D7D472D7 /* SVGTitleElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FFD7E1B8FA0F3960BE24DA2D20647332 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05385054A99143C0601DB815AFC9A0C2 /* ConstraintRelatableTarget.swift */; }; - FFDD8FA796A417B8332E2C16543C3F77 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 332D0FF95845D42A2EE10D25F2B8FFB6 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFEFDFB4447A8FAB1B8ADD17B09DDAF9 /* Pods-iOS-dydxCartera-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 058FB51936169E9BC9568FA310907945 /* Pods-iOS-dydxCartera-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FDA86861BF31E0493B9DADD32578EC5B /* FIRCLSReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5915332923B6907825DA394CC3245A19 /* FIRCLSReportManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FDAFCF77AF54BC04439EF4B6427678ED /* POPAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 903E7183D74BFDFF57898810FE715C71 /* POPAnimationExtras.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FDED1E5E1265B05D08883302AF387972 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BCE1ADC3F167D772CD828AF2313F2D5 /* SDImageCacheConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FE10CCEC01F47D38B4826EC215555F8B /* POPSpringSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = B23494457942330E067AB552CE13F32A /* POPSpringSolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE1A8FB570313CFF2896CABA41333AB1 /* pop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A89AC3F83C6618B2A16C81B514E4185F /* pop-dummy.m */; }; + FE1F65AF1B0748A386FFF08B454A9DB9 /* StatsigOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2351BA8DCB4A37AEDA64F94E00E1BDC8 /* StatsigOptions.swift */; }; + FE2CE1D248AFA7F78F6FEEBCA814C8B3 /* GDTCCTUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DF35D347BE64387BAE724A6A3B38EA57 /* GDTCCTUploadOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FE5044B8F43BC5515EB23308D926906F /* FIRCLSCompactUnwind_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C838DE819B14627FBC3EE78C7D3335CA /* FIRCLSCompactUnwind_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE57E0A82AC8EA1C87199E7CFB68D9E2 /* FirebaseRemoteConfigInterop-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 85738410D46175C5B917E794E9B393EB /* FirebaseRemoteConfigInterop-dummy.m */; }; + FE74036980D96223132B1052CABF27BC /* FIRCLSThreadState.c in Sources */ = {isa = PBXBuildFile; fileRef = 475C89E06BB70783E2FB18CE8FD84C72 /* FIRCLSThreadState.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FE75AF3148C58C27E30506C0869687C4 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB1678021FF1A6B38F76682461636A1 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE98B5FE70462F1F9137A5BCDB7AF6BF /* Pods-iOS-ParticlesKitTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FF9F1FDD28215DA09AAE0CB076BECAD4 /* Pods-iOS-ParticlesKitTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE9A9835DA649077A067EB909DC706A8 /* SVGLength.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C2EE1212271EFBD0457475C4B7BE443 /* SVGLength.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FEBD9EAC4D3378D1E15FCD7CAA4D3AFB /* DrawerMenuStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93A9B239EE5761F171C0231CADA8745F /* DrawerMenuStyle.swift */; }; + FEDAEC71A54C7BDC2E7FDFA0A54E50D2 /* POPPropertyAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = D4AE882B95F9EEEE472D7BC599286D70 /* POPPropertyAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FEF4C7D84F2F5289404336273F3ECC3B /* FPRConfigurations.h in Headers */ = {isa = PBXBuildFile; fileRef = E1FCADC48A6906D0575095AE25BDC3D9 /* FPRConfigurations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF24208E41193057579142A3984563FB /* LayoutProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B7A894E7CDC0979BBCCB09237AC6466 /* LayoutProperties.swift */; }; + FF2B2C05C6B821DE87626646C1C6D52C /* StyleSheetList.m in Sources */ = {isa = PBXBuildFile; fileRef = E78333AC9D4062C27762FE659BFA43D6 /* StyleSheetList.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FF62B7D1580487CCC56BA2237FC7D12F /* SVGTitleElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 2717BAD14057F210DE94552AC8072B86 /* SVGTitleElement.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FF6B92FE6CE26FFFDE6774AC438132FD /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EA649D80A1CBB856B7DC1125507801B0 /* GoogleDataTransport-dummy.m */; }; + FF9997966947DBCFB9687AB79C773E3E /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 33EC32213F3FF721E96542711ED04410 /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFADA6F826A576ACCDEA2A62B1337EB2 /* FIRMessagingTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E74ABA2822E9579736E17518E5B6873F /* FIRMessagingTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFD7E1B8FA0F3960BE24DA2D20647332 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 076413F752C0D4195D64DBFBD8BB480C /* ConstraintRelatableTarget.swift */; }; + FFEFDFB4447A8FAB1B8ADD17B09DDAF9 /* Pods-iOS-dydxCartera-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BCCE92077CF7370282F4F534866578A6 /* Pods-iOS-dydxCartera-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 00200A8CA0E70A8159FC82C5F3DEADB8 /* PBXContainerItemProxy */ = { + 00462C75BDDBEF2A7A490CF5C5B9692F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 00602A8DE2BE8067DAEFAA33D9CCC0E1 /* PBXContainerItemProxy */ = { + 00581234BDA91D7CDEE0EA9D323780B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 008023A14DD096FFAB50222E88DF5D35 /* PBXContainerItemProxy */ = { + 00786D27222409E876198BF0F2F334CE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 00896C2A1012FCB4C1CBB660C3218D26 /* PBXContainerItemProxy */ = { + 007FF35127EEC3BDC1D9FB0665666E56 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; remoteInfo = COSTouchVisualizer; }; - 0110CDF4D006A5BB1916926C9E5BE57E /* PBXContainerItemProxy */ = { + 008E37CA4105DD0849E50736051351DC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 0189F324B86076C4B8B2F438DDE6FA31 /* PBXContainerItemProxy */ = { + 00B5A4BE49392A567C81676D4E28ABD1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 01BC6608FF3436B47EAA3A067CCAE803 /* PBXContainerItemProxy */ = { + 00BFD22E702B18BC87D93CCC0DDD8B37 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 01BFA711B417B5992E5A3BA99E387E52 /* PBXContainerItemProxy */ = { + 00D7F28EFF1C6582C91C5567D321D73A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 02343537F40BCE0578BFABF9427B093B /* PBXContainerItemProxy */ = { + 00E73462371A243BF94A25E383806542 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 02EAC479540BB0E97C44644414AC73A1 /* PBXContainerItemProxy */ = { + 00ECBE344D60C6C1CD822EDA40B67AB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 033791C98D85AED1151555DE31313072 /* PBXContainerItemProxy */ = { + 01228361FFDF66923A4E53FE8EFE8C05 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 033E4E790464581EE9D357BC798DEF52 /* PBXContainerItemProxy */ = { + 0132B0958929288831CEACAF4A7EC544 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 037AF9EC70DC725746C9B5D70FF9BFC6 /* PBXContainerItemProxy */ = { + 013F774BD239661D15D3FCA4CBD47410 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; remoteInfo = Atributika; }; - 03FFED5532E7BCA9A11B053EBE645AA2 /* PBXContainerItemProxy */ = { + 014A6ABF32905A188220790DBAA18FF3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 0400DFED3127B73DAC95F6D78770630B /* PBXContainerItemProxy */ = { + 0161AA44EA7B71B8A5331059601D8E73 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 0447E6C6569E2DE5F7EE47A76D2D472E /* PBXContainerItemProxy */ = { + 017EB4FEF3C1CA4860FF0175C2AFDF26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; remoteInfo = RDHCollectionViewGridLayout; }; - 0492CCA905C871E556C0B21CF187032C /* PBXContainerItemProxy */ = { + 01A10C1AC123379ECF3EE4FE19FC371F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 04BC18F99E60254B06C19F45B6B7D27F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 04D56DA5746E468EB7ED5C47562F744D /* PBXContainerItemProxy */ = { + 01A1F5101E80C597FB4DE279CD496CE0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 0507A3A2D93D63BD9949F2EE5D8011BE /* PBXContainerItemProxy */ = { + 01E2B4C09E7EB455291B2304DB3CAF12 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 0524FFCAE9F149775C11167B8832E59E /* PBXContainerItemProxy */ = { + 020EDCC404A8D854DA5F0E97C7553B56 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 05963936FC7E7D6F191675985E0C6800 /* PBXContainerItemProxy */ = { + 027D89474036D7709DF6B668C6898719 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; remoteInfo = "libPhoneNumber-iOS"; }; - 05CE4AE24B07BB9BC0720B9725F0ABD6 /* PBXContainerItemProxy */ = { + 029EBCDC9229BE71A8F65EBC8CFCA5A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 4523574CD9BAB130771CDA070AE9A1B3; + remoteInfo = "Firebase-360edc41"; }; - 05F6F52970BA57BD088871C3F6D9257E /* PBXContainerItemProxy */ = { + 02A31DF838774F6CA768049074F24C23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 05FA2DB7ABA32D6C0C821DDD6C144878 /* PBXContainerItemProxy */ = { + 02EBBC79A4710793E33F22792FBE0483 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - 05FB0AFB5AB4B3CCF172B443E9DD19B4 /* PBXContainerItemProxy */ = { + 031554A8DADD7DDF457FAAC1CB7B82C9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 05FFA3F6068B0095630A09D7F26F534B /* PBXContainerItemProxy */ = { + 03305E704F3635255C2533D1E226068D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; remoteInfo = NVActivityIndicatorView; }; - 0620417A41C37681D0465EC16F2A4FE7 /* PBXContainerItemProxy */ = { + 03309663C88988E17D19FC6A481226A6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; remoteInfo = "libPhoneNumber-iOS"; }; - 06374F4EDC91007FD7E8909518A5C1CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; - }; - 067B8ED008B8928C6EE1C10E6A0ED0DA /* PBXContainerItemProxy */ = { + 03314A7232587825DA63D2FD25446ED8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 0685E1D9EEBBA01733A660CD7893C672 /* PBXContainerItemProxy */ = { + 033E5DB8DEF8BD08E640CDB4759D0068 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; + remoteInfo = FirebaseCoreExtension; }; - 06CC2100BC0323BE542B09EBECE70F4C /* PBXContainerItemProxy */ = { + 03C6541CF402838805A0AB94769100A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; + remoteInfo = Popovers; }; - 07240BCA431CF73355AC7BB80B3BE650 /* PBXContainerItemProxy */ = { + 03DC2702BC059FB821426BA6435F337B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 0793D3BE20F6F121A28F52F17CF62F75 /* PBXContainerItemProxy */ = { + 04338DC6B1EE6F0F46B33435E10FE2D0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8F68D031908A0059566798048C48F776; - remoteInfo = FirebaseABTesting; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 07F66F5BF1E100F6AE2E3F9E854B55F1 /* PBXContainerItemProxy */ = { + 04D7F9AB6188A3F5D31F93B05430511C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 0805A31BAFC2952569AD147EDAF04AD8 /* PBXContainerItemProxy */ = { + 055896EC485806E8D6A2ADE719E1B0F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 087EEA3C5B3A91A6B935E227702792F4 /* PBXContainerItemProxy */ = { + 06330C03FE3D071A10987684AB7DD60F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 08924982C1471769A4FC9327E18305E3 /* PBXContainerItemProxy */ = { + 069126CF496B36BFD5456A0219A1F7DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B783C6FA652FC4195003054549B87961; - remoteInfo = "Amplitude-iOS"; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 090F1593F856C785391A4D1830E26D18 /* PBXContainerItemProxy */ = { + 0694095343324DB4E2E3BFDA281921B1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 091C3B86BAFAA4879F2AA6683F23AAB2 /* PBXContainerItemProxy */ = { + 06A0CF84B76DDF0159BA63EFB5187AD2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; remoteInfo = Atributika; }; - 0920D4C645EB511A014796DD6BCCCC5D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; - }; - 094AE931F261FB28F40BA31733947960 /* PBXContainerItemProxy */ = { + 06AC51DAE3A866104B4E34C29BE60065 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 094CE9046138940C78FB0CCB7FD8A435 /* PBXContainerItemProxy */ = { + 07868181D78B2C28AB8AEC7C0BD35162 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 0983376CB9E4B16DF3B5DD05609833E6 /* PBXContainerItemProxy */ = { + 07A3D68A166CFE7EC2632E7E72B28DD3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 0988903963B3E47B353C8049116DB0A8 /* PBXContainerItemProxy */ = { + 08290F7FEA5855914DC9C124A1304D2E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B783C6FA652FC4195003054549B87961; - remoteInfo = "Amplitude-iOS"; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 09905A57AE06C974A5F72BE1A78EC7A4 /* PBXContainerItemProxy */ = { + 0852BFD5FEA2BC1EE6564D3090B4F293 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 0A2C6DB614EAD50277514C093DB04C15 /* PBXContainerItemProxy */ = { + 087EB24A4D0101377FC7CFA73C41C512 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 0ABE64E57010CCED7EC99E1535C3F0E6 /* PBXContainerItemProxy */ = { + 0886C4EB9BDBCEA46C1FF4022AC1123B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; remoteInfo = Validator; }; - 0B2E3ABB34D34C490FEDDE6196BB3283 /* PBXContainerItemProxy */ = { + 088DCE89AF69FBBF6726346AD9A02801 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 0B3EB50BB23576B0A00B8EABE8219389 /* PBXContainerItemProxy */ = { + 08BB527B3668A1091606140D7F361AD1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 0B476E2288FF62618F1B4EBF1A5B89FE /* PBXContainerItemProxy */ = { + 08C2DCF2AC5C77CFA0E21E62FF65959D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 0B8C85903A1A94B30122AE248CAD4BB2 /* PBXContainerItemProxy */ = { + 08C4757D9D782C81E2B071E7F8F70C9F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 0BB95534C24BC7FA606C3E28DA95D2DB /* PBXContainerItemProxy */ = { + 0924DB8782F779BB200A3E1548D63444 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; + remoteInfo = SDWebImageSwiftUI; }; - 0C5D45E7DC755367DF9C3FE888005910 /* PBXContainerItemProxy */ = { + 093872ABE30808E0E1F6235C6559C9EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - 0CB51D5DE0E79DC7990F46577811C54F /* PBXContainerItemProxy */ = { + 09689E414CF422BBF2934FF048E5229A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 0CFC01EDA22611332DA49D72FC4423FA /* PBXContainerItemProxy */ = { + 099A522F633976006399DDFAA16D7DD1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 0D19BAF118423E892DB33F5B96C9FD93 /* PBXContainerItemProxy */ = { + 0AA8104CDA5A21E75707168125507AC2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; + remoteInfo = FirebaseMessaging; }; - 0D54680AB16E6C91A10C44E21C09DDD6 /* PBXContainerItemProxy */ = { + 0AD7B23BF4BD053008C0E2D678387F26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - 0D5B005768000C012DDFC7A12EDB7577 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; - }; - 0E2A36F28D21D38907183912F22C045D /* PBXContainerItemProxy */ = { + 0B2FCC2D49AA865E8FC3025B01FBA8C6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; remoteInfo = "libPhoneNumber-iOS"; }; - 0E302F721B2E133A95923E60855C445C /* PBXContainerItemProxy */ = { + 0B613C37D544CD81E60A4F2B9F49FD6E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 0E50DD42123BE96C7673069072D769EC /* PBXContainerItemProxy */ = { + 0BD103FDD5AB6AE4F0648581AA3F0ED5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 0F02C7EA945F2D49637AE5D4F3621861 /* PBXContainerItemProxy */ = { + 0BD3946A6D097696BBC0220CC3B0D6D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 0F5447BCEB7E4CDD4DD376840B0082B1 /* PBXContainerItemProxy */ = { + 0BE22F06354AEE7B8EC92B3B422D2AC1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 0F7B5131769A2E65B34DF991BDD5AE7C /* PBXContainerItemProxy */ = { + 0C5030DBE560A43ACDEA9038D164B0B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; remoteInfo = BigInt; }; - 0F9F61DBED74495A69058EB51EFBA8F8 /* PBXContainerItemProxy */ = { + 0C8533C6E41EA48DF026E6BB7E511DB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 105E13670B97975429D4F4E9789E7746 /* PBXContainerItemProxy */ = { + 0C95CEB3A0CF002B9DF03B121EAB334A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = E9F5D289F4688880F8AEA528F4783976; + remoteInfo = "FirebaseABTesting-FirebaseABTesting_Privacy"; + }; + 0CDAE63DB3B07CC289F54F86D4192453 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 10CB6C5862EB93DFA45EF538F9F999D1 /* PBXContainerItemProxy */ = { + 0CF28D6335905504D99880524299A5AE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; remoteInfo = pop; }; - 10D9D27C898C1F3DCC21AAF2FA3D0A5B /* PBXContainerItemProxy */ = { + 0DAAF7DD7B40788FA7053A41E834D370 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 10F5EA784030670CF395A0547C8D4B77 /* PBXContainerItemProxy */ = { + 0DFE508B79DB8EB9F0AA5117601ABEE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; - remoteInfo = SDWebImageSwiftUI; + remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; + remoteInfo = Popovers; }; - 1112793F69E5A9C134F2F32815622497 /* PBXContainerItemProxy */ = { + 0E32B59E7E05E424FDB6CA77F4DE904E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; - }; - 113E6A116C67B8F8A590081E65E0B89A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; - }; - 11889EB7E7BBCBD4468B9B23960BA747 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 123D1EFE6E190212E12E3D115F52C51A /* PBXContainerItemProxy */ = { + 0E998EA90DCD5EE9872F8B6AC574FAFF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 12C477E5BFA6FFB1F518DF437487F1DA /* PBXContainerItemProxy */ = { + 0EA7F683D16CC8698C9F25CD5A8C9C28 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; remoteInfo = SimpleKeychain; }; - 12C6E835D16F58BC6102475F2EA078CE /* PBXContainerItemProxy */ = { + 0ED16B98E37CF1918ABA31738B17BDDA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 12F4D7DC00204704844BF3BA3955CADD /* PBXContainerItemProxy */ = { + 0EDA247B64DEF14277D6986602B2C618 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 1319AAACEA46E3A3769BCA3185D770C1 /* PBXContainerItemProxy */ = { + 0EE13345A9A396D2EABEB4FC32696F3E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 13236E4D3756ED6FD9EB3F739434D746 /* PBXContainerItemProxy */ = { + 0EEE16FBB85EEBE2CECEF0A181D992CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - 1342C65D55B61B4EB1640A62A05C9F61 /* PBXContainerItemProxy */ = { + 0F40980B6C39318618BF827442A5640B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; + remoteInfo = FirebaseRemoteConfig; }; - 137249B63E9D7CB7B889346726A20D6C /* PBXContainerItemProxy */ = { + 0F8EF17A0AF30C3809919C8BE2F97644 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = C7B621349CB28ED0EBA4C3E416947AB6; + remoteInfo = "FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy"; }; - 138C6F8B7AA0AAB898A073EB4E0DED39 /* PBXContainerItemProxy */ = { + 0FB20375234E8AE81E83668D9F45090B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; + remoteInfo = Abacus; }; - 13EBD73B43F76424C96C6CC88D27C596 /* PBXContainerItemProxy */ = { + 0FCACEECFF027845CC134B21FBA64407 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 13F3476AA69FBAE0A93143E33E6E551A /* PBXContainerItemProxy */ = { + 0FD4C606DFE7D27ACCCFB370175F2694 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 149527E03C8963B85B1D8D3E0567F20F /* PBXContainerItemProxy */ = { + 1019FDE675CA1C8B597956886C1352A4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 8F68D031908A0059566798048C48F776; + remoteInfo = FirebaseABTesting; }; - 14A9D5580694588DD0C6056E5FB1FE3F /* PBXContainerItemProxy */ = { + 10881FA07D3193B76749DAC511EDD627 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 14B9540CB0D8622637D21C662A96E3AB /* PBXContainerItemProxy */ = { + 1089CD653BF94A4335F147D1225E4DB5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 15985E26852A734966B269E87637D9F9 /* PBXContainerItemProxy */ = { + 10913FB06CE9CB79EFB4F9CA1E06931F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 15E532F06B28B29BC3A12663B8213141 /* PBXContainerItemProxy */ = { + 10B84C5F9F748653E0C1DA5E435943EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 1674C0C80FCE13FDC3AB6A975E0B85B6 /* PBXContainerItemProxy */ = { + 111278BBF62B0FC2B4C3A5F0B05B8B57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 16986783ADED9EEEF838EBB759C295C0 /* PBXContainerItemProxy */ = { + 112F3503A2A68F0CCB1AFA75111C8332 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 16FF2B8EE9493E48546D132B0449262D /* PBXContainerItemProxy */ = { + 11FF72C790CA320872F4F63EF5CD49F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 17A97518713C6BD04BB7C630A8A0BFC8 /* PBXContainerItemProxy */ = { + 12AEC7082AF6E1C2B104E41057596C44 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 1001C16510D946B47CFF8B19DBC0B787; + remoteInfo = "FirebaseCore-FirebaseCore_Privacy"; }; - 17BD839160344E8466E82778898667AD /* PBXContainerItemProxy */ = { + 12BF9A0C3A2C39896B9D8A4166C1940D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C1B7E9FCC674E977BE2D38FC2709798C; - remoteInfo = "AppsFlyerFramework-AppsFlyerLib_Privacy"; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 17C71AC4C1756DFA11241ACF9B2EFE8D /* PBXContainerItemProxy */ = { + 13767E2765D95BAAC94C39821409A9D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 17FA5980FEA4D8F2292F39D6A3472433 /* PBXContainerItemProxy */ = { + 1379549DF871F70F0D857AA592C21AAB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 1826ABB171B59BB90C39DB1BCD8CA8E5 /* PBXContainerItemProxy */ = { + 14202C09A2135E6A917712D0D1AB239F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 186D7C7CB1035E497DD0AD576AB74A11 /* PBXContainerItemProxy */ = { + 1431AF5D9151FC4231F8708A7EF38193 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 1877BB1EC6A98694CFAB03AC794BB045 /* PBXContainerItemProxy */ = { + 14423E5E00FED648D488FB61B89556F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 189011559D2E5219F94A1594E3242363 /* PBXContainerItemProxy */ = { + 1487261E9ED4FEC063188DC0434FF1B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - 18C4D828161742FE603FB808229E2C22 /* PBXContainerItemProxy */ = { + 14A13D9599F7C9C569B30DC1AB7AC722 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 18E13E37CD88CF178CEDBDAD2486E400 /* PBXContainerItemProxy */ = { + 14AC7688F16D8A3906328DBDF9309FDC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 1920CB151CC94BA513DB8C5147ABC0BB /* PBXContainerItemProxy */ = { + 14FABF6D88B0DE21631166402A401DC7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; - remoteInfo = Abacus; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 1922162A29541D77B622C18FCEF06569 /* PBXContainerItemProxy */ = { + 152FD4FEA54D8736EADB7DC1226DE3D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; - remoteInfo = SDWebImageSwiftUI; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - 192850A9E99599A53C115F68106D5A77 /* PBXContainerItemProxy */ = { + 1549D48A81580CCCEDB4B3FEA6DAE242 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 198F9F37B9BF7CE2D6A12818A6D1A444 /* PBXContainerItemProxy */ = { + 16143031404F73F9D25C1B3ED681A9CD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 19A09A1223EA13563BA4DC65A9897AAA /* PBXContainerItemProxy */ = { + 16220C3F37FC6EA522A50FA18697B59E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 276021C4482165D46E0CBBEFB822FE95; + remoteInfo = "CocoaLumberjack-CocoaLumberjackPrivacy"; }; - 19A363799FED559A0B8A15F7A00D39EF /* PBXContainerItemProxy */ = { + 164AC381B2826A2EF26914F5321CBF17 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 19DB941A27378985A012307E9DFBE629 /* PBXContainerItemProxy */ = { + 164CE73FB8F7C8E3BC42515B0E3BF003 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 1A00CC38F58865E06048B9D7AA41ED28 /* PBXContainerItemProxy */ = { + 166F11E5BCE994CBF433132BF0C62CCD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 1A0D6B1AB0A62D3FD3F603950803DABE /* PBXContainerItemProxy */ = { + 16A1500848CE82C359E2BFAC62EEBDB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 1A23732BD5F43285FBF31F22B372A1AE /* PBXContainerItemProxy */ = { + 16F6C416AC9CE1A5CB59F182DCE708EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 1A3FA3D996509A20C113491926CCFDC3 /* PBXContainerItemProxy */ = { + 17290088524089832E7C822F6CACED2B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 1A9B4603AE8A3B3BC71FA8508EDF1C07 /* PBXContainerItemProxy */ = { + 1774CE7D65659388B6637FCE976D37F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 1B039A5A93ED86119A15263059D37C5F /* PBXContainerItemProxy */ = { + 1856AB05966B3B5D5B3A671E3279F9C4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 8F68D031908A0059566798048C48F776; + remoteInfo = FirebaseABTesting; }; - 1B27DDCB848F1CEB99211E5612382457 /* PBXContainerItemProxy */ = { + 187EF7B141024F24D80B08FCFD1629B9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = EE66121177221697B2C1E9170606A1E0; + remoteInfo = "Statsig-Statsig"; }; - 1B4D2ADBEA21D98FD266EEF3503972F4 /* PBXContainerItemProxy */ = { + 18E43E4F79ED18B2AAC5F06066193733 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2949783F7EDB27AD4666B5427B63DC79; - remoteInfo = "FirebaseCoreInternal-FirebaseCoreInternal_Privacy"; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 1C5309A5549A704FB19514C2C3E1A6F7 /* PBXContainerItemProxy */ = { + 191DCCBBBEF8958B5CEBBCC6E231E84D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; remoteInfo = EasyTipView; }; - 1C62A6C1353A99D0808810D1806CF373 /* PBXContainerItemProxy */ = { + 192F6625674D4FCCB9EEDCB90CDF4676 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; + remoteInfo = FirebaseMessaging; }; - 1C64A1D5E7445360BC7176E4B16BB3B6 /* PBXContainerItemProxy */ = { + 1A90B1FE94936CD20FA9674C1F65D5B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 1C7B2B343503261D691D4F77D110C6B7 /* PBXContainerItemProxy */ = { + 1B766B2D5F5305F25DC6D46309DC5CC7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; + remoteInfo = SDWebImageSwiftUI; }; - 1CECA9FAC9671D59B3162FB1A1548076 /* PBXContainerItemProxy */ = { + 1BB60B96BE02BE71009CDC4823D576D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 1D01D07BEC0DF8A855D5450DB43E5D08 /* PBXContainerItemProxy */ = { + 1BBFF881300AAFFCBE2DF2D4B44495C4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; - remoteInfo = FirebaseSharedSwift; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 1D5FE92C708E1339C460DF3FC1BD04AF /* PBXContainerItemProxy */ = { + 1C20614E04B3AC8CCEF68A2C71E2FFEC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 1D863D927D338B17B492D7D324C702B5 /* PBXContainerItemProxy */ = { + 1C85AC0056676F01A6D2BA2A3FA7A966 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; remoteInfo = "libPhoneNumber-iOS"; }; - 1D8B79D0423DB5A5C210E53E90C8093B /* PBXContainerItemProxy */ = { + 1D144F151407C7E3DCAAC5B82AAD603A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = B0B23938B1EBCBAD2419AB6E9D222A0B; + remoteInfo = AppsFlyerFramework; }; - 1D9A00933C6A5F04014EA87E31440DC6 /* PBXContainerItemProxy */ = { + 1D852F343C0E182A428088EE70457C16 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; + remoteInfo = FirebaseSharedSwift; }; - 1DB1CD36277D4D34B554F796FB4674ED /* PBXContainerItemProxy */ = { + 1D9BCAABD81B79540CF673F1BE5EEDFC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 1DB1D2D5E98D87B3142E9AA67F610772 /* PBXContainerItemProxy */ = { + 1DA3473B0D2A4CD1AB5E4AE544E79EBF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 1E83D3F001128B96058A54FE9F772BA5 /* PBXContainerItemProxy */ = { + 1E168D9F23B3D506C18B3A7F3707FEF1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 5FF1A58DEEC5DB749FCD6C120B97CC82; + remoteInfo = "GoogleUtilities-GoogleUtilities_Privacy"; }; - 1F0C24EA511F54EC2129FD9B480FAE2E /* PBXContainerItemProxy */ = { + 1E4C872AB803C2DB460DAF184C7F4243 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 1F62E68FF72A4C7A7DB561140ED2D5BD /* PBXContainerItemProxy */ = { + 1E6FDBC89D4F0F8EDCD2708B0551CF80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 1FFE60387EFD5561AD72FC1096FC7937 /* PBXContainerItemProxy */ = { + 1E89B4E3A4263CD935249254252F90EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 200FF2659C665C5294B497FBC4F26313 /* PBXContainerItemProxy */ = { + 1F1940C5679CC48A051F4D6A6C5D3596 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 2078ED970A8E6E03AA594AB7EFA3BD56 /* PBXContainerItemProxy */ = { + 2005A2B7B11894B1B38C1473D2706673 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 20AEDF297EC0402BFA0861EF033BA02A /* PBXContainerItemProxy */ = { + 2022624968572CCBDF9FB69CBD348348 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 21127208D71E1EC0BD07832DB5689C59 /* PBXContainerItemProxy */ = { + 2031FFBF428D3ED73B4B8DB48A5AD3C7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 212015CD1B89B76C89B51FFF34D830F9 /* PBXContainerItemProxy */ = { + 20533B664A064C237F5A5DCC5541EDDD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 2133E0785135A1B5E76A6416CA4195CE /* PBXContainerItemProxy */ = { + 20B7039F33931F28E281414017549031 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 214BE3590120973D57265F77CB00E3C0 /* PBXContainerItemProxy */ = { + 213B8F229E007936034708EBC5ADF399 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 2156D06F912E5F1094FDD284733555F4 /* PBXContainerItemProxy */ = { + 2185720D059C8495FFBFEF6477732588 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; + remoteInfo = FirebaseSessions; }; - 21BA4347048C1075301162C0A2EE3788 /* PBXContainerItemProxy */ = { + 21935A73F350B30CEB6D994AE43DC70B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 21F67DA24E3959386559FA4A299417A7 /* PBXContainerItemProxy */ = { + 2197F7E400BA7EC9595A3896F421A781 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 222A5A479A4B64EA1F67E955C3D229A2 /* PBXContainerItemProxy */ = { + 21A4CF4D920F3BC3CD177A95E8DC02AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = C369636770D47D26A48AC38168784079; + remoteInfo = Statsig; }; - 223BBBF7A7354F28FFE91FADE02FB3B1 /* PBXContainerItemProxy */ = { + 21F34692EA59E91CFFDA5D054A3A0E64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 22E7ECF7A31F5A60AC423A850F7D875B /* PBXContainerItemProxy */ = { + 2243CA9C19DB630E9B469E80D79DF7BC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 2313C66DED915EF9DAEB22D910F4029A /* PBXContainerItemProxy */ = { + 23045AAC59BBB4EDC4D322186DD703C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 239B42CC07268EC39817EA5F63E8EC9C /* PBXContainerItemProxy */ = { + 233B69376AAF8A0112F4A464219041EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; }; - 241129C999D049D7A6349054AF3164E4 /* PBXContainerItemProxy */ = { + 23694AA323812DEECD037E11D73813A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 24B7D245D799770BE021C89C72E23F8A /* PBXContainerItemProxy */ = { + 237263CDF177130967E96559AF5D43C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 24E618828BA79D37E35FAD82C6C4D7A0 /* PBXContainerItemProxy */ = { + 23A0C3DE8757FA7BC93EA6509DE59BE0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; + remoteInfo = PromisesSwift; }; - 24F746D5167871B4494050EE8665C1D5 /* PBXContainerItemProxy */ = { + 23C4A6E567FCC17F25C96D4FBE293F84 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = B783C6FA652FC4195003054549B87961; + remoteInfo = "Amplitude-iOS"; }; - 2504D2BC6E7F2F991E041E4BEDBB282A /* PBXContainerItemProxy */ = { + 23DB6A34450A2C29FB676348E3BD0785 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; - remoteInfo = FirebasePerformance; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 2551FEBB2089C3B607BBDE1FB7F51484 /* PBXContainerItemProxy */ = { + 246C3F6693DCF70DF84725AEDECD1B87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = B0B23938B1EBCBAD2419AB6E9D222A0B; + remoteInfo = AppsFlyerFramework; }; - 2600F56F20DB48B416D25F8D4B03BC86 /* PBXContainerItemProxy */ = { + 25944BD621DFE38D9D61D06872474243 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 2614C5DDAE5E4FF6FD67344A6B9BE493 /* PBXContainerItemProxy */ = { + 25B46974A4A252471BB78DC4DC3434A5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - 266808A9CDC51923AD6880EFC90C955F /* PBXContainerItemProxy */ = { + 25BFF10110D0752C9A2E12A0DFF91C86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 2671CF6C419CA0B9D317A02AC2AB6A46 /* PBXContainerItemProxy */ = { + 25E8A8830AF533A499CFB0598AEFBFE2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 268DC7A1E0F83D87F9BAC3D19C13C6EC /* PBXContainerItemProxy */ = { + 25FDBC6F9E50F436065B2AA2DE36B9F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 2695F49172DC574C67335BEDC6F6713B /* PBXContainerItemProxy */ = { + 26490F12D5DBDCF780F2462888C14327 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 26B511D52FA2ED06800CB52FD6918383 /* PBXContainerItemProxy */ = { + 2650AF7E58BE420345F61E5E1F994BE3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 26C256859178D04D14EFC2943E2B7F21 /* PBXContainerItemProxy */ = { + 26C43EAE1DAA6246BA043D45F8FFF1FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; - remoteInfo = PromisesSwift; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 26CB71A12771423DFEC865F6C5DEF247 /* PBXContainerItemProxy */ = { + 26E9C4BF95844A2F54B774A83DF2AF99 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F701F16821D7AA8B115646DA013C13EE; - remoteInfo = "Firebase-2149e159"; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 26CC1B05CCE697C5E43D263B07EDCF95 /* PBXContainerItemProxy */ = { + 27196388D05BB82217A3D75B270C6E13 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 273DC7166D0F243DE8FC2544E46E68F0 /* PBXContainerItemProxy */ = { + 2735F7647B8E13F0D9B91C79B29C7B64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 276B1CC08B1157802FCBC3A80FB43CC5 /* PBXContainerItemProxy */ = { + 277BA60413DB41BB233521540F612EE8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; remoteInfo = HMSegmentedControl; }; - 27A5043BC7CBD07140EB33ECFC7607B0 /* PBXContainerItemProxy */ = { + 27D52FDC04EF3813BB10B55B7CCCB7FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 27EBC336025A3E831C417F73F38113E9 /* PBXContainerItemProxy */ = { + 27DCC94A78764A5227CE96F9F56D8432 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 287E93D7CD6FEFD3E62875F3E7FD534D /* PBXContainerItemProxy */ = { + 280C30523636349BF037749867350944 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8F68D031908A0059566798048C48F776; - remoteInfo = FirebaseABTesting; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 28AABF83082A9DCDA564266C129CDB9B /* PBXContainerItemProxy */ = { + 286141B7D290AF8B54964CCB4C11CFAD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 28C9037CA586FC38AB4B315810C0B2F4 /* PBXContainerItemProxy */ = { + 28E3FEB99EBB00B2443881B4B0A41450 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; - remoteInfo = FirebaseSharedSwift; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 29153A80BC4D8587C95A65EB5EB78BE2 /* PBXContainerItemProxy */ = { + 2997614653BA4C9A0D7C276C0DE59286 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 295107885FF136C5D393B7BC8D1D2E56 /* PBXContainerItemProxy */ = { + 29FE02DD13D5D9A5133B5BB75B0E2FC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 29646B28A5A620B797D68D5EDA389FC9 /* PBXContainerItemProxy */ = { + 2A02F7BC6738BF3D641E89B4C80A98DD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 297DCA62CEAA2E06BB53816E69CCA95F /* PBXContainerItemProxy */ = { + 2A3C7FE2FAFD94E8579E79C47C759535 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 2991120573183455EB2959DB98AF4974 /* PBXContainerItemProxy */ = { + 2A7353CDB9B013556109E1F279AEB334 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 29CF96D6036EA2677876641AAADB0BCE /* PBXContainerItemProxy */ = { + 2A9DF34CD9C4D9FB90A196807EEDA380 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 2A0A27AD6933A6F577E4B1353DE050AC /* PBXContainerItemProxy */ = { + 2AC651FFDAD0810F529DF54225149513 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; + remoteInfo = Abacus; }; - 2AF4422E3084CDAC88F804042350C2DF /* PBXContainerItemProxy */ = { + 2AD6602F7D4336200F9A27DF23E68D3F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 2B3F8E2D746CAE79907B4788A7DE440D /* PBXContainerItemProxy */ = { + 2AF584D0C8961DC4DF63EDE36985CA3D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 2B62F9357C93D340208B86CAA1CF250D /* PBXContainerItemProxy */ = { + 2B209914E1B9742BA0B129E6D61813D3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 2B92FBC807C83CDA4B142D7F86590FDE /* PBXContainerItemProxy */ = { + 2B9ED186D3AA0D7A1E05E4C98CF93B5E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; - remoteInfo = SDWebImageSwiftUI; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 2BFB601CA682DD646551056C54CB6DCE /* PBXContainerItemProxy */ = { + 2BEA59CC63E2B66E72E531608FFF4536 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 2C144E53C8DC93DDD6B4B2318EB73DA9 /* PBXContainerItemProxy */ = { + 2BF36C3B55AE36B2FB9241C4231E80F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 2C6411F0BDAB4388D3B6F30A4718E3F7 /* PBXContainerItemProxy */ = { + 2C0DF50BD0519936F44106234D9F9BDA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 2C685F9966A019B3E67B25FC40D6457B /* PBXContainerItemProxy */ = { + 2CC42655752224A514213956B6DB8DD0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; - remoteInfo = Abacus; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 2C6BAF2CEDD70BC6269FF0EC618EEC49 /* PBXContainerItemProxy */ = { + 2CC85D53B0F55A3A8DD2E5FD6A47D070 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; + remoteInfo = FirebaseSharedSwift; }; - 2CBFBD707FBFBF9A047EF13E5DA210B0 /* PBXContainerItemProxy */ = { + 2CD263C976DA87D27B923CBBC4BCC8EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 2CCA3393DD70C52133C8FB97A0C20671 /* PBXContainerItemProxy */ = { + 2D0749843112CCDE67B7C4D45453A36B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; remoteInfo = ReachabilitySwift; }; - 2CDCE6F182DB54DA906BD016AF16E980 /* PBXContainerItemProxy */ = { + 2D12E943B86FFBEDC97E322979915B21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 2D0E893A10DD7C7AFB2EA916DCA0B64B /* PBXContainerItemProxy */ = { + 2D459302383D80685964D2FBAD159ED1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; - remoteInfo = Abacus; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 2D18A07DCE95F2D5D53222C68A75AE15 /* PBXContainerItemProxy */ = { + 2D5EDB2D6BE22333CAF2FAAD02B746DD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 2D2DC17FDEEEA254F4286AC08FFF4696 /* PBXContainerItemProxy */ = { + 2D769A85A9B7AA2012FE59B7B1585C15 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; - remoteInfo = Popovers; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 2D38F4DCB45D53528D7E84039687251D /* PBXContainerItemProxy */ = { + 2E71A7954615EB84D47983B49E38FDB5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 2D3D3E37BD4C29DCEE8844AFF8ACAC59 /* PBXContainerItemProxy */ = { + 2E7F4683DB08A15F5E2523A6E3D8E05E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - 2D4D9971C6D3E1202A52E64B6B5E1B33 /* PBXContainerItemProxy */ = { + 2E95ED66680CF5A1B270E1872A40E0D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 2D5087A9E3E45E317E79313A1C39C5AC /* PBXContainerItemProxy */ = { + 2EB79CF27D491C480DCD9A9A18E18FD0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 2D84F8B375ADF3A81917F66C03A1D468 /* PBXContainerItemProxy */ = { + 2EE035EE14560C791F492E754D07AB09 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; remoteInfo = SimpleKeychain; }; - 2E5393BF22B8A04A89E930BB8C462198 /* PBXContainerItemProxy */ = { + 2F060BA92FB90DB92EBAD4008B67553E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 2EC5A0A6D72D9700B8B4066D26F9236B /* PBXContainerItemProxy */ = { + 2F53E48C91A9DED4A9D515ADB49546B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 2ECAB04CC942E503C913CC9D18A53718 /* PBXContainerItemProxy */ = { + 2F86C58296B6E7EB1C2DD502877572B3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 2ECBD450B17D7C869615EC98460DA52D /* PBXContainerItemProxy */ = { + 2FF04DB39C1207C52D7677584736AFD9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 2EE7307BE33D22A110F69B70FF6DBC70 /* PBXContainerItemProxy */ = { + 301862A7704B36D3891AE2122D21C4BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; - remoteInfo = FirebaseRemoteConfigInterop; + remoteGlobalIDString = CCF6C52F9360788E81C175B1BF1292C5; + remoteInfo = "GoogleToolboxForMac-GoogleToolboxForMac_Privacy"; }; - 2F087B0DAC1AA4EA1B1CC7DCBC0E1574 /* PBXContainerItemProxy */ = { + 30E83A7B5763F8FF55F9293070698782 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B0B23938B1EBCBAD2419AB6E9D222A0B; - remoteInfo = AppsFlyerFramework; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 2F1C71E914769561F1824B12C3A0ABF0 /* PBXContainerItemProxy */ = { + 316A3CC348698D883A263AB8428B9547 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 2F35809ED25EE88B141C82637DA35DCF /* PBXContainerItemProxy */ = { + 3172EB4AB1FC49E0E7870A2833A6F60B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 2F3BAA0F04AD2BDCE20DBC34B36E0968 /* PBXContainerItemProxy */ = { + 31DE0BA313063D7FFF59999B81D03E6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; + remoteInfo = Abacus; }; - 2F534D67DD95D453F3C9C8BC15A33F49 /* PBXContainerItemProxy */ = { + 3250634C101E66E6A618268FCBFC6B5A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 2F63A39402692938BAE311EF0F1A0720 /* PBXContainerItemProxy */ = { + 334885B2B63A57F865ADDD9ED176A668 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 2F8D02DE88C244ACCE7A184541708416 /* PBXContainerItemProxy */ = { + 335365BD008FF9FE8F1EF61A83C8A655 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 2FC919AD206CBE53C8D923988697C693 /* PBXContainerItemProxy */ = { + 3431E67169518D05ABCBD66FF3F72590 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 2FE4CA6666DE518818C96BA78BB9F0F0 /* PBXContainerItemProxy */ = { + 3441ADB15580E3D29682234545EB201C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 300BD96F475FCC28A5DEB91CA8338E44 /* PBXContainerItemProxy */ = { + 346905E7573B9FC905FF2AE9626E1249 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 3050F28CDB1E8978BFBC80DEFB9AECDF /* PBXContainerItemProxy */ = { + 34AAC4AAA06FEDFAC9A64CD34E408C65 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 30570171F22B6547565EC43DCEB91D27 /* PBXContainerItemProxy */ = { + 34B9BF24E6D9638217FADB7B6FBDEC3C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 3088DFC4D73EF8C0E16A65AB44B3253D /* PBXContainerItemProxy */ = { + 34BB460F305FFA01FAEE5D4249BB059A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 30BFB04A4B10D510F5D763F61B9A3761 /* PBXContainerItemProxy */ = { + 34E78A4FEBA3C7FA45F8784294EB8113 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 30C5E95CA843D705FD9FA5B66AB8529A /* PBXContainerItemProxy */ = { + 3528CAB526C7D6D26306C178589E428D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CCF6C52F9360788E81C175B1BF1292C5; - remoteInfo = "GoogleToolboxForMac-GoogleToolboxForMac_Privacy"; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 31349D63D1B4DF097E61B19CF58BECB6 /* PBXContainerItemProxy */ = { + 35343083E0D765DE1BC64DA5E3015DD0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 314556B36CCB81D2CFD3CDEFAE2C385A /* PBXContainerItemProxy */ = { + 35745A7D9F7F41C2667CA2B1361B4C53 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 314D69D377AFF1BECF42FB2F56CC46AB /* PBXContainerItemProxy */ = { + 35D4D70395A142928BCE0ABE2482F83C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 31CB197D1085C2707EE95DEB94EAF7C0 /* PBXContainerItemProxy */ = { + 35DE2ACAB9551CCF4B2923804BC7DA4B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 3223FB8450B56E41B5368C790CBD59D0 /* PBXContainerItemProxy */ = { + 35E1737E08DCF62AA53BEEC7448CD773 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 3237274A992E82ED884FBCF960F9A85D /* PBXContainerItemProxy */ = { + 3617CE63D41AF337E07D317BEEE6365C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 325A9410CF8C333EAE1483BBD6834A0C /* PBXContainerItemProxy */ = { + 3654B72C59E1CDD4AF3059F8B5892576 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 32F617E077A023F06E8111BDB283EBCA /* PBXContainerItemProxy */ = { + 36D593CE433BA960C50A2EE860F4FDDF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 331ED5B4384A8F234E2F4A57DA7E777C /* PBXContainerItemProxy */ = { + 36E94AC1AE3ED8289833A4A5E00FE45D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 33479C24E837B5726BA9AE749BB6DC48 /* PBXContainerItemProxy */ = { + 37F2A372824832167B3FDE3F38644E88 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; - remoteInfo = FirebaseRemoteConfigInterop; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 33EA50A3D883BA52F09DDE703758BBBC /* PBXContainerItemProxy */ = { + 37FD3D55CDAF9349A236B169FC5B05C8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 3433BC60F5406C601F9A2C0C443D2351 /* PBXContainerItemProxy */ = { + 38217006694CE26BF6AA8FC105964B7C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 343B5E46BE8B4C3E3BA03219CDC720F2 /* PBXContainerItemProxy */ = { + 38528B8AED1D8AC851753F0C942CC9E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; + remoteInfo = FirebaseRemoteConfig; }; - 344E76247BB98CEB753BEFC6EB5B9E05 /* PBXContainerItemProxy */ = { + 388268F9C1B168E9AB4AC8EB5A892D75 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 34B7EA8D7CCA6ADA23A9534BAD063075 /* PBXContainerItemProxy */ = { + 38895549CAD87442DE838CA2E7E341C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 34D4153632884DBBE9306CF425F53FB4 /* PBXContainerItemProxy */ = { + 388EFB7E5E972E4A4A74DD77BEC38001 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 35026F1E40B7BAB4C0759C05EDC60709 /* PBXContainerItemProxy */ = { + 38A58A43E322342136196A85B5735FEE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 355C6A73A14542C37EBEF485B6A52C52 /* PBXContainerItemProxy */ = { + 38C33A290E544297C8ABD1159F90E96B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 3565755072D028D3DCDA9657FF30EC5D /* PBXContainerItemProxy */ = { + 38C940960AAA763632A5DE6EE3756E4B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 35790C675D6E0E4F6323775678A89EA6 /* PBXContainerItemProxy */ = { + 38F0D5DBEE876C2B2E9967D15F1FCD7F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 359CA170F1280AAAA0173D94A4E61D7C /* PBXContainerItemProxy */ = { + 39072D9125994FEDF4F4891D6B4E8BB4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 35DA3B2DF01F4D6E8F3F8EAF173EA9BC /* PBXContainerItemProxy */ = { + 394533234F660181F9A8C0AFA1C9C6C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 35F858FDC4DFAB94A24ED7E12B482E58 /* PBXContainerItemProxy */ = { + 397EE936BC2F8035CE6B8864EE926C98 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5FF1A58DEEC5DB749FCD6C120B97CC82; - remoteInfo = "GoogleUtilities-GoogleUtilities_Privacy"; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 3626306BABDCB2CEB28AF677F42E1C61 /* PBXContainerItemProxy */ = { + 39FBAF5257707EA1CAAC5687A4896DE5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 368E4E6EFCC4EC428762B6C6391EC729 /* PBXContainerItemProxy */ = { + 3A12B05633CE9C2C817CF97AAFC7540D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 36D42DBD93391F5F8654C1CD8169D59F /* PBXContainerItemProxy */ = { + 3A4659963A11B75E8C36C6BDCF40006A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 379E28C926BA73AA68F03C5B09F62199 /* PBXContainerItemProxy */ = { + 3A489EFD479D9C88266F18E0569F986C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 37B713521A42AC6EFB35F721E2EC723A /* PBXContainerItemProxy */ = { + 3A672DA43708AE346CB82E5976C643F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 37B8A9D6F4EC6C3B6AB93E5C1EF59890 /* PBXContainerItemProxy */ = { + 3B43C0D218A5F136783F755959DBB0D7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 37BEE6889C17FD5DA190DD2A2A5A5C42 /* PBXContainerItemProxy */ = { + 3BAAEDB2CE150C04E65ED20C65424913 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; remoteInfo = HMSegmentedControl; }; - 37EF18FB910BFFF94A04D74AEE79201C /* PBXContainerItemProxy */ = { + 3BCBC9463FFB24EC3F7165363C718EF6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 381043275FE6F73A9F5E7B60B7986FB1 /* PBXContainerItemProxy */ = { + 3BF02EA6925FFA69A46FE38574C9A392 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 381048C4382CC538167170EB5CCE3632 /* PBXContainerItemProxy */ = { + 3C8375AD2AB9BC0A76D73B45963E382B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 382FB63EA4ADC5D4D94A68B3BD84C438 /* PBXContainerItemProxy */ = { + 3C9B4D7AE072D80D19BBCCC9DC285ACA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; + remoteInfo = FirebaseRemoteConfig; }; - 38537232D3D06E0BDAA33531417C479E /* PBXContainerItemProxy */ = { + 3CDB2D3BE61EF3CB6B412BE3D1769F28 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 3894615DC9756C952708E3031D536329 /* PBXContainerItemProxy */ = { + 3DC6C54675A6971DCF96C768F506CE68 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 38EBB98D6ACA7B071B8D8C7EF17E82DF /* PBXContainerItemProxy */ = { + 3DDE1B0A1967B63468EC342D0218158F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 39742295AB173D12E0643C0F5AB0980C /* PBXContainerItemProxy */ = { + 3DF9AF8A0C303F59D357B8A7ACF6359B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 39899B35D9118511D4FDAA70C7B2C667 /* PBXContainerItemProxy */ = { + 3E58B4317F49C8E0AC8C5118E0759DF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 24D7789A4C8783E3684E7D8CFAC12CC6; - remoteInfo = "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy"; + remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; + remoteInfo = FirebaseSharedSwift; }; - 3993554B33DAD232485B190B36EFF52F /* PBXContainerItemProxy */ = { + 3E9020BABACEEEAFDD69E763439D0C06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3EB14444A17F9D4F1F697F7C1FF32245; - remoteInfo = "FirebaseInstallations-FirebaseInstallations_Privacy"; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - 39FADD78E3BBFAC4F35FAB27BEA46BF3 /* PBXContainerItemProxy */ = { + 3EF6AF36CC46567B62F0A5E3A938012F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 3A20CB4CFE5E86E4D48C31F042D568F7 /* PBXContainerItemProxy */ = { + 3F0BAE5E5889FE91D9A7749585748950 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 3AB595514B03CD6B7B056000DCB1E965 /* PBXContainerItemProxy */ = { + 3F56CCB30F8CBA3B846CAA20AFE86AE8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 3AC435BC187AAE880EE23400ED32C3EB /* PBXContainerItemProxy */ = { + 3F5D8C6EB2EF0E9F688A19406B8C5DA1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 3ADE5D646BA1B79B7B08B303A4838726 /* PBXContainerItemProxy */ = { + 3FCDFB7F8E350015A24A3F3CA3665F29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 3AE8485F8F365CC7C273FDAB6E25B61F /* PBXContainerItemProxy */ = { + 4027B0706E4B678DC2D713014C974A54 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 405D9A1F013096285F0453BF0AF0752C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 3B49D6A4324AAB6C75A44C316213FDDA /* PBXContainerItemProxy */ = { + 406641C3B2970A58DFEE388BCBF3BA57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; remoteInfo = CombineExt; }; - 3BE0643F4518E2350AF7942D44881F9F /* PBXContainerItemProxy */ = { + 409E75ACA1DCDCC8DA1AC63BEE7F05A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; + remoteInfo = FirebaseRemoteConfigInterop; }; - 3BFD6C16AFD5B3305A49AFBE262D3112 /* PBXContainerItemProxy */ = { + 40D6BB596683F96E752009B16D970441 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 3C12CE3C80F5834E80DA790BEF6CBD4E /* PBXContainerItemProxy */ = { + 411CA1E1C0CAECA10C5A360B30480597 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 3C5162E842BCED8104DE39063B8324A1 /* PBXContainerItemProxy */ = { + 416B6E7FB06C8A3937E9EA9A91BF420C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 3CFCC33A62454862B2B0E160F4889D3C /* PBXContainerItemProxy */ = { + 4198A430D9041B7F0700F13A530BB545 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 3D0B264E05C3671BCA439BFC51DEF680 /* PBXContainerItemProxy */ = { + 426EBE393CE06D73DF650B7954000574 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 3D5DBCEEA25776E128A0847CEFD3D36D /* PBXContainerItemProxy */ = { + 42EE2C5BB7348F627F9CB211916C2695 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - 3D7907BE1EE43DCD2137923762067F24 /* PBXContainerItemProxy */ = { + 430006E0C036FF6CCC3E3844DBE43C5E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 3DCF53F412D1972A0D9A6E3796B9EE0A /* PBXContainerItemProxy */ = { + 430D2214DEFEA76BD9D4B31D201B8A47 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; remoteInfo = NVActivityIndicatorView; }; - 3E1F91402F59CC958A85C972DF169CBB /* PBXContainerItemProxy */ = { + 437BC18C3000F6131BBEE5653297846A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 3E9B1345EE270E5E1410F933D535B02E /* PBXContainerItemProxy */ = { + 43E10E1747AC2C992638D4399EB766F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; - remoteInfo = PromisesSwift; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 3F171D9EF1B316FA4F1DD6E6E6FE83A8 /* PBXContainerItemProxy */ = { + 43E149C66EDE8F72D53990C6161AE7DE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; remoteInfo = Differ; }; - 3F363DB9462D0702C1AA4F04AC356804 /* PBXContainerItemProxy */ = { + 442C37BCE839A8BF9C419C95F38AC3BC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = C369636770D47D26A48AC38168784079; + remoteInfo = Statsig; }; - 3F5342F81D94CCFA1A72D2FBB7E26DD8 /* PBXContainerItemProxy */ = { + 4550FF7BBA09D7192A9C60B1D583EFC3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; + remoteInfo = Popovers; }; - 3F7B84572D6121BD0FC5A57D94CC8C6B /* PBXContainerItemProxy */ = { + 4562F3AE17D0B3365C4BB2A994506CA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 3FA42C5F8013FF9C4D4861D57DB70D41 /* PBXContainerItemProxy */ = { + 456BE1FCEDDA8848ECD55B721FB4E6CB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - 3FD0B155B576E557ABF381657E8D6C3F /* PBXContainerItemProxy */ = { + 45E87C1FAD52AF0DD967DE6AB42BF5E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 3FEE3B9C95C7F3D2A04A786D3712AD17 /* PBXContainerItemProxy */ = { + 4624515A0DD9AFA09CE3A37830A4B46B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; - remoteInfo = SDWebImageSwiftUI; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 402ED6C62EF5587EEF99275F12A2E7FA /* PBXContainerItemProxy */ = { + 4628DA1457C24CA730D9E32F04A5FE4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 4054D6A87C337A0401BA250EBEC2DFC7 /* PBXContainerItemProxy */ = { + 46406FEAA60CBE6A8C3978FC99843620 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 40FDE2DB9BC6612D3FB0154A520E3211 /* PBXContainerItemProxy */ = { + 4669A18014F3FA5D499E75F28DAB7BCE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = B783C6FA652FC4195003054549B87961; + remoteInfo = "Amplitude-iOS"; }; - 412BB9D11402F7A9DD92D1A3CB9CE6C9 /* PBXContainerItemProxy */ = { + 46B224FF6DA4BFD20C1B2AC85D4BAA2C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 415D8B54CA555631D4D86BAF53F819B8 /* PBXContainerItemProxy */ = { + 46DA752B659748E64CD672DAC48DC26A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8A8DB685241263AFDF5E6B20FE67B93A; - remoteInfo = "SnapKit-SnapKit_Privacy"; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 41D2B879FB4E495507FB10DF0010E2B3 /* PBXContainerItemProxy */ = { + 470EF983D2DBACA340EFA4B58049772C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; + }; + 4760FE2966D8380747A6F1094476037E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 41F9302F909F1D3F9B2CB2B88C2DFA30 /* PBXContainerItemProxy */ = { + 4766CA78069172A314CD8607BF93CA95 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; + }; + 4792D9FB97803B58D3F465059B2A6E07 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; remoteInfo = ZSWTappableLabel; }; - 420BE2168163DBA70F24CBF239A485E1 /* PBXContainerItemProxy */ = { + 47DE93A1FBB29721F9158D06BABD3C42 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; - remoteInfo = GoogleToolboxForMac; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 4211FCCA9982CB9BA93325E39563C7CD /* PBXContainerItemProxy */ = { + 485B5C32DBAB3234CA4D4284DD539C98 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; - remoteInfo = FirebasePerformance; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 4257B1F07C11545B1981B7B4361A2ED5 /* PBXContainerItemProxy */ = { + 48683D23E21E58EBC2A7238671369B21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 42710F700CA244E982B5E578BD3AAC7E /* PBXContainerItemProxy */ = { + 487A2B22328C30B23A1389279D3E2F64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; + remoteInfo = Popovers; }; - 42D369E4136F249DB93FF9DB9FF5F998 /* PBXContainerItemProxy */ = { + 48A4215C4FDD1CD5B304C6FEFBD59AEE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 42E2F52B70EFD385E6882566F26A7FD7 /* PBXContainerItemProxy */ = { + 48AAA4F5243AD5D4C6A6118786ED4F29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 43560548BC99C4CE8ACBA8D78D69E1BC /* PBXContainerItemProxy */ = { + 48EAB860E8933E9A33B4BBE57BE165CB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 43B68A79695DB02EC63C8666FFE002A8 /* PBXContainerItemProxy */ = { + 498E9051D2EA826AA67AB09913B37CFF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 447DC6C989E1EA8DE2A5636425425922 /* PBXContainerItemProxy */ = { + 49909B926C65D1D6F64C1E3798BD0559 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 44C02DCF34B15A72D8F6C88E249A7625 /* PBXContainerItemProxy */ = { + 49B53AA40312282EE862A2A93FC6040A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 44C1080EB4250E330BAB072BCCD1AA4D /* PBXContainerItemProxy */ = { + 4A1875A500FDDBF8A8B6BDBC7C98AA53 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 452870FB04411859CDCC4A4C8268AADD /* PBXContainerItemProxy */ = { + 4AB188D9F7457946905C528F2AC476D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 4542AF3B0323C610BD8681D306A7F62A /* PBXContainerItemProxy */ = { + 4ACC3214CDD56009526277C0B4DC93BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; remoteInfo = FloatingPanel; }; - 45678FDBA72E195EA21AE2DCA5FE0E13 /* PBXContainerItemProxy */ = { + 4ACE1B41CA13925F40C9577FA9BE78C7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 459778D04450BDF29FD9BBA493DB784A /* PBXContainerItemProxy */ = { + 4AD791967CF159FDA2FE2110D1964C37 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 46BBBAA8E7F4D51F53C41FFEF4F9E24A /* PBXContainerItemProxy */ = { + 4AF286A0FD48F619A31798C23928CCE0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 46BBF55018CA74D50E8EF303B0F89D68 /* PBXContainerItemProxy */ = { + 4B03CE3A84C27408D49BBF2FC41E0780 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 4784BA92167A3D3133EC51739B536AC4 /* PBXContainerItemProxy */ = { + 4B2D8C1DF6AE089A8E58EFD212696ABD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 47ADF8ECE30A5269CB421DB103FBBB35 /* PBXContainerItemProxy */ = { + 4B3552A1D24569BBD7339EA6171D89DC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BFBEDBF7E03729D43C96530EE190825; - remoteInfo = "PromisesObjC-FBLPromises_Privacy"; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 48021FA272B867B1FAE0B447F6AFAE75 /* PBXContainerItemProxy */ = { + 4B8F533A41588D6A3AFC26EAF1767D04 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 483B4065C335E2B1FAD3F2EF48AB15BF /* PBXContainerItemProxy */ = { + 4C02C33C92986FEE915373E782F759F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 4860C7A26D44B67CC52B9A1548AD6901 /* PBXContainerItemProxy */ = { + 4C8AC87FEE3E2CAAA6A7ECEDD7AC2850 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 4883EF460A0EC0DCD59C91737FF614EC /* PBXContainerItemProxy */ = { + 4D25407C0A5DAF20B19E70F00C93663E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 48B25CECBCC332AFB7EAAF9FDC40C7B1 /* PBXContainerItemProxy */ = { + 4D91A6DE9EC39C7D7A9B6FF155A75290 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 492C66CB04A20663D726DDBC4599121C /* PBXContainerItemProxy */ = { + 4DA975D7BD4CC99F0E90998BB7334923 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 55522A91938FF505CFEBEAD2DD85AE2D; + remoteInfo = "nanopb-nanopb_Privacy"; }; - 493B60625CE03D16D05C33B666294204 /* PBXContainerItemProxy */ = { + 4DD40B1C470CAE3EB9075AAF4177008D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 4943C0F55ACD0A4A401419BBEE63F1D7 /* PBXContainerItemProxy */ = { + 4F3208038AD1A4F5F0F86E3711FB6BCF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; - remoteInfo = PromisesSwift; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 494B73DE745CF0A9735A6B6B2E1F285A /* PBXContainerItemProxy */ = { + 4F355267B81E46EAC737263021FDF384 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 49609F638FC44C5D3902B7FB06EC1659 /* PBXContainerItemProxy */ = { + 4F4233DFDA4D61CECF1D8C3F9EC58A29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 4B073CAEA57F60CFA02AE9A060AA5D81 /* PBXContainerItemProxy */ = { + 4F47ECECC4BAD2AF7774AF9565E56A9C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 4BCE56753DEBC9D76DECB3D54BCBC863 /* PBXContainerItemProxy */ = { + 4F4AD05D5BA56D60F673C519A22B66B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 4BD31CE6854F491A9191DCD80FE2EC53 /* PBXContainerItemProxy */ = { + 4F5C54D7A608AF7C54F09E5E1C19CC56 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 4C509A4F1AEEEB95B04F54D2FAA181AB /* PBXContainerItemProxy */ = { + 4F61289C2E2F487248BBEE69B9ECE727 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 4C8CBF6CE8DB006D9C8F57B1664C1CE4 /* PBXContainerItemProxy */ = { + 5017B0C08B2C327565439D47289C8323 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 4C9F57824AD58B391A322F140C0489B9 /* PBXContainerItemProxy */ = { + 5056FC74A79045CE4C854510B97B57B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 17CBCC6221F62B870268E935098B7D7D; - remoteInfo = "FirebaseCrashlytics-FirebaseCrashlytics_Privacy"; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 4D29594C67846D40903762A7AE51AF8B /* PBXContainerItemProxy */ = { + 50635753B4BCB6DE3133423862F53AFA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - 4D671127B75AD82734C3F6C8120EA590 /* PBXContainerItemProxy */ = { + 50A11EFA4D879D3C7ABD9DE43AEF8556 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; + remoteInfo = FirebaseCoreExtension; }; - 4D6B1C5C788910753656024F32A09C1D /* PBXContainerItemProxy */ = { + 50AAEE7F64DF876FE191993DF657CEC3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 4D7CBE3B82C977375D7A9EB945373858 /* PBXContainerItemProxy */ = { + 50BB0CE6B2B43EE3B73873FBD32AD2D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B0B23938B1EBCBAD2419AB6E9D222A0B; - remoteInfo = AppsFlyerFramework; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 4DAC1A74E6B6D67C35009ECF302C9311 /* PBXContainerItemProxy */ = { + 50EF3BC4CEB701DCBCAF0FD44600DA1D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 17CBCC6221F62B870268E935098B7D7D; + remoteInfo = "FirebaseCrashlytics-FirebaseCrashlytics_Privacy"; }; - 4E2306C177B62E1A1155C8C7C2C4CF55 /* PBXContainerItemProxy */ = { + 5139589C17BB92CF27CD68EF1BC99EF1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 4E50919915B6A3467D466BFD37EAE5BD /* PBXContainerItemProxy */ = { + 517ED5D6A8335D06A2A73FD02E41F6D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 4E5690751E0D9A1897A9557834E72FE0 /* PBXContainerItemProxy */ = { + 51D3DEB74442B86BCE49A8F66E3863AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 4E8F8C92591B071349B94CBEC5A56128 /* PBXContainerItemProxy */ = { + 51E51862089EB5F7EC2B3C96ED851007 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 4E94D44260A1F52C5471A20D27DB5E9C /* PBXContainerItemProxy */ = { + 5204781DC2B0DEC58D17C0237A473564 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 4EACE31B421FDC86EA01A09CC3006610 /* PBXContainerItemProxy */ = { + 520A221C6228056018C35A9076BCA9EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 4F0C4D68995CC6FDC391AB596BE559E4 /* PBXContainerItemProxy */ = { + 52DBA8DD43F89A4F0681DDB829346F29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; - remoteInfo = Abacus; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 4F2E2ACA10526527DAAA00B896107881 /* PBXContainerItemProxy */ = { + 539B1ADD3E64DDF06BDE243F08E9807D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; - }; - 4F84E0FE43F079BE6A0C764E66681FAF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; - remoteInfo = FirebaseSharedSwift; - }; - 5042DC60D2743A8A410B0198DD1DF979 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 5078FF142252CF8E7A61608C18A7F356 /* PBXContainerItemProxy */ = { + 53F39EB86D3F3516D161C906230A81F4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 50AC64CDFD04B40F9BA45CDF8FED5243 /* PBXContainerItemProxy */ = { + 550B119FBA1090CFFCAA2F85CEB90AC2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - 50C094D3CD6F1076952C134150CA4609 /* PBXContainerItemProxy */ = { + 551EDAE3B973EF010E89CFF547054B23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 510247C1256BD51CFF38DC6B04C3195A /* PBXContainerItemProxy */ = { + 551F210E99887BE2E939D7BDAB2AF137 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 5112D452B19FFCBAFC49536F154756D8 /* PBXContainerItemProxy */ = { + 553CC2E870A794E953BA8AFE422329F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 5119D7F2FAFA538AE97136EA17D20EE6 /* PBXContainerItemProxy */ = { + 55AC130C7F96CE20B74927F553A89BB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 511C034603C4DD4BC40DB5BC5989FC24 /* PBXContainerItemProxy */ = { + 55B4486D2F556105FA8DFE5522B876E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 511EEB4CFEC492288C9098CD2D3092C7 /* PBXContainerItemProxy */ = { + 55EEC36186F23922190BB4BD1E739802 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; remoteInfo = CocoaLumberjack; }; - 51A2F473FA28C0E5AF93C41A5C5D29A5 /* PBXContainerItemProxy */ = { + 55F398681810424CBB75A7A5612ED868 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 5241CDAD3AD2088141D6767E072B50FF /* PBXContainerItemProxy */ = { + 56382ABF6BB857C4F96F0A609076E1D0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 52906C5D753AEB43BC5E59DC51F5E2CD /* PBXContainerItemProxy */ = { + 563867236D52D62F455B77757BF27ED7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 529AA4F59939FE0130F2CCDF68B12A1F /* PBXContainerItemProxy */ = { + 56392F53EA802E99109300D8E3C13BB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 534DC0C192CA0EDE4EDABD2395136832 /* PBXContainerItemProxy */ = { + 563DA4D53713445257C7728BEAFC6914 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 53869731905A42F0A347BEA165270C85 /* PBXContainerItemProxy */ = { + 569ABEA57DB7A0912CDBF4DF41FE51FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 53B29FD2310C977E22561F7367D34F38 /* PBXContainerItemProxy */ = { + 56D60240B9D2B53DB7DDF01054C736FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 53C243F0B8345DCF24A81BDA042F9A99 /* PBXContainerItemProxy */ = { + 56DA744E0CD36E71281849DB7C1FA1FF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 544B466402DCF0EF03606E23842EA919 /* PBXContainerItemProxy */ = { + 57137E613AEF8201C61373947C1B3F4E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; - remoteInfo = FirebaseMessaging; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 5450E01041042E04C3609087BC6C6ABF /* PBXContainerItemProxy */ = { + 578FCB82FF5807BC9DAE98EB2887B52E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 547F6DF6AD4D424E1072142B90E75D5A /* PBXContainerItemProxy */ = { + 57A718E7FA2E09854D161014871BBEB7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E9F5D289F4688880F8AEA528F4783976; - remoteInfo = "FirebaseABTesting-FirebaseABTesting_Privacy"; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 548E6EA4E2B1B98BC6B8C62560BDD22C /* PBXContainerItemProxy */ = { + 57F0E3B5624B00F3704297CC39A5013F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 54B779AE4F947E196A2A2EF71052E063 /* PBXContainerItemProxy */ = { + 5804DF7C8C7990C1A0A58221CC2F3FD1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 55229839A9A07A8909B8B6AC6649A110 /* PBXContainerItemProxy */ = { + 584873ADD25A93B912FB5C78D698B79C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 5598F2318994D7A59101C1BB4B5C5DD3 /* PBXContainerItemProxy */ = { + 587E94974E5F5C98D7A2A50D182896FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 55D304B8412C0FC1B48F1CF16EE81516 /* PBXContainerItemProxy */ = { + 58C8C3C480F803E349A4C0949F9D3A13 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; }; - 5676571A558624274645CEFE86F4290E /* PBXContainerItemProxy */ = { + 58D08DF463978A7E919A2DA5D48670D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 5695651BEBE7B5B872C1090356059655 /* PBXContainerItemProxy */ = { + 58D42D18B7DC7A618E5D0C850D35DFD5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 56A5AE2BD40502A504460C94BF63BDC7 /* PBXContainerItemProxy */ = { + 58FCF1FD8F19E9470A20FA55A1DAACA3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 56ACE1801234A8A2F8B1F1535F66EF02 /* PBXContainerItemProxy */ = { + 58FEFD061D4DA5918B8E97916677D1DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 56C6736F136648CFFC0224E8A38B061F /* PBXContainerItemProxy */ = { + 5925643E4CBAD331A437CB7C7019B224 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 5751FF3C796881AA75A82928C5AF6289 /* PBXContainerItemProxy */ = { + 5927E232F3059EC933A781F9FE6FA7FF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 57699A130AFDFBBC95B9AD7FA98F18EC /* PBXContainerItemProxy */ = { + 592AB8A4A305106A60B7A8DE37DE0F05 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 57D54368ED573C504C89925CCEEBFECC /* PBXContainerItemProxy */ = { + 5945B99939D890BF740296BE5FCF2195 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 588E1E1CD15614F9F86660D60ADAF14B /* PBXContainerItemProxy */ = { + 597D03F4D3D1A319140CDAE92D40F345 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 58E20D9628C4EE5E892FE71AC5FB6A43 /* PBXContainerItemProxy */ = { + 59BD37BDAE2BD5CC77E57E2D1292EA78 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 59099420F5D85196C4F8A909FF08CB87 /* PBXContainerItemProxy */ = { + 5A25F8B6D86827C1C67E13EA57B65DEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 591F48187F4678C6BAD7CF3B03FCF1C9 /* PBXContainerItemProxy */ = { + 5A2E0C74E3D8669EF4E3917F3EA98D8E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; remoteInfo = NVActivityIndicatorView; }; - 592405FB5B8C3A36DD4D693C2C24B20B /* PBXContainerItemProxy */ = { + 5B0F8EC0B344A75CC86650F4E661B6C8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - 595D9B93845B978A9785DC051F1D38BD /* PBXContainerItemProxy */ = { + 5B83B1AFEAA1B5E34F7F17E8EAE4FB1D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; + remoteInfo = FirebaseSessions; }; - 598AD7FF36E0358BD3272DEFB17DD432 /* PBXContainerItemProxy */ = { + 5C078845D9F87205949667C2EF7B8D21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 59D459028A4B2933EC0584E24F79B300 /* PBXContainerItemProxy */ = { + 5C33073ED0D7B4A05B58B3449EBF1F04 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 5A40D2634071C872632EF8FA3574EB81 /* PBXContainerItemProxy */ = { + 5C595339BB65BBDB5388650847456578 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 5A58AA972745C93AFAF05B8D44FFEA31 /* PBXContainerItemProxy */ = { + 5CCB2C9F42124CC8A1F66C52038C84A4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 6F3EE273F0EDCDEB4C95A2C5FEE50D7B; + remoteInfo = "Firebase-40c737bb"; + }; + 5CDB0CFA2618D4B9D525AFB8F32F5CF5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; + }; + 5D47C0A853FC2404B8461F580EB0E2C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 5A8C3A202368774409CE4F97CB19C5CD /* PBXContainerItemProxy */ = { + 5D5160FAA3257B04D61F21192D5BB597 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; remoteInfo = ReachabilitySwift; }; - 5A8FC5B0452D711090F7E83CA030C8BF /* PBXContainerItemProxy */ = { + 5DADD9A4938E8AE6AE9D3DF25A001797 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; remoteInfo = COSTouchVisualizer; }; - 5ACB4F3FF52B9B4FECB2A838F6069B6B /* PBXContainerItemProxy */ = { + 5E024A6ADBD31B8539277484F10F9E80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 5B234FC5B6782433EC51ADCC849DF82A /* PBXContainerItemProxy */ = { + 5E0F44385F551D828C308E124E3B45DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 5B31478353898851F0E88DBE23295198 /* PBXContainerItemProxy */ = { + 5E8D213CDBD0CB94BF94506C6253DC58 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 5B3712E11E60ECDD2AD24FAD8A0FB93E /* PBXContainerItemProxy */ = { + 5EBE8953EFDDF18806EFB21B0E4541AE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 5B62C5BAC4B297F575262E7058637BA1 /* PBXContainerItemProxy */ = { + 5F1A9EEDB70E3ED13A17B96C2C2355F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 5B9A5DA6BF72BB415244FF9AD6F37188 /* PBXContainerItemProxy */ = { + 5F90AE785566BD0FC209D3B31CA48CAA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; remoteInfo = SnapKit; }; - 5BBC675B6C89B6A4CF23DC684DCDD2B8 /* PBXContainerItemProxy */ = { + 5FEFB30F437755F030CC515CA9BB469A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 5BD02B714FEBB4F3189AF3A9B31A6AFB /* PBXContainerItemProxy */ = { + 6014665A465BE4E5E4E1F0F20B5FC665 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 5BE3DD3CA003688D4D8A5FF35EFE75B8 /* PBXContainerItemProxy */ = { + 601546B6BF68EEF0239F053F14FC0CA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 5BF7B6500519B30194E32B441B40127F /* PBXContainerItemProxy */ = { + 603A21BCD5A1826C8AABD5EB27C20451 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 5C0CAE59894030A24AF6F1C5D4062119 /* PBXContainerItemProxy */ = { + 6070E4D2A7E3949B4CB8536DFAE99CDB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; + remoteInfo = Popovers; }; - 5C3034F4B2E8281EDC9C5E27159A16E2 /* PBXContainerItemProxy */ = { + 6080861F3F8511DDD793EA58E7E86D36 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 5CD63D7E871E7EA8579E3723B84FFF57 /* PBXContainerItemProxy */ = { + 60E7E35813C1CDD2E8CF0D3CB8EF51BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 5D15A074BD38D534FD566D2C923A2BFB /* PBXContainerItemProxy */ = { + 60EAC841EED3486DD383CB4C20128FB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; + remoteInfo = GoogleToolboxForMac; }; - 5D39DCA8E37BCC07EC8930249DEF2EDD /* PBXContainerItemProxy */ = { + 6196EB7830319A440F4B53233C85BFB6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 5D5185D4033B05C4BB6FF7FABFB8AEC7 /* PBXContainerItemProxy */ = { + 623385FC91C629176C8512998A2BA130 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 5D84960320817097E786CFB36C84F0A5 /* PBXContainerItemProxy */ = { + 625354ED8F367782E500B3D7BB2FA613 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 5E5FEA7F0C2D69ACE5199D8412FFD5C5 /* PBXContainerItemProxy */ = { + 625A7DE731D291CC20ED10C18CF76BB2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; + remoteInfo = FirebaseRemoteConfigInterop; }; - 5EB17D8DD26B25CF608F98E4FC57954C /* PBXContainerItemProxy */ = { + 629CAC5C4C572ED9A5C5E46EA88001F4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; remoteInfo = SimpleKeychain; }; - 5F024C452389AF1CAC7667288025A1A7 /* PBXContainerItemProxy */ = { + 62A8E3349D7183F513A35591EC0B7DEB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; - remoteInfo = FirebaseRemoteConfig; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 5F84C1F8C32AEAD8D74C82CFAC2CA7EF /* PBXContainerItemProxy */ = { + 62AA5D8CE3CD2A7C600AACDFD173A075 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 5F923D55E22AA9E6CD1286BC12B354C3 /* PBXContainerItemProxy */ = { + 6317A9532DC6DE605089AB2B1EB976CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 604C38F475DFDB176BB088859CCF924B /* PBXContainerItemProxy */ = { + 6322B697FF34C28D5BA7D4CE9D2FDA8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; - }; - 60B3CE33AAF320B85D0D1BB9D9F28856 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - 60F14729A56729C8498F0BB1D38E563B /* PBXContainerItemProxy */ = { + 63493831F0EBC13F44ABAA8AEED4F424 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 6116E0C3565C0365DE017CE4B7082B71 /* PBXContainerItemProxy */ = { + 635119511761B6D6B2741BA1BD08A758 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; }; - 6123AC1EC742C5BACDD9F5A0B94DA99F /* PBXContainerItemProxy */ = { + 63B73050E106470DD71F7E41A7271945 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 61245E95C443C8579A473D64D8211E69 /* PBXContainerItemProxy */ = { + 63F6F8688F6B3DBCDE49C2A1733CE4BC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 618339E96CE45E0FE6C3C9E51D3BB3FD /* PBXContainerItemProxy */ = { + 641765E8C7F838E6B78E7A00B0374225 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; - remoteInfo = FirebasePerformance; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 618E40C789DB5FD1BBAC62079D823B4A /* PBXContainerItemProxy */ = { + 6443178BDBD566A68D4F547678E0293B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 61A3BA261F3411F895C9B99D97915A81 /* PBXContainerItemProxy */ = { + 64510B0B4568D2C61261A9BABF5C0477 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 61A40311E9789F855917085BDBBB13CD /* PBXContainerItemProxy */ = { + 6453FCA76A5C19AE7621F7BBA1D88576 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 61AE3C9522183AF2B15695BB1A65CFCE /* PBXContainerItemProxy */ = { + 648DB609677D505955A5E58E5570AF76 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 61C835FCD2C7D751B9854D464A4E3C33 /* PBXContainerItemProxy */ = { + 652A89997B62679C32250CCB680ECF0B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - 625AE6520E2232AC7E1F94C23C48F3B4 /* PBXContainerItemProxy */ = { + 65828CB657D9085E8BE6840722F00F01 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; }; - 62894D00A67CC97D8F5E043ECA8D7CEA /* PBXContainerItemProxy */ = { + 65C1FD283342326890021D1792885E34 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; + remoteInfo = FirebaseSessions; }; - 62E81F1BF3FB4FA0C332BC03284BCF23 /* PBXContainerItemProxy */ = { + 65C73BB614B73C1D44108064A8BC77E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; - remoteInfo = FirebaseRemoteConfig; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 6308285D97A56E89AC652CD8B075AAA8 /* PBXContainerItemProxy */ = { + 65CF871A41074A391329828B4F0E7BA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 6316507FAFE4A54AB574AB58F78B2A8D /* PBXContainerItemProxy */ = { + 66015AF9A3A6E03A7EF6EA2C687791FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; + remoteInfo = FirebasePerformance; }; - 631A5FF23F93A8C5A0CB291EE1B7B25B /* PBXContainerItemProxy */ = { + 66531412C1FB1726C1622D1C1854B90E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; remoteInfo = JTCalendar; }; - 6378961ADC2740E280F8D880ADD78A59 /* PBXContainerItemProxy */ = { + 666AEE4BF93462116B8CB2E9A4F20BF6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; remoteInfo = RDHCollectionViewGridLayout; }; - 63C33CB3DDBEE15D76A66CF0BE4A14E2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; - }; - 63C679AEAE57EA2535033D9C5AE9178E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 63C86BEDBCA02FF7B2219E8C1A6FA2EF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 644FA48CFC2B665E930E3B4BAE679216 /* PBXContainerItemProxy */ = { + 6780763DC17E65D99457AF3F337F10BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 64739C0075C4CC5C423C958623960C71 /* PBXContainerItemProxy */ = { + 67E718A4447CE5AF25BD5702C8C58A53 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; remoteInfo = BigInt; }; - 64D66A1C6F76F1E72526DC4585E85E95 /* PBXContainerItemProxy */ = { + 6811630EDF8733CA33B9F394A7D69CC6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 652271D9759C0081655467B95F34B343 /* PBXContainerItemProxy */ = { + 6823E9F5C77BBDFC7B99DB3E4909B493 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 65A0BD3AFB5D8F47023445EB91A91F67 /* PBXContainerItemProxy */ = { + 682C272615035BA697F8C9BAD6EA0240 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 65A5615D750642FD733B43F7655CEEFE /* PBXContainerItemProxy */ = { + 6855C32AE4915CDDE4AD399039317692 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 65CDFE986A20FC2B709A514B6C2B4A2B /* PBXContainerItemProxy */ = { + 685A6C5472B51CA41124EDBCFEF02ED7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 6622C62EB5328E7E74A96BF5DB6E8F70 /* PBXContainerItemProxy */ = { + 686F286A7931DEF6CA6E0A4719B7338D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; remoteInfo = CombineExt; }; - 663F069CCCA3D900E6CE9FD8AA0EA91D /* PBXContainerItemProxy */ = { + 68A9AF74102C19D80E355E014D7FFEEC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; - }; - 6683DE1DFD6E50663D086C4CA626FE52 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; - remoteInfo = Popovers; - }; - 6691C32E42815D465A1196779769E56E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 66DDFC8CAEC7E713E330668C44D07595 /* PBXContainerItemProxy */ = { + 68BFE6E5FDC4B6FFFC51DF6EA93C9873 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 6733E002A9DD23848AD3AB2036D2F6D4 /* PBXContainerItemProxy */ = { + 68E315367107A6D2A8E5DCF69F2DD596 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; remoteInfo = BigInt; }; - 6743468283E372D87B4DC9620B85533A /* PBXContainerItemProxy */ = { + 69DC4D24FCC2EFD300634FEC9048D4CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; remoteInfo = BigInt; }; - 67A10ED6CCA517753926E7B3A5449E89 /* PBXContainerItemProxy */ = { + 6A6F9B83B83D69FE22357F510E0CD520 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 67B5EA4351C56B1A740C72C15EC56DE2 /* PBXContainerItemProxy */ = { + 6A7DBF8FAB93D8C059C55E70030568EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - 67CFB452ACD4ED6E96F4BDE691C02E04 /* PBXContainerItemProxy */ = { + 6A9578994374546FEEF79588D92E2539 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 680BB33D0B3C4E8D217F9C88B578F690 /* PBXContainerItemProxy */ = { + 6A9A15C52D32A773AB2C5B8C7FF3F179 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - 682C55CB150A5158CE839F73FE17F6C5 /* PBXContainerItemProxy */ = { + 6A9CCD5E37BBE27DEB7552E8470DE092 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 686A02EC27F0322B6183369D72BF0751 /* PBXContainerItemProxy */ = { + 6B361373449B4196AA507EFC471EF638 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; remoteInfo = COSTouchVisualizer; }; - 6894CCED4129D5038984E561AD2B96C2 /* PBXContainerItemProxy */ = { + 6B4A74624069D5953BA2D59FB3511F47 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 6913DE29F03587CB3D12AE58C57786AE /* PBXContainerItemProxy */ = { + 6B5715FE701E8510DAD6EA259AA2BD00 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 69A344D91366573754475836407D6021 /* PBXContainerItemProxy */ = { + 6B6FD77B5BB7F2ABA0958C10F625A4A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - 6A19E116A6609BCA2540BB0DC137B1F9 /* PBXContainerItemProxy */ = { + 6B9BF50971BD38A9AB72E9A094100284 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 6AB9415BE9B403706C4D349C21A17B99 /* PBXContainerItemProxy */ = { + 6BC5A513A728ECCB10998910E6C0A650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; - remoteInfo = SDWebImageSwiftUI; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 6AD4D0C8AE7434A5EE36853B9A289F17 /* PBXContainerItemProxy */ = { + 6BDFC6BFF342401F23BCF9B41D188177 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8F68D031908A0059566798048C48F776; - remoteInfo = FirebaseABTesting; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 6AE9DD3C441EE7931D37B2B6A94EE977 /* PBXContainerItemProxy */ = { + 6BE14DFF4751C8044042CE2748DDA61A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 6B137FF16E2FD188475D21B5FE7BE3FB /* PBXContainerItemProxy */ = { + 6BE5BA759624D50E17B77A2E5DDCE289 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 6B22FCF900723246949EDA8A0E1798A8 /* PBXContainerItemProxy */ = { + 6D2C849230EB6AC5FFB644555913F9F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 6B82E5C9E694AECAA4AAF60F66FB358F /* PBXContainerItemProxy */ = { + 6D349265A73784CEE489699231CA7812 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 6B83A687A09B3D86D8A7EC9B946D0F59 /* PBXContainerItemProxy */ = { + 6DCE59BCECF8EAE007BD8F7D17E8BA97 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - 6C051348017F2C42A2645CEC241EDDA2 /* PBXContainerItemProxy */ = { + 6DD1C4325C7C20077204F93D9F46F1EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = B0B23938B1EBCBAD2419AB6E9D222A0B; + remoteInfo = AppsFlyerFramework; }; - 6C1A05599F9FFBCEC11C2E9E4CF403DC /* PBXContainerItemProxy */ = { + 6DDD3C4FD690D27CEF20D8AE9505E86D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 6C773B54374C28067030EF2AA19DDE05 /* PBXContainerItemProxy */ = { + 6DE8E44D52291069C593570DAD2002E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 6CFC25055CCE4CEE915C45CACAAC0E99 /* PBXContainerItemProxy */ = { + 6E28240B7FD0AB651822AF0803925013 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - 6D1F90A900CF4BD5BEF2C1F739D4A556 /* PBXContainerItemProxy */ = { + 6E3B618A1C94907D4D7FAA5919F613D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 6D9B098E6FBF8D116B0D548B95C7F3C2 /* PBXContainerItemProxy */ = { + 6E98FD3C12F36C517AD8B5F268AA6CEB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 6DE9948A1037BDECB35074BD050DE668 /* PBXContainerItemProxy */ = { + 6EAABE666572A5CA3E8283D23F09CECC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; - remoteInfo = FirebaseRemoteConfig; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; + }; + 6EC6442D0B157C3AED802761F1F69E6D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; + remoteInfo = PromisesSwift; }; - 6E2704677FA1926BAC5E368D2FB6FD39 /* PBXContainerItemProxy */ = { + 6EF27D7B4692421D8749A1744A746BB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; remoteInfo = Validator; }; - 6E66E226183806659E1CFBA120B2208E /* PBXContainerItemProxy */ = { + 6EF9E75643E21B2B25E004CFBCDD06E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - 6F18C8D1E9A66DB0D0162A3CAAE7BE7F /* PBXContainerItemProxy */ = { + 6F1120647A29A6FD3D7D27B761968836 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 4523574CD9BAB130771CDA070AE9A1B3; + remoteInfo = "Firebase-360edc41"; }; - 6FA6E3F37C918732A84A02F788D18ABA /* PBXContainerItemProxy */ = { + 6F1A5C0C4C14547CFF6EEBB34C5E1DE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 7027F14D2FE91BD34459D46137089C85 /* PBXContainerItemProxy */ = { + 70288BD1529A773B6B75D244ACD79A12 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 7039BB5A5D11E04A3030E5BDB890B012 /* PBXContainerItemProxy */ = { + 70354732BAFAF12134824B86A15DFDF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 7076EDAF3A5BD22EEA25036E1D8B038A /* PBXContainerItemProxy */ = { + 7063E343FF2F2DF8291AAFC100C96FB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 707C464AF977ECC3F9C9A2C2E5A7DD21 /* PBXContainerItemProxy */ = { + 70EB4429C8C2D661024ECF50936AB936 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; remoteInfo = Differ; }; - 7122B17BDB6FA1A4F7275CE33016BE90 /* PBXContainerItemProxy */ = { + 70EB91B3DDFEDB342F7A3B00084E9B87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 71AF44412D31E69C252E9E4F4DCD9511 /* PBXContainerItemProxy */ = { + 71222ABB80229D4E820DD835EEB966E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 71D6320189CBE754B7C9E83AC070E7DF /* PBXContainerItemProxy */ = { + 714161A054DF2900F80A1A303271B848 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; - }; - 71F8AF9D51AE3D9394362196D287F79A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 71FDE47FB141D501E859426FA91BC7BF /* PBXContainerItemProxy */ = { + 7150312CF735AB1F6B1028052DD056D8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 7219870BBEF23216C7E9BD101E3BDE90 /* PBXContainerItemProxy */ = { + 7156A85D571B87E2568D3AE42C06DA51 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 72449F937DF51256A5F1031E3ECC1266 /* PBXContainerItemProxy */ = { + 715C33BF891A37C5CB83119A126D64B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 7268DC1338BC33E106CA6DDCAB210809 /* PBXContainerItemProxy */ = { + 71993DBCCBD5A429C7DF7D87B59D15D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; - remoteInfo = SDWebImageSwiftUI; + remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; + remoteInfo = FirebaseRemoteConfigInterop; }; - 72794B88C244B83AE50FDCA1E45A5C50 /* PBXContainerItemProxy */ = { + 724BA08816A461C63218C2AAA250FD0B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 732661638FDE0CCFE44DF4E40C2C69BA /* PBXContainerItemProxy */ = { + 7256CC08A41A53A46BED0AFF66BE8397 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; - remoteInfo = GoogleToolboxForMac; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 73674D2B47DA6A6384CD97CE28B52605 /* PBXContainerItemProxy */ = { + 725FB34FD8828E366BEF810157158720 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 73ACDB2ED92F915833573A352EE5C72D /* PBXContainerItemProxy */ = { + 72A00967CE69ED8E00014454ACB556EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 73C488B9807E606E454E966184B58B4B /* PBXContainerItemProxy */ = { + 72B553B9B38FFE58CF222090A8A90EDB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; remoteInfo = SimpleKeychain; }; - 73DBC6650E1E33DC1D14D210826CF1A4 /* PBXContainerItemProxy */ = { + 72BAB6228AECB4C2525F7E7C7141E54A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 73E4FE76879653B50D3856CB24CE948C /* PBXContainerItemProxy */ = { + 72C3767F0733995014791FDC00149EC9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 73E679A6C57C7870CC8B55F38CC37A73 /* PBXContainerItemProxy */ = { + 73183DE548F7D22FAEA3395603C1AEFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 74445BADF180F08B45AD722FD6D06AE3 /* PBXContainerItemProxy */ = { + 7389115BDE280D83184F4DE9E298F4CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 749FC88AA7ED00724562B07DF8B577A8 /* PBXContainerItemProxy */ = { + 73C326DEA4EACC60347DF76EF640E699 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 74D929C2A1876774923D3518EA5BA1F4 /* PBXContainerItemProxy */ = { + 74401D5E8E7D5499F1914A38FB71C975 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; - remoteInfo = PromisesSwift; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 74D93642D09E9C6FE9F0FC44E46D38B2 /* PBXContainerItemProxy */ = { + 748B81CF1C222C03D3E35D90DE8333FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 74FDF0386D2DE36E4DDFDF78A9E17373 /* PBXContainerItemProxy */ = { + 74D19813E8236960FA391D5F8F9F11F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; - remoteInfo = Abacus; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 751DA03141CB2D8B52F7B98CA8E7AC2A /* PBXContainerItemProxy */ = { + 74DE4E4B3B4B6633A0B4CE0B36C1A849 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; - remoteInfo = FirebaseMessaging; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 754E5874403B13BE649D63162D8F6811 /* PBXContainerItemProxy */ = { + 74E2CDAF519874DEC85AAC1F9F23051D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 7589AD9036759E61A6D298A6C260C655 /* PBXContainerItemProxy */ = { + 7502EB2842FE4967702918A2DADAB9B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; + remoteInfo = FirebaseCoreExtension; }; - 75BCC00CCC05788B36A484FCD82782DA /* PBXContainerItemProxy */ = { + 752A71DB608BFE7C2DEC6D313FAD3B66 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 75EDC58BCAE613D06F056153D224C617 /* PBXContainerItemProxy */ = { + 754B6787C2A9567CCB01CD4DAFBC08FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 75EEA231D7AAB2EE562BE4932046620B /* PBXContainerItemProxy */ = { + 754BD554C6FC0FEC8624815CA84B75A5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 75F0864BE251F56A2539C067A751CBD9 /* PBXContainerItemProxy */ = { + 756ED784C0C55DF348396DC181996817 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - 75F0DB93BDF421F2D50C1FF83A8492D7 /* PBXContainerItemProxy */ = { + 75C46C51DBA038A7BC63853417A7A408 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 7600D4B5FDDF0F00345A346539788207 /* PBXContainerItemProxy */ = { + 75C9DEFDE6CFF62E455693B3A85C348B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 764CEE17323EA8F5517702132C1B843A /* PBXContainerItemProxy */ = { + 76BA407890DC1560D2F0086D6C196457 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 76511C011F84050B06EF233900020AF7 /* PBXContainerItemProxy */ = { + 76CB3BD0B28DE121431F31CA1083FC43 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 7660BE9D8C43BD68206655D5F40C31FE /* PBXContainerItemProxy */ = { + 76CC78C7CD6330B591E03301BDF4C31B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 766E131A80B9535440C11012699ED737 /* PBXContainerItemProxy */ = { + 76E96E0B3012D5C3233529FC5E71541F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 76EAA4949FA767C2F5F23B1C972B32D2 /* PBXContainerItemProxy */ = { + 7704112C1FFD71974788B3A7823C29E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 76FCA4D6B4CDAFAF2AE1862174F444C8 /* PBXContainerItemProxy */ = { + 77118E24958D4EF06D60DEE9944FD5C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; + remoteInfo = FirebaseRemoteConfig; }; - 774F827000FA00325C602C460D0A64C0 /* PBXContainerItemProxy */ = { + 772673D57CA2758BBD24CB40B9C3DB94 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 776AE7B5685D739F452BD8369D41CDAF /* PBXContainerItemProxy */ = { + 776AD4A8D54EADCAE28EC721985BB21C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; }; - 77B33A4BE4018C3C6A9F50BFC3F56163 /* PBXContainerItemProxy */ = { + 77E276E72D54B0C861A2591A7AD1D238 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 77F2370707E6E023F9BE3FB943C9165E /* PBXContainerItemProxy */ = { + 77FEDD402226BBC0681F464BD7D6EB54 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 78BE6E28B21F664FBDD495EED2E3511A /* PBXContainerItemProxy */ = { + 780531521BAFE230712354C32551EA19 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; + remoteInfo = FirebaseSessions; }; - 78D62E11E5FDEB23340706E8EF117467 /* PBXContainerItemProxy */ = { + 786F7F918E05ACF3F1053AB5F6877A1C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 78E3639B1072BDC3EFB95C23A12CE39C /* PBXContainerItemProxy */ = { + 787E89342C08883721DA12CDA8A8E214 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 78F919748331C00E3BB8E8DFA5C32B33 /* PBXContainerItemProxy */ = { + 78B8D484A2B89EE63DBDCD945D94E35A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 78FD0C9A62CE12FD23CE54FB42D73B3C /* PBXContainerItemProxy */ = { + 78D9F52795D084E64440D7A7A9AE0358 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 7906B6589E271F57B7B1DD5EE74B4C8F /* PBXContainerItemProxy */ = { + 78EB339FD1CA09A76841C729E683D4BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - 790D6CABECC7B27B1C9D99D1BBBEC30D /* PBXContainerItemProxy */ = { + 791F217327ACC41A2537727E66126371 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - 795C2F5BD26CEBD936E19DAF40F03A09 /* PBXContainerItemProxy */ = { + 79853656DDF24FB512705F94D64CA491 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; - remoteInfo = FirebaseCoreExtension; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 796D1E0B5347DC2399802C489E413BFD /* PBXContainerItemProxy */ = { + 79BF7081FD85CA29DBF4B0C11E67C368 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 79B8A2829B4CAC054EAE02121B51F1E7 /* PBXContainerItemProxy */ = { + 79C0310D6BA82AFB2DDD458DE17CB8F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 79DE46267F64EAE7E48175910B4E74E1 /* PBXContainerItemProxy */ = { + 7A82CCD8725DD575698284C25D8181B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 7A1D7313645F17606787FAB4E0F9930D /* PBXContainerItemProxy */ = { + 7AB11EF0025B5EE1ADC0AE964B4F37FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; + remoteInfo = Popovers; }; - 7A47B6A054B38C9999DD70F7125DF361 /* PBXContainerItemProxy */ = { + 7B13E4645B01797C778B392E42DE3718 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 7ACDFC8AFC6F0FBE839E2AA9D0D24E25 /* PBXContainerItemProxy */ = { + 7B38DD87ACB82DF4652164BB468F8DC1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DD0D41A9315A48004E57F4F0E54095F1; - remoteInfo = "GoogleDataTransport-GoogleDataTransport_Privacy"; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - 7ADE1F976EC2782FCE2A4EFF88CED324 /* PBXContainerItemProxy */ = { + 7B739E276FBA69FC0FF45FAC75A4D2E8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 7AE67B929F5F2E1A63F04708B9E965C6 /* PBXContainerItemProxy */ = { + 7B7B76D7D93ED566430C6BF24B8A735F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 7AEAC35B8A4F0FF076729429EDF1AF81 /* PBXContainerItemProxy */ = { + 7B85023C3344D0D0ED275CA9CCBD7C4C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 7B125713B4256E36FAB367CC42CE991A /* PBXContainerItemProxy */ = { + 7BB9CF26E8647137FDA6FBE4BDB2AB89 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 7B8B6AF0A7CFA23F0E1166C1FF4EA946 /* PBXContainerItemProxy */ = { + 7BD82C5ABEC75F870DA30E5AF6E44BBF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; remoteInfo = FirebaseSharedSwift; }; - 7C11C3F33975F847851EFF8A9C8A36BE /* PBXContainerItemProxy */ = { + 7C42D772CECCD42EB3BBFD14D89841B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 7C7F2162AE5BBEA3B6B7A42414053FAA /* PBXContainerItemProxy */ = { + 7C46A8F99B88661C524EBCB3BFC42AC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; + remoteInfo = SDWebImageSwiftUI; }; - 7CA532B91A6A6001C064348632911574 /* PBXContainerItemProxy */ = { + 7C6E9D61B85B4FE18B2EF9B85C913309 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; remoteInfo = "libPhoneNumber-iOS"; }; - 7D21918EC7800BC148B6BAB8A84EAF36 /* PBXContainerItemProxy */ = { + 7C701F52C9AEBF09E78188B31BB6BF30 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 7D3D4B7AC8D5AAB9380383013E5C3E88 /* PBXContainerItemProxy */ = { + 7C86C3091AFB1F14FCFB810A17028B52 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 7D825894BFAB9107DF4DFD9F1FF8394D /* PBXContainerItemProxy */ = { + 7CC19B88512DB46BA4CBEA193D4009C4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = B5C45F0BF79D5D87C6C791F345189310; + remoteInfo = "SDWebImageSwiftUI-SDWebImageSwiftUI"; }; - 7DD83B10E6437E9FB902045150241F19 /* PBXContainerItemProxy */ = { + 7CC1BFE581D0F0D148529A00F04F722B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 7DDF5BA32C463E6E62F6CDCF49E53E54 /* PBXContainerItemProxy */ = { + 7CC46E8110B58AAD16457D2EA4D6B9CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 7E3FA033ACEB9CCC3B8E8CDDC1DFBE4B /* PBXContainerItemProxy */ = { + 7CEA890958E393C1CD46F0BFA62B3A70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 7EA067D4C37B3A71023F49271E2823EB /* PBXContainerItemProxy */ = { + 7CF9B734BC3FDFBC72D7F645D11DAD4F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 7EAE24C1C45B0021B3571CA5758891B1 /* PBXContainerItemProxy */ = { + 7D26B0F6F2400FF616B2E9DECE12B08B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 7F450F19467C24C48B7247EB7BA5786E /* PBXContainerItemProxy */ = { + 7D4602033975422686DAB16D5F53620F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; - remoteInfo = FirebaseSessions; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 7F62F8290C92B8A0A8530979F04DDA4C /* PBXContainerItemProxy */ = { + 7D6C7C81B883E673D0F51B0AB7556305 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 7FE03AFE3282FC4133729C627C0FE044 /* PBXContainerItemProxy */ = { + 7DB7C178C0466359CC547B24C9458E43 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 800477DB2DC4D4D85240B4091F4ED473 /* PBXContainerItemProxy */ = { + 7E89CA229B4E91C81E54F00AE3378C3C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 8015715B22F108B13B32A2A4114CAA2E /* PBXContainerItemProxy */ = { + 7F4288407EE268C87051701017870386 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 816B36FA24248FB20D2C3780DD6E35AB /* PBXContainerItemProxy */ = { + 7FA06719051787593D817DFAC790BB89 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 81A5EC6FDE9245B1BA2AFE6DA65FA20E /* PBXContainerItemProxy */ = { + 80591C699BCA043669B23D2EEE8A1018 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 81D101A8CE22C649F9BF505A201B7890 /* PBXContainerItemProxy */ = { + 80DF81A57E1DBA4F70EA4FB62BA24819 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 827EF7D53B5C1F4E19C605E58D65B6E6 /* PBXContainerItemProxy */ = { + 8189F38FFFF3D80A2E952BE8F3A892B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 82C4F3F97EDA7ECC776CDC396EE2E7FA /* PBXContainerItemProxy */ = { + 818D948FD02F3C38AACC5FE93C0E8126 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 8A8DB685241263AFDF5E6B20FE67B93A; + remoteInfo = "SnapKit-SnapKit_Privacy"; }; - 834D3361126808BC1E7EC9E034FC8123 /* PBXContainerItemProxy */ = { + 820AB503A83E60ABC34C39B5933783D7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 83E23D548F72CAA487079640B6CAC0CC /* PBXContainerItemProxy */ = { + 82313AA5CE9117BD17F8C348EA7376EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 84184BADA3D61C595FBD81CB0B1F328D /* PBXContainerItemProxy */ = { + 8238C055425A04EFCCB44F2BA3FE29BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; - remoteInfo = FirebaseRemoteConfig; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 8426553389C1111F121FA28023B2CC74 /* PBXContainerItemProxy */ = { + 824869CDE554B7C484CC82A2BBB3E522 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 8430153C95EAEC8E92D85A8075B3E8FA /* PBXContainerItemProxy */ = { + 8256427AEBD68D9474D734F3A11F93F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 84FE07516A847EA66381B0D259BDB226 /* PBXContainerItemProxy */ = { + 82768803B71BD8AF71F7C2D300A93C7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 855CD3272EE74028799EE31A11B789CB /* PBXContainerItemProxy */ = { + 82AA48C9C5C370FF35C4F19802975226 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - 85664483D97E17E494F92F5677153AE1 /* PBXContainerItemProxy */ = { + 82B26B139A64A5BFB5B301E31E50F07D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 85CEC3D504CE26572AC24AB6C4055EC3 /* PBXContainerItemProxy */ = { + 82BA76F3BC8915B14660ABDF296B1B0D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; - remoteInfo = FirebaseCoreExtension; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 85D7D436F0E15460E212BF9C898EF397 /* PBXContainerItemProxy */ = { + 82EF9F12945D4937057DBD99BC01B242 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 85F3760CFA9A7CEF77966DBC6DEBC0F1 /* PBXContainerItemProxy */ = { + 82EFAEB4FADC133F2A9587B1D3676ED0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 861B96612917B5CBF14144ADA9C0E883 /* PBXContainerItemProxy */ = { + 82F4CED5D75D1872137BE6603B678763 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 863C3D6823E4AAF8A38FCF48A52D4704 /* PBXContainerItemProxy */ = { + 835FC59563A03284F4D4B46F9AF6CC60 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 86625E75BA8852C2EAA7F72BA8F145C3 /* PBXContainerItemProxy */ = { + 8391F73DD81D8A1394D0C712366D2B53 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 86B8F5A83F27F406AA4D0BD35F2BB4BF /* PBXContainerItemProxy */ = { + 83C8BA0450C1578EC0A8F52714AB68A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 86BD336448D4817DE4ACC847B8679B0A /* PBXContainerItemProxy */ = { + 83D38FEDE55EB34617D1B0CAF6226350 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; + remoteInfo = SDWebImageSwiftUI; }; - 86DEE74520EC8AFDF52AFDA87847E6DB /* PBXContainerItemProxy */ = { + 83FCEEFF38B37DE3ABFDFBE9361C2514 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; + remoteInfo = FirebaseCoreExtension; }; - 878BC0A0DEFD231847E12BAB1E31F7C9 /* PBXContainerItemProxy */ = { + 8410B8B40A6E32963298E9A2E4CA0C9F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; remoteInfo = SimpleKeychain; }; - 88AD17F6EB67B3923244A11A436B1816 /* PBXContainerItemProxy */ = { + 841AD809B8F5AC8A9500233F48C62BC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 88FB9F3624530339D51EF4D5AD6051AC /* PBXContainerItemProxy */ = { + 842D0C02A6E96F9349E84717176DC440 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - 892B302FBE1F0A23527951580281854E /* PBXContainerItemProxy */ = { + 846AA23300FD065878414E296BDD5FD9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 89335A2CE17D0F2F361287F30CB550A8 /* PBXContainerItemProxy */ = { + 8492132C7970EF51F6BE62C17B1ABCBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 893D0A4A19E3DADF9E0DA3C5CE518F01 /* PBXContainerItemProxy */ = { + 84DD43622655EF15546FA637EF6BA4ED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 89C77E9ED57BD6B4F7EBC4A48A2BDD54 /* PBXContainerItemProxy */ = { + 84E3374C855731ABBA53129890F9A940 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 8A84C27234A8EC6FA195AE4BFFA44B6E /* PBXContainerItemProxy */ = { + 8504BA4714D408863927E8A332E62D1B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 8ACAF6B06139394F587B5AAB562C162B /* PBXContainerItemProxy */ = { + 85109AB6F30FFBC9C336A165BB57B0B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 8B0386E00BCA57070DB67F35432CFCC8 /* PBXContainerItemProxy */ = { + 8549A26A8F513345493B955BF74936A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F701F16821D7AA8B115646DA013C13EE; - remoteInfo = "Firebase-2149e159"; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 8B1FC1C09413BDC44248B297E34FACC7 /* PBXContainerItemProxy */ = { + 8590DE25E676822D2053F24F1C470D9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 8B4EC354BCAD4D2052E5E84AA97391A6 /* PBXContainerItemProxy */ = { + 85E6E52FC5D34D6AEC055924013A2D5F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 8B7F4E017AE02145AA7D5AB800033B95 /* PBXContainerItemProxy */ = { + 86A23D6A79FD246341064D438A67E3C4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 8BF7C7438076142605E9BFD13E8B70B4 /* PBXContainerItemProxy */ = { + 86A88CCE388913BFA7ED5AA7802308D4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; - remoteInfo = FirebaseRemoteConfig; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - 8C3F011A11464C4DBC182ED49826C564 /* PBXContainerItemProxy */ = { + 86CE89F879BDF1B25DEACA9EC69E9DF4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 8F68D031908A0059566798048C48F776; + remoteInfo = FirebaseABTesting; }; - 8CA48BDB0A12840015C04CE39C9A8CB2 /* PBXContainerItemProxy */ = { + 8757207EFE7D3C55D35CAE43E9788149 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = B783C6FA652FC4195003054549B87961; + remoteInfo = "Amplitude-iOS"; }; - 8CAD025BEDFFA069DE714B985B16F514 /* PBXContainerItemProxy */ = { + 875D98D23653B978D22AE6234F583372 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 8CD088555BAF7351FCE82011A36DBA02 /* PBXContainerItemProxy */ = { + 8789CE34CEA7AB1C3334E5BE81BA4E70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 8D11A563066DC3F02A6E324611CC78FB /* PBXContainerItemProxy */ = { + 87997A8AD8A50A381531B1A12EAD3A4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 8D45D83D228B2C4C673F8E93C92522A0 /* PBXContainerItemProxy */ = { + 8832437756DA1D433A487CBC4BC827E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 8D786104918E639BE28D052D671D71AD /* PBXContainerItemProxy */ = { + 8843AB9DDE5F008807576423ECA9D149 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 8D8BB37C42996BB5F4DDCAF67F04A68A /* PBXContainerItemProxy */ = { + 885CEB65BA6A4844DFD7512C05AE2F7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; + remoteInfo = FirebaseRemoteConfig; }; - 8DA69C2C3BEFC9EDCE8EB00875B26007 /* PBXContainerItemProxy */ = { + 88BDBA4059A7EA9316010A957D93AA70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 8DC464B7EBA1730E353833494D9C590B /* PBXContainerItemProxy */ = { + 88FDF5B63B42D78353A2059BFDE3015C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 8E2BD8529872E8A636E4EB659159CAB5 /* PBXContainerItemProxy */ = { + 890A0884F0887055E7B8C969152F34B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 8E4AF9EC6907BA36CE5C6AF0FA5F14AF /* PBXContainerItemProxy */ = { + 89AC7EF155F1775879E6AC0A4F4D46C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; remoteInfo = Validator; }; - 8E4F63BF4DBE6AD32A3C75BF61A20BAE /* PBXContainerItemProxy */ = { + 89BD3319035D213EA77DC605CE52B47B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1001C16510D946B47CFF8B19DBC0B787; - remoteInfo = "FirebaseCore-FirebaseCore_Privacy"; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 8E5473E77E2784E4546B668AD5099134 /* PBXContainerItemProxy */ = { + 8AB0782FD94C35DF20FBEB1B68EBB6B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 8E60C8B1B9A0D36219B8A85B25D66817 /* PBXContainerItemProxy */ = { + 8AC82E28284A672CA36B61A1735AD610 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B5C45F0BF79D5D87C6C791F345189310; - remoteInfo = "SDWebImageSwiftUI-SDWebImageSwiftUI"; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 8E824C119FF5712A48076E0484774779 /* PBXContainerItemProxy */ = { + 8AEFBF838D3566073E54BE2741D67670 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - 8EA325FE65CAEAA9FE91850A6A431BA2 /* PBXContainerItemProxy */ = { + 8AF173F3566747464AEEFCDFCBF2F355 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 4523574CD9BAB130771CDA070AE9A1B3; + remoteInfo = "Firebase-360edc41"; }; - 8EFB85477408921545435A783293CDF7 /* PBXContainerItemProxy */ = { + 8BD3D2E8CA34D8A7D4E22ED19359D1D8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; remoteInfo = Validator; }; - 8F28822E265275A8333328A844E48CE9 /* PBXContainerItemProxy */ = { + 8BD6DDDB1572781DB8EAE8332223DFCC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 8F34DF6BEF298DBEA4A5DC16DC4BD15D /* PBXContainerItemProxy */ = { + 8BDC43BF3BB991F6FA1461B1B567ADCC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 8F3CEA9E00C4CAB1F3A56C3995B10307 /* PBXContainerItemProxy */ = { + 8BF3DF9AB1DA2BEE473A7D33AFD4993B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 8FD642A4D5C80EFD25D40A0D9E176E71 /* PBXContainerItemProxy */ = { + 8C333B2BEC00C2E0486BE169B5D3E9B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 8FD9F804C6E9035E9F3DE28241A469A0 /* PBXContainerItemProxy */ = { + 8C966B30FB68909B8D9BE3E5D90067B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - 8FE1863026FFA26AB93B6766C2321B07 /* PBXContainerItemProxy */ = { + 8C9D6752C4378792A16346E743837298 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 8FFA3693316CB30A06C14E8F1E610E2D /* PBXContainerItemProxy */ = { + 8CE5970C958C4C741C7765E10A79B2BD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; + remoteInfo = FirebaseRemoteConfigInterop; }; - 902B86075D0461AAC7229898E302CAAA /* PBXContainerItemProxy */ = { + 8D985B6E4BE9BB776D8925F71FCF3BF4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 90492E7A403AA716A64BAF628B4234B9 /* PBXContainerItemProxy */ = { + 8DFF9CD09A5D8A13381055257D3369FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; - remoteInfo = FirebaseSessions; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 90A9F8676A062199840C518F6A0F64A3 /* PBXContainerItemProxy */ = { + 8E4936646E99BD13C72A68F9B1C0E229 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 90BFA180C0891956BD622DC7BA341F78 /* PBXContainerItemProxy */ = { + 8EAA93117BFDE6437C9D877F2A0E3868 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 915218B9980D77D345DA180409275F33 /* PBXContainerItemProxy */ = { + 8F01EEF10DF5D26C1CD0F2FEEC541828 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 9172DB271815CA9ADA8F547A438A95AB /* PBXContainerItemProxy */ = { + 8F0E709FA933B27A46A7F1F3BAAE0923 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 91736F7FED8C2C0247DEC8EDAB43A8E8 /* PBXContainerItemProxy */ = { + 9018F422059493374C1F64ADBEB7196A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 91A4286A8A827AC1C27BA2E6A507C63F /* PBXContainerItemProxy */ = { + 9053A622D14848E61B8DC054AF1093E3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - 91CC4F147EABE32D7F5E16B2B4A461EB /* PBXContainerItemProxy */ = { + 90DA56B12B52310835F38E922B5B7D6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - 91F42E578694D9438B9093DA56D4735C /* PBXContainerItemProxy */ = { + 91118BF869D57D20504EFC37FAFCE1D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 920A2684BF8AE85E602960BBCC3EBC64 /* PBXContainerItemProxy */ = { + 912DDDDDF982BE5FDB195C8E3DF5FA3C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - 927CE812AF166193F3029D35BD8DC567 /* PBXContainerItemProxy */ = { + 9143962CCD2336DFEBAF029989F4C6C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - 92C019109C76D974DA6DEBCAF72D4F09 /* PBXContainerItemProxy */ = { + 91872250FB101952CDE35D4D553CAB07 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 9318283CC52375B77CCAAB9A4431C57D /* PBXContainerItemProxy */ = { + 9187ACD976A9226CB27B6FD17AA487F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - 935087DBC3D48F3DB2643C9BAD720D53 /* PBXContainerItemProxy */ = { + 91A1129D10AE9CB7ACF93E166724F317 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 9358A35FB268CA69DAB4068160B22D74 /* PBXContainerItemProxy */ = { + 91AE38065EC61DC8010DB96CC55B9C3E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 93980897580111CEA8120ACB1230053E /* PBXContainerItemProxy */ = { + 91FA2BC81F49D06983B1D6362168B45B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 93F3A452AC2F0B9BE5C601307CE7FCA4 /* PBXContainerItemProxy */ = { + 9276FF27DC113486FD0BDFECEEC4BD72 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 940CE9CFAD30E16DDD959C6D704DFC8A /* PBXContainerItemProxy */ = { + 92801911668BAA41C00171096173B874 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 276021C4482165D46E0CBBEFB822FE95; - remoteInfo = "CocoaLumberjack-CocoaLumberjackPrivacy"; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 940EF9F3BB2296C12517B3D220CB9029 /* PBXContainerItemProxy */ = { + 929CCD1B66742D03F2F8202E7F7C454C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 944EB2C9BBE16575F8DAF1BBFA510087 /* PBXContainerItemProxy */ = { + 92ECE2B66BAF81645EF5A2E4FACA9707 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 94882BF0A759B218D0FED9A9061A584D /* PBXContainerItemProxy */ = { + 9348901A663EBA14DF2086A468DFDEDA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; }; - 94ABCD530E8AD422D3C46095E4397663 /* PBXContainerItemProxy */ = { + 936D036A00FF5E40EAC6AE268BACC876 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; + remoteInfo = FirebaseSharedSwift; }; - 94E950805DB1D879E7878252991B86FC /* PBXContainerItemProxy */ = { + 93D21B702223E13E74189FDFABDFB500 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - 94FF9172FAF9B550434AB2A31062B09C /* PBXContainerItemProxy */ = { + 940976742FE2195BC5FBA47D47937359 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - 9599BAFEAFBE1A7884521A478CF3DF7E /* PBXContainerItemProxy */ = { + 9431031BA8E1415C3F0E369E75A223F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 961C14089F329572913DE357A8930FE8 /* PBXContainerItemProxy */ = { + 946B8770DF028C85E738DF854477885E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; - remoteInfo = FirebaseCoreExtension; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - 96C2177088792DDF18D65C46BE0FC17B /* PBXContainerItemProxy */ = { + 9470579C6335F6DF7CE3753155C2753F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 96C6837E608A2BD20D9E646856CF1468 /* PBXContainerItemProxy */ = { + 949D8027C3EE5ACBA8D6142E9CD9C017 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 96CCB3FE5986B73B0C0A928A097FFDF7 /* PBXContainerItemProxy */ = { + 94BED3F1E62BB1E510F7E8026E7B8238 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; remoteInfo = HMSegmentedControl; }; - 977374EF8F6F7233A7D2D08D1297561A /* PBXContainerItemProxy */ = { + 94C7C1F82C3422DF7DF8A17CE6B4837D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 986905777786464B2910B754B4370511 /* PBXContainerItemProxy */ = { + 952B51C7567B6AC405A38410C309A532 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; + remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; + remoteInfo = FirebaseSharedSwift; }; - 9892047BEC23E424EA45360FD4674B37 /* PBXContainerItemProxy */ = { + 9640D5B3BE6B5E5F9A24F2C5963DD245 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 98B0966FDCB411EB12185D795C9B8104 /* PBXContainerItemProxy */ = { + 96E603069641AC50BA175EAA33DDBE0C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - 98E8B336F884B8D1FD4DDD5F3C9B8393 /* PBXContainerItemProxy */ = { + 96F4D7A15E415C9692E71CC794884668 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; remoteInfo = BigInt; }; - 99605C295C153C7C3AF0C2C5BF9240D8 /* PBXContainerItemProxy */ = { + 96F956EC8EEAF7ABAB2BA34445DB7DBC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; + remoteInfo = FirebaseRemoteConfigInterop; }; - 9A51FEF9DF99C88979FE4C5DA6BD7575 /* PBXContainerItemProxy */ = { + 9734A7A4A79F4EBE15A57E65B405A65B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 9A9C0401AC213B074CD72DA426E85840 /* PBXContainerItemProxy */ = { + 973A7D031F33997C367972BEB972D1DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 9B492F2F719F17D0826D2831FB2337EC /* PBXContainerItemProxy */ = { + 975BABE5F41390CBD2B5ABB9E7A2319C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - 9BDACB4056558284D7907DD43B41BE07 /* PBXContainerItemProxy */ = { + 9774D4ED7B4110D286B93210355A67E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - 9BDF086F7B583219D36695CC0431A966 /* PBXContainerItemProxy */ = { + 977A2109696071C1C99B42965BDBA354 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - 9C2241E1B063B7D70024AB0244EFFFAD /* PBXContainerItemProxy */ = { + 97C04E8CA211135BF8C605E0CEE5916F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; + remoteInfo = FirebasePerformance; }; - 9C7C3E5BD7D112F54CC4B67EB5216061 /* PBXContainerItemProxy */ = { + 985DC713B141DAD513943858D8AD427B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - 9C8B74DB2FB22D8E88BE7B9FF2AF6663 /* PBXContainerItemProxy */ = { + 98E40C0EDD5E1DEB73156C9859ABDF88 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - 9CFB7A2869551203F090986B4ABB87F3 /* PBXContainerItemProxy */ = { + 9970ECBE77924F4EEC7CBB65F9091B24 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; remoteInfo = Atributika; }; - 9D0B08AB1EEB59B56F4A5ED747DF7558 /* PBXContainerItemProxy */ = { + 9A627D803B2FA1048E0B61681154BB86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 9D1F3C321C55C210AD7CA4C7250D5658 /* PBXContainerItemProxy */ = { + 9A7A98DD4C1E69EE7185E2ABEFDBF27C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - 9D513088786B707293A186055048C132 /* PBXContainerItemProxy */ = { + 9AEED47E8875DB184AC15643C51D3DEB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - 9D6BF4A0E20DB3522B82280982AEEBC1 /* PBXContainerItemProxy */ = { + 9B3717661794B79752AAFD064AB77EA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 230F5EE18ECBB227C09ED2C571AFA319; - remoteInfo = "PromisesSwift-Promises_Privacy"; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - 9DBDAC62AA3FFE509E549C98743B831C /* PBXContainerItemProxy */ = { + 9B7CD575FD03E779081326C5ED6E780F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 9DC94D0D0E2514D0511CDA6BD81031CC /* PBXContainerItemProxy */ = { + 9BB9AA636B827AC1BA8A0417912F6188 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - 9E1580F0ABCA69D1B1FAB433D9AFD53E /* PBXContainerItemProxy */ = { + 9C0F202B1C008935E55222EA0F66CEA9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 9E434B5C10B0E53E67C34B17A71E36F6 /* PBXContainerItemProxy */ = { + 9C6A9A10E888B27CA6B781F783435F2A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - 9E4E8E4426848532A980B7FD3690E6D9 /* PBXContainerItemProxy */ = { + 9D2B0BF961018DF02251975A0C5EECBF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - 9E795E35D13E7930DB1349BB8131CBDF /* PBXContainerItemProxy */ = { + 9D40FEFB54B4AABA22C8A3E399B2AED4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - 9F5F30962C957CDF74C349B39B54D5BE /* PBXContainerItemProxy */ = { + 9D854B79E4E32669C68CF0F9B7B1ECF1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - 9F7D5D25DC6A45E25BB4D79771BC7931 /* PBXContainerItemProxy */ = { + 9DC92DBA502B0F01ADE14DEF36149CCA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; - remoteInfo = Popovers; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - 9F85C89FF91841C16A4DF7E51734DCA0 /* PBXContainerItemProxy */ = { + 9E43A473E70C16616764BD6C553371AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 1BFBEDBF7E03729D43C96530EE190825; + remoteInfo = "PromisesObjC-FBLPromises_Privacy"; }; - A0264339C16DB270C45AC5645D7C9F6C /* PBXContainerItemProxy */ = { + 9E7B78172F4606461AB73DF240E5D706 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - A028D7FC9607D58F185AD5132D74A10F /* PBXContainerItemProxy */ = { + 9ECD282114F054D7FD83238D1A13EB9F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = B783C6FA652FC4195003054549B87961; + remoteInfo = "Amplitude-iOS"; }; - A06DE867293F126E72086CFF323FD20E /* PBXContainerItemProxy */ = { + 9ED1AA218D8DF7291336A02AD8F9B23D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; - remoteInfo = FirebaseSessions; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - A0A2037AE2C88D0B705FCF6B49270169 /* PBXContainerItemProxy */ = { + 9F0A29A0B09203DD3F858A8C1E1929B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - A0A7FC042E7E7B4D47ACF7777FDE07A6 /* PBXContainerItemProxy */ = { + 9F7F274102B28C051C5E9DEB20E1C7EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; - remoteInfo = FirebaseSessions; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - A0BE00837FB5FBBB170B6CA06A16026F /* PBXContainerItemProxy */ = { + 9FC987E51504338DA0D20553B6C66FF8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - A0C0FECDCE0BEA6D24EC707EE9504378 /* PBXContainerItemProxy */ = { + 9FD55C63352FF2B7CC871FA9A881D75F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - A15A90A0F3E5A88281D7023F9A488536 /* PBXContainerItemProxy */ = { + A0030A7F8685EA01FD4F772C84C0E163 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; remoteInfo = CocoaLumberjack; }; - A17A240EC654284E38EBCEE1EEC8684C /* PBXContainerItemProxy */ = { + A08467FDC61261E83A3AD60525525EA9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; + remoteInfo = GoogleToolboxForMac; }; - A1BB9E051FB718BEF8333CD49DA17628 /* PBXContainerItemProxy */ = { + A087B4FE3B918B619CF5CC33A0D80E64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - A1BFF922D925169D8C3FE2354C7D81CB /* PBXContainerItemProxy */ = { + A105B9851AF9F866A326DB625057283E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; - remoteInfo = FirebaseRemoteConfigInterop; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - A20DF4E07918C286AA6F5A5ACA91D9B1 /* PBXContainerItemProxy */ = { + A108CBC81295868FB34CDC95E417AFEF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - A217EBA51D2C49A622346D0C31F26D2E /* PBXContainerItemProxy */ = { + A1097B30CADE3A37D576C7393AE1EF03 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; - }; - A22A9F9D7E6B99D315E4A0FC80991D74 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; - }; - A22B5911804AB3F1F2848C821FE8B8B3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - A273BDD50A3E58F7C90AB6327D41222E /* PBXContainerItemProxy */ = { + A1A13FA789C905457799926EFA65BA89 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - A277F22FE7A0DF96AFE6A309AE90BC01 /* PBXContainerItemProxy */ = { + A1DF2B0D0AA09E8F318E4E3223C0F1E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - A29000A86EE3006329F304A7A318CCCE /* PBXContainerItemProxy */ = { + A2192B8789E2BECC2FCB8E58A882FD97 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - A301E3CF9462A1625D8B105EE85779D4 /* PBXContainerItemProxy */ = { + A22F21658BA3799866C703A5F6EA80EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - A354778EA0126417264EDE04A3366AC4 /* PBXContainerItemProxy */ = { + A274639BF2ADB9F05A3F9DD6ECF3F7A7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - A3FCB698F4B6302965FC0475C0C9EBE9 /* PBXContainerItemProxy */ = { + A2BAE371544E823E550677A20BBBA771 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; remoteInfo = PanModal; }; - A42F8FB93C9753F0D29570B3DE4449A9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; - }; - A43B67AD0173AAB861E2E07E15A51080 /* PBXContainerItemProxy */ = { + A3320A19529D43F15834C5645456FD69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; remoteInfo = Differ; }; - A44725BD7AA1433BAEF251392E7137CE /* PBXContainerItemProxy */ = { + A374A983A8D4421EFD5EFCFC439CA0BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - A4FB0146730340002D607D9944B6DA83 /* PBXContainerItemProxy */ = { + A39D19926180528F38E51438AB251A1F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - A5003835E9DF990BE8998C76E7AD40B0 /* PBXContainerItemProxy */ = { + A3AC7B3D2039DA4B03D52415BDF21542 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - A52F3BAA4E3396E90F9EE4782A80CBC3 /* PBXContainerItemProxy */ = { + A3C2F4C9F06ED9164E75CD5CE1E07F23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - A57367D4540FCDA0B2EA00998ADE4F37 /* PBXContainerItemProxy */ = { + A4489CB75C58280A1492780EC0EB827C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - A5DCDE75C9964E41333C79A18DB4E36F /* PBXContainerItemProxy */ = { + A472EB808ACE13F61151614FFA11C8E3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; - remoteInfo = FirebaseCoreExtension; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - A6110FC5FC98113B11B3A8CFF20732F1 /* PBXContainerItemProxy */ = { + A47C4FE08C3A01B89B99704AA947EC5F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - A626E847854ADE9FE92D9883BDDFA5EB /* PBXContainerItemProxy */ = { + A4B729679D58FCCBE67718B94119826B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - A65D087D30B163E179E1C695BD856754 /* PBXContainerItemProxy */ = { + A4B979E827B3DC7988847BBA480D743F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - A6601170452F204EE101FF72C3CC3E70 /* PBXContainerItemProxy */ = { + A539B0649A09184F75CB4FCA45DAF8B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; + remoteInfo = FirebaseRemoteConfigInterop; }; - A669827E9DCF4BB00E87B5145AD21E66 /* PBXContainerItemProxy */ = { + A5697A7B2A134464E23ECB6EF851B994 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - A6B92F9012B8FD3BBAB041207355C743 /* PBXContainerItemProxy */ = { + A57484B0D44373B8B02481AEEFC7EDCF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; - }; - A79ED0588C751E950522B5CC50B8821C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - A7B8EF2C6C8F0C277EF3E975CDECFAC4 /* PBXContainerItemProxy */ = { + A5806601094A9BFB4BC1833C3C6DDAEB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - A7FBEC17A75C38F3D55100807B7FC3D5 /* PBXContainerItemProxy */ = { + A58C9666EB09BF1D5D715A043FCABD8B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - A8934380DFB67B4D37EB7E987687873F /* PBXContainerItemProxy */ = { + A5B032AE01ECFAC9F725F618327D0191 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - A908C0A71CAA88E8560EBD962A325D2D /* PBXContainerItemProxy */ = { + A5C9D72B99EF859DEE4DDD054DC71314 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; - remoteInfo = FirebaseCoreExtension; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - A96E007FB1E3BA3AC8A51B1B9DCAE9EA /* PBXContainerItemProxy */ = { + A5F92EAECCB67A1FE9E897ECD239BA61 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; remoteInfo = ReachabilitySwift; }; - A9A9296A012B4B92210046BDD76B45AC /* PBXContainerItemProxy */ = { + A63863B7558783146AE78A35E3323C24 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - AA126C9E687FBC1A3EF0EEF3DCB706C9 /* PBXContainerItemProxy */ = { + A6596212A4B483CA276EE8004B9DDEFA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; + remoteInfo = SDWebImageSwiftUI; }; - AA4693111C4C8DD89F7D81C3E3691699 /* PBXContainerItemProxy */ = { + A666317E64D23BAE2AC5984F6C6CE6D0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - AA714C3564F0D6865A14BEFC8E3D3DF2 /* PBXContainerItemProxy */ = { + A6A5E818BC64CD38C98BE7301C9B04E3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; + remoteInfo = FirebasePerformance; }; - AA7188344EE652EA99BB60F810EB8A03 /* PBXContainerItemProxy */ = { + A6C3029B2AC0F8C0B7188F4F8E9DD687 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 9CC46F9FA6BA4F71309A4A4ACA6F02C3; + remoteInfo = "GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy"; }; - AA742DE4C7952EDA596AC045D30AD88A /* PBXContainerItemProxy */ = { + A709BB3309035C74752EC36F9B01CD20 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - AA939B02F9F24FBE0D5804388FA913EA /* PBXContainerItemProxy */ = { + A71B784A6399DE8E796C405BA3AE612B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - AAEFFE9F9C322169A93774A1679BA229 /* PBXContainerItemProxy */ = { + A72DC0BBB8A948CA44545265A51639FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8F68D031908A0059566798048C48F776; - remoteInfo = FirebaseABTesting; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; }; - AB018593239CA864C3E846E209A24C6A /* PBXContainerItemProxy */ = { + A74E7553CBC57C5B1182F4E359D9A59B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - AB03AEB45F434B8FC31F62906ED29380 /* PBXContainerItemProxy */ = { + A7E4586197CCB9864C30EA2CB0BB363E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; remoteInfo = SimpleKeychain; }; - AB67059571D6AF2F2BF51BF3954DA48D /* PBXContainerItemProxy */ = { + A7FC2B7FDB832E148563928CDFC2FF6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - AB73E254E2A98BF5B97C8D173D797402 /* PBXContainerItemProxy */ = { + A80236C516882CD593D0D8BC666E498C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - AB7A8E8CF4FF714E9D03434B5ABD7EA3 /* PBXContainerItemProxy */ = { + A8428EA03FA67F3EC9AD72F80037DF6C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - ABD063F6804867B636072D1A5CB7D328 /* PBXContainerItemProxy */ = { + A8AB064EA44BD192A36A6C80C8987F86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - AC050BCAB5855181FE16E4D9DDCFF5D1 /* PBXContainerItemProxy */ = { + A8C71959E2A99EE10AC84C15130DED2A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - AC21E96E3C0C74B0720D0BDD80E4CE24 /* PBXContainerItemProxy */ = { + A8E0BD93058E078F0ADEDCF26C11DF61 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - ACE53A9BFFC990D820C35FF5D83B43D2 /* PBXContainerItemProxy */ = { + A8E87C8149EF80FAFC41228F34DE0F6C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - ACEC09599BC10FAAFC4D7AE771A500BB /* PBXContainerItemProxy */ = { + A920F930FCD7E38046B404ABE0FD56C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - ACEC66ABD29C2D70AF86F86B1A9EF16B /* PBXContainerItemProxy */ = { + A9295AF1811209326C9DB203C9AC6D06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - ACF773B8821637BDD79A466CC00324F4 /* PBXContainerItemProxy */ = { + A94F1EED5726969BEE4E99A523CE0BA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - AD300B6CBD21D7138B2FCF8AF1402818 /* PBXContainerItemProxy */ = { + A972A49C4FB2AE9FE57C27F6A711B0F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; - remoteInfo = Abacus; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - AD51CF78A5A99922A5607A138CAAFD42 /* PBXContainerItemProxy */ = { + A9AB35A5055955FC647AAC69D409C6D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; - remoteInfo = GoogleToolboxForMac; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - AD7C6EDDCA50AA71D29A0410E22AA66F /* PBXContainerItemProxy */ = { + A9CCCB3A00054FF8BEFE5434F8CAD11D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - ADABB69CBBAF1D80F62A23E5B00EF52B /* PBXContainerItemProxy */ = { + AA1F7D63539053F94AF6361D3D14280F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; - remoteInfo = FirebaseSessions; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - ADC38723C0539EC66452AD964EB1F21C /* PBXContainerItemProxy */ = { + AA2F2E38DBE57440444F236DCE929611 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - AE5C7FFDE21B379F29E46A92D911AF07 /* PBXContainerItemProxy */ = { + AA5ECF61CAD62C90DF3197F393F86585 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - AE60B685CE78C8AF9B7FBD811576BCDF /* PBXContainerItemProxy */ = { + AA7CBAE055759CF45334267663CAA242 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - AE6AD1A53C71299D135DFBD2B026EB47 /* PBXContainerItemProxy */ = { + AAFAD07E380884545B4F31593FAA4801 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - AEA8477374C1D323599F83CE09D8C547 /* PBXContainerItemProxy */ = { + AB581B6FCC6EEC9290ADB63D34ACB59C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - AEC44FF67B046B6173D5B7D44B897E79 /* PBXContainerItemProxy */ = { + ABF75BDA57BF4FD90B3AEB4BABCDDCBF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - AECBE15FC18389C3A46F78F010ABB608 /* PBXContainerItemProxy */ = { + ABFD291B6A174126E3C201250CE27D81 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - AEE403CB2691C110AF319A0C1DF7831B /* PBXContainerItemProxy */ = { + AC61CC56D4955EA5BCC5B022DBD1E738 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; remoteInfo = SimpleKeychain; }; - AEFD1479289FC0A5A1FE148868E4FA29 /* PBXContainerItemProxy */ = { + ACC1C7D4755667A56D832712CC3E9A11 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - B10F7D200E567FFDCDA6E5288FCA799B /* PBXContainerItemProxy */ = { + ACDF0E1B835541ADE89B6E9D52DC41A7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - B111D69C1B3DDBE276E5D27D7ADD32B9 /* PBXContainerItemProxy */ = { + ACEDFEE5E873CD80E3BC2EEBE67DFA18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - B1124D7C4F9772013EA66A5779E00C79 /* PBXContainerItemProxy */ = { + ACFD4C1489740BF79F8D2152EF177FB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; + remoteInfo = Abacus; }; - B121E02E286D736483AE8F2182BFA02F /* PBXContainerItemProxy */ = { + AD6924F0F917F80C179C29FACBC6A3E9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - B14F9DEFEB60D9ACE7733C28C95F105F /* PBXContainerItemProxy */ = { + AD952F0F9F816C1045E47515654E7B5A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - B167995165676562638CFA81F43CA1B7 /* PBXContainerItemProxy */ = { + ADED094FE3BBAA47CC2E9F9B4B1D8CDD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - B16981CF58CAE7351272BA510CB357B9 /* PBXContainerItemProxy */ = { + ADF3394E045CEB78C5E45EF69CF24DE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - B236F4D7ECADBB659F70DDAA0EC842D7 /* PBXContainerItemProxy */ = { + AE37310631A7427D6D497D09D769E058 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - B2BE3EC24B91D374D7806FDD84852805 /* PBXContainerItemProxy */ = { + AE56BEFAFEC4875FE7C6423F3AAD6AFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; - remoteInfo = FirebaseMessaging; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - B31E321FFDAED68677532D4EB46F6D6D /* PBXContainerItemProxy */ = { + AEB7D1FE780834E2338E141468A1CDBC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - B3B9B38CA0BA8BDBEA7AE0A415D78607 /* PBXContainerItemProxy */ = { + AF99DDB8B7A329D70502830228AB0227 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 417B25AC44CA1D040034CC1F375CEE36; + remoteInfo = "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy"; }; - B3C4F93BB8F79ABD4D538AB94BCE602B /* PBXContainerItemProxy */ = { + AFCC026FAB8ECB9F5BFE8A248271ABFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - B3E3BAAE27F0D51FF767E9FDB9FD73E7 /* PBXContainerItemProxy */ = { + AFFE29159293429D3AD5385A53814425 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - B404035D81D175050F10F43BE15DBD16 /* PBXContainerItemProxy */ = { + B00C40E5D48A4D83793B540FDF9BEBB5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - B4082435BF6CADDBD3B66A43172B9519 /* PBXContainerItemProxy */ = { + B057663FEF2E2AB5D77EEE9C739B3D90 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; remoteInfo = SimpleKeychain; }; - B430C6F079A4DD5CA3CA35825068C4DD /* PBXContainerItemProxy */ = { + B07DE38BA261990CB5C209BBC4D8AF4E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; - remoteInfo = FirebaseRemoteConfigInterop; + remoteGlobalIDString = 94CFBA7D633ECA58DF85C327B035E6A3; + remoteInfo = "SDWebImage-SDWebImage"; }; - B4AA6422F0F4E67105A83CE966327F9F /* PBXContainerItemProxy */ = { + B08E0366B19CB1EA97938B8C2BAB7C80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - B4FDBBA9BE56E0B014E13461BD1F11ED /* PBXContainerItemProxy */ = { + B0B93AC84EC9A6930716EC41C99B0298 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 8F68D031908A0059566798048C48F776; + remoteInfo = FirebaseABTesting; }; - B50E01A4A721635B4C195DFABEEAB5D1 /* PBXContainerItemProxy */ = { + B0C9651C08760CBE3689668F5CD7E163 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; - remoteInfo = FirebasePerformance; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - B5537173A302EF0353A65BE49DF8C83B /* PBXContainerItemProxy */ = { + B0F135DC17B1A37B5E63B1D2D167A978 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - B5CE57924BB9E0677238C34788D34C7B /* PBXContainerItemProxy */ = { + B1D0377726ECCF2B718264BED52EB7D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; - remoteInfo = FirebaseMessaging; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - B5CE9DB22E5E44107AB8412146C263B6 /* PBXContainerItemProxy */ = { + B1F2B471BFB5E88CC6C2C0E1AE859A35 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; - remoteInfo = FirebasePerformance; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - B5E91B4F67D1565DE6B1A027D452A8E0 /* PBXContainerItemProxy */ = { + B224A3F038A443C5B16DA90D63E11ED2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; - remoteInfo = FirebaseCoreExtension; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - B5F40E3EBF3F937D73A502F2D12CD78B /* PBXContainerItemProxy */ = { + B22A020BD1CCC29D0D6BA7F41BE05B90 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - B60D31795D7700BA4CC473C1A82A806C /* PBXContainerItemProxy */ = { + B24533AD557B5562247E2CC5A9B8E241 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - B61309B9A4E4CB675D1CB6B0BD9E79F6 /* PBXContainerItemProxy */ = { + B28258F8758BD604FF5796566681FD75 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - B6BD642F7BC61C1EED63B76C3737A946 /* PBXContainerItemProxy */ = { + B28E4BAF4B84378CD00316B9FCAB846C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - B6FCE232E11B008BC1BF2EAD5E506EFD /* PBXContainerItemProxy */ = { + B2CBC48DA22ABE5226AF906496C816F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - B71CE380278A3FE01E6F8EF8B496EA0F /* PBXContainerItemProxy */ = { + B3B71246AA691E750319E1BA6C38273D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - B743B50D17FF3E22AF3FFD988732796E /* PBXContainerItemProxy */ = { + B3EC4053B203D0C061EC9231BD30C536 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - B776147F485ACDBBA2B99E64CF3F468F /* PBXContainerItemProxy */ = { + B4447A7DF8CC2146220A55EEB9A16EE2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 8F68D031908A0059566798048C48F776; + remoteInfo = FirebaseABTesting; }; - B839F7599EBA985BE4F1DFD300DEB411 /* PBXContainerItemProxy */ = { + B46440504A4AAE9635363D0225753520 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = C369636770D47D26A48AC38168784079; + remoteInfo = Statsig; }; - B86D4AE8715D6FA1503B7ED7BAA471B7 /* PBXContainerItemProxy */ = { + B49DC1E25D1027221E6E6BCDE30FF27E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F701F16821D7AA8B115646DA013C13EE; - remoteInfo = "Firebase-2149e159"; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - B87D2E192BB031B64EA6FC11CA31804A /* PBXContainerItemProxy */ = { + B4A2051C1ABA2471D7AA122263318EC4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; + remoteInfo = FirebaseSessions; }; - B8C95D2925A6FDBA528969F69E243277 /* PBXContainerItemProxy */ = { + B4D1DA7071D7D9A19B266F69C842BBA3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - B90EB475C0AC9FFFDF4F24258E81F9FE /* PBXContainerItemProxy */ = { + B4E960B0C6A4EDE1243FE120D4C7AA58 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; remoteInfo = DrawerMenu; }; - B933296135F23864C97B188E81BA99E8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; - }; - B986AFB422A63D1FB4652E77C9B75989 /* PBXContainerItemProxy */ = { + B519DFB24DD32FBF2F76C24C02124C2E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 2949783F7EDB27AD4666B5427B63DC79; + remoteInfo = "FirebaseCoreInternal-FirebaseCoreInternal_Privacy"; }; - B98EDA9ABE7BD6A476C6382F5E2694A7 /* PBXContainerItemProxy */ = { + B51B171F4C3C44E9893230FBB1063FAC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - B9B7599EDBAA5C1EA8216FA35A53E506 /* PBXContainerItemProxy */ = { + B5EBF90D78219DADC787D55E5CEDC7BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - B9C14412D023FA9804368FF327D2F284 /* PBXContainerItemProxy */ = { + B618B5254EA963EA9F2969E5C2E27F49 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; remoteInfo = ReachabilitySwift; }; - BA5D3F4300DABFC1BD676B1DD126265C /* PBXContainerItemProxy */ = { + B630193E8C459A9EE608A1D7BC3A6D04 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; - remoteInfo = GoogleToolboxForMac; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - BA70E817F6F80CD46E3C2733977A2AD9 /* PBXContainerItemProxy */ = { + B6963293E2D8AC768F45B27B322AD47B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = C369636770D47D26A48AC38168784079; + remoteInfo = Statsig; }; - BA9C189B7890992ADFB5135D3702CE11 /* PBXContainerItemProxy */ = { + B6A1690A1498625C73FE934BCAF2995A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; - remoteInfo = SDWebImageSwiftUI; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - BAC982C01420B15D4B5B66540F5123BB /* PBXContainerItemProxy */ = { + B6A2D00E0FF999470EB0E2A7DC4F2DB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - BAF5CA07CAFD3CF1D55247996A943B9D /* PBXContainerItemProxy */ = { + B6C88BAD9335278674EB6380A67C3EBE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - BB22E5C128CDDCC4A234DE2714CF9082 /* PBXContainerItemProxy */ = { + B7371929E7B66DA988420867FBF7DBB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - BB26776A2E8B9F728989023E230A8EA4 /* PBXContainerItemProxy */ = { + B740DF665278FD5F8415A29192038807 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - BB4E43B0A9383C58AC34A451C05880FA /* PBXContainerItemProxy */ = { + B75C789D1DE5FDC4D5DFB30DA2306BB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - BB99D1E6FEE0D8B03F11AA473243E981 /* PBXContainerItemProxy */ = { + B7D3AB4A97713569619191821560C3BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - BBB238104A3E06EC6EC7BA1107D3018E /* PBXContainerItemProxy */ = { + B822DCA6E9A7B21CF4372194C9D0E6D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; remoteInfo = "libPhoneNumber-iOS"; }; - BC355CBA0DEFA5D3E538A83F7A8C135E /* PBXContainerItemProxy */ = { + B83CD6AA70113B416EC2093731F5AB05 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - BCAB8A2FA84657AAEB5CD34D7FB93911 /* PBXContainerItemProxy */ = { + B8DE8BDC59ECA07F70A899E6FD9E4A33 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - BCC9CE210175F0F76E6A687157A39260 /* PBXContainerItemProxy */ = { + B924CE8121B67729E8C72AF37C141CB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - BCCA2590171F3362C9FB8ED934E89C6F /* PBXContainerItemProxy */ = { + B937AD074B9D9EAB994B99DCAEEF910D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - BCF96855B17339A97C2944A47203338B /* PBXContainerItemProxy */ = { + B93CEDC17DC31D1B144EC1D6BA65BDBA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - BD04ADFB5AE5F1B7143D72A6A6338EC7 /* PBXContainerItemProxy */ = { + B95467CB237EC1916408D7657CFFEDD0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - BDAB8FC6A55FDE63FFC6E5684016F29E /* PBXContainerItemProxy */ = { + B9769914924F0BA3E96E7BFFBC3A2C30 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - BDFCDAD138CA18E238EFB3BAC8A34591 /* PBXContainerItemProxy */ = { + B979D76089935DEE1295C892402F7802 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - BE520BC1D68E6E620462ED5780FBBD4C /* PBXContainerItemProxy */ = { + B9E29D2800598A4CCF465BEFD9A971B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - BEA364DC541B48B158AC59661AD9A6D5 /* PBXContainerItemProxy */ = { + BA29ED5FBDDF5EEA3C82B7EF3F71EA93 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - BEA3B2F519DE67681933889724209CFA /* PBXContainerItemProxy */ = { + BA4F0075565D58C9549194C595C1EFC3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - BEAB4189EE09A6E403CFE2495E52B5E9 /* PBXContainerItemProxy */ = { + BA5E2E862B008E518B3D99332620B410 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - BEE1E41908DAB8F06FDBE740DF7749C5 /* PBXContainerItemProxy */ = { + BAD2AFA255D07B6FCEB4AA80D7F86865 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - BF21DD8EEDDED9F42A3D78712B2B31A4 /* PBXContainerItemProxy */ = { + BAD4FC637FD70167CA2AE503D0534E5C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - BF5C3D9462887F9DDF0504160C750B24 /* PBXContainerItemProxy */ = { + BAF32BE3822795189A61861756912C40 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - BFC9F171B474AAD2D5C6437D312FB54A /* PBXContainerItemProxy */ = { + BB4173FA5A02CEB2A5A7C5A16FD2F47B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; - remoteInfo = PromisesSwift; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - C04807AA03AD18A0D5302CFDF9E7A6E1 /* PBXContainerItemProxy */ = { + BB4DB8150C81299BE48C374D31F989D7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - C091CF6126D0F1AC262EE4082651EAC6 /* PBXContainerItemProxy */ = { + BB7CEE39F0EF4BAB7283592A07C097B1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; - remoteInfo = FirebaseRemoteConfigInterop; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - C0B2F3BA4C9F9480702C28BCA1192FC1 /* PBXContainerItemProxy */ = { + BBCFB82BF8DFC25BA99125F1C89F1127 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - C0C6D3900FC73B233A14387D8D13CF9B /* PBXContainerItemProxy */ = { + BC04CF3863D23968C9F333D846ECAC08 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - C0CD56DCD8ADEA701C49617FC2033412 /* PBXContainerItemProxy */ = { + BC1F67535E2EED2AB5A7A84CF4D89B94 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - C10E48DE152E33B6E24CD30080398808 /* PBXContainerItemProxy */ = { + BC7EB9AB0317A010FB28429A3F94224C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; remoteInfo = JTCalendar; }; - C13D9B2D24F0B5191610150B2685EDCF /* PBXContainerItemProxy */ = { + BC828C6777017383A73DAD38C610F4E8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - C14B2DB7E78050BFE1B31D65516E71B2 /* PBXContainerItemProxy */ = { + BCC306D576A68B7CD09BD6ED9C2D95FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - C1802E0E239324CBBFE7825C3195CCA8 /* PBXContainerItemProxy */ = { + BCCC33DE918A0F1A2B6E16F30DC53015 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - C1E10FA7E38352150B1D580A89920AD1 /* PBXContainerItemProxy */ = { + BD1C7711688B0BE9DB019919E45A5584 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - C1E69CD81BE9F693727E62688517E923 /* PBXContainerItemProxy */ = { + BD225E6694F26DBF5190E9F0F4486BF3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - C1FB51894D902286876EADFB51D07B5C /* PBXContainerItemProxy */ = { + BDABDCC873CB5578ED4E62ACD2D1C46D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - C247CA93BB5E08CFB811F00BE5154517 /* PBXContainerItemProxy */ = { + BDF27FC31CAF98827A33B3615D7A65F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; + }; + BE1FA55CE2DEC7BFA3FC08FE6401E530 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - C259F8F1955CDD7F98E26FF7A7DF7913 /* PBXContainerItemProxy */ = { + BE3705618D4063C2ACE399161EDE22C8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; + }; + BEB3A95BFBD9B496DA59A326DABCC6B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; remoteInfo = pop; }; - C26DD9E765313A031A114BB6074773B0 /* PBXContainerItemProxy */ = { + BEC77B93E7E49F74306FA0551DE108DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - C314693244705F0E9EC3A66F7A13E4DB /* PBXContainerItemProxy */ = { + BEE7AF1BE3D159BDD23FA1EBCC304571 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - C3312E92978558F6BF68F844EF4216E7 /* PBXContainerItemProxy */ = { + BF26D9035DF9436E71BDBF14DB159688 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A8C943EF5CB0B747A82882C5D3ECF93; - remoteInfo = "ReachabilitySwift-ReachabilitySwift"; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - C337212C54BBE80DEF283D7854102177 /* PBXContainerItemProxy */ = { + BFBA1182E8ECC4875978A38E58DF54CE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - C359BC9E933B56621618EA575EFFD8D1 /* PBXContainerItemProxy */ = { + BFD479B7D4905A6DD10C34E6F15E194B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - C38ECF5299B2EC482BB2707F55467101 /* PBXContainerItemProxy */ = { + C053BD1728F87336BD44A60AE6FDDE5B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - C3F8144F8B632F128AFF99D4901DEE27 /* PBXContainerItemProxy */ = { + C0811B33E3EBE086C45FD22EF339F4F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; + remoteInfo = FirebasePerformance; }; - C417A051FF14F1B98D075DCE7B931A2F /* PBXContainerItemProxy */ = { + C09099FB324BD9B3923219E0494058A4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - C43198ACF78DE5447FBA09C72F9B1D05 /* PBXContainerItemProxy */ = { + C0C7544F1871A011D0781936E0722DA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - C453F567DBE689E462E78AB42371B99D /* PBXContainerItemProxy */ = { + C0D1495BCDEBF25B0FBE04084E8C7438 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - C46698C25A2C422698E38E1B71462698 /* PBXContainerItemProxy */ = { + C1428CFF3E6E969D95B262C325A1762F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - C46ADA874083FDA4DC695235076FF5E9 /* PBXContainerItemProxy */ = { + C1D42FE89FB18A93244B4D8143551CF6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; remoteInfo = HMSegmentedControl; }; - C525B37086FAAB15B106F64EC8823965 /* PBXContainerItemProxy */ = { + C34F20B2D9CCD449B85ECBAA340BFEDE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; + remoteInfo = Popovers; }; - C53A91568726853991B27456804022A6 /* PBXContainerItemProxy */ = { + C362FFE519C6D1D993A0D3D5298BCF13 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8F68D031908A0059566798048C48F776; - remoteInfo = FirebaseABTesting; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - C564FDDCE6BF1EF4D9CEB3C463395F4D /* PBXContainerItemProxy */ = { + C37A3BD8B75A4E9A35ED0CDD6EB9DA74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - C5E3DAC2F79EB4F75F3BF01844A7CCAD /* PBXContainerItemProxy */ = { + C3A462BF40831388D155E90C60CD3C6D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; + remoteInfo = FirebaseCoreExtension; }; - C6094796C13837EAA0B93F77EA5AB547 /* PBXContainerItemProxy */ = { + C3BD0FC3C723C46E83E5E7A4932FAE60 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - C60F6D110AFD301EAD6F7D08D1064DD5 /* PBXContainerItemProxy */ = { + C3CA464627ABF73E285B2692E7A7E051 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - C6396876953B628154D87CFDCA2EC30F /* PBXContainerItemProxy */ = { + C40E32974620FA8A6DBFE7EA559F9BCA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - C658A1AA619ADD80EE29F52224949199 /* PBXContainerItemProxy */ = { + C43B3404834FADE4438A7F459D641EC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - C6903A46581BD99463C901EDA15A9792 /* PBXContainerItemProxy */ = { + C4B5032FD24CC7B586D0BCFC65E1E480 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - C694DF300970B144C1194DABD52C1616 /* PBXContainerItemProxy */ = { + C52EFC3C44950E2C10A1542A2B756396 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - C6B2C32147798E45C26A2A9B37CC4B3B /* PBXContainerItemProxy */ = { + C54C21E4C25F5E2FEA21BD267397FB6A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - C76DC5F3202DF0D0D53904F7D03E7E59 /* PBXContainerItemProxy */ = { + C577106BB7ED73DBF13EDA624B1FEC27 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; + remoteInfo = FirebaseRemoteConfigInterop; }; - C7B64B43BDDFDCAF52A8833EF3887257 /* PBXContainerItemProxy */ = { + C5AA674FD2DC11F28966CCDEA9484BE3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; - remoteInfo = Popovers; + remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; + remoteInfo = FirebasePerformance; }; - C8260B54ABED0B4F4F658F6F6E43123C /* PBXContainerItemProxy */ = { + C5DE2A0DF956DFB413B9FAD6E696EB6A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - C840433A5D7FD8B0FF12A6D49BEBD57D /* PBXContainerItemProxy */ = { + C5EF45ACB15E70E7AFB24C5AC46DC24E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - C88D4D9A882A465508DA0199E9220371 /* PBXContainerItemProxy */ = { + C6072BCA1408174D512D280BEBE7CBE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - C89A09BBA83C4DEB1E95EB1D9B2095BA /* PBXContainerItemProxy */ = { + C648D0E35E828B3B59A5137649DD2CF2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; + remoteInfo = Abacus; }; - C8A6A018D0B8A952ECA0006A8DF01A57 /* PBXContainerItemProxy */ = { + C70129023B0BEAC479A766B830BD1153 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - C91B783DF8E42FE67FE868151A3F9C35 /* PBXContainerItemProxy */ = { + C75C7B34A520F77F6D2092DD468D4B72 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - C9241ADF5DBB7F7D5847EC83EE899273 /* PBXContainerItemProxy */ = { + C7726985CCA17A2878F36D8CE0BF515B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - C9286D1F3E90CBA82BBAEAF9B00B4F7D /* PBXContainerItemProxy */ = { + C7E3DF953C55CAC5DA58E3B78D224CFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - C936325E84AA24F6406229AD8DB4761E /* PBXContainerItemProxy */ = { + C82C00B1EFAE9509649D9FD9629672FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - C9960BCB17846A9049B46708A0AF2F4D /* PBXContainerItemProxy */ = { + C8656DC444640F7FA9FEB1C69B8A40FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - C9987662B807C77AE2CB0E8E8FF8821A /* PBXContainerItemProxy */ = { + C9019E18DBDFBFC936A688352C5BF7AC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - C999524BF5C76DBE79A8C4FF898FE75B /* PBXContainerItemProxy */ = { + C939272F7C86018DD0110DEF0F206858 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; + remoteInfo = GoogleToolboxForMac; }; - C9FE20EDBCCABFB4896E77E97D285BBC /* PBXContainerItemProxy */ = { + C9777AD871B8BF8C90E905F6F80D3FBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - CA0E110C1D037017AEACE3F03C47A9A2 /* PBXContainerItemProxy */ = { + C9A2E59A6EAC16DD4D5C7F1CE27F3AEB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - CA3EF0EF6C82298DE0F1CECC8B9931A7 /* PBXContainerItemProxy */ = { + C9EF63F2D532F9ABF28DACCE6808DEB6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B783C6FA652FC4195003054549B87961; - remoteInfo = "Amplitude-iOS"; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - CA5EB90F4BF27935B22C6F40468FE7F0 /* PBXContainerItemProxy */ = { + CA20557E644FCC0AD3E964703276D319 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; - remoteInfo = Popovers; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - CA6E9C43E64D8853C11B953D2F09CD44 /* PBXContainerItemProxy */ = { + CA37A6B992B2ECF20E531870CECA148E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; }; - CA8FFF3B45FBF2BFC23F7C3D128F23C1 /* PBXContainerItemProxy */ = { + CA4A3B7521410DA98648B19F1032AA86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - CAC3510C6137BF2C397E84C3B84415EE /* PBXContainerItemProxy */ = { + CA4BC7DE2249AA9D3E9E9D62CC95BD40 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - CB1982079852FFE2DB6CBB124093824D /* PBXContainerItemProxy */ = { + CA64D31EEB14385E3BD0605D9DE26D87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - CC8CFB11C3904E3E8BEA13F5D6C11683 /* PBXContainerItemProxy */ = { + CB007DCDFED9DD4B11E4541FFE4E37F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - CC8EBE0A07AF9BADA4F07411C9A0F78D /* PBXContainerItemProxy */ = { + CCF1D2624702E5EADCBD554CB0619990 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - CCB53507337230FAE7D4495384BD164E /* PBXContainerItemProxy */ = { + CD09DCD7E5831FBA26F42251428D42E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; - remoteInfo = FirebaseRemoteConfigInterop; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - CD9198AC0EEC12AA347F04110FCDE550 /* PBXContainerItemProxy */ = { + CD0E7CCC818F37D1358CC89D2CF3E1A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - CDA91A35B55B0C762C4A73D12326AC72 /* PBXContainerItemProxy */ = { + CD75622C40E3F93180A2943D7AEB961B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; remoteInfo = BigInt; }; - CDD60DD8B7F10E1D16F5F54354804ECD /* PBXContainerItemProxy */ = { + CD75F6E184A00B125CF6FCDC0865A70D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; remoteInfo = FloatingPanel; }; - CE4E43E4B6C8355DB852CBB1506F714E /* PBXContainerItemProxy */ = { + CDB69A03D9C66400F7C90F3ED299EE14 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - CEC785CCAE254AE4C133DF7EE616139B /* PBXContainerItemProxy */ = { + CDF4613FB042D266FE5FDA349B89BBF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - CEC7AFA8FDAE97BF0942543A2B2A7A01 /* PBXContainerItemProxy */ = { + CE9A6028EC220416251B00386AD80F81 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - CF11B3451B137B74B1058FE0C586C6C6 /* PBXContainerItemProxy */ = { + CF3A3483A79F370A5BA39302F217E84D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - CF2570AF66E35679CA1FB20FD85E6001 /* PBXContainerItemProxy */ = { + CF94CFA046C297865256FFEA42F6FE63 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; + remoteInfo = SDWebImageSwiftUI; }; - CFE0D531FB8E34302277F8958DA0E944 /* PBXContainerItemProxy */ = { + CFCAF7B9DBC2A981A3CD3DC3E4A53ECB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; - remoteInfo = FirebasePerformance; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - D0136C6EDB1772BB1E191115AB86606A /* PBXContainerItemProxy */ = { + CFD1EFDF9B50A597B2B17A1C7301F93B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - D039444E8AA03A278154D4A8D828804F /* PBXContainerItemProxy */ = { + CFD99B35A54E8E3207728FE0C63A21BD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - D04D0D7293F1FFF1BED246146B7FD7F7 /* PBXContainerItemProxy */ = { + D0006A7B0EF8E88AC3B6F3B64CE3AF1B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9CC46F9FA6BA4F71309A4A4ACA6F02C3; - remoteInfo = "GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy"; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - D09DCE02A411382CF60C77BA44ACF976 /* PBXContainerItemProxy */ = { + D037AFE23E3EE6B1B80EF32FACF4C074 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - D109F8D53B306EE1A8694414A196DD6F /* PBXContainerItemProxy */ = { + D05E9E717657C534F0DC6DC336E1E1BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - D116D81E493095523653DC81C9AB1439 /* PBXContainerItemProxy */ = { + D0D69E00F33C9162B871334EDEEC0DED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; + remoteInfo = GoogleToolboxForMac; }; - D11E360A21E69152D728CA93744E9D18 /* PBXContainerItemProxy */ = { + D0DC3897FF9D5BE42013C00F0EF1FB9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - D18C8586D35F6B90D7FDD0E3F6AC4988 /* PBXContainerItemProxy */ = { + D11060A4542B488BE52DCCA6F2AB05BC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - D1B1135F2CB5A93003E10037EFFC9553 /* PBXContainerItemProxy */ = { + D15D59F79B3FCC9BC5215EADDE4699A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - D1D057AAFDBB3D4962C87245097337E5 /* PBXContainerItemProxy */ = { + D1A53A553495E9D98EF03FC99604EC29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; + }; + D1B4C82D928640BA79F5DD5681F9A6C9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - D2000C3641DAD9E3706442A34B26D19F /* PBXContainerItemProxy */ = { + D1F9287EC11F10830F483C5EB13B4B36 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; + }; + D279B62336F8145413FC0E9B36F6D88C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; remoteInfo = PanModal; }; - D25E6EB2308820CB6B46A06738298AF5 /* PBXContainerItemProxy */ = { + D28A57EADF52C5F4781CA8054C67DB13 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; + remoteInfo = JTCalendar; }; - D28883256CE253C9A1FEA28731AEFAFD /* PBXContainerItemProxy */ = { + D2D11672DF437619FC86725295BAFE48 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - D3EDCF691A5BF4D05BEB604185E72709 /* PBXContainerItemProxy */ = { + D37C36BFF2210B6920916996D228DD47 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - D4273ED181295087618F63E1DD82BB74 /* PBXContainerItemProxy */ = { + D3F535AC097446D1900CB5B6A93DA730 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - D43E47787B9CE8B4D1CC0EDBB84150B5 /* PBXContainerItemProxy */ = { + D41371C4FA7232F0790EEC309673ACE5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; - remoteInfo = FirebaseRemoteConfig; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - D46B542B174FE3F304D8209D5B855715 /* PBXContainerItemProxy */ = { + D47627B2F212017DA869968A6510CEC1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - D4FF98A76737260A2132090211FDA64A /* PBXContainerItemProxy */ = { + D494F865332BBB9BB0643DCC27852F4B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - D5AEC2950DCE8A079EC286D4B78D09A3 /* PBXContainerItemProxy */ = { + D49CB2C48000202536ABEB6C7AC2BF3A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 230F5EE18ECBB227C09ED2C571AFA319; + remoteInfo = "PromisesSwift-Promises_Privacy"; }; - D5C857A1D9F9379749024F52B5EBB8DB /* PBXContainerItemProxy */ = { + D4A520AA7F6C7BBEA8BF5FB3491DD380 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; - remoteInfo = FirebaseRemoteConfig; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - D5F3291D7F3A57DD0BF0F0CE6F707CE2 /* PBXContainerItemProxy */ = { + D4BD8DCB8F6B0BC6BFCE938F9DD503F4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - D5FDA4B96E9A3BD5AB7E29733A11CB9E /* PBXContainerItemProxy */ = { + D4CD4C6E1DE2653B9F66B0D1E4781DBA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - D63719697B3539E72B6F10DAAE9D3BDB /* PBXContainerItemProxy */ = { + D4F42554A95A2C6E2500574E7E3C9228 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; + remoteInfo = SDWebImageSwiftUI; }; - D64EF81E19A48898BBB0F920A91F2CA0 /* PBXContainerItemProxy */ = { + D4F56F3CE672B3000853F77C8A48610B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - D6778DB3228E7D7528A58EE737F2E587 /* PBXContainerItemProxy */ = { + D513BB24741094ABC4D56349B730BAD8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; + remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; + remoteInfo = Popovers; }; - D679F4A5A1AD9FB07CF1510FDA4C4B5C /* PBXContainerItemProxy */ = { + D5454C3749935876D38E021F817238B9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - D68DDA0AC5C5A3041BC61308AD796168 /* PBXContainerItemProxy */ = { + D55119A92E7ACDA0FFEF6558982F1EC7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - D6932FE5B78D82A317A49113F6847496 /* PBXContainerItemProxy */ = { + D5514F6CDEA48EC259DCE944021ADAAD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - D71879611E6B7BA6D854F6B5CF6F1E3C /* PBXContainerItemProxy */ = { + D59C599957FFFD075CAD00923DB34B69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; remoteInfo = pop; }; - D72EE430556593106FD134E17C422714 /* PBXContainerItemProxy */ = { + D5C38B1882AC145576122E85795B5966 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - D762BBCA0B15FB975CA2D9DAE05A186B /* PBXContainerItemProxy */ = { + D5E7526ABDD3274057FBC4F6BF93101A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - D77ADFDD9A339DD8B843DB784EEC7723 /* PBXContainerItemProxy */ = { + D6194749376A8E0BE841301E5F51D79F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - D7EAA916D00047D14EE72294A9197BF0 /* PBXContainerItemProxy */ = { + D67054490F49ED75AB275B674288A901 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = C1B7E9FCC674E977BE2D38FC2709798C; + remoteInfo = "AppsFlyerFramework-AppsFlyerLib_Privacy"; }; - D80ECB18EA55530916A94AE5F5B296E7 /* PBXContainerItemProxy */ = { + D6B307BFFCDD6FF085EBD38FE9070BB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - D920676824DB037097894D81A9765B13 /* PBXContainerItemProxy */ = { + D6F8AB2E2C9219892BA9B49EA30F4844 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - D9218E5FC771F86582E8CF57DFD67DD1 /* PBXContainerItemProxy */ = { + D71B74EC2DB461CF9129CE79A8AA9093 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - D94864329489CDC4C1637F87D503A733 /* PBXContainerItemProxy */ = { + D74CEAB74E57E143767DDA1F75C0B64A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - D9EFC30C21DE1A1C071048CFB5E0070E /* PBXContainerItemProxy */ = { + D77605AAA966136537CE7357EC4B3850 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - DA3168AB42590FA1D503A3F969404309 /* PBXContainerItemProxy */ = { + D7D6E73A55C2996FB62F9D8E7605F3EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - DA4F496A37F76FA3D3ABA83CACF1B3DE /* PBXContainerItemProxy */ = { + D7EAB60577C4A8D32F8EA800B9222477 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; + remoteInfo = FirebaseMessaging; }; - DA591EE79A3C07B776B2DDBB0DE66592 /* PBXContainerItemProxy */ = { + D7FB508177E2249AFF6402EBD14EE7F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - DACD24914B0BC83B46CB3F836D384FCE /* PBXContainerItemProxy */ = { + D806CD20758A847CF12954D3156CB66E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - DACFF515D63028327576DD37EBE6893D /* PBXContainerItemProxy */ = { + D8307F63860163AAAC945E3869A0F4DE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - DB3505239A8D99B779C799647D4BA90A /* PBXContainerItemProxy */ = { + D8C27419CC9D874438268A94B1DAEDD2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; + remoteInfo = FirebasePerformance; }; - DB44A56ED0360C992FC0BD5F959B4CE1 /* PBXContainerItemProxy */ = { + D8D5627507B9514CDF9D8B07C2424A48 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; + remoteInfo = FirebaseSessions; }; - DB45915547CAF381AF4CD227040617EF /* PBXContainerItemProxy */ = { + D8F5773457B01184F78855AC7AFB4B98 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - DB9397458C8A36ABB26A79777C36363A /* PBXContainerItemProxy */ = { + D90561635AE853A52F84778196744E79 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - DBD5E29A08270EAA87736507D4F8DA0E /* PBXContainerItemProxy */ = { + D9128745BDC8381317ACB4C1EC797494 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - DC67F17D12B201800CB018385EDB317A /* PBXContainerItemProxy */ = { + D975B9106646A4822A3AE1735CAD4B4B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - DCD76753522047267D424AAE62A2EDD3 /* PBXContainerItemProxy */ = { + D98E27583D690A355F869857053CE148 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; - remoteInfo = GoogleToolboxForMac; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - DCE5C412BDCEE3EE85A63846494B3AC9 /* PBXContainerItemProxy */ = { + D9AF6E975799850193D7DA071E712524 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; - remoteInfo = PromisesSwift; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - DCE849F7DAF073CB91DE661BC0F07974 /* PBXContainerItemProxy */ = { + D9BCEC537DA86E3870ED71B37E4D4D57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - DD2C2F83E465528AED117E995DC4AB45 /* PBXContainerItemProxy */ = { + D9D997CF529967BA0498B4FE7FC3E4B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - DD4993A9EC3282139194527D42E898D9 /* PBXContainerItemProxy */ = { + DA32EFB7AC3D6CB4B0BC71E10B1A1ABF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - DDAC8C50411E6858118030E0304ECB43 /* PBXContainerItemProxy */ = { + DA451514947341E84513FFF292652EE3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9C4575D64B2B6264CF6AB60FB03302AA; - remoteInfo = "FirebaseCoreExtension-FirebaseCoreExtension_Privacy"; + remoteGlobalIDString = 2B2AD932AF1A90828B4DFC5AC6955ADA; + remoteInfo = Abacus; }; - DE3E2BE47CFDD2A78913F8DBA51B7E69 /* PBXContainerItemProxy */ = { + DA729B53BE100D940C108B812A06DDFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8F04F0E8FF3A36306C4FAA84540970E7; - remoteInfo = "Firebase-5a1e767e"; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - DE6BC27ED81C82E31626B83168F28813 /* PBXContainerItemProxy */ = { + DAC52553BA80B957533BBD1A479A4404 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - DEE3AC402FDB23FF02A1F38E5A0FAB6A /* PBXContainerItemProxy */ = { + DACCC5B72FDD0F9D5F38D1576ED541D8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - DEEC54DB6A9C550FBD82B579E129D8EA /* PBXContainerItemProxy */ = { + DAD55560F9E95A418E937643FC785A65 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - DF55E73BD17F12D8565A0E91FDA1EFAF /* PBXContainerItemProxy */ = { + DB15622B422B2E41BDA82EA26031A7BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - DFA9AE691930BAE9A32F7AE5D2C36C42 /* PBXContainerItemProxy */ = { + DB3D7E4995C72449E438D834ED93E444 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - DFF61EA42D4BA3FA880C4BECFA9D7A9A /* PBXContainerItemProxy */ = { + DB4F3705EDB523036C989F041CD06A5E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B783C6FA652FC4195003054549B87961; - remoteInfo = "Amplitude-iOS"; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - E00B5685F1F298E10A2AFAB6C2A6D30D /* PBXContainerItemProxy */ = { + DB9AF892A8B5A036289AAC9470BA1AF3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - E00B8708FF70709E82305D3CD467FBC7 /* PBXContainerItemProxy */ = { + DBB6A1E9113363F4A88E26A3280E515B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - E0A8FE86A5EAFA2997F9DA74CB202A8A /* PBXContainerItemProxy */ = { + DBD1E1D6CBD94E9B461BE03F28E9FBED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - E0D415795D9D5B7908B2A9C7482E2DA9 /* PBXContainerItemProxy */ = { + DBD3B4B315BBD88A8913F6215D877BF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 328CC04F43300C6CAB81659260A3799D; - remoteInfo = FirebaseRemoteConfigInterop; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - E1263AF9D5B45BC78BCC2CD2A02CF4CA /* PBXContainerItemProxy */ = { + DBE6E05800284DACDAFB02EFEFEBAFBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; remoteInfo = SDWebImageSVGCoder; }; - E1423A238C4A7179FDF1CC9B9BEE1EAD /* PBXContainerItemProxy */ = { + DC3B17140C4D550BC56E1F804C6252A6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - E1529B703B8CD9A12211B12EBD3F657F /* PBXContainerItemProxy */ = { + DCBDA4734B7127E772993C220C7468D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - E1785766E0203F89AD21A8C7E018ED82 /* PBXContainerItemProxy */ = { + DCC5CB1FF179C4DA469EE966353E6A3D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - E196CC5C020F3D13540E0A07166BB496 /* PBXContainerItemProxy */ = { + DE1462FEC6FB9091C3671DDF9CE3ED42 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - E1BDB750B4EA106D3CDEEA4C2EB9546D /* PBXContainerItemProxy */ = { + DE43285718F016D520B789CBC574D3FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - E1CB74218F3119EC28E6C9D6680D411D /* PBXContainerItemProxy */ = { + DE5D38EE5D2A0FE6E92FCFE43AB50D68 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; + remoteInfo = PromisesSwift; }; - E1FCB808B97AA74E96BF8AC14D6CC3F9 /* PBXContainerItemProxy */ = { + DE6257D6FF369B5FB9A34E6F200B0198 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - E22B9C6FF372F34BCA9FF76A665EFA03 /* PBXContainerItemProxy */ = { + DE9A21D1A575AF1AB712EF3C4646497D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; - remoteInfo = FirebaseSessions; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - E271A5F25D61B46A0A18B5FF442D3195 /* PBXContainerItemProxy */ = { + DEA6B4167517F2390FED45F387CD5BE2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - E2CE283AE0C321329908B94C796BE782 /* PBXContainerItemProxy */ = { + DED0B2745DDCA43586187A535036D264 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - E2FCE2501E11C77E7B8F5904479C0717 /* PBXContainerItemProxy */ = { + DF03BE7D15A6F0FEBCCB96FAF7AFE56F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - E30546E3816A7DFE763187758FC80D4A /* PBXContainerItemProxy */ = { + DF735E853E3D18759628D92A50F56E8B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 21FB29F43C8A2A81ABFE8C478370070E; + remoteInfo = "FirebaseMessaging-FirebaseMessaging_Privacy"; }; - E31324E491529A4F281A5311844F6638 /* PBXContainerItemProxy */ = { + DF747C2A449397C3B2BE1315CBCDD5AD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; remoteInfo = "libPhoneNumber-iOS"; }; - E37858490D5882248CB8E6F0ED1C8B26 /* PBXContainerItemProxy */ = { + DFCAAA74DA924339FB58DB0C6A7CEC85 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - E381A6FACD642570F0311FC6B4A6445D /* PBXContainerItemProxy */ = { + DFF5BD80AB50CE53C73642DCD385F59B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - E3AAB27DB1193D0B45E6EF18F6B6FDCD /* PBXContainerItemProxy */ = { + E035262447490E33DEF481C7E27C75F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - E3B1603C38F5B7A342BB71DD70052EB6 /* PBXContainerItemProxy */ = { + E0EAF8CAD7224897D0F1CBD93558A710 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - E3FD1F4BA737317B437FE8B2BD5E5400 /* PBXContainerItemProxy */ = { + E13042AC2D94E9A668B60353B29D5FC8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - E4169C959343D82AA8A85B56B5E89045 /* PBXContainerItemProxy */ = { + E1342C172BAA3CCDE50843CB5AD98F42 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - E4A85B7B9EB6C9391B04926AA5F1550D /* PBXContainerItemProxy */ = { + E17CD829E3A77B478F340325BB6FAC5C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - E4BB6608A72AF15F85AC6FC54D399535 /* PBXContainerItemProxy */ = { + E189D6BF73F9DD9A559273E17D719A43 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - E4D88A1F428F3369E46FE6FF0FEF83D0 /* PBXContainerItemProxy */ = { + E1FD2618D83B938BE047CA4D7BB4D074 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; - remoteInfo = Popovers; + remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; + remoteInfo = SDWebImageSwiftUI; }; - E5149A2B11F80CE7CF1F10A8C405F8D6 /* PBXContainerItemProxy */ = { + E22A15FFB17CC946D5E0A58BE765F219 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; - remoteInfo = DrawerMenu; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - E5CB27765DD542D873F9306FA5741B4B /* PBXContainerItemProxy */ = { + E25C79F5D446319BDDC4B4DCA7A5A800 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - E6964708A73BC24BE0BA70C2CE4EBE54 /* PBXContainerItemProxy */ = { + E2CC930EA764087FA68066C74D82FD45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; }; - E6CA9BBE94905A85E16699265EB27887 /* PBXContainerItemProxy */ = { + E2DE7CEA231D1A6C14404BA446EBF036 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; remoteInfo = SnapKit; }; - E76004D653D7C93173036864AF980284 /* PBXContainerItemProxy */ = { + E38F9A247CC1D498E10B7C44C2BFE04F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - E7844AC70FEC5C9A63E0D58C40B9E963 /* PBXContainerItemProxy */ = { + E3BA5DE60CCA67BDE6B603FB7C25093D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - E7AB5E2B2249C7C85586C18DFBBE0E6D /* PBXContainerItemProxy */ = { + E3C087407216493BF326F1F242C1D4E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; }; - E7B7C3F40A60E363A6EB5ADEF7225CC8 /* PBXContainerItemProxy */ = { + E3E556E9DD3A2D75FB353C77BAA1DAF8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; - remoteInfo = FirebaseSessions; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - E7D3F4F79E3CDC75A055910BB0425A22 /* PBXContainerItemProxy */ = { + E418E9914C5DE436119DF55FF26294CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; remoteInfo = Differ; }; - E84857DA9DA2D463F6AA5E118C710F70 /* PBXContainerItemProxy */ = { + E42314249B9F6FEECACB302B7FDAFA8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - E84BFD1BE34B42C654B2F406FF477A27 /* PBXContainerItemProxy */ = { + E4378E3E3D0045A60D49388DCC0885F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; - remoteInfo = FirebaseSharedSwift; + remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; + remoteInfo = PromisesSwift; }; - E850E1FE4A7508DEC942AAA96EDA7E7D /* PBXContainerItemProxy */ = { + E43F0D015CE97C60BE0949D25D16B1E9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - E8AD4A6B8F1EF2DF5AAFF009ACCFDBEB /* PBXContainerItemProxy */ = { + E4527728C2E1BEF9F9762288B1C6CA72 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94706DD5BBE215339DF893D4434E1084; - remoteInfo = FirebaseSharedSwift; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - E9472D01D891726AAE8437634C179E81 /* PBXContainerItemProxy */ = { + E453C9970C72AC1A2C3EF32DD4ED8CA2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - E9AC2681830B530F378DF1486FC1CF00 /* PBXContainerItemProxy */ = { + E4788809CFE953D0C013266EC180B763 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - EA15F117A32A4739C5B49211EAEB1C66 /* PBXContainerItemProxy */ = { + E493B533D7ACDA99C6FD579A509A0732 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; + remoteInfo = SDWebImageSVGCoder; }; - EA268DCE26147E7A1B2442CE56BC90B6 /* PBXContainerItemProxy */ = { + E4BBC1A18BC910198305929B2B7E62B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - EAA83CC5B43BE70DC720D4E9118293B0 /* PBXContainerItemProxy */ = { + E4C236270E4F99E300A91D46862ADB36 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - EB014DCC5AE2F78A60F69C92DED3CD55 /* PBXContainerItemProxy */ = { + E4E3A8A58DCFEF9FA6ACB7371631A956 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - EB357A7FB909C538B1E030336221C7F8 /* PBXContainerItemProxy */ = { + E4E8458C3D69AE923FEC68F2B694E181 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - EB7FA6D8001F8EDDA46B3FDDB1C373CC /* PBXContainerItemProxy */ = { + E5434950D829F85399CF1B42113BBE2F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 9C4575D64B2B6264CF6AB60FB03302AA; + remoteInfo = "FirebaseCoreExtension-FirebaseCoreExtension_Privacy"; }; - EB9CECE6DB146B307F038CD5C221A47A /* PBXContainerItemProxy */ = { + E54EF3F49D8F8C27775D7957833BADA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = D47C581D39D227080F83B16A22A56664; + remoteInfo = GoogleToolboxForMac; }; - EBADD0ECCD8968F18BF2E7595798C314 /* PBXContainerItemProxy */ = { + E581A0BD97F7AABA7FA42BDC359BBD4B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - EBCE1630778F44F5C9BD2E9E122256A9 /* PBXContainerItemProxy */ = { + E59F81B1BBD11053AC6DD29469BF7002 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; + remoteInfo = PromisesSwift; }; - EBE15DC8E11EE034BB969DE64DE13158 /* PBXContainerItemProxy */ = { + E5AC374659FD8A7DE8C34476978B0B66 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 3EB14444A17F9D4F1F697F7C1FF32245; + remoteInfo = "FirebaseInstallations-FirebaseInstallations_Privacy"; }; - EC2AD7FCC2CFE44D93758F4F50AC55EF /* PBXContainerItemProxy */ = { + E5B1B53E18A3D37527B5EBBC3A85A901 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = DD0D41A9315A48004E57F4F0E54095F1; + remoteInfo = "GoogleDataTransport-GoogleDataTransport_Privacy"; }; - EC472689DDB6B4850254F45111CD6EF8 /* PBXContainerItemProxy */ = { + E5CBC57EA37AFC1816B068D4B7FA0012 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; - remoteInfo = COSTouchVisualizer; + remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; + remoteInfo = FirebaseRemoteConfig; }; - EC547D05107278433BFD9B1FA575A589 /* PBXContainerItemProxy */ = { + E5E7038A37AEF28F9DA5D91E1794A1D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; - remoteInfo = Popovers; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - EC7C4482A9A6E761CBCA52E6E375E9FD /* PBXContainerItemProxy */ = { + E6AB4B10067E28E7FA156A177D6C6BA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - ECA6236C7F389A931F30332F2E3EBE08 /* PBXContainerItemProxy */ = { + E6BE122478DCBF229A18969803A03EE1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - ECE697E5BA077B7943B66BCB75E15AFC /* PBXContainerItemProxy */ = { + E6C46C54EAAE41B784E0B84BC63F9372 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - ED0289300379709994D632E3BF6EF038 /* PBXContainerItemProxy */ = { + E6CA7EA6C05F609A513FDCF01EA349E9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - EDCDFDAD56CAE52C97B52D97BB39134E /* PBXContainerItemProxy */ = { + E6D49EF3520E7C5E1B4D652464766525 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; }; - EE2255B484221BFCA38B4764C7583193 /* PBXContainerItemProxy */ = { + E7010ED36ED8CA65A2F1955ECE8BE050 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - EE28A3F84349C4D2411C77CB4AA58477 /* PBXContainerItemProxy */ = { + E74C681D35C46903AF4208336F4E1E4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - EE8F547E42A44A9AF8CEE73AB5D080FD /* PBXContainerItemProxy */ = { + E76D51DD6FDE9C2D90374FBC244C9112 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = C369636770D47D26A48AC38168784079; + remoteInfo = Statsig; }; - EEC99CB66A65B8046DDFD851E2087C63 /* PBXContainerItemProxy */ = { + E76F119DB66D599596A2D267602B9B6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - EEF27AF154797695E3223C9F08729279 /* PBXContainerItemProxy */ = { + E796A29EB8129ED127F414B1186826EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - EEFFC34CDE79C879C7C1854A5D91ADB3 /* PBXContainerItemProxy */ = { + E79EED6D9AE0E7845CEC58BC9849BA2A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B748EFCD9F50067EF7DF853242BB3AB4; - remoteInfo = Popovers; + remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; + remoteInfo = FirebasePerformance; }; - EF0E504232C04636A69EBD49E66F8D7B /* PBXContainerItemProxy */ = { + E7FD6D2F3E4AB04A22195A9B49E3246D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - EF186442E8A860829E4EE08ECC1AEC64 /* PBXContainerItemProxy */ = { + E7FE24B1D3C8681779AF553EC2DBA8A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - EF5337D59982BB90347D823A7D84FB14 /* PBXContainerItemProxy */ = { + E83B95E91C30FED843A495C79FD3BF99 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - EF58C6E7F54BF67CF5C0E04BE7C097CB /* PBXContainerItemProxy */ = { + E858E026A13E7BD9BD88D050212054A4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; + remoteInfo = SimpleKeychain; }; - EF6E3E5A83D4796BF2C8B5A505C27B20 /* PBXContainerItemProxy */ = { + E96FA07E3872EB6EFF7704E8C4DFCF6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; - remoteInfo = "libPhoneNumber-iOS"; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - EF8658E8424150C8E50EDC2C936AF6DA /* PBXContainerItemProxy */ = { + E99C51C2349E4E4BEFA6C16357FB6630 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - EFE63072D9FB766AC915D2140B197CEF /* PBXContainerItemProxy */ = { + EA39CDB6D8ABDD565A248DC67A5BB63E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 0A8C943EF5CB0B747A82882C5D3ECF93; + remoteInfo = "ReachabilitySwift-ReachabilitySwift"; }; - F00C833F44CC1807BD6A6CB9D7B223EA /* PBXContainerItemProxy */ = { + EAB5A2E24318A6EC3151634D18DCC684 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = 3F8EC37C78673149F2B94E8BD9AA8737; + remoteInfo = FirebaseSessions; }; - F03E2FB97282759C1E69BA349B25DF9E /* PBXContainerItemProxy */ = { + EB920F36F48F272437F87ABDC44EFF40 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - F068A8BB60944B40A1450C6E70E163F0 /* PBXContainerItemProxy */ = { + EBD42D181B679D9CC3BFD2651DD9191E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 41AB140807C3F67E2661E5DC2A6B53CE; - remoteInfo = FirebasePerformance; + remoteGlobalIDString = 8F68D031908A0059566798048C48F776; + remoteInfo = FirebaseABTesting; }; - F0C62224E26F86CA5E9A206C47F0A16D /* PBXContainerItemProxy */ = { + EBE0A48C75DA6A3DA32A2122B40951AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; - remoteInfo = NVActivityIndicatorView; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - F0CDD1E042DC03BAC88E79B4D04AE47F /* PBXContainerItemProxy */ = { + EBEC6D57E25B874D776F785DAD2430CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; + }; + EC8B5BCE4ADB8251DC414FF6D9303851 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - F104E868AB5861CD8DBA3FA21BDECFCE /* PBXContainerItemProxy */ = { + ECDDAA7F6450ADE018535038B2C85E9F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; remoteInfo = BigInt; }; - F112AAD237552A58C0549D06A7C0DAB8 /* PBXContainerItemProxy */ = { + ED1798334D01B8C99D0FA5489E09C3D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - F17BDDEE14908E28BAEFDB9BCA41ED96 /* PBXContainerItemProxy */ = { + ED2A4E69E57E11977A6B6F43A64133BF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8F68D031908A0059566798048C48F776; - remoteInfo = FirebaseABTesting; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - F18ACE2AED58886C0EDC4AC65936A254 /* PBXContainerItemProxy */ = { + ED305DD79DEF8383CF6CA1FDE095599A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; - remoteInfo = PanModal; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - F1D170AF299C80EB33DBC1A9253E90C8 /* PBXContainerItemProxy */ = { + ED45B88B67393F86F8016C8B8EF8697E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; + remoteInfo = RDHCollectionViewGridLayout; }; - F1DFD088E77AAA1CE4052751551FFD89 /* PBXContainerItemProxy */ = { + ED63360BF9CE3EAA59E46D440419EFE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; - remoteInfo = ZSWTappableLabel; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - F2E2C1203ADE3848F6A15CBFB97104C2 /* PBXContainerItemProxy */ = { + EE370930E1465B1BFD2A65D346024C1C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = AD16B149CC82594F15860A512FDBB6B9; + remoteInfo = PanModal; }; - F2F7F2DB5E517B6D777A5E325F210892 /* PBXContainerItemProxy */ = { + EE66C904D279917953737A1D42286394 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 417B25AC44CA1D040034CC1F375CEE36; - remoteInfo = "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy"; + remoteGlobalIDString = A979F9D3632CD5F2F7518F9A362CBAE3; + remoteInfo = PromisesSwift; }; - F3893105EDE5B36003A4192CCD280A89 /* PBXContainerItemProxy */ = { + EE6F99E7CFE672651D5B65A1A8AF6FD8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 192AEFA366AAFE1F45B918C022FE489C; - remoteInfo = SimpleKeychain; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - F3D436C435078368FC49B2CDE656818A /* PBXContainerItemProxy */ = { + EE765CECD7BB5C63BD61A9E9F2CE5195 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; + }; + EEB9D5E544569337FB6C156323CD9691 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FE1DE31D91C32501251AE9687CDC2E0F; + remoteInfo = FirebaseCoreExtension; }; - F412615E109DEA22857C8D7A5AF8CA9E /* PBXContainerItemProxy */ = { + EF74E5E19EE2E6C3A340F912C6307B24 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; remoteInfo = EasyTipView; }; - F4498FA1DD0C5086DBD7602B2EEBE641 /* PBXContainerItemProxy */ = { + EFAEC908B92A8C8365CCC41011232A51 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F701F16821D7AA8B115646DA013C13EE; - remoteInfo = "Firebase-2149e159"; + remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; + remoteInfo = Charts; }; - F4579E6FECFCFDF05D9899EB80FE1E2B /* PBXContainerItemProxy */ = { + EFCB6948699E8AA19F6EFF2E5AE3C5A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B0B23938B1EBCBAD2419AB6E9D222A0B; - remoteInfo = AppsFlyerFramework; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - F460368961C7CBFFBFDECAAE866AED77 /* PBXContainerItemProxy */ = { + EFF64AA2DC59EEEC87A0113667A4803E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 51471EE35F2E9E19E51A74944E5ABB7F; - remoteInfo = FirebaseRemoteConfig; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - F4CCFFB55AF86D8C25B0AB2954C392B0 /* PBXContainerItemProxy */ = { + F005F4E1153A96AF3C115032982F4F17 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 92EBFA3E7005B4C18A9C0B44324EB80F; - remoteInfo = SDWebImageSwiftUI; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - F536C99A4EEFF789D40E33B24ACB14DC /* PBXContainerItemProxy */ = { + F139191DE261A97B9509851FFA25EC74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - F609D289462E2BC1C3971B540BDCC7E3 /* PBXContainerItemProxy */ = { + F139CC422C2602AD319CEF51A8AF21EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; - remoteInfo = Differ; + remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; + remoteInfo = FirebaseMessaging; }; - F659BDBE68A9110A8AAF2165829B42DE /* PBXContainerItemProxy */ = { + F19DFD56E13DAA07280471625724E33F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - F6C571FA3052BE81A2B301CA391E1BDA /* PBXContainerItemProxy */ = { + F22E167F6BB70D3080DCAC033E69C69D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - F6D3988D772A9CA301F0654A38570FBC /* PBXContainerItemProxy */ = { + F258AAB4977B92347A12F11051AE4EC7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - F7C1F84C29B31FA18B36102CEF0B6AE5 /* PBXContainerItemProxy */ = { + F29E7BEEF15CAEF797DA25043907B72E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; + remoteInfo = Validator; }; - F7C452B42EA8811C1004D0996FE3E2C9 /* PBXContainerItemProxy */ = { + F2CC5AB1A2523F35D004137790293D9E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - F7F9B42E43381D6727BE03EDA2F01448 /* PBXContainerItemProxy */ = { + F37034D9C08D67E1CC06432F95BD67B9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - F87B841465EBF2CD1A39E75DD1B3E066 /* PBXContainerItemProxy */ = { + F3BD64F36F05CBD4DE26DFC0DC3D3613 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 44E7E03875D04F3FFAEE1E88F50589CA; - remoteInfo = Validator; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - F8AAC1EA2832F1CA9D2A8FCFB0ABC371 /* PBXContainerItemProxy */ = { + F3C7ABA84DB563E667FE58140802C5A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FADB84DF00AA7E5A44B755457F4AF0E2; - remoteInfo = RDHCollectionViewGridLayout; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; }; - F8F7DD155DAB6A15F0987746E4233750 /* PBXContainerItemProxy */ = { + F43D1190319392BAAC3991D9CB59413B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - F90B6D848434CA00BB31D86E986FD366 /* PBXContainerItemProxy */ = { + F45C6E801AB2630E9573DF94B171D769 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - F9119F8C208EC0487A54BCC584CD69E5 /* PBXContainerItemProxy */ = { + F46B9EA51F2659017D7EF261E051EA1E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - F92B2E6117C708C3840C688A3DA59B16 /* PBXContainerItemProxy */ = { + F4D6435F508D5E2C30E4A93144AB467D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF03B0B2B8B052092CB5F90CC5FB3757; - remoteInfo = Charts; + remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; + remoteInfo = EasyTipView; }; - F933C3D55B71EB33120C7D21E3B85AB2 /* PBXContainerItemProxy */ = { + F503C7B52E7873D62971304D1AD2F1BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - F9A18432DFCA0BBB28589850C6BA25E9 /* PBXContainerItemProxy */ = { + F50DFED637A29722824AB36638A43839 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; - remoteInfo = Atributika; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - F9D53BD8D1889ED740C3E6E3D9A598FA /* PBXContainerItemProxy */ = { + F5451BDE08B48C4C10B79D0693442CA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 14AD6D3DE5F8E41B9BFDD59D9BAE5959; + remoteInfo = ZSWTappableLabel; }; - F9E15AA07B7AFB708CDD0205099E4E65 /* PBXContainerItemProxy */ = { + F5A0C664BE4B38DF791AC381ECC971F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = 4523574CD9BAB130771CDA070AE9A1B3; + remoteInfo = "Firebase-360edc41"; }; - F9F055B28B6A566CDAC61B7689327E94 /* PBXContainerItemProxy */ = { + F5A7E9E788B7D771F892527921CDD8EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 55522A91938FF505CFEBEAD2DD85AE2D; - remoteInfo = "nanopb-nanopb_Privacy"; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - FA0E2A5AF7111F09AAF0EC30E6EC180F /* PBXContainerItemProxy */ = { + F5E14753E66C5EC7A68A53983709137B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; - remoteInfo = CombineExt; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; }; - FA2F33CE777E553D512614749ACC5C11 /* PBXContainerItemProxy */ = { + F5F4286670DC15ACC365C8EF05BEAB68 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - FA4511D088F7DEAB2C1F10B19CDCBC06 /* PBXContainerItemProxy */ = { + F601F503D2BD6E3F88D30E5003D38757 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; - remoteInfo = BigInt; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; + }; + F6313EAF4324BE35BE0B1A21B856D7DE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 24D7789A4C8783E3684E7D8CFAC12CC6; + remoteInfo = "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy"; }; - FA76630FC6BBFFBFCC1682D21C9213BB /* PBXContainerItemProxy */ = { + F63B39D8C4DCB3FC6C613AB47E7277EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - FAB40F4BCD9F8740804726C0B6CF3344 /* PBXContainerItemProxy */ = { + F66723DA740776CE1034B45AA8967951 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; + remoteInfo = ReachabilitySwift; }; - FAC0606208779B46E9243FA539456093 /* PBXContainerItemProxy */ = { + F6C62C8E2AC3409C6DF174F1200DACD0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F7C709A913CD2DAF7541A1D8CAC7706; - remoteInfo = JTCalendar; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - FAFE2E84F6D627F68C84E76919ECB6AD /* PBXContainerItemProxy */ = { + F71BB8347BB16EE80A3C54757567EAC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; remoteInfo = KVOController; }; - FB9272F792562506F2B310323360D4FD /* PBXContainerItemProxy */ = { + F7D727E0E8AD90C8E22DC2F7D0480D9A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; - FBEDD772525773AFB115A48C44167092 /* PBXContainerItemProxy */ = { + F82AB79AEB7875CC1192430C88583227 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - FCBD6CE2BAA05EBC9216E7054A4FF390 /* PBXContainerItemProxy */ = { + F82E121CEDAF4EDB859D72E55B7CF3E3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C7B621349CB28ED0EBA4C3E416947AB6; - remoteInfo = "FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy"; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - FD1E74172A4FED492792DCDCD7FC23E8 /* PBXContainerItemProxy */ = { + F8AEFA046C43046F19E341F6D0D4A7D4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94CFBA7D633ECA58DF85C327B035E6A3; - remoteInfo = "SDWebImage-SDWebImage"; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - FD697E1FB8579194CCDAAAC9853FEB1E /* PBXContainerItemProxy */ = { + F8FF18C2DB766F8C9AC15729E99D7F80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; remoteInfo = "libPhoneNumber-iOS"; }; - FD831772914DE9E3A5EC5183BB306AC8 /* PBXContainerItemProxy */ = { + F96C53E24B9163F659BE8772CF40F5F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; - remoteInfo = iCarousel; + remoteGlobalIDString = A456C50A922C437FF7BB4660A7D1CF46; + remoteInfo = COSTouchVisualizer; }; - FE0D295C3C044AE09B1EF00DDDE93FF6 /* PBXContainerItemProxy */ = { + F987954987EFEE7E1C3F1860655A7104 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - FE611CEFAE9327F78040FF7B13B36F6C /* PBXContainerItemProxy */ = { + F9DAA9FC7C919D3EEB0DD187F4B2397F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 048D21E3C8151CD23D428D38093E1538; - remoteInfo = EasyTipView; + remoteGlobalIDString = AF8A82876C43F4DFD625D1823E680EAC; + remoteInfo = NVActivityIndicatorView; }; - FE7059D3B6005B215DEF8F94FDF179D5 /* PBXContainerItemProxy */ = { + FA496B4BEF4E3EE7CB43B80CAAE57310 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B856BA85F30B9CB0BFFCDB44F4FB316F; - remoteInfo = SDWebImageSVGCoder; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - FED7B5AB2143232D160392F4C60B9B0E /* PBXContainerItemProxy */ = { + FA67B6C4AB69CCAD3182B467F9CB9D1F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; - remoteInfo = pop; + remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; + remoteInfo = SVGKit; }; - FEEFF767371B12BF3E853834C40CCC01 /* PBXContainerItemProxy */ = { + FA70DD59CE8B3BAD1A63822408BBEE9C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 21FB29F43C8A2A81ABFE8C478370070E; - remoteInfo = "FirebaseMessaging-FirebaseMessaging_Privacy"; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; }; - FF146028C966599BEEA98247BD947536 /* PBXContainerItemProxy */ = { + FA80A145AA75E42F95295824A94EDC74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; - remoteInfo = HMSegmentedControl; + remoteGlobalIDString = E35C7F15C2ABEA4754F42DB81E82D23D; + remoteInfo = CombineExt; }; - FF1FA060957A116FFD227D9E66A3AD32 /* PBXContainerItemProxy */ = { + FAA138411B17982CCC14640805752452 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B537A1FD6BC67DF7FE8C2B34E5CE6F19; - remoteInfo = SVGKit; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; }; - FF2C3F39D3242ECC9E89E3CADDABC79C /* PBXContainerItemProxy */ = { + FABC3EC74044E9DF70272ABA61F912E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; - remoteInfo = EFQRCode; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - FF3E5906CFB56710E3DE1139AE1B1E6D /* PBXContainerItemProxy */ = { + FAD6A98951622E840FCDD62328C3619E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; - remoteInfo = MaterialActivityIndicator; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; }; - FF487BB7288F69E250BAF3F963D3E18E /* PBXContainerItemProxy */ = { + FB23CFD506C2B6F24142C70765D8B93E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; - remoteInfo = FloatingPanel; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; }; - FF4F60D9857456126E573D92F518F079 /* PBXContainerItemProxy */ = { + FB2B93697414B49973DEB359AE5B3D31 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0B00B2C167CD783351BD1D00BD5AD1F8; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = B4CEB0284B4209C3EB1D2921056254BE; + remoteInfo = HMSegmentedControl; }; - FF917C5124349089AC1D2B5C513F07B3 /* PBXContainerItemProxy */ = { + FB529E7D3385D69EEFD53A0230E446EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; }; - FFACBF028357495BE950D6AC5F87913E /* PBXContainerItemProxy */ = { + FB7141007F0F8D2B4FD8EEA000F921C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 5895B432FE4D2F6826C8FF25A09DB6D2; remoteInfo = FirebaseMessaging; }; - FFB54152F29CA866E27E81523C43235C /* PBXContainerItemProxy */ = { + FBDA1C207D6434BDF5F4F8273B086305 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 0007D633653608018BEF89BC6939D50A /* FIRCLSRolloutsPersistenceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRolloutsPersistenceManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSRolloutsPersistenceManager.m; sourceTree = ""; }; - 0015BC37A9F79171C7C552EB7913BDA3 /* CurrentValueRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentValueRelay.swift; path = Sources/Relays/CurrentValueRelay.swift; sourceTree = ""; }; - 004A0E0315501A2A17BD9CC3C5A4A5B6 /* GTMSessionUploadFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionUploadFetcher.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h; sourceTree = ""; }; - 006DB6B9C74D9A8CA698DC9C067643BD /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - 007CA7FC188EF97A7CF0265EEFAE0F8B /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - 00809F50BDA7B27DD4FAF2C6883EE009 /* FIRCLSExistingReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExistingReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.m; sourceTree = ""; }; - 0139A8C8CA8B09766A4C9A81B486511B /* ZSWTappableLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZSWTappableLabel-prefix.pch"; sourceTree = ""; }; - 01844918464092965DAD79FA38CD08C6 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 0184ADA5AE5036A71646540C87300E38 /* RCNConfigFetch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigFetch.h; path = FirebaseRemoteConfig/Sources/Private/RCNConfigFetch.h; sourceTree = ""; }; - 0185F4ED0167C749F25F1BDF5F0FEBBD /* BubbleChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartView.swift; path = Source/Charts/Charts/BubbleChartView.swift; sourceTree = ""; }; - 018B0A88C78DAEC66FFB517EF5B20C1F /* Pods-iOS-CameraParticlesTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-CameraParticlesTests"; path = Pods_iOS_CameraParticlesTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 01927563124FD9FD1BDB6559629A36C3 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - 019AAB5606D6D3B801853691FCFA7B83 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; - 01A3C3DE42D076AEE255813CD13FEA43 /* FloatConversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FloatConversion.h; path = pop/WebCore/FloatConversion.h; sourceTree = ""; }; - 01B21638AED5EC868B22FFB346C92429 /* CombinedChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedChartRenderer.swift; path = Source/Charts/Renderers/CombinedChartRenderer.swift; sourceTree = ""; }; - 01D3765ACCCE54D6B44ED2DB0AFCAD0D /* client_metrics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = client_metrics.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/client_metrics.nanopb.c; sourceTree = ""; }; - 01FB128698C9B3839658340C002D8F77 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h; sourceTree = ""; }; - 020AB32EFF694F9BE8AF3D0CDB7E71D5 /* iCarousel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = iCarousel.m; path = iCarousel/iCarousel.m; sourceTree = ""; }; - 0210097090F548DD833A614C49E15C95 /* GoogleDataTransport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.debug.xcconfig; sourceTree = ""; }; - 02243155BFB91B28434035C02C747253 /* Pods-iOS-PlatformParticlesTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformParticlesTests-acknowledgements.plist"; sourceTree = ""; }; - 0236D869C6E0EF13F9EA53C82F40EF0C /* RCNPersonalization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNPersonalization.m; path = FirebaseRemoteConfig/Sources/RCNPersonalization.m; sourceTree = ""; }; - 0238C45721A0510A75FA7FB1689A70F1 /* POPAnimationTracer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracer.h; path = pop/POPAnimationTracer.h; sourceTree = ""; }; - 02494902D9DC397973327D1996B4F660 /* PieChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartRenderer.swift; path = Source/Charts/Renderers/PieChartRenderer.swift; sourceTree = ""; }; - 0250D98E43F2F2432DE95FE864C677A4 /* CGPathAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CGPathAdditions.h; path = "Source/QuartzCore additions/CGPathAdditions.h"; sourceTree = ""; }; - 0266157A12F7210048616BF71804AE8C /* PanModal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PanModal.debug.xcconfig; sourceTree = ""; }; - 026B0CD5C051ECFE6E05A6B1E702B60E /* Pods-iOS-dydxPresenters */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxPresenters"; path = Pods_iOS_dydxPresenters.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0300EF3DA38745738EE16EEFEA59CC3D /* sessions.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sessions.nanopb.h; path = FirebaseSessions/SourcesObjC/Protogen/nanopb/sessions.nanopb.h; sourceTree = ""; }; - 0334FDA3A37A6ACCDDB1D2795B46F39F /* FIRCLSFABAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation_Private.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h; sourceTree = ""; }; - 0343BE48D4152D8559C5A4DA27084319 /* Pods-iOS-dydxCartera-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxCartera-dummy.m"; sourceTree = ""; }; - 0346B59839F719F3E922A6CB6675685D /* SVGKFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKFastImageView.m; path = Source/ImageViews/SVGKFastImageView.m; sourceTree = ""; }; - 0355AC397738AF90B40E9AE53FB98512 /* POPSpringAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimationInternal.h; path = pop/POPSpringAnimationInternal.h; sourceTree = ""; }; - 036E44193CAA9E4D914169E68ADC7F42 /* SVGMatrix.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGMatrix.m; path = "Source/DOM classes/SVG-DOM/SVGMatrix.m"; sourceTree = ""; }; - 037D4D6C1F9A01C97B23E9B102E4219D /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 039BF0F55F4DE14D3BF4B4687A56A646 /* NVActivityIndicatorAnimationAudioEqualizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationAudioEqualizer.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationAudioEqualizer.swift; sourceTree = ""; }; - 039C73B9F64BBA2E25E0E8037B1A161D /* Pods-iOS-dydxViews.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxViews.modulemap"; sourceTree = ""; }; - 03B21B2B6B817856EF01D7CB8ECE78BE /* CSSRule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSRule.m; path = "Source/DOM classes/Core DOM/CSSRule.m"; sourceTree = ""; }; - 03BEA57F3B2E4A0D597C9984480323DF /* ValidationResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationResult.swift; path = Validator/Sources/ValidationResult.swift; sourceTree = ""; }; - 03C2F7506832BA2717307C5D8F8F9BBB /* GTMNSFileHandle+UniqueName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSFileHandle+UniqueName.h"; path = "Foundation/GTMNSFileHandle+UniqueName.h"; sourceTree = ""; }; - 03C71D85CA3A5FEB91D2ADBA7D5BD3F1 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - 03CDDA27AD3D2A046BC75C22F33EDAA1 /* POPCGUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCGUtils.h; path = pop/POPCGUtils.h; sourceTree = ""; }; - 03EEA4EB209924A8D5A21BBE8110C181 /* Toggle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toggle.swift; path = Sources/Operators/Toggle.swift; sourceTree = ""; }; - 043941CA28B348BD0C9BF6F0E215A141 /* MergeMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MergeMany.swift; path = Sources/Operators/MergeMany.swift; sourceTree = ""; }; - 044C8CD612E72A09DC29E47A1AC39493 /* SVGClipPathElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGClipPathElement.h; path = "Source/DOM classes/SVG-DOM/SVGClipPathElement.h"; sourceTree = ""; }; - 04BF1FC90988EA6D53BE898995833CC5 /* Pods-iOS-dydxStateManagerTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxStateManagerTests-acknowledgements.markdown"; sourceTree = ""; }; - 04CFCEC72CF657E510646BB8A401B78A /* SVGCircleElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGCircleElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGCircleElement.m"; sourceTree = ""; }; - 052E51C7F2570FA2F5572B1FF57836D0 /* SessionStartEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionStartEvent.swift; path = FirebaseSessions/Sources/SessionStartEvent.swift; sourceTree = ""; }; - 052E9BC04D0F2BE3C9B367215FDF085A /* CAShapeLayerWithClipRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAShapeLayerWithClipRender.h; path = "Source/QuartzCore additions/CAShapeLayerWithClipRender.h"; sourceTree = ""; }; - 05385054A99143C0601DB815AFC9A0C2 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; - 055FF1E67D9ABFD2E45AD25F4F4046D3 /* PanModal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PanModal.modulemap; sourceTree = ""; }; - 05662D5F03F4EC970667F8C86D770481 /* Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Codable.swift; path = Sources/Codable.swift; sourceTree = ""; }; - 058FB51936169E9BC9568FA310907945 /* Pods-iOS-dydxCartera-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxCartera-umbrella.h"; sourceTree = ""; }; - 05A3DA9492B25740CF251F103EB94384 /* NVActivityIndicatorView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NVActivityIndicatorView.release.xcconfig; sourceTree = ""; }; - 05AD91E4EE9AB829862329A0C2A2E90D /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - 05AF81B27CAF628194AA211371A509E6 /* FPRGDTLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGDTLogger.m; path = FirebasePerformance/Sources/Loggers/FPRGDTLogger.m; sourceTree = ""; }; - 05BB91487561FA421478DCD977DBEF51 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - 05EB88C821FC444A5742B6D9AFE40F30 /* ABTConditionalUserPropertyController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ABTConditionalUserPropertyController.m; path = FirebaseABTesting/Sources/ABTConditionalUserPropertyController.m; sourceTree = ""; }; - 05F16F19E844DE3320E52D3C8846385C /* Document.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Document.m; path = "Source/DOM classes/Core DOM/Document.m"; sourceTree = ""; }; - 06218E10F21F42A06C33C8418BD6E022 /* AnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImage.swift; path = SDWebImageSwiftUI/Classes/AnimatedImage.swift; sourceTree = ""; }; - 062508C13D13B8BBF426FDEC18BB96D7 /* FirebaseRemoteConfigInterop.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseRemoteConfigInterop.debug.xcconfig; sourceTree = ""; }; - 0663296009A5A357EFE36C30C7680E3C /* SVGKPointsAndPathsParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKPointsAndPathsParser.h; path = Source/Parsers/SVGKPointsAndPathsParser.h; sourceTree = ""; }; - 06767132CC64099E27774BE22AD9E58F /* api.amplitude.com.der */ = {isa = PBXFileReference; includeInIndex = 1; name = api.amplitude.com.der; path = Sources/Amplitude/api.amplitude.com.der; sourceTree = ""; }; - 067CED0F0662BBE6DC889AEC6DAB3049 /* PromisesSwift-Promises_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "PromisesSwift-Promises_Privacy"; path = Promises_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 06D570EEB402787187D0E240131C13A9 /* WeakContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WeakContainer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/WeakContainer.swift; sourceTree = ""; }; - 06EE9679E3FE430D896C458CD38D3543 /* POPDecayAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimationInternal.h; path = pop/POPDecayAnimationInternal.h; sourceTree = ""; }; - 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = nanopb; path = nanopb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 07032FF9878CB9AD117A85BBD73524EF /* Pods-iOS-PlatformParticles-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformParticles-dummy.m"; sourceTree = ""; }; - 0737247711FCC7DD7F74DB0E6485065C /* GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMSessionFetcher-Info.plist"; sourceTree = ""; }; - 073D8A84143B01C107350B4B67E46CB0 /* Pods-iOS-dydxStateManagerTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxStateManagerTests-frameworks.sh"; sourceTree = ""; }; - 074E0C852DB0FACAC2444B028AE77A3D /* HMSegmentedControl.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HMSegmentedControl.release.xcconfig; sourceTree = ""; }; - 078E50E50A3D5BB45DA671C5451B4077 /* Pods-iOS-JedioKitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-JedioKitTests.debug.xcconfig"; sourceTree = ""; }; - 07A1F8190E403BF2319849FB30DFA664 /* Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Text.m; path = "Source/DOM classes/Core DOM/Text.m"; sourceTree = ""; }; - 07A68E0FC9BEBB676974C9F1A1352A44 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - 07AD751FD8553B4556A0A157ABF17636 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - 07ADBA4AC7A1303DCB99F1AAAC1243EC /* Pods-iOS-dydxPresenters.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxPresenters.debug.xcconfig"; sourceTree = ""; }; - 07C9234AABB8696D0792AB020DBB047D /* NodeList+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NodeList+Mutable.h"; path = "Source/DOM classes/Core DOM/NodeList+Mutable.h"; sourceTree = ""; }; - 07EBC24EBFC2E29C34AED679AC8A6D0A /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h; sourceTree = ""; }; - 07F94BC94195F20ECC5C12E9DB3B4E7A /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; - 07FF21228A1C691C21F1D47D32A9B6E1 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - 081C182F8728181F3990871909257E11 /* Pods-iOS-dydxChart */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxChart"; path = Pods_iOS_dydxChart.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 08225D0901423B54D25C1BD8D0B434E7 /* RCNConfigExperiment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigExperiment.h; path = FirebaseRemoteConfig/Sources/RCNConfigExperiment.h; sourceTree = ""; }; - 082A2EB878BE715355464F9C05150544 /* Pods-iOS-WebParticles-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-WebParticles-umbrella.h"; sourceTree = ""; }; - 0841995AD4F3550DD7384A5011AFB87D /* Heartbeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Heartbeat.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift; sourceTree = ""; }; - 08468386541538D90FCA5E21015FEC43 /* NSError+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRMessaging.m"; path = "FirebaseMessaging/Sources/NSError+FIRMessaging.m"; sourceTree = ""; }; - 08548076BF6914E45FA7A0C5EB4339DA /* Pods-iOS-Utilities-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-Utilities-acknowledgements.markdown"; sourceTree = ""; }; - 085A9CEE7233BEE7806035A32EB30653 /* iCarousel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iCarousel-prefix.pch"; sourceTree = ""; }; - 08710EC939E72651DBDF045DEBB7CD34 /* AMPURLConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPURLConnection.m; path = Sources/Amplitude/AMPURLConnection.m; sourceTree = ""; }; - 0875CFBBAD6B35D52342C9612D7A4D3D /* FloatingPanel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FloatingPanel-prefix.pch"; sourceTree = ""; }; - 087FB5C343AD9E15DD4A7D1D02177C89 /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; - 0882E6DE0337619DEC59348434F73087 /* POPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDefines.h; path = pop/POPDefines.h; sourceTree = ""; }; - 0888A52ECD9CC5CA214829AF6EFD97DA /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = ""; }; - 088BCBBA3C130E6B0454F244D626C390 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - 0899DFDB8B5C7D088F265D6C7998C195 /* NSCharacterSet+SVGKExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSCharacterSet+SVGKExtensions.h"; path = "Source/Foundation additions/NSCharacterSet+SVGKExtensions.h"; sourceTree = ""; }; - 08ED5CFDF888625B6A5E6FDD3D82D28D /* Controller.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Controller.swift; path = Sources/Controller.swift; sourceTree = ""; }; - 08F32511A648031F80C8F5283696B14B /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 092A1C28905C8371A53602A9CC49E0F1 /* SVGTransformable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTransformable.h; path = "Source/DOM classes/SVG-DOM/SVGTransformable.h"; sourceTree = ""; }; - 0932FE6C1CC7BBEB9D748B69C056E3DB /* FIRCLSByteUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSByteUtility.m; path = Crashlytics/Shared/FIRCLSByteUtility.m; sourceTree = ""; }; - 094918B7CF5A432562E47B0CCE6C42D3 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/GULReachabilityMessageCode.h; sourceTree = ""; }; - 097A1F5B958C73856FCF44A3F4A839C6 /* GTMSessionFetcher-GTMSessionFetcher_Full_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy"; path = GTMSessionFetcher_Full_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 09849700ED1767FC76E3CDA1F4A9449F /* Core.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Core.swift; path = Sources/Core.swift; sourceTree = ""; }; - 09B675AB8F2D505004C2EBD222C60832 /* PieRadarHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieRadarHighlighter.swift; path = Source/Charts/Highlight/PieRadarHighlighter.swift; sourceTree = ""; }; - 09CFBE4A79B26C7F5FF16CB7DA4F6ACD /* ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist"; sourceTree = ""; }; - 09E87A94FBCF73E8041E4A29F0D749CB /* Pods-iOS-RoutingKitTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-RoutingKitTests-frameworks.sh"; sourceTree = ""; }; - 0A0F36924BD8DBD98AF264423AE9D5D5 /* PopoverWindows.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverWindows.swift; path = Sources/PopoverWindows.swift; sourceTree = ""; }; - 0A0FD92B8E7EE85C1BE6B9DD74AF3047 /* Pods-iOS-Utilities-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-Utilities-acknowledgements.plist"; sourceTree = ""; }; - 0A135DCD2DA8AD89C5021C38796D1E31 /* FPRConfigurations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConfigurations.m; path = FirebasePerformance/Sources/Configurations/FPRConfigurations.m; sourceTree = ""; }; - 0A13708BEF203C12F2602A197C4825C9 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - 0A5872D7FE945A81635D9E1E451B4DFD /* ValidationRuleURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleURL.swift; path = Validator/Sources/Rules/ValidationRuleURL.swift; sourceTree = ""; }; - 0A6087692AE1FEC04C334BAA0F3B1D85 /* FIRCLSApplicationIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplicationIdentifierModel.m; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m; sourceTree = ""; }; - 0B39712C09D5F0C3056B268B2BBC774A /* DDContextFilterLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDContextFilterLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDContextFilterLogFormatter.m; sourceTree = ""; }; - 0B53A87C8475EA977B55B2CA0E103DD8 /* FIRMessagingAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAnalytics.h; path = FirebaseMessaging/Sources/FIRMessagingAnalytics.h; sourceTree = ""; }; - 0B7699FEF568F048C59D0A71FB9E6310 /* DrawerMenu-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DrawerMenu-prefix.pch"; sourceTree = ""; }; - 0B777949FDD60194708A56DB3728E91D /* Pods-iOS-UIAppToolkits.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIAppToolkits.release.xcconfig"; sourceTree = ""; }; - 0B96C86DA342646A2629E16C0EF1B43B /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; - 0BA79D2618AAED998ECFF60D786B4E73 /* Pods-iOS-PlatformRoutingTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformRoutingTests.debug.xcconfig"; sourceTree = ""; }; - 0BD3DFD326EBDC7218E239234035C73F /* FirebaseCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.release.xcconfig; sourceTree = ""; }; - 0BE0FC21E7FDD011850B72E64CE57E48 /* FIRCLSDataParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataParsing.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h; sourceTree = ""; }; - 0BF754F0CDD20CCB97A95467FB567FA0 /* Diff+UIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Diff+UIKit.swift"; path = "Sources/Differ/Diff+UIKit.swift"; sourceTree = ""; }; - 0BF8456F50F553D0FB1D5F2174B28707 /* FIRCLSInstallIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInstallIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m; sourceTree = ""; }; - 0C01C5EC77534B438E0A269B077899B7 /* NVActivityIndicatorView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NVActivityIndicatorView-prefix.pch"; sourceTree = ""; }; - 0C12A6E571AD2EBFC8ABEE1E054CF481 /* FIRCLSManagerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSManagerData.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.m; sourceTree = ""; }; - 0C2B7F3584400270A21A1C628DA46E35 /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; - 0C353DFCE074EA11891B25AC1680361D /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Resources/Base/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 0C5D0D5A0E489508D43F5E50C1CCFF4E /* Pods-iOS-AmplitudeInjections.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AmplitudeInjections.debug.xcconfig"; sourceTree = ""; }; - 0C700A6CBABAC368B9069E921E6C7838 /* HMSegmentedControl-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HMSegmentedControl-umbrella.h"; sourceTree = ""; }; - 0C7AEEDB1946B173D3DFEDA42CB8569C /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - 0C7F665A9A5B6ABEAC0B4EF4A90A0ABF /* FIRRemoteConfigComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRRemoteConfigComponent.m; path = FirebaseRemoteConfig/Sources/FIRRemoteConfigComponent.m; sourceTree = ""; }; - 0C825BFE1EAD848563199F8CEEF1D740 /* BinaryInteger+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BinaryInteger+.swift"; path = "Source/BinaryInteger+.swift"; sourceTree = ""; }; - 0C90A12FED778E181E7056F255A11CFF /* Pods-iOS-ParticlesCommonModels.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesCommonModels.release.xcconfig"; sourceTree = ""; }; - 0C924624053E6ACB50166B1B1AA84406 /* POPMath.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPMath.mm; path = pop/POPMath.mm; sourceTree = ""; }; - 0C9A5911B9BDE1DCD8266F75CE09135B /* Pods-iOS-PlatformParticles-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformParticles-umbrella.h"; sourceTree = ""; }; - 0C9F313A8402DE73B09B28082460127C /* Pods-iOS-dydxV4-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxV4-frameworks.sh"; sourceTree = ""; }; - 0CD9B548BAD165210B0BA13F65BC66A8 /* FIRCLSContextInitData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContextInitData.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSContextInitData.m; sourceTree = ""; }; - 0CFABCD6657E97B0AF27C4FA5D5028CE /* Atributika.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Atributika.modulemap; sourceTree = ""; }; - 0D27CB873536D13D1C825E1AC876EE26 /* me.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = me.nanopb.c; path = FirebaseMessaging/Sources/Protogen/nanopb/me.nanopb.c; sourceTree = ""; }; - 0D3076462179BFEA66885ADBD4BC84A9 /* FIRCLSCompactUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h; sourceTree = ""; }; - 0D6A3F9C212DC10502F193062BA2E6EF /* CSSRuleList+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CSSRuleList+Mutable.h"; path = "Source/DOM classes/Core DOM/CSSRuleList+Mutable.h"; sourceTree = ""; }; - 0D79810DFAA72B200A7E8BD9F127E9F7 /* EasyTipView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EasyTipView.modulemap; sourceTree = ""; }; - 0D7B05E27BB7C918E15EF091FD0C0EC9 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Crashlytics/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 0D7C8454D2C2DB8DBF552E94A60FDA8F /* compliance.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = compliance.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/compliance.nanopb.h; sourceTree = ""; }; - 0D8FFEA015E1B984C305D6DFA8797DE6 /* Pods-iOS-PlatformUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUITests-acknowledgements.plist"; sourceTree = ""; }; - 0DB07270DD67B40C1875154882739981 /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; - 0DC268A2287D5DCC8252C39F3ED10CA4 /* FIRCLSInternalReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInternalReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m; sourceTree = ""; }; - 0DC749D3C41CBB809AB2A35DFCE66D05 /* Pods-iOS-AppsFlyerStaticInjections-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-AppsFlyerStaticInjections-umbrella.h"; sourceTree = ""; }; - 0DED4D53BF887575339A358C383BC652 /* Pods-iOS-dydxV4Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxV4Tests.release.xcconfig"; sourceTree = ""; }; - 0DF680692836F7017373F8AA11480108 /* Addition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Addition.swift; path = Sources/Addition.swift; sourceTree = ""; }; - 0E1F7792F1C3FF24BBB2B629C6378F34 /* Pods-iOS-PlatformUIJedioTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-PlatformUIJedioTests-frameworks.sh"; sourceTree = ""; }; - 0E20B045A5E2410D483C948B8832D4CC /* Pods-iOS-UIAppToolkits.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UIAppToolkits.modulemap"; sourceTree = ""; }; - 0E27452EB9EEA5D9AF0F4E54D95BE75C /* SessionInitiator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionInitiator.swift; path = FirebaseSessions/Sources/SessionInitiator.swift; sourceTree = ""; }; - 0E7AB2CCF81B2B78AF61791CE4E25335 /* SVGTextPositioningElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTextPositioningElement.m; path = "Source/DOM classes/SVG-DOM/SVGTextPositioningElement.m"; sourceTree = ""; }; - 0E96C87CC9ED6583C7AD25C79DF68964 /* Pods-iOS-PlatformUIJedioTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUIJedioTests-Info.plist"; sourceTree = ""; }; - 0EDEE14B42260EEF07B907F6E1CF3344 /* FIRCLSDownloadAndSaveSettingsOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDownloadAndSaveSettingsOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h; sourceTree = ""; }; - 0F28D87446491275D761969EE77162CC /* JTCalendarDelegateManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarDelegateManager.m; path = JTCalendar/Managers/JTCalendarDelegateManager.m; sourceTree = ""; }; - 0F2D39CA94DDE523139B1009588BCAAE /* ISPPinnedNSURLConnectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISPPinnedNSURLConnectionDelegate.h; path = Sources/Amplitude/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.h; sourceTree = ""; }; - 0F31A18A6D3C979C9000CC0982C8067F /* DrawerMenu.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DrawerMenu.debug.xcconfig; sourceTree = ""; }; - 0F3438F9A7A1219BC116119FBB3E597C /* ComodoRsaCA.der */ = {isa = PBXFileReference; includeInIndex = 1; name = ComodoRsaCA.der; path = Sources/Amplitude/ComodoRsaCA.der; sourceTree = ""; }; - 0F3655E11A09BA0BCB34C05F007596BA /* ISPPinnedNSURLConnectionDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ISPPinnedNSURLConnectionDelegate.m; path = Sources/Amplitude/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.m; sourceTree = ""; }; - 0F7038027FE80E4493714069DB2DC0F7 /* FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstallations-Info.plist"; sourceTree = ""; }; - 0F961D32EBD6D5A0A0AFA17DDDB7CB92 /* FIRMessagingPubSub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPubSub.m; path = FirebaseMessaging/Sources/FIRMessagingPubSub.m; sourceTree = ""; }; - 0FA8C9E2C62CC4592622FB48534A1EF6 /* sessions.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sessions.nanopb.c; path = FirebaseSessions/SourcesObjC/Protogen/nanopb/sessions.nanopb.c; sourceTree = ""; }; - 0FBF44BB8549C347551BD0E9886C5613 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift; sourceTree = ""; }; - 0FD1721387FF565E97F2A2589D143F44 /* RDHCollectionViewGridLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RDHCollectionViewGridLayout.m; path = RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.m; sourceTree = ""; }; - 0FE450261A161954C2677A4269DF6CC9 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h; sourceTree = ""; }; - 0FE5ED7942FB1B18E79FE900FD322AE5 /* ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist"; sourceTree = ""; }; - 105DEEDF594BC1B673A55DA22C5A4666 /* FIRMessagingPendingTopicsList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPendingTopicsList.m; path = FirebaseMessaging/Sources/FIRMessagingPendingTopicsList.m; sourceTree = ""; }; - 106D015AE9133562C978320120C147CB /* FIRMessagingConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingConstants.m; path = FirebaseMessaging/Sources/FIRMessagingConstants.m; sourceTree = ""; }; - 106DE28E54848814FF4CC8F3842CFA42 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - 1095C36AECF0A9C1436626F4A583EAA1 /* MapToResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MapToResult.swift; path = Sources/Operators/MapToResult.swift; sourceTree = ""; }; - 109B6FF88A3AE1D6B8AF74DEDBABB4D2 /* POPAnimator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimator.mm; path = pop/POPAnimator.mm; sourceTree = ""; }; - 10B3B9D499B8D0F149E908574EF86538 /* LineChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartData.swift; path = Source/Charts/Data/Implementations/Standard/LineChartData.swift; sourceTree = ""; }; - 10B5FBC11F6D624CCCB68C5B83993E51 /* FirebaseRemoteConfig.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseRemoteConfig.release.xcconfig; sourceTree = ""; }; - 10BFA9B413D265D78A922D471FEFA7EC /* Container.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Container.swift; path = Sources/Templates/Container.swift; sourceTree = ""; }; - 10C236B20408B41D7A768955E15D6EA3 /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; - 10CD8CEDDEEE90189783EE4CD09E1B24 /* NSArray+NBAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+NBAdditions.m"; path = "libPhoneNumber/NSArray+NBAdditions.m"; sourceTree = ""; }; - 10E795008C1AAFE389A201481BA05665 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - 10E8B4ACC28BABFAEAA799EE2AF6128B /* FIRCLSRecordApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordApplication.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m; sourceTree = ""; }; - 10EC0D36FC2908FFFA6CE256DFE8161C /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - 11084ADECE97A9166CAB403543DDDB34 /* SVGKParserDOM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserDOM.h; path = "Source/Parsers/Parser Extensions/SVGKParserDOM.h"; sourceTree = ""; }; - 110E4DB04003556D983B0F833A7F5963 /* RDHCollectionViewGridLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RDHCollectionViewGridLayout-prefix.pch"; sourceTree = ""; }; - 1125C8D2404C5448F32885CFD950D85B /* Pods-iOS-dydxChartTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxChartTests-acknowledgements.plist"; sourceTree = ""; }; - 116772418692599DDD26A7A323B79C61 /* SVGStyleCatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGStyleCatcher.h; path = "Source/DOM classes/Unported or Partial DOM/SVGStyleCatcher.h"; sourceTree = ""; }; - 1169284F40E0931D74CA222C3A4961D1 /* FPRGDTRateLimiter+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRGDTRateLimiter+Private.h"; path = "FirebasePerformance/Sources/Loggers/FPRGDTRateLimiter+Private.h"; sourceTree = ""; }; - 117095D98A43BA5228734A6F5CE40B1C /* FirebasePerformance.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebasePerformance.debug.xcconfig; sourceTree = ""; }; - 11A92524D4DE74EF00B20898B346C6BB /* FIRStackFrame_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame_Private.h; path = Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h; sourceTree = ""; }; - 1206E7295BB6B992179E2978E413F37A /* FirebaseSharedSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseSharedSwift-dummy.m"; sourceTree = ""; }; - 121501594EEF7058E5C444EFB77A3CA6 /* Pods-iOS-dydxViews-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxViews-acknowledgements.plist"; sourceTree = ""; }; - 1215328E18316D75E5179B7FA0AEDB79 /* NVActivityIndicatorAnimationBallScaleRippleMultiple.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallScaleRippleMultiple.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallScaleRippleMultiple.swift; sourceTree = ""; }; - 123089DF4994ABF897E140FFF90584CF /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h; sourceTree = ""; }; - 123EFDB43B843C6CDA2225009EF9AED2 /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; - 126409C81E088970AA9B7E58BA3896DA /* POPAnimationEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEvent.h; path = pop/POPAnimationEvent.h; sourceTree = ""; }; - 1281DDEDD46284BDA8116FF3B6822DEF /* MapToValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MapToValue.swift; path = Sources/Operators/MapToValue.swift; sourceTree = ""; }; - 1282F3E611C9978691245273B1183F3A /* SDWebImageSwiftUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageSwiftUI.release.xcconfig; sourceTree = ""; }; - 12884A87F7C1F9EB10512ABA35E27C87 /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; - 12ABFB8DAA90BE3C9C4BD95FB5CB3E61 /* SDWebImageSVGCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageSVGCoder-prefix.pch"; sourceTree = ""; }; - 12AFBAA1669E15A01AE3F62A3CC13CD1 /* FIRMessagingTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenManager.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenManager.m; sourceTree = ""; }; - 12C852BA9B62A3316FEC34C66B297D51 /* CombinedChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedChartDataProvider.swift; path = Source/Charts/Interfaces/CombinedChartDataProvider.swift; sourceTree = ""; }; - 12E3EDF9343285C9C2F7B8F9BC15FE62 /* NodeList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NodeList.m; path = "Source/DOM classes/Core DOM/NodeList.m"; sourceTree = ""; }; - 1337DD19F92317C3B59BCEBD0FC96B57 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - 134309A2BBD688162DA1CDC1DAD41A13 /* FIRExceptionModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h; sourceTree = ""; }; - 1367E74BEC412898ADB66F0B36AA38E3 /* NSData+NSInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+NSInputStream.m"; path = "Source/Foundation additions/NSData+NSInputStream.m"; sourceTree = ""; }; - 13699142D57A4202963396A0A64F21B9 /* FIRCLSSerializeSymbolicatedFramesOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSerializeSymbolicatedFramesOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m; sourceTree = ""; }; - 136E9441B303B93508DFCA1EB9A2161E /* FirebaseMessaging-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseMessaging-Info.plist"; sourceTree = ""; }; - 137E69CB1D4385FA752A3817A291CAE0 /* EFIntSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFIntSize.swift; path = Source/EFIntSize.swift; sourceTree = ""; }; - 139F9D7A855E978B5B4094ACA43BDE85 /* FPRMemoryGaugeData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRMemoryGaugeData.h; path = FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeData.h; sourceTree = ""; }; - 13AC369BA9CF82CCCBCEEC43CE4A1FA2 /* Differ.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Differ.modulemap; sourceTree = ""; }; - 13C09BD642C23A74BD8A1708BF194631 /* PromisesObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesObjC-umbrella.h"; sourceTree = ""; }; - 13C570A52E0A6C565C8358407D37C261 /* FIRStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRStackFrame.m; path = Crashlytics/Crashlytics/FIRStackFrame.m; sourceTree = ""; }; - 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseInstallations; path = FirebaseInstallations.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 13DC529B8AD0913ABF17943B7AB7EBBA /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - 13EEA8E556F43323615CA94EF39A6F03 /* FPRMemoryGaugeData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRMemoryGaugeData.m; path = FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeData.m; sourceTree = ""; }; - 14078B30DACC04ECB4318AC863DBA94E /* CDATASection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDATASection.m; path = "Source/DOM classes/Core DOM/CDATASection.m"; sourceTree = ""; }; - 140A11E64FAE6419E60EDF03FA269104 /* Pods-iOS-dydxFormatterTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxFormatterTests.debug.xcconfig"; sourceTree = ""; }; - 140CEDF7969969CCE9644EAB41A1E22B /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 1418A7BDDA1FD6A0688376EF5979DD41 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - 14337069AD72871A5565C84379E41338 /* NVActivityIndicatorAnimationBallBeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallBeat.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallBeat.swift; sourceTree = ""; }; - 1442F564CCE9EF90B63E8DDD6D2BC2D0 /* SettingsCacheClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SettingsCacheClient.swift; path = FirebaseSessions/Sources/Settings/SettingsCacheClient.swift; sourceTree = ""; }; - 1459455AEE4C4FBBAE27F7544734AEFE /* Pods-iOS-dydxCarteraTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxCarteraTests-dummy.m"; sourceTree = ""; }; - 146FB91CE9FFEE96FB4595A8ADC80603 /* external_prequest_context.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = external_prequest_context.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/external_prequest_context.nanopb.h; sourceTree = ""; }; - 1472B1155573C8FA5B95106D6E13C8C9 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - 148D0F9E8C7373FEAF40D800FC5F1BAA /* FirebaseCoreInternal */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreInternal; path = FirebaseCoreInternal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 149574FCBA00E0709F1D1FBE087AE827 /* Pods-iOS-dydxPresenters-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxPresenters-umbrella.h"; sourceTree = ""; }; - 14B4CEBD3585EDAD4AC696169FE14B36 /* POPGeometry.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPGeometry.mm; path = pop/POPGeometry.mm; sourceTree = ""; }; - 14D3EB1EB00E1EF43AD84DFF1627548A /* FPRNSURLSessionDelegateInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLSessionDelegateInstrument.h; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLSessionDelegateInstrument.h; sourceTree = ""; }; - 14DC14AB06A4FB131E752D2E1F248BCF /* NVActivityIndicatorAnimationBlank.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBlank.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBlank.swift; sourceTree = ""; }; - 14DF7C63BCCEB712092AEE5F5DC1D899 /* FirebaseABTestingInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseABTestingInternal.h; path = FirebaseABTesting/Sources/Private/FirebaseABTestingInternal.h; sourceTree = ""; }; - 14F49E955D9E5D5FBD64232A706146C7 /* Amplitude-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Amplitude-iOS.release.xcconfig"; sourceTree = ""; }; - 15124B7C84180FA23A72E2A0EB073125 /* SVGKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKit.h; path = Source/SVGKit.h; sourceTree = ""; }; - 151E120E262A4D57A4DBFFB5306F5109 /* FIRCLSProcess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcess.h; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.h; sourceTree = ""; }; - 1522D77853FB5D1E7B5895C855B29B53 /* NSURLSession+GULPromises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+GULPromises.m"; path = "GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m"; sourceTree = ""; }; - 153ED736CFE761016F478E5DC96C51B4 /* AMPLocationManagerDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPLocationManagerDelegate.m; path = Sources/Amplitude/AMPLocationManagerDelegate.m; sourceTree = ""; }; - 1559914826CAF7DED7C6F59036A3A81B /* FIRCLSOnDemandModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnDemandModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSOnDemandModel.h; sourceTree = ""; }; - 155E258E55263D52C3187609523522AF /* GTMLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMLogger.m; path = Foundation/GTMLogger.m; sourceTree = ""; }; - 156F0BCF222A29EA5F33EB266CF42835 /* Promise+Await.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Await.swift"; path = "Sources/Promises/Promise+Await.swift"; sourceTree = ""; }; - 159C57AE88F4F4312B59F71F401D6FD9 /* Pods-iOS-dydxV4Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxV4Tests-umbrella.h"; sourceTree = ""; }; - 15B5D5DBF01D0ADB9DA2DB2E8E5C8635 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; - 15BB52291E8A8B56B03A138013F65DFE /* JTCalendarDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarDelegate.h; path = JTCalendar/JTCalendarDelegate.h; sourceTree = ""; }; - 15BEF217876EB3BAF731E80031B08508 /* BaseClassForAllSVGBasicShapes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseClassForAllSVGBasicShapes.h; path = "Source/DOM classes/Unported or Partial DOM/BaseClassForAllSVGBasicShapes.h"; sourceTree = ""; }; - 15D61D6615AEC0E5ECF47F3CE76B0257 /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; - 15EAD1CA046C035A74FA150B4D5C0A62 /* FIRCLSReportUploader_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h; sourceTree = ""; }; - 15EBF78A294532E7B34C5A2CD796B4A9 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; - 1602B7F2286A038E2D9D3204FF17D5EB /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1605D6AFCB18FAF4807135734A1C1A07 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - 161277983660BBB6908A635083708CFB /* PanModal */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PanModal; path = PanModal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 16222EC944A13BC02E05656AE2E20E57 /* GDTCORFlatFileStorage+Promises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCORFlatFileStorage+Promises.h"; path = "GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h"; sourceTree = ""; }; - 1636AA302C316BE09FEF9E2A3056B8D7 /* FIRRemoteConfig_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRRemoteConfig_Private.h; path = FirebaseRemoteConfig/Sources/Private/FIRRemoteConfig_Private.h; sourceTree = ""; }; - 164F9B360E34A9B66B9E839B8CA0182E /* RDHCollectionViewGridLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RDHCollectionViewGridLayout.modulemap; sourceTree = ""; }; - 16B0EA8A4E2F2C73FC7962F146FC4A26 /* SVGKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVGKit.debug.xcconfig; sourceTree = ""; }; - 16CAA18BF83A4A24B245C2DB897C7684 /* Validator-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Validator-umbrella.h"; sourceTree = ""; }; - 16CB664E064F96C1A5E86DAE133F2782 /* FIRCLSMachO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachO.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m; sourceTree = ""; }; - 17090C6DAB08755557984424861F869F /* SVGKLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKLayer.m; path = "Source/QuartzCore additions/SVGKLayer.m"; sourceTree = ""; }; - 170FF392EB0EC9E6F717E3A421CE55DA /* POPPropertyAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimation.h; path = pop/POPPropertyAnimation.h; sourceTree = ""; }; - 172A7F1E7A9883A463280C8E0E9243B9 /* BarLineScatterCandleBubbleRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineScatterCandleBubbleRenderer.swift; path = Source/Charts/Renderers/BarLineScatterCandleBubbleRenderer.swift; sourceTree = ""; }; - 172AB4144326921BC0CB9652C6675DA1 /* AppsFlyerFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppsFlyerFramework.debug.xcconfig; sourceTree = ""; }; - 17798E96E30B7583AAEE59D6577FE0AD /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; - 179BE8A332B28C6FAC3240C4BC3C8F2E /* Promise+Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Reduce.swift"; path = "Sources/Promises/Promise+Reduce.swift"; sourceTree = ""; }; - 17A0A2443E95A779A8D065EB66DF693F /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; - 17A5297C9581F0F52615935673566948 /* FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBKVOController.m; path = FBKVOController/FBKVOController.m; sourceTree = ""; }; - 17C2E9612BC499CD238E1F61259ED43A /* SDWebImageSVGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageSVGCoder.h; path = SDWebImageSVGCoder/Module/SDWebImageSVGCoder.h; sourceTree = ""; }; - 17CCB4809C067B20AACBCAF99953E2BA /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - 17D7BFE57342C17D6C80B7F9B9B3C767 /* ExtendedPatch+Apply.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ExtendedPatch+Apply.swift"; path = "Sources/Differ/ExtendedPatch+Apply.swift"; sourceTree = ""; }; - 1846F6FB7F1BDFA432C06A795694D5C5 /* RemoteConfigValueObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteConfigValueObservable.swift; path = FirebaseRemoteConfig/Swift/PropertyWrapper/RemoteConfigValueObservable.swift; sourceTree = ""; }; - 185908445946E703B691704F7752F05F /* Pods-iOS-dydxViews-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxViews-dummy.m"; sourceTree = ""; }; - 1894C8890D5464C172F1971B39EEE580 /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; - 1897C91A2DDD83DAD7D28E1FB8BA700E /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - 189BC5A231D8C2385BE7A6561FAEDD98 /* Pods-iOS-AppsFlyerStaticInjections-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AppsFlyerStaticInjections-Info.plist"; sourceTree = ""; }; - 18AEFD5C40601458583CC498A840A4F9 /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; - 18B61B015FBB659605179CEBD246D15F /* PanModalPresentable+Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PanModalPresentable+Defaults.swift"; path = "PanModal/Presentable/PanModalPresentable+Defaults.swift"; sourceTree = ""; }; - 18E4D47B3101F19445B8B69BDACEADF6 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h; sourceTree = ""; }; - 18FB00B64B028D5C5FA273B3FD3D480E /* Pods-iOS-CameraParticlesTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-CameraParticlesTests-frameworks.sh"; sourceTree = ""; }; - 192CE18BB59B6222072D2536AE0DD28C /* Pods-iOS-dydxPresenters-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxPresenters-acknowledgements.plist"; sourceTree = ""; }; - 19515BEF70A60145D300B704F1538AE7 /* DDASLLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = Sources/CocoaLumberjack/DDASLLogger.m; sourceTree = ""; }; - 1993DA6B62D17B1290D28F97129067AD /* FirebaseCoreInternal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-umbrella.h"; sourceTree = ""; }; - 199D8BA5A31455B69C21F16737FC0776 /* GDTCOREvent+GDTMetricsSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTMetricsSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTMetricsSupport.m"; sourceTree = ""; }; - 19B76F88DF22FDB5A66CCE243719CC9F /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 19BA60CCF3523DF7553C68F49F9AECF3 /* Pods-iOS-UIAppToolkitsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UIAppToolkitsTests-umbrella.h"; sourceTree = ""; }; - 19C6BE560C56D5C70FC1802E7E5FD3BC /* FirebaseCoreInternal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.release.xcconfig; sourceTree = ""; }; - 19D355B137AADBEAE940E34A09FBDD01 /* Popovers */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Popovers; path = Popovers.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A04EAA0888B923F0B84382592C90FAA /* FIRMessagingTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenOperation.m; sourceTree = ""; }; - 1A129078F576F41250D45EAE33D9D6A4 /* ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist"; sourceTree = ""; }; - 1A2F24218848CC392F04EF6C65BA4925 /* Pods-iOS-RoutingKitTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-RoutingKitTests.modulemap"; sourceTree = ""; }; - 1A51203586BC23C1256F14D90D47453E /* Pods-iOS-dydxV4Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxV4Tests-acknowledgements.plist"; sourceTree = ""; }; - 1A5CE8773DA56BBDA390C401E84F2E64 /* GTMSessionFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcher.m; path = Sources/Core/GTMSessionFetcher.m; sourceTree = ""; }; - 1AA5F3AE6B958D0D7773B7B1D4E8FA8A /* MediaList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MediaList.h; path = "Source/DOM classes/Core DOM/MediaList.h"; sourceTree = ""; }; - 1AE8227ABA9B13DC5D791F52F69FEB55 /* FIRCLSDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDefines.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h; sourceTree = ""; }; - 1B48E6EC70EE1E3CCD90FB9C36BC67D5 /* ContainsNumberValidationPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContainsNumberValidationPattern.swift; path = Validator/Sources/Patterns/ContainsNumberValidationPattern.swift; sourceTree = ""; }; - 1B5009FF7F4E02E70C4FD338B5657630 /* RCNConfigRealtime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigRealtime.m; path = FirebaseRemoteConfig/Sources/RCNConfigRealtime.m; sourceTree = ""; }; - 1B6508CBF7E0945547147346D6454398 /* FIRCLSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLogger.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h; sourceTree = ""; }; - 1B9AAE488BBDFB4DB6FD7EDE7919C854 /* SDWebImageSwiftUI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageSwiftUI.h; path = SDWebImageSwiftUI/Module/SDWebImageSwiftUI.h; sourceTree = ""; }; - 1B9CDE77B09475B0513B131F1E6C4A65 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 1B9D0FBBDB37EC93B827AA45B6DDC353 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; - 1C0B511CD37F996161E0DC76F338FB54 /* FIRMessagingConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingConstants.h; path = FirebaseMessaging/Sources/FIRMessagingConstants.h; sourceTree = ""; }; - 1C45C74227382EBB5CE9127F5B7269B8 /* FirebaseABTesting.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseABTesting.release.xcconfig; sourceTree = ""; }; - 1C640E4A9B7F3AD1E8C37E042059A716 /* Renderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Renderer.swift; path = Source/Charts/Renderers/Renderer.swift; sourceTree = ""; }; - 1C833FE910E080292D01151675BC17C4 /* FIRCLSMachOBinary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOBinary.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m; sourceTree = ""; }; - 1C89DD2B9966E591386F320BCD490495 /* COSTouchVisualizer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = COSTouchVisualizer.debug.xcconfig; sourceTree = ""; }; - 1CCD432878ABDA06E7FCFE9B0E5F0AE0 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - 1D06CE695B2E9B1CA6E75FB54A7353C4 /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; - 1D429D4A6D19B79E6567590258337C36 /* FPRObjectInstrumentor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRObjectInstrumentor.h; path = FirebasePerformance/Sources/Instrumentation/FPRObjectInstrumentor.h; sourceTree = ""; }; - 1D4E32153010F362CACC30AC0D5D4058 /* AttributedStringBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AttributedStringBuilder.swift; path = Sources/Core/AttributedStringBuilder.swift; sourceTree = ""; }; - 1D513F4D8318D2D25664158CAFDDD4AC /* Pods-iOS-dydxV4Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxV4Tests-acknowledgements.markdown"; sourceTree = ""; }; - 1D5D256C7D46B3A90437B824A8223758 /* AMPRevenue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPRevenue.m; path = Sources/Amplitude/AMPRevenue.m; sourceTree = ""; }; - 1DB3CDC09363C1FDFF5F8080D32334EF /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; - 1DBF6EEF340B5FC8923A1532BDF2BE7E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 1DDABC6FC3C43FF51FE15F17CE103DF6 /* XAxis.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XAxis.swift; path = Source/Charts/Components/XAxis.swift; sourceTree = ""; }; - 1DE6EA949DD1D6CC8C72D8EB309E863B /* Pods-iOS-ParticlesKitTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-ParticlesKitTests-acknowledgements.markdown"; sourceTree = ""; }; - 1DF9A4CBB6DA42F44E2C06A14B2DE3DE /* ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist"; sourceTree = ""; }; - 1E21E8A2E61EC31A7712FCF95515104A /* Pods-iOS-UtilitiesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UtilitiesTests.debug.xcconfig"; sourceTree = ""; }; - 1E325C09623468CBA22A6E396C91469D /* JTCalendar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JTCalendar.release.xcconfig; sourceTree = ""; }; - 1E4B4CD8981231525B3EB12A8678336F /* SVGKParserGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserGradient.m; path = "Source/Parsers/Parser Extensions/SVGKParserGradient.m"; sourceTree = ""; }; - 1E7DD3684D5F00DAC60AFDE94E4BDCB5 /* SVGEllipseElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGEllipseElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGEllipseElement.h"; sourceTree = ""; }; - 1E9DAA368819274F02C1A7BD7AD683D7 /* NSCharacterSet+SVGKExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSCharacterSet+SVGKExtensions.m"; path = "Source/Foundation additions/NSCharacterSet+SVGKExtensions.m"; sourceTree = ""; }; - 1E9F51703B75717296EA08D6C42E56A8 /* Node+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Node+Mutable.h"; path = "Source/DOM classes/Core DOM/Node+Mutable.h"; sourceTree = ""; }; - 1EB11B70AE9D68DBD2B6F22653A958A5 /* AnimatedMoveViewJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedMoveViewJob.swift; path = Source/Charts/Jobs/AnimatedMoveViewJob.swift; sourceTree = ""; }; - 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreTelephony.framework; sourceTree = DEVELOPER_DIR; }; - 1EEBD43FAE55AC79C95B9C73C82D7CAD /* SVGKExporterNSImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKExporterNSImage.m; path = Source/Exporters/SVGKExporterNSImage.m; sourceTree = ""; }; - 1EF0F7FAA23149DCFF63E2425318D1B1 /* SVGGradientLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGradientLayer.h; path = "Source/QuartzCore additions/SVGGradientLayer.h"; sourceTree = ""; }; - 1F4A7D9248F4B12863BD74903EFF433F /* GDTCORMetrics+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCORMetrics+GDTCCTSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Private/GDTCORMetrics+GDTCCTSupport.h"; sourceTree = ""; }; - 1F5E6004C3A75D29E151FCB621467565 /* MaterialActivityIndicator.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MaterialActivityIndicator.modulemap; sourceTree = ""; }; - 1F666B467B4C2BA9427FF79510009754 /* SDWebImageSwiftUI-SDWebImageSwiftUI */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SDWebImageSwiftUI-SDWebImageSwiftUI"; path = SDWebImageSwiftUI.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 1F6B017DE081B442D39F48DA417E46A9 /* CALayerWithChildHitTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CALayerWithChildHitTest.m; path = "Source/QuartzCore additions/CALayerWithChildHitTest.m"; sourceTree = ""; }; - 1F7423BF6AF9EC2FE1162FF6C3BA931B /* DDASLLogCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogCapture.m; path = Sources/CocoaLumberjack/DDASLLogCapture.m; sourceTree = ""; }; - 1F877D6D6751D840AB8127609BBF009C /* Pods-iOS-ParticlesKitTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-ParticlesKitTests-dummy.m"; sourceTree = ""; }; - 1F8CC27A979DF6B2514EDB328D6B960C /* FIRCLSUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUUID.m; path = Crashlytics/Shared/FIRCLSUUID.m; sourceTree = ""; }; - 1FA17DAF8D459ADED06E3E5C7A5AD0BF /* Pods-iOS-dydxStateManagerTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxStateManagerTests-Info.plist"; sourceTree = ""; }; - 1FAA7A7D512BFA74865AC09306355EC2 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; - 1FB493F55CF350935001D2C034F5746B /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; - 1FDAC2C6789F8E503980F363322FDA2F /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - 1FDFEF1A98B8B7F6DC9350E2051F9BAC /* SVGHelperUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGHelperUtilities.m; path = "Source/DOM classes/SVG-DOM/SVGHelperUtilities.m"; sourceTree = ""; }; - 1FF897670BF36B15497793BDB9957056 /* Pods-iOS-PlatformRouting */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformRouting"; path = Pods_iOS_PlatformRouting.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1FFA70486A1F82F84C31A3750C296A75 /* Pods-iOS-PlatformUITests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformUITests"; path = Pods_iOS_PlatformUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2011156035F56E843773B2A7D5F678D3 /* Pods-iOS-UIAppToolkitsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIAppToolkitsTests.release.xcconfig"; sourceTree = ""; }; - 20118ACE25EF010B4D135F9F721F5E7A /* Pods-iOS-Utilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-Utilities-dummy.m"; sourceTree = ""; }; - 2012EF0DBF462E7B5D4DF89CD386BD94 /* CALayerWithClipRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CALayerWithClipRender.m; path = "Source/QuartzCore additions/CALayerWithClipRender.m"; sourceTree = ""; }; - 2026E490EA379A81186FED2FE84D2C77 /* Pods-iOS-UIAppToolkits */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-UIAppToolkits"; path = Pods_iOS_UIAppToolkits.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 20696841B4498F505F105D2CE61267CE /* Pods-iOS-PlatformUIJedioTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUIJedioTests-acknowledgements.plist"; sourceTree = ""; }; - 207036BF976DD471C134FECC71DDBEC6 /* FPRNSURLConnectionInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLConnectionInstrument.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLConnectionInstrument.h; sourceTree = ""; }; - 2080E946F79F03A9E41FA427E3568840 /* FIRMessagingCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinService.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinService.h; sourceTree = ""; }; - 2093E92F9643FF0F1D28A5A9DA8BCB33 /* GTMGeometryUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMGeometryUtils.m; path = Foundation/GTMGeometryUtils.m; sourceTree = ""; }; - 20A3E2FD3CD69F04A30E4CC910F46E2C /* FPRNetworkTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNetworkTrace.h; path = FirebasePerformance/Sources/Instrumentation/FPRNetworkTrace.h; sourceTree = ""; }; - 20D017767C9E85269ABC59A2A76C8C56 /* RDHCollectionViewGridLayout.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RDHCollectionViewGridLayout.debug.xcconfig; sourceTree = ""; }; - 20DFED67980D983AA5BDB697A6759419 /* CombineExt-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CombineExt-Info.plist"; sourceTree = ""; }; - 20E7B11BE5A9FFF2075F8761A0060818 /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; - 210E1D6AA2FC4E21653A9920E6A1421B /* Atributika.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Atributika.debug.xcconfig; sourceTree = ""; }; - 210F9720DFB09BD231A47170EBA0C268 /* SVGRect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGRect.m; path = "Source/DOM classes/SVG-DOM/SVGRect.m"; sourceTree = ""; }; - 2110619CE15E1E8AA7BEFAABA46D62D2 /* CocoaLumberjack-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaLumberjack-dummy.m"; sourceTree = ""; }; - 2115A28A96022D38A9BB2D764FC28325 /* CLIColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CLIColor.m; path = Sources/CocoaLumberjack/CLI/CLIColor.m; sourceTree = ""; }; - 21539783B0626C25AD2CD3F4E2C5856D /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - 215D9945246E40FEBDC368428E1B2F27 /* SVGUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGUtils.m; path = Source/Utils/SVGUtils.m; sourceTree = ""; }; - 2168C6159471A3DB33EEE8CED95ACD91 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; - 217D3F3E69FA066F2845C1A40A944FED /* SVGKParserStyles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserStyles.h; path = "Source/Parsers/Parser Extensions/SVGKParserStyles.h"; sourceTree = ""; }; - 217E29252599403B1DCA0B7081AA8101 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; - 217F85C17AE4C276E18DD1DA75E03EDD /* FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessaging.h; sourceTree = ""; }; - 21A02CD54365630A5E495B763BC38D1B /* FIRMessaging_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging_Private.h; path = FirebaseMessaging/Sources/FIRMessaging_Private.h; sourceTree = ""; }; - 21B03CA622E690725A6626C088E1D09F /* ReachabilitySwift */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ReachabilitySwift; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 21B582F900DFA7F9BB6413942A6378D8 /* FirebaseInstallations-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstallations-umbrella.h"; sourceTree = ""; }; - 21B80F9D234115F36A2C956CBF1F6827 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - 21C711C358D8F2558B2696041A6CC923 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; - 21DD3815D18524AF14B9938B36B60885 /* Pods-iOS-UIAppToolkits-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UIAppToolkits-umbrella.h"; sourceTree = ""; }; - 21EE3D515D656BE6CF9ECC4F0A93D272 /* AxisBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AxisBase.swift; path = Source/Charts/Components/AxisBase.swift; sourceTree = ""; }; - 2230FDFB1964D458826CCEDE4051845F /* FPRNSURLSessionDelegateInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLSessionDelegateInstrument.m; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLSessionDelegateInstrument.m; sourceTree = ""; }; - 2236151C447C05F37BC42DB3C1004140 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - 2259023826382FC38A55501F5C3858E7 /* FIRCLSURLBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLBuilder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h; sourceTree = ""; }; - 2297B8359B2D8DFA84EE6A224379C216 /* ScatterChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartRenderer.swift; path = Source/Charts/Renderers/ScatterChartRenderer.swift; sourceTree = ""; }; - 22A35917EE80958BA0808CAB20B81EB8 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - 22A8B33167A484A07123C44581C8F5B1 /* ZSWTappableLabelTouchHandling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabelTouchHandling.m; path = ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m; sourceTree = ""; }; - 22BD63591ECE0CE3E25251B96AA49A2B /* DrawerMenu.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DrawerMenu.modulemap; sourceTree = ""; }; - 230EF78098E287BAF9AB91065E909168 /* GDTCOREvent+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTCCTSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h"; sourceTree = ""; }; - 2310B9CB140B1410E8F9C61A12C9A39A /* TransformationMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TransformationMatrix.h; path = pop/WebCore/TransformationMatrix.h; sourceTree = ""; }; - 2346052F73EB8861698B7E14F02A5400 /* Differ-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Differ-prefix.pch"; sourceTree = ""; }; - 235149BF6239AB28D226D628B393614F /* Pods-iOS-dydxFormatter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxFormatter.debug.xcconfig"; sourceTree = ""; }; - 2361F97C98121B3DCD5D6F3DE01B64AA /* Pods-iOS-AppsFlyerStaticInjections.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-AppsFlyerStaticInjections.modulemap"; sourceTree = ""; }; - 23677216F193193C6055511F35A2F7DC /* SurfaceView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SurfaceView.swift; path = Sources/SurfaceView.swift; sourceTree = ""; }; - 238F5BBFB3ECE908AEF7496FCD5779B1 /* Pods-iOS-PlatformUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformUITests.modulemap"; sourceTree = ""; }; - 239FF678463D16FFFA0F2DAB2E2EA4C3 /* Promise+Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Async.swift"; path = "Sources/Promises/Promise+Async.swift"; sourceTree = ""; }; - 23C5A59A890B6E1C5FECC8558F5202E2 /* FPRGDTLogSampler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTLogSampler.h; path = FirebasePerformance/Sources/Loggers/FPRGDTLogSampler.h; sourceTree = ""; }; - 23DDDEBDA3F86838BC8FB81743315A7A /* FIRPerformance_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRPerformance_Private.h; path = FirebasePerformance/Sources/FIRPerformance_Private.h; sourceTree = ""; }; - 23E110491DC41C2E51DEFD333B353FE5 /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; - 23E36B442EA53DE75F85FFBCF87FA973 /* CombineExt-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CombineExt-prefix.pch"; sourceTree = ""; }; - 23FDBC1053D602DFFDD374E1447D4F39 /* Pods-iOS-dydxViews.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxViews.debug.xcconfig"; sourceTree = ""; }; - 240E7358E2C9FC9858EEC69CBF62201C /* FPRAppActivityTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRAppActivityTracker.h; path = FirebasePerformance/Sources/AppActivity/FPRAppActivityTracker.h; sourceTree = ""; }; - 2446159713DB7A89E0632B2044303CE8 /* FirebaseCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.debug.xcconfig; sourceTree = ""; }; - 2450FC719529DD933CA9E3A2F966760B /* NBMetadataHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBMetadataHelper.m; path = libPhoneNumber/NBMetadataHelper.m; sourceTree = ""; }; - 2458823E972FB1B5C6FF52CB4B526F72 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 2474B73834ED971557A93F0F64589A8A /* Pods-iOS-AmplitudeInjections-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AmplitudeInjections-acknowledgements.plist"; sourceTree = ""; }; - 247CD87E5C2C0175F8C543B801B6C87B /* FIRCLSAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.h; sourceTree = ""; }; - 24B053F847D0F60EA439687763194F58 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 24D1C2224E292F404684970964D1039E /* POP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POP.h; path = pop/POP.h; sourceTree = ""; }; - 24E6A4B88748650587060B5A22E4D52C /* _ObjC_HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift; sourceTree = ""; }; - 24F04EEB10736F2410FBC59080AE0593 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - 24F8AD6F7299CC8513059B6B5308CBBD /* PromiseError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PromiseError.swift; path = Sources/Promises/PromiseError.swift; sourceTree = ""; }; - 24FBDDCEB300C40E2D5F3B63129B9412 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 2504AD876DFFB7B7CBE78A7E1D5F5E7E /* MaterialActivityIndicator-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MaterialActivityIndicator-umbrella.h"; sourceTree = ""; }; - 2505052A48401E40416184B084C96322 /* SVGPoint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPoint.m; path = "Source/DOM classes/SVG-DOM/SVGPoint.m"; sourceTree = ""; }; - 2519F9E43328C89AE8FBF1F4B48658BB /* DDLoggerNames.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLoggerNames.m; path = Sources/CocoaLumberjack/DDLoggerNames.m; sourceTree = ""; }; - 251AC1BAC6BA956BBF33207C22C5FA9C /* ReachabilitySwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReachabilitySwift.release.xcconfig; sourceTree = ""; }; - 251C6319AD50CB50F18D50CBF727F8B2 /* GoogleToolboxForMac */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleToolboxForMac; path = GoogleToolboxForMac.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 255E125F03207E24DE8B26F83696795A /* ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist"; sourceTree = ""; }; - 25870840E4DEF47CE9CAAE98A831007C /* GDTCOREvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m; sourceTree = ""; }; - 25BEB4A708A7F8E47E2A8CF45108F61B /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - 25D553823568398F7BD8BDC12B2D4730 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - 25DF7C5173BAE35E779C097DAB751044 /* Pods-iOS-ParticlesCommonModelsTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-ParticlesCommonModelsTests"; path = Pods_iOS_ParticlesCommonModelsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 25EEF5DB48CD63FC6D5083E25F3DB459 /* FIRCLSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLogger.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m; sourceTree = ""; }; - 25F9C2FA94287C0DBD9A953D3774CB7B /* CAPropertyAnimation+Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CAPropertyAnimation+Key.swift"; path = "MaterialActivityIndicator/Classes/Extensions/CAPropertyAnimation+Key.swift"; sourceTree = ""; }; - 26249DAF5A03251EB0B7E694A613AC60 /* SVGKExporterNSData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKExporterNSData.m; path = Source/Exporters/SVGKExporterNSData.m; sourceTree = ""; }; - 262EEAD46188A5B2C4754D166DE0BF7A /* ValidationRule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRule.swift; path = Validator/Sources/Rules/ValidationRule.swift; sourceTree = ""; }; - 2633344C944C6320032E44E831AEB4D2 /* ABTConditionalUserPropertyController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ABTConditionalUserPropertyController.h; path = FirebaseABTesting/Sources/ABTConditionalUserPropertyController.h; sourceTree = ""; }; - 265D8B66170C0892800F8D9DAD8B319C /* YAxisRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YAxisRenderer.swift; path = Source/Charts/Renderers/YAxisRenderer.swift; sourceTree = ""; }; - 26711264A67C740AD52015F041D8563F /* PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesObjC-Info.plist"; sourceTree = ""; }; - 268D501155D0E4F383E183B3604DBAF3 /* RCNConfigValue_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigValue_Internal.h; path = FirebaseRemoteConfig/Sources/RCNConfigValue_Internal.h; sourceTree = ""; }; - 268F6265901EF76B0C0DB36EDAE349C9 /* Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig"; sourceTree = ""; }; - 269EAE20E204C5D71CD355CB50BFC793 /* FIRMessagingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingUtilities.m; path = FirebaseMessaging/Sources/FIRMessagingUtilities.m; sourceTree = ""; }; - 26AE6553EAF5611B82959456C91A1C5E /* NSObject+FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+FBKVOController.m"; path = "FBKVOController/NSObject+FBKVOController.m"; sourceTree = ""; }; - 26AEE12B7CA17FE329F03384A32D0789 /* SVGTextElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTextElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGTextElement.m"; sourceTree = ""; }; - 26F52C6D91494CAB893A6E21B45BBC70 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + FBE5A52DEB487B0438D54BF9C823FF8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; + }; + FC087A9A5AB01ED290FA6321707D731A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; + }; + FC3B12A813BBF6CD2DCDA900D932F7B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4874E7E655CEB4C01E4572AD903AEA21; + remoteInfo = FloatingPanel; + }; + FC54C770F5E4456CF440917090CCFB71 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0483D7F620C992E5C4BD62A7266EABB4; + remoteInfo = pop; + }; + FC913904CC24C414095E3F17710D56E2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + FCEE439AC0F28538640A3672BCDC3321 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 09DD83B7D075842A3A5105AD410BD38A; + remoteInfo = BigInt; + }; + FD4F2BD97CE3C17917651B928DB8C6D8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 548E0F26A10990707D8D4870D2490ACC; + remoteInfo = iCarousel; + }; + FD53658C2C34D1624C9DF70ECD994540 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; + }; + FD53F00B51D9BC49855565CC7B4A7DE1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 332199DF130E4DE4652E72554CB35C6A; + remoteInfo = DrawerMenu; + }; + FD810DACBFE7CCD8B7450900DCB41BD5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 57D7BFD121CFA8B22535F5601079DEA7; + remoteInfo = MaterialActivityIndicator; + }; + FD894555B5FA97DD31D5F70C84B2E206 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BE7B3A8FFA6892B35CE5D9F8A7B8D25C; + remoteInfo = Atributika; + }; + FDE9476DFE692B8EE72CC4966E1460D7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + FE46A7EAB74911700975AE7E8119C6F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; + remoteInfo = EFQRCode; + }; + FE92BE443FEB1EFCFB61892BD3F4E29B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; + }; + FEF4D26288FF8778504A15FEF9DD44B8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + FF5E2B8F01B70BC50F65FFF1D02B0D23 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A325783180C9BEB3D60A7CAD046D1CF8; + remoteInfo = Differ; + }; + FFC981E86912A9E07CEBC47EC9FC5F9E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BECD36891A8DC297700F9296F5634B97; + remoteInfo = "libPhoneNumber-iOS"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 00021EE80C78A8B3F5316C80A43809BB /* FPRTraceBackgroundActivityTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRTraceBackgroundActivityTracker.m; path = FirebasePerformance/Sources/AppActivity/FPRTraceBackgroundActivityTracker.m; sourceTree = ""; }; + 007DF86841C7789E52B8A37409B68959 /* FPRGDTEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTEvent.h; path = FirebasePerformance/Sources/Loggers/FPRGDTEvent.h; sourceTree = ""; }; + 00A9C16815D676C9FCC76E54B40468A1 /* FPRGDTRateLimiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTRateLimiter.h; path = FirebasePerformance/Sources/Loggers/FPRGDTRateLimiter.h; sourceTree = ""; }; + 00AD5339D93AEFC670A443C8F6014D45 /* Promise+Always.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Always.swift"; path = "Sources/Promises/Promise+Always.swift"; sourceTree = ""; }; + 00AEB12118703F3F095912F815297C68 /* FirebaseRemoteConfigValueDecoderHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseRemoteConfigValueDecoderHelper.swift; path = FirebaseRemoteConfig/Swift/FirebaseRemoteConfigValueDecoderHelper.swift; sourceTree = ""; }; + 00C7F03716FC021ED38B6DB8AE11B44F /* FirebaseCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.release.xcconfig; sourceTree = ""; }; + 00C899BBE29FFC2E96B1B5457B2A5FA6 /* Pods-iOS-AppsFlyerStaticInjections-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-AppsFlyerStaticInjections-umbrella.h"; sourceTree = ""; }; + 00EFAD28CC48514E1B783A1C992733F1 /* MaterialActivityIndicator.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MaterialActivityIndicator.release.xcconfig; sourceTree = ""; }; + 00F17159E73D28F03CA8785CEBF81CA9 /* AppsFlyerLib.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = AppsFlyerLib.xcframework; path = binaries/xcframework/full/AppsFlyerLib.xcframework; sourceTree = ""; }; + 00F450562531FB995669DBF73B3BE47C /* Pods-iOS-UIAppToolkits.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIAppToolkits.release.xcconfig"; sourceTree = ""; }; + 00F8BAE9E3324C24F91EBDE602C018FF /* IBarLineScatterCandleBubbleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IBarLineScatterCandleBubbleChartDataSet.swift; path = Source/Charts/Data/Interfaces/IBarLineScatterCandleBubbleChartDataSet.swift; sourceTree = ""; }; + 010AE2FA82FFCBD00BA3C5463824B5C9 /* UIView+WebCacheState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheState.h"; path = "SDWebImage/Core/UIView+WebCacheState.h"; sourceTree = ""; }; + 013CE2F0B6D93F3984F36B98B2241636 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; + 01445309456BE5F8DEB991286D1FB73C /* SVGRectElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGRectElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGRectElement.h"; sourceTree = ""; }; + 0146137D254C48B5C321AF440F7F0520 /* FIRCLSRecordApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordApplication.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m; sourceTree = ""; }; + 015EF01C5BADD92390603B340D10BEB7 /* GULSwizzlingCache_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzlingCache_Private.h; path = GoogleUtilities/SwizzlerTestHelpers/GULSwizzlingCache_Private.h; sourceTree = ""; }; + 015FA9B04539AD552C2AB4F7592C3F80 /* ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist"; sourceTree = ""; }; + 01626C38ABEBC7336F74506C8DC819D4 /* SVGRectElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGRectElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGRectElement.m"; sourceTree = ""; }; + 016CDFAB37FB67A7841F28A91DE304B9 /* SVGKFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKFastImageView.m; path = Source/ImageViews/SVGKFastImageView.m; sourceTree = ""; }; + 01738EDEC2FA9D8040A141609F640C8A /* SVGKDefine_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKDefine_Private.h; path = Source/SVGKDefine_Private.h; sourceTree = ""; }; + 018B0A88C78DAEC66FFB517EF5B20C1F /* Pods-iOS-CameraParticlesTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-CameraParticlesTests"; path = Pods_iOS_CameraParticlesTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 01A43BF9BB2ABC68CF65CE3199DD4139 /* SVGKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SVGKit-dummy.m"; sourceTree = ""; }; + 01BF58F27156E86F6AB7E80C5D45B721 /* FIRCLSUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h; sourceTree = ""; }; + 01CD5E30C112D1F2B6BFAB855FE7870B /* Pods-iOS-CameraParticles-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-CameraParticles-umbrella.h"; sourceTree = ""; }; + 01D4F874FCB454C35B8795A299964D92 /* Pods-iOS-PlatformParticlesTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformParticlesTests-acknowledgements.markdown"; sourceTree = ""; }; + 02022FE24DCB575C45DD4E09905A26DF /* FIRCLSInternalReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h; sourceTree = ""; }; + 021AC56A182FBC9D34D2E246B481569F /* Pods-iOS-UIToolkits-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UIToolkits-acknowledgements.markdown"; sourceTree = ""; }; + 0224604AD1F7B9C3DA2631912748BFAE /* Pods-iOS-JedioKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-JedioKit.release.xcconfig"; sourceTree = ""; }; + 0231D30F105DA7C8777F30E6DED687FD /* POPAnimationPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationPrivate.h; path = pop/POPAnimationPrivate.h; sourceTree = ""; }; + 023815A342C889FDB40C2E468E36B0A0 /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; + 025DA77DB6782FFF04FFE7036B164384 /* NVActivityIndicatorView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NVActivityIndicatorView-umbrella.h"; sourceTree = ""; }; + 026B0CD5C051ECFE6E05A6B1E702B60E /* Pods_iOS_dydxPresenters.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_dydxPresenters.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 027A5EEDFBA496C32BBFD5E37DB71215 /* Pods-iOS-Utilities-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-Utilities-acknowledgements.plist"; sourceTree = ""; }; + 0281B9AD95F01F73F604E852EBC9EFBE /* AMPConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPConstants.m; path = Sources/Amplitude/AMPConstants.m; sourceTree = ""; }; + 02A5BA8C38CDEF692C2B4F2F37765510 /* Pods-iOS-JedioKitTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-JedioKitTests.modulemap"; sourceTree = ""; }; + 02A5FCC0197511EB2497CEC29D723833 /* KVOController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-prefix.pch"; sourceTree = ""; }; + 02BC79E6F89FE8D9F36E694813C9C1C2 /* GULRuntimeClassSnapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeClassSnapshot.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassSnapshot.h; sourceTree = ""; }; + 02C9B83DAAF6B09DD457259F3987DC51 /* IHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IHighlighter.swift; path = Source/Charts/Highlight/IHighlighter.swift; sourceTree = ""; }; + 02F9E80EFE9E8F7BE7B83C871F1CDB6D /* FIRMessagingKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingKeychain.m; path = FirebaseMessaging/Sources/Token/FIRMessagingKeychain.m; sourceTree = ""; }; + 031E0CB826EEFCEE4B90597D1C2F221D /* FirebaseSessions-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseSessions-umbrella.h"; sourceTree = ""; }; + 03328510C3CE5FCE474DA44C293FCD46 /* Pods-iOS-JedioKitTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-JedioKitTests-acknowledgements.markdown"; sourceTree = ""; }; + 0353308298B289ADAE27084A253592A2 /* POPSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPSpringAnimation.mm; path = pop/POPSpringAnimation.mm; sourceTree = ""; }; + 035A33C03BE89474DA7DE9E5419ED59E /* Pods-iOS-PlatformUITests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUITests-Info.plist"; sourceTree = ""; }; + 035E17D2C67DBC5AD6CB434FB50EE6B6 /* FIRExceptionModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h; sourceTree = ""; }; + 036281C1DDA7F3212E9535C559352664 /* FIRMessagingAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAnalytics.m; path = FirebaseMessaging/Sources/FIRMessagingAnalytics.m; sourceTree = ""; }; + 037F0305B1B05699D15FB0824AF3CB7D /* BarLineScatterCandleBubbleChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineScatterCandleBubbleChartDataProvider.swift; path = Source/Charts/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift; sourceTree = ""; }; + 03815F50BA7DF9A408D8A7BDD2EF9A40 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 038C6862EAE662E8C74CB9545D5D101F /* FIRTrace.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRTrace.m; path = FirebasePerformance/Sources/Timer/FIRTrace.m; sourceTree = ""; }; + 038C994B663AE8F4B6BC80B25D762EE5 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + 039477FF02B3F7749800119D14E21E38 /* IFillFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IFillFormatter.swift; path = Source/Charts/Formatters/IFillFormatter.swift; sourceTree = ""; }; + 03D045BBCB5F0604141F9F7B512F00C9 /* GTMLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMLogger.m; path = Foundation/GTMLogger.m; sourceTree = ""; }; + 041CB1404C197162CD8510E5F51864F3 /* RadarChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartView.swift; path = Source/Charts/Charts/RadarChartView.swift; sourceTree = ""; }; + 04550EAF3AD795DE372A8C122B9675A3 /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; + 045B0B08C416A051592D6595896293B8 /* FIRCLSProcessReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSProcessReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m; sourceTree = ""; }; + 045E5CB8C21E338E66077B8B80321964 /* Templates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Templates.swift; path = Sources/Templates/Templates.swift; sourceTree = ""; }; + 047BB4C582E2058BDC034070FE4BE560 /* SDWebImageSwiftUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageSwiftUI.release.xcconfig; sourceTree = ""; }; + 048A692DB9881EF470AFAFB4922294C5 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 04A06FAB8FDDC52A037EAA7A01540FEE /* FirebaseSharedSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseSharedSwift.release.xcconfig; sourceTree = ""; }; + 04D63422F5FD0953105E4D84AB2CDCA6 /* Pods-iOS-PlatformUI-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUI-acknowledgements.plist"; sourceTree = ""; }; + 04D9C695D7A1AAE390B7766F8EBDC73D /* BootstrapValidator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BootstrapValidator.swift; path = Sources/Statsig/BootstrapValidator.swift; sourceTree = ""; }; + 0546CF12925E73664751E3A179EFC8B1 /* Pods-iOS-PlatformRoutingTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformRoutingTests.modulemap"; sourceTree = ""; }; + 056C639A47CD2F77696327E0EDD876A1 /* FPRObjectInstrumentor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRObjectInstrumentor.m; path = FirebasePerformance/Sources/Instrumentation/FPRObjectInstrumentor.m; sourceTree = ""; }; + 056D036F9A34CE3A69C04728D29FCE3D /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; + 057521619DE8EEBF2A7732BE58265023 /* CombinedChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedChartRenderer.swift; path = Source/Charts/Renderers/CombinedChartRenderer.swift; sourceTree = ""; }; + 05A8A809E743CD24A9CB346CE2D3B60D /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h; sourceTree = ""; }; + 05A9147AC33AE3636EAEA705A2FB6D54 /* StatsigOverridesObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigOverridesObjC.swift; path = Sources/Statsig/ObjectiveC/StatsigOverridesObjC.swift; sourceTree = ""; }; + 05B2922407E421809B6282679A4D790D /* FIRCLSMachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h; sourceTree = ""; }; + 05DC1C4A91E92DB0484A23A38D60BC2C /* NVActivityIndicatorView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NVActivityIndicatorView-prefix.pch"; sourceTree = ""; }; + 0617A4C7EF36034ADC9E398B4AE9656A /* RCNUserDefaultsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNUserDefaultsManager.h; path = FirebaseRemoteConfig/Sources/RCNUserDefaultsManager.h; sourceTree = ""; }; + 061F2ECEFF9F015C39BE995670A32EB5 /* Pods-iOS-PlatformUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUITests-acknowledgements.plist"; sourceTree = ""; }; + 062B6596469E7B33FEAE7CBF91455C84 /* POPAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimation.mm; path = pop/POPAnimation.mm; sourceTree = ""; }; + 06509578ED1A8F18147EE78C98360D1D /* FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessaging.m; path = FirebaseMessaging/Sources/FIRMessaging.m; sourceTree = ""; }; + 067CED0F0662BBE6DC889AEC6DAB3049 /* PromisesSwift-Promises_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "PromisesSwift-Promises_Privacy"; path = Promises_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 068961EB8861654EB8C360BA35B68B62 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + 06BF99A9584E5E0718F9EF775D5C2350 /* GULObjectSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULObjectSwizzler.m; path = GoogleUtilities/ISASwizzler/GULObjectSwizzler.m; sourceTree = ""; }; + 06CDA6C7FD4B09B3EBFE3CFC1910BD02 /* SetOutputType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SetOutputType.swift; path = Sources/Operators/SetOutputType.swift; sourceTree = ""; }; + 06DB77B0FEE07289FD17D1CF988CE7BD /* ErrorBoundary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ErrorBoundary.m; path = Sources/StatsigInternalObjC/ErrorBoundary.m; sourceTree = ""; }; + 06E3DC888A29F58FF273F1A58D7C04DA /* EFQRCode-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFQRCode-prefix.pch"; sourceTree = ""; }; + 06E74029235796AAB3DC64B71BD123CE /* SVGPreserveAspectRatio.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPreserveAspectRatio.m; path = "Source/DOM classes/SVG-DOM/SVGPreserveAspectRatio.m"; sourceTree = ""; }; + 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = nanopb; path = nanopb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 071B451C91129BA0C9F98101515DBF41 /* FIRConfigValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfigValue.m; path = FirebaseRemoteConfig/Sources/FIRConfigValue.m; sourceTree = ""; }; + 0725ACCE79056B4951D893F0FF1783E9 /* FirebaseSessions.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseSessions.modulemap; sourceTree = ""; }; + 07347DDD74B4C5C850FD04AA261DD710 /* EFQRCode+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EFQRCode+ObjC.swift"; path = "Source/EFQRCode+ObjC.swift"; sourceTree = ""; }; + 0757DC8B6A092C821509D373C67C703F /* EasyTipView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "EasyTipView-Info.plist"; sourceTree = ""; }; + 076413F752C0D4195D64DBFBD8BB480C /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; + 07866B969B55F241B7650265DD809286 /* NVActivityIndicatorAnimationLineScale.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineScale.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineScale.swift; sourceTree = ""; }; + 078EAE175BD576F504BE3FE2A7BB2BEA /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + 07B074FAE4BAAFA8FE3F1B407E84E8CF /* FIRHTTPMetric+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRHTTPMetric+Private.h"; path = "FirebasePerformance/Sources/Instrumentation/FIRHTTPMetric+Private.h"; sourceTree = ""; }; + 07B3CFE55A278E0DEF2E01D2FD6C1E8A /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; + 07C181158C20656D7D6DD71ADA69E697 /* FirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseRemoteConfig.h; path = FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FirebaseRemoteConfig.h; sourceTree = ""; }; + 07E77855775E26475952675A82387BC1 /* GULRuntimeClassDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeClassDiff.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassDiff.h; sourceTree = ""; }; + 0815661FE06B8A2FCC664BC462379CDF /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; + 0815F1BB10FED5774C42D073BACB2FED /* SVGUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGUtils.h; path = Source/Utils/SVGUtils.h; sourceTree = ""; }; + 081C182F8728181F3990871909257E11 /* Pods-iOS-dydxChart */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxChart"; path = Pods_iOS_dydxChart.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0821CE5149F341943587F63074552E63 /* ChartLimitLine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartLimitLine.swift; path = Source/Charts/Components/ChartLimitLine.swift; sourceTree = ""; }; + 0834311749AF7857ABAFC5F7AD1250ED /* HMSegmentedControl.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HMSegmentedControl.release.xcconfig; sourceTree = ""; }; + 083F31AEDE789C18827CCA7AB11CE3BA /* POPSpringAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimationInternal.h; path = pop/POPSpringAnimationInternal.h; sourceTree = ""; }; + 087586688C2AF221AB970D8873A228A3 /* EasyTipView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EasyTipView-prefix.pch"; sourceTree = ""; }; + 0891C8AE6B93CFF9018FFE747EDEA4EA /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; + 08A373405B5B529572C814B374D9B061 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + 08B6BC54C85AF542076D9665AC608E81 /* GTMDebugThreadValidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMDebugThreadValidation.h; path = DebugUtils/GTMDebugThreadValidation.h; sourceTree = ""; }; + 08BF4F28AA0DB8A96730633164328CAF /* EasyTipView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EasyTipView-umbrella.h"; sourceTree = ""; }; + 08BF601B749BB09F71413A9970A0F6E8 /* FIRCLSSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettingsManager.h; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h; sourceTree = ""; }; + 08C196509946AE957A9C179DAC25DAE2 /* Pods-iOS-PlatformRoutingTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformRoutingTests-dummy.m"; sourceTree = ""; }; + 08E663A27A8A8952D63F72CB90C8E35B /* ViewPortJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewPortJob.swift; path = Source/Charts/Jobs/ViewPortJob.swift; sourceTree = ""; }; + 0915C43EAAE0EE400D358768F8A10657 /* MediaList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MediaList.m; path = "Source/DOM classes/Core DOM/MediaList.m"; sourceTree = ""; }; + 093710A2349C661B87ABC39A366BF523 /* BatchUpdate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchUpdate.swift; path = Sources/Differ/BatchUpdate.swift; sourceTree = ""; }; + 095C2D65A47973C0323DA6C6F1F380CA /* Pods-iOS-ParticlesCommonModelsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-ParticlesCommonModelsTests-dummy.m"; sourceTree = ""; }; + 095C98C5754D19966927538185440F94 /* SVGGradientLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGradientLayer.h; path = "Source/QuartzCore additions/SVGGradientLayer.h"; sourceTree = ""; }; + 0976B7D3897E6008FB611A8829632B7D /* Pods-iOS-ParticlesCommonModelsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesCommonModelsTests-Info.plist"; sourceTree = ""; }; + 097A1F5B958C73856FCF44A3F4A839C6 /* GTMSessionFetcher-GTMSessionFetcher_Full_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy"; path = GTMSessionFetcher_Full_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 099E5994A2EDD2A94870FA5B18FC7A20 /* SVGSVGElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGSVGElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGSVGElement.m"; sourceTree = ""; }; + 09B64C37B93D7F6F8698A18B09FBB419 /* RCNConfigExperiment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigExperiment.m; path = FirebaseRemoteConfig/Sources/RCNConfigExperiment.m; sourceTree = ""; }; + 09CC6E24DA7B64536D39E1E859284F3F /* Pods-iOS-AmplitudeInjections.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AmplitudeInjections.release.xcconfig"; sourceTree = ""; }; + 0A0D4D80C4B0BF601DCDC356C61369C5 /* FirebaseCrashlytics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCrashlytics-Info.plist"; sourceTree = ""; }; + 0A108433DF3E3FA647F36DF833C20351 /* FPRNSURLConnectionDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLConnectionDelegate.m; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLConnectionDelegate.m; sourceTree = ""; }; + 0A33EBB276044FF5A34D6B03831E5119 /* GTMMethodCheck.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMMethodCheck.h; path = DebugUtils/GTMMethodCheck.h; sourceTree = ""; }; + 0A42F18281E7CD6EF5D4ECD93E73DB86 /* GrabberView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GrabberView.swift; path = Sources/GrabberView.swift; sourceTree = ""; }; + 0A6CD352751E056F81525230D3B374B7 /* HeartbeatsBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsBundle.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift; sourceTree = ""; }; + 0A70F50CB4403942201FFB346348D037 /* FIRMessagingRemoteNotificationsProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRemoteNotificationsProxy.m; path = FirebaseMessaging/Sources/FIRMessagingRemoteNotificationsProxy.m; sourceTree = ""; }; + 0A71071379CD8DC7587B524E651B8A80 /* FIRCLSContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContext.m; path = Crashlytics/Crashlytics/Components/FIRCLSContext.m; sourceTree = ""; }; + 0A924840A2D1D19C7C7932A29FA85A0B /* Promise+Then.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Then.swift"; path = "Sources/Promises/Promise+Then.swift"; sourceTree = ""; }; + 0A9A61D6DDCB205CCFA2E332984A515C /* PromisesSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesSwift.modulemap; sourceTree = ""; }; + 0AB945D31FC4B407CF9E47F513F6BF66 /* FPRConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConsoleLogger.h; path = FirebasePerformance/Sources/FPRConsoleLogger.h; sourceTree = ""; }; + 0AB98B8FC1D3E6541D9797A54B9E5A19 /* Differ-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Differ-Info.plist"; sourceTree = ""; }; + 0AC67B2AE071369B15913DD4453BCFA6 /* Pods-iOS-ParticlesCommonModelsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-ParticlesCommonModelsTests-umbrella.h"; sourceTree = ""; }; + 0AD22A61959786B0DD4EEE9E6F35CDC4 /* Pods-iOS-dydxPresenters-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxPresenters-Info.plist"; sourceTree = ""; }; + 0AD83420067F042F79E75528B1E0C007 /* Pods-iOS-PlatformUI-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformUI-acknowledgements.markdown"; sourceTree = ""; }; + 0AE4D6BA019623DBF8528A1CF5BC748D /* A0SimpleKeychain+KeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "A0SimpleKeychain+KeyPair.h"; path = "SimpleKeychain/A0SimpleKeychain+KeyPair.h"; sourceTree = ""; }; + 0AEF5CF477B4B80176452BFEE94E1ABA /* FIRCLSContextInitData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContextInitData.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSContextInitData.h; sourceTree = ""; }; + 0AF3908A38055C4252E60EDC8D0E07E1 /* StatsigObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigObjC.swift; path = Sources/Statsig/ObjectiveC/StatsigObjC.swift; sourceTree = ""; }; + 0B20B03D98EED2F91DC5445B0D2BF666 /* Pods-iOS-ParticlesCommonModels-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesCommonModels-Info.plist"; sourceTree = ""; }; + 0B3E55E1896D5AA691C88C7517AA83A6 /* Pods-iOS-ParticlesKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesKit.debug.xcconfig"; sourceTree = ""; }; + 0B4CF15E3EED41687DA15B8A7DB0FD38 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 0B75CD5005AFD2B9CE1BAACF0A4240EB /* Pods-iOS-dydxViewsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxViewsTests-Info.plist"; sourceTree = ""; }; + 0B8A32F0406F7F9B23FC9AE28AD27A88 /* Popovers-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Popovers-Info.plist"; sourceTree = ""; }; + 0BA079C38C0BDFFAA70D46F613D83E77 /* FPRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConfiguration.h; path = FirebasePerformance/Sources/FPRConfiguration.h; sourceTree = ""; }; + 0BDA1F13DAAC2B2991223B739DE8D192 /* SessionsDependencies.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionsDependencies.swift; path = FirebaseSessions/Sources/Public/SessionsDependencies.swift; sourceTree = ""; }; + 0C072F603EBA177647AF8562DE88C6B4 /* CALayer+RecursiveClone.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+RecursiveClone.h"; path = "Source/QuartzCore additions/CALayer+RecursiveClone.h"; sourceTree = ""; }; + 0C0EE5E4255F4129A638C25BA43BDBD5 /* ValidationResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationResult.swift; path = Validator/Sources/ValidationResult.swift; sourceTree = ""; }; + 0C26121FA773E124E18D910345970012 /* FIRMessagingInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingInterop.h; path = FirebaseMessaging/Interop/FIRMessagingInterop.h; sourceTree = ""; }; + 0C26E401F3BC36545993B96D17A08CA8 /* FirebaseCoreExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreExtension.debug.xcconfig; sourceTree = ""; }; + 0C2F26A3CD2DEE3326C23E2F8B6051B6 /* URLResponse+Statsig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLResponse+Statsig.swift"; path = "Sources/Statsig/URLResponse+Statsig.swift"; sourceTree = ""; }; + 0C30A34E4667F41DA8CE553E8440392D /* FlatMapFirst.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlatMapFirst.swift; path = Sources/Operators/FlatMapFirst.swift; sourceTree = ""; }; + 0C3464CAA4E7D67754F7F500EA4A21EB /* FIRCLSRecordIdentity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordIdentity.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h; sourceTree = ""; }; + 0C5BBFE02687C03B530D0CED8C089919 /* Pods-iOS-WebParticles.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-WebParticles.debug.xcconfig"; sourceTree = ""; }; + 0C5C9D7FD0DA1FF130FB7B32897F9EB4 /* pop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "pop-umbrella.h"; sourceTree = ""; }; + 0C5E118BCB57682FF0398DC9434B7F59 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = FirebaseCore/Sources/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 0CABF252555FDCE89BD7A43E8A270F11 /* GULProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULProxy.m; path = GoogleUtilities/SwizzlerTestHelpers/GULProxy.m; sourceTree = ""; }; + 0CAFBD2FAC55235ED75764F58616A33A /* CALayer+RecursiveClone.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CALayer+RecursiveClone.m"; path = "Source/QuartzCore additions/CALayer+RecursiveClone.m"; sourceTree = ""; }; + 0CB013503F55F8105871B0BD4D8A7409 /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m; sourceTree = ""; }; + 0CDBF1CEA3381D01503ED3976C97FD94 /* Pods-iOS-UtilitiesTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UtilitiesTests-Info.plist"; sourceTree = ""; }; + 0CFC1FE34A46CD43F9669C047D6C8499 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; + 0D288087F252032AEFF9C82FADCE7ED6 /* UIKitExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIKitExtensions.swift; path = Sources/EasyTipView/UIKitExtensions.swift; sourceTree = ""; }; + 0D28D6448790D0E583B7CE456D297BF3 /* SurfaceView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SurfaceView.swift; path = Sources/SurfaceView.swift; sourceTree = ""; }; + 0D511768B4C73467A7F1DC97B7268BCE /* GDTCORPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORPlatform.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m; sourceTree = ""; }; + 0D5D4AFB5DD35D5A91E9CBFF12389B5E /* SVGKFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKFastImageView.h; path = Source/ImageViews/SVGKFastImageView.h; sourceTree = ""; }; + 0D7271CD0B338B536440587F0BFEDA0E /* FPRSelectorInstrumentor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRSelectorInstrumentor.m; path = FirebasePerformance/Sources/Instrumentation/FPRSelectorInstrumentor.m; sourceTree = ""; }; + 0D915604D4C85EA353D437B0CDD1BFEA /* Pods-iOS-dydxFormatter-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxFormatter-Info.plist"; sourceTree = ""; }; + 0DAAD276E1E74672A1935DF6E6821FF6 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + 0DBCFBAA8DE962B1B96770B0C33E3398 /* NVActivityIndicatorAnimationBallScaleMultiple.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallScaleMultiple.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallScaleMultiple.swift; sourceTree = ""; }; + 0DBD0247ECE332013D9A8C13BAA77FDF /* FPRNSURLSessionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLSessionDelegate.h; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLSessionDelegate.h; sourceTree = ""; }; + 0DC02D3F8CA4753A6C0F4BB731C1536E /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; + 0DC51210C57A1D8A1EB90C0F026E5123 /* FIRCLSSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettingsManager.m; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.m; sourceTree = ""; }; + 0DC9CA5ABC466C3E0E33CC4FFA52DB58 /* LineChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartData.swift; path = Source/Charts/Data/Implementations/Standard/LineChartData.swift; sourceTree = ""; }; + 0DCD783B50B9092BC945A3A7D2CD3B82 /* Pods-iOS-PlatformUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-PlatformUITests-frameworks.sh"; sourceTree = ""; }; + 0DD3A5AD010A73F37E69E3ECCA99DE6A /* Pods-iOS-PlatformUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformUITests-acknowledgements.markdown"; sourceTree = ""; }; + 0E267833C59FD323ED45F711A1B27762 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + 0E4696AFB9C8B90E453E983925926A19 /* DDContextFilterLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDContextFilterLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDContextFilterLogFormatter.h; sourceTree = ""; }; + 0E498F72E1CF903EDA700688DDF286E1 /* FIRCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h; sourceTree = ""; }; + 0EB86004418DB60AA8C71F05BCE4B4D9 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; + 0ED56F3C2EE73B31D2E4BF257218F29A /* SVGNumber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGNumber.h; path = "Source/DOM classes/SVG-DOM/SVGNumber.h"; sourceTree = ""; }; + 0EDA4DE50D7EDEB79E5AEA450ACDFC25 /* Pods-iOS-UIAppToolkitsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UIAppToolkitsTests-umbrella.h"; sourceTree = ""; }; + 0F147D8782057D83EB45B0EC49E00922 /* POPCustomAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCustomAnimation.mm; path = pop/POPCustomAnimation.mm; sourceTree = ""; }; + 0F3A554A138D3A03A3EC4A8EE7DE2F46 /* Pods-iOS-CameraParticles.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-CameraParticles.release.xcconfig"; sourceTree = ""; }; + 0F3D1C14E138C06F23C97C23B784022E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 0F4E9CD8732C2429FAE784A90D72E3D0 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; + 0F570AEE9D9A8D819E4A7658552124E9 /* SVGKParseResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParseResult.h; path = Source/Parsers/SVGKParseResult.h; sourceTree = ""; }; + 0F604DA8D53D5F5742F1264D4014C3C9 /* FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessaging.h; sourceTree = ""; }; + 0F775F3F55A62C31A6C2CB85699F3C43 /* Partition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Partition.swift; path = Sources/Operators/Partition.swift; sourceTree = ""; }; + 0F7BA19A0B67FB1809E69F30E835ED39 /* FPRCPUGaugeCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRCPUGaugeCollector.h; path = FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeCollector.h; sourceTree = ""; }; + 0F8081344265B76CCF5FA705A65F4C51 /* FirebaseSessions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseSessions.swift; path = FirebaseSessions/Sources/FirebaseSessions.swift; sourceTree = ""; }; + 0F8305CB07072C3B972835FB351BF1C1 /* SVGKSourceString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSourceString.h; path = Source/Sources/SVGKSourceString.h; sourceTree = ""; }; + 0F83A2C9BFD4480F7EA58622E96D6F64 /* SimpleKeychain-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimpleKeychain-umbrella.h"; sourceTree = ""; }; + 0F9399172F7E3619316C65685477BE52 /* JTCalendarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarManager.m; path = JTCalendar/JTCalendarManager.m; sourceTree = ""; }; + 0FE9BA29E0D66E68670BF23F40682B1D /* Pods-iOS-ParticlesKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesKit-Info.plist"; sourceTree = ""; }; + 1007B8EEC2E83F4E2893FDA8CBD46848 /* FIRCLSDownloadAndSaveSettingsOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDownloadAndSaveSettingsOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h; sourceTree = ""; }; + 104AAA0392192E0E833F0318A85F1BE3 /* GDTCOREndpoints_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h; sourceTree = ""; }; + 10C4E97C5B65EB1BC622D3EE7CC0ED3C /* NVActivityIndicatorAnimationBallScale.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallScale.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallScale.swift; sourceTree = ""; }; + 10C9A9E12AEB67F12A5C977AFE412A01 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/GULAppEnvironmentUtil.m; sourceTree = ""; }; + 110396A309E64F7466C066535F59AF29 /* EFUIntPixel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFUIntPixel.swift; path = Source/EFUIntPixel.swift; sourceTree = ""; }; + 1130B00EE7871716095A2A51733C5AAF /* ComodoCaLimitedRsaCertificationAuthority.der */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = ComodoCaLimitedRsaCertificationAuthority.der; path = Sources/Amplitude/ComodoCaLimitedRsaCertificationAuthority.der; sourceTree = ""; }; + 1139234FB2F1758633DB9F9D6DC40748 /* Pods-iOS-JedioKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-JedioKit-umbrella.h"; sourceTree = ""; }; + 1152A1026000F44DAFD309C95A089149 /* GTMNSObject+KeyValueObserving.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSObject+KeyValueObserving.m"; path = "Foundation/GTMNSObject+KeyValueObserving.m"; sourceTree = ""; }; + 11690DCF5E18ECF4806763505D5C44C1 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + 117758AEB1B30C81ACABF2A1822FF7BB /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 11B5FFDF8C03D9B346E3E7EB3A268946 /* SVGKParserPatternsAndGradients.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserPatternsAndGradients.m; path = "Source/Parsers/Parser Extensions/SVGKParserPatternsAndGradients.m"; sourceTree = ""; }; + 11B69683F4B32B8428B81B9525F7E704 /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; + 11D35105B520292329378F6ADEB4C585 /* DDMultiFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMultiFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDMultiFormatter.h; sourceTree = ""; }; + 11DFBF93527D0FD093560795858D34A8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/CocoaLumberjack/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 11E2082D58EF4AD2C76A603E5AFB6315 /* FPRNSURLSessionInstrument_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLSessionInstrument_Private.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLSessionInstrument_Private.h; sourceTree = ""; }; + 11E978B8162E42A8A69832842D77D1B5 /* GoogleDataTransport+GoogleDataTransportProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "GoogleDataTransport+GoogleDataTransportProtocol.swift"; path = "FirebaseSessions/Sources/GoogleDataTransport+GoogleDataTransportProtocol.swift"; sourceTree = ""; }; + 11FEACC544336436F49A9351B26289EC /* EFQRCode-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "EFQRCode-Info.plist"; sourceTree = ""; }; + 1203BEE2950F5CD72D6FA125BE08334C /* Pods-iOS-ParticlesKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesKit.release.xcconfig"; sourceTree = ""; }; + 12086FAB83039A88E0E06DBC312DEC46 /* ZSWTappableLabelTouchHandling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabelTouchHandling.m; path = ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.m; sourceTree = ""; }; + 121B9D7F48E3B9BF32F5138D963744E5 /* JTCalendarSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarSettings.m; path = JTCalendar/JTCalendarSettings.m; sourceTree = ""; }; + 1239FBB7D670E1192773D4697932DF97 /* FIRCLSDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDefines.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h; sourceTree = ""; }; + 123C7ABBAE496161E6F0433D439C76C1 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + 129CEB4DAC2A91163698D539A1ADC9E5 /* SVGKParserGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserGradient.m; path = "Source/Parsers/Parser Extensions/SVGKParserGradient.m"; sourceTree = ""; }; + 129DE87782EDC8B3C302F90234226C0F /* PanModalPresentable+Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PanModalPresentable+Defaults.swift"; path = "PanModal/Presentable/PanModalPresentable+Defaults.swift"; sourceTree = ""; }; + 12C5B03ACAE893AD56ADD743C166E390 /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; + 12DE52CEA2D79C386900EAA6F9606D18 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; + 12E7B1328BFBD6EF472763437E3949D9 /* COSTouchVisualizer-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "COSTouchVisualizer-Info.plist"; sourceTree = ""; }; + 12F47B3E6167FD262282525D2A885849 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 13534225BAFD0591DFEC71388ADB2662 /* Pods-iOS-dydxViews-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxViews-acknowledgements.markdown"; sourceTree = ""; }; + 1355A44748841B4FA0E9A8FC4F04BF32 /* GDTCORMetricsMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsMetadata.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORMetricsMetadata.h; sourceTree = ""; }; + 135CF2683D2E42C71CD8FCA23E7A1B97 /* GTMSessionFetcherService+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMSessionFetcherService+Internal.h"; path = "Sources/Core/GTMSessionFetcherService+Internal.h"; sourceTree = ""; }; + 136C77E1B9272196E5026B30BC789DCA /* Pods-iOS-dydxCartera-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxCartera-Info.plist"; sourceTree = ""; }; + 136D36AF6E6B537284D887BCAFC2E82D /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = Sources/Operators/Internal/Lock.swift; sourceTree = ""; }; + 13999FE4AC223F847FBB071BFD931C5F /* POPDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimation.h; path = pop/POPDecayAnimation.h; sourceTree = ""; }; + 13A9A92F6B2D2FE49764C8C0E4575C63 /* Pods-iOS-dydxV4-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxV4-acknowledgements.markdown"; sourceTree = ""; }; + 13AADF66802E20730CA7D0AD3113B54E /* ExtendedPatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendedPatch.swift; path = Sources/Differ/ExtendedPatch.swift; sourceTree = ""; }; + 13AE84E2C02877563B89015BCCC75577 /* ZSWTappableLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabel.h; path = ZSWTappableLabel/Public/ZSWTappableLabel.h; sourceTree = ""; }; + 13B6F6EF1F87057A9D407CE84E7C1624 /* FPRCPUGaugeCollector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRCPUGaugeCollector.m; path = FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeCollector.m; sourceTree = ""; }; + 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseInstallations; path = FirebaseInstallations.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 13DDEE258FD75ABBA115FA2AA34112EB /* COSTouchVisualizerWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = COSTouchVisualizerWindow.h; path = Classes/COSTouchVisualizerWindow.h; sourceTree = ""; }; + 13DE45B4197C3F918768E7381BB638FF /* FPRCPUGaugeData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRCPUGaugeData.m; path = FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeData.m; sourceTree = ""; }; + 13E6774722FB7F0CDF4EC95CDAE70B59 /* FIRMessagingConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingConstants.h; path = FirebaseMessaging/Sources/FIRMessagingConstants.h; sourceTree = ""; }; + 13EC8E4F016A97AF545FEDF8BB1A4FA1 /* FIRRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRRemoteConfig.h; path = FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FIRRemoteConfig.h; sourceTree = ""; }; + 141C70FBF0C664387676C5E40D14B548 /* FIRCLSRecordIdentity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordIdentity.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m; sourceTree = ""; }; + 1443E52078D355A124F6F6AF099BF809 /* CGSize+Min.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGSize+Min.swift"; path = "MaterialActivityIndicator/Classes/Extensions/CGSize+Min.swift"; sourceTree = ""; }; + 144D135698804E2B5A8E0C923093E4AA /* SDWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-umbrella.h"; sourceTree = ""; }; + 1469539E0A02329724D652810A7BE087 /* FIRCLSLaunchMarkerModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLaunchMarkerModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.m; sourceTree = ""; }; + 146CBB3B2E3E73AD0951EACE488CF564 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 1489F91046CA959158B3BD8D61233AF9 /* Overlay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Overlay.swift; path = DrawerMenu/Classes/style/Overlay.swift; sourceTree = ""; }; + 148D0F9E8C7373FEAF40D800FC5F1BAA /* FirebaseCoreInternal */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreInternal; path = FirebaseCoreInternal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 148F82E4DC45B9C61C10D40C884E89C6 /* Pods-iOS-StatsigInjections-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-StatsigInjections-acknowledgements.markdown"; sourceTree = ""; }; + 14A95C954D52298E81440E60FE7949ED /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; + 14E6D38691CEE25DE1585A418E260948 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h; sourceTree = ""; }; + 152AB12A1E8971DF725A27A4CB831701 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; + 153F5262B13799ECDF2B30172CDE30D9 /* ICandleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ICandleChartDataSet.swift; path = Source/Charts/Data/Interfaces/ICandleChartDataSet.swift; sourceTree = ""; }; + 15811EA0B82FF13D7EF9C5E3CB4A2E11 /* Tag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tag.swift; path = Sources/Core/Tag.swift; sourceTree = ""; }; + 159940D22C57893E6686C2E32141B05D /* GoogleDataTransport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleDataTransport-Info.plist"; sourceTree = ""; }; + 15A35609F65E05862EA587E77943E7EE /* SVGKSourceURL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSourceURL.m; path = Source/Sources/SVGKSourceURL.m; sourceTree = ""; }; + 15C50045C5274A243D25B6ABD8D7CEE0 /* GTMNSThread+Blocks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSThread+Blocks.m"; path = "Foundation/GTMNSThread+Blocks.m"; sourceTree = ""; }; + 15DF50CF65B501A9DEAF2876A942C7C5 /* FIRCLSCodeMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCodeMapping.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m; sourceTree = ""; }; + 15E7B4CB62323A2AE14E0865E5C46A60 /* CIImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CIImage+.swift"; path = "Source/CIImage+.swift"; sourceTree = ""; }; + 15F5A94FFD15AEB88CC66E02A5DF9C54 /* FeatureGate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FeatureGate.swift; path = Sources/Statsig/FeatureGate.swift; sourceTree = ""; }; + 16060E53BD7CCA224188217BAF61C9E1 /* Amplitude.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Amplitude.h; path = Sources/Amplitude/Amplitude.h; sourceTree = ""; }; + 1611FBF804BB9B6765052EA2A1D90580 /* FIRCLSDataCollectionArbiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionArbiter.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m; sourceTree = ""; }; + 161277983660BBB6908A635083708CFB /* PanModal */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PanModal; path = PanModal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 161CDB1210F669F593EA3C9521D85FF5 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = Sources/Operators/Amb.swift; sourceTree = ""; }; + 163A7EFE77DFA78AB1F5719CEC50C24C /* FPRConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConstants.m; path = FirebasePerformance/Sources/Common/FPRConstants.m; sourceTree = ""; }; + 1655FDAB6EBAE7A29D8ECF1969D24F68 /* ZSWTappableLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZSWTappableLabel-prefix.pch"; sourceTree = ""; }; + 16943513231348B00B1E4D1B1539C96E /* GDTCORPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPlatform.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h; sourceTree = ""; }; + 16A3C42B4A342B11825C6CB387CDB34A /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; + 16AF46780661E12A0DF4FBBF5BAE78A3 /* Pods-iOS-PlatformUIJedio-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUIJedio-Info.plist"; sourceTree = ""; }; + 16C7FFD09B7E80E81C6CDCDB6D2CEB9A /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = Sources/Operators/Create.swift; sourceTree = ""; }; + 16CA3D83A2D2CA674C001B72B8E1C7B3 /* XAxis.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XAxis.swift; path = Source/Charts/Components/XAxis.swift; sourceTree = ""; }; + 16CFAE25F17B1C5D53AD938B1BF65CD4 /* SimpleKeychain-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SimpleKeychain-Info.plist"; sourceTree = ""; }; + 16D502F1B70F74E517FA4B8BB1319D74 /* Integer Conversion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Integer Conversion.swift"; path = "Sources/Integer Conversion.swift"; sourceTree = ""; }; + 16DB30D21B4E9F89F4E5DF0BCA0A212D /* BigInt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BigInt.debug.xcconfig; sourceTree = ""; }; + 16E7E9E3BA8ABE81DABED666C5508B6F /* Pods-iOS-UIAppToolkits.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UIAppToolkits.modulemap"; sourceTree = ""; }; + 1719DCF73C59DAAFBA4AFE1D80906083 /* GDTCORUploadBatch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadBatch.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h; sourceTree = ""; }; + 1742073444011475A727751E5B07E068 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + 1743B40D380701F3D812EDEA891C334B /* DDOSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDOSLogger.m; path = Sources/CocoaLumberjack/DDOSLogger.m; sourceTree = ""; }; + 174961C33173F61F37C1F7F89D92CD8F /* FPRDiagnostics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRDiagnostics.h; path = FirebasePerformance/Sources/Common/FPRDiagnostics.h; sourceTree = ""; }; + 175696D276286AF0ED5B0F8D88253398 /* NVActivityIndicatorAnimationBallClipRotatePulse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallClipRotatePulse.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallClipRotatePulse.swift; sourceTree = ""; }; + 179BA27FF4DFB51BF78937C49DC69BE6 /* GDTCORTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransformer.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m; sourceTree = ""; }; + 17BD8B23FE52DD0DA1E0A89F1C62E966 /* FirebaseSessions-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseSessions-Info.plist"; sourceTree = ""; }; + 17C2EC0A0AF658360E4D15D02B29FB56 /* ZSWTappableLabelTappableRegionInfoImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabelTappableRegionInfoImpl.m; path = ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m; sourceTree = ""; }; + 17DA63250F3F28F86884CF9D5D4AF5CA /* SVGDescriptionElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGDescriptionElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGDescriptionElement.m"; sourceTree = ""; }; + 17E7095BCB93B41458F290C33B0DA3D7 /* FPRInstrument_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRInstrument_Private.h; path = FirebasePerformance/Sources/Instrumentation/FPRInstrument_Private.h; sourceTree = ""; }; + 17FB84F196A74DBB09A29915958ED12D /* ValidationRuleSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleSet.swift; path = Validator/Sources/Rules/ValidationRuleSet.swift; sourceTree = ""; }; + 180BAB29A6136B2E6DF72CCA48B19FEC /* DDASLLogCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogCapture.m; path = Sources/CocoaLumberjack/DDASLLogCapture.m; sourceTree = ""; }; + 186D9CD7FBFA16FF7B1BE977FF8C2EBE /* TransformerHorizontalBarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformerHorizontalBarChart.swift; path = Source/Charts/Utils/TransformerHorizontalBarChart.swift; sourceTree = ""; }; + 187FFEF78D02C7D3793B34A79D7B1D7E /* Charts.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Charts.release.xcconfig; sourceTree = ""; }; + 18AAE069A1D512F14056BFD113AA8E55 /* NSArray+NBAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+NBAdditions.h"; path = "libPhoneNumber/NSArray+NBAdditions.h"; sourceTree = ""; }; + 18D82164E7962A9844F23DFDD2484446 /* Platform+Graphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Graphics.swift"; path = "Source/Charts/Utils/Platform+Graphics.swift"; sourceTree = ""; }; + 18DFC3DC592AAFAB2C25BB83DD40F711 /* Pods-iOS-dydxV4.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxV4.debug.xcconfig"; sourceTree = ""; }; + 18E4618F04BB58E43440A179FFDA86CD /* NVActivityIndicatorAnimationBallGridBeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallGridBeat.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallGridBeat.swift; sourceTree = ""; }; + 18E5B1D0FEE5D8EFBC355775F9716917 /* POPAnimationExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationExtras.h; path = pop/POPAnimationExtras.h; sourceTree = ""; }; + 1907D7DDD656070674F40272117675C1 /* DrawerMenu-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DrawerMenu-Info.plist"; sourceTree = ""; }; + 1909C85981AB5CCA6C84824A29884D9E /* RCNConfigContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigContent.h; path = FirebaseRemoteConfig/Sources/RCNConfigContent.h; sourceTree = ""; }; + 1928224D8095267EE79B6364CD6BD65E /* FIRMessagingLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingLogger.m; path = FirebaseMessaging/Sources/FIRMessagingLogger.m; sourceTree = ""; }; + 193E914F40AA2678B685A8FC8ECBE81F /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + 196386F81B7A694758F812AD6DD74EDC /* FirebaseABTestingInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseABTestingInternal.h; path = FirebaseABTesting/Sources/Private/FirebaseABTestingInternal.h; sourceTree = ""; }; + 1965A45DBE7450B40E7D2A5738A4F139 /* SVGTextElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTextElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGTextElement.m"; sourceTree = ""; }; + 19739B194E0351B39360C0250220E4FE /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = FirebaseCore/Internal/Sources/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 19BC85F9C214B0904ED7B93FF24934A9 /* Pods-iOS-UIToolkitsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UIToolkitsTests-umbrella.h"; sourceTree = ""; }; + 19D355B137AADBEAE940E34A09FBDD01 /* Popovers */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Popovers; path = Popovers.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 19E7A1A23A0027A9E5EE69A5F636BC99 /* Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Shadow.swift; path = Sources/Templates/Shadow.swift; sourceTree = ""; }; + 1A1B248D4CDCBE8AF197AD8BD9B0DD69 /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h; sourceTree = ""; }; + 1A4076BFC0A2A4E239A8EE8966C5A8FE /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + 1A506128814B602E6AA877FF6151C354 /* FIRCLSFABNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABNetworkClient.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m; sourceTree = ""; }; + 1A687BEA2B52C7AE53206F94B6E59A26 /* GULNetworkInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkInfo.m; path = GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m; sourceTree = ""; }; + 1A77E35CD6CB4AC27B9D55D5522145B3 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + 1A8C01EE4A3CEF7A120EF5633719A2B7 /* libPhoneNumber-iOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "libPhoneNumber-iOS-Info.plist"; sourceTree = ""; }; + 1ABBF81ADD66466044A5B7229E98130D /* POPDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPDecayAnimation.mm; path = pop/POPDecayAnimation.mm; sourceTree = ""; }; + 1AC52B3D4F6AD7C81733427EB621FAF4 /* Charts.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Charts.debug.xcconfig; sourceTree = ""; }; + 1AF1DB3ACC21622F57F289C7D1F95841 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 1AF969E5F419491C927B5426E8D6C593 /* GDTCOREvent+GDTMetricsSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTMetricsSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTMetricsSupport.m"; sourceTree = ""; }; + 1B16279182E359956A39AEEFD8621AC3 /* PassthroughView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PassthroughView.swift; path = Sources/PassthroughView.swift; sourceTree = ""; }; + 1B1649A0D28173035FE86D17C6B3432D /* Random.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Random.swift; path = Sources/Random.swift; sourceTree = ""; }; + 1B1782000DB38E9AA4AE5D059D76F366 /* LineChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartView.swift; path = Source/Charts/Charts/LineChartView.swift; sourceTree = ""; }; + 1B5429715C6C1D3977C5C3A4B220D64E /* ABTConditionalUserPropertyController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ABTConditionalUserPropertyController.h; path = FirebaseABTesting/Sources/ABTConditionalUserPropertyController.h; sourceTree = ""; }; + 1B65255777C012C5DA588139189773F3 /* Promise+Retry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Retry.swift"; path = "Sources/Promises/Promise+Retry.swift"; sourceTree = ""; }; + 1B70455ADA13D134B348496DC0ADA95E /* Pods-iOS-ParticlesKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-ParticlesKit-umbrella.h"; sourceTree = ""; }; + 1B7DF302496E76EE9AA66864793619A5 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + 1B8DFDFDFB029BAC124381025F95B786 /* JTHorizontalCalendarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTHorizontalCalendarView.h; path = JTCalendar/Views/JTHorizontalCalendarView.h; sourceTree = ""; }; + 1BA8AE0CDC69CE22B05E3ED518D890C1 /* LineChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartRenderer.swift; path = Source/Charts/Renderers/LineChartRenderer.swift; sourceTree = ""; }; + 1BAD38B8455FF76C6B38AB4CD6FC39FE /* Pods-iOS-dydxStateManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxStateManager.debug.xcconfig"; sourceTree = ""; }; + 1BB4AB1D2D3F28D483BED8BC7D48091F /* HeartbeatStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatStorage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift; sourceTree = ""; }; + 1BB82719B983AB47C7BA0D108C4AE3AF /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; + 1BDE7E9F28246F251178263A73781244 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + 1BE382782038EA8CD53361FC65D86065 /* SVGPreserveAspectRatio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPreserveAspectRatio.h; path = "Source/DOM classes/SVG-DOM/SVGPreserveAspectRatio.h"; sourceTree = ""; }; + 1BE6F30AEAAE7997B5C63832D208FF95 /* Pods-iOS-dydxFormatterTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxFormatterTests-acknowledgements.plist"; sourceTree = ""; }; + 1C137E16F61BB4A4A8AF57D07C41A590 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 1C13BB57292C67801E2F8E13B8C015C9 /* ReachabilitySwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReachabilitySwift-Info.plist"; sourceTree = ""; }; + 1C18DB09B7127D69A484B683ABD28C18 /* SVGTextLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextLayer.h; path = "Source/QuartzCore additions/SVGTextLayer.h"; sourceTree = ""; }; + 1C1FC0E98C641D719F59FAE1E24ED625 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + 1C20729108E19824F005ED825D41284D /* DDAssertMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAssertMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAssertMacros.h; sourceTree = ""; }; + 1C4733B2D98D1714D24EBF402A2CCF26 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + 1C6C89D3AF4E8EF40A639E597292BA83 /* SVGKLayeredImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKLayeredImageView.m; path = Source/ImageViews/SVGKLayeredImageView.m; sourceTree = ""; }; + 1CA168135570D072218F81CC4FFD941E /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; + 1CA965ED78BEC19777CBE801163E434F /* RCNConfigDBManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigDBManager.h; path = FirebaseRemoteConfig/Sources/RCNConfigDBManager.h; sourceTree = ""; }; + 1CB57442F2ECF6E219D940202E1B9862 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 1CB89A99B4AEC08A7A4CCC2C31590E37 /* FIRRemoteConfigComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRRemoteConfigComponent.h; path = FirebaseRemoteConfig/Sources/FIRRemoteConfigComponent.h; sourceTree = ""; }; + 1CE95C1E8FF63F5A2D09512282EE2C9E /* GoogleDataTransport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.release.xcconfig; sourceTree = ""; }; + 1CF65BFA12C50AC020CB3AC46DBBC625 /* BarChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartDataProvider.swift; path = Source/Charts/Interfaces/BarChartDataProvider.swift; sourceTree = ""; }; + 1D0241888FFC5B88E785CB42A9B4652C /* POPAnimationRuntime.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationRuntime.mm; path = pop/POPAnimationRuntime.mm; sourceTree = ""; }; + 1D15B7BF767D065928ADCD53E8C61BD3 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; + 1D2EE96A4218379995739969E9A3D74D /* ChartColorTemplates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartColorTemplates.swift; path = Source/Charts/Utils/ChartColorTemplates.swift; sourceTree = ""; }; + 1D7AEEFCB866D17A291B34484535F497 /* FPRGaugeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGaugeManager.h; path = FirebasePerformance/Sources/Gauges/FPRGaugeManager.h; sourceTree = ""; }; + 1D7E8CAE74956C87C8D235D202078DC2 /* Pods-iOS-dydxPresenters-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxPresenters-dummy.m"; sourceTree = ""; }; + 1D8F283C5F74E41755F13AAE3CB06D27 /* RCNConfigFetch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigFetch.h; path = FirebaseRemoteConfig/Sources/Private/RCNConfigFetch.h; sourceTree = ""; }; + 1DA103DCD54DC61DC069B18CBD13CA63 /* RemoteConfigProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteConfigProperty.swift; path = FirebaseRemoteConfig/Swift/PropertyWrapper/RemoteConfigProperty.swift; sourceTree = ""; }; + 1DC46DC442EFE2E21B0349DFF4D5B5E2 /* Amplitude-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Amplitude-iOS.debug.xcconfig"; sourceTree = ""; }; + 1DD7DEA28A6298EE2AF933AF2775D5DE /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; + 1DE1CA995A0D81091FC1B879A976C9D9 /* POPAnimationTracerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracerInternal.h; path = pop/POPAnimationTracerInternal.h; sourceTree = ""; }; + 1DF8D95C78360E27E24C2C99A77E7ADA /* FPRNetworkTrace+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRNetworkTrace+Private.h"; path = "FirebasePerformance/Sources/Instrumentation/FPRNetworkTrace+Private.h"; sourceTree = ""; }; + 1DFE2E096FF6AE44B143418344CC67A6 /* Pods-iOS-ParticlesCommonModelsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-ParticlesCommonModelsTests-frameworks.sh"; sourceTree = ""; }; + 1E12A5E592A7769F28D98B956467712A /* Pods-iOS-RoutingKitTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-RoutingKitTests-Info.plist"; sourceTree = ""; }; + 1E22F2662FE5EFF7EF0270957F69D620 /* ZSWTappableLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabel.m; path = ZSWTappableLabel/ZSWTappableLabel.m; sourceTree = ""; }; + 1E6085C373023E20358C9B763DD20BE5 /* Fill.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Fill.swift; path = Source/Charts/Utils/Fill.swift; sourceTree = ""; }; + 1EAE4DF70A03CBBDBD907321027A6EB3 /* FIRCLSGlobals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSGlobals.h; path = Crashlytics/Crashlytics/Components/FIRCLSGlobals.h; sourceTree = ""; }; + 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreTelephony.framework; sourceTree = DEVELOPER_DIR; }; + 1ED231A3BB46A0B62DBF33FC79B4095A /* SDWebImageSVGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageSVGCoder.h; path = SDWebImageSVGCoder/Module/SDWebImageSVGCoder.h; sourceTree = ""; }; + 1EFCBC26AAECFA3DFEC5A73923F64AF2 /* FirebaseCoreExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreExtension.modulemap; sourceTree = ""; }; + 1F2580DF8E0C4CB167285D4CB4CF3758 /* SVGCircleElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGCircleElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGCircleElement.m"; sourceTree = ""; }; + 1F4F1B1410E792C5EEEE70D2020DE7C8 /* UITextView+Validator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Validator.swift"; path = "Validator/Sources/UIKit+Validator/UITextView+Validator.swift"; sourceTree = ""; }; + 1F666B467B4C2BA9427FF79510009754 /* SDWebImageSwiftUI-SDWebImageSwiftUI */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SDWebImageSwiftUI-SDWebImageSwiftUI"; path = SDWebImageSwiftUI.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 1F6BE22DF058F9FE67882373A323B425 /* NBPhoneNumberDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneNumberDefines.h; path = libPhoneNumber/NBPhoneNumberDefines.h; sourceTree = ""; }; + 1F701F5015368D61B5E55FBBCA43A0FD /* Pods-iOS-dydxV4Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxV4Tests-umbrella.h"; sourceTree = ""; }; + 1F7AAC0BB57C74CE413BAEE1FB993F0C /* SVGMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGMatrix.h; path = "Source/DOM classes/SVG-DOM/SVGMatrix.h"; sourceTree = ""; }; + 1FF897670BF36B15497793BDB9957056 /* Pods-iOS-PlatformRouting */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformRouting"; path = Pods_iOS_PlatformRouting.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1FFA70486A1F82F84C31A3750C296A75 /* Pods-iOS-PlatformUITests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformUITests"; path = Pods_iOS_PlatformUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1FFDEF9FEDBC02004E56810DCA13878F /* FIRCLSdSYM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSdSYM.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m; sourceTree = ""; }; + 2026E490EA379A81186FED2FE84D2C77 /* Pods-iOS-UIAppToolkits */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-UIAppToolkits"; path = Pods_iOS_UIAppToolkits.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 20528DBD582869D2E3A7EDCA09275F49 /* BarLineChartViewBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineChartViewBase.swift; path = Source/Charts/Charts/BarLineChartViewBase.swift; sourceTree = ""; }; + 20630EF48A675270AB67B171723DD900 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; + 2077620E016302E6DBCCB8E2C29C79C1 /* Pods-iOS-dydxCarteraTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxCarteraTests-acknowledgements.markdown"; sourceTree = ""; }; + 207DCCBDA753B163C1CC2E22FF372F3C /* FIRCurrentDateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCurrentDateProvider.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h; sourceTree = ""; }; + 208D75440E0507CB5A9BD138B97CBC4F /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; + 2096CA178E562A71ECCE8E6512FDE05B /* Pods-iOS-PlatformUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformUITests.modulemap"; sourceTree = ""; }; + 20AA8D6FB56D44D71836CAFB9CE4555B /* NVActivityIndicatorView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NVActivityIndicatorView.release.xcconfig; sourceTree = ""; }; + 20B9EC1597393BC32C0809DA9FA3A517 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; + 20C4B6D87F900542B0FBFAF947DA26AD /* client_metrics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = client_metrics.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/client_metrics.nanopb.c; sourceTree = ""; }; + 20E513E40DCA3C8FEC5E1D1FAAE0EF25 /* IgnoreFailure.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IgnoreFailure.swift; path = Sources/Operators/IgnoreFailure.swift; sourceTree = ""; }; + 211CAF79089B2348D89520098C71C28D /* Pods-iOS-dydxFormatter.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxFormatter.modulemap"; sourceTree = ""; }; + 21203BCF7941CA2772F3CC64F87948EE /* FirebaseAnalytics-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "FirebaseAnalytics-xcframeworks.sh"; sourceTree = ""; }; + 21286A40FD056CE74DED64A6832B60DC /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; + 214A938C9382D25DCEB684FF95CDD40E /* SVGKLayeredImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKLayeredImageView.h; path = Source/ImageViews/SVGKLayeredImageView.h; sourceTree = ""; }; + 2159B8D0D36F915A2AE073767D0A96F7 /* Pods-iOS-JedioKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-JedioKit-dummy.m"; sourceTree = ""; }; + 2177765B1D8A0C2D11D08CFB98BC323F /* NetworkInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkInfo.swift; path = FirebaseSessions/Sources/NetworkInfo.swift; sourceTree = ""; }; + 2196C039985AF8CBB31AA63DD659BBDF /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h; sourceTree = ""; }; + 21A18058963E61E6D50B08CBE38B2B26 /* FPRDataUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRDataUtils.h; path = FirebasePerformance/Sources/FPRDataUtils.h; sourceTree = ""; }; + 21A4C9A42CC5D4E71950475F80DC4CF3 /* WeakContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WeakContainer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/WeakContainer.swift; sourceTree = ""; }; + 21B03CA622E690725A6626C088E1D09F /* ReachabilitySwift */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ReachabilitySwift; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 21B0F9A400B07BFEA6E3D59CDA0CEDD0 /* Pods-iOS-ParticlesKitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesKitTests.debug.xcconfig"; sourceTree = ""; }; + 21B42D222A300F5037A91ECF95BAE226 /* FPRGDTLogger_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTLogger_Private.h; path = FirebasePerformance/Sources/Loggers/FPRGDTLogger_Private.h; sourceTree = ""; }; + 21EDB006F914E7AA57A4B8C8D2341195 /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h; sourceTree = ""; }; + 222C543F7566BDB858F3F9BA848FED5C /* GDTCORAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORAssert.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h; sourceTree = ""; }; + 223687A225AD88158B476434DF288317 /* POPAnimatablePropertyTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatablePropertyTypes.h; path = pop/POPAnimatablePropertyTypes.h; sourceTree = ""; }; + 223866BD3E83A46F752BF10281DC129D /* Pods-iOS-RoutingKitTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-RoutingKitTests-frameworks.sh"; sourceTree = ""; }; + 2244A6F4DBC4EA244BEF0FD73617B581 /* RemoteConfigValueObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteConfigValueObservable.swift; path = FirebaseRemoteConfig/Swift/PropertyWrapper/RemoteConfigValueObservable.swift; sourceTree = ""; }; + 225D7B3F4F5663E99B2670C224E2F794 /* Core.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Core.swift; path = Sources/Core.swift; sourceTree = ""; }; + 22747525091B62E89F575CB35812CB6C /* GULProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULProxy.h; path = GoogleUtilities/SwizzlerTestHelpers/GULProxy.h; sourceTree = ""; }; + 22784A0F26772A00616E2BD2261B80F4 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; + 227F6DB567ECEBF2AB1D7C87293A3D88 /* Pods-iOS-PlatformRouting-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformRouting-umbrella.h"; sourceTree = ""; }; + 228FC22B54AF2106FA8B737829867141 /* RemoteConfigInterop.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteConfigInterop.swift; path = FirebaseRemoteConfig/Interop/RemoteConfigInterop.swift; sourceTree = ""; }; + 22A2F78CCAF6714488E4C79D00248050 /* Pods-iOS-FirebaseStaticInjections-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-FirebaseStaticInjections-acknowledgements.markdown"; sourceTree = ""; }; + 22B2BEFCC9F6719872E8EAC69DBCB52D /* SVGLineElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGLineElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGLineElement.m"; sourceTree = ""; }; + 22D87694544859B1352B19371F443BC7 /* Pods-iOS-UIAppToolkitsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIAppToolkitsTests.debug.xcconfig"; sourceTree = ""; }; + 22DA0805D88BCB84389CEC162F6CCF09 /* AMPURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPURLSession.m; path = Sources/Amplitude/AMPURLSession.m; sourceTree = ""; }; + 22E2AC578150A9425D68ABCC566FC685 /* Pods-iOS-dydxStateManagerTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxStateManagerTests-acknowledgements.plist"; sourceTree = ""; }; + 2321EB0AA66F0BEF75671C60DF2F00EC /* Promise+Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Catch.swift"; path = "Sources/Promises/Promise+Catch.swift"; sourceTree = ""; }; + 2335EB86FF6A5F83349167A41B5DE4EC /* MaterialActivityIndicatorAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MaterialActivityIndicatorAnimator.swift; path = MaterialActivityIndicator/Classes/MaterialActivityIndicatorAnimator.swift; sourceTree = ""; }; + 2338CD30D4C87FC68DF86D42B0AB3005 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + 2351BA8DCB4A37AEDA64F94E00E1BDC8 /* StatsigOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigOptions.swift; path = Sources/Statsig/StatsigOptions.swift; sourceTree = ""; }; + 235A9CDE5C93A9B05302348F1C2C833C /* CaseValidationPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaseValidationPattern.swift; path = Validator/Sources/Patterns/CaseValidationPattern.swift; sourceTree = ""; }; + 235CA55E9145584BCEA04C4519E41A3F /* SVGMatrix.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGMatrix.m; path = "Source/DOM classes/SVG-DOM/SVGMatrix.m"; sourceTree = ""; }; + 235FAF4364CF73B66E192F57966924AC /* NBPhoneNumberDefines.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneNumberDefines.m; path = libPhoneNumber/NBPhoneNumberDefines.m; sourceTree = ""; }; + 2361D97807CD1C7FF6706A3A7F189904 /* SVGStyleElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGStyleElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGStyleElement.h"; sourceTree = ""; }; + 23785EA02E608B163EA1A6BF760C5F24 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + 23A2C2701DEBE52FFD4EB97A0608DAEF /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; + 23B940C7908E30646F6E17658EBED653 /* Pods-iOS-dydxCartera-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxCartera-acknowledgements.markdown"; sourceTree = ""; }; + 23C25914DF59BF441416F5CC732558C2 /* Differ.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Differ.modulemap; sourceTree = ""; }; + 23CA5C415F818A4173FEDBB1BE181434 /* Pods-iOS-ParticlesCommonModels.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesCommonModels.debug.xcconfig"; sourceTree = ""; }; + 23DD3EF70FEFFD10F1E13BB2170682E7 /* JTCalendarPageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarPageView.h; path = JTCalendar/Views/JTCalendarPageView.h; sourceTree = ""; }; + 23EDDBD495B12EC79DA307C149B403F6 /* AMPDatabaseHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPDatabaseHelper.m; path = Sources/Amplitude/AMPDatabaseHelper.m; sourceTree = ""; }; + 23FC82C8BB2DA807F8206EA692E914B2 /* NBNumberFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBNumberFormat.m; path = libPhoneNumber/NBNumberFormat.m; sourceTree = ""; }; + 241AB5F7BEACD58132835B98D1BFCF2C /* UIImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+.swift"; path = "Source/UIImage+.swift"; sourceTree = ""; }; + 24285970B170086136C41BB95845326A /* CocoaLumberjack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.debug.xcconfig; sourceTree = ""; }; + 2434402478F62DFE76D8AC0616223287 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; + 2437409028BA6E8C021ABA49E045603D /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; + 243A9AE048957AD5E42E668581634AB8 /* NSDictionary+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+FIRMessaging.h"; path = "FirebaseMessaging/Sources/NSDictionary+FIRMessaging.h"; sourceTree = ""; }; + 2443C22950CC4216E7426FFFBCDBC919 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + 247AD480BB196B204CED64A774B9A182 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; + 247E14E61F5CBD3DC8111705108B493F /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; + 247FF766448A33D379A5995984ECC1EE /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; + 24967A384162429B0A63288A21F6E1F3 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; + 24BAFC0F01E48A9A50B5FEFA3F1C8E2D /* NestedBatchUpdate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NestedBatchUpdate.swift; path = Sources/Differ/NestedBatchUpdate.swift; sourceTree = ""; }; + 24C085D7B65D1D0CC75F5D70CD48D2BE /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + 251C6319AD50CB50F18D50CBF727F8B2 /* GoogleToolboxForMac */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleToolboxForMac; path = GoogleToolboxForMac.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2521B09C6BE912A97A027B38204C01D7 /* GTMSessionUploadFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionUploadFetcher.m; path = Sources/Core/GTMSessionUploadFetcher.m; sourceTree = ""; }; + 252330389A7844B2BBE7027BF55D3E20 /* Pods-iOS-dydxChart.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxChart.debug.xcconfig"; sourceTree = ""; }; + 253C70CBFE119846D4746D3472856A29 /* FIRMessagingPersistentSyncMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPersistentSyncMessage.h; path = FirebaseMessaging/Sources/FIRMessagingPersistentSyncMessage.h; sourceTree = ""; }; + 2561B98870531C638778CAA3EE1FF8A2 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + 2586B5DF8A6E6BD3CFFDBE1EE302B3A4 /* CombineExt-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CombineExt-Info.plist"; sourceTree = ""; }; + 25879E256CFAA7F235E680994BA82BF3 /* Popovers.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Popovers.release.xcconfig; sourceTree = ""; }; + 25898681F81F0F3C4C6C3E41FCE57D83 /* Pods-iOS-UIAppToolkitsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UIAppToolkitsTests-dummy.m"; sourceTree = ""; }; + 259E88FFBDF7D07B7771C66A793C11E5 /* Pods-iOS-AppsFlyerStaticInjections-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-AppsFlyerStaticInjections-resources.sh"; sourceTree = ""; }; + 25DF7C5173BAE35E779C097DAB751044 /* Pods-iOS-ParticlesCommonModelsTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-ParticlesCommonModelsTests"; path = Pods_iOS_ParticlesCommonModelsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 25E6102BE171335BC49E2FB315DA745F /* NVActivityIndicatorAnimationBallClipRotateMultiple.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallClipRotateMultiple.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallClipRotateMultiple.swift; sourceTree = ""; }; + 25F08EB4D23E3B687AA045B93F9A1619 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + 2614F5B774B88E26D73347CA60C6A9FA /* FIRCLSReportAdapter_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter_Private.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h; sourceTree = ""; }; + 2618680A515360E2A37731B700276247 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; + 2625F31D7BF41509A29D611F5A658E3B /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; + 26442DEE0A76DA9E79AB90ED25675B9A /* SVGSVGElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGSVGElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGSVGElement.h"; sourceTree = ""; }; + 2654F2064EB88E611C45182E2CB5C7B3 /* Pods-iOS-PlatformUIJedioTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUIJedioTests-acknowledgements.plist"; sourceTree = ""; }; + 26596F273C6A7A512CB477F7D4FA56ED /* FPRCounterList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRCounterList.h; path = FirebasePerformance/Sources/Timer/FPRCounterList.h; sourceTree = ""; }; + 265D724523F61CED4749D61911B50733 /* ExtendedDiff.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendedDiff.swift; path = Sources/Differ/ExtendedDiff.swift; sourceTree = ""; }; + 2691CC18E2994B982D9CA39671C08B98 /* Popovers-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Popovers-prefix.pch"; sourceTree = ""; }; + 26995C193AB446719BF1D28FC5783EA7 /* Pods-iOS-ParticlesCommonModelsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesCommonModelsTests.debug.xcconfig"; sourceTree = ""; }; + 26BC1480A21C838C78A724302B6DA579 /* Diff+UIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Diff+UIKit.swift"; path = "Sources/Differ/Diff+UIKit.swift"; sourceTree = ""; }; + 26CC840B418C386B1808111E332D1F8B /* POPAnimationTracer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracer.h; path = pop/POPAnimationTracer.h; sourceTree = ""; }; + 26CDAC337F915526686B82FCDAE863A4 /* FIRMessagingExtensionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingExtensionHelper.m; path = FirebaseMessaging/Sources/FIRMessagingExtensionHelper.m; sourceTree = ""; }; + 26CFABD4D5A2632328E669B6EC6A1CEF /* ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist"; sourceTree = ""; }; + 26E7CA705917B1685019A6C5A6AE0028 /* Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Position.swift; path = Sources/Position.swift; sourceTree = ""; }; 270AD2BA3A112CD41D14EC983E2A9A83 /* Pods-iOS-UIToolkitsTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-UIToolkitsTests"; path = Pods_iOS_UIToolkitsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 270B07C1287BAA0E51E51FB628761B3E /* WebImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebImage.swift; path = SDWebImageSwiftUI/Classes/WebImage.swift; sourceTree = ""; }; - 2710E8E284305FE097B305BAFDF4493F /* FPRClassInstrumentor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRClassInstrumentor.m; path = FirebasePerformance/Sources/Instrumentation/FPRClassInstrumentor.m; sourceTree = ""; }; - 271AC85E1CC2E2177A58F3B91B2FB9C9 /* BigInt-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "BigInt-Info.plist"; sourceTree = ""; }; - 2724B2BABF1C5E089B216B45773AE303 /* Layout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Layout.swift; path = Sources/Layout.swift; sourceTree = ""; }; - 2730AC1D2ABBAF0DAE3D2FE8A0B39F75 /* JTCalendar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendar.h; path = JTCalendar/JTCalendar.h; sourceTree = ""; }; - 2736DA55F31FE60DEC2A56F609B5D2EB /* FirebaseSessions.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseSessions.debug.xcconfig; sourceTree = ""; }; - 274E9436C4D0CDAD2EB4613A78E0511A /* IFillFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IFillFormatter.swift; path = Source/Charts/Formatters/IFillFormatter.swift; sourceTree = ""; }; - 2752747349401B0716BB79C51E6560A6 /* SimpleKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleKeychain.h; path = SimpleKeychain/SimpleKeychain.h; sourceTree = ""; }; - 276CFD1A3DF5EA12EBCC6D0AA900F510 /* RCNConfigSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigSettings.h; path = FirebaseRemoteConfig/Sources/Private/RCNConfigSettings.h; sourceTree = ""; }; - 2771DE2693DCB145194298D0048D25AB /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; - 278E831A1848D6428ADFD7157934C17F /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; - 27903A0763E4DE20DDBCAF7CA9FB5C51 /* Pods-iOS-PlatformParticlesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformParticlesTests.debug.xcconfig"; sourceTree = ""; }; - 27ABF59460A91C1A38EE1409F3A578AB /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = SDWebImageSwiftUI/Classes/Indicator/Indicator.swift; sourceTree = ""; }; - 27C8C323C71D9E28F15240806B925C93 /* Pods-iOS-UIToolkitsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UIToolkitsTests-dummy.m"; sourceTree = ""; }; + 270FFFC7E3E0F113921189BCF14ED32D /* NVActivityIndicatorAnimationSemiCircleSpin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationSemiCircleSpin.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationSemiCircleSpin.swift; sourceTree = ""; }; + 2717BAD14057F210DE94552AC8072B86 /* SVGTitleElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTitleElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGTitleElement.m"; sourceTree = ""; }; + 27409AA03E58135BFCE051FDA8656B34 /* NVActivityIndicatorAnimationLineScaleParty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineScaleParty.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineScaleParty.swift; sourceTree = ""; }; + 27A8D5D4FCF4C3A2ADE340503C1922FF /* GULRuntimeDiff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeDiff.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeDiff.m; sourceTree = ""; }; + 27C3B6BF6BD9A650A9189CD387698A64 /* PanModal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PanModal.release.xcconfig; sourceTree = ""; }; 27C947111F05E50E155DACD7C1FEB0A7 /* MaterialActivityIndicator */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MaterialActivityIndicator; path = MaterialActivityIndicator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 27DBAA6BBA8F377E04996FD3EEEE3B9F /* FirebaseCoreExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreExtension.debug.xcconfig; sourceTree = ""; }; - 27E0DFB0C48779C3C841CB4987DD9E4E /* FPRNSURLConnectionInstrument_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLConnectionInstrument_Private.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLConnectionInstrument_Private.h; sourceTree = ""; }; - 27E46FA2D13276D490E2AAC70E66DE24 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - 27F30F9169925A4AB9A9BD4714560346 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = FirebaseRemoteConfig/Swift/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 28001D42029B86B0F368F2A1F3267434 /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; - 280E0C040EDD4CE8B7BFE6143F59060A /* Pods-iOS-PlatformRoutingTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformRoutingTests.release.xcconfig"; sourceTree = ""; }; - 2818EB69E48EDA519794AA787AB35DE4 /* FPRAppActivityTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRAppActivityTracker.m; path = FirebasePerformance/Sources/AppActivity/FPRAppActivityTracker.m; sourceTree = ""; }; - 282414132A45026CC17F70AFBE9E0026 /* FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessaging.m; path = FirebaseMessaging/Sources/FIRMessaging.m; sourceTree = ""; }; - 28261FBDEC65DBB79EB736B8E4C5B66F /* EFQRCodeMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeMode.swift; path = Source/EFQRCodeMode.swift; sourceTree = ""; }; + 27CF97E38D5F61092395DAC608C2F3B4 /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-FirebaseStaticInjectionsTests-dummy.m"; sourceTree = ""; }; + 27DA39E3A5994C07FC6A80DFB83F1294 /* FPRClassInstrumentor_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRClassInstrumentor_Private.h; path = FirebasePerformance/Sources/Instrumentation/FPRClassInstrumentor_Private.h; sourceTree = ""; }; + 27DC33C796ECFE9C466D5E499185D47B /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = Sources/Models/Event.swift; sourceTree = ""; }; + 27E4C422456F8C5CD7D967C746376C7A /* CSSStyleSheet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSStyleSheet.m; path = "Source/DOM classes/Core DOM/CSSStyleSheet.m"; sourceTree = ""; }; + 27EAF507637A8A9ED3EA4C941AEB0B75 /* BubbleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/BubbleChartDataSet.swift; sourceTree = ""; }; + 2809875E5A55A1640A0D8B686CC7BD55 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; + 2837245A738526986E9F1E462C454F2F /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; 2848638B36E899B5F85D04D0D64596E9 /* Pods-iOS-dydxPresentersTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxPresentersTests"; path = Pods_iOS_dydxPresentersTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 28579F787630868754897D8A81F89B18 /* SquareShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SquareShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/SquareShapeRenderer.swift; sourceTree = ""; }; + 284D35842C6ED84BB49759F8B823CD61 /* Pods-iOS-WebParticlesTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-WebParticlesTests-dummy.m"; sourceTree = ""; }; + 2858D39DE761E4B0ACF953AD6D590234 /* SVGGradientStop.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGradientStop.m; path = "Source/DOM classes/Unported or Partial DOM/SVGGradientStop.m"; sourceTree = ""; }; 28618A7500E9524E19F1DA5F054677E3 /* Pods-iOS-dydxStateManagerTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxStateManagerTests"; path = Pods_iOS_dydxStateManagerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 286FA870662B258F5A52688710E9FDCE /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; - 28B8785CECAC592A06049BCDA4D08536 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - 28C8CCD9020A0715AC27122BF8630CD4 /* SVGGradientElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGradientElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGGradientElement.h"; sourceTree = ""; }; - 28F3DA02A9264C6BF5ACAC46F821A9E7 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Resources/Logger/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 286ED6DAF3E56042DDC51899FBC76525 /* Pods-iOS-FirebaseStaticInjectionsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-FirebaseStaticInjectionsTests.release.xcconfig"; sourceTree = ""; }; + 2877C89B6ED60CE638F9F14C334C953A /* SDCallbackQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCallbackQueue.m; path = SDWebImage/Core/SDCallbackQueue.m; sourceTree = ""; }; + 289ADC5C3D55269A3D4D7393FB162963 /* Pods-iOS-ParticlesKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-ParticlesKit-dummy.m"; sourceTree = ""; }; + 28A8BE64F505A1576E393B262256110D /* PopoverContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverContainerView.swift; path = Sources/PopoverContainerView.swift; sourceTree = ""; }; + 28AC2A5FC0F516CA701CF859F33116F2 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; + 28AF8FFD1F2890198F2103AF0D4AB2E5 /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; + 28C7CF9DF55FB7166FC041E093BA12D8 /* Pods-iOS-ParticlesCommonModelsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-ParticlesCommonModelsTests-acknowledgements.markdown"; sourceTree = ""; }; + 28D537FD728FEDA1E417D77D43CA8D2B /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; 29081E5E1D8B63612CBC3A53007274A9 /* Pods-iOS-PlatformParticles */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformParticles"; path = Pods_iOS_PlatformParticles.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 290C86F7592BDF893874BFDAF696622B /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = Sources/Operators/Internal/Timer.swift; sourceTree = ""; }; + 292B7C5199F82B812D6BBB6A752D8CE9 /* NSImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSImage+.swift"; path = "Source/NSImage+.swift"; sourceTree = ""; }; 292EB807E610A3396AECD09C28D27B9B /* Pods-iOS-dydxCartera */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxCartera"; path = Pods_iOS_dydxCartera.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 294367767BC14935CA65E9D0527B06F5 /* Pods-iOS-PlatformRouting-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformRouting-acknowledgements.markdown"; sourceTree = ""; }; - 2953A6291154AF8AB41059E8D8723F87 /* PanModal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PanModal.h; path = PanModal/PanModal.h; sourceTree = ""; }; - 297AB53E238F9E7FB6E4D0F942A6C119 /* EFQRCode-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFQRCode-umbrella.h"; sourceTree = ""; }; - 2987CC79DD3DF63E123E363B1D241ECA /* LegendRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LegendRenderer.swift; path = Source/Charts/Renderers/LegendRenderer.swift; sourceTree = ""; }; - 29CA283059FC5DA7A5F0C8355FA1855A /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - 29CC0C610316DEADB5B0BFA055D2E6D8 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - 29DD4E7F39CAE73FDAFDFCA409E68176 /* FPRPerfDate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRPerfDate.m; path = FirebasePerformance/Sources/Common/FPRPerfDate.m; sourceTree = ""; }; - 29DD649A05F84DAA28132245781B2DBF /* SVGKParserDOM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserDOM.m; path = "Source/Parsers/Parser Extensions/SVGKParserDOM.m"; sourceTree = ""; }; - 2A0B317CB0DC24528A71A816B8F16AA7 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; - 2A4B54AC1939F815999A68F7A0659C28 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 2A5A0E0DDA8772426E8C79F4150E7F77 /* FIRCLSThreadArrayOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadArrayOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h; sourceTree = ""; }; - 2A8E7FA9890A42FD7B976496D1E05C31 /* Pods-iOS-dydxStateManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxStateManager.modulemap"; sourceTree = ""; }; - 2AA35E5FF8FE88980C784C5F72EBFF08 /* SVGStylable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGStylable.h; path = "Source/DOM classes/SVG-DOM/SVGStylable.h"; sourceTree = ""; }; - 2AA6183F7E1548F3B83185E8A49627EE /* AMPUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPUtils.h; path = Sources/Amplitude/AMPUtils.h; sourceTree = ""; }; - 2AB1C7F4981317607E1CF73E5D57CFE2 /* ChevronDownShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChevronDownShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/ChevronDownShapeRenderer.swift; sourceTree = ""; }; - 2ADAA81C2058CD1D39B05DE1BBFE9AF3 /* perf_metric.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = perf_metric.nanopb.h; path = FirebasePerformance/Sources/Protogen/nanopb/perf_metric.nanopb.h; sourceTree = ""; }; - 2AEC0B807981001D5BCECB6EE778FA6B /* YAxisRendererHorizontalBarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YAxisRendererHorizontalBarChart.swift; path = Source/Charts/Renderers/YAxisRendererHorizontalBarChart.swift; sourceTree = ""; }; - 2B0BB1DB6E0AD2B2BD2823C3E214713C /* Pods-iOS-dydxCarteraTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxCarteraTests-acknowledgements.plist"; sourceTree = ""; }; - 2B3B035A1D4AC0CD0195E685343AB241 /* LineScatterCandleRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineScatterCandleRadarChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift; sourceTree = ""; }; + 29513D1AF94B7149696C132FE3C4D5BC /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; + 296F9D75F1532CCC2148C721515DA809 /* Pods-iOS-PlatformRouting-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformRouting-acknowledgements.markdown"; sourceTree = ""; }; + 298532E78BBFEEB4F142AC266D9CEF6A /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h; sourceTree = ""; }; + 298907F33E3B39C3A85234AE02236916 /* FirebaseSessionsError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseSessionsError.swift; path = FirebaseSessions/Sources/FirebaseSessionsError.swift; sourceTree = ""; }; + 298C08DFAF1C5FBDF97D15328A09E28E /* FIRMessagingTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenStore.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenStore.m; sourceTree = ""; }; + 2997D2B9289ABB082DB0808DD7AEB43B /* Pods-iOS-dydxStateManagerTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxStateManagerTests-Info.plist"; sourceTree = ""; }; + 29A5E7A91E81E1B155231857F5320702 /* SimpleKeychain.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SimpleKeychain.debug.xcconfig; sourceTree = ""; }; + 29C6725C29ECBF6AC887463C8FAC0A1F /* Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Codable.swift; path = Sources/Codable.swift; sourceTree = ""; }; + 29C77848FEE60EAE7EFEE76132B854AE /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + 29CA1A8A7EDD22A00A71C558FA2CF2CF /* JTCalendarPage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarPage.h; path = JTCalendar/Protocols/JTCalendarPage.h; sourceTree = ""; }; + 29F3CCC4D18C1765DAD63E7CA0382E13 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + 29FC43A3B8CEC91CB8F47196ED0809F4 /* LegendRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LegendRenderer.swift; path = Source/Charts/Renderers/LegendRenderer.swift; sourceTree = ""; }; + 2A37BCBD973D2BE6B72F9DD7DA59CA85 /* Pods-iOS-StatsigInjections.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-StatsigInjections.release.xcconfig"; sourceTree = ""; }; + 2A436227340918FC9B1C0276EB1F00B9 /* MaterialActivityIndicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MaterialActivityIndicator.swift; path = MaterialActivityIndicator/Classes/MaterialActivityIndicator.swift; sourceTree = ""; }; + 2A478F9FAA66D6BF47BBBA5EF58E0727 /* GULObjectSwizzler+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULObjectSwizzler+Internal.h"; path = "GoogleUtilities/ISASwizzler/GULObjectSwizzler+Internal.h"; sourceTree = ""; }; + 2B052FCCD13416387FF27C0BCA01F504 /* AnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImage.swift; path = SDWebImageSwiftUI/Classes/AnimatedImage.swift; sourceTree = ""; }; + 2B1E0E72BC46E87F393926331727AF40 /* FirebaseCoreInternal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreInternal-dummy.m"; sourceTree = ""; }; + 2B2555217DA4CBB02CC7C1078286A3FF /* Pods-iOS-WebParticles-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-WebParticles-acknowledgements.markdown"; sourceTree = ""; }; + 2B2E20826E2ADFF7BC01227E39B3E54A /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = SDWebImageSwiftUI/Classes/Indicator/Indicator.swift; sourceTree = ""; }; + 2B30CFD9D1F1124F90DF468E28EE7FF0 /* FIRCLSReportAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h; sourceTree = ""; }; + 2B4261E0988729820723BBB3C24FC1B8 /* DDTTYLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDTTYLogger.h; sourceTree = ""; }; + 2B59C0080FAB8A10A64665DDA01F97CC /* Pods-iOS-UIToolkits.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIToolkits.release.xcconfig"; sourceTree = ""; }; + 2B603A389B539D27FBB1FFA61CDA358B /* BaseClassForAllSVGBasicShapes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseClassForAllSVGBasicShapes.h; path = "Source/DOM classes/Unported or Partial DOM/BaseClassForAllSVGBasicShapes.h"; sourceTree = ""; }; 2B6A33C121E2DFA074491753288590D3 /* Pods-iOS-JedioKitTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-JedioKitTests"; path = Pods_iOS_JedioKitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B93C0E34F53AB9921C2DFCE53BFC80C /* ZSWTappableLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZSWTappableLabel.modulemap; sourceTree = ""; }; - 2BA2B7AC7BBA758A332F8595A2C9618F /* Pods-iOS-FirebaseStaticInjectionsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-FirebaseStaticInjectionsTests.release.xcconfig"; sourceTree = ""; }; - 2C0ECB04900690AB93E7C843C567B40A /* SVGKParseResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParseResult.h; path = Source/Parsers/SVGKParseResult.h; sourceTree = ""; }; - 2C297718A0F534061732B1916ADB2119 /* Pods-iOS-dydxViewsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxViewsTests-frameworks.sh"; sourceTree = ""; }; - 2C4575CEA6A60AF79DC3EFD0B34BFC06 /* Pods-iOS-PlatformUIJedio.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformUIJedio.modulemap"; sourceTree = ""; }; - 2C479B76EDBD8E34F795FF28399CEAC5 /* GoogleDataTransport+GoogleDataTransportProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "GoogleDataTransport+GoogleDataTransportProtocol.swift"; path = "FirebaseSessions/Sources/GoogleDataTransport+GoogleDataTransportProtocol.swift"; sourceTree = ""; }; - 2C5F3C19297E399A426ABF724FD49D9A /* Square Root.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Square Root.swift"; path = "Sources/Square Root.swift"; sourceTree = ""; }; - 2C62EE4808F8C8F072CA4E54788F7EF0 /* SDWebImageSVGCoder-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImageSVGCoder-Info.plist"; sourceTree = ""; }; - 2C637453D4463C32934573AA45BE5F7F /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h; sourceTree = ""; }; - 2C63BEAB90688EBBF7915E62BDF8A0F0 /* FIRCLSFABHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABHost.h; path = Crashlytics/Shared/FIRCLSFABHost.h; sourceTree = ""; }; - 2C77A72810327E90AE42090B4B9C726B /* DocumentFragment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DocumentFragment.h; path = "Source/DOM classes/Core DOM/DocumentFragment.h"; sourceTree = ""; }; - 2CB197AF8E8DFC42EBB4781E6C9C1E04 /* DDDispatchQueueLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDDispatchQueueLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDDispatchQueueLogFormatter.h; sourceTree = ""; }; - 2CD2D547ECB97CD672CEB0B9B46BC25E /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 2CD7967CADAD788600F3933D8B45B99D /* SDKDefaultSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SDKDefaultSettings.swift; path = FirebaseSessions/Sources/Settings/SDKDefaultSettings.swift; sourceTree = ""; }; - 2CD7C5CD4CF6B74F89A6B18429BF6427 /* Pods-iOS-dydxViewsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxViewsTests.debug.xcconfig"; sourceTree = ""; }; - 2D0FDE75C079B880CE3E8DFCFB06AD66 /* Atributika-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Atributika-Info.plist"; sourceTree = ""; }; - 2D52665E334F215C95A09BF601749483 /* GTMSessionFetcher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMSessionFetcher.modulemap; sourceTree = ""; }; - 2D5C8E9616127532B20BED68B22CB060 /* Validator-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Validator-Info.plist"; sourceTree = ""; }; - 2D6C5FFE7BDD347BF186E98AB6DC65F6 /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; - 2D70F2AD0812BAE28ECFABCA018122C0 /* Pods-iOS-CameraParticles.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-CameraParticles.modulemap"; sourceTree = ""; }; - 2D89CECECFB3A257FA19325EB5C18898 /* Pods-iOS-UIAppToolkits-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UIAppToolkits-acknowledgements.markdown"; sourceTree = ""; }; - 2D9BFDCA676E3C6D1495C3056EC672EA /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; - 2DB5A033A0502C66E6FF0BF9A1BAA054 /* SVGMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGMatrix.h; path = "Source/DOM classes/SVG-DOM/SVGMatrix.h"; sourceTree = ""; }; - 2DB6B7DB51219CAE5AE9954BE0CA5390 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - 2DBC330276AD43EDE07C81984A04959F /* Pods-iOS-WebParticles-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-WebParticles-acknowledgements.markdown"; sourceTree = ""; }; - 2DC5102810D5EA44B71CAF825FAED8B1 /* GULSwizzler+Unswizzle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULSwizzler+Unswizzle.m"; path = "GoogleUtilities/SwizzlerTestHelpers/GULSwizzler+Unswizzle.m"; sourceTree = ""; }; - 2DC7801844EDBCDCA3EE16A1DB0CEB45 /* XAxisRendererRadarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XAxisRendererRadarChart.swift; path = Source/Charts/Renderers/XAxisRendererRadarChart.swift; sourceTree = ""; }; - 2DEE5BDB494FC51CF3EB4FD3824057EB /* GDTCORMetricsControllerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsControllerProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORMetricsControllerProtocol.h; sourceTree = ""; }; - 2E483612A98D2DE175447F4F5229D1DE /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; - 2E5583C49CBD9978C9368C6728F07544 /* CombinedChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedChartView.swift; path = Source/Charts/Charts/CombinedChartView.swift; sourceTree = ""; }; - 2E65A6A4595308C91E437B991A7D8567 /* NBRegularExpressionCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBRegularExpressionCache.m; path = libPhoneNumber/Internal/NBRegularExpressionCache.m; sourceTree = ""; }; - 2E7C821957E6E5AF28875BB3DDB9890F /* ApplicationInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ApplicationInfo.swift; path = FirebaseSessions/Sources/ApplicationInfo.swift; sourceTree = ""; }; - 2E9A507842B51E394DAE9D8E259C4BA2 /* POPAnimatableProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatableProperty.h; path = pop/POPAnimatableProperty.h; sourceTree = ""; }; - 2EBBB27F55FDB4A511B326F3B2E75B1C /* GoogleAppMeasurement-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "GoogleAppMeasurement-xcframeworks.sh"; sourceTree = ""; }; - 2EC9DB3AAC466A5410F325A3F73229DC /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; - 2EE30A09C64062510832CF73DBE5AA0C /* EasyTipView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EasyTipView.debug.xcconfig; sourceTree = ""; }; - 2EF7984AE6A40F6482C5FF357AF58132 /* Pods-iOS-WebParticlesTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-WebParticlesTests-frameworks.sh"; sourceTree = ""; }; - 2F05D246B7BC9684DACC662F7A17EEC6 /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; + 2B7A894E7CDC0979BBCCB09237AC6466 /* LayoutProperties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutProperties.swift; path = Sources/LayoutProperties.swift; sourceTree = ""; }; + 2B7DD7F6BE23200835EEA7ED166DC2E0 /* Pods-iOS-CameraParticles-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-CameraParticles-acknowledgements.plist"; sourceTree = ""; }; + 2B9CE25B6EE3B8B2D66C9A55349695D9 /* GTMNSFileHandle+UniqueName.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSFileHandle+UniqueName.m"; path = "Foundation/GTMNSFileHandle+UniqueName.m"; sourceTree = ""; }; + 2BC0814DCD657A731CD984CD2536A9FA /* StyleSheet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StyleSheet.m; path = "Source/DOM classes/Core DOM/StyleSheet.m"; sourceTree = ""; }; + 2BC7B03FC6D2782AA467C19225BCDD7B /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; + 2BEA855C4B6FD4687E0539069FDDBCE6 /* SVGTitleElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTitleElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGTitleElement.h"; sourceTree = ""; }; + 2BF5E6B2B715C1A4BBC69A97290EE6FF /* FIRCLSProcessReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcessReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h; sourceTree = ""; }; + 2BFE172239BBAF6CAA96B7F757DFECE3 /* FIRCLSBinaryImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSBinaryImage.h; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h; sourceTree = ""; }; + 2C1D6F9F05FADC97C974067F135977E1 /* Statsig-Statsig */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "Statsig-Statsig"; path = Statsig.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 2C1DB9BF35549B2E1E823BDC8638A67A /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; + 2C5AAFA44266C4E8F568A4A0513FC767 /* Pods-iOS-RoutingKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-RoutingKit.debug.xcconfig"; sourceTree = ""; }; + 2C60CCA38ACDC8BC1A7DB9D73E1A083F /* Document.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Document.h; path = "Source/DOM classes/Core DOM/Document.h"; sourceTree = ""; }; + 2C65EC39591EF82BD1479AAD612CE996 /* PromisesSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesSwift.debug.xcconfig; sourceTree = ""; }; + 2C718B1D96F862677A98125D7869FF80 /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; + 2C727AE886CF4DC5394F8156A5C59C9C /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; + 2CAC8FFB0EDFFAC121C8C81F4D0EDB86 /* Charts-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Charts-prefix.pch"; sourceTree = ""; }; + 2CE1F94E5DA9E850C0E13E11AD3D83F8 /* HMSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HMSegmentedControl.h; path = HMSegmentedControl/HMSegmentedControl.h; sourceTree = ""; }; + 2D1FFB85A8A6F0DFCE98A514862A75A4 /* Promise+Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Async.swift"; path = "Sources/Promises/Promise+Async.swift"; sourceTree = ""; }; + 2D28BEFE348B656A0B675FDA67A9938F /* Pods-iOS-JedioKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-JedioKit.modulemap"; sourceTree = ""; }; + 2D33F15BDFC02882AF09505D41723102 /* SVGKPointsAndPathsParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKPointsAndPathsParser.m; path = Source/Parsers/SVGKPointsAndPathsParser.m; sourceTree = ""; }; + 2D709E616A7AD38838DA2ED332DC9950 /* Pods-iOS-dydxViewsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxViewsTests.modulemap"; sourceTree = ""; }; + 2D81F1D2D7C96BF6CEDFE8F53AAC7242 /* GDTCOREndpoints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h; sourceTree = ""; }; + 2D939BED6628D13A760C8AFA7AC93C1D /* Pods-iOS-JedioKitTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-JedioKitTests-acknowledgements.plist"; sourceTree = ""; }; + 2D94AC31CC1F729D5842188B594E1C2D /* Charts-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Charts-dummy.m"; sourceTree = ""; }; + 2D9B27CCE64318FEB4F562D6B15E9E3C /* Pods-iOS-PlatformRouting-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformRouting-Info.plist"; sourceTree = ""; }; + 2DA17BF2E2055A8F3F35880D7E3BB483 /* FPRNetworkInstrumentHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNetworkInstrumentHelpers.m; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNetworkInstrumentHelpers.m; sourceTree = ""; }; + 2DBFAD7702A3290763B065963F9BF5BA /* sessions.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sessions.nanopb.h; path = FirebaseSessions/SourcesObjC/Protogen/nanopb/sessions.nanopb.h; sourceTree = ""; }; + 2DBFD102188B28198391014B6390FD91 /* Pods-iOS-JedioKitTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-JedioKitTests-Info.plist"; sourceTree = ""; }; + 2DC653C229E50DD57911B3D2BD59B69B /* FPRPerfDate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRPerfDate.h; path = FirebasePerformance/Sources/Common/FPRPerfDate.h; sourceTree = ""; }; + 2E057843BE7162AB33E34E0A235EA890 /* FIRCLSMachOSlice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOSlice.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m; sourceTree = ""; }; + 2E110F7847397990FEC435FEB0292779 /* LineChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/LineChartDataSet.swift; sourceTree = ""; }; + 2E3668B9EF4D83048286192F54868C23 /* GULRuntimeDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeDiff.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeDiff.h; sourceTree = ""; }; + 2E4C94F1860AB2BF151C2246D887D28F /* GTMNSString+HTML.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSString+HTML.m"; path = "Foundation/GTMNSString+HTML.m"; sourceTree = ""; }; + 2E71FCE49817B43170A03D4A2EAD8103 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + 2E7E179DCE8B5CFEEE9F31071E431680 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; + 2E82CBDE7C402C15F46EF4C5356F1EF7 /* Pods-iOS-PlatformUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUI.debug.xcconfig"; sourceTree = ""; }; + 2EA2080A24A5F3B1EA06C0AA03963853 /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; + 2EA92C18B102D31DA835ED1D3C5059A7 /* DocumentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DocumentType.m; path = "Source/DOM classes/Core DOM/DocumentType.m"; sourceTree = ""; }; + 2EAE094F9533F3910B5C75FA52FC86A7 /* SimpleKeychain.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SimpleKeychain.modulemap; sourceTree = ""; }; + 2EB23F361B5AB25F8DF593D432F74CF8 /* FIRCLSRolloutsPersistenceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRolloutsPersistenceManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSRolloutsPersistenceManager.m; sourceTree = ""; }; + 2EC7288F4420C00039691E02C7DE814E /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; + 2ED1EEBBA12C1117F9B58535FDEA6360 /* FIRHeartbeatLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatLogger.m; path = FirebaseCore/Sources/FIRHeartbeatLogger.m; sourceTree = ""; }; + 2EE5C0806E3EA300D258D0041DC5CA1B /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + 2EEB160CEE0159BDF1BE47B8E4A3DE1F /* FIRCLSUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserDefaults.m; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m; sourceTree = ""; }; + 2F040EC511369DD8B249BE884A1793C8 /* RingBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RingBuffer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift; sourceTree = ""; }; + 2F05D79BF9D203673C638EF44B0E5B25 /* FirebaseMessaging.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.release.xcconfig; sourceTree = ""; }; 2F07332CC72E59DCA6B8098A13E218A1 /* Pods-iOS-dydxViews */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxViews"; path = Pods_iOS_dydxViews.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2F3F47BA974298F6688AF303D9753638 /* FIRMessagingPersistentSyncMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPersistentSyncMessage.h; path = FirebaseMessaging/Sources/FIRMessagingPersistentSyncMessage.h; sourceTree = ""; }; - 2F482BC51F3C42EA7CE38FF9ED894D34 /* FIRCLSAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAsyncOperation.m; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m; sourceTree = ""; }; - 2F48B0F71900AD3ADF55208C40C112A9 /* Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Position.swift; path = Sources/Position.swift; sourceTree = ""; }; - 2F5F568E629CC3ED59AB7F457597D538 /* RCNConstants3P.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConstants3P.m; path = FirebaseRemoteConfig/Sources/RCNConstants3P.m; sourceTree = ""; }; - 2F8D27E3BD60D58EEB1A9AB95CF2AC89 /* DefaultFillFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultFillFormatter.swift; path = Source/Charts/Formatters/DefaultFillFormatter.swift; sourceTree = ""; }; - 2FF39B7B68C7C30DFAC551906FB05AED /* Pods-iOS-dydxViewsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxViewsTests-dummy.m"; sourceTree = ""; }; - 3004D872D98DCA96A43432B00E9FAFF8 /* FIRMessagingSyncMessageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingSyncMessageManager.m; path = FirebaseMessaging/Sources/FIRMessagingSyncMessageManager.m; sourceTree = ""; }; - 3030EED4BA535977BE95397733E851DD /* FPRNSURLSessionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLSessionDelegate.h; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLSessionDelegate.h; sourceTree = ""; }; - 303AC775E075B640B9CB479EA61A5F50 /* SVGLinearGradientElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGLinearGradientElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGLinearGradientElement.m"; sourceTree = ""; }; - 303FC894395DF107F3ED0FFD86926D50 /* Templates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Templates.swift; path = Sources/Templates/Templates.swift; sourceTree = ""; }; - 30860C46544B0A3635AA0B50A9AE88CE /* Pods-iOS-UIToolkitsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIToolkitsTests.debug.xcconfig"; sourceTree = ""; }; - 30B6D93C7B5D1DDF7E8E296ACE5713B4 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; - 30BE7D5D9C4B966F681F9986319EA874 /* SVGEllipseElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGEllipseElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGEllipseElement.m"; sourceTree = ""; }; - 30D5DC1A39AFA16C50E0101704FFF9D3 /* XAxisRendererHorizontalBarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XAxisRendererHorizontalBarChart.swift; path = Source/Charts/Renderers/XAxisRendererHorizontalBarChart.swift; sourceTree = ""; }; - 30D69DDAAA6F4E814B9AB9E7F0EBB57E /* Pods-iOS-PlatformRoutingTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformRoutingTests-acknowledgements.plist"; sourceTree = ""; }; - 30E01A67090A725268538DEDFED35556 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; - 3115A21687C4CB41FC80DF653CDA0483 /* FIRRemoteConfigComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRRemoteConfigComponent.h; path = FirebaseRemoteConfig/Sources/FIRRemoteConfigComponent.h; sourceTree = ""; }; - 3125A758C6A4463CC765492A30315252 /* GTMSessionFetcherLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherLogging.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcherLogging.h; sourceTree = ""; }; - 312A9C8DB7BB26BD928EB7C47C521618 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - 3131096C1F6CE8A24FFC3F0C81643E8D /* FirebaseRemoteConfigInterop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseRemoteConfigInterop-umbrella.h"; sourceTree = ""; }; - 314F92379616B9360F724630351581D0 /* Pods-iOS-dydxChart-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxChart-umbrella.h"; sourceTree = ""; }; - 315457515A9B75D34688FABE203CC02B /* NBNumberFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBNumberFormat.m; path = libPhoneNumber/NBNumberFormat.m; sourceTree = ""; }; - 317A55F0759D111272D4DCF797038631 /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; - 31A665DC52998F65E7EC5D9C1B3F7148 /* SVGKSourceURL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSourceURL.m; path = Source/Sources/SVGKSourceURL.m; sourceTree = ""; }; - 31B02AA2CDF75FCBD8F52332EBA182F9 /* FPRURLFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRURLFilter.m; path = FirebasePerformance/Sources/FPRURLFilter.m; sourceTree = ""; }; + 2F1DCFE8A47754654C07E963DD2CC233 /* FirebasePerformance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebasePerformance-dummy.m"; sourceTree = ""; }; + 2F6FE255ABAB5D7100E33E1CE56D7F46 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; + 2F72252EBF4E695B6C5BB5318ACD0BCB /* NBRegExMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBRegExMatcher.h; path = libPhoneNumber/Internal/NBRegExMatcher.h; sourceTree = ""; }; + 2F84E2CC394A8B78B60C84271D0B0E2B /* SDWebImageSVGCoder-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImageSVGCoder-Info.plist"; sourceTree = ""; }; + 2F8AB17F81403243DCC1CAF5D9EE79E0 /* FirebaseSharedSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseSharedSwift.modulemap; sourceTree = ""; }; + 2F9CEA2CB2FF186B61D6997173F0205C /* AMPURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPURLSession.h; path = Sources/Amplitude/AMPURLSession.h; sourceTree = ""; }; + 2FA4E895C71BE48A6DDE24FAB2C38482 /* LineScatterCandleRadarRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineScatterCandleRadarRenderer.swift; path = Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift; sourceTree = ""; }; + 2FC455AB485178EA2C65C136EA61DED5 /* FirebasePerformance.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebasePerformance.debug.xcconfig; sourceTree = ""; }; + 3006F3BFD4342170428669F36F5D33C9 /* GTMNSString+XML.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSString+XML.m"; path = "Foundation/GTMNSString+XML.m"; sourceTree = ""; }; + 300A680AB234FA62C95213F9F68ADD0D /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; + 30376BFF5B3A51F321B18CF16076B128 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; + 3055638B96C34DB4977D2E2D8A73EBF8 /* DDOSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOSLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDOSLogger.h; sourceTree = ""; }; + 305FC8D0804C60F5A3F2D4C7568F06FC /* CSSRule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSRule.h; path = "Source/DOM classes/Core DOM/CSSRule.h"; sourceTree = ""; }; + 306B6758654A1DCF50B51F4DD84C6B28 /* FIRCLSReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h; sourceTree = ""; }; + 306C626CA97E9293F1780AE2D73F2FF1 /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; + 3090309C399537D6A1C568BEA5B7AC35 /* HorizontalBarHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HorizontalBarHighlighter.swift; path = Source/Charts/Highlight/HorizontalBarHighlighter.swift; sourceTree = ""; }; + 3095B02054F366AF4BACB8817A3CC199 /* ILineChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ILineChartDataSet.swift; path = Source/Charts/Data/Interfaces/ILineChartDataSet.swift; sourceTree = ""; }; + 30C33C965BDD02483483B60168063FE9 /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; + 30C34072634FA7F988E1DEE8A5FD0F38 /* Pods-iOS-UIToolkitsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIToolkitsTests.release.xcconfig"; sourceTree = ""; }; + 30E0B49959A98AB0D5FE31588AAB034C /* Popover.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Popover.swift; path = Sources/Popover.swift; sourceTree = ""; }; + 30E41EC635AD8806BBCA413246207074 /* FIRMessagingTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenInfo.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenInfo.m; sourceTree = ""; }; + 3119946E2055FCBFB10C701C1F4D7C18 /* Amplitude-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Amplitude-iOS.modulemap"; sourceTree = ""; }; + 312CB9E0E71D5C05F7DED308A05D2AF9 /* DimmedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DimmedView.swift; path = PanModal/View/DimmedView.swift; sourceTree = ""; }; + 313D00DBAA66FEC694FAF69B775A08B3 /* DocumentCSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DocumentCSS.h; path = "Source/DOM classes/Core DOM/DocumentCSS.h"; sourceTree = ""; }; + 31400691AC7C7D51D22DF64C5591838B /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + 314672E803CC41DF4D47EC3846C8B8AB /* Node.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Node.m; path = "Source/DOM classes/Core DOM/Node.m"; sourceTree = ""; }; + 315D39A10EE2691F757409D98BCC4692 /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; + 315FE0773E1ED78582C7B9DDB7369E3E /* StatsigUserCustomTypeConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigUserCustomTypeConvertible.swift; path = Sources/Statsig/StatsigUserCustomTypeConvertible.swift; sourceTree = ""; }; 31C4BEFC9861CE8C00724903E4B2FC59 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - 31E6E587306D08D018E6EF4E650C4672 /* SessionsDependencies.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionsDependencies.swift; path = FirebaseSessions/Sources/Public/SessionsDependencies.swift; sourceTree = ""; }; - 31EC82DF45D316CF73AF82A49D4A7C41 /* BubbleChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartData.swift; path = Source/Charts/Data/Implementations/Standard/BubbleChartData.swift; sourceTree = ""; }; - 31F5BCF1154F41B44E2DC6E5F97D9466 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - 321A8CFD5E69CEFAEBF19AC9E209DE01 /* JTCalendar-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JTCalendar-Info.plist"; sourceTree = ""; }; + 31CF158081527CA7B0FB3BE946FA8D10 /* JTCalendar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JTCalendar.debug.xcconfig; sourceTree = ""; }; + 31DEF96D0832130546AA62170D3AB139 /* Element.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Element.h; path = "Source/DOM classes/Core DOM/Element.h"; sourceTree = ""; }; + 31FE30B9000B293860B5179BB905154A /* Pods-iOS-AmplitudeInjections-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-AmplitudeInjections-dummy.m"; sourceTree = ""; }; + 32083110E5BAE5F9EBF0E130519AC417 /* GTMLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMLogger.h; path = Foundation/GTMLogger.h; sourceTree = ""; }; + 320FB8952263D79D159FB2B3D65EBF7E /* GTMReadMonitorInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMReadMonitorInputStream.h; path = Sources/Full/Public/GTMSessionFetcher/GTMReadMonitorInputStream.h; sourceTree = ""; }; 3227F3FC45681D7CEE5D1355A532398A /* nanopb-nanopb_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "nanopb-nanopb_Privacy"; path = nanopb_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 3242FB9A5F0BE192E7064FC046A36948 /* MoveViewJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MoveViewJob.swift; path = Source/Charts/Jobs/MoveViewJob.swift; sourceTree = ""; }; - 326B06C661F72E7A569ED91AD621A48E /* Bitwise Ops.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bitwise Ops.swift"; path = "Sources/Bitwise Ops.swift"; sourceTree = ""; }; - 32770AD946CC370C78A6B325955655E2 /* Pods-iOS-dydxAnalytics-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxAnalytics-acknowledgements.plist"; sourceTree = ""; }; - 328008FB910E7C3149F6D1B3B777DC2C /* Promise+Wrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Wrap.swift"; path = "Sources/Promises/Promise+Wrap.swift"; sourceTree = ""; }; - 328AD9AF13B1FC2B440425B097BF2B4F /* SDWebImageSwiftUI-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageSwiftUI-dummy.m"; sourceTree = ""; }; - 32954AD57380CBB289DC00D2043672FD /* SVGTransform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTransform.m; path = "Source/DOM classes/SVG-DOM/SVGTransform.m"; sourceTree = ""; }; - 32979A33DB22A542A44BF2F728960127 /* RemoteSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteSettings.swift; path = FirebaseSessions/Sources/Settings/RemoteSettings.swift; sourceTree = ""; }; + 324499496EB8BC3C7C721651E27C6344 /* Pods-iOS-RoutingKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-RoutingKit.modulemap"; sourceTree = ""; }; + 3245E1E924A62281A88B17031466FABB /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; + 324C677F18DA74532CB77FD7969EF599 /* FIRCLSApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplication.h; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.h; sourceTree = ""; }; + 3268222664C811C5B9E575AEF2D50A40 /* GTMTypeCasting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTypeCasting.h; path = DebugUtils/GTMTypeCasting.h; sourceTree = ""; }; + 326B6E541939E89F415A0DA9636D122B /* Pods-iOS-dydxChartTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxChartTests-frameworks.sh"; sourceTree = ""; }; + 3275681F81558F319A883320447B1A16 /* RCNConfigRealtime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigRealtime.h; path = FirebaseRemoteConfig/Sources/RCNConfigRealtime.h; sourceTree = ""; }; + 329026A419993C2D2B550B941B080425 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; + 3295BD6666C85E5F9B86963F3ADE99EA /* Pods-iOS-PlatformRoutingTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformRoutingTests-acknowledgements.markdown"; sourceTree = ""; }; + 32991FDDA56C675D21103DB6E7AEC9B8 /* SVGSwitchElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGSwitchElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGSwitchElement.h"; sourceTree = ""; }; + 329AAE2367B26B5D11715FD84685B5DF /* sessions.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = sessions.nanopb.c; path = FirebaseSessions/SourcesObjC/Protogen/nanopb/sessions.nanopb.c; sourceTree = ""; }; 329F0CF7C35177D92B8D32D64D71EFEA /* Pods-iOS-AmplitudeInjections */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-AmplitudeInjections"; path = Pods_iOS_AmplitudeInjections.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 32DE7B6EB9BEF57C59018357DD69196E /* Pods-iOS-AmplitudeInjectionsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AmplitudeInjectionsTests.debug.xcconfig"; sourceTree = ""; }; - 32E4562BE73048EFB962C6DC2145E1E8 /* CocoaLumberjack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaLumberjack.h; path = "Sources/CocoaLumberjack/Supporting Files/CocoaLumberjack.h"; sourceTree = ""; }; - 32FECDFF5DC4B893E64F403B7841C3DA /* DDASLLogCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogCapture.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogCapture.h; sourceTree = ""; }; - 332D0FF95845D42A2EE10D25F2B8FFB6 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + 32B3DB76AE5021C4820075527E997B55 /* AMPRevenue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPRevenue.h; path = Sources/Amplitude/AMPRevenue.h; sourceTree = ""; }; + 32CA1031BF803020FA1CF2BE5BD4AE13 /* Pods-iOS-ParticlesCommonModelsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesCommonModelsTests-acknowledgements.plist"; sourceTree = ""; }; + 32F5DEE3818B42410B07CDC0AC2DE669 /* ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist"; sourceTree = ""; }; + 3303F0DA2F134892AA67B63951A1CFC6 /* FIRCLSManagerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSManagerData.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h; sourceTree = ""; }; + 3323E9062D3984BE3EFCC91A5AFD6745 /* FirebaseCoreInternal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.release.xcconfig; sourceTree = ""; }; + 333467CA7AC3094E660C5DC1A89C6C66 /* SettingsCacheClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SettingsCacheClient.swift; path = FirebaseSessions/Sources/Settings/SettingsCacheClient.swift; sourceTree = ""; }; 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PromisesObjC; path = FBLPromises.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 336FFE21C3BBE6A1620CB60DE25EDD3C /* dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = dummy.m; path = FirebaseCore/Extension/dummy.m; sourceTree = ""; }; - 33748B62AA3F6E4B9931E7F523755622 /* DDLegacyMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLegacyMacros.h; path = "Sources/CocoaLumberjack/Supporting Files/DDLegacyMacros.h"; sourceTree = ""; }; - 3378A7B9F2B8D2E24058048B953EC9C2 /* Pods-iOS-AppsFlyerStaticInjections-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AppsFlyerStaticInjections-acknowledgements.plist"; sourceTree = ""; }; - 3380F334C82D40A283AABF9555CD7CB3 /* GULProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULProxy.h; path = GoogleUtilities/SwizzlerTestHelpers/GULProxy.h; sourceTree = ""; }; - 33A7E708DF241CE3D095E691CB9A0A52 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - 33D4424E488458E34E76F416CA255C9B /* FIRCLSHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHandler.m; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m; sourceTree = ""; }; - 33D966F72517699A6BF59335237139D5 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; - 33F3F938D0FC78E0C3846B6EE42FA9FA /* POPAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimation.mm; path = pop/POPAnimation.mm; sourceTree = ""; }; - 34196FBDDB5E0D6A68584682E025EDB6 /* CSSStyleRule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSStyleRule.m; path = "Source/DOM classes/Core DOM/CSSStyleRule.m"; sourceTree = ""; }; - 342842084D016B2CE2574C9A7006AE27 /* CGRect+Center.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGRect+Center.swift"; path = "MaterialActivityIndicator/Classes/Extensions/CGRect+Center.swift"; sourceTree = ""; }; - 3429E65CA760BC1AD4D4F8F176734D65 /* Pods-iOS-dydxFormatter-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxFormatter-acknowledgements.markdown"; sourceTree = ""; }; + 3353E7410D6E7C3014C1CAF0C3C25E70 /* GDTCORUploadBatch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadBatch.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m; sourceTree = ""; }; + 3366E6EDA627FF2D4E4E903C7DBC735B /* Words and Bits.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Words and Bits.swift"; path = "Sources/Words and Bits.swift"; sourceTree = ""; }; + 336C4CC1FC7B60DCA4733EB7A7D8E7FB /* Pods-iOS-UIAppToolkits-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIAppToolkits-acknowledgements.plist"; sourceTree = ""; }; + 33D5F3C072A440A7AD51D72AD5404529 /* Pods-iOS-dydxViewsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxViewsTests-frameworks.sh"; sourceTree = ""; }; + 33EA193C7FEB4F0680B0F9D855162DF0 /* BarLineScatterCandleBubbleChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineScatterCandleBubbleChartData.swift; path = Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift; sourceTree = ""; }; + 33EC32213F3FF721E96542711ED04410 /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; + 3430F772546E589A4E6E29B044571973 /* SDWebImageSwiftUI.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImageSwiftUI.modulemap; sourceTree = ""; }; 3436D7C5225069490C685D77EB2E7F20 /* Differ */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Differ; path = Differ.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 343A0BF9285C79459D78CA62B9E2DAB7 /* Pods-iOS-dydxPresentersTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxPresentersTests-dummy.m"; sourceTree = ""; }; - 3453D09105C1F9B4947B43C163BB3F38 /* FIRCLSCodeMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCodeMapping.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m; sourceTree = ""; }; - 3454F04C565469515F0D210B2A676C5C /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - 3462E2FDC9486102165A485D3327EB0F /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - 346924EBA85E61D6AAF88DF89B3EC7B6 /* POPAnimationRuntime.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimationRuntime.mm; path = pop/POPAnimationRuntime.mm; sourceTree = ""; }; - 347BAEEA9B2257E13E628B5698C30AEC /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - 349B3DB86B87657BDD3F8DDDA56D3383 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 34A7118B7F2B713DC71057DB3576DFC0 /* LineChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartRenderer.swift; path = Source/Charts/Renderers/LineChartRenderer.swift; sourceTree = ""; }; - 34D8E8CDCE7CE5DC706581F6CD799615 /* Pods-iOS-ParticlesKitTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-ParticlesKitTests-umbrella.h"; sourceTree = ""; }; + 34483D003B2CE9863147FA0D6EF2FED6 /* SVGUseElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGUseElement.h; path = "Source/DOM classes/SVG-DOM/SVGUseElement.h"; sourceTree = ""; }; + 344E3ADBDE3A76A8A10B5A758B17CFB1 /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h"; sourceTree = ""; }; + 34512DCB1B4A18374C52AC7B2BFAC5FA /* external_prequest_context.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = external_prequest_context.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/external_prequest_context.nanopb.h; sourceTree = ""; }; + 34817A43FF4AB67C3E5870E622C7BEED /* RCNConfigSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigSettings.h; path = FirebaseRemoteConfig/Sources/Private/RCNConfigSettings.h; sourceTree = ""; }; + 3483E62A9ED200A4965453B44F5CEF3A /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + 3487B17BA295A9C065C3AD5A3B5A53F3 /* AMPConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPConstants.h; path = Sources/Amplitude/AMPConstants.h; sourceTree = ""; }; + 3489A0AC74ECC15904E666E4A7084AC0 /* PanModalPresentable+LayoutHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PanModalPresentable+LayoutHelpers.swift"; path = "PanModal/Presentable/PanModalPresentable+LayoutHelpers.swift"; sourceTree = ""; }; + 348F17CDFB8BF30629A350FC0BB87456 /* DDMultiFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMultiFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDMultiFormatter.m; sourceTree = ""; }; + 34A1FAC3DEEF9E0EB8A6385F9D105614 /* GDTCORStorageMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageMetadata.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORStorageMetadata.h; sourceTree = ""; }; + 34AC43083F05B757EE31B6DA3AE18B95 /* Readers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Readers.swift; path = Sources/SwiftUI/Readers.swift; sourceTree = ""; }; + 34BBE9047551E8FAEB9BE7A1B9D9A276 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + 34C6E918F788BABAEC70AE7D961ABFE3 /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; + 34ED7CC00EC15F051F8372AE9E71B105 /* EFInputCorrectionLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFInputCorrectionLevel.swift; path = Source/EFInputCorrectionLevel.swift; sourceTree = ""; }; 34F81295D6108226F1E059D235F70D70 /* Pods-iOS-dydxViewsTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxViewsTests"; path = Pods_iOS_dydxViewsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 34F8A709609F677742BD524A63216531 /* Pods-iOS-ParticlesCommonModels-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-ParticlesCommonModels-umbrella.h"; sourceTree = ""; }; - 3526765E4E7D8742BCBB63D40F47C3B2 /* Pods-iOS-FirebaseStaticInjections.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-FirebaseStaticInjections.modulemap"; sourceTree = ""; }; - 35389BD822C15F950AE61516920A9F51 /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; - 35426B501EE614C1D87ECCEFF6E0D8FB /* DDDispatchQueueLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDDispatchQueueLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDDispatchQueueLogFormatter.m; sourceTree = ""; }; - 354696B12413D910B22DFAC80CDD91CA /* Amplitude-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Amplitude-iOS.debug.xcconfig"; sourceTree = ""; }; - 354D70C7E3B12328F2FE31D86058681D /* Pods-iOS-PlatformRouting.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformRouting.release.xcconfig"; sourceTree = ""; }; - 3552CE7AD64321BF96D0AF30EF113CDB /* FIRCLSNotificationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNotificationManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h; sourceTree = ""; }; - 355566781FFC3C4572C8B201D2ECDDD3 /* Pods-iOS-Utilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-Utilities.debug.xcconfig"; sourceTree = ""; }; - 355B83F317B883FDE8C66D59D105AAA2 /* ISPPinnedNSURLSessionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISPPinnedNSURLSessionDelegate.h; path = Sources/Amplitude/SSLCertificatePinning/ISPPinnedNSURLSessionDelegate.h; sourceTree = ""; }; - 355C3EF037BC9E7524A1560CBC215ED0 /* NVActivityIndicatorAnimationBallPulseSync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallPulseSync.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallPulseSync.swift; sourceTree = ""; }; - 356218A988A5044A16AD0A495021F638 /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; - 357EF49826829D04798EDF9C9629581B /* FPRNetworkInstrumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNetworkInstrumentHelpers.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNetworkInstrumentHelpers.h; sourceTree = ""; }; - 358C98958B9BDB88CF2893C6B95BBCC3 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - 35C321FEDA8DF512A5189B75502852DC /* Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Text.h; path = "Source/DOM classes/Core DOM/Text.h"; sourceTree = ""; }; - 35F66F3DCAE6D90B058A9C67B1FCC589 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - 35FDC090998D9BAD8AE886744172EC04 /* JTCalendarWeek.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarWeek.h; path = JTCalendar/Protocols/JTCalendarWeek.h; sourceTree = ""; }; - 35FF48C35C10BDED651CD8D76242255A /* FirebaseAnalytics-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "FirebaseAnalytics-xcframeworks.sh"; sourceTree = ""; }; - 3602B0550DC70A3F76B225085D4E79CB /* CandleChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleChartDataProvider.swift; path = Source/Charts/Interfaces/CandleChartDataProvider.swift; sourceTree = ""; }; - 361784FF9B7F2F53D82009AB5C44D17B /* ValidationRuleComparison.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleComparison.swift; path = Validator/Sources/Rules/ValidationRuleComparison.swift; sourceTree = ""; }; - 3620B20AD6321BF6D9FDD795F79200F8 /* EFQRCode-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFQRCode-prefix.pch"; sourceTree = ""; }; - 3632D236C0EB062EAE94E950E0764383 /* POPBasicAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimationInternal.h; path = pop/POPBasicAnimationInternal.h; sourceTree = ""; }; - 364745DDA372867201DF4BE2BDA8D4DA /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; - 366498A5997940CB15CE404EA358CD69 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = FirebaseInstallations/Source/Library/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 3671641A4540097DEDA4FD38B5AB7D0C /* Pods-iOS-dydxCartera.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxCartera.debug.xcconfig"; sourceTree = ""; }; - 369DF671DAB1EE8E1F153D44298E595E /* EFWatermarkMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFWatermarkMode.swift; path = Source/EFWatermarkMode.swift; sourceTree = ""; }; - 36BA3557BA6A9942A243FEF4E72A3D8C /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; - 36BFBCE6BAADD1B9525F89CA8FBE1726 /* SVGKSourceURL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSourceURL.h; path = Source/Sources/SVGKSourceURL.h; sourceTree = ""; }; - 36F7F9FB29530BDE067A719485F06FF7 /* Pods-iOS-PlatformUIJedio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformUIJedio-dummy.m"; sourceTree = ""; }; - 36FE291F39C5D7479C5DB0A5F0E16492 /* IndexAxisValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IndexAxisValueFormatter.swift; path = Source/Charts/Formatters/IndexAxisValueFormatter.swift; sourceTree = ""; }; - 370AF4B52DD03E5B72249C16963F00C7 /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = Sources/Operators/Materialize.swift; sourceTree = ""; }; - 372F65C40B6DA0E462E49AE23DFEFED3 /* FirebaseSessionsError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseSessionsError.swift; path = FirebaseSessions/Sources/FirebaseSessionsError.swift; sourceTree = ""; }; - 375524493B17CDF82BD7D1DD92B4C0C8 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; - 376C9CFBEF5A220B0631A09C243736BB /* SVGKDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKDefine.h; path = Source/SVGKDefine.h; sourceTree = ""; }; - 37989E2317444DA0C083C27F06341654 /* Pods-iOS-PlatformParticlesTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformParticlesTests-Info.plist"; sourceTree = ""; }; + 351A34FFC85F556054F10370A6B4A709 /* CombinedHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedHighlighter.swift; path = Source/Charts/Highlight/CombinedHighlighter.swift; sourceTree = ""; }; + 353125B0678FD6C01A91BBA76C5A1AEF /* FIRCLSContextInitData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContextInitData.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSContextInitData.m; sourceTree = ""; }; + 3533B1123A98C0818F99598CDC067B3E /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + 354F970EF35BB3E893C83BE444B69E10 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + 357863ACDBC80D72C30AA48D77EE2061 /* SVGAnimatedPreserveAspectRatio.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAnimatedPreserveAspectRatio.m; path = "Source/DOM classes/SVG-DOM/SVGAnimatedPreserveAspectRatio.m"; sourceTree = ""; }; + 35A78F19958D9FC73058381C636F3463 /* FPRNSURLSessionInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLSessionInstrument.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLSessionInstrument.h; sourceTree = ""; }; + 35DBB1741FE31FBCD7DD23EBA1479FF3 /* Pods-iOS-dydxViewsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxViewsTests-dummy.m"; sourceTree = ""; }; + 35E6647CDE0F735EB6BED367247C59AE /* RCNPersonalization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNPersonalization.m; path = FirebaseRemoteConfig/Sources/RCNPersonalization.m; sourceTree = ""; }; + 35E69976578F65EE1AEB8BA395FDBC62 /* FirebaseMessaging-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseMessaging-dummy.m"; sourceTree = ""; }; + 36085489B9CE23C4431194C9BBD052C1 /* Differ-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Differ-prefix.pch"; sourceTree = ""; }; + 3659158EDAE25ADC0DEC9AC57C54F16F /* GDTCORMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetrics.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORMetrics.h; sourceTree = ""; }; + 36959AAB92D8255C6050AA5F25D45FB7 /* Pods-iOS-ParticlesCommonModels-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-ParticlesCommonModels-umbrella.h"; sourceTree = ""; }; + 3696FE950F4AD2052778C135773BFF96 /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = Sources/Operators/Dematerialize.swift; sourceTree = ""; }; + 36AC59530326B2E61D6907FF1963D310 /* FPRGDTLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTLogger.h; path = FirebasePerformance/Sources/Loggers/FPRGDTLogger.h; sourceTree = ""; }; + 36E9DFED164D4C653B5A90E90A9DE123 /* ZSWTappableLabelTappableRegionInfoImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabelTappableRegionInfoImpl.h; path = ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.h; sourceTree = ""; }; + 36EF3E871DF5786BF337261E7D569C3B /* ValidationRuleLength.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleLength.swift; path = Validator/Sources/Rules/ValidationRuleLength.swift; sourceTree = ""; }; + 37341B44718D997E7CD2822D9424A056 /* Pods-iOS-ParticlesCommonModels-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-ParticlesCommonModels-acknowledgements.markdown"; sourceTree = ""; }; + 375C24B76508B61EB2A5D946498FA6AA /* DDASLLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = Sources/CocoaLumberjack/DDASLLogger.m; sourceTree = ""; }; + 3762F73A14868578AD2B8FA9B9680B8E /* Pods-iOS-dydxPresenters-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxPresenters-acknowledgements.markdown"; sourceTree = ""; }; + 3784D75E79CFF77036CB1BAB23371D1E /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; + 379283FA4D2575BDF6EE36CD772CB3AF /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = GoogleDataTransport/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; 379E5319BC6B4AE5613DFF7EEEAA6905 /* PromisesSwift */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PromisesSwift; path = Promises.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 37C1D13A7D2E491B7F385605237DB6F8 /* Pods-iOS-UtilitiesTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UtilitiesTests-Info.plist"; sourceTree = ""; }; - 37E2CD902F1FE35F5F26D68B750562A6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; - 3801DDFD2B5D4D8963D1D056BF166EC4 /* JTHorizontalCalendarView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTHorizontalCalendarView.m; path = JTCalendar/Views/JTHorizontalCalendarView.m; sourceTree = ""; }; - 38091D80CBCF7E19A94D207ABD824838 /* RemoteConfigConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteConfigConstants.swift; path = FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift; sourceTree = ""; }; - 3813704F89AB77B44C49EF9116D94F86 /* FirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h; sourceTree = ""; }; - 381667EC6325784CDD0D309627D10BFC /* PromisesSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesSwift.debug.xcconfig; sourceTree = ""; }; - 3823B0188FF62EE2F837D7F8693F1107 /* Pods-iOS-AmplitudeInjectionsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-AmplitudeInjectionsTests.modulemap"; sourceTree = ""; }; - 384717A617121BF2993DA05834CD742E /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = Sources/Operators/RetryWhen.swift; sourceTree = ""; }; - 38625E3FFF489113E7BDCEDA8687E820 /* Pods-iOS-ParticlesCommonModels-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesCommonModels-acknowledgements.plist"; sourceTree = ""; }; - 3897D257818FA41EC62AA1AAECAC8F1C /* FIRMessagingSyncMessageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingSyncMessageManager.h; path = FirebaseMessaging/Sources/FIRMessagingSyncMessageManager.h; sourceTree = ""; }; - 38EC2D44D9E5633337AFD6F2CFA42D09 /* FPRConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConstants.m; path = FirebasePerformance/Sources/Common/FPRConstants.m; sourceTree = ""; }; - 38EE9746AFE1C2326A284E057129ACC3 /* AppsFlyerLib.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppsFlyerLib.xcframework; path = binaries/xcframework/full/AppsFlyerLib.xcframework; sourceTree = ""; }; - 38F48BD45AF696A622BDA3A5C869D98D /* FirebaseSessions-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseSessions-umbrella.h"; sourceTree = ""; }; - 390C3C429260FCC75082D74D21733149 /* Pods-iOS-dydxViewsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxViewsTests.release.xcconfig"; sourceTree = ""; }; - 390E2FCC208F14DD3221B32599AEB6B6 /* iCarousel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = iCarousel.release.xcconfig; sourceTree = ""; }; - 3916CE27908F539DF4F524FD153BEDBE /* Pods-iOS-ParticlesKit-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-ParticlesKit-acknowledgements.markdown"; sourceTree = ""; }; - 391B04F86DC9A02D55587229054B00DD /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; - 392C2E7ED90F64408F651B7E3C233B31 /* KVOController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.release.xcconfig; sourceTree = ""; }; - 393C7A70ED6B33F6CDF568A614F79568 /* Pods-iOS-dydxChart.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxChart.modulemap"; sourceTree = ""; }; - 3942DFD041D47FCF158839263B1D0002 /* NBGeneratedPhoneNumberMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBGeneratedPhoneNumberMetaData.h; path = libPhoneNumber/NBGeneratedPhoneNumberMetaData.h; sourceTree = ""; }; - 39546511D017A83A3E8B95D74CBB0B8F /* GTMStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMStringEncoding.m; path = Foundation/GTMStringEncoding.m; sourceTree = ""; }; - 398DBED577696105F30F54E066807E2C /* GoogleToolboxForMac.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleToolboxForMac.release.xcconfig; sourceTree = ""; }; + 37A8C21B08ADBF7E690121D3C7439748 /* SVGKExporterUIImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKExporterUIImage.h; path = Source/Exporters/SVGKExporterUIImage.h; sourceTree = ""; }; + 37B0A28771BDD2373009819A88350F3C /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + 37CDFD84E2938E32601D69676920072E /* NSObject+FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+FBKVOController.m"; path = "FBKVOController/NSObject+FBKVOController.m"; sourceTree = ""; }; + 37DBEA0570289F365020148BCE289205 /* Pods-iOS-PlatformRouting.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformRouting.debug.xcconfig"; sourceTree = ""; }; + 37DFDCDC3B193D59D1CB55ABEAD3312E /* external_privacy_context.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = external_privacy_context.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/external_privacy_context.nanopb.h; sourceTree = ""; }; + 37F647D52142476872215F9CD0BDCEB8 /* GDTCORStorageProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h; sourceTree = ""; }; + 38019AE30DB1790D1EF9CAE90B7A9B3E /* A0SimpleKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = A0SimpleKeychain.h; path = SimpleKeychain/A0SimpleKeychain.h; sourceTree = ""; }; + 3820F586FDF767305566EAAD94D03FEB /* AMPLocationManagerDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPLocationManagerDelegate.m; path = Sources/Amplitude/AMPLocationManagerDelegate.m; sourceTree = ""; }; + 382D6A2EC71E7CA6B87CFDF1824946AE /* FIRMessagingTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenFetchOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenFetchOperation.h; sourceTree = ""; }; + 383314F5135D3A675635305F23CF467B /* NSURLSession+GULPromises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+GULPromises.m"; path = "GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m"; sourceTree = ""; }; + 383E3605A41D4A82841C4A422FF78C37 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; + 38487A882954AC0C6BCB805EDB22A5B5 /* FIRCLSUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUUID.m; path = Crashlytics/Shared/FIRCLSUUID.m; sourceTree = ""; }; + 3869900FFEA4D1024E2B54D2A7C5E6F3 /* EFQRCode.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFQRCode.release.xcconfig; sourceTree = ""; }; + 389F3F21BB4BC4F2C5649A946F6C1703 /* dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = dummy.m; path = FirebaseCore/Extension/dummy.m; sourceTree = ""; }; + 38D84FDFBC82619E424FEF1AFFC1F06E /* SVGDefsElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGDefsElement.h; path = "Source/DOM classes/SVG-DOM/SVGDefsElement.h"; sourceTree = ""; }; + 38EADC1BD7E4E5FA67A947AB6638443D /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; + 38F17A392890FE7090C93FF24CB8AE4A /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + 39113FB105BAE19FDF261D1F23AC4B8D /* ZoomViewJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZoomViewJob.swift; path = Source/Charts/Jobs/ZoomViewJob.swift; sourceTree = ""; }; + 39185DF1A8C2BECEA36EF315AA21A0C7 /* IAxisValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IAxisValueFormatter.swift; path = Source/Charts/Formatters/IAxisValueFormatter.swift; sourceTree = ""; }; + 391DF68F4E0755609DF6B5395DF639DC /* ZSWTappableLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZSWTappableLabel.modulemap; sourceTree = ""; }; + 392ACD2364D14671FFF975B5AD5CFD32 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; + 396B7DC247C972FDC964A074175783A1 /* SVGSVGElement_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGSVGElement_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGSVGElement_Mutable.h"; sourceTree = ""; }; + 397CDC378B4E87E662B63BB95F7B0E12 /* Pods-iOS-ParticlesCommonModels.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesCommonModels.release.xcconfig"; sourceTree = ""; }; 399EC9508E73C0D54D9BBD8741FBA137 /* KVOController */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KVOController; path = KVOController.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 39A12103DCAAF409BA4545CE1990B733 /* SPMSwiftHeaderWorkaround.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SPMSwiftHeaderWorkaround.swift; path = FirebaseRemoteConfig/Swift/SPMSwiftHeaderWorkaround.swift; sourceTree = ""; }; - 39C969A6102AEBE1C2E9FDB4C98DC820 /* GTMDebugSelectorValidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMDebugSelectorValidation.h; path = DebugUtils/GTMDebugSelectorValidation.h; sourceTree = ""; }; - 39D557D40DC0B96E152E5A73E83C9AC0 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - 39E61288C168E97D2B00A377FE6DAD84 /* libPhoneNumber-iOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "libPhoneNumber-iOS-Info.plist"; sourceTree = ""; }; - 3A02A2E471B7EE2057FB2DE7798B959C /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - 3A225FABB24F50186F374E4640ED3FB4 /* FPRNSURLSessionDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLSessionDelegate.m; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLSessionDelegate.m; sourceTree = ""; }; - 3A266076F983B20832F2D3D323455929 /* Pods-iOS-AppsFlyerStaticInjections.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AppsFlyerStaticInjections.release.xcconfig"; sourceTree = ""; }; - 3A2CC692C3976128BBD46B0D8B013CDD /* FPRSessionManager+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRSessionManager+Private.h"; path = "FirebasePerformance/Sources/AppActivity/FPRSessionManager+Private.h"; sourceTree = ""; }; - 3A42D46B24DAA315CBDF1AF349053636 /* Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.markdown"; sourceTree = ""; }; - 3A6533F37C5B5C13E88187DE7FDF4FA0 /* ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist"; sourceTree = ""; }; - 3A751EC559D648577E45C146A87FE880 /* FIRMessagingCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinStore.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinStore.h; sourceTree = ""; }; - 3A85528CD911D5683C87557E938FF6F4 /* SVGPreserveAspectRatio.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPreserveAspectRatio.m; path = "Source/DOM classes/SVG-DOM/SVGPreserveAspectRatio.m"; sourceTree = ""; }; - 3A8FAA91967AE87FC57F9E235BA95D9B /* FPRDiagnostics_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRDiagnostics_Private.h; path = FirebasePerformance/Sources/Common/FPRDiagnostics_Private.h; sourceTree = ""; }; - 3A955770332E1611894804AF41480C14 /* GDTCOREvent+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTCCTSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m"; sourceTree = ""; }; - 3A963C55FF19011FAAE4729F07C6F9FC /* libPhoneNumber-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libPhoneNumber-iOS-umbrella.h"; sourceTree = ""; }; - 3A971261E59FDA53589F20A7D168DEC8 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h; sourceTree = ""; }; - 3AB1BD9C55C810F305529FBCB3B9CDAF /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - 3AFA6CF7068228098A0FEA33458C1358 /* EasyTipView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EasyTipView-dummy.m"; sourceTree = ""; }; - 3AFB0DCD13630EB5379845ABD8EA7A26 /* FPRCPUGaugeData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRCPUGaugeData.m; path = FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeData.m; sourceTree = ""; }; - 3B034D79EBB7A7E3C90346DEA49F3B15 /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; - 3B09022FF44B2F7EE5BEA8BA06F54226 /* JTCalendarPageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarPageView.h; path = JTCalendar/Views/JTCalendarPageView.h; sourceTree = ""; }; - 3B155BF4E1301BB607EC7503B75E0E4C /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; - 3B1BA5F4DFF67792FFE7064A950DF473 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - 3B2E0CA6BBEC11387A0247EC26599D6D /* DDFileLogger+Buffering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DDFileLogger+Buffering.m"; path = "Sources/CocoaLumberjack/Extensions/DDFileLogger+Buffering.m"; sourceTree = ""; }; - 3B2E0DEDB9FFFE650885B79EAB41DF63 /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; - 3B483D07943F1DFF4F70A616B1B97D6A /* Pods-iOS-CameraParticles.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-CameraParticles.release.xcconfig"; sourceTree = ""; }; - 3B624D7A99C92E7706BDF8804CD0C8B4 /* ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist"; sourceTree = ""; }; - 3B67B64708540D57340721CB587F0754 /* SVGAngle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAngle.h; path = "Source/DOM classes/SVG-DOM/SVGAngle.h"; sourceTree = ""; }; - 3B6DBABF7F295F13244C9B409354F554 /* EasyTipView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EasyTipView.release.xcconfig; sourceTree = ""; }; - 3BA19C60424033FB9A481561B04014EB /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - 3BCE46BCDB185CA339FB8B19C2EB0835 /* UnitBezier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnitBezier.h; path = pop/WebCore/UnitBezier.h; sourceTree = ""; }; - 3BF833DF3FA92E12376762CB34DC789D /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; - 3C03E6C89ADB3416C42B10F4DA8776D1 /* GoogleToolboxForMac-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleToolboxForMac-prefix.pch"; sourceTree = ""; }; - 3C3AAE9B4BADD9A5A87F568F88C08AFA /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - 3C404DB0363BB1DED61477B2DF33DFD9 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; - 3C487E2C1269107884DD0237FA2755F1 /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = Sources/Operators/WithLatestFrom.swift; sourceTree = ""; }; - 3C77F9827DCFFD11C5E91E77D02EAF34 /* POPAnimationExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationExtras.h; path = pop/POPAnimationExtras.h; sourceTree = ""; }; - 3C7BDB0CE89D416321EB3D08E9190674 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - 3C905CDA4B6FC5A39FE4A5F9C908D8D6 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; - 3C951E9C46024D1B75791113EB6C785B /* PopoverGestureContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverGestureContainer.swift; path = Sources/PopoverGestureContainer.swift; sourceTree = ""; }; - 3CA7BB862E492AA151A025A6837EED47 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + 39AE9C387EB893D1E32D5FD87D4AE07E /* Pods-iOS-dydxViews-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxViews-acknowledgements.plist"; sourceTree = ""; }; + 39B6B28F264A903B0B3E42FD6196A52A /* ResourceBundle-AppsFlyerLib_Privacy-AppsFlyerFramework-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AppsFlyerLib_Privacy-AppsFlyerFramework-Info.plist"; sourceTree = ""; }; + 39DD8D49FDFEE8ECA1F8D3CA19B4F71C /* Pods-iOS-dydxV4Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxV4Tests.debug.xcconfig"; sourceTree = ""; }; + 39E060FD434E194363173D0E896E3273 /* NBPhoneMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneMetaData.m; path = libPhoneNumber/NBPhoneMetaData.m; sourceTree = ""; }; + 39E6E0007ED209C55B243A79FCDFFADE /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + 39E7DC9867ED2DEEB52499B52F96CA6F /* ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist"; sourceTree = ""; }; + 3A092A56A02CC7D5D82C41A2CB399817 /* FIRCLSMachOBinary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOBinary.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m; sourceTree = ""; }; + 3A0B7CB659D6BF9B4E78B5F8AEBA3DAB /* Abacus.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Abacus.framework; path = build/cocoapods/framework/Abacus.framework; sourceTree = ""; }; + 3A3E9761E99D0C2405F587A01B5202DE /* Pods-iOS-AmplitudeInjectionsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AmplitudeInjectionsTests-acknowledgements.plist"; sourceTree = ""; }; + 3A4DBD9CDF595367B3B5790E8030271C /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; + 3A50E390041E3EDD606A5F161D200F44 /* Pods-iOS-CameraParticles.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-CameraParticles.modulemap"; sourceTree = ""; }; + 3A702B4F8894D32795B28837CCC1CD5D /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 3A70BD1020C3AA27802F817C2E4D8A6A /* MapToValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MapToValue.swift; path = Sources/Operators/MapToValue.swift; sourceTree = ""; }; + 3A7F6CCD854CB7FD65ED92654B36B75E /* GULNetworkInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInfo.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULNetworkInfo.h; sourceTree = ""; }; + 3AB8E7E8FF7F36AAFC353BA4FE0F44EC /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; + 3B027DD86B6EBD861E9D2136021CED27 /* PieHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieHighlighter.swift; path = Source/Charts/Highlight/PieHighlighter.swift; sourceTree = ""; }; + 3B23BDA7842783A2E03CE9DA1FB283AF /* Pods-iOS-PlatformUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUITests.release.xcconfig"; sourceTree = ""; }; + 3B26782F582193D51FF993F87DA7FE1C /* SVGRadialGradientElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGRadialGradientElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGRadialGradientElement.m"; sourceTree = ""; }; + 3B316D50C7E8D8483A794963AB613D61 /* DDFileLogger+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Internal.h"; path = "Sources/CocoaLumberjack/DDFileLogger+Internal.h"; sourceTree = ""; }; + 3B33E6FD1CEC6EB65996F3A4F3CDC1B0 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + 3B71F700F0954049E22703B0F3CCEC11 /* Pods-iOS-Utilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-Utilities.release.xcconfig"; sourceTree = ""; }; + 3B7DBECAE105D3453E95604755D28E55 /* FIRMessagingCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinPreferences.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinPreferences.h; sourceTree = ""; }; + 3B8AC5AE77024696620FEA2E13C1A78B /* FPRConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConsoleLogger.m; path = FirebasePerformance/Sources/FPRConsoleLogger.m; sourceTree = ""; }; + 3B940AFA7CDFB87FEE3990A7FC6CD48B /* Pods-iOS-UtilitiesTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UtilitiesTests-dummy.m"; sourceTree = ""; }; + 3B982CB86932A7AA3EC64C4DC1184F79 /* SVGLength.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGLength.m; path = "Source/DOM classes/SVG-DOM/SVGLength.m"; sourceTree = ""; }; + 3BAFB957ECFADB0D4EFF39CB685650D9 /* EasyTipView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EasyTipView.debug.xcconfig; sourceTree = ""; }; + 3BC9EBC6D0515F9A02074C8E067BEAC9 /* COSTouchVisualizer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = COSTouchVisualizer.modulemap; sourceTree = ""; }; + 3BE0B4C9E1EE6DD92061C70D9A56D775 /* FIRCLSExecutionIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExecutionIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h; sourceTree = ""; }; + 3BEA8066D5C9E6CDF6EED46B67073264 /* Statsig.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Statsig.modulemap; sourceTree = ""; }; + 3BFB3B3EC77DB0CA4A391463BE6D38B2 /* SDWebImageSVGCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageSVGCoder-dummy.m"; sourceTree = ""; }; + 3C03887E248C98F89F37028D6E2E4EEE /* AMPDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPDeviceInfo.m; path = Sources/Amplitude/AMPDeviceInfo.m; sourceTree = ""; }; + 3C26E7BCF5956F5ABBDB4C772215305A /* Pods-iOS-dydxViewsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxViewsTests.release.xcconfig"; sourceTree = ""; }; + 3C2EF792E7894A72B73BCDC23B12AC0A /* FIRCLSMachO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachO.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m; sourceTree = ""; }; + 3C3375D8DA740730E19CC500A74F3306 /* BarChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartData.swift; path = Source/Charts/Data/Implementations/Standard/BarChartData.swift; sourceTree = ""; }; + 3C9546BAAF0A59922A0AF550C455BD0B /* DOMHelperUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DOMHelperUtilities.m; path = "Source/DOM classes/Core DOM/DOMHelperUtilities.m"; sourceTree = ""; }; + 3CA43E4B2D7081373846D96699DD36AC /* XAxisRendererHorizontalBarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XAxisRendererHorizontalBarChart.swift; path = Source/Charts/Renderers/XAxisRendererHorizontalBarChart.swift; sourceTree = ""; }; 3CB3BCF1390F1406B03BC8DB4735D727 /* FirebaseRemoteConfigInterop */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseRemoteConfigInterop; path = FirebaseRemoteConfigInterop.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CBD2F384507D6FA3B84621BB5C2DB5B /* SettingsProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SettingsProtocol.swift; path = FirebaseSessions/Sources/Settings/SettingsProtocol.swift; sourceTree = ""; }; - 3CCF03FF87AE2D28B56561ED53C73A84 /* Pods-iOS-ParticlesKitTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-ParticlesKitTests-frameworks.sh"; sourceTree = ""; }; - 3CD18F37F4C8A5BF9F34BCFD7E991E6D /* FPRTraceBackgroundActivityTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRTraceBackgroundActivityTracker.h; path = FirebasePerformance/Sources/AppActivity/FPRTraceBackgroundActivityTracker.h; sourceTree = ""; }; - 3CEA6F070D66065E2CC94C1AD7B59F11 /* pop.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = pop.release.xcconfig; sourceTree = ""; }; - 3CFC714E841837139F8379574CC158DC /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; - 3D23D33D75EB090D6ED062C4BF8DA26D /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; - 3D31A2796AFFA08E1F776BC949C38926 /* DrawerMenu.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DrawerMenu.swift; path = DrawerMenu/Classes/DrawerMenu.swift; sourceTree = ""; }; - 3D35547F864A912051BE6BDD91DD95E0 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 3D4F0554A2AD3508EC49A37B7D947380 /* FIRMessagingAuthKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAuthKeychain.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthKeychain.h; sourceTree = ""; }; + 3CBAB275BD7198DDEB809B04C4315382 /* SVGKInlineResource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKInlineResource.m; path = Source/Utils/SVGKInlineResource.m; sourceTree = ""; }; + 3CF1389CD3DE21EF1354C1B3A108BDBE /* IShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/IShapeRenderer.swift; sourceTree = ""; }; + 3D0DA21F8A9C620CD1CACF89615D3883 /* SVGTransform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTransform.m; path = "Source/DOM classes/SVG-DOM/SVGTransform.m"; sourceTree = ""; }; + 3D29629ABFA49678FEAF7A1060E99CA9 /* Pods-iOS-ParticlesKitTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-ParticlesKitTests-dummy.m"; sourceTree = ""; }; + 3D7972E043611489F2D98088578DE2EE /* RCNConstants3P.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConstants3P.m; path = FirebaseRemoteConfig/Sources/RCNConstants3P.m; sourceTree = ""; }; 3D7AA9B892085B89296FE4281256E8FE /* Pods-iOS-JedioKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-JedioKit"; path = Pods_iOS_JedioKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3D7EFF3D6CFAE26D27DE7D01ECD2B4AC /* FIRMessagingKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingKeychain.h; path = FirebaseMessaging/Sources/Token/FIRMessagingKeychain.h; sourceTree = ""; }; - 3D9213BD4AA234D3499211ED9B80E22D /* KVOController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-umbrella.h"; sourceTree = ""; }; - 3D96EAE066D8B4C56C6F7D7FC5212EBF /* FirebaseRemoteConfigInterop.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseRemoteConfigInterop.release.xcconfig; sourceTree = ""; }; - 3DC518119E521E2A6436CA14A08B0BBE /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; - 3DE4F051BDECDB50D8AA163917779B15 /* Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Codable.swift; path = FirebaseRemoteConfig/Swift/Codable.swift; sourceTree = ""; }; - 3E503AE05667F6F429BFF31A9663D2AE /* Promise+Retry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Retry.swift"; path = "Sources/Promises/Promise+Retry.swift"; sourceTree = ""; }; - 3E551FDC5A6BF59A387DE44A5B0CBD32 /* GULSwizzlingCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzlingCache.m; path = GoogleUtilities/SwizzlerTestHelpers/GULSwizzlingCache.m; sourceTree = ""; }; - 3E7C9012B97A056CBE87B80693B7C5E9 /* SVGElementInstanceList_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElementInstanceList_Internal.h; path = "Source/DOM classes/SVG-DOM/SVGElementInstanceList_Internal.h"; sourceTree = ""; }; + 3D7C99D81364CE1DF5E6964341DDCC86 /* EFQRCode-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EFQRCode-dummy.m"; sourceTree = ""; }; + 3D997E8F51F5E25EEFF80FC86FC113F0 /* GTMStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMStringEncoding.h; path = Foundation/GTMStringEncoding.h; sourceTree = ""; }; + 3DA2F65FAF3F64E7F26CA79361E17572 /* FIRCLSDataCollectionToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionToken.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m; sourceTree = ""; }; + 3DC4642F4D3281A7191732C8718112E5 /* IgnoreOutputSetOutputType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IgnoreOutputSetOutputType.swift; path = Sources/Operators/IgnoreOutputSetOutputType.swift; sourceTree = ""; }; + 3DCDBE9FDCC30178929BF0A883E52076 /* Validator-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Validator-umbrella.h"; sourceTree = ""; }; + 3E32265C4091F4A926F7C8F76F926F69 /* SVGFitToViewBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGFitToViewBox.h; path = "Source/DOM classes/SVG-DOM/SVGFitToViewBox.h"; sourceTree = ""; }; + 3E56DFD413DC4F29467CFF7A848CC964 /* MaterialActivityIndicator.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MaterialActivityIndicator.debug.xcconfig; sourceTree = ""; }; + 3E60D3A9F94737796FA69674A8BE0FF7 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; 3E7F4195EFC9B76CB99D66BFE01EAE3D /* Pods-iOS-UtilitiesTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-UtilitiesTests"; path = Pods_iOS_UtilitiesTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3E898FE4D1A3D39E131595033CD2770F /* NBMetadataHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBMetadataHelper.h; path = libPhoneNumber/NBMetadataHelper.h; sourceTree = ""; }; - 3E9297C1E6E86768B6027A255918286B /* TransformerHorizontalBarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformerHorizontalBarChart.swift; path = Source/Charts/Utils/TransformerHorizontalBarChart.swift; sourceTree = ""; }; - 3EB77B8B0F2936F9F32762B43E86856C /* Pods-iOS-PlatformUITests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUITests-Info.plist"; sourceTree = ""; }; - 3EDCA44E47CDAB80878BC9BEA33588AE /* FirebaseSessions.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseSessions.modulemap; sourceTree = ""; }; - 3EE4ECA541BDFB0C8076ADAF063952EA /* Attr.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Attr.m; path = "Source/DOM classes/Core DOM/Attr.m"; sourceTree = ""; }; - 3EEE9B977691FB589577C6081D8E5A53 /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; - 3EFBF99E3D749E858676333EF21304B0 /* Transition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transition.swift; path = SDWebImageSwiftUI/Classes/Transition/Transition.swift; sourceTree = ""; }; + 3E87141E532E54B5BB1F1316809280B0 /* SettingsProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SettingsProtocol.swift; path = FirebaseSessions/Sources/Settings/SettingsProtocol.swift; sourceTree = ""; }; + 3E8FC551FD7877C878DD5A2B8DEF0AFB /* Atributika.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Atributika.release.xcconfig; sourceTree = ""; }; + 3E925339137B9203AF787E3EBDC13889 /* NVActivityIndicatorAnimationLineScalePulseOutRapid.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineScalePulseOutRapid.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineScalePulseOutRapid.swift; sourceTree = ""; }; + 3EA14E935104BB14AED3A6644457FDDD /* FPRMemoryGaugeCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRMemoryGaugeCollector.h; path = FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeCollector.h; sourceTree = ""; }; + 3EEBBC8C2D4474CCA9D2005180019B30 /* RolloutAssignment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RolloutAssignment.swift; path = FirebaseRemoteConfig/Interop/RolloutAssignment.swift; sourceTree = ""; }; + 3EF22D70EF19ABB87D31477B499D5CAE /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; + 3F01AAB5CE4964BF589C3386AD507525 /* SVGKInlineResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKInlineResource.h; path = Source/Utils/SVGKInlineResource.h; sourceTree = ""; }; + 3F03BD77EAEF1BD2F3F490EBAC5FB35E /* AssignOwnership.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssignOwnership.swift; path = Sources/Operators/AssignOwnership.swift; sourceTree = ""; }; + 3F04EED10159170D5F752AB31D9A2544 /* RCNConfigExperiment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigExperiment.h; path = FirebaseRemoteConfig/Sources/RCNConfigExperiment.h; sourceTree = ""; }; + 3F081A148D75C4D7DE3EF2926571E4D6 /* GTMNSString+HTML.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSString+HTML.h"; path = "Foundation/GTMNSString+HTML.h"; sourceTree = ""; }; + 3F22EF651D861EC3A2C5C194B19C6ED9 /* GULSwizzler+Unswizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULSwizzler+Unswizzle.h"; path = "GoogleUtilities/SwizzlerTestHelpers/Public/GoogleUtilities/GULSwizzler+Unswizzle.h"; sourceTree = ""; }; 3F238BB22C5201CE689CAF2F766AED95 /* PromisesObjC-FBLPromises_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "PromisesObjC-FBLPromises_Privacy"; path = FBLPromises_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 3F23E5589B0DA655126F6848454FA176 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = SDWebImageSwiftUI/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 3F3AF162E05CF96133C18F1C5995BA3A /* GoogleToolboxForMac.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleToolboxForMac.modulemap; sourceTree = ""; }; - 3F66673D2367822D3262561F64E09FCC /* ZoomViewJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZoomViewJob.swift; path = Source/Charts/Jobs/ZoomViewJob.swift; sourceTree = ""; }; - 3F757D541E47A21178548C2A6787A9C4 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - 3F98C5502C6ED7E17597448E5FBE3E98 /* Pods-iOS-AppsFlyerStaticInjections-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-AppsFlyerStaticInjections-acknowledgements.markdown"; sourceTree = ""; }; - 3FB99F619F5EBE586A20AF8E92B74B89 /* FPRNSURLSessionInstrument_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLSessionInstrument_Private.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLSessionInstrument_Private.h; sourceTree = ""; }; - 3FDB8A3634E4F5A86E03B4FC9210B392 /* FPRConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConstants.h; path = FirebasePerformance/Sources/Common/FPRConstants.h; sourceTree = ""; }; - 3FEAA863B677742FC5AA2222E57C925D /* SDWebImageSwiftUI-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageSwiftUI-prefix.pch"; sourceTree = ""; }; - 3FEDBE0995E3427D96219C4BF4DE114C /* CSSStyleSheet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSStyleSheet.h; path = "Source/DOM classes/Core DOM/CSSStyleSheet.h"; sourceTree = ""; }; - 402A412A0ED5C84FCE2B99D201826039 /* FPRNetworkInstrumentHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNetworkInstrumentHelpers.m; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNetworkInstrumentHelpers.m; sourceTree = ""; }; - 404577E528498ADD830E27E54DE644FA /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = spm_resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 40620AD0A3F04F1CB528CE3E4BDA19D4 /* GTMMethodCheck.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMMethodCheck.h; path = DebugUtils/GTMMethodCheck.h; sourceTree = ""; }; - 406F074261E088BBE47A27D79CE16781 /* FPRRemoteConfigFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRRemoteConfigFlags.h; path = FirebasePerformance/Sources/Configurations/FPRRemoteConfigFlags.h; sourceTree = ""; }; - 406F7BDD563781E0384BBA3E82036026 /* IRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IRadarChartDataSet.swift; path = Source/Charts/Data/Interfaces/IRadarChartDataSet.swift; sourceTree = ""; }; - 407BCAA3020BFB551D265BBBCD073E06 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; - 407C279943307221FDEF656864825CA3 /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; - 40A60849916BFBB75B01E6C92DBBB1E7 /* NanoPB+CustomStringConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NanoPB+CustomStringConvertible.swift"; path = "FirebaseSessions/Sources/Development/NanoPB+CustomStringConvertible.swift"; sourceTree = ""; }; - 40B027B1BCFB1BDAFBA740A54BD2F203 /* FIRCLSSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettings.m; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.m; sourceTree = ""; }; - 40E63B6676D704B703A45EAEF01F58E5 /* SimpleKeychain.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SimpleKeychain.debug.xcconfig; sourceTree = ""; }; - 40E7DA745C0A6065403BE81069099EBC /* CandleStickChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleStickChartView.swift; path = Source/Charts/Charts/CandleStickChartView.swift; sourceTree = ""; }; - 4103C86128B98844838AFF293BA18E96 /* Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = Sources/Templates/Extensions.swift; sourceTree = ""; }; - 414150E12B1858751D7338E3B207BC2E /* FPRGDTEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTEvent.h; path = FirebasePerformance/Sources/Loggers/FPRGDTEvent.h; sourceTree = ""; }; - 416471EF4FCB2DA0E119135A537A4901 /* CALayer+RecursiveClone.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+RecursiveClone.h"; path = "Source/QuartzCore additions/CALayer+RecursiveClone.h"; sourceTree = ""; }; - 4170BD5336E5EA635EB281E3CFCFD7E2 /* Abacus.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Abacus.release.xcconfig; sourceTree = ""; }; - 417A0C6229B6A7A0F70D723A453F0D41 /* Random.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Random.swift; path = Sources/Random.swift; sourceTree = ""; }; - 417D7AA3F4509C5207087D59E2BB773C /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; - 41869962753EC3D78CD2AA7D713448BF /* PrefixWhileBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrefixWhileBehavior.swift; path = Sources/Operators/PrefixWhileBehavior.swift; sourceTree = ""; }; - 4194A31ACE81A2A4E680AB9CE3B1E3B0 /* Pods-iOS-ParticlesCommonModelsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-ParticlesCommonModelsTests-acknowledgements.markdown"; sourceTree = ""; }; - 41A22B71260AF00A912B5748E1842822 /* GTMGatherInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMGatherInputStream.h; path = Sources/Full/Public/GTMSessionFetcher/GTMGatherInputStream.h; sourceTree = ""; }; - 41CBD428E0256646554FC9A80B9A12F8 /* SVGKPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKPattern.h; path = Source/Utils/SVGKPattern.h; sourceTree = ""; }; + 3F50A56D06402CEBF2D7A411E90B0CEF /* NestedDiff.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NestedDiff.swift; path = Sources/Differ/NestedDiff.swift; sourceTree = ""; }; + 3F55FA99C9EAFA91F6D01F1D0EACDA4A /* StatsigEnvironment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigEnvironment.swift; path = Sources/Statsig/StatsigEnvironment.swift; sourceTree = ""; }; + 3F6EA73E532B2EAC2E59604C1F010B57 /* SDImageSVGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageSVGCoder.m; path = SDWebImageSVGCoder/Classes/SDImageSVGCoder.m; sourceTree = ""; }; + 3F9ACF1D9ED947E7B70C16A6AEBA69F9 /* FIRCLSConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSConstants.m; path = Crashlytics/Shared/FIRCLSConstants.m; sourceTree = ""; }; + 3F9D8B03B74C90539918583CA274B3F9 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; + 3FB3C2E1C64772246CE5E877887EACE7 /* Pods-iOS-ParticlesKit-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesKit-acknowledgements.plist"; sourceTree = ""; }; + 3FCB47A42E443AD338FCA0825EB5112C /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + 401DE883C90FCA30BA2CD33F5CE894B3 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + 4023D1050D42A2D18D7729924E8F25F5 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = Sources/Operators/RetryWhen.swift; sourceTree = ""; }; + 4036EBA1030B28AA05681E7B14DE5751 /* Comment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Comment.m; path = "Source/DOM classes/Core DOM/Comment.m"; sourceTree = ""; }; + 4066D1DABC13AB082A3FA0EB85CCEB81 /* Pods-iOS-dydxCartera-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxCartera-acknowledgements.plist"; sourceTree = ""; }; + 4068C3BD432BF54DDF586F0329EDA8F4 /* FirebaseSessions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseSessions-dummy.m"; sourceTree = ""; }; + 40779FA437B93986602F632F05DCDB8C /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; + 409BA783C9BAD36C67FAB4903053B4A2 /* Pods-iOS-AppsFlyerStaticInjections.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AppsFlyerStaticInjections.debug.xcconfig"; sourceTree = ""; }; + 40CCABBD1904DE4EAF375BBA904CC289 /* Pods-iOS-AmplitudeInjectionsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-AmplitudeInjectionsTests-acknowledgements.markdown"; sourceTree = ""; }; + 40DFDCEC3783F90F39AB909E791D0DAC /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = Source/Charts/Highlight/Range.swift; sourceTree = ""; }; + 40FB9459E31BCCE39792CEA7171F5CD5 /* DDTTYLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = Sources/CocoaLumberjack/DDTTYLogger.m; sourceTree = ""; }; + 4102B5D4F27AD46A4B6BA9BC20293447 /* FIRCrashlyticsReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlyticsReport.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h; sourceTree = ""; }; + 4110648172126B5661B56C05EF2807B5 /* Data Conversion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Data Conversion.swift"; path = "Sources/Data Conversion.swift"; sourceTree = ""; }; + 412666EFB00A7C3FCE3C2851E1571F85 /* Pods-iOS-PlatformUIJedioTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformUIJedioTests.modulemap"; sourceTree = ""; }; + 41295DD20DD049DAD5B454405FB2ED60 /* Amplitude+SSLPinning.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Amplitude+SSLPinning.h"; path = "Sources/Amplitude/Amplitude+SSLPinning.h"; sourceTree = ""; }; + 412AED52F5CC9A800773A76C76BF09B5 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; + 41301510BE50F6B9EC2C2909691CF51F /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; + 414CB9B3E3B8962803AAAF99FB369D5A /* JTContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTContent.h; path = JTCalendar/Protocols/JTContent.h; sourceTree = ""; }; + 4164CB504F4CA9498CA7236689899E72 /* PanModal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PanModal.debug.xcconfig; sourceTree = ""; }; + 416FEC1864420756FE56309F713BED58 /* FIRMessagingAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAnalytics.h; path = FirebaseMessaging/Sources/FIRMessagingAnalytics.h; sourceTree = ""; }; + 417A8B90792F5C70A61F5898331830A6 /* Modifiers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Modifiers.swift; path = Sources/SwiftUI/Modifiers.swift; sourceTree = ""; }; + 41D8352B1A39CD5B7C9BDB6B204D71C5 /* Atributika.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Atributika.debug.xcconfig; sourceTree = ""; }; 41D86A0024B5CE057D399B91CC354736 /* Pods-iOS-PlatformUIJedio */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformUIJedio"; path = Pods_iOS_PlatformUIJedio.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 41EEB320CC6D1FC093011792BE7ECC9F /* CDATASection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDATASection.h; path = "Source/DOM classes/Core DOM/CDATASection.h"; sourceTree = ""; }; + 41E7B1AF40D9EEA4839BE8C877FB9B68 /* Pods-iOS-ParticlesCommonModelsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesCommonModelsTests.release.xcconfig"; sourceTree = ""; }; + 4200913CFD7342154B311573BECCBB60 /* EFQRCode-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFQRCode-umbrella.h"; sourceTree = ""; }; + 4206D73A6AFFD6A32F69538275EFE9CC /* POPBasicAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimationInternal.h; path = pop/POPBasicAnimationInternal.h; sourceTree = ""; }; 421ABAD2F376C4185F388A387E2E4655 /* libPhoneNumber-iOS */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "libPhoneNumber-iOS"; path = libPhoneNumber_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 425E8326AFFE209468C37E499D27BD4A /* AnimatedViewPortJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedViewPortJob.swift; path = Source/Charts/Jobs/AnimatedViewPortJob.swift; sourceTree = ""; }; - 4261A88A40DC57C31B10604735FBC42A /* CharacterData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CharacterData.m; path = "Source/DOM classes/Core DOM/CharacterData.m"; sourceTree = ""; }; - 428EB21564E89326B0383E082266638D /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; - 42A2C3E4B97DC5B79B396592F2811575 /* POPGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPGeometry.h; path = pop/POPGeometry.h; sourceTree = ""; }; - 42A7BA4AFDB6A1658599998D6266E709 /* Pods-iOS-PlatformRouting-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformRouting-acknowledgements.plist"; sourceTree = ""; }; - 42BC9177FCE47E00979315F7F9750B78 /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; - 42ED23439D4C5E1FD1BE59F1E07E7F1D /* DDASLLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogger.h; sourceTree = ""; }; - 430890E1320D7A71E19904A4F9F0A1DD /* BigInt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BigInt.debug.xcconfig; sourceTree = ""; }; - 43176C98BB01A8ED4653DC4A683674B2 /* FirebaseRemoteConfigInterop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseRemoteConfigInterop-dummy.m"; sourceTree = ""; }; - 43203685CC2CB5AF627BBD71EC837D32 /* NSImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSImage+.swift"; path = "Source/NSImage+.swift"; sourceTree = ""; }; - 43585F3E5CF10BAE2D29583FE6657B26 /* GTMDebugThreadValidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMDebugThreadValidation.h; path = DebugUtils/GTMDebugThreadValidation.h; sourceTree = ""; }; - 436597CF8C04AF2818DAE178C98C80B4 /* BigInt-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BigInt-umbrella.h"; sourceTree = ""; }; - 4386D25F11B1FB14155EBE5606E55029 /* SVGKInlineResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKInlineResource.h; path = Source/Utils/SVGKInlineResource.h; sourceTree = ""; }; - 438879C33561DFD4CF4137C21752E244 /* Pods-iOS-dydxViewsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxViewsTests.modulemap"; sourceTree = ""; }; - 438E06553EE7D2825E0F34275C4077AC /* Amplitude.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Amplitude.h; path = Sources/Amplitude/Amplitude.h; sourceTree = ""; }; - 439306F53ACC0CE0A07DA63B93EA2771 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - 439E3F0D91270CF5C92CFEDFA964644A /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; - 43AC66FE85DD71111E7F7124575831B7 /* FPRUIViewControllerInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRUIViewControllerInstrument.h; path = FirebasePerformance/Sources/Instrumentation/UIKit/FPRUIViewControllerInstrument.h; sourceTree = ""; }; - 43CABA2E4C58218DEDE9C1666F6AFCCE /* Pods-iOS-ParticlesKitTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesKitTests-acknowledgements.plist"; sourceTree = ""; }; - 43CD8750B1C3BEEA60DEC65A1ACDE58C /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = Sources/Subjects/ReplaySubject.swift; sourceTree = ""; }; - 43ED5B9F999342C2E2DF35A4EAFDE904 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; - 4434AD3833C6666C91CEEF7B53104CAD /* JTCalendarScrollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarScrollManager.m; path = JTCalendar/Managers/JTCalendarScrollManager.m; sourceTree = ""; }; - 4435DE3F64BF405DE66002FCCECB39CB /* Pods-iOS-JedioKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-JedioKit-dummy.m"; sourceTree = ""; }; - 444168824ACD71A780912C0F89D2F752 /* Pods-iOS-dydxChart.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxChart.debug.xcconfig"; sourceTree = ""; }; - 444E7D381561D24BCDCF36DBEDE02D6E /* CharacterData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CharacterData.h; path = "Source/DOM classes/Core DOM/CharacterData.h"; sourceTree = ""; }; - 44681EDE3A0EA9407E465091B4291D7D /* Pods-iOS-dydxViews.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxViews.release.xcconfig"; sourceTree = ""; }; - 4486B4A91F5209EC278DEAE3BD4E9FD2 /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; - 449CEBD8F3C157327298CAB5946A6986 /* PanModalPresentable+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PanModalPresentable+UIViewController.swift"; path = "PanModal/Presentable/PanModalPresentable+UIViewController.swift"; sourceTree = ""; }; - 44B9CD092B3343E3F9DC9D3016FB8CD2 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 422155A86351DD14E348054DA17FB79B /* ABTExperimentPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ABTExperimentPayload.h; path = FirebaseABTesting/Sources/Private/ABTExperimentPayload.h; sourceTree = ""; }; + 4223A59C75BE52823BD05990831663CD /* Pods-iOS-dydxFormatterTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxFormatterTests-dummy.m"; sourceTree = ""; }; + 424521641C150F003CF481CB6D0E12E9 /* EFQRCodeMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeMode.swift; path = Source/EFQRCodeMode.swift; sourceTree = ""; }; + 424A857DF1EDE2AB3F74E3974ECCF08C /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; + 4261DC4E2401DF7E3183CDCCD7B6FADE /* FPRConsoleURLGenerator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConsoleURLGenerator.h; path = FirebasePerformance/Sources/Common/FPRConsoleURLGenerator.h; sourceTree = ""; }; + 4270C502DE6A09CA3D47597737091312 /* SVGRadialGradientElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGRadialGradientElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGRadialGradientElement.h"; sourceTree = ""; }; + 42A747547C53E2C668ACEDD4F5A5535A /* Pods-iOS-PlatformRouting-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformRouting-dummy.m"; sourceTree = ""; }; + 42AB5C06FD9BA09815C27ED87AAAF9D8 /* FIRStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h; sourceTree = ""; }; + 42B1B77AD3C5AA14970D629A01BF0AA6 /* Legend.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Legend.swift; path = Source/Charts/Components/Legend.swift; sourceTree = ""; }; + 42BDC95428C615C8CFCA347ECF4FAFC1 /* Pods-iOS-dydxCarteraTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxCarteraTests-umbrella.h"; sourceTree = ""; }; + 42DD9F68DC98058184CBCF67284265B9 /* Pods-iOS-dydxChartTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxChartTests.release.xcconfig"; sourceTree = ""; }; + 430282D825F31C3FC8A18300D59BD614 /* Pods-iOS-PlatformParticles-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformParticles-Info.plist"; sourceTree = ""; }; + 430444F8F7802659CA9E967ACA74BBB1 /* GTMSessionFetcherService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherService.m; path = Sources/Core/GTMSessionFetcherService.m; sourceTree = ""; }; + 430AFBA48D627B68EDD99CB7D998DB90 /* HMSegmentedControl-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HMSegmentedControl-umbrella.h"; sourceTree = ""; }; + 430DCB3B7A7493DE0FF9DBE8D69D8D68 /* FPRCPUGaugeData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRCPUGaugeData.h; path = FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeData.h; sourceTree = ""; }; + 431227362270A57A0425BF3F2F157A02 /* FPRAppActivityTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRAppActivityTracker.m; path = FirebasePerformance/Sources/AppActivity/FPRAppActivityTracker.m; sourceTree = ""; }; + 432C444407F67ADAF44AA3CA0B49408F /* GDTCORMetrics+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCORMetrics+GDTCCTSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Private/GDTCORMetrics+GDTCCTSupport.h"; sourceTree = ""; }; + 435CE2E41902742D30FF0F566C21AE9B /* ISPCertificatePinning.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ISPCertificatePinning.m; path = Sources/Amplitude/SSLCertificatePinning/ISPCertificatePinning.m; sourceTree = ""; }; + 435D3F434D4814AAED68892EAB9B1FBD /* Pods-iOS-Utilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-Utilities-dummy.m"; sourceTree = ""; }; + 437CE34416E7EFD9FE6C193D477B814E /* FIRCLSAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.h; sourceTree = ""; }; + 438D0CB9D309C494D00460CE4025249A /* FIRCLSRecordHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordHost.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m; sourceTree = ""; }; + 43C19EF9603711CBFD52CA04605EE427 /* DDLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = Sources/CocoaLumberjack/DDLog.m; sourceTree = ""; }; + 43C1A9C122D6B5256D3079BCB6C7FA3A /* DDContextFilterLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDContextFilterLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDContextFilterLogFormatter.m; sourceTree = ""; }; + 43C69B34E3C57470446D503A4BF3CBA8 /* FIRCLSExecutionIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExecutionIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m; sourceTree = ""; }; + 43F26C27159CD2FB6846D4A09BA3B8A0 /* Patch+Apply.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Patch+Apply.swift"; path = "Sources/Differ/Patch+Apply.swift"; sourceTree = ""; }; + 43F604091F800849160A10C37FB550A7 /* SVGKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVGKit-prefix.pch"; sourceTree = ""; }; + 43F86B5F11C9C032ABAA9A2B3A718FD6 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; + 4416A3E1AE8D602DE6C8F324788DFE5E /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; + 441745A2902630ACD20F0F5B56C7739B /* CSSStyleRule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSStyleRule.m; path = "Source/DOM classes/Core DOM/CSSStyleRule.m"; sourceTree = ""; }; + 443F6C64EC57041C1F7E8C17E61122B0 /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; + 44466C02E3614C82B43D735F4E5E660A /* HorizontalBarChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HorizontalBarChartRenderer.swift; path = Source/Charts/Renderers/HorizontalBarChartRenderer.swift; sourceTree = ""; }; + 4448817C017BB8B766EE06B4FAF25BE1 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; + 445162DB85603EE04C6BD2BE76E061A8 /* FPRInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRInstrument.h; path = FirebasePerformance/Sources/Instrumentation/FPRInstrument.h; sourceTree = ""; }; + 446EC9812663847CA5F6477CB7EBDCE2 /* PieChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartRenderer.swift; path = Source/Charts/Renderers/PieChartRenderer.swift; sourceTree = ""; }; + 44700A6ABDB77DA97D6156DDFC081ECF /* Pods-iOS-ParticlesKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesKitTests.release.xcconfig"; sourceTree = ""; }; + 449C42D89AA3D47CD069CE00FA89BEF7 /* GTMSessionFetcher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMSessionFetcher-dummy.m"; sourceTree = ""; }; + 44B256FA2A9E35E29095BAC26FFFF075 /* COSTouchVisualizer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = COSTouchVisualizer.release.xcconfig; sourceTree = ""; }; + 44B5A9D7DCCE07A5C091F974441B45DF /* SVGKParserDOM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserDOM.m; path = "Source/Parsers/Parser Extensions/SVGKParserDOM.m"; sourceTree = ""; }; + 44B95A162F884673D9F19FA2B8D14258 /* GTMDebugSelectorValidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMDebugSelectorValidation.h; path = DebugUtils/GTMDebugSelectorValidation.h; sourceTree = ""; }; + 44CB1D74A4E9D4B1388F00CC634A78E0 /* Pods-iOS-dydxStateManagerTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxStateManagerTests-umbrella.h"; sourceTree = ""; }; + 44D6F43D342EE8764B5DA4FFA9082016 /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = Sources/Common/Sink.swift; sourceTree = ""; }; 44E291D18340EAC3F761346198515323 /* GoogleUtilities-GoogleUtilities_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "GoogleUtilities-GoogleUtilities_Privacy"; path = GoogleUtilities_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 44ECAEEF15FBC621E4284ACB8282F054 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/Promises/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 4511C4B8E54A5CE975D96A310718D153 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; - 4512BFE5DAC59E13F420BEC6F0254365 /* Pods-iOS-WebParticles-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-WebParticles-Info.plist"; sourceTree = ""; }; - 45176297ED7D1EF54E4836A00F1F55BC /* NBPhoneNumberUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneNumberUtil.h; path = libPhoneNumber/NBPhoneNumberUtil.h; sourceTree = ""; }; - 4526CCDAC4FD5F27A5ABEED6400FE1F8 /* Pods-iOS-PlatformUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUI.release.xcconfig"; sourceTree = ""; }; - 4564161086EE8263CF9A42EC4C632F45 /* AMPUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPUtils.m; path = Sources/Amplitude/AMPUtils.m; sourceTree = ""; }; - 456422CED56661E9690E052A06AF81B0 /* Pods-iOS-RoutingKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-RoutingKit-dummy.m"; sourceTree = ""; }; - 45D7E1002CE69E10B27751E26E4E23B5 /* SDWebImageSVGCoder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageSVGCoder.release.xcconfig; sourceTree = ""; }; - 45ED13D4ABACB3969A3E6D2265C2CE31 /* Pods-iOS-dydxFormatter-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxFormatter-acknowledgements.plist"; sourceTree = ""; }; - 45FBFEEF2E07FBB4B8AA513E1E3D5FD0 /* SVGKParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParser.m; path = Source/Parsers/SVGKParser.m; sourceTree = ""; }; + 45190DDC2A8571A90B7543CC4F5750C6 /* DeviceEnvironment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeviceEnvironment.swift; path = Sources/Statsig/DeviceEnvironment.swift; sourceTree = ""; }; + 452110F43F20D38BFAD57CAB3173C722 /* SPMSwiftHeaderWorkaround.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SPMSwiftHeaderWorkaround.swift; path = FirebaseRemoteConfig/Swift/SPMSwiftHeaderWorkaround.swift; sourceTree = ""; }; + 4546874D4FC0AFD9016003E87F700355 /* FPRClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRClient.m; path = FirebasePerformance/Sources/FPRClient.m; sourceTree = ""; }; + 4560030A88AFF07E7790A420F59E571F /* AMPIdentify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPIdentify.h; path = Sources/Amplitude/AMPIdentify.h; sourceTree = ""; }; + 45601CDD1B4514FA251D97671862FFB9 /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; + 456343134C0E781D76B5C63B67ED6AAA /* ISPPinnedNSURLSessionDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ISPPinnedNSURLSessionDelegate.m; path = Sources/Amplitude/SSLCertificatePinning/ISPPinnedNSURLSessionDelegate.m; sourceTree = ""; }; + 45748E1684347B026860C228A1B156A1 /* ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist"; sourceTree = ""; }; + 458C4D72F9924C7088748A84A6FDFE36 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + 458E0FAC06472ACC263C36A1BE013659 /* MapToResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MapToResult.swift; path = Sources/Operators/MapToResult.swift; sourceTree = ""; }; + 459ECA37E524A81EF2FC81BBEEF33C64 /* EFQRCodeRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeRecognizer.swift; path = Source/EFQRCodeRecognizer.swift; sourceTree = ""; }; + 45C132A0CDE12FABCDDB9805E182106D /* SVGTextPositioningElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextPositioningElement.h; path = "Source/DOM classes/SVG-DOM/SVGTextPositioningElement.h"; sourceTree = ""; }; + 4624D3988943623EB728B9BF65B522F6 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + 462E0F4E95D84521C505B5D7E57B4054 /* Charts.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Charts.modulemap; sourceTree = ""; }; 465202918ED58B9BE770283C929453F0 /* Pods-iOS-UIToolkits */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-UIToolkits"; path = Pods_iOS_UIToolkits.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 468E700C65220CA0C9376A180810B51B /* Pods-iOS-UtilitiesTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UtilitiesTests-umbrella.h"; sourceTree = ""; }; - 46A0DA7DF6AE5D1B51EA0B5B0DC0C308 /* EFQRCode+GIF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EFQRCode+GIF.swift"; path = "Source/EFQRCode+GIF.swift"; sourceTree = ""; }; - 46F2DB4BF50B6D8CF14353B34EB2FEC9 /* IShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/IShapeRenderer.swift; sourceTree = ""; }; - 46FDAFCF09D3032514CA762EB04B310E /* COSTouchVisualizer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = COSTouchVisualizer.release.xcconfig; sourceTree = ""; }; - 47372263B8E91370DE5FCB7DD0C17EDB /* POPCustomAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCustomAnimation.h; path = pop/POPCustomAnimation.h; sourceTree = ""; }; - 475AC5F4EC36F42AF87453651BC542F8 /* Pods-iOS-UIToolkitsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIToolkitsTests-Info.plist"; sourceTree = ""; }; - 475F3AAB233B7396F59FB4470CFE5076 /* Installations+InstallationsProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Installations+InstallationsProtocol.swift"; path = "FirebaseSessions/Sources/Installations+InstallationsProtocol.swift"; sourceTree = ""; }; - 478A318055ACB839FCA6F8FEB824AB1F /* Pods-iOS-UIToolkits.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIToolkits.debug.xcconfig"; sourceTree = ""; }; - 47AA0C1EBF78C66B08F95EFB620744F0 /* Pods-iOS-UIAppToolkits-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UIAppToolkits-dummy.m"; sourceTree = ""; }; - 47BCD79C4D7D4BEFABA568E6DC23772C /* RCNConfigDBManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigDBManager.m; path = FirebaseRemoteConfig/Sources/RCNConfigDBManager.m; sourceTree = ""; }; - 47BDB22968277B6270B78A5D398E45FB /* SVGStyleElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGStyleElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGStyleElement.m"; sourceTree = ""; }; + 466AE865C7039912DA88C57AA333306A /* FIRMessagingCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinService.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinService.h; sourceTree = ""; }; + 468B8523AB1E2DFD30DCB676B28D4A35 /* SVGViewSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGViewSpec.h; path = "Source/DOM classes/SVG-DOM/SVGViewSpec.h"; sourceTree = ""; }; + 4692E999B39BAAD8526C02D1BBCCF93F /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cct.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; + 46981F4574BD82D2D6B5E136E07F43EC /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = ""; }; + 46AF8D74D6DC57835A51C86403EDAC30 /* Firebase-360edc41.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Firebase-360edc41.release.xcconfig"; sourceTree = ""; }; + 473CF713B27AF23F6BEEEF6D0629828A /* Differ-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Differ-dummy.m"; sourceTree = ""; }; + 475C89E06BB70783E2FB18CE8FD84C72 /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; + 475F34E71CCF60B0A07D88F5990C864A /* Pods-iOS-PlatformParticlesTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformParticlesTests-umbrella.h"; sourceTree = ""; }; + 4764516205C25106DAC974CDF937E8F1 /* Pods-iOS-dydxV4Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxV4Tests-Info.plist"; sourceTree = ""; }; + 4767CD3D2091841D6B9509F2671A2BD4 /* NVActivityIndicatorShape.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorShape.swift; path = Sources/Base/NVActivityIndicatorShape.swift; sourceTree = ""; }; + 477E54E51285F3E75C7FA5C5031BECBE /* POPLayerExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPLayerExtras.h; path = pop/POPLayerExtras.h; sourceTree = ""; }; + 47BC1D85068DEBA7E1A9A7ADDFF7ED26 /* NVActivityIndicatorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorView.swift; path = Sources/Base/NVActivityIndicatorView.swift; sourceTree = ""; }; 47C581450CDB4A6111CB97EEE0711A8C /* FirebaseInstallations-FirebaseInstallations_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "FirebaseInstallations-FirebaseInstallations_Privacy"; path = FirebaseInstallations_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 481420E74B910CCDCF489C32AE0EFE1D /* Pods-iOS-WebParticlesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-WebParticlesTests.release.xcconfig"; sourceTree = ""; }; - 4816FBD021B65EBB17E2D8BBBA6D9640 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - 482ABE8DCD5608927515A4EFF0D43CA4 /* FirebaseSessions-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseSessions-Info.plist"; sourceTree = ""; }; - 4852537CCD1A6CB05AF19065F604CBA3 /* DocumentFragment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DocumentFragment.m; path = "Source/DOM classes/Core DOM/DocumentFragment.m"; sourceTree = ""; }; - 485D9397756486E590342A684FC32CDC /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h; sourceTree = ""; }; - 486CB7D710B89C5811AA249E31859DB4 /* Pods-iOS-dydxFormatterTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxFormatterTests-acknowledgements.plist"; sourceTree = ""; }; - 489A66FAC7ACB7627650C10FFEC5F8CC /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + 47C9E324C3A2808320E9974C11FB33FF /* CircleShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CircleShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/CircleShapeRenderer.swift; sourceTree = ""; }; + 47E067F71FAAF9EAF3D21F63B8226F92 /* SVGKSourceLocalFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSourceLocalFile.m; path = Source/Sources/SVGKSourceLocalFile.m; sourceTree = ""; }; + 47F2F5B3D522E87169B7BA8523A9EC00 /* RCNConfigSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigSettings.h; path = FirebaseRemoteConfig/Sources/Private/RCNConfigSettings.h; sourceTree = ""; }; + 48077E5796805207B83125EB3F38463E /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + 48464690EFF018E49D14069CCC22C056 /* CGRect+Center.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGRect+Center.swift"; path = "MaterialActivityIndicator/Classes/Extensions/CGRect+Center.swift"; sourceTree = ""; }; + 48520221D459B5C2BF2665D9037278DA /* FPRGDTEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGDTEvent.m; path = FirebasePerformance/Sources/Loggers/FPRGDTEvent.m; sourceTree = ""; }; + 4863F7BDC1F345E61F851BCDCD51B3A2 /* FPRDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRDiagnostics.m; path = FirebasePerformance/Sources/Common/FPRDiagnostics.m; sourceTree = ""; }; + 4878E2C442BAE39CDDED52917C7F0573 /* NVActivityIndicatorAnimationBallRotate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallRotate.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallRotate.swift; sourceTree = ""; }; + 487CAA4709650BE36085DBF0E6F9F9C4 /* FirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h; sourceTree = ""; }; 48C2F136F207509EE4860DEDB0E54EAB /* Pods-iOS-CameraParticles */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-CameraParticles"; path = Pods_iOS_CameraParticles.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 48CAE73E44790A2192D8AF6D89E95789 /* JTCalendarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarManager.h; path = JTCalendar/JTCalendarManager.h; sourceTree = ""; }; - 48CE3B59E2DD4B462FA33CE69857C25A /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 48D4F7C45ABECE622F026CF0A7991F38 /* LocalOverrideSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalOverrideSettings.swift; path = FirebaseSessions/Sources/Settings/LocalOverrideSettings.swift; sourceTree = ""; }; - 48D533B1A444259E39CFEE50F74A45C0 /* FIRCLSDataCollectionToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionToken.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m; sourceTree = ""; }; - 48EA455F96365FB0B7FAD375D92918F8 /* Pods-iOS-PlatformParticles.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformParticles.modulemap"; sourceTree = ""; }; - 48F3AB176CB6045CF24DA8C1038F91F2 /* NVActivityIndicatorAnimationLineScaleParty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineScaleParty.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineScaleParty.swift; sourceTree = ""; }; - 490B543D1583B3E70148E30050B118F2 /* SVGCircleElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGCircleElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGCircleElement.h"; sourceTree = ""; }; + 48CCE26678848C18D4053CA189AECF4F /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + 48E5BA7B01BA6146F70B4C9D184D8572 /* Pods-iOS-ParticlesKitTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-ParticlesKitTests.modulemap"; sourceTree = ""; }; + 48ECA1ECE14DDAAE06C6FBA6585C95D1 /* FPRGaugeCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGaugeCollector.h; path = FirebasePerformance/Sources/Gauges/FPRGaugeCollector.h; sourceTree = ""; }; + 48EF131AC4B65E6BB7A8C68E9921D172 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + 48F50D70A338E82109A9CFC600F73AA8 /* FIRCLSApplicationIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplicationIdentifierModel.h; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h; sourceTree = ""; }; + 48FE73DD730714A92AC9A9FBCE4FED41 /* FPRSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRSessionManager.h; path = FirebasePerformance/Sources/AppActivity/FPRSessionManager.h; sourceTree = ""; }; + 49014D0EA510007618FE2A83E42ED1B3 /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; + 4902CA43E35BD1FC90993E842947E864 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + 4905FFBFE26BDDAE3CCB4121B931ECDA /* FIRRemoteConfigComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRRemoteConfigComponent.m; path = FirebaseRemoteConfig/Sources/FIRRemoteConfigComponent.m; sourceTree = ""; }; 4919E5F2B6A6807BB518ABF82953B627 /* EFQRCode */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = EFQRCode; path = EFQRCode.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 492860E1E3BC65A6648BABDFD3BFDC6B /* FirebaseCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCrashlytics-dummy.m"; sourceTree = ""; }; - 49701D92C7D2A5CC8EEFDF80D6961C28 /* FloatingPanel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FloatingPanel-umbrella.h"; sourceTree = ""; }; + 4928E145AF47CF3FA15B52F453FE434E /* PopoverUtilities.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverUtilities.swift; path = Sources/PopoverUtilities.swift; sourceTree = ""; }; + 4941F769FAE39A52677C847D3C0167D6 /* GTMNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSData+zlib.h"; path = "Foundation/GTMNSData+zlib.h"; sourceTree = ""; }; + 4953003F9854CC884424AE9455F9FC9D /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; + 495D3EAD3762EC6348062B093A8528AB /* Pods-iOS-ParticlesCommonModelsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-ParticlesCommonModelsTests.modulemap"; sourceTree = ""; }; + 49674458C532D98B299DC3767B91CED2 /* Pods-iOS-CameraParticlesTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-CameraParticlesTests-dummy.m"; sourceTree = ""; }; + 496C3BC29E240263AD1C9456696D550B /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; + 498CE93C84B33D475B03DF6BD72D8779 /* FIRCLSUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUtility.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m; sourceTree = ""; }; + 498EC72C31F150B272E8A41C6274BD3A /* Pods-iOS-ParticlesCommonModels.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-ParticlesCommonModels.modulemap"; sourceTree = ""; }; + 4992F36A544490A78013E417D592CC2C /* ExtendedPatch+Apply.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ExtendedPatch+Apply.swift"; path = "Sources/Differ/ExtendedPatch+Apply.swift"; sourceTree = ""; }; 49A2E402F2601F686FA94810EA68FA3D /* Pods-iOS-PlatformParticlesTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformParticlesTests"; path = Pods_iOS_PlatformParticlesTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 49A451CB1A51E86480EBBE2B56C7AA11 /* DataApproximator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataApproximator.swift; path = Source/Charts/Filters/DataApproximator.swift; sourceTree = ""; }; - 49B3565B75D855538501DA74322E5317 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; - 49D67EB156241937BCAF61BDFF610263 /* JTCalendarPage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarPage.h; path = JTCalendar/Protocols/JTCalendarPage.h; sourceTree = ""; }; - 49EEEB44D486784DC99E5EC2DB0D87CE /* Pods-iOS-dydxStateManagerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxStateManagerTests.release.xcconfig"; sourceTree = ""; }; - 49F3FF2F3559BA9D4C07427BAC453553 /* Promise+Testing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Testing.swift"; path = "Sources/Promises/Promise+Testing.swift"; sourceTree = ""; }; - 49F461F097EEDCFDF813AB95FF109F88 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; - 4A0653318D23912D8F4ED5F48045FE0B /* FIRMessagingPersistentSyncMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPersistentSyncMessage.m; path = FirebaseMessaging/Sources/FIRMessagingPersistentSyncMessage.m; sourceTree = ""; }; - 4A09A70860AAACB42040DD80ADB6FDED /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 4A1F9E8C2E0BB67A1B25215D6081A30F /* IValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IValueFormatter.swift; path = Source/Charts/Formatters/IValueFormatter.swift; sourceTree = ""; }; - 4A277E478EC8D24653731C773917C46C /* FirebaseCoreInternal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.debug.xcconfig; sourceTree = ""; }; - 4A291DB6714E077591BA2BD6C21D40F4 /* SVGKSourceString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSourceString.m; path = Source/Sources/SVGKSourceString.m; sourceTree = ""; }; - 4A4CDF27E84DBD6FBA6E8D7AFFC03560 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h; sourceTree = ""; }; - 4A5766DA6E838D2CA90DDAB740ED5E25 /* GULSwizzledObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzledObject.h; path = GoogleUtilities/ISASwizzler/Public/GoogleUtilities/GULSwizzledObject.h; sourceTree = ""; }; - 4A5BECE406CC18458EFDFC043392D84E /* FIRMessagingRemoteNotificationsProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRemoteNotificationsProxy.h; path = FirebaseMessaging/Sources/FIRMessagingRemoteNotificationsProxy.h; sourceTree = ""; }; - 4A5F38236A519D055D15AB2C88CA5CB6 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = FirebaseCore/Sources/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 4A74AB40E2D904C8F4860D0E84AE99E7 /* GDTCORTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTargets.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h; sourceTree = ""; }; - 4A7B576D834D4688983CE57A969A338D /* IPieChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IPieChartDataSet.swift; path = Source/Charts/Data/Interfaces/IPieChartDataSet.swift; sourceTree = ""; }; - 4A806AA49DE56F8DFD99DF33ACA48F8D /* GULRuntimeSnapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeSnapshot.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeSnapshot.m; sourceTree = ""; }; - 4A876374B1E09E5A63813D0C0BBC5AE6 /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; - 4A8B327493DD6A322636D8667D880BCC /* Pods-iOS-WebParticlesTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-WebParticlesTests.modulemap"; sourceTree = ""; }; - 4A9762C858D337E67CFB2D9346E17954 /* Pods-iOS-PlatformRouting-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformRouting-dummy.m"; sourceTree = ""; }; - 4AA60C31819CA6E1EF353ACE88AC23BE /* Pods-iOS-FirebaseStaticInjections-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-FirebaseStaticInjections-dummy.m"; sourceTree = ""; }; - 4AB6EEB13A18AB6BBCB07A1F65D07F26 /* StyleSheetList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StyleSheetList.h; path = "Source/DOM classes/Core DOM/StyleSheetList.h"; sourceTree = ""; }; - 4AC65393B303D3CFB49B635F6ED15119 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; - 4AD753737A9740FD2AD20B866CBE92DD /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; - 4AE28CAEC64C1452D2F1D2F53321A517 /* SVGKParserExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserExtension.h; path = Source/Parsers/SVGKParserExtension.h; sourceTree = ""; }; - 4AE86B4D334FC8195DBEBBCA9BC524D1 /* Node.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Node.h; path = "Source/DOM classes/Core DOM/Node.h"; sourceTree = ""; }; - 4AF3440DEA579B7BD64CC11E96E25A28 /* Differ.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Differ.debug.xcconfig; sourceTree = ""; }; - 4B1247D776F97E187266FF45797E0D79 /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = Sources/Convenience/Optional.swift; sourceTree = ""; }; - 4B6A49010CCED3123E3A7F1E4B702EFB /* RCNConfigFetch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigFetch.m; path = FirebaseRemoteConfig/Sources/RCNConfigFetch.m; sourceTree = ""; }; - 4B742EE3A45A3D8C745EB4D63351C150 /* FIRHTTPMetric+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRHTTPMetric+Private.h"; path = "FirebasePerformance/Sources/Instrumentation/FIRHTTPMetric+Private.h"; sourceTree = ""; }; - 4B876502C2100BDC5BD048687E3C899E /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - 4B9CBB79883544B19635E17399EE8092 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - 4BAB9D5FF8987D7D15894A68969AED88 /* FPRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConfiguration.h; path = FirebasePerformance/Sources/FPRConfiguration.h; sourceTree = ""; }; - 4BC1E63D7738CDFBE8F66C25FB8FF4C8 /* Pods-iOS-ParticlesKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesKit-Info.plist"; sourceTree = ""; }; - 4C0D0AD5CB02DA6260A1A5DC0C286F67 /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; - 4C1AC8CB5A2E1A3CE923CA469552F007 /* NVActivityIndicatorAnimationLineScalePulseOutRapid.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineScalePulseOutRapid.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineScalePulseOutRapid.swift; sourceTree = ""; }; - 4C3D23CC6F312B568E71437FD393DAC6 /* FirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebasePerformance.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FirebasePerformance.h; sourceTree = ""; }; - 4C4B253AAAD19376E3968CBADA6ECA17 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - 4C5B31934ADB111B6474073343913D3A /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - 4C69FBA5FA2ED72760F381E5C820A457 /* ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist"; sourceTree = ""; }; - 4C95B26173A671968471896F5CA16513 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; - 4CB8E7A4B1FB54553E243E6689881F57 /* FIRMessagingLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingLogger.m; path = FirebaseMessaging/Sources/FIRMessagingLogger.m; sourceTree = ""; }; - 4CBDF2E572B8B96955C0E2DD35AC65A0 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; - 4CC08FE893E903FE09B789F7549BDA05 /* Pods-iOS-dydxFormatterTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxFormatterTests.release.xcconfig"; sourceTree = ""; }; - 4CEAD03AE19534818DA7FDBEE513878A /* Pods-iOS-dydxCartera-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxCartera-acknowledgements.plist"; sourceTree = ""; }; - 4CEF51DCF87D48912795793EABCD023B /* FIRMessagingLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingLogger.h; path = FirebaseMessaging/Sources/FIRMessagingLogger.h; sourceTree = ""; }; - 4CF4C031A0F71BF4A9BD8EFF3A32E4C7 /* FIRMessagingDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDefines.h; path = FirebaseMessaging/Sources/FIRMessagingDefines.h; sourceTree = ""; }; - 4D01E5D966E947DFB9900A7DCC81B2C2 /* SVGKExporterUIImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKExporterUIImage.m; path = Source/Exporters/SVGKExporterUIImage.m; sourceTree = ""; }; - 4D2189EE46FED697748742B5804139D8 /* SVGKParserPatternsAndGradients.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserPatternsAndGradients.h; path = "Source/Parsers/Parser Extensions/SVGKParserPatternsAndGradients.h"; sourceTree = ""; }; - 4D282A3B561C3D1740307C537DF78EFC /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; - 4D346969587FACF9545693D25AC49E3B /* YAxisRendererRadarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YAxisRendererRadarChart.swift; path = Source/Charts/Renderers/YAxisRendererRadarChart.swift; sourceTree = ""; }; - 4D4821A7C26CE39F4F5EA2617E679991 /* SDImageSVGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageSVGCoder.m; path = SDWebImageSVGCoder/Classes/SDImageSVGCoder.m; sourceTree = ""; }; - 4D5C2541AFB61220E823F62ECA848B00 /* FirebaseSharedSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseSharedSwift-umbrella.h"; sourceTree = ""; }; - 4D631D07D8F32E11D68B35F0144F75BA /* FIRMessagingTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenManager.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenManager.h; sourceTree = ""; }; - 4D6DEBE913E4348C1111515897C6F482 /* RCNDevice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNDevice.m; path = FirebaseRemoteConfig/Sources/RCNDevice.m; sourceTree = ""; }; - 4D8A29B70D521E5997B3B9C10BEE5A5B /* POPAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAction.h; path = pop/POPAction.h; sourceTree = ""; }; - 4D8A5DEC1522246FF12D397600483A23 /* HeartbeatStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatStorage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift; sourceTree = ""; }; + 49A704B042BEE2D3977711E73579B4A7 /* Installations+InstallationsProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Installations+InstallationsProtocol.swift"; path = "FirebaseSessions/Sources/Installations+InstallationsProtocol.swift"; sourceTree = ""; }; + 49ABBE3196C70B90E974F2CDC47E9F2A /* IndexAxisValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IndexAxisValueFormatter.swift; path = Source/Charts/Formatters/IndexAxisValueFormatter.swift; sourceTree = ""; }; + 49AD4F9FF01A0AC6B9DA5DCB023C9F74 /* Pods-iOS-dydxPresenters-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxPresenters-acknowledgements.plist"; sourceTree = ""; }; + 49AE8C128C8DC1C8172E6F47F37FE330 /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + 49B899E256A413CBF9F217D2454C753F /* CSSRule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSRule.m; path = "Source/DOM classes/Core DOM/CSSRule.m"; sourceTree = ""; }; + 49D56B7EBC04E7305D6DF198AD6B0C6A /* FirebaseCoreInternal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-prefix.pch"; sourceTree = ""; }; + 4A3094E5185CC1E4936E4366F0BF4A0C /* NVActivityIndicatorAnimationBallTrianglePath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallTrianglePath.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallTrianglePath.swift; sourceTree = ""; }; + 4A3351522375FB8489570837673601E8 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + 4A3417CAB3D131C8184BEA76C60C3849 /* FIRCLSdSYM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSdSYM.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.h; sourceTree = ""; }; + 4A3F67DB7303E1B9C8B44DAE1888E610 /* EFQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EFQRCode.h; path = Source/EFQRCode.h; sourceTree = ""; }; + 4A4673F3F1BC6846C8E0CE5C693CF988 /* String+Style.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+Style.swift"; path = "Sources/Core/String+Style.swift"; sourceTree = ""; }; + 4A6C892FA4301D99202B8545AFEB7344 /* SVGTextPositioningElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTextPositioningElement.m; path = "Source/DOM classes/SVG-DOM/SVGTextPositioningElement.m"; sourceTree = ""; }; + 4A9709BAFB4847204D958DA8C08634CE /* ValidationRuleURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleURL.swift; path = Validator/Sources/Rules/ValidationRuleURL.swift; sourceTree = ""; }; + 4AC651C8D57CF5E6ACE2C1DB45582C2D /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_common.c; sourceTree = ""; }; + 4AD7935D20F1709F32BB1E97E584FD35 /* AMPDatabaseHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPDatabaseHelper.h; path = Sources/Amplitude/AMPDatabaseHelper.h; sourceTree = ""; }; + 4B07E407C3AE8832945B97FA88BD722F /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + 4B13949F27434553AABDBAF2CA94BCE0 /* ValidationRuleContains.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleContains.swift; path = Validator/Sources/Rules/ValidationRuleContains.swift; sourceTree = ""; }; + 4B363C96F39BE7E97EB8BF52CCF22DCF /* KVOController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-umbrella.h"; sourceTree = ""; }; + 4B44D2DC38437933AECCB5A2505362F9 /* StyleSheet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StyleSheet.h; path = "Source/DOM classes/Core DOM/StyleSheet.h"; sourceTree = ""; }; + 4B572F374948D78E1F4D2AB4719001E3 /* FPRPerfDate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRPerfDate.m; path = FirebasePerformance/Sources/Common/FPRPerfDate.m; sourceTree = ""; }; + 4B5E6F71D16BA904E07300682D2E71AF /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h; sourceTree = ""; }; + 4B75FBB2724D2306EA693F9BD3CE347A /* MarkerImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarkerImage.swift; path = Source/Charts/Components/MarkerImage.swift; sourceTree = ""; }; + 4B76702ABC30C68C9BBBD306A0DD5772 /* SVGStylable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGStylable.h; path = "Source/DOM classes/SVG-DOM/SVGStylable.h"; sourceTree = ""; }; + 4B807D36DEB0292C7143C7EAEA081E54 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; + 4B808E1E5EFADEDEDD419E502BBBEDB6 /* DDLog+LOGV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDLog+LOGV.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog+LOGV.h"; sourceTree = ""; }; + 4B9DA35A4841162F97194429719C2365 /* XAxisRendererRadarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XAxisRendererRadarChart.swift; path = Source/Charts/Renderers/XAxisRendererRadarChart.swift; sourceTree = ""; }; + 4BB48BF06DFF66DA755C08263DA350B3 /* Pods-iOS-dydxFormatter-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxFormatter-acknowledgements.markdown"; sourceTree = ""; }; + 4BBB18BDC948C94696486C854649627B /* FIRLifecycleEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLifecycleEvents.h; path = FirebaseABTesting/Sources/Public/FirebaseABTesting/FIRLifecycleEvents.h; sourceTree = ""; }; + 4BCC12CB1390EC4F81D19331FA61964B /* FIRMessagingContextManagerService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingContextManagerService.m; path = FirebaseMessaging/Sources/FIRMessagingContextManagerService.m; sourceTree = ""; }; + 4BFBFBAF8105D8B81D501F45C5942A84 /* Pods-iOS-RoutingKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-RoutingKit-dummy.m"; sourceTree = ""; }; + 4BFBFF9955AED91189C24B9DA79F9CDF /* AMPTrackingOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPTrackingOptions.h; path = Sources/Amplitude/AMPTrackingOptions.h; sourceTree = ""; }; + 4C2EE1212271EFBD0457475C4B7BE443 /* SVGLength.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGLength.h; path = "Source/DOM classes/SVG-DOM/SVGLength.h"; sourceTree = ""; }; + 4C2F7AC2FE3EBE0EB4039CE3FFE3DA48 /* Pods-iOS-dydxStateManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxStateManager.modulemap"; sourceTree = ""; }; + 4C39636A4AB63CC9D4C3D8BB1AA110E2 /* ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist"; sourceTree = ""; }; + 4C474DC6E3B614EFCB20E72BA27FBCBA /* Promise+Race.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Race.swift"; path = "Sources/Promises/Promise+Race.swift"; sourceTree = ""; }; + 4C4890F64A279C71762DE4F85A0383B3 /* iCarousel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iCarousel-umbrella.h"; sourceTree = ""; }; + 4C4F983F9B8C21EE3DBD4F047C6786F1 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + 4C580A34BA17FC5942ABF68C3FDD49C8 /* SVGKSourceNSData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSourceNSData.h; path = Source/Sources/SVGKSourceNSData.h; sourceTree = ""; }; + 4CB3D765C4AE7373ACB36BE76AA76AEE /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + 4CBD57F6F4A03BB3C2EA6502CD8F2027 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + 4D308E7AB961E86ABB59A7AE917AEF59 /* PanModalPresenter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresenter.swift; path = PanModal/Presenter/PanModalPresenter.swift; sourceTree = ""; }; + 4D51FA93CF2885B9DAEC21AEBE52D8D4 /* BigInt-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BigInt-prefix.pch"; sourceTree = ""; }; + 4D5C6E3A83D4B0FA38912E1C549BE5C1 /* FPRMemoryGaugeData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRMemoryGaugeData.h; path = FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeData.h; sourceTree = ""; }; + 4D6B6902A0A0C8C0EFD5212EC3E6D841 /* ObjectOwnership.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectOwnership.swift; path = Sources/Models/ObjectOwnership.swift; sourceTree = ""; }; + 4D78252C6365D70AE6EF6F5E6EEB9509 /* FIRCLSAnalyticsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAnalyticsManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h; sourceTree = ""; }; + 4D81A1028DCD392C282CF41025AA5824 /* ReachabilitySwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReachabilitySwift-umbrella.h"; sourceTree = ""; }; 4DB03FD262B678178A44272143846563 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "FirebaseCoreInternal-FirebaseCoreInternal_Privacy"; path = FirebaseCoreInternal_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 4DBD7AC6A519E56223FE8DD3A2C78CA5 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; - 4DC0C6A4E0E24795FB55E469FABD374B /* RCNUserDefaultsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNUserDefaultsManager.m; path = FirebaseRemoteConfig/Sources/RCNUserDefaultsManager.m; sourceTree = ""; }; - 4DD237A949E6658998AAF2399FD8106C /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h; sourceTree = ""; }; - 4DE7FF9CBDEBBADCEE72D0D1685AE42B /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - 4E09D2906C2FAFC7E68937F900DEB29F /* GULRuntimeDiff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeDiff.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeDiff.m; sourceTree = ""; }; - 4E17A7C568BB5A83244BEE3254440AFF /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - 4E2ECA7AC4F5D74B98B3FE99A7B5A55F /* Pods-iOS-PlatformUI-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformUI-umbrella.h"; sourceTree = ""; }; - 4E53FF2AFD28D8029AA3CE5A7AEC37E3 /* Atributika-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Atributika-umbrella.h"; sourceTree = ""; }; - 4E87AA2E22FCABB61057D9336FDB8C36 /* FPRNanoPbUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNanoPbUtils.m; path = FirebasePerformance/Sources/FPRNanoPbUtils.m; sourceTree = ""; }; - 4E9E163BA4CCFEC399A11F378B295BF9 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; - 4EA0B189F5F880E60F5B443356E4A525 /* ZSWTappableLabelAccessibilityActionLongPress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabelAccessibilityActionLongPress.m; path = ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m; sourceTree = ""; }; - 4EAC067E34BDFFAC369F2DD1C153EB96 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 4EAC9A8BBC6FA798896D3B4D5334B642 /* COSTouchVisualizerWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = COSTouchVisualizerWindow.h; path = Classes/COSTouchVisualizerWindow.h; sourceTree = ""; }; - 4EB0815DAA47A164F808A2AAB723C21A /* Pods-iOS-RoutingKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-RoutingKit-umbrella.h"; sourceTree = ""; }; - 4EB50C0C3204BBD14744809CA2A61F49 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 4EBA229F0C0309E345B9655C1640808D /* FPRRemoteConfigFlags.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRRemoteConfigFlags.m; path = FirebasePerformance/Sources/Configurations/FPRRemoteConfigFlags.m; sourceTree = ""; }; - 4EBD658B3724D571C7E61F52E003A3BF /* FIRMessagingRmqManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRmqManager.m; path = FirebaseMessaging/Sources/FIRMessagingRmqManager.m; sourceTree = ""; }; - 4ECA3715B7063D31CBDB78763D2C0C06 /* CocoaLumberjack-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CocoaLumberjack-Info.plist"; sourceTree = ""; }; + 4DD74EE0E00FCB1959B1D3E972739121 /* NodeList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NodeList.m; path = "Source/DOM classes/Core DOM/NodeList.m"; sourceTree = ""; }; + 4DDED370B56FEC896A2546B3CD5E4228 /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; + 4DF1CC7DB2D99CA06424971A8F6724AE /* DemandBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DemandBuffer.swift; path = Sources/Common/DemandBuffer.swift; sourceTree = ""; }; + 4DF975FD4B348E1D8A439C2379F5B052 /* FPRNSURLSessionDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLSessionDelegate.m; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLSessionDelegate.m; sourceTree = ""; }; + 4DFAB7A48E84D8F5DFD4017114B46762 /* FIRCLSReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h; sourceTree = ""; }; + 4E1A3F03A07BFD07D5B3CFCF9DD27E39 /* libPhoneNumber-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "libPhoneNumber-iOS.debug.xcconfig"; sourceTree = ""; }; + 4E1E34A9FA7377722E5359B158CD2D0E /* POPBasicAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPBasicAnimation.mm; path = pop/POPBasicAnimation.mm; sourceTree = ""; }; + 4E212511E5895F1F908F301374ED2517 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + 4E4B8802F7D62FAF7E79256431EC156E /* RadarChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartData.swift; path = Source/Charts/Data/Implementations/Standard/RadarChartData.swift; sourceTree = ""; }; + 4E52E392E35B2CBDD34909C511C29C08 /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; + 4E58ADD7CEFBAB14A0DE4F72F7829A3F /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; + 4E63E5B3B3642331E4165DCB10729C02 /* ChartViewBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartViewBase.swift; path = Source/Charts/Charts/ChartViewBase.swift; sourceTree = ""; }; + 4E648148B3AA392B21BFF41DB8892776 /* Pods-iOS-FirebaseStaticInjections-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-FirebaseStaticInjections-Info.plist"; sourceTree = ""; }; + 4EA04092F5366B962F13A29F64233C16 /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; + 4EA2807097E9B42F67BF7CEB514098F7 /* Pods-iOS-WebParticles-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-WebParticles-Info.plist"; sourceTree = ""; }; 4EE10662D9D779E124B2DE0C5B878BB5 /* Pods-iOS-RoutingKitTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-RoutingKitTests"; path = Pods_iOS_RoutingKitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4F031C714777AA54673203F412EBEA22 /* Multiplication.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multiplication.swift; path = Sources/Multiplication.swift; sourceTree = ""; }; - 4F0594949F970E9E6F373707D4E32E0D /* JTVerticalCalendarView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTVerticalCalendarView.m; path = JTCalendar/Views/JTVerticalCalendarView.m; sourceTree = ""; }; - 4F0C261A032B35E8CA24B940E79882B8 /* NSColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSColor+.swift"; path = "Source/NSColor+.swift"; sourceTree = ""; }; - 4F17C5858F28AB02B5D5912786BE2A00 /* FIRCLSSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettingsManager.m; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.m; sourceTree = ""; }; - 4F1EB24489E6D99444D64E23126E0675 /* FirebaseMessaging.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.release.xcconfig; sourceTree = ""; }; - 4F23B8B47AB4B5C847A25886162D8C37 /* Atributika-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Atributika-dummy.m"; sourceTree = ""; }; - 4F24E5E66195931FF9A6799AF6B90549 /* GTMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = GTMDefines.h; sourceTree = ""; }; - 4F290DBC3032C4E7A75C6493B6C1C720 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - 4F528FF0E52E0F5CA2620F830F44E754 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - 4F57FA4168C94E7AAE64269BD4E24A23 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 4F6A7F2056F8848A8C52877794CA0F2D /* SVGLength.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGLength.h; path = "Source/DOM classes/SVG-DOM/SVGLength.h"; sourceTree = ""; }; - 4F6E45BFE54F0287DAFD918E43DAFD07 /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = Sources/Operators/Enumerated.swift; sourceTree = ""; }; - 4F7E017D6B59EB8B903C9EFF1C0410C8 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - 4F812BEA12E7ECE617502887CB7278A6 /* FIRCLSOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h; sourceTree = ""; }; - 4FA2D018B724A42F9075FDF747275EBA /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; - 4FB13647A31F7BB18AF288DFB1B5B7B1 /* external_privacy_context.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = external_privacy_context.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/external_privacy_context.nanopb.c; sourceTree = ""; }; - 4FCDF928DCD4A3D4B74A7409F33844B9 /* NVActivityIndicatorAnimationLineSpinFadeLoader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineSpinFadeLoader.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineSpinFadeLoader.swift; sourceTree = ""; }; - 4FD054BF027D8303FB53765F5284C57F /* FIRCLSMultipartMimeStreamEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMultipartMimeStreamEncoder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h; sourceTree = ""; }; - 4FFA0463FC1E4C1637C2D2EB5157E7EB /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; - 501E2CDE994813AF8EE9398FFD16BAD4 /* RCNConfigSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigSettings.h; path = FirebaseRemoteConfig/Sources/Private/RCNConfigSettings.h; sourceTree = ""; }; - 5024463091F117DF38908215D6D4B09D /* iCarousel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iCarousel.h; path = iCarousel/iCarousel.h; sourceTree = ""; }; - 502BD5A558FD4B2C6C6FB873E419BD9B /* Pods-iOS-dydxStateManager-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxStateManager-acknowledgements.markdown"; sourceTree = ""; }; - 503562CAE3452994422C0B4210CDD63D /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 505BE0AE119795524D37C6414AEE5FE0 /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = Sources/Operators/Create.swift; sourceTree = ""; }; - 505FE31318C13ACADF788364AEA94253 /* Pods-iOS-AmplitudeInjections-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-AmplitudeInjections-dummy.m"; sourceTree = ""; }; - 508245E8D0D6032E227B984205A7DA6E /* AMPURLConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPURLConnection.h; path = Sources/Amplitude/AMPURLConnection.h; sourceTree = ""; }; + 4EE3FE040B8C9FCE739D47EE400C0A81 /* POPAnimationEvent.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationEvent.mm; path = pop/POPAnimationEvent.mm; sourceTree = ""; }; + 4EF53039A70D427D8814978CD0E9AC27 /* Nwise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Nwise.swift; path = Sources/Operators/Nwise.swift; sourceTree = ""; }; + 4EFB1849BD28F123819A92F94734679C /* CAPropertyAnimation+Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CAPropertyAnimation+Key.swift"; path = "MaterialActivityIndicator/Classes/Extensions/CAPropertyAnimation+Key.swift"; sourceTree = ""; }; + 4F4C2AAD598AF2345DAFF5D9AAB44D4D /* State.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = State.swift; path = Sources/State.swift; sourceTree = ""; }; + 4F71C867236FE31C00C72B22CDABCE4A /* Pods-iOS-JedioKit-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-JedioKit-acknowledgements.markdown"; sourceTree = ""; }; + 4F99D4EA7435DFD4809E169083385BCF /* JTCalendarDelegateManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarDelegateManager.m; path = JTCalendar/Managers/JTCalendarDelegateManager.m; sourceTree = ""; }; + 4F9F73C8ABF8131DAC65A11D7DBC5689 /* DocumentFragment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DocumentFragment.h; path = "Source/DOM classes/Core DOM/DocumentFragment.h"; sourceTree = ""; }; + 4FC1C853867CC0AFBE9D8D86E3D05646 /* DrawerMenu.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DrawerMenu.release.xcconfig; sourceTree = ""; }; + 4FCE9B2103212058693E1B3C0E4FB1F9 /* ReachabilitySwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReachabilitySwift-dummy.m"; sourceTree = ""; }; + 4FD19848CD83B746DEFDF74E98D40678 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; + 4FF56812311B9E9E85FE430B36D7887E /* TransformationMatrix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransformationMatrix.cpp; path = pop/WebCore/TransformationMatrix.cpp; sourceTree = ""; }; + 502AE5DE2DADCBCDFA6EC4887C32564D /* Platform+Accessibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Accessibility.swift"; path = "Source/Charts/Utils/Platform+Accessibility.swift"; sourceTree = ""; }; + 5046DC99926033DE54CD6D7E3BA8DBF7 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + 505826272C9DA6EEBB26AD70D9EFDF04 /* Pods-iOS-dydxPresenters.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxPresenters.modulemap"; sourceTree = ""; }; + 5068D37A70E5DA62D8CBFDAC8EE96815 /* Pods-iOS-UIToolkits-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UIToolkits-dummy.m"; sourceTree = ""; }; + 5072D4054AFDCF05757B9F09D25185A4 /* FIRCLSDataParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataParsing.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h; sourceTree = ""; }; 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 50EF8380A22A5CBFC9FA933C1B257D8C /* JTCalendarMenuView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarMenuView.h; path = JTCalendar/Views/JTCalendarMenuView.h; sourceTree = ""; }; - 50FDB79F2043C8D1431A5FCF355985A0 /* Pods-iOS-dydxChart-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxChart-dummy.m"; sourceTree = ""; }; - 5127F0F45F4901CC3131EC89D1E71114 /* FIRHTTPMetric.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHTTPMetric.m; path = FirebasePerformance/Sources/Instrumentation/FIRHTTPMetric.m; sourceTree = ""; }; + 50B40040248E67C7D3A7BE1FE3343DAD /* NBPhoneNumber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneNumber.m; path = libPhoneNumber/NBPhoneNumber.m; sourceTree = ""; }; + 50ECB275E2E9F4A92124DE071170ADAF /* FirebasePerformance.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebasePerformance.modulemap; sourceTree = ""; }; + 5115FC94829CF30F6515E28AE10838BB /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Crashlytics/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 511C338E48D05D39B5F247F4144AC534 /* Pods-iOS-FirebaseStaticInjectionsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-FirebaseStaticInjectionsTests.modulemap"; sourceTree = ""; }; 51305B2D9D8DA36D89CC277D729083D2 /* pop */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = pop; path = pop.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5130D7F212490B8B812B6B4B43C60D97 /* Hashable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Hashable.swift; path = Sources/Hashable.swift; sourceTree = ""; }; - 5139AD7794E8D89D0F0D440F779502EA /* FIRPerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRPerformance.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FIRPerformance.h; sourceTree = ""; }; - 51460631149BAD3F74CC99CAB2088BBE /* NVActivityIndicatorAnimationCircleStrokeSpin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationCircleStrokeSpin.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationCircleStrokeSpin.swift; sourceTree = ""; }; - 5165BB9AD4E5263CDBD29FE9F489A1D9 /* Pods-iOS-AmplitudeInjectionsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AmplitudeInjectionsTests-acknowledgements.plist"; sourceTree = ""; }; - 5184B1E826AFF7C508598508B8E3F893 /* GDTCORProductData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORProductData.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORProductData.h; sourceTree = ""; }; - 51872D9B851D2ED365DD088EF9FB4260 /* FIRCLSMachOBinary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOBinary.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h; sourceTree = ""; }; - 518A3B72B691A75C9EDDB0C2F059BCB6 /* Pods-iOS-dydxPresentersTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxPresentersTests-frameworks.sh"; sourceTree = ""; }; - 518B77FCA1F9171CB6711CD5DA9DC013 /* Popovers-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Popovers-umbrella.h"; sourceTree = ""; }; + 5136C882BDDE88B45CBD12C14F712E0C /* ISPPinnedNSURLConnectionDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ISPPinnedNSURLConnectionDelegate.m; path = Sources/Amplitude/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.m; sourceTree = ""; }; + 51386B6D6C6BC76EC97523844EFD51FF /* ProcessMarker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProcessMarker.swift; path = Sources/Statsig/Diagnostics/ProcessMarker.swift; sourceTree = ""; }; + 51417C44551B0C4B4EA448086A9C7288 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + 514B92ACF544D473AB9E5F3D05B75D5F /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; + 5175702C5DCCFE2F46E0DFB483C0BBC1 /* SVGKParserDOM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserDOM.h; path = "Source/Parsers/Parser Extensions/SVGKParserDOM.h"; sourceTree = ""; }; 519172F62353C84795D05BA8A499936B /* FirebaseSharedSwift */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseSharedSwift; path = FirebaseSharedSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 519AF98C92B517DD023896CD077EBFD4 /* CocoaLumberjack-CocoaLumberjackPrivacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "CocoaLumberjack-CocoaLumberjackPrivacy"; path = CocoaLumberjackPrivacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 51CD54A7973D845219A8345945B6DC92 /* Menu+Model.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Menu+Model.swift"; path = "Sources/Templates/Menu+Model.swift"; sourceTree = ""; }; - 51D64818B5485FCD320EE720E6A0BE12 /* SDWebImageSVGCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageSVGCoder-dummy.m"; sourceTree = ""; }; - 51E46A0DB768D26C859C517AD8C62705 /* Document+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Document+Mutable.h"; path = "Source/DOM classes/Core DOM/Document+Mutable.h"; sourceTree = ""; }; - 51E8F6A4787B4006E6C5618E96B4418B /* BarChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartView.swift; path = Source/Charts/Charts/BarChartView.swift; sourceTree = ""; }; - 521FB0AA31A0EFF65813AB3F3874F606 /* NVActivityIndicatorView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "NVActivityIndicatorView-Info.plist"; sourceTree = ""; }; - 523F53A62E012D7609C513889FBA06BE /* Pods-iOS-dydxV4-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxV4-Info.plist"; sourceTree = ""; }; - 524475F3C6ADD502E9AF0C213879A096 /* 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 = ""; }; - 5251E668069ECF96563CA5946DB5BC0B /* LineScatterCandleRadarRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineScatterCandleRadarRenderer.swift; path = Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift; sourceTree = ""; }; - 526027A7499A3DD9842E99482252002E /* GDTCORReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h; sourceTree = ""; }; - 5264F8675D4A2D0EDE193910609B985E /* CombineExt-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CombineExt-umbrella.h"; sourceTree = ""; }; - 52652E3B37BCFE89EC6AC97E47633EE4 /* Pods-iOS-PlatformParticles.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformParticles.release.xcconfig"; sourceTree = ""; }; - 5267CF56AB587731C4E89D843ED65A17 /* SVGKExporterNSImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKExporterNSImage.h; path = Source/Exporters/SVGKExporterNSImage.h; sourceTree = ""; }; - 529848C453C50708A09E61AB3C73A3A0 /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = Sources/Operators/Dematerialize.swift; sourceTree = ""; }; - 52AFC9DCE8D2E1E0BBC2B8119F0A59F4 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; - 52B23E78790A1E6F67CF380CCA542619 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h; sourceTree = ""; }; - 52BEF3B0DD6323773BCE986B45BBD964 /* GoogleToolboxForMac-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleToolboxForMac-dummy.m"; sourceTree = ""; }; - 530DB0320C1914581243AEA2F50266D5 /* StorageFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StorageFactory.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/StorageFactory.swift; sourceTree = ""; }; - 53137E88D0EC075962F7DAD4561F137A /* FIRCLSNetworkOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m; sourceTree = ""; }; - 532706D26D4702B6E6F1BF981020245C /* Pods-iOS-UIAppToolkits.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIAppToolkits.debug.xcconfig"; sourceTree = ""; }; - 53284268EDF0B9DC4FEEC6D11900CCD1 /* JTCalendarSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarSettings.h; path = JTCalendar/JTCalendarSettings.h; sourceTree = ""; }; - 532E88D260CBEBD5DA2C9945C4DEA63C /* CSSStyleDeclaration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSStyleDeclaration.m; path = "Source/DOM classes/Core DOM/CSSStyleDeclaration.m"; sourceTree = ""; }; - 534189E581C07515E125ED7791F39107 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 535E20E54F0EF625AC8EB1DAADB4CC80 /* ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist"; sourceTree = ""; }; - 537936C0E200A9FB58528A518AB752EC /* Pods-iOS-PlatformUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformUITests-umbrella.h"; sourceTree = ""; }; - 539E63EB9067607B444811E64C107054 /* CSSValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSValue.m; path = "Source/DOM classes/Core DOM/CSSValue.m"; sourceTree = ""; }; - 53A1C449DD0781CA1BD3589AD01EABC6 /* FPRNSURLConnectionInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLConnectionInstrument.m; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLConnectionInstrument.m; sourceTree = ""; }; - 53ACB50FFBE08D217A819B9E0A6B6E07 /* FIRCLSFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFile.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.m; sourceTree = ""; }; - 53E47E263793EC284E48C414AC18D0CE /* JTCalendarDayView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarDayView.m; path = JTCalendar/Views/JTCalendarDayView.m; sourceTree = ""; }; - 53E81E77AEF41B36DA88C5C002F15E1A /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - 540A06675C4559B28C21ED2B48639C95 /* TriangleShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TriangleShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/TriangleShapeRenderer.swift; sourceTree = ""; }; - 542CDF544A2433F25D0E0B6333D6F417 /* NVActivityIndicatorAnimationBallSpinFadeLoader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallSpinFadeLoader.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallSpinFadeLoader.swift; sourceTree = ""; }; - 542D469EBF28F7F238C405BA41CB040B /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 543FC6B77FB66C22F1B00798C0DF1FEB /* GTMSessionFetcherService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherService.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcherService.h; sourceTree = ""; }; - 546578CA7918C6365A67A5F9256203B5 /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; - 54908E1C7D636D9498EA67976A858A52 /* POPVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPVector.h; path = pop/POPVector.h; sourceTree = ""; }; - 54B6D1E7A7976F75A90EBB73E161372C /* SVGSVGElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGSVGElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGSVGElement.h"; sourceTree = ""; }; - 54BCA113E76E0D7EA891B6A4A10E5472 /* FPRGDTRateLimiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTRateLimiter.h; path = FirebasePerformance/Sources/Loggers/FPRGDTRateLimiter.h; sourceTree = ""; }; - 551A78061AEACCB294F683990536C655 /* FIRMessagingTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenInfo.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenInfo.h; sourceTree = ""; }; - 551D9D97B7E506D645D1D48CBA03B243 /* RCNConfigExperiment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigExperiment.m; path = FirebaseRemoteConfig/Sources/RCNConfigExperiment.m; sourceTree = ""; }; - 551E25D319D196C29C25AEBD21CEA573 /* ChevronUpShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChevronUpShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/ChevronUpShapeRenderer.swift; sourceTree = ""; }; - 552B565DE218BFDE96900056C15F6058 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; - 5553449A554E315B2F458E36D903B8D3 /* Pods-iOS-WebParticles-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-WebParticles-dummy.m"; sourceTree = ""; }; - 556963E2FF29AD936C2DA13103E2F82A /* CSSRuleList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSRuleList.m; path = "Source/DOM classes/Core DOM/CSSRuleList.m"; sourceTree = ""; }; - 5579547F5E86F1B632014492727CEC9C /* FIRHeartbeatLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatLogger.m; path = FirebaseCore/Sources/FIRHeartbeatLogger.m; sourceTree = ""; }; - 5597A4880E70D7484F044722955537CA /* TinySVGTextAreaElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TinySVGTextAreaElement.h; path = "Source/DOM classes/Unported or Partial DOM/TinySVGTextAreaElement.h"; sourceTree = ""; }; - 55E44178AC577FA3584E10CFCEF23352 /* Pods-iOS-ParticlesKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-ParticlesKit-umbrella.h"; sourceTree = ""; }; - 56068B57832178F7489253139B3EA280 /* SVGRect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGRect.h; path = "Source/DOM classes/SVG-DOM/SVGRect.h"; sourceTree = ""; }; - 5632A816BA74DC8B938809F9C431637B /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; - 566B514E03A7E7D3246D55A64B032B01 /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; - 567695FB91BD6EA447ED26CB5EBA1FE6 /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; - 56798E88A0FBC664E1C91F9188260888 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; - 567B1FC3AB4F82485A0B5491FD25848E /* GTMReadMonitorInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMReadMonitorInputStream.m; path = Sources/Full/GTMReadMonitorInputStream.m; sourceTree = ""; }; - 56A3414B4499EAEACE799023B68A2CFB /* FPRGaugeCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGaugeCollector.h; path = FirebasePerformance/Sources/Gauges/FPRGaugeCollector.h; sourceTree = ""; }; - 56B360535A9CCAD3D1E30B6623C2B5A2 /* ChartViewBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartViewBase.swift; path = Source/Charts/Charts/ChartViewBase.swift; sourceTree = ""; }; - 56D64CDF2C1562B20BB05785B2FB8AD4 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; - 56E51D1071669A6CB7BADC966148AD77 /* GTMLocalizedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMLocalizedString.h; path = Foundation/GTMLocalizedString.h; sourceTree = ""; }; - 56E5CF1D2BE080220F76ABE85508ECAD /* UIColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+.swift"; path = "Source/UIColor+.swift"; sourceTree = ""; }; - 56E9C5FFA2656BDA8FC918C9363C92BA /* GDTCOREndpoints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREndpoints.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m; sourceTree = ""; }; - 5725F9BB97B8B063F4EC62F2F62C8F4B /* PanModalPresentationAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresentationAnimator.swift; path = PanModal/Animator/PanModalPresentationAnimator.swift; sourceTree = ""; }; - 572CD1AB6A66EDC4DA8CC21BB327A917 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 51B969CAA000C36A83F38BEC8A51CB84 /* ProcessingInstruction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ProcessingInstruction.m; path = "Source/DOM classes/Core DOM/ProcessingInstruction.m"; sourceTree = ""; }; + 51D9CAB4E6D62D98B9D373E15CD13D9E /* FirebaseCoreExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreExtension-umbrella.h"; sourceTree = ""; }; + 5211C13D2F752BDAD150D8DE18BF66F3 /* MarkerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarkerView.swift; path = Source/Charts/Components/MarkerView.swift; sourceTree = ""; }; + 522086945AD1132B5D6CFA891D07A5EC /* PanModal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PanModal-prefix.pch"; sourceTree = ""; }; + 524E2825C91E121181953EEA09D07690 /* Pods-iOS-AmplitudeInjectionsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AmplitudeInjectionsTests-Info.plist"; sourceTree = ""; }; + 524EA86AB2ED88892649C86D6129FBF0 /* FIRCLSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLogger.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h; sourceTree = ""; }; + 5257D7EDE27C0DC981DA1AE5393AD0D0 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift; sourceTree = ""; }; + 527466CDE226DDC167E1F4DF199F5123 /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; + 52834556F4294AAACA1F6A613EEEB533 /* Pods-iOS-PlatformUIJedio.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUIJedio.release.xcconfig"; sourceTree = ""; }; + 52A258D68B56791D386FD91870EA36C2 /* FIRCLSDwarfExpressionMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfExpressionMachine.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h; sourceTree = ""; }; + 52ACEBA0AA58C5FB30D917A328FEF008 /* GTMNSObject+KeyValueObserving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSObject+KeyValueObserving.h"; path = "Foundation/GTMNSObject+KeyValueObserving.h"; sourceTree = ""; }; + 52C2D71BE1ADA985C28146D84152642E /* Pods-iOS-dydxV4.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxV4.release.xcconfig"; sourceTree = ""; }; + 52CC7F07CD10072A510C00BC2A6C21BE /* Addition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Addition.swift; path = Sources/Addition.swift; sourceTree = ""; }; + 52D691F56B26982ABB512FC12306CEE6 /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; + 52DB26EB5F8CF2CF5C02C8271474A94E /* PromisesSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesSwift-umbrella.h"; sourceTree = ""; }; + 52E3636DBB85B0955B33AFE7E94D22F8 /* Pods-iOS-UIToolkitsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-UIToolkitsTests-frameworks.sh"; sourceTree = ""; }; + 52F5F1D67EDCBA6A91A86E77D02F271D /* Pods-iOS-AmplitudeInjections-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-AmplitudeInjections-umbrella.h"; sourceTree = ""; }; + 531AE741CFF950D85FCA7D67FCE6EEA7 /* Pods-iOS-PlatformUIJedio-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformUIJedio-acknowledgements.markdown"; sourceTree = ""; }; + 534D616C2049E31234A6C4FD4F815269 /* HMSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = HMSegmentedControl.m; path = HMSegmentedControl/HMSegmentedControl.m; sourceTree = ""; }; + 535AB72AE54673C11609902C92C3AE1A /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; + 537D85A2BDFE906D3AA7AF92A146909E /* Pods-iOS-CameraParticles.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-CameraParticles.debug.xcconfig"; sourceTree = ""; }; + 5394C89067F67F83E5DCDD9192F6953A /* AppleSucksDOMImplementation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AppleSucksDOMImplementation.m; path = "Source/DOM classes/Core DOM/AppleSucksDOMImplementation.m"; sourceTree = ""; }; + 539A83D4B2504C81E5E5A3AC5D5FA898 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = FirebaseRemoteConfig/Swift/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 53AE0C3C7211584677F96C93906CC06D /* Comparable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Comparable.swift; path = Sources/Comparable.swift; sourceTree = ""; }; + 53B1F001808C70FB25E0034203A0BB51 /* CocoaLumberjack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaLumberjack.h; path = "Sources/CocoaLumberjack/Supporting Files/CocoaLumberjack.h"; sourceTree = ""; }; + 53B5986F395257AE4CA1AEE9378ABF3C /* UISlider+Validator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Validator.swift"; path = "Validator/Sources/UIKit+Validator/UISlider+Validator.swift"; sourceTree = ""; }; + 541309435EA57A2AF8314C6A716A7D31 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + 542A075164539B0CD6BB3074F6BC5276 /* GoogleToolboxForMac-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleToolboxForMac-prefix.pch"; sourceTree = ""; }; + 542E536CC568685EF33E6C02D0E4FD86 /* NVActivityIndicatorAnimationBallRotateChase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallRotateChase.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallRotateChase.swift; sourceTree = ""; }; + 549FF72D94EC22BE087E28DDED3A3A79 /* Pods-iOS-PlatformRoutingTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-PlatformRoutingTests-frameworks.sh"; sourceTree = ""; }; + 54A9E5723F993101BAB3E2FCD9542ACB /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + 54ADD6D276B8FAB343ACF878264EA358 /* GTMGeometryUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMGeometryUtils.m; path = Foundation/GTMGeometryUtils.m; sourceTree = ""; }; + 54AE97228A05A65D5322B7D0FF77F3E7 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h; sourceTree = ""; }; + 54C666ADDB3DA4F88946AE2D6E25A349 /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; + 54FC38D2A12099CBB6B0E3114A44A874 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = SDWebImageSwiftUI/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 5503D1ADB797692D0342EC31B3DDDD7D /* FirebaseMessaging-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseMessaging-umbrella.h"; sourceTree = ""; }; + 55234452D489873B46086DB1DEDA3F5B /* RDHCollectionViewGridLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RDHCollectionViewGridLayout.h; path = RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.h; sourceTree = ""; }; + 554CEEAC16C389C7DDF8D6A351DE6486 /* Pods-iOS-dydxFormatter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxFormatter-dummy.m"; sourceTree = ""; }; + 55743255C2F83D11787CD50F44E9E633 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; + 55935C2F6E7983DF866FFE4C9CBC072E /* Differ-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Differ-umbrella.h"; sourceTree = ""; }; + 559D646FAF9090E0256285A4820A7B84 /* ZSWTappableLabelAccessibilityActionLongPress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabelAccessibilityActionLongPress.h; path = ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.h; sourceTree = ""; }; + 55B7EB5F66E0F05E64CE8F24947ACD57 /* GULRuntimeStateHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeStateHelper.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeStateHelper.h; sourceTree = ""; }; + 55BD8B651B90C42CB5FC2673C00DB9E6 /* Pods-iOS-ParticlesKitTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-ParticlesKitTests-frameworks.sh"; sourceTree = ""; }; + 55C0E4D0A7F876CF4182FCA46C36B4D8 /* NVActivityIndicatorAnimationBallZigZag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallZigZag.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallZigZag.swift; sourceTree = ""; }; + 55C31FF134E7C5C411C7788A31090595 /* FPRSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRSessionManager.m; path = FirebasePerformance/Sources/AppActivity/FPRSessionManager.m; sourceTree = ""; }; + 55CCE0155D37C174A8F1D27E98A9768B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/Full/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 55FCC7E7CEBDFF1C9A2C66D3031B456E /* CombineExt.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CombineExt.modulemap; sourceTree = ""; }; + 5611C1D06D04CB29C7FCE8399DFA2A1F /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; + 5619DDC90970B8AC00DFC7AE3EB9D3C5 /* Promise+Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Timeout.swift"; path = "Sources/Promises/Promise+Timeout.swift"; sourceTree = ""; }; + 563AB239AFEA476FF6CFFA467C192F6B /* CAShapeLayerWithClipRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAShapeLayerWithClipRender.h; path = "Source/QuartzCore additions/CAShapeLayerWithClipRender.h"; sourceTree = ""; }; + 564CFD071CF3257F59C07BDC9A709FA3 /* KVOController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.release.xcconfig; sourceTree = ""; }; + 565B7C8459FDE89E1F598EDCE57086FD /* NBAsYouTypeFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBAsYouTypeFormatter.h; path = libPhoneNumber/NBAsYouTypeFormatter.h; sourceTree = ""; }; + 567E8E527D4277195CF9EB83ADD95D96 /* MaterialActivityIndicator-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MaterialActivityIndicator-Info.plist"; sourceTree = ""; }; + 569D109891F48A5F4A04611CF1CA7C31 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + 569D52925B02AA22C1439B499D2478C3 /* external_prequest_context.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = external_prequest_context.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/external_prequest_context.nanopb.c; sourceTree = ""; }; + 56CBF0A23B5E2315C225863D0DBA54B1 /* Pods-iOS-dydxChartTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxChartTests-acknowledgements.markdown"; sourceTree = ""; }; + 56DDA7507CB6EE2722C25BA834E1F938 /* pop.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = pop.release.xcconfig; sourceTree = ""; }; + 56FBB83B361BD6013E4AF28B6F95D48C /* DefaultFillFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultFillFormatter.swift; path = Source/Charts/Formatters/DefaultFillFormatter.swift; sourceTree = ""; }; + 570CE96B5B5C783EFED75429AB0364F1 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + 5710A70C34125EC9A523604F868B092A /* Pods-iOS-RoutingKitTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-RoutingKitTests-acknowledgements.plist"; sourceTree = ""; }; + 57288A8F0260F5DDA549456A923517C8 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; 573609E2C44C5D459C8ECE459E97AB40 /* Pods-iOS-FirebaseStaticInjections */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-FirebaseStaticInjections"; path = Pods_iOS_FirebaseStaticInjections.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 57384BC6C280E195CDAEB67D78847774 /* Combine.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Combine.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Combine.framework; sourceTree = DEVELOPER_DIR; }; - 573DF5429BAF175F47F0238345475276 /* POPVector.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPVector.mm; path = pop/POPVector.mm; sourceTree = ""; }; - 5750C5821EA749B0F99613C8700016E6 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - 575C05C22E769C5491F84C0EE81715A9 /* FIRCurrentDateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCurrentDateProvider.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h; sourceTree = ""; }; - 5784F6050E1C206635C2CB347938BE6E /* PieChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/PieChartDataEntry.swift; sourceTree = ""; }; - 579D02136F68B90E4DB6042008C2D164 /* Pods-iOS-UIToolkitsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIToolkitsTests.release.xcconfig"; sourceTree = ""; }; - 57E380AB223CF5C4601C115AFE5D80DB /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - 5803B0C5FE02FB2CA6A86B4126F49319 /* FIRCLSFABAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABAsyncOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m; sourceTree = ""; }; - 581AC5E320AADC8657992E4D8143DA83 /* Pods-iOS-JedioKitTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-JedioKitTests-acknowledgements.markdown"; sourceTree = ""; }; - 583A29DACF5A20A7E3519935BC0C2F23 /* FirebaseCrashlytics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCrashlytics-umbrella.h"; sourceTree = ""; }; - 585D2E1AF6654FD350D174094B2639C5 /* FirebaseABTesting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseABTesting.h; path = FirebaseABTesting/Sources/Public/FirebaseABTesting/FirebaseABTesting.h; sourceTree = ""; }; - 586906ADC3FD81AFEB2CFBF9431F7CBA /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; - 587C7784EF216EA6CC92AD003BCCAD0B /* Prime Test.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Prime Test.swift"; path = "Sources/Prime Test.swift"; sourceTree = ""; }; - 587D7BD66241CA18E3954E23F6996856 /* FIRCLSUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserDefaults.m; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m; sourceTree = ""; }; - 589EF491C6AB3D8C11F7BE7B163ECDF2 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; - 58B88FE19C383136A89076C0504CC6F1 /* Pods-iOS-dydxAnalytics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxAnalytics-Info.plist"; sourceTree = ""; }; - 58E3AE73BFEBB0FBAFE903D65A9DD732 /* Pods-iOS-WebParticlesTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-WebParticlesTests-dummy.m"; sourceTree = ""; }; - 58E485BB34784E476FB98E023471B321 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; - 590E7581FE7501FF6BA5AD6C54D48915 /* Pods-iOS-FirebaseStaticInjectionsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-FirebaseStaticInjectionsTests-frameworks.sh"; sourceTree = ""; }; - 591EDBCD80A6F3A1EF66DDA76C3D38FE /* ValidationRuleLength.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleLength.swift; path = Validator/Sources/Rules/ValidationRuleLength.swift; sourceTree = ""; }; - 59302A740E6439230E19E0F726D0E670 /* Highlight.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Highlight.swift; path = Source/Charts/Highlight/Highlight.swift; sourceTree = ""; }; - 596A895419675F6B5CCD106AB68510DD /* NBPhoneMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneMetaData.h; path = libPhoneNumber/NBPhoneMetaData.h; sourceTree = ""; }; - 5970A77CF960C41108B32E7AF3F42310 /* SDWebImageSwiftUI-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageSwiftUI-umbrella.h"; sourceTree = ""; }; - 5974EFC6CE64C9FFCDA45D58D26845B8 /* NVActivityIndicatorView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NVActivityIndicatorView.debug.xcconfig; sourceTree = ""; }; - 59875B9B916F4AC9D486597E97CE1555 /* DOMHelperUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DOMHelperUtilities.m; path = "Source/DOM classes/Core DOM/DOMHelperUtilities.m"; sourceTree = ""; }; - 59C4B0B254C8036657F2D8ED8C46B3DC /* Pods-iOS-ParticlesCommonModelsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-ParticlesCommonModelsTests-frameworks.sh"; sourceTree = ""; }; - 59C685AFA244E3C9CF24850BAF484E44 /* FIRCLSMultipartMimeStreamEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMultipartMimeStreamEncoder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m; sourceTree = ""; }; - 59D4EFAEED8CCE71A5AC814B4F360F6B /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - 5A0C9397CA86AF4C2B99B830100C9FFA /* BatchUpdate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BatchUpdate.swift; path = Sources/Differ/BatchUpdate.swift; sourceTree = ""; }; - 5A1FD30ECE20F6A9FDA9E708C3BCC1F5 /* Pods-iOS-JedioKit-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-JedioKit-acknowledgements.markdown"; sourceTree = ""; }; - 5A23B5F154871C7CA4DCEDB1CB4C2587 /* ChartDataRendererBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataRendererBase.swift; path = Source/Charts/Renderers/ChartDataRendererBase.swift; sourceTree = ""; }; - 5A4603D0BC4B3A28B819B444752DF946 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; - 5A5BF710AA886218969F02F4E0AECE4C /* Pods-iOS-dydxStateManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxStateManager-dummy.m"; sourceTree = ""; }; - 5A611FABF2B5FDDFAF43A2558CD1A28E /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - 5A6B3DA209A8939ED9106E252932EF73 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; - 5A7EFB8B834DBCC8BC4494BBFFE77347 /* POPSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPSpringAnimation.mm; path = pop/POPSpringAnimation.mm; sourceTree = ""; }; - 5A8849A6E74F4981ED37C31941FB12D8 /* DOMHelperUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DOMHelperUtilities.h; path = "Source/DOM classes/Core DOM/DOMHelperUtilities.h"; sourceTree = ""; }; - 5A8D8D71CF667E54FB987A109EC541A2 /* PieChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartView.swift; path = Source/Charts/Charts/PieChartView.swift; sourceTree = ""; }; - 5AB4B16065FD6DEF5CFE0DBD02D6A40E /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 5AE32F12F9BFEB8310ECF9441DA18FFC /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - 5AE73308419B58B25B6D92B3A5BB9A06 /* SVGKSourceLocalFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSourceLocalFile.m; path = Source/Sources/SVGKSourceLocalFile.m; sourceTree = ""; }; - 5AE8F817F8263E93354D10565980F898 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - 5B175F914D13734778DE26C24A37FD43 /* FIRCLSContextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContextManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSContextManager.h; sourceTree = ""; }; - 5B3B714BCCE2801E890704F3A318D983 /* FirebaseCoreInternal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreInternal-Info.plist"; sourceTree = ""; }; - 5B4041D3D61A579E6B424030FDB24959 /* SVGKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SVGKit-Info.plist"; sourceTree = ""; }; + 57566A759D5D3EE03F3A13665DBE5F83 /* BigInt-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "BigInt-Info.plist"; sourceTree = ""; }; + 57593BDF7F88AFB30D966FC94B27FACB /* RDHCollectionViewGridLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RDHCollectionViewGridLayout-umbrella.h"; sourceTree = ""; }; + 577232FB8BE7F7706D02554B5D917BF6 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 577CD37C67F0841F40ED94F780C7DBD0 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; + 578AE89625A81EE7E8A24FBB137082AD /* ResourceBundle-GoogleToolboxForMac_Logger_Privacy-GoogleToolboxForMac-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleToolboxForMac_Logger_Privacy-GoogleToolboxForMac-Info.plist"; sourceTree = ""; }; + 579F0479D7BD4BFCE16F64017E6FB6FD /* POPAnimationTracer.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationTracer.mm; path = pop/POPAnimationTracer.mm; sourceTree = ""; }; + 579FD15490555C5497157A25AB7C16E1 /* NodeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NodeList.h; path = "Source/DOM classes/Core DOM/NodeList.h"; sourceTree = ""; }; + 57A927E1B8F0B70E44E4F26AD3088805 /* JTCalendarMenuView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarMenuView.m; path = JTCalendar/Views/JTCalendarMenuView.m; sourceTree = ""; }; + 57AE89D1181B38E6A37D1A8A13182C7F /* SessionsSubscriber.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionsSubscriber.swift; path = FirebaseSessions/Sources/Public/SessionsSubscriber.swift; sourceTree = ""; }; + 57B8E587ED66AEC1C8432B0C746DFF82 /* ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist"; sourceTree = ""; }; + 57DAB7BC8AFFF6964F5C5C492F6701FE /* Pods-iOS-dydxPresentersTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxPresentersTests-acknowledgements.markdown"; sourceTree = ""; }; + 57E1AB3D8B6A70953E6222C460D5BCD2 /* Pods-iOS-dydxFormatterTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxFormatterTests.debug.xcconfig"; sourceTree = ""; }; + 57F7A80683CC4C9360BCEA4DA7A0C099 /* FIRMessagingTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenFetchOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenFetchOperation.m; sourceTree = ""; }; + 5803895B4B820FFDDE3C1AAD2596181B /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + 580899DA15C8FBF7DEB34D3FB5646AB1 /* Pods-iOS-dydxChart.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxChart.release.xcconfig"; sourceTree = ""; }; + 58217F42A84BB45D4C2D1FF110FBC232 /* FPRClassInstrumentor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRClassInstrumentor.h; path = FirebasePerformance/Sources/Instrumentation/FPRClassInstrumentor.h; sourceTree = ""; }; + 5832B18FCE1170B440EE53640C6E2AA6 /* CSSStyleRule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSStyleRule.h; path = "Source/DOM classes/Core DOM/CSSStyleRule.h"; sourceTree = ""; }; + 584098F6986C7A33FC6C81DD83D49CB7 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + 5841FC20D824280E56FE1A188F2AFEF1 /* NVActivityIndicatorView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "NVActivityIndicatorView-Info.plist"; sourceTree = ""; }; + 58537C5C918A13D0864F4346DD7A1733 /* Attr.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Attr.m; path = "Source/DOM classes/Core DOM/Attr.m"; sourceTree = ""; }; + 5892AD5319D7C845A43DCB856D702B83 /* Pods-iOS-UtilitiesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UtilitiesTests.debug.xcconfig"; sourceTree = ""; }; + 589A734421C55C60E4E3FD1AFB4957F3 /* FIRCLSRecordHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordHost.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h; sourceTree = ""; }; + 58CB179FA785F0353C8CFC3197B0ACDC /* FirebasePerformance-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebasePerformance-umbrella.h"; sourceTree = ""; }; + 58D9B647B7BAA55165FE4ED6F48F6E2E /* Promise+Validate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Validate.swift"; path = "Sources/Promises/Promise+Validate.swift"; sourceTree = ""; }; + 58DB4DDA084D0B76B56F56953BDCD9A2 /* FIRCLSThreadArrayOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSThreadArrayOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m; sourceTree = ""; }; + 58EC4B069D8AAF5D557C5AD2499CC499 /* FPRNSURLConnectionInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLConnectionInstrument.m; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLConnectionInstrument.m; sourceTree = ""; }; + 58F6544B829F1E72278D58E4A8C25323 /* Pods-iOS-RoutingKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-RoutingKit-Info.plist"; sourceTree = ""; }; + 5915332923B6907825DA394CC3245A19 /* FIRCLSReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m; sourceTree = ""; }; + 592B6B54B3BFEC731341B4B41B0C98A7 /* DDDispatchQueueLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDDispatchQueueLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDDispatchQueueLogFormatter.h; sourceTree = ""; }; + 594D8B2427BF249B027E6ACC8D55FE3B /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + 5954663A819EED2A5B3A2133D60551D1 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; + 5955F4754259E341E10310E786BDCEC3 /* SVGAngle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAngle.m; path = "Source/DOM classes/SVG-DOM/SVGAngle.m"; sourceTree = ""; }; + 595E279F2893C13F07BE466EEC5F21A6 /* CSSValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSValue.m; path = "Source/DOM classes/Core DOM/CSSValue.m"; sourceTree = ""; }; + 5979A06887237AF551E007D6E4D13C75 /* FIRCLSInstallIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInstallIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h; sourceTree = ""; }; + 597E805DF070AFD88B54E1143E50F88F /* EFQRCode+GIF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EFQRCode+GIF.swift"; path = "Source/EFQRCode+GIF.swift"; sourceTree = ""; }; + 5981AFE914125A4285528FB39A93FD4A /* GDTCOREvent+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTCCTSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h"; sourceTree = ""; }; + 598CAC381ED80267A32E1B6A3DCF3B5A /* SVGPolylineElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPolylineElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGPolylineElement.m"; sourceTree = ""; }; + 59B683C4894B55995DCA1D9445664775 /* FirebaseMessaging.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.debug.xcconfig; sourceTree = ""; }; + 59B76BC16D26FDB9C33110174DA49C31 /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; + 59C72A019A07188F926299EF0440A0CE /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + 5A38767D95E7D3F196FEA1CB7FCA42F3 /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; + 5A3A59AF0C8E0E6E1869D1658BD117AA /* IValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IValueFormatter.swift; path = Source/Charts/Formatters/IValueFormatter.swift; sourceTree = ""; }; + 5A5763C6817E21521F3D82976113C3D7 /* RDHCollectionViewGridLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RDHCollectionViewGridLayout.modulemap; sourceTree = ""; }; + 5A668C586D4E4C70B996D3A441406F66 /* SVGKParserPatternsAndGradients.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserPatternsAndGradients.h; path = "Source/Parsers/Parser Extensions/SVGKParserPatternsAndGradients.h"; sourceTree = ""; }; + 5A67A7A25336CCD0BD8DD43E6F6D08AA /* FIRCLSLaunchMarkerModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLaunchMarkerModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h; sourceTree = ""; }; + 5A85497C413FAC402812D166DF5C8337 /* Pods-iOS-AmplitudeInjectionsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-AmplitudeInjectionsTests.modulemap"; sourceTree = ""; }; + 5A96759BF50463D01FB942D851830944 /* ErrorBoundary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ErrorBoundary.h; path = Sources/StatsigInternalObjC/include/ErrorBoundary.h; sourceTree = ""; }; + 5A99871265DE529C85A19C2FC277DB31 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + 5A9C8BA55657889F9EB33E51A93F6065 /* GTMSessionFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcher.m; path = Sources/Core/GTMSessionFetcher.m; sourceTree = ""; }; + 5AA03FF8FFFE723785DA1984C37C25F8 /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; + 5AF9654A1FE504C5E64191E7D19F4518 /* SVGKSourceNSData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSourceNSData.m; path = Source/Sources/SVGKSourceNSData.m; sourceTree = ""; }; + 5B33AB46CED47420178A92B0E80AD97F /* Pods-iOS-dydxViews-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxViews-dummy.m"; sourceTree = ""; }; + 5B3BC4211BBF12F3AE1A49A107D7F8C7 /* ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist"; sourceTree = ""; }; 5B49F3776A194044999DA8D34B6F7683 /* Pods-iOS-ParticlesKitTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-ParticlesKitTests"; path = Pods_iOS_ParticlesKitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B5DDC7EF2EBB1AA79322AE2DC241E5F /* SVGKParserDefsAndUse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserDefsAndUse.h; path = "Source/Parsers/Parser Extensions/SVGKParserDefsAndUse.h"; sourceTree = ""; }; 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseMessaging; path = FirebaseMessaging.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B687A03C8A3D4EF38D035CB748DF284 /* Differ-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Differ-dummy.m"; sourceTree = ""; }; - 5B9E626471005CD09A2CBB5FD3E3E9B7 /* String+Style.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+Style.swift"; path = "Sources/Core/String+Style.swift"; sourceTree = ""; }; - 5BA0E984B5E313BAD209351C9FB5D728 /* DDLogMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLogMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLogMacros.h; sourceTree = ""; }; - 5BA244FE442150B61E2FE91C2BC26E2C /* FirebaseSharedSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseSharedSwift.debug.xcconfig; sourceTree = ""; }; - 5BB937E72E43CF725FCF85B37D988F14 /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; - 5BE6FDE1F69F37416EECDA1415A5B6C2 /* Behavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Behavior.swift; path = Sources/Behavior.swift; sourceTree = ""; }; - 5BEE3458DD24B45686AC8B359F57E1B4 /* Patch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Patch.swift; path = Sources/Differ/Patch.swift; sourceTree = ""; }; - 5BFC97988D96F0CC3DD6C156EE9BEFCD /* SessionsSubscriber.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionsSubscriber.swift; path = FirebaseSessions/Sources/Public/SessionsSubscriber.swift; sourceTree = ""; }; - 5C2ED6C04EFEF0D79FDB717927A03F43 /* me.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = me.nanopb.h; path = FirebaseMessaging/Sources/Protogen/nanopb/me.nanopb.h; sourceTree = ""; }; - 5C34D12261648CE5D4CBCA725E73768C /* SVGKParserDefsAndUse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserDefsAndUse.m; path = "Source/Parsers/Parser Extensions/SVGKParserDefsAndUse.m"; sourceTree = ""; }; - 5C7C51999F108E95ECA54C953BDB4D18 /* FIRPerformanceAttributable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRPerformanceAttributable.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FIRPerformanceAttributable.h; sourceTree = ""; }; - 5C80A87C5843536AC6E3F19931F80598 /* ReachabilitySwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReachabilitySwift-prefix.pch"; sourceTree = ""; }; - 5C84198AF2873383F524FE6D2BD867F0 /* EFQRCode.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EFQRCode.modulemap; sourceTree = ""; }; - 5CB4743252AD5FE555C00FF086C6BADA /* FIRMessagingPendingTopicsList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPendingTopicsList.h; path = FirebaseMessaging/Sources/FIRMessagingPendingTopicsList.h; sourceTree = ""; }; - 5CD826EF6CDB449A1AE573BACFF4A6E7 /* FPRClient+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRClient+Private.h"; path = "FirebasePerformance/Sources/FPRClient+Private.h"; sourceTree = ""; }; - 5CD948FB24CEC790F57AFE0AF08C5434 /* GTMSessionFetcherLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherLogging.m; path = Sources/Core/GTMSessionFetcherLogging.m; sourceTree = ""; }; - 5CEC129F678A7E3CC4DE46AB7C7E1294 /* GTMSessionFetcherService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherService.m; path = Sources/Core/GTMSessionFetcherService.m; sourceTree = ""; }; - 5D1BA101C6C9ABEFA505CB1FFE1C93E3 /* JTVerticalCalendarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTVerticalCalendarView.h; path = JTCalendar/Views/JTVerticalCalendarView.h; sourceTree = ""; }; - 5D213F2AFC3BBF5859BEC2EC4E475E2F /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; - 5D6D8CA815B2A3544C931D4380E127FE /* A0SimpleKeychain+KeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "A0SimpleKeychain+KeyPair.m"; path = "SimpleKeychain/A0SimpleKeychain+KeyPair.m"; sourceTree = ""; }; - 5D74073CE77F85F4459C7F235BF601A3 /* FirebaseMessaging.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.debug.xcconfig; sourceTree = ""; }; - 5D9E9D3A409A0DFAE1F1EF370DB2D3F4 /* SVGSwitchElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGSwitchElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGSwitchElement.m"; sourceTree = ""; }; - 5DAE4E96E311882EADFA85036A589645 /* FIRMessagingBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingBackupExcludedPlist.h; path = FirebaseMessaging/Sources/Token/FIRMessagingBackupExcludedPlist.h; sourceTree = ""; }; - 5DB61E177011387BC320FD29C2FC0A6E /* FIRCLSFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFileManager.h; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.h; sourceTree = ""; }; - 5E169411CACF295F8A4CEC04BD46EBEE /* Floating Point Conversion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Floating Point Conversion.swift"; path = "Sources/Floating Point Conversion.swift"; sourceTree = ""; }; - 5E18B791D7BC36964BBD8F577BCAA890 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 5E2BB61A9C0FE0A9C0D82E952BD0F831 /* FIRCLSExecutionIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExecutionIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m; sourceTree = ""; }; - 5E3A84768ECCE3ED41DB3CA176F50020 /* DocumentCSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DocumentCSS.h; path = "Source/DOM classes/Core DOM/DocumentCSS.h"; sourceTree = ""; }; - 5E63104051C3BBC56151DB107AE6F003 /* NBPhoneNumber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneNumber.m; path = libPhoneNumber/NBPhoneNumber.m; sourceTree = ""; }; - 5E7549CD54D2198C12630592C83126D6 /* FIRMessagingTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenFetchOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenFetchOperation.h; sourceTree = ""; }; - 5E997EB58BC953AA4C0A1FD0BC8C02EF /* EntityReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EntityReference.h; path = "Source/DOM classes/Core DOM/EntityReference.h"; sourceTree = ""; }; - 5ED746FC84A317AA00561B0BF9D5168E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; - 5F38E277F2DFC68D88173804B703E884 /* RadarChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartData.swift; path = Source/Charts/Data/Implementations/Standard/RadarChartData.swift; sourceTree = ""; }; - 5F49B0C665DF97D2687011EEF5007C37 /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; - 5F5266FEC33A00D8617E0077542A0192 /* FPRMemoryGaugeCollector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRMemoryGaugeCollector.m; path = FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeCollector.m; sourceTree = ""; }; - 5F576696C45F845B4092837142462FCD /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; - 5F70523644D9A7DEEC85950677090AAA /* FIRCLSRecordBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordBase.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h; sourceTree = ""; }; - 5F74240B711E210E974DD5060311F494 /* ZipMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZipMany.swift; path = Sources/Operators/ZipMany.swift; sourceTree = ""; }; - 5F74819C443BF425A3BF138ACC31DE79 /* FIRCLSMachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h; sourceTree = ""; }; - 5FAAAE90ACFDCDA6062AC7E1FA0311CB /* POPBasicAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPBasicAnimation.mm; path = pop/POPBasicAnimation.mm; sourceTree = ""; }; - 5FB469EF5F6C7CF20D7D63505472B0B0 /* Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.plist"; sourceTree = ""; }; - 5FBCF058696D0C1C14192BA051905E87 /* Pods-iOS-dydxV4 */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxV4"; path = Pods_iOS_dydxV4.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5FE067369E401EFEDC8B7D94856893AA /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - 5FE7551763DEA593DCDAF13E37D2CE76 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; - 5FE819F7EE9BFD41741EFF7DE31655B0 /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; - 5FF1097FF9BF6E303F31A83974291869 /* GULRuntimeSnapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeSnapshot.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeSnapshot.h; sourceTree = ""; }; - 600539F9B38D0C7AF3469F0131A620D0 /* Pods-iOS-Utilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-Utilities-umbrella.h"; sourceTree = ""; }; - 601A8F5A2375B475F2D5CDA2FF7D7A78 /* Charts-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Charts-umbrella.h"; sourceTree = ""; }; - 602807AD95486379BB2631540349AFBF /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - 603E26D258660A41478970580E5E7D4B /* FPRConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConsoleLogger.h; path = FirebasePerformance/Sources/FPRConsoleLogger.h; sourceTree = ""; }; - 60428356D58EE921C806325C90D0CB9E /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; - 605916780860374F4D52A4DACDA06FA9 /* Document.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Document.h; path = "Source/DOM classes/Core DOM/Document.h"; sourceTree = ""; }; - 609ECC11BC76282C797A59F7D7FC3EFB /* Pods-iOS-dydxFormatterTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxFormatterTests-Info.plist"; sourceTree = ""; }; - 60C2CEBF6AFAD3EED67DA446AEBEA496 /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; - 60CF463E182C9EAFA07EAC52DB17EF6D /* SVGKImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKImageRep.m; path = "Source/AppKit additions/SVGKImageRep.m"; sourceTree = ""; }; - 60E76AFFE2A5E352AC98E3B70205D02C /* ValidationRuleContains.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleContains.swift; path = Validator/Sources/Rules/ValidationRuleContains.swift; sourceTree = ""; }; - 60ECA19C9AC8FBEB88A137DAB41E2381 /* Pods-iOS-FirebaseStaticInjections.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-FirebaseStaticInjections.debug.xcconfig"; sourceTree = ""; }; - 6117418736DA9243DC13E2A0FAD73A17 /* Pods-iOS-FirebaseStaticInjections-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-FirebaseStaticInjections-umbrella.h"; sourceTree = ""; }; - 6117E465D388F8DDD8FF19251BFADC5C /* UITextField+Validator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Validator.swift"; path = "Validator/Sources/UIKit+Validator/UITextField+Validator.swift"; sourceTree = ""; }; - 612EF4BE04E88D3FED247B758C05B9AD /* FIRCLSURLBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLBuilder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m; sourceTree = ""; }; - 6140CA0EB382F01559E485AF12E4FC26 /* HeartbeatsBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsBundle.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift; sourceTree = ""; }; - 6143E30DC234DB7B5EAAB16A15599906 /* CandleStickChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleStickChartRenderer.swift; path = Source/Charts/Renderers/CandleStickChartRenderer.swift; sourceTree = ""; }; + 5B733881E459562770B598F1367007D0 /* SVGPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPoint.h; path = "Source/DOM classes/SVG-DOM/SVGPoint.h"; sourceTree = ""; }; + 5B87CFE79D8C74EBF22ECFF2241B45F4 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + 5BB6CA9DEFDD4845EBDC03EC4087CFB6 /* NamedNodeMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NamedNodeMap.h; path = "Source/DOM classes/Core DOM/NamedNodeMap.h"; sourceTree = ""; }; + 5BC73F71C33B438E870EA2E9DFF0A2AE /* FPRCounterList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRCounterList.m; path = FirebasePerformance/Sources/Timer/FPRCounterList.m; sourceTree = ""; }; + 5BD52CF9988716E933C7CD3F787CE112 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; + 5BF6376A83F6312553F442E3DC48D2CB /* POPMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPMath.h; path = pop/POPMath.h; sourceTree = ""; }; + 5C0DF795314110E68AB97D1182C26DAB /* Pods-iOS-Utilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-Utilities.debug.xcconfig"; sourceTree = ""; }; + 5C1BD26905DE79CC79A56C9F54CD4221 /* HMSegmentedControl-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HMSegmentedControl-Info.plist"; sourceTree = ""; }; + 5C1BE0F97C9CC1F3F61F28510868E277 /* SVGPoint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPoint.m; path = "Source/DOM classes/SVG-DOM/SVGPoint.m"; sourceTree = ""; }; + 5C37625634D120E93E03217975197B9B /* GULRuntimeStateHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeStateHelper.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeStateHelper.m; sourceTree = ""; }; + 5C40E391FC048E7C3D742D06C9BFFDBB /* FPRClient+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRClient+Private.h"; path = "FirebasePerformance/Sources/FPRClient+Private.h"; sourceTree = ""; }; + 5C5691BB43DC8131AC9999C05574AA5D /* FirebaseABTesting.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseABTesting.debug.xcconfig; sourceTree = ""; }; + 5C6310124EE69076136F31043085CF40 /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; + 5C6DBA5677E2067DA6EFCA8270193805 /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = Sources/Operators/Materialize.swift; sourceTree = ""; }; + 5C84283B1B99E5E1FF0A325C82679FA1 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; + 5C997E53CAB098992551D9535E2844BD /* CDATASection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDATASection.m; path = "Source/DOM classes/Core DOM/CDATASection.m"; sourceTree = ""; }; + 5CB35E263ACF260FBC4446F9AE290D72 /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; + 5CE2EE942BCC022A37718A3D8094675F /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h; sourceTree = ""; }; + 5CE752EAFB06AD9C436B718638E5F055 /* Pods-iOS-UtilitiesTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UtilitiesTests-acknowledgements.markdown"; sourceTree = ""; }; + 5CEA5F2FAFEBEE4D44112ABA9C82C4CC /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + 5CF5E41F7D021C12375BA748E06F43D2 /* SVGKParserStyles.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserStyles.h; path = "Source/Parsers/Parser Extensions/SVGKParserStyles.h"; sourceTree = ""; }; + 5D229050F722D531632A02F5D53C33B7 /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; + 5D4A17E63BF5A0B93F6DDE4C1E083448 /* EventLogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventLogger.swift; path = Sources/Statsig/EventLogger.swift; sourceTree = ""; }; + 5D606613296A25B3DB89BFDB4DF4DF67 /* Pods-iOS-dydxViewsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxViewsTests-umbrella.h"; sourceTree = ""; }; + 5D654B1FE31667D78FB208A3396D7CA7 /* KVOController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.debug.xcconfig; sourceTree = ""; }; + 5D66744C83BC63AEE57F82E9662D91D1 /* GDTCORDirectorySizeTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDirectorySizeTracker.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m; sourceTree = ""; }; + 5D67021D364FB4A71B215DF8A2893656 /* FIRMessagingTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenDeleteOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenDeleteOperation.h; sourceTree = ""; }; + 5D685EAF6ADFF0904E1FB901A33C9004 /* FPRGDTLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGDTLogger.m; path = FirebasePerformance/Sources/Loggers/FPRGDTLogger.m; sourceTree = ""; }; + 5D69570ED358AF6EABE9B8306FC1BCFE /* Document+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Document+Mutable.h"; path = "Source/DOM classes/Core DOM/Document+Mutable.h"; sourceTree = ""; }; + 5D7FFF67698648F5050FBC1ED9DF30EB /* FIRCLSMachOSlice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOSlice.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h; sourceTree = ""; }; + 5DA6513F2973E7A09A710C0571F0ABF5 /* FirebasePerformance.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebasePerformance.release.xcconfig; sourceTree = ""; }; + 5E61160FB7D0C6815ACC30C6E6BBAFE5 /* GULRuntimeClassSnapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeClassSnapshot.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassSnapshot.m; sourceTree = ""; }; + 5E6B309F9754286588D4048BCF436EAA /* Pods-iOS-FirebaseStaticInjections.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-FirebaseStaticInjections.debug.xcconfig"; sourceTree = ""; }; + 5E7899E79C10BC86547F5030C09F9CFD /* SVGPolygonElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPolygonElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGPolygonElement.h"; sourceTree = ""; }; + 5EAA6BDDAB2DA4B954E7A72A62AE05D4 /* GTMSessionUploadFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionUploadFetcher.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h; sourceTree = ""; }; + 5EC9DAEE9186CDEA822211BE23C33610 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + 5ED0D29D0196E1B8A757BE1C72EBCD15 /* FIRCLSMachO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachO.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h; sourceTree = ""; }; + 5ED3627789896B7D27DADF34AB2AC7E7 /* DataApproximator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataApproximator.swift; path = Source/Charts/Filters/DataApproximator.swift; sourceTree = ""; }; + 5EDE419D8C99C363F2C3BCA27D7D5046 /* SVGGradientElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGradientElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGGradientElement.h"; sourceTree = ""; }; + 5F2A1949BD80421917390319E984069A /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; + 5F2BB6EBF0DA91EA6806D13C101FFC25 /* Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Promise.swift; path = Sources/Promises/Promise.swift; sourceTree = ""; }; + 5F5886561E3926F369567110E67E46F5 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 5F64A92034C8372F127AA84F06CCFC36 /* Pods-iOS-dydxViews.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxViews.debug.xcconfig"; sourceTree = ""; }; + 5F8AB7D8C0DFF88BD9E9B27D5823A043 /* Pods-iOS-UIToolkits-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UIToolkits-umbrella.h"; sourceTree = ""; }; + 5F9C735B30761D4B8D764A4217075EF8 /* LegendEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LegendEntry.swift; path = Source/Charts/Components/LegendEntry.swift; sourceTree = ""; }; + 5FA99B827DFA3D052CA27344E193E4C6 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; + 5FAB49D00B934B45D451E77DD029CF3E /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + 5FB8069ED63FB14530173067B1635912 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + 5FBCF058696D0C1C14192BA051905E87 /* Pods_iOS_dydxV4.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_dydxV4.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5FC04C9E748DE83C265A2D5F3E10B7FD /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; + 5FC3E7D674375D440D579431DB3004F4 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + 5FDE9C4664CED1DC38642D897691F26A /* UnitBezier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnitBezier.h; path = pop/WebCore/UnitBezier.h; sourceTree = ""; }; + 5FDF1E01B11B0CA92A5B67029B960AEE /* Pods-iOS-AmplitudeInjectionsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AmplitudeInjectionsTests.release.xcconfig"; sourceTree = ""; }; + 5FFF62D548BDD4136D9C67C33AC8D9D4 /* FIRCLSFABAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation_Private.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h; sourceTree = ""; }; + 6010343AE1402AFEDE12DC531500F9C6 /* FirebaseCoreExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreExtension-dummy.m"; sourceTree = ""; }; + 602A6614DA86CF857C96136A38714506 /* CGColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGColor+.swift"; path = "Source/CGColor+.swift"; sourceTree = ""; }; + 603E8E1A5A1D5E30CD24BDD689AB7A2C /* RadarChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/RadarChartDataEntry.swift; sourceTree = ""; }; + 60AC187A33FB86B840CD2EA330807D5A /* SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImage-Info.plist"; sourceTree = ""; }; + 60B6746E81831735B5058C8AB3D8A706 /* CALayerWithChildHitTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CALayerWithChildHitTest.h; path = "Source/QuartzCore additions/CALayerWithChildHitTest.h"; sourceTree = ""; }; + 60C7064890A30A79DE9FC9E7BCD392D1 /* JTCalendar-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JTCalendar-Info.plist"; sourceTree = ""; }; + 60C8EB5C933B1ED6A088BE3B942D9B4C /* DDLoggerNames.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLoggerNames.m; path = Sources/CocoaLumberjack/DDLoggerNames.m; sourceTree = ""; }; + 60F733B854F6DF33E2E693D9C7619D9C /* DebugViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DebugViewController.swift; path = Sources/Statsig/DebugViewController.swift; sourceTree = ""; }; + 612466E3FEF1D45038EF0A42E14B5351 /* Pods-iOS-dydxCarteraTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxCarteraTests-frameworks.sh"; sourceTree = ""; }; + 6124F51A63EB82F1D3983DD29D2E32FA /* FirebaseABTesting.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseABTesting.release.xcconfig; sourceTree = ""; }; + 61538AFD7A911FF29ED059DD8F475820 /* GCD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GCD.swift; path = Sources/GCD.swift; sourceTree = ""; }; 6160C03B916098A1265B847409E95B5B /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; - 6184F513564AF38C291B2FB316892CBC /* FIRCLSReportAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h; sourceTree = ""; }; - 618BAEC679812800920C3C503DD3CAFE /* FPRMemoryGaugeCollector+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRMemoryGaugeCollector+Private.h"; path = "FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeCollector+Private.h"; sourceTree = ""; }; - 618EBBB3C521556B7BF6A1E006D59095 /* FIRCLSFABHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABHost.m; path = Crashlytics/Shared/FIRCLSFABHost.m; sourceTree = ""; }; - 61962C510B5792FF27E40267EFE3F6D3 /* iCarousel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "iCarousel-dummy.m"; sourceTree = ""; }; - 619F643CB115FF98EAC060EF4830CCA0 /* ChartColorTemplates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartColorTemplates.swift; path = Source/Charts/Utils/ChartColorTemplates.swift; sourceTree = ""; }; - 61A5B950644E96E879162FBDD7789185 /* Pods-iOS-CameraParticles-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-CameraParticles-dummy.m"; sourceTree = ""; }; - 61DE28ADBD589F43E64A11949407E18B /* SessionCoordinator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionCoordinator.swift; path = FirebaseSessions/Sources/SessionCoordinator.swift; sourceTree = ""; }; - 61EBF52416F89733599D0718AC6B034D /* BubbleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/BubbleChartDataSet.swift; sourceTree = ""; }; - 6233263A961184FCE92A72BA7AF56AFD /* Pods-iOS-PlatformRoutingTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformRoutingTests-dummy.m"; sourceTree = ""; }; - 623BB4E3F5F7C4D38D1A5DD87AB8F339 /* FIRCLSCompoundOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCompoundOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m; sourceTree = ""; }; - 62497791968745E671F6159BEC6B85A1 /* Atributika-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Atributika-prefix.pch"; sourceTree = ""; }; + 616A8AD461FDE51433320CCBB0F98C77 /* Charts-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Charts-umbrella.h"; sourceTree = ""; }; + 616E7AD2B62EB9908E76FF600E98AA9C /* Alert.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alert.swift; path = Sources/Templates/Alert.swift; sourceTree = ""; }; + 6172F63A2056272851ED3E8FFD701887 /* SessionsProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionsProvider.swift; path = FirebaseSessions/Sources/Public/SessionsProvider.swift; sourceTree = ""; }; + 617BB307048E4452DBE8AD2010634F29 /* HMSegmentedControl.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HMSegmentedControl.modulemap; sourceTree = ""; }; + 6183423FBF87798C4A20C451AD1DDDE0 /* ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist"; sourceTree = ""; }; + 61A8E575BC8648499AE747195C1E05EE /* GTMStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMStringEncoding.m; path = Foundation/GTMStringEncoding.m; sourceTree = ""; }; + 61CE5389CE8246ADCA3F2F6CEA190696 /* DrawerMenu-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DrawerMenu-umbrella.h"; sourceTree = ""; }; + 62167B36EE88E033ACC617E0E5CCFAA6 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; + 6220D6E1FE94352BCE1B88D043532E02 /* String Conversion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String Conversion.swift"; path = "Sources/String Conversion.swift"; sourceTree = ""; }; + 6229B05794F0530A34DBCC50C4306B99 /* ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist"; sourceTree = ""; }; + 622A57FB94B1DD2C09E0B59203BA719F /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = Sources/Operators/Internal/Timer.swift; sourceTree = ""; }; + 6242121758D7D06A44680B764FD6F4F4 /* FIRMessagingRmqManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRmqManager.h; path = FirebaseMessaging/Sources/FIRMessagingRmqManager.h; sourceTree = ""; }; 6261DDF5004567E10799F25A05AFE06A /* Pods-iOS-FirebaseStaticInjectionsTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-FirebaseStaticInjectionsTests"; path = Pods_iOS_FirebaseStaticInjectionsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6268F31D45F334B6CDCED73257BF6DC8 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - 626EAED9097F3FE90C699D2448A7204E /* Pods-iOS-dydxAnalytics-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxAnalytics-acknowledgements.markdown"; sourceTree = ""; }; - 62708F5C3B4D14B516F15682F7A74729 /* SDWebImageSVGCoder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageSVGCoder.debug.xcconfig; sourceTree = ""; }; - 6287BF912327BE032FE0CF3D636EDBC9 /* FPRNSURLConnectionDelegateInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLConnectionDelegateInstrument.h; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLConnectionDelegateInstrument.h; sourceTree = ""; }; - 629CF7F2D3FAB2DF780D509733EB92B0 /* Pods-iOS-dydxChartTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxChartTests-frameworks.sh"; sourceTree = ""; }; - 62A25EAFE105EE34F1A4E805C4E10D76 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; - 62C6DDA2BBF47064A35443A0FA27F040 /* Pods-iOS-PlatformUIJedioTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformUIJedioTests-umbrella.h"; sourceTree = ""; }; - 6303E73484414D9C2FA0DB05694E6600 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 631A5A226E0A27719DC160B3C9BA2F81 /* SVGStyleElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGStyleElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGStyleElement.h"; sourceTree = ""; }; - 632C30F3C9BEA9BF40BBCC4BD70D5C65 /* Pods-iOS-ParticlesCommonModels.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesCommonModels.debug.xcconfig"; sourceTree = ""; }; - 63643024EACB867F77B7BF5A3A1A6E61 /* POPBasicAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimation.h; path = pop/POPBasicAnimation.h; sourceTree = ""; }; - 638C5319DF973D0F61D8ADC7BDB0E315 /* BarChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartRenderer.swift; path = Source/Charts/Renderers/BarChartRenderer.swift; sourceTree = ""; }; - 63A8A4C073C01274CBFDEB80C8343698 /* Pods-iOS-UIAppToolkitsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIAppToolkitsTests-acknowledgements.plist"; sourceTree = ""; }; - 63B0BAC874BEDE02DAC90C5F25450E11 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - 63B37877B75285DA0E5D46B57A99999B /* Pods-iOS-dydxCarteraTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxCarteraTests.release.xcconfig"; sourceTree = ""; }; - 63BFCE8820E4B0D441CB607EEF97A048 /* SVGClipPathElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGClipPathElement.m; path = "Source/DOM classes/SVG-DOM/SVGClipPathElement.m"; sourceTree = ""; }; - 63CD69101AA52775CD19C8BC15B364A1 /* FirebaseCoreInternal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreInternal-dummy.m"; sourceTree = ""; }; - 63D4CCFA6E97CF9D75C0E241A112F87A /* Platform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.swift; path = Source/Charts/Utils/Platform.swift; sourceTree = ""; }; - 63F8169FBEC75A8637B83CB05FA69FCC /* FirebaseCoreInternal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreInternal.modulemap; sourceTree = ""; }; - 64078AA1668B5D7A4F1B637D46366832 /* GDTCORFlatFileStorage+Promises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCORFlatFileStorage+Promises.m"; path = "GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage+Promises.m"; sourceTree = ""; }; - 640974370ECC6F2D69DE417054798DC4 /* NVActivityIndicatorAnimationCubeTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationCubeTransition.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationCubeTransition.swift; sourceTree = ""; }; - 641E2B22D8FD174AAE5CC7831F8AAEFA /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h; sourceTree = ""; }; - 642A36957D6013D9964A4CD8DFC7F670 /* NVActivityIndicatorView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NVActivityIndicatorView-dummy.m"; sourceTree = ""; }; - 6433F9193409FFC03BFF3E35DC536CE9 /* KVOController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-prefix.pch"; sourceTree = ""; }; - 6449536C2B41A27637E4761B639EC400 /* JTCalendarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarManager.m; path = JTCalendar/JTCalendarManager.m; sourceTree = ""; }; - 648BED53036C001080356161A7189ABD /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; - 64944D14DAC200E707D9D7995BD4A353 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; - 64B4AEB505B159D45F6A91DCE8E5EE8B /* FirebaseABTesting-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseABTesting-umbrella.h"; sourceTree = ""; }; - 64BA903023234D737E7A7D1A3865A7E3 /* FPRSelectorInstrumentor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRSelectorInstrumentor.m; path = FirebasePerformance/Sources/Instrumentation/FPRSelectorInstrumentor.m; sourceTree = ""; }; - 64BCAA29C53BE246F37B9DD33A0A93D3 /* FirebaseSessions.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseSessions.release.xcconfig; sourceTree = ""; }; - 64C260BA2568AE58BAED2D22B579A3EE /* GDTCORMetrics+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCORMetrics+GDTCCTSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCORMetrics+GDTCCTSupport.m"; sourceTree = ""; }; - 64CDF9148C973251870F01661616D530 /* PanModalPresentationDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresentationDelegate.swift; path = PanModal/Delegate/PanModalPresentationDelegate.swift; sourceTree = ""; }; + 6297ADAAD2F446B6D7BE5CA416268FF6 /* FIRMessagingCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinStore.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinStore.h; sourceTree = ""; }; + 62DB2CA4D07EFBA02739E41F31DAFCB1 /* GULSwizzlingCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzlingCache.m; path = GoogleUtilities/SwizzlerTestHelpers/GULSwizzlingCache.m; sourceTree = ""; }; + 62EDBCAB5ACA488DC079A51F9CE7EDDF /* FIRMessagingPendingTopicsList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPendingTopicsList.m; path = FirebaseMessaging/Sources/FIRMessagingPendingTopicsList.m; sourceTree = ""; }; + 62EED9D844D69179BA63B2941729FA74 /* Pods-iOS-dydxFormatterTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxFormatterTests.modulemap"; sourceTree = ""; }; + 634A3D92C929293DEAC0C9482C371311 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; + 634BEAE0175E2C04A33A068DCFF38C92 /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; + 636ABE7F9319CC0D2DA0668E4821D37C /* ExternalInitializeResponse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExternalInitializeResponse.swift; path = Sources/Statsig/ExternalInitializeResponse.swift; sourceTree = ""; }; + 637A20D17AE797DD57C184B4E2399F39 /* NSColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSColor+.swift"; path = "Source/NSColor+.swift"; sourceTree = ""; }; + 639B5C53C00BAD5E849D3BC1E1D670D8 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + 63A0E061A934F8DD005079F310363A16 /* ShareReplay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplay.swift; path = Sources/Operators/ShareReplay.swift; sourceTree = ""; }; + 63BFA62F06C6D143EB301BAF8922B2B0 /* GDTCORMetricsControllerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsControllerProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORMetricsControllerProtocol.h; sourceTree = ""; }; + 63CB86515FD645068E31C4A73934EC23 /* FIRCLSAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAsyncOperation.m; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m; sourceTree = ""; }; + 63F4F39EC6DEDF738D7E544A1C803E37 /* Pods-iOS-StatsigInjections-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-StatsigInjections-umbrella.h"; sourceTree = ""; }; + 64030BE70C38916AE5BC43C42918955B /* Platform+Color.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Color.swift"; path = "Source/Charts/Utils/Platform+Color.swift"; sourceTree = ""; }; + 640459198589770A32697D5C85BE9D7F /* EFQRCode.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFQRCode.debug.xcconfig; sourceTree = ""; }; + 640733061789331D46C06F67D9403F3E /* Pods-iOS-UIToolkitsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UIToolkitsTests-dummy.m"; sourceTree = ""; }; + 642279EAA7E0BE48E0288C0598015FF0 /* Promise+Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Do.swift"; path = "Sources/Promises/Promise+Do.swift"; sourceTree = ""; }; + 642F9C3CBCA073294BDE9BFAABC2C937 /* FIRMessagingPersistentSyncMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPersistentSyncMessage.m; path = FirebaseMessaging/Sources/FIRMessagingPersistentSyncMessage.m; sourceTree = ""; }; + 6467FE01754B6CB2F9EB25B7A773821E /* FIRCLSReportAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportAdapter.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m; sourceTree = ""; }; 64D82B649F1AB6BABDE65D9605CCB206 /* Pods-iOS-Utilities */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-Utilities"; path = Pods_iOS_Utilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 64DF5AD171857D3624A681A37370D56B /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; - 64E518DD21E6B800D0C82567CFA96CD4 /* SVGDefsElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGDefsElement.m; path = "Source/DOM classes/SVG-DOM/SVGDefsElement.m"; sourceTree = ""; }; - 64F0051CD5781BC2B24283A2D2FCA2D2 /* iCarousel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "iCarousel-Info.plist"; sourceTree = ""; }; - 64F5405A4526D2018F30B781C697F58E /* Time.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Time.swift; path = FirebaseSessions/Sources/Time.swift; sourceTree = ""; }; - 64F5731AE3481B44B45F1916D8DF8B74 /* FIRLifecycleEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLifecycleEvents.h; path = FirebaseABTesting/Sources/Public/FirebaseABTesting/FIRLifecycleEvents.h; sourceTree = ""; }; - 64FFC1D013EF63812F65DC2AE66C3584 /* LayoutAnchoring.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutAnchoring.swift; path = Sources/LayoutAnchoring.swift; sourceTree = ""; }; - 65154EF2FA340CD008692F1E4BE4116D /* Platform+Graphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Graphics.swift"; path = "Source/Charts/Utils/Platform+Graphics.swift"; sourceTree = ""; }; - 65252DB84AEA9F894889FDDB3D880CB5 /* SVGAnimatedPreserveAspectRatio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAnimatedPreserveAspectRatio.h; path = "Source/DOM classes/SVG-DOM/SVGAnimatedPreserveAspectRatio.h"; sourceTree = ""; }; - 65284EDAE05F8189DE41CDC0613F7AD3 /* Patch+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Patch+Sort.swift"; path = "Sources/Differ/Patch+Sort.swift"; sourceTree = ""; }; - 652BC20DEAA74B35E11DAB3251FF400D /* NVActivityIndicatorAnimationLineScalePulseOut.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineScalePulseOut.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineScalePulseOut.swift; sourceTree = ""; }; - 6542295CD99B3CA64D6E7C6E79A61131 /* NestedExtendedDiff.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NestedExtendedDiff.swift; path = Sources/Differ/NestedExtendedDiff.swift; sourceTree = ""; }; - 65473CEA6BFC8FDB1E6B2499F9743B61 /* NBPhoneNumberDefines.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneNumberDefines.m; path = libPhoneNumber/NBPhoneNumberDefines.m; sourceTree = ""; }; - 656C14214015BB448EAC17B90A6B0C25 /* FIRCLSMetricKitManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMetricKitManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSMetricKitManager.h; sourceTree = ""; }; - 656CA7922481CB224C0F9B2781DAC36E /* Pods-iOS-UIToolkits.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UIToolkits.modulemap"; sourceTree = ""; }; - 65C5D0FA8F9012C5A840836DE7533F59 /* CSSRule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSRule.h; path = "Source/DOM classes/Core DOM/CSSRule.h"; sourceTree = ""; }; - 65C7E153276E99D3AB287F58DCD68DFF /* Pods-iOS-RoutingKitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-RoutingKitTests.debug.xcconfig"; sourceTree = ""; }; - 65D6A507740E376EDDAC57B2A173AE08 /* GTMNSString+XML.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSString+XML.h"; path = "Foundation/GTMNSString+XML.h"; sourceTree = ""; }; - 65EBDADE93193D90CB34A11D374DCB31 /* SVGRadialGradientElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGRadialGradientElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGRadialGradientElement.m"; sourceTree = ""; }; - 661B4BF5612309EDE4B80D3AF50B7560 /* GDTCOREndpoints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h; sourceTree = ""; }; - 66565D5CF2DD5B8CE2AB5DA3DD0995CC /* FIRCLSApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplication.h; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.h; sourceTree = ""; }; - 66877537DA06A5997D993420129F0270 /* SVGKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVGKit.release.xcconfig; sourceTree = ""; }; - 66BB169C0D3059CFB405C3D03F9E5C37 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; - 66BEFA001EC1D05EE0F6D7D1486F110C /* Amplitude-iOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Amplitude-iOS-Info.plist"; sourceTree = ""; }; - 66C0587B2CA7C84DC1C6DC5357E848A0 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 6720018EE43A476181B9F3A60E34EA0C /* TransformationMatrix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransformationMatrix.cpp; path = pop/WebCore/TransformationMatrix.cpp; sourceTree = ""; }; - 6770AD6AB9EEDEA82EF85AF26F5931C3 /* DrawerMenu-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DrawerMenu-dummy.m"; sourceTree = ""; }; - 678D5911222518D6E3C9067AAD83749F /* FIRCLSProcessReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSProcessReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m; sourceTree = ""; }; - 679650BB028C165339EB6D6AD81C5622 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 679AD52D4352D4F815BBA1F3AC666D48 /* ValidationRuleRequired.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleRequired.swift; path = Validator/Sources/Rules/ValidationRuleRequired.swift; sourceTree = ""; }; - 67C3EC15704E4A691B6B7AED2074AFF7 /* SVGKExporterUIImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKExporterUIImage.h; path = Source/Exporters/SVGKExporterUIImage.h; sourceTree = ""; }; - 67D0ECE3AB99B67203063FEC081FDE33 /* Pods-iOS-Utilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-Utilities-Info.plist"; sourceTree = ""; }; - 6812943290382DC5B203FAEFC9D19FDF /* Menu+UIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Menu+UIKit.swift"; path = "Sources/Templates/Menu+UIKit.swift"; sourceTree = ""; }; - 68165F7182F848AFC1E42ACD66936EBA /* FrameTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FrameTag.swift; path = Sources/SwiftUI/FrameTag.swift; sourceTree = ""; }; - 681B36E9242794A768A3FC65C95F9EB0 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - 682B66A249D47ED86EBEEACB7B4B1A40 /* Pods-iOS-dydxV4Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxV4Tests-dummy.m"; sourceTree = ""; }; - 6837D38636327F058BC8358D20004181 /* FIRMessagingInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingInterop.h; path = FirebaseMessaging/Interop/FIRMessagingInterop.h; sourceTree = ""; }; - 68702E93A0BCAB9E3E55594E91280CC6 /* libPhoneNumber-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "libPhoneNumber-iOS.modulemap"; sourceTree = ""; }; - 6882A4EB0BFEB70A3DBF17AD2AA8C24B /* PanModal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PanModal-prefix.pch"; sourceTree = ""; }; - 68834799D8271232308FC6552A7CDB81 /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; - 68AB950918E35DD94697DEA675BD92EC /* Pods-iOS-PlatformUI-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUI-Info.plist"; sourceTree = ""; }; - 68F1E2AC59742AD2C7D822B87E474870 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - 68F74E7C4715533079FE595AF1D6DCAA /* Popover.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Popover.swift; path = Sources/Popover.swift; sourceTree = ""; }; - 691077104C1D1DF7031D92D92BE5E52E /* crashlytics.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crashlytics.nanopb.h; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.h; sourceTree = ""; }; - 693019159C5655D0794BC34498C92D78 /* FIRCLSThreadArrayOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSThreadArrayOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m; sourceTree = ""; }; - 6983BF4249B14BD64C3BA3BC58BE124F /* GTMNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSData+zlib.h"; path = "Foundation/GTMNSData+zlib.h"; sourceTree = ""; }; - 69877226D4BB90FA2FEA16E137A11A5F /* POPAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationInternal.h; path = pop/POPAnimationInternal.h; sourceTree = ""; }; - 6992BE4D1678D1AD812FF79E6E3279FD /* FIRCLSMetricKitManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMetricKitManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSMetricKitManager.m; sourceTree = ""; }; - 69C134F0BAA6BD926F77E776924EA79F /* GULObjectSwizzler+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULObjectSwizzler+Internal.h"; path = "GoogleUtilities/ISASwizzler/GULObjectSwizzler+Internal.h"; sourceTree = ""; }; + 65039DC818E6869A4B1F46EA897BBC07 /* FIRCLSHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHost.h; path = Crashlytics/Crashlytics/Components/FIRCLSHost.h; sourceTree = ""; }; + 650DE1BFEAB75455DBEF25A302391919 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; + 6523FE1894AE8F1E5C81E95E5C6154D4 /* POPAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimator.h; path = pop/POPAnimator.h; sourceTree = ""; }; + 652CFF3AF6FA8B344553BD3136E103D9 /* FIRLifecycleEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLifecycleEvents.m; path = FirebaseABTesting/Sources/FIRLifecycleEvents.m; sourceTree = ""; }; + 654168F209FB0B51837ACCF1AA26804E /* FIRCLSReportUploader_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h; sourceTree = ""; }; + 65AA8FCAD39A03BEF586EAD60B81C84D /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + 65D4D00578102F05332E319F2C2794A6 /* Pods-iOS-Utilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-Utilities-Info.plist"; sourceTree = ""; }; + 65F97A46771234A0B398CED3C223EDA6 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + 660A6D716E60EFD8ED3EEB01A2F0C043 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; + 660D4393D33C8B99D81C6CDE98FFDD9B /* POPAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimation.h; path = pop/POPAnimation.h; sourceTree = ""; }; + 6631FEF81D1FDB3F24DF17DC76DB3BE8 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; + 664A38E770C0BB42843662543F53A8B8 /* Pods-iOS-PlatformUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformUITests-umbrella.h"; sourceTree = ""; }; + 6671F2C594DE721F502BB72877320DA9 /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; + 66AC2BBA30AF7546F2E43518CAB7A579 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + 66D1BB2D51D7134D28B955AC584EC19C /* Pods-iOS-RoutingKitTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-RoutingKitTests-umbrella.h"; sourceTree = ""; }; + 671B436DA0BEDA80C53DC14980C5CD6E /* UIBezierPath+Circle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBezierPath+Circle.swift"; path = "MaterialActivityIndicator/Classes/Extensions/UIBezierPath+Circle.swift"; sourceTree = ""; }; + 6746C4799D2BD76EF190EA4D90B3E7E6 /* RDHCollectionViewGridLayout.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RDHCollectionViewGridLayout.debug.xcconfig; sourceTree = ""; }; + 677347A3798A4AA2A6FC554D1C654080 /* FIRPerformance+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRPerformance+Internal.h"; path = "FirebasePerformance/Sources/FIRPerformance+Internal.h"; sourceTree = ""; }; + 679095D2DA35F0CA9A4513074A1EB909 /* Square Root.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Square Root.swift"; path = "Sources/Square Root.swift"; sourceTree = ""; }; + 67B3D9D9D0B6857D9224477B5506E1B0 /* DDASLLogCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogCapture.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogCapture.h; sourceTree = ""; }; + 67C87A37996BFFF651B4579D87785F9B /* CALayerWithChildHitTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CALayerWithChildHitTest.m; path = "Source/QuartzCore additions/CALayerWithChildHitTest.m"; sourceTree = ""; }; + 67E91589D909B1F075D1A36B511BFC54 /* FirebaseRemoteConfig-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseRemoteConfig-umbrella.h"; sourceTree = ""; }; + 680EE7801E77F455952681DE907D05E1 /* Pods-iOS-UtilitiesTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UtilitiesTests.modulemap"; sourceTree = ""; }; + 681B89DF26D158B4EFB404494A09D944 /* SVGKParserSVG.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserSVG.m; path = "Source/Parsers/Parser Extensions/SVGKParserSVG.m"; sourceTree = ""; }; + 681CD31A8DB0FC539F5762B6763CBCEB /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; + 68249FA967FC6809D8F2A6D7175D55BF /* FIRCLSFABAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h; sourceTree = ""; }; + 682633E78B43E6F4DBAE61DF2468FAE3 /* SVGKParserSVG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserSVG.h; path = "Source/Parsers/Parser Extensions/SVGKParserSVG.h"; sourceTree = ""; }; + 68428EC527963B12A35616A5F16BDCE6 /* FIRMessagingTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenStore.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenStore.h; sourceTree = ""; }; + 6887D45BCD2DD7845E11CAFF7676C70C /* Pods-iOS-CameraParticles-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-CameraParticles-dummy.m"; sourceTree = ""; }; + 688894B37472488A7CE38F716BC77948 /* FIRMessagingCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinPreferences.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinPreferences.m; sourceTree = ""; }; + 68978E2FD7FC54003FCB77AE274CB91C /* FIRCLSThreadState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadState.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h; sourceTree = ""; }; + 68B8ED11D6E826EA2BD83DD6F11CA5F2 /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; + 68D72AF1E006609E08CD140CF182FC0B /* SVGElementInstanceList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElementInstanceList.h; path = "Source/DOM classes/SVG-DOM/SVGElementInstanceList.h"; sourceTree = ""; }; + 68EF451780B277F6B799C22FC7785164 /* EFQRCode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCode.swift; path = Source/EFQRCode.swift; sourceTree = ""; }; + 68F336658B40500CBDA8655928F5C03B /* Amplitude-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Amplitude-iOS-umbrella.h"; sourceTree = ""; }; + 68F7E6DA189EA1FD071FD87062C9A959 /* DDLoggerNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLoggerNames.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLoggerNames.h; sourceTree = ""; }; + 68F800B180636DF77703B9DC29334DAB /* MergeMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MergeMany.swift; path = Sources/Operators/MergeMany.swift; sourceTree = ""; }; + 6907224146901432FCF21DD6B8DB836D /* Pods-iOS-PlatformParticlesTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformParticlesTests-Info.plist"; sourceTree = ""; }; + 693DE4A11B97663D63A0B64F72359195 /* FPRURLFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRURLFilter.m; path = FirebasePerformance/Sources/FPRURLFilter.m; sourceTree = ""; }; + 695E85B77A54DFAD0E9284E746E8AC16 /* FIRCLSDataCollectionToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionToken.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h; sourceTree = ""; }; + 696089366F85F2886C53A50F5171A56F /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; + 69610C53B587D26E90BB506109BA6DCA /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; + 69685641B8A081D5BE0F090F293933C9 /* Pods-iOS-ParticlesCommonModels-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesCommonModels-acknowledgements.plist"; sourceTree = ""; }; + 6981E43A8D5EC9B5746548BEB6302567 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + 69986CC3A25CA94275A69CF546C96004 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + 69B6C81F178D8249E145AFA22EAE5211 /* POPAnimatorPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatorPrivate.h; path = pop/POPAnimatorPrivate.h; sourceTree = ""; }; + 69D0B191457222201D3FCDE344E73B3D /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + 69DDBA6866792632FAE524DF17C6341D /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + 69EB214F15E898FF4E903A2FD1AC3556 /* CSSRuleList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSRuleList.m; path = "Source/DOM classes/Core DOM/CSSRuleList.m"; sourceTree = ""; }; + 6A04427E72F3D29AFADF1D78D5F94C25 /* SDWebImageSVGCoder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageSVGCoder.release.xcconfig; sourceTree = ""; }; 6A15BE02073953CBB87C2DF4C39D91FA /* FirebasePerformance */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebasePerformance; path = FirebasePerformance.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6A1B8CF2DED6255998135E52BD9DC940 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; - 6A88AF3F73EBB215B1769D61E85D5D99 /* FIRCLSUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h; sourceTree = ""; }; - 6A996C0EE227853E7024EA1295F94092 /* FIRTrace+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRTrace+Private.h"; path = "FirebasePerformance/Sources/Timer/FIRTrace+Private.h"; sourceTree = ""; }; - 6A9E534A6D748644C09E6D2B78FE948B /* pop-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "pop-Info.plist"; sourceTree = ""; }; - 6AA0D912131E35323F09C75CFECB5D46 /* JTHorizontalCalendarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTHorizontalCalendarView.h; path = JTCalendar/Views/JTHorizontalCalendarView.h; sourceTree = ""; }; - 6AA2D7943D6443821809EC28DD437CF3 /* FIRCLSApplicationIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplicationIdentifierModel.h; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h; sourceTree = ""; }; - 6AC06C65161F4785202CC4755F662D70 /* SVGPolygonElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPolygonElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGPolygonElement.m"; sourceTree = ""; }; - 6AC22109E4B30980ADD6B54D9E229BE7 /* ABTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ABTConstants.h; path = FirebaseABTesting/Sources/ABTConstants.h; sourceTree = ""; }; - 6ACEC4B3306F125CC94BDFDB67027A92 /* NVActivityIndicatorAnimationBallZigZagDeflect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallZigZagDeflect.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallZigZagDeflect.swift; sourceTree = ""; }; - 6AD6E9340B290157F16D2396050FDBB3 /* Transformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformer.swift; path = Source/Charts/Utils/Transformer.swift; sourceTree = ""; }; - 6ADBEF4392E9218F8282FED8E83BA296 /* DefaultAxisValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultAxisValueFormatter.swift; path = Source/Charts/Formatters/DefaultAxisValueFormatter.swift; sourceTree = ""; }; - 6AFF2B72820A285C3F23C45A1EE12E3F /* DocumentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DocumentType.h; path = "Source/DOM classes/Core DOM/DocumentType.h"; sourceTree = ""; }; - 6AFF5420FAA93BDA59A6061897B53AA6 /* NVActivityIndicatorAnimationOrbit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationOrbit.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationOrbit.swift; sourceTree = ""; }; - 6B06422D518A7078A54556EF4D344282 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + 6A16DA929C641757762A0F21EBACA75D /* Pods-iOS-PlatformUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUITests.debug.xcconfig"; sourceTree = ""; }; + 6A4FFD847CA1312214DF2184088A8FCC /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + 6A692D77D070072C739AC7ABC00D4DBD /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + 6A828ED7C9611FFA7D99BAFE9CD56D6C /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; + 6A82C93400D8839F8DDD1657BF990FF3 /* Pods-iOS-PlatformUIJedio-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformUIJedio-umbrella.h"; sourceTree = ""; }; + 6A8A151FC5D506B4C8DA534610A98F92 /* CandleChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleChartDataProvider.swift; path = Source/Charts/Interfaces/CandleChartDataProvider.swift; sourceTree = ""; }; + 6AB5203687EAA4AB7D73732C53E84293 /* Element.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Element.m; path = "Source/DOM classes/Core DOM/Element.m"; sourceTree = ""; }; + 6AB567BE35AFB7B26BC734A669F6F2C5 /* Pods-iOS-PlatformUIJedioTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-PlatformUIJedioTests-frameworks.sh"; sourceTree = ""; }; + 6AC6753309962154A67FD821BA1438DA /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; + 6AC9206958221912FCCB0250B0D24E5A /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; + 6ACF8980D53B209A7DDE0FB118E25FB7 /* FIRStackFrame_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame_Private.h; path = Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h; sourceTree = ""; }; + 6ADB9A54951A75BEDADB6C2C0B8ED416 /* Promise+Await.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Await.swift"; path = "Sources/Promises/Promise+Await.swift"; sourceTree = ""; }; + 6AF2BE6CFEEB30972EF26A5AEEC419DD /* Attr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Attr.h; path = "Source/DOM classes/Core DOM/Attr.h"; sourceTree = ""; }; + 6AFDEDFAFBD572B2CEF4D13ADB946937 /* AMPLocationManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPLocationManagerDelegate.h; path = Sources/Amplitude/AMPLocationManagerDelegate.h; sourceTree = ""; }; + 6B123FBF690A768A829ADECF6CEDCB63 /* Pods-iOS-dydxChart-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxChart-umbrella.h"; sourceTree = ""; }; 6B1B10F952F684F6767E6903C2F5E816 /* SDWebImageSwiftUI */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SDWebImageSwiftUI; path = SDWebImageSwiftUI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6B4C6064C89E547D1743EEFFA18E9127 /* CSSValue_ForSubclasses.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSValue_ForSubclasses.h; path = "Source/DOM classes/Core DOM/CSSValue_ForSubclasses.h"; sourceTree = ""; }; - 6B58A0EF338385877B56DCE2652E71D6 /* JTCalendarDayView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarDayView.h; path = JTCalendar/Views/JTCalendarDayView.h; sourceTree = ""; }; - 6B5E4436406B7B265085C0185C237818 /* Pods-iOS-WebParticlesTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-WebParticlesTests-Info.plist"; sourceTree = ""; }; - 6B7F15D452A7061CCCB6EA37E9D3BB75 /* NBAsYouTypeFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBAsYouTypeFormatter.h; path = libPhoneNumber/NBAsYouTypeFormatter.h; sourceTree = ""; }; - 6B851D7BCD7F7FDB7563E304D7F4AD1A /* SVGPolylineElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPolylineElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGPolylineElement.m"; sourceTree = ""; }; + 6B3447D2FBD035FF24946489D7856D85 /* Pods-iOS-CameraParticlesTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-CameraParticlesTests.modulemap"; sourceTree = ""; }; + 6B55DF0B7DE78489A3952D8245EED50D /* String+Detection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+Detection.swift"; path = "Sources/Core/String+Detection.swift"; sourceTree = ""; }; + 6B5F76781C136F37B7F1EDCBF43BCB15 /* IScatterChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IScatterChartDataSet.swift; path = Source/Charts/Data/Interfaces/IScatterChartDataSet.swift; sourceTree = ""; }; + 6B6A72CA41E88700680527DBC094562A /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h; sourceTree = ""; }; + 6BA967019FBE81F52E2CF00D99AF79FA /* CocoaLumberjack-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-umbrella.h"; sourceTree = ""; }; 6BB42E540B3D838029642AB50DA101A6 /* Atributika */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Atributika; path = Atributika.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6BBF4612B36D91518FCA1ABC99EDC2B0 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - 6BC7E4588E1C77BC4FEAFAA27DE56542 /* ISPCertificatePinning.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ISPCertificatePinning.m; path = Sources/Amplitude/SSLCertificatePinning/ISPCertificatePinning.m; sourceTree = ""; }; - 6BDD1CB182E8E9416F31798EE999730C /* GDTCORAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORAssert.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m; sourceTree = ""; }; - 6BF05D2B1D5844394F61721947523503 /* NVActivityIndicatorAnimationTriangleSkewSpin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationTriangleSkewSpin.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationTriangleSkewSpin.swift; sourceTree = ""; }; - 6BF416C14B0BBD79DD97A4F142EFC26C /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 6C1CD1CEB104BA5DA46E2B3E024E4681 /* State.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = State.swift; path = Sources/State.swift; sourceTree = ""; }; - 6C27934C682DEC2BEF5A199F49B2D789 /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; - 6C2AA1012BCF5770B80A6AB1C5E1F516 /* GTMSessionFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcher.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcher.h; sourceTree = ""; }; - 6C2B010BE53206C6DACE024465E81105 /* FIRMessagingAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAuthService.m; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthService.m; sourceTree = ""; }; - 6C3B0EC6F8F4D0C73921E6B8C2A316E7 /* GTMSessionFetcher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.release.xcconfig; sourceTree = ""; }; - 6C62B18DD4B650BE0E8429BD2C5AB4AD /* Pods-iOS-ParticlesCommonModelsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesCommonModelsTests-acknowledgements.plist"; sourceTree = ""; }; - 6C63267FD7C6341F83FCAD0F1256C35F /* GoogleDataTransport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleDataTransport-Info.plist"; sourceTree = ""; }; - 6CA47D3068B35313F354345061EE289D /* Readers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Readers.swift; path = Sources/SwiftUI/Readers.swift; sourceTree = ""; }; - 6CA7DDF702968E17D4B91C17D022D7FB /* BinaryFloatingPoint+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BinaryFloatingPoint+.swift"; path = "Source/BinaryFloatingPoint+.swift"; sourceTree = ""; }; - 6CC8406037EAD56F65DF31974D690CF6 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; - 6CD7516618CC2A1B568AAD4F985A2DB7 /* ImagePlayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePlayer.swift; path = SDWebImageSwiftUI/Classes/ImagePlayer.swift; sourceTree = ""; }; - 6D2D0826965BCE46DBAACEB4D17DD53F /* FIRMessagingCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinPreferences.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinPreferences.h; sourceTree = ""; }; - 6D5F0D8AC11D96C1C7FB20FBDFE862B6 /* PieChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/PieChartDataSet.swift; sourceTree = ""; }; - 6D6B41E1050F75B235AED01EF821D523 /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = Sources/Common/Sink.swift; sourceTree = ""; }; - 6D8D178C3FECC0F62A1158DD7BAB65CA /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - 6D8D9D2403EAD660A2156C78ABE74373 /* SVGLineElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGLineElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGLineElement.m"; sourceTree = ""; }; - 6D90785DE17B12DBD1F0FF6E05CBE935 /* KVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KVOController.h; path = FBKVOController/KVOController.h; sourceTree = ""; }; - 6D9122844E96CFCB9A078031D67D8A31 /* Popovers-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Popovers-Info.plist"; sourceTree = ""; }; - 6DBC97688BB4A2F86F56B6B55ED219B1 /* Pods-iOS-UtilitiesTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UtilitiesTests.modulemap"; sourceTree = ""; }; - 6DCC0BD628DFBB482476ED77F190EC28 /* Pods-iOS-Utilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-Utilities.modulemap"; sourceTree = ""; }; - 6DDA1B8A9F5C9DC3C75A14018E1267FF /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 6DE105B1E9E7E10F7C6424066800F699 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - 6DEF393C236EB25AFBD786A9963E2B6A /* FIRCLSGlobals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSGlobals.h; path = Crashlytics/Crashlytics/Components/FIRCLSGlobals.h; sourceTree = ""; }; - 6DF15D43A2C6DB31F125345DB7078E19 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - 6E1382D477AFAA3025A1A10446FD42A3 /* Pods-iOS-RoutingKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-RoutingKit.debug.xcconfig"; sourceTree = ""; }; - 6E1837893203906D55005E81761D06CE /* FIRCLSDwarfExpressionMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfExpressionMachine.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h; sourceTree = ""; }; - 6E1CB4E8730F7BECF39E9A5243B0105A /* SVGDescriptionElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGDescriptionElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGDescriptionElement.h"; sourceTree = ""; }; - 6E22204B6F45A634A1DC04F7848BCB89 /* FIRCLSByteUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSByteUtility.h; path = Crashlytics/Shared/FIRCLSByteUtility.h; sourceTree = ""; }; - 6E27E5659388452119C4A299B4E3026F /* ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist"; sourceTree = ""; }; - 6E2D51E99082E3ACF61FA21D9F10A742 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 6E3495D294A1B93339159B872D7E9AF8 /* FIRMessagingCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinService.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinService.m; sourceTree = ""; }; - 6E37859F38884A339ECBF79DBA0DBC09 /* FIRCLSMachOSlice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOSlice.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m; sourceTree = ""; }; - 6E3A768DAB3164C90E0F238493FBC55E /* SlideIn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SlideIn.swift; path = DrawerMenu/Classes/style/SlideIn.swift; sourceTree = ""; }; - 6E42B0D9539D056CD7960A389DF9DEFF /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 6E5F50412C8C7146B8FEA7DAFE3C2550 /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - 6E6C1B8D07558B65E3777FB29C6324BA /* FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBKVOController.h; path = FBKVOController/FBKVOController.h; sourceTree = ""; }; - 6E8F3DE82461D1674D8282B349BCF865 /* GDTCCTUploadOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploadOperation.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h; sourceTree = ""; }; - 6E956D721716BA6DC15EB44DF99ADA59 /* SVGKParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParser.h; path = Source/Parsers/SVGKParser.h; sourceTree = ""; }; - 6EED60AE2BF098A8D68AECBF8CEBDF83 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; - 6EF41D54DCB64834A951CAFE60F5CD0C /* Pods-iOS-AmplitudeInjectionsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-AmplitudeInjectionsTests-frameworks.sh"; sourceTree = ""; }; - 6F124608468B4A07F2B88FE2A6BBADC0 /* CombineExt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CombineExt.debug.xcconfig; sourceTree = ""; }; - 6F42A11CBC63E0BF6019EA469379D344 /* SVGLinearGradientElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGLinearGradientElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGLinearGradientElement.h"; sourceTree = ""; }; - 6F44F8420CABF81ABA126ADB9CE9DF87 /* POPPropertyAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPPropertyAnimation.mm; path = pop/POPPropertyAnimation.mm; sourceTree = ""; }; - 6F675A834E65F8D5055AB981A7A8A2EE /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - 6F7AE0F8BF99E3292E193FB336F0C490 /* Abacus-copy-dsyms.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Abacus-copy-dsyms.sh"; sourceTree = ""; }; - 6F9B8D32F9CC65CE2EA59651539BD3F8 /* Pods-iOS-PlatformParticles-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformParticles-acknowledgements.markdown"; sourceTree = ""; }; - 6FA7004C90773441619B151C215A0D27 /* PopoverModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverModel.swift; path = Sources/PopoverModel.swift; sourceTree = ""; }; + 6BC2872CDD439F03D97CD5C7802004EE /* Pods-iOS-PlatformUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformUITests-dummy.m"; sourceTree = ""; }; + 6BD6548F0E46A196D12FC5F7746DC848 /* NBGeneratedPhoneNumberMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBGeneratedPhoneNumberMetaData.h; path = libPhoneNumber/NBGeneratedPhoneNumberMetaData.h; sourceTree = ""; }; + 6C35DF6DC7109E8DDD5313C0D0D954BC /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h; sourceTree = ""; }; + 6C3A831377F6B273FAF1BC2CA12F3F71 /* AMPRevenue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPRevenue.m; path = Sources/Amplitude/AMPRevenue.m; sourceTree = ""; }; + 6C486BECA830D93374EEC06AAF2E6083 /* FPRClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRClient.h; path = FirebasePerformance/Sources/FPRClient.h; sourceTree = ""; }; + 6C56BEC6042E7E65D3506E66E0E42E47 /* Popovers.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Popovers.modulemap; sourceTree = ""; }; + 6C62C294F9246600F859956401AB531D /* EntityReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EntityReference.m; path = "Source/DOM classes/Core DOM/EntityReference.m"; sourceTree = ""; }; + 6C7041D682042AB4B9F00F71CFB2EBB9 /* NVActivityIndicatorAnimationSquareSpin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationSquareSpin.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationSquareSpin.swift; sourceTree = ""; }; + 6C72516C755005239D2BDB599664A8D1 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 6C7EA34683D9FAB48637A835F6400B99 /* Popovers.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Popovers.debug.xcconfig; sourceTree = ""; }; + 6C9BEE2397FCF13AC969FE5DC8C6F4EE /* HMSegmentedControl.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HMSegmentedControl.debug.xcconfig; sourceTree = ""; }; + 6CB0B28BFFC86C4FB99E49591F4B6B1A /* ScatterChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/ScatterChartDataSet.swift; sourceTree = ""; }; + 6CC24B8C99B2F942E3512C337A712783 /* GULSwizzlingCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzlingCache.h; path = GoogleUtilities/SwizzlerTestHelpers/GULSwizzlingCache.h; sourceTree = ""; }; + 6CF23A9681937871DF2600FCECEF6F76 /* FIRCLSDownloadAndSaveSettingsOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDownloadAndSaveSettingsOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m; sourceTree = ""; }; + 6D00DFDBE96968A47452B3A4D7623A88 /* CharacterData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CharacterData.h; path = "Source/DOM classes/Core DOM/CharacterData.h"; sourceTree = ""; }; + 6D1CD1E105F12FF5574E52CF551019D4 /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; + 6D3088F158EFD178AF13C5FA1DB9ED79 /* POPAnimatableProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatableProperty.h; path = pop/POPAnimatableProperty.h; sourceTree = ""; }; + 6D4DCBD6013983232303EC4178FEFF34 /* NSCharacterSet+SVGKExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSCharacterSet+SVGKExtensions.m"; path = "Source/Foundation additions/NSCharacterSet+SVGKExtensions.m"; sourceTree = ""; }; + 6D5A98554FE660DD99CCFBC275A8965D /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h; sourceTree = ""; }; + 6D5D923725E116DC7C46A7F8833C3E5C /* BubbleChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartRenderer.swift; path = Source/Charts/Renderers/BubbleChartRenderer.swift; sourceTree = ""; }; + 6D6319B9E98E01EB10FE8DA703B6EB90 /* CSSStyleDeclaration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSStyleDeclaration.m; path = "Source/DOM classes/Core DOM/CSSStyleDeclaration.m"; sourceTree = ""; }; + 6D6794BD41AC4E55DB058D928ED353C2 /* iCarousel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "iCarousel-Info.plist"; sourceTree = ""; }; + 6D7DEA89F2608D8BBBAACE11BCF3E1A7 /* GDTCOREndpoints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREndpoints.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m; sourceTree = ""; }; + 6D976F8BC88622BF7428EB615EE6EFD8 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; + 6DAF20D893898F9DC8D856B359D65471 /* FPRGDTLogSampler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRGDTLogSampler+Private.h"; path = "FirebasePerformance/Sources/Loggers/FPRGDTLogSampler+Private.h"; sourceTree = ""; }; + 6DB50A73887D96983E9D38C61B559775 /* TriangleShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TriangleShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/TriangleShapeRenderer.swift; sourceTree = ""; }; + 6DB55A0334A9A7A066D039402ACF46AC /* Pods-iOS-StatsigInjections.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-StatsigInjections.debug.xcconfig"; sourceTree = ""; }; + 6DB9CDBE0959261D52AE6659A820F65F /* NVActivityIndicatorAnimationPacman.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationPacman.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationPacman.swift; sourceTree = ""; }; + 6DBE09148AD22AE2C443D377685B269D /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 6DD7DCF14A0684435D4965B153F27BF9 /* RDHCollectionViewGridLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RDHCollectionViewGridLayout.m; path = RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.m; sourceTree = ""; }; + 6DE7C9930BAE809BBB228B43947CE6B9 /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = Sources/Statsig/Event.swift; sourceTree = ""; }; + 6DFCC67501A4209CB978FCF5A7F9C9DE /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; + 6E0AD8A98E052CD5F07C3809802D669F /* AppsFlyerFramework-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AppsFlyerFramework-xcframeworks.sh"; sourceTree = ""; }; + 6E30CE7D4B827BC8ACBEB68681FD9BB9 /* FPRScreenTraceTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRScreenTraceTracker.m; path = FirebasePerformance/Sources/AppActivity/FPRScreenTraceTracker.m; sourceTree = ""; }; + 6E44A28A8906EE531B15A34B98A5A4FC /* NVActivityIndicatorView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = NVActivityIndicatorView.modulemap; sourceTree = ""; }; + 6E7DFE49161D4B12A88DAC1CAAA208BE /* CSSPrimitiveValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSPrimitiveValue.m; path = "Source/DOM classes/Core DOM/CSSPrimitiveValue.m"; sourceTree = ""; }; + 6E8EF68760036C6DFEE3C4836451788E /* GTMSessionFetcher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.release.xcconfig; sourceTree = ""; }; + 6E92567C1F5FB7FC0DFDF45DF04B8E76 /* FIRCLSFABNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABNetworkClient.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h; sourceTree = ""; }; + 6E9CA6BBA43C14E4ECDEF79CA192BBD3 /* JTCalendarWeekDayView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarWeekDayView.h; path = JTCalendar/Views/JTCalendarWeekDayView.h; sourceTree = ""; }; + 6EA2BF35B3675F25B00A98B22ACBA4C5 /* SquareShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SquareShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/SquareShapeRenderer.swift; sourceTree = ""; }; + 6EADBD040596ECE111BE3E90D73AFE4B /* Pods-iOS-dydxChartTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxChartTests-umbrella.h"; sourceTree = ""; }; + 6EB896942509FDEF371E25D1B61E2F89 /* FIRTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRTrace.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FIRTrace.h; sourceTree = ""; }; + 6ECE16095781A432FFD67210DF29CD1F /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; + 6EDB3F355BA5DA9F4C746227BAA54048 /* Pods-iOS-UIToolkitsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIToolkitsTests-acknowledgements.plist"; sourceTree = ""; }; + 6F2B14DBD23DB47CD40DCA372786B556 /* libPhoneNumber-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libPhoneNumber-iOS-dummy.m"; sourceTree = ""; }; + 6F4D8D9DC39BED4A53A067015F2E69F5 /* ChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataProvider.swift; path = Source/Charts/Interfaces/ChartDataProvider.swift; sourceTree = ""; }; + 6F802CC15E08CC9B8A4F3F922F157D48 /* FIRCLSCallStackTree.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCallStackTree.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSCallStackTree.m; sourceTree = ""; }; + 6F802DD1D8C3230DF7706C8F8FB1E234 /* ValidationRule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRule.swift; path = Validator/Sources/Rules/ValidationRule.swift; sourceTree = ""; }; + 6F81EF305677DA9A2D91CF69BF2CF5EC /* JTCalendarPageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarPageView.m; path = JTCalendar/Views/JTCalendarPageView.m; sourceTree = ""; }; + 6F923C595339BBC1DDD9AED4776F4D06 /* FPRGaugeManager+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRGaugeManager+Private.h"; path = "FirebasePerformance/Sources/Gauges/FPRGaugeManager+Private.h"; sourceTree = ""; }; 6FAAB7D3DE9B2564509ABD18687E938E /* FloatingPanel */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FloatingPanel; path = FloatingPanel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6FAC8671F485691A1B33F197D22A9403 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - 6FE219C56120DAD546E8944DC751532D /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - 6FF6BCB496CA22F422C3CD7C8396016D /* Platform+Gestures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Gestures.swift"; path = "Source/Charts/Utils/Platform+Gestures.swift"; sourceTree = ""; }; - 6FF8C714DE41D08C438DD5D60EB2EF63 /* FIRCLSContextInitData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContextInitData.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSContextInitData.h; sourceTree = ""; }; - 700B2C6E589A5A774A1495D8FDC6D9E6 /* DrawerMenu-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DrawerMenu-umbrella.h"; sourceTree = ""; }; - 701AC8D7483064DD2EB2A7C1D5A35813 /* ReachabilitySwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReachabilitySwift.modulemap; sourceTree = ""; }; - 702DB8C4BCE67FDA0A23A1E2E75AFEA2 /* FPRGDTLogger_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTLogger_Private.h; path = FirebasePerformance/Sources/Loggers/FPRGDTLogger_Private.h; sourceTree = ""; }; - 704A31C8BCDB5FC2DA902462BAE20138 /* FIRCLSUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUtility.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h; sourceTree = ""; }; - 706CDE167861A5B1450260E626E9194E /* FPRSelectorInstrumentor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRSelectorInstrumentor.h; path = FirebasePerformance/Sources/Instrumentation/FPRSelectorInstrumentor.h; sourceTree = ""; }; - 707DB102E2E79A1BA1AAEA4643300291 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; - 708BAC2FE4E33CB41754B64F5036C1AE /* EFPointStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFPointStyle.swift; path = Source/EFPointStyle.swift; sourceTree = ""; }; - 70C8D50F0221FCC26F0674E2E86254FC /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = binaries/Resources/nonStrict/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 70D46CE944BBAA1E1772F9A86CD8940F /* Pods-iOS-dydxChartTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxChartTests-dummy.m"; sourceTree = ""; }; + 6FC76B0286B6C3F50F3343F107B91E63 /* SVGKSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSource.h; path = Source/SVGKSource.h; sourceTree = ""; }; + 6FCF59ACBC86107D533B0956F9C95919 /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; + 6FECE407B29ABD1178C90C066F53B51A /* NVActivityIndicatorAnimationAudioEqualizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationAudioEqualizer.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationAudioEqualizer.swift; sourceTree = ""; }; + 701E17FC2A808A64BB03D616A2BA706B /* AMPUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPUtils.m; path = Sources/Amplitude/AMPUtils.m; sourceTree = ""; }; + 70734133AE5BA3F69F8CE7B6C0D93DEA /* ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist"; sourceTree = ""; }; + 707EE046F6B2E5A52469111443E3D80E /* SVGElement_ForParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElement_ForParser.h; path = "Source/DOM classes/Unported or Partial DOM/SVGElement_ForParser.h"; sourceTree = ""; }; + 708E6C01854B9DE56D761116E82101A0 /* ReachabilitySwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReachabilitySwift-prefix.pch"; sourceTree = ""; }; + 70A9084A4CB22A7FA6A2758432D72A16 /* NBNumberFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBNumberFormat.h; path = libPhoneNumber/NBNumberFormat.h; sourceTree = ""; }; + 70AA8EC6568751BB77B5A35BBAEC6729 /* PanModal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PanModal-umbrella.h"; sourceTree = ""; }; + 70AE435A53DDA4DB8D65B626103C47D8 /* Pods-iOS-ParticlesCommonModels-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-ParticlesCommonModels-dummy.m"; sourceTree = ""; }; + 70D5C10C6C71D96F7EE926D7A2635D69 /* PrefixDuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrefixDuration.swift; path = Sources/Operators/PrefixDuration.swift; sourceTree = ""; }; 70D9AF8816B83A48213CBE0912445559 /* RDHCollectionViewGridLayout */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RDHCollectionViewGridLayout; path = RDHCollectionViewGridLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 70DA70B17AEF301225FAE57625E480AC /* EFQRCode-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EFQRCode-dummy.m"; sourceTree = ""; }; - 70E753DAA8B0BD79EEF360A401127B0D /* FIRCLSCompoundOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompoundOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h; sourceTree = ""; }; - 70ECA911F09038F25DC6ED9EA976C304 /* FirebaseABTesting-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseABTesting-Info.plist"; sourceTree = ""; }; - 70F5CDDD6758F2FF10253E77D54780A6 /* Pods-iOS-PlatformUI.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformUI.modulemap"; sourceTree = ""; }; - 70FC4C6298E1D0E517EF515600F6A777 /* FIRCLSContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContext.h; path = Crashlytics/Crashlytics/Components/FIRCLSContext.h; sourceTree = ""; }; - 713F014811BFC7ACFFF8784D30A0583A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/CocoaLumberjack/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 714956EA9F437FE16F667C4C55315751 /* BubbleChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/BubbleChartDataEntry.swift; sourceTree = ""; }; - 715C4E510E29B253964023AA0AD9E137 /* Pods-iOS-WebParticlesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-WebParticlesTests.debug.xcconfig"; sourceTree = ""; }; - 71F7364C0A72EE436A534187EFD9934D /* DDOSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDOSLogger.m; path = Sources/CocoaLumberjack/DDOSLogger.m; sourceTree = ""; }; - 72016F275F523CEB56B4C309FC57EA7A /* CrossShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrossShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/CrossShapeRenderer.swift; sourceTree = ""; }; - 72161ED8047AACB701A2E0B9842EEFEC /* FIRCLSAnalyticsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAnalyticsManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.m; sourceTree = ""; }; - 721EB10604BF0FD0F23FE8349E1C81BD /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - 7220E53925281B1AE707E935722E0E09 /* COSTouchVisualizer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "COSTouchVisualizer-umbrella.h"; sourceTree = ""; }; - 7235F9FC809AF320845D899D79F95AB7 /* ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist"; sourceTree = ""; }; - 7239F26ADCACBC4BEF320B3C6EF493C7 /* FIRCLSAnalyticsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAnalyticsManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h; sourceTree = ""; }; - 7280A8CA06E9AF7BA493399369FD4A4D /* GULObjectSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULObjectSwizzler.m; path = GoogleUtilities/ISASwizzler/GULObjectSwizzler.m; sourceTree = ""; }; - 7292C220979AA98D880ACA8923CF2730 /* Relay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Relay.swift; path = Sources/Relays/Relay.swift; sourceTree = ""; }; - 72AB0D55956A0FC77993612A62FFFBE6 /* FIRCLSNetworkResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkResponseHandler.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h; sourceTree = ""; }; - 72ADFFC823EEE32F602D085F0CF6A8CD /* PanModalPresentable+LayoutHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PanModalPresentable+LayoutHelpers.swift"; path = "PanModal/Presentable/PanModalPresentable+LayoutHelpers.swift"; sourceTree = ""; }; - 72B271F7310ECEAF6DFA17DE51C4E412 /* Pods-iOS-PlatformRouting-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformRouting-Info.plist"; sourceTree = ""; }; - 72B70AD4095DBED3668C8298653E48AE /* GTMSessionFetcher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMSessionFetcher-dummy.m"; sourceTree = ""; }; - 72C0EB74796C2939A4F80EFDCE42AFDB /* Pods-iOS-dydxV4Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxV4Tests-Info.plist"; sourceTree = ""; }; + 70E9485B92437EAB2AE0568B04C49A15 /* NetworkMarker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkMarker.swift; path = Sources/Statsig/Diagnostics/NetworkMarker.swift; sourceTree = ""; }; + 7112D99992ABA8B41218E86127CF47FB /* Pods-iOS-dydxStateManager-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxStateManager-acknowledgements.markdown"; sourceTree = ""; }; + 713755791A6D506B79A28970E5C3E762 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + 7148A80310182E844B7634B93167F809 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + 714C6826921AAC6EC51C721B396E8492 /* BubbleChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartView.swift; path = Source/Charts/Charts/BubbleChartView.swift; sourceTree = ""; }; + 7157F5C19E1321A7C7A99CB455A1F282 /* POPGeometry.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPGeometry.mm; path = pop/POPGeometry.mm; sourceTree = ""; }; + 719D185F5C89B44DD7CBB3E44927242E /* CurrentValueRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentValueRelay.swift; path = Sources/Relays/CurrentValueRelay.swift; sourceTree = ""; }; + 71A38499DE08286181CC5E8A8342AB54 /* GoogleToolboxForMac-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleToolboxForMac-dummy.m"; sourceTree = ""; }; + 71CE1C480E0E9887F4A3965CAC671EEE /* SVGKImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKImageRep.h; path = "Source/AppKit additions/SVGKImageRep.h"; sourceTree = ""; }; + 71D6016C0A785BC2FE26B703A8737234 /* StatsigUserDefaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigUserDefaults.swift; path = Sources/Statsig/StatsigUserDefaults.swift; sourceTree = ""; }; + 71DA25EB4BF78DB9FB6B7842169773BB /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + 72043C1DE30C515E145830AC0C4211C2 /* CandleStickChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleStickChartRenderer.swift; path = Source/Charts/Renderers/CandleStickChartRenderer.swift; sourceTree = ""; }; + 721618E1882F7E83A3D1563EA8A4C117 /* DrawerMenu.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DrawerMenu.modulemap; sourceTree = ""; }; + 72321828F474D3503C57B44BB9278E0D /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; + 7233DF303038BABFC4EE8C42CBF44C85 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 72375C549A0372117430D796D01E75B4 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; + 723954008D01A0F7A3A17BDEAB8EBBCA /* SVGPathElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPathElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGPathElement.h"; sourceTree = ""; }; + 7259DBD804323DD2F4C76A7AFA728B4F /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; + 7285431392E373EAC8F277B529921B4C /* FIRMessagingAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAuthService.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthService.h; sourceTree = ""; }; + 729BDA2B81C02A6734008BE8C82F3E5B /* Pods-iOS-dydxPresentersTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxPresentersTests-acknowledgements.plist"; sourceTree = ""; }; + 72CDE22179A37BCBA70BB03257E8E642 /* Pods-iOS-ParticlesKitTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesKitTests-acknowledgements.plist"; sourceTree = ""; }; 72E07D58069C9E39DB9E2776B409C57B /* Pods-iOS-RoutingKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-RoutingKit"; path = Pods_iOS_RoutingKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 732B3714C59926CB4F23DACCB5A12054 /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m; sourceTree = ""; }; - 7330522A099231E464FDF8C8FBDF3D07 /* CSSStyleDeclaration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSStyleDeclaration.h; path = "Source/DOM classes/Core DOM/CSSStyleDeclaration.h"; sourceTree = ""; }; - 734252AFB630D0428C308C860B4785B4 /* FirebaseRemoteConfig.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseRemoteConfig.modulemap; sourceTree = ""; }; - 7342D4DBA90E732C124E91E1D7EE8EBF /* PrefixDuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrefixDuration.swift; path = Sources/Operators/PrefixDuration.swift; sourceTree = ""; }; - 7355FA11D23F7F21D2747CBB8A1C1016 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - 737045BC3D053C3E1B2D28C8FD44B3E5 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 737BDDD4FB2B173017F3B307FA2DA7CE /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; - 738CF0B9ACED9A7D9EF662D8F5CBDE15 /* compliance.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = compliance.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/compliance.nanopb.c; sourceTree = ""; }; - 739033C8FB23BF0CA5B35746626428A2 /* Pods-iOS-JedioKitTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-JedioKitTests-acknowledgements.plist"; sourceTree = ""; }; - 739AE8731C6B932240F68E79B3CB92AF /* EFQRCode+Migration-v6.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EFQRCode+Migration-v6.swift"; path = "Source/EFQRCode+Migration-v6.swift"; sourceTree = ""; }; - 73A557C981473EA3B0E2F274A63A2279 /* UIView+WebCacheState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheState.m"; path = "SDWebImage/Core/UIView+WebCacheState.m"; sourceTree = ""; }; - 73D32E5038561EC74F85976608D3B4B3 /* JTMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTMenu.h; path = JTCalendar/Protocols/JTMenu.h; sourceTree = ""; }; - 73E9F775A87E9A25789986666D4E127B /* FIRCLSReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h; sourceTree = ""; }; - 73F4DE469EA0AAA5942488D533E794B6 /* FPRCPUGaugeCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRCPUGaugeCollector.h; path = FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeCollector.h; sourceTree = ""; }; - 73FA346D53CF8E23B51EFE2DB9DF9C84 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - 73FB5924DCAD193D1E278406E032B782 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - 73FD8F2372FF6BD2EB12141F83321115 /* Promise+Always.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Always.swift"; path = "Sources/Promises/Promise+Always.swift"; sourceTree = ""; }; - 7408A1231719E3BC2CAD7F21C3659045 /* FirebaseSharedSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseSharedSwift.release.xcconfig; sourceTree = ""; }; - 740CF4A64D8AA4576F395456117F7CBF /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; - 7449042CA7387BEF21B532F2E1BAAB9F /* Atributika.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Atributika.release.xcconfig; sourceTree = ""; }; - 744A76E1B8519CB792FDB46565ADB19C /* IChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IChartDataSet.swift; path = Source/Charts/Data/Interfaces/IChartDataSet.swift; sourceTree = ""; }; - 744BDC9F43945B0BE306C8059A4BE513 /* Differ.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Differ.release.xcconfig; sourceTree = ""; }; - 745222B800EED05E5E279A6A6AA30029 /* ChartHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartHighlighter.swift; path = Source/Charts/Highlight/ChartHighlighter.swift; sourceTree = ""; }; - 746872DEB3381B1A74870172228D5C27 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 748269AB50FAADC5CFEE0563AFF9B3E1 /* DefaultValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultValueFormatter.swift; path = Source/Charts/Formatters/DefaultValueFormatter.swift; sourceTree = ""; }; - 748F64BD95781C5A7C40FD0E8E6D51BB /* SVGKImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKImageView.h; path = Source/ImageViews/SVGKImageView.h; sourceTree = ""; }; - 74A0330731B3A9671599B720D70B5252 /* SVGRectElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGRectElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGRectElement.h"; sourceTree = ""; }; - 74CCF8F1EA2ACAB9DF4F9B8181BF1164 /* DataApproximator+N.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DataApproximator+N.swift"; path = "Source/Charts/Filters/DataApproximator+N.swift"; sourceTree = ""; }; - 74D5BDAA636B1A61B3C8A0E5BEA17E1F /* Legend.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Legend.swift; path = Source/Charts/Components/Legend.swift; sourceTree = ""; }; - 74D8C08E2D746B34DD8EA8BAAA32C44B /* Pods-iOS-dydxPresenters.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxPresenters.modulemap"; sourceTree = ""; }; - 74DE176D00C79C947291A77424BEB067 /* FPRSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRSessionManager.m; path = FirebasePerformance/Sources/AppActivity/FPRSessionManager.m; sourceTree = ""; }; - 75323DD2C92B46574C75F3A1C1408803 /* Element.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Element.m; path = "Source/DOM classes/Core DOM/Element.m"; sourceTree = ""; }; - 753D4EEA3A7456920C772F674AB59FC6 /* pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = pop.modulemap; sourceTree = ""; }; + 72EABEEE86C4DB14941CC0EA5D6CA6B7 /* GoogleToolboxForMac-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleToolboxForMac-umbrella.h"; sourceTree = ""; }; + 72FE57C5E4D04FF65897FD881CEEC8AC /* PieRadarHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieRadarHighlighter.swift; path = Source/Charts/Highlight/PieRadarHighlighter.swift; sourceTree = ""; }; + 73050C71BDE392E6DE5277B1ECAD4EF4 /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; + 7330D3C579F5DC526C137F843423F58F /* FPRRemoteConfigFlags.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRRemoteConfigFlags.m; path = FirebasePerformance/Sources/Configurations/FPRRemoteConfigFlags.m; sourceTree = ""; }; + 738BE421D4E4153BB471BBF7209A1F2B /* SVGClipPathElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGClipPathElement.m; path = "Source/DOM classes/SVG-DOM/SVGClipPathElement.m"; sourceTree = ""; }; + 73D337533A047535BE00D559F88C08D2 /* Division.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Division.swift; path = Sources/Division.swift; sourceTree = ""; }; + 73DFFC8154CCED21259D6459E6F647DC /* JTCalendarWeek.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarWeek.h; path = JTCalendar/Protocols/JTCalendarWeek.h; sourceTree = ""; }; + 73E0D06C9C47F9C041843D34A477DA81 /* SVGTransformable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTransformable.h; path = "Source/DOM classes/SVG-DOM/SVGTransformable.h"; sourceTree = ""; }; + 73F054D676FAD0DD18D98048120A05C8 /* GDTCORProductData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORProductData.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORProductData.h; sourceTree = ""; }; + 74120F2E8DF151ABA093E2FA41ECBC73 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + 7430DB8CBFEA7D7B0993E1AD8C0E41BD /* Pods-iOS-PlatformRouting.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformRouting.release.xcconfig"; sourceTree = ""; }; + 743890668339C3AC55133B3E6E45A931 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; + 7444F89AF714B860E758F794D26F56B6 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 745BBB05961D87C5EF1B52698C94CA33 /* Pods-iOS-PlatformRoutingTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformRoutingTests.debug.xcconfig"; sourceTree = ""; }; + 74951EB812DE53E6DAB5A832C5952432 /* SDWebImageSwiftUI-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageSwiftUI-umbrella.h"; sourceTree = ""; }; + 74B4E5157D86768F524DDE7ECF6DACF4 /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; + 74DD4FE6021977DC1E365C4FCB97A48E /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + 75097507CD29C9B64671A048804C3D5D /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; + 750B288F1F19A432261A336198279BC9 /* FIRCLSRolloutsPersistenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRolloutsPersistenceManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSRolloutsPersistenceManager.h; sourceTree = ""; }; + 7525AB0CA1C8FD5AA04F8FC16A75524F /* FIRMessagingTopicOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicOperation.h; path = FirebaseMessaging/Sources/FIRMessagingTopicOperation.h; sourceTree = ""; }; + 75408CA0613636BAB2B715733DD5D2FE /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; 75441199AC440007E4E2F7EEBB6B0685 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreText.framework; sourceTree = DEVELOPER_DIR; }; - 755BBE10A923AF5E44778A8350FFC663 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - 756C5C4D77EF41779737B5225897D1BA /* FPRScreenTraceTracker+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRScreenTraceTracker+Private.h"; path = "FirebasePerformance/Sources/AppActivity/FPRScreenTraceTracker+Private.h"; sourceTree = ""; }; - 757F8F876F5DB41C67A80DAA86F74935 /* SVGImageElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGImageElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGImageElement.m"; sourceTree = ""; }; - 75BE348BD9BEE6EE1C0C1C277B5A860D /* BigInt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BigInt.release.xcconfig; sourceTree = ""; }; - 75F3AE14BFD976E3F7AB8AAE9D01B54F /* Pods-iOS-dydxCartera.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxCartera.modulemap"; sourceTree = ""; }; - 76057FE48F976928C0D5B4FCEEAE0C57 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; - 7629EB4D76CE26E87000AC37D764875C /* Attr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Attr.h; path = "Source/DOM classes/Core DOM/Attr.h"; sourceTree = ""; }; - 7636276DF5DB39F83D95A6F201BD6729 /* Reachability.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = Sources/Reachability.swift; sourceTree = ""; }; - 7640B517B592E091E9BF28D50F10038E /* Pods-iOS-UIToolkits-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UIToolkits-acknowledgements.markdown"; sourceTree = ""; }; - 76449CD594116A5A7A6CD161318710C6 /* SVGKDefine_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKDefine_Private.h; path = Source/SVGKDefine_Private.h; sourceTree = ""; }; - 7650D0B906D8B7759835E04FF5096D78 /* Words and Bits.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Words and Bits.swift"; path = "Sources/Words and Bits.swift"; sourceTree = ""; }; - 76739898543F7C00B94833D12A61A37B /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; - 7679A4ABE8026CECFBC487ABEFA47214 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 767AE6E89C3D7ABCDCDE45B686973FD7 /* FIRCLSFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFile.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.h; sourceTree = ""; }; - 769BC28BD0CB60CD479A06A25EE277D1 /* Modifiers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Modifiers.swift; path = Sources/SwiftUI/Modifiers.swift; sourceTree = ""; }; - 769CFB17FC569C61CBA71525C01CFF87 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; - 770B326B730A8C26E26AFD9F6556E9F3 /* FloatingPanel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FloatingPanel.modulemap; sourceTree = ""; }; - 776514F71E5659BCCF6B44251BF99F48 /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; - 776A378F2FECF1D92D274CB693FE6DB3 /* Pods-iOS-ParticlesCommonModels-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-ParticlesCommonModels-acknowledgements.markdown"; sourceTree = ""; }; - 7772046FD155858B6FDF714BE08D1FA9 /* BaseClassForAllSVGBasicShapes_ForSubclasses.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseClassForAllSVGBasicShapes_ForSubclasses.h; path = "Source/DOM classes/Unported or Partial DOM/BaseClassForAllSVGBasicShapes_ForSubclasses.h"; sourceTree = ""; }; + 756B41786CFFDB4116DBDDA0ABA557A4 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + 75727BC4BC4795B207632449B8DA9784 /* FirebasePerformance-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebasePerformance-Info.plist"; sourceTree = ""; }; + 7574025036F79B2CE48C0DE067464016 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; + 757D81C7B06DE638EB418E6FDE58581E /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; + 7582EF811D4958B66DAFC9183BB895E1 /* NSDictionary+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+FIRMessaging.m"; path = "FirebaseMessaging/Sources/NSDictionary+FIRMessaging.m"; sourceTree = ""; }; + 758F59E37FDFB9697B5BF7BDA9451983 /* Pods-iOS-FirebaseStaticInjectionsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-FirebaseStaticInjectionsTests-frameworks.sh"; sourceTree = ""; }; + 75A7A78CF18EC506D169431CB4468111 /* NBAsYouTypeFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBAsYouTypeFormatter.m; path = libPhoneNumber/NBAsYouTypeFormatter.m; sourceTree = ""; }; + 75C67D0376E0450DCE4348778E5D15B6 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 75EAD15166175204FF2470A510F176C0 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + 7602D15ED2669B91B177B25B321754A8 /* Pods-iOS-UIToolkits-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIToolkits-Info.plist"; sourceTree = ""; }; + 762034EC8E4E423DB2462FE7450E56E8 /* GoogleToolboxForMac.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleToolboxForMac.debug.xcconfig; sourceTree = ""; }; + 76251525F234DE5216D1C47E8568F7B9 /* Pods-iOS-UIAppToolkits-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIAppToolkits-Info.plist"; sourceTree = ""; }; + 7630D927186B42545EC12FA8311A1EAB /* Toggle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toggle.swift; path = Sources/Operators/Toggle.swift; sourceTree = ""; }; + 765EEA826942F6FDFFA465613347817F /* PanModal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PanModal-Info.plist"; sourceTree = ""; }; + 76832288E597146BCEC92913AB2211C7 /* Pods-iOS-StatsigInjections.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-StatsigInjections.modulemap"; sourceTree = ""; }; + 768EC5C4896895D4D8CE0D6F64B6994B /* FPRInstrumentation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRInstrumentation.m; path = FirebasePerformance/Sources/Instrumentation/FPRInstrumentation.m; sourceTree = ""; }; + 769FCC6239201E6F21CF95F4049C0F62 /* ScatterChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartRenderer.swift; path = Source/Charts/Renderers/ScatterChartRenderer.swift; sourceTree = ""; }; + 77178D0DF6040806C682EA6B02A562E9 /* ChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/ChartDataEntry.swift; sourceTree = ""; }; + 772D38927F2E86CDACC27743BCD4CDF3 /* Pods-iOS-dydxAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxAnalytics.release.xcconfig"; sourceTree = ""; }; + 772EBCB6AF17773A52C507B7C5B35862 /* SettingsDownloadClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SettingsDownloadClient.swift; path = FirebaseSessions/Sources/Settings/SettingsDownloadClient.swift; sourceTree = ""; }; + 778031193E389249AF260D6A99181BEC /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; 778A43DE3EA035383F503F3CB114C303 /* Validator */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Validator; path = Validator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 779D064F0BE9D3F7DEBAB3152D2523B9 /* Pods-iOS-PlatformUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformUITests-acknowledgements.markdown"; sourceTree = ""; }; - 77D38A97112956E6472CA40B0B6B821D /* ZSWTappableLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabel.h; path = ZSWTappableLabel/Public/ZSWTappableLabel.h; sourceTree = ""; }; - 77E40F763759D7CDA1CCDCA1033C5A7C /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; - 78050B3A464B83CC3513DB1882EC4F0D /* DDLoggerNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLoggerNames.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLoggerNames.h; sourceTree = ""; }; - 781541C568F21653C7B7582B4A95D96C /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; - 7836C5743ED79F00F6E5CDFBED464B2C /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - 783B6B1A6859D32F1AB2C4AB8ABCA69C /* Pods-iOS-dydxChartTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxChartTests.release.xcconfig"; sourceTree = ""; }; - 784351B7F019BBEF2357E4150540193C /* Pods-iOS-PlatformRouting.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformRouting.modulemap"; sourceTree = ""; }; - 78832461D4DEB231619DF559E5ED78D9 /* Pods-iOS-dydxFormatter.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxFormatter.modulemap"; sourceTree = ""; }; - 78A487B2D09BA191938813F79021BA98 /* FirebaseSharedSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseSharedSwift.modulemap; sourceTree = ""; }; - 78B383D55A57A0559A2AEBC974E3F35E /* Pods-iOS-dydxFormatter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxFormatter.release.xcconfig"; sourceTree = ""; }; - 78CED842E2E4DC04A6A544F27CBAF1ED /* Pods-iOS-dydxFormatter-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxFormatter-Info.plist"; sourceTree = ""; }; - 78EC6FBFE5B659081270360B7BC332C4 /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; - 78FB34613D24339F8AC6E7D90C48BA31 /* FIRMessagingAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAPNSInfo.m; path = FirebaseMessaging/Sources/Token/FIRMessagingAPNSInfo.m; sourceTree = ""; }; - 79201204BD168309A00FD9149AC841AE /* SVGKParserGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserGradient.h; path = "Source/Parsers/Parser Extensions/SVGKParserGradient.h"; sourceTree = ""; }; - 7944D8C988A880C02CF3CA50700D9119 /* FIRCLSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.h; sourceTree = ""; }; + 778B9A90673AC32E02CC59A0F2CE5ED6 /* EFWatermarkMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFWatermarkMode.swift; path = Source/EFWatermarkMode.swift; sourceTree = ""; }; + 778D263A6F74152D76E84AD7DA905BA7 /* RadarHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarHighlighter.swift; path = Source/Charts/Highlight/RadarHighlighter.swift; sourceTree = ""; }; + 77B8BF79D807379B65E45CA04F69F0B6 /* GDTCORFlatFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORFlatFileStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m; sourceTree = ""; }; + 77BB1BDD8B18EC07576C96E5F2AAB423 /* FIRRemoteConfig_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRRemoteConfig_Private.h; path = FirebaseRemoteConfig/Sources/Private/FIRRemoteConfig_Private.h; sourceTree = ""; }; + 77C83E4DEF9B958A043424BE0A479C71 /* Pods-iOS-dydxV4-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxV4-dummy.m"; sourceTree = ""; }; + 77D7CBE94598AB77E8CD29A97654564F /* XShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/XShapeRenderer.swift; sourceTree = ""; }; + 77DB031ED3D65BEB06269A96177C19FA /* Pods-iOS-WebParticles.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-WebParticles.modulemap"; sourceTree = ""; }; + 77E28F6C6149333E3663BBAFD6F72956 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; + 77EB31C7512353EFDAA4143A946DBCA0 /* XAxisRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XAxisRenderer.swift; path = Source/Charts/Renderers/XAxisRenderer.swift; sourceTree = ""; }; + 780335C97BBE5A433C46D1530278D4C8 /* CGPathAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CGPathAdditions.m; path = "Source/QuartzCore additions/CGPathAdditions.m"; sourceTree = ""; }; + 78255F536C3ADE94F9A555D55B094492 /* ComodoRsaDomainValidationCA.der */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = ComodoRsaDomainValidationCA.der; path = Sources/Amplitude/ComodoRsaDomainValidationCA.der; sourceTree = ""; }; + 7865A67BA2F4A9639B5C90BB0E95D7DC /* Pods-iOS-PlatformUI-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformUI-umbrella.h"; sourceTree = ""; }; + 7875A8C5A9F1F8CB1E9FB80A18ED127B /* Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig"; sourceTree = ""; }; + 787BC1BE58468F96B974B8B32C79DB1B /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; + 790BC989FD3AAE982F4B00B03741559A /* StyleSheetList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StyleSheetList.h; path = "Source/DOM classes/Core DOM/StyleSheetList.h"; sourceTree = ""; }; + 793BCB70C950194059A82EA6D76D890F /* ContainsNumberValidationPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContainsNumberValidationPattern.swift; path = Validator/Sources/Patterns/ContainsNumberValidationPattern.swift; sourceTree = ""; }; + 793C54601295BEF4865757219BB9C1EE /* PieChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/PieChartDataEntry.swift; sourceTree = ""; }; + 793E42D08E769279C00CA0298A5C1867 /* COSTouchVisualizer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "COSTouchVisualizer-prefix.pch"; sourceTree = ""; }; + 7941C6CC0383BFE83473C9FC263BA617 /* POPAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAction.h; path = pop/POPAction.h; sourceTree = ""; }; 79466250C0AB8216B905D3321D56C526 /* Amplitude-iOS */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Amplitude-iOS"; path = Amplitude_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 796EDF3353EAF8D5F0D0746A988C2F59 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; + 796F818341F498EF2686B50E4DA16315 /* JTHorizontalCalendarView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTHorizontalCalendarView.m; path = JTCalendar/Views/JTHorizontalCalendarView.m; sourceTree = ""; }; + 79701722E260FB538A5C1DB04B6B4F56 /* BigInt-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BigInt-umbrella.h"; sourceTree = ""; }; + 7985C0E800295D9E0623DDF90453B048 /* FIRCLSAnalyticsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAnalyticsManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.m; sourceTree = ""; }; + 79ADE5DFBFCF60DA5E99B1589FA5BF46 /* Pods-iOS-dydxV4Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxV4Tests-acknowledgements.markdown"; sourceTree = ""; }; + 79C58147E0759631AC2AFF1209192838 /* SessionInitiator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionInitiator.swift; path = FirebaseSessions/Sources/SessionInitiator.swift; sourceTree = ""; }; 79C71A13A4C8327CA927EFAAB1ACCFB3 /* Pods-iOS-dydxAnalytics */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxAnalytics"; path = Pods_iOS_dydxAnalytics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 79D8582CD031E17AC5320D60F8688313 /* IMarker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IMarker.swift; path = Source/Charts/Components/IMarker.swift; sourceTree = ""; }; - 79EFF66EBCD26925C8C6EE71F65940BA /* SVGSVGElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGSVGElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGSVGElement.m"; sourceTree = ""; }; - 79F31FD67F0296EA7A837488FD0BD382 /* RolloutAssignment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RolloutAssignment.swift; path = FirebaseRemoteConfig/Interop/RolloutAssignment.swift; sourceTree = ""; }; - 7A05E1A8BB7D5DB85657A1EA1B05E0BA /* FirebaseMessaging-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseMessaging-umbrella.h"; sourceTree = ""; }; - 7A190E0D50B6ECBA94C8F29D0E5426BC /* PromisesSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesSwift-prefix.pch"; sourceTree = ""; }; - 7A19FCD3D36EFFA0BF6F5B2DED67ED56 /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; - 7A2F9551B0028157E87643DA227B6A95 /* FIRCLSLaunchMarkerModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLaunchMarkerModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.m; sourceTree = ""; }; - 7A3494DF0B1335A22AA89CF67D3AB927 /* Pods-iOS-UIAppToolkits-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIAppToolkits-Info.plist"; sourceTree = ""; }; - 7A43C0CBA86B0DB095F3BD022448FD1D /* GTMNSThread+Blocks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSThread+Blocks.m"; path = "Foundation/GTMNSThread+Blocks.m"; sourceTree = ""; }; - 7A7624EACCBEF19B027E8E964D20B76F /* SDWebImageSVGCoder.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImageSVGCoder.modulemap; sourceTree = ""; }; - 7A82643F596B9CE1C5299B988B067B4A /* Pods-iOS-PlatformUIJedioTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformUIJedioTests.modulemap"; sourceTree = ""; }; - 7A9A583FFCB4888EFDBE0AA49912DA02 /* RadarChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartView.swift; path = Source/Charts/Charts/RadarChartView.swift; sourceTree = ""; }; - 7AC37CA948B8801A6916FDBDE2AFF2D3 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 7AC6615AE7814697F08DEE0598FA5C6D /* AssignOwnership.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssignOwnership.swift; path = Sources/Operators/AssignOwnership.swift; sourceTree = ""; }; - 7AFE9CF5BAE6D42D9BF3414055CC73FC /* POPAnimationExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimationExtras.mm; path = pop/POPAnimationExtras.mm; sourceTree = ""; }; - 7B16C6DC05516EBFB67AB16F065A65F6 /* CombineExt-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CombineExt-dummy.m"; sourceTree = ""; }; - 7BB1D77557EBD6E6F2997305C2B9207C /* FIRCLSConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSConstants.m; path = Crashlytics/Shared/FIRCLSConstants.m; sourceTree = ""; }; - 7BC2069C83D81A6F1689D05FE06621F1 /* FirebaseCoreExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreExtension-Info.plist"; sourceTree = ""; }; - 7BF50B5C62E94A26DF6EF75826A19858 /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; + 79D85956786C36D2B366A53758B50192 /* SDImageFramePool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFramePool.m; path = SDWebImage/Private/SDImageFramePool.m; sourceTree = ""; }; + 79D8EC321437CB5FC8964DA7DA115197 /* FPRNetworkInstrumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNetworkInstrumentHelpers.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNetworkInstrumentHelpers.h; sourceTree = ""; }; + 7A15727355B552ABC50AA631FB60CBA0 /* DDFileLogger+Buffering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Buffering.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger+Buffering.h"; sourceTree = ""; }; + 7A504F9EA2FA7E8D6665083A05CFAF43 /* FeatureGateObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FeatureGateObjC.swift; path = Sources/Statsig/ObjectiveC/FeatureGateObjC.swift; sourceTree = ""; }; + 7A5948C1E44CC833F310950709F7CCD2 /* Transitioning.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transitioning.swift; path = Sources/Transitioning.swift; sourceTree = ""; }; + 7A9E6E90789301190A6A1A58FEBA1282 /* FloatingPanel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FloatingPanel-dummy.m"; sourceTree = ""; }; + 7ABD9F1F17B3195D004ADAEBC5A6F47F /* FIRMessagingSyncMessageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingSyncMessageManager.m; path = FirebaseMessaging/Sources/FIRMessagingSyncMessageManager.m; sourceTree = ""; }; + 7B103A03EAFC6BAD572E3A7196ABBA8B /* PopoverModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverModel.swift; path = Sources/PopoverModel.swift; sourceTree = ""; }; + 7B18940D6D23BC8370921CAAB2C6CD94 /* AttributedStringBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AttributedStringBuilder.swift; path = Sources/Core/AttributedStringBuilder.swift; sourceTree = ""; }; + 7B1B1A1004BF31041C253E0BBD6A6028 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + 7B1CA1ED20A1690AA73E31ACCB618186 /* Document.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Document.m; path = "Source/DOM classes/Core DOM/Document.m"; sourceTree = ""; }; + 7B2BAE9EB43B997A1F7DBEC20529EB8F /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h; sourceTree = ""; }; + 7B3435E206CB2F60782F8B3CDAAB4A48 /* Pods-iOS-dydxStateManagerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxStateManagerTests.release.xcconfig"; sourceTree = ""; }; + 7B4BAF9953A3E5D82248EB2F49B60AB4 /* FIRCLSThreadArrayOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadArrayOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h; sourceTree = ""; }; + 7BA1831F53EC5D073E0116C0E11F4787 /* SVGPolygonElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPolygonElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGPolygonElement.m"; sourceTree = ""; }; + 7BA43AE79A2D18DAB0B84C466A3ABF9A /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h; sourceTree = ""; }; + 7BB5FB0871015E8C12BFB47765E7500E /* Pods-iOS-CameraParticles-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-CameraParticles-Info.plist"; sourceTree = ""; }; + 7BB88EC3FF20EF4F725D044FAF6DBAF1 /* FPRConfigurations+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRConfigurations+Private.h"; path = "FirebasePerformance/Sources/Configurations/FPRConfigurations+Private.h"; sourceTree = ""; }; + 7BBD121CAE529EE56F8F4F0625F3785C /* Validator.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Validator.release.xcconfig; sourceTree = ""; }; + 7BBDA05AD1287F155358775C798B542C /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; + 7BC85A594A3A65B28423005EA7C58533 /* FIRCLSNotificationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNotificationManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m; sourceTree = ""; }; + 7BD074CD572EA1CEF4ACE659AD3361B9 /* FIRCLSMetricKitManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMetricKitManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSMetricKitManager.h; sourceTree = ""; }; + 7BF2FBD4D44DCDE4DBE773A4270C5E17 /* ValidationRuleRequired.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleRequired.swift; path = Validator/Sources/Rules/ValidationRuleRequired.swift; sourceTree = ""; }; + 7C141BC5CD2F0A7A951D8CC8264C2BCD /* ZipMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZipMany.swift; path = Sources/Operators/ZipMany.swift; sourceTree = ""; }; + 7C203EDAFB6A285D6770C4E88C991AAB /* GDTCORMetricsController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORMetricsController.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORMetricsController.m; sourceTree = ""; }; + 7C35082C99CD49F743BB6780BDA8C539 /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; 7C3AE4425E7B08F16F1B4FD32951CA7F /* FirebaseABTesting */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseABTesting; path = FirebaseABTesting.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7C3E5966B39D5E77ACFF906CCB2A4FFD /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - 7C48815AC07E69B5F69457C51F834334 /* FPRSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRSessionManager.h; path = FirebasePerformance/Sources/AppActivity/FPRSessionManager.h; sourceTree = ""; }; - 7C512997B4143CDFF94149A6EF4814B3 /* FIRCLSAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation_Private.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h; sourceTree = ""; }; - 7C6B590824805A2C89248260F4E4D649 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/FBLPromises/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 7C72A2B6BE0A3BAB34AF97C95AD02B50 /* FPRScreenTraceTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRScreenTraceTracker.h; path = FirebasePerformance/Sources/AppActivity/FPRScreenTraceTracker.h; sourceTree = ""; }; - 7C84AEAB39B8BD0D99D66E23E83EE9C9 /* FIRCLSDemangleOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDemangleOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h; sourceTree = ""; }; - 7C8BA3E606C9B9942CB75216C95CFD0F /* Description.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Description.swift; path = Source/Charts/Components/Description.swift; sourceTree = ""; }; - 7C969E3F9EC4311181A5CA04A52D992C /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; - 7CB6C52234E4090C18812198F42E9897 /* FirebaseCoreExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreExtension-prefix.pch"; sourceTree = ""; }; - 7CB82C40E0ABA1E8E62BF7B1E96CDA50 /* GDTCORTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h; sourceTree = ""; }; - 7CBDA6C2461930C134ED617CD27163DE /* Pods-iOS-UIAppToolkitsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UIAppToolkitsTests-acknowledgements.markdown"; sourceTree = ""; }; - 7CDFE7A0805B7D91CE951E4CFE961B53 /* JTDateHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTDateHelper.h; path = JTCalendar/JTDateHelper.h; sourceTree = ""; }; - 7CEF05631053576AB5FE7097FCBCA0EA /* SVGElementInstance_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElementInstance_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGElementInstance_Mutable.h"; sourceTree = ""; }; - 7CF79475FF2EAEB49C1BD5D32BE844F6 /* Slide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Slide.swift; path = DrawerMenu/Classes/style/Slide.swift; sourceTree = ""; }; - 7D21FCDCC5DF70B1C029269AD5CAC1C6 /* FIRMessagingTopicOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTopicOperation.m; path = FirebaseMessaging/Sources/FIRMessagingTopicOperation.m; sourceTree = ""; }; - 7D622EF450294FDB79A96C12A66323B2 /* FIRMessagingAuthKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAuthKeychain.m; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthKeychain.m; sourceTree = ""; }; - 7D70AF274E928AE8D4123D2CE5F80549 /* Pods-iOS-dydxFormatterTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxFormatterTests.modulemap"; sourceTree = ""; }; - 7D89AFE67ADB2BF6F7B6CC4484546150 /* FIRCLSSymbolicationOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolicationOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m; sourceTree = ""; }; - 7D9B8A1205E5315C4356A586AE8BBE9C /* Pods-iOS-ParticlesCommonModels-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-ParticlesCommonModels-dummy.m"; sourceTree = ""; }; - 7DAE7E9A4A348B321283000055097AC2 /* ChartDataEntryBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataEntryBase.swift; path = Source/Charts/Data/Implementations/Standard/ChartDataEntryBase.swift; sourceTree = ""; }; - 7DC199781957F30EE22BDDA9E52C3A91 /* FIRCLSReportAdapter_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter_Private.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h; sourceTree = ""; }; - 7DD756705D2559E4949B67AB1F320233 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h; sourceTree = ""; }; - 7E03EEF56D066B331715756A9230F988 /* FPRNSURLConnectionDelegateInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLConnectionDelegateInstrument.m; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLConnectionDelegateInstrument.m; sourceTree = ""; }; - 7E1B74886372A6146756FF38AF7D9F62 /* Menu.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Menu.swift; path = Sources/Templates/Menu.swift; sourceTree = ""; }; - 7E2883B6B703C6F46F69984848962F21 /* Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Shadow.swift; path = Sources/Templates/Shadow.swift; sourceTree = ""; }; - 7E30DA9DEF33C128107F15DB15035D21 /* Pods-iOS-PlatformParticlesTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformParticlesTests-acknowledgements.markdown"; sourceTree = ""; }; - 7E371CE0D9F1D11D13656A07146044A8 /* StyleSheet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StyleSheet.h; path = "Source/DOM classes/Core DOM/StyleSheet.h"; sourceTree = ""; }; - 7E3AF80F7FCEA840E4929E74CC08DCF1 /* FIRCLSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSConstants.h; path = Crashlytics/Shared/FIRCLSConstants.h; sourceTree = ""; }; - 7E4BF3F57B83F45EB05F69DF8C226B4E /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - 7E54F8AD765F6D841EA161A725F2CDC6 /* client_metrics.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = client_metrics.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/client_metrics.nanopb.h; sourceTree = ""; }; - 7E729512658724CC7AC4479C7EC3DA1C /* POPSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimation.h; path = pop/POPSpringAnimation.h; sourceTree = ""; }; - 7EA5F4422D9127D510141D5A0009CA5C /* DDLog+LOGV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDLog+LOGV.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog+LOGV.h"; sourceTree = ""; }; - 7EC0AAA65711076DE81A89500768EB10 /* EFQRCode-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "EFQRCode-Info.plist"; sourceTree = ""; }; - 7EDCCB220C282C0C5727CBDEC51AE3D3 /* JTCalendarDelegateManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarDelegateManager.h; path = JTCalendar/Managers/JTCalendarDelegateManager.h; sourceTree = ""; }; - 7EECE4C99B6172D7B52742A5D7E36EFE /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; - 7F345186E6C852B280B3FC73B7CAED7B /* external_prequest_context.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = external_prequest_context.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/external_prequest_context.nanopb.c; sourceTree = ""; }; - 7F4CCA1AC75EB7CD2E727773FF23E8B7 /* GULHeartbeatDateStorageUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorageUserDefaults.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m; sourceTree = ""; }; - 7F5E40E31B930AB4C1D8A26E74F8632B /* GTMSessionFetcher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.debug.xcconfig; sourceTree = ""; }; - 7F6125788BABD6F8384A97B21987F89B /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; - 7F6B7B8DDEA7E93608D82DE67CDE7C62 /* Promise+Recover.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Recover.swift"; path = "Sources/Promises/Promise+Recover.swift"; sourceTree = ""; }; - 7F75059B5501BB1331596C8EB58F7F40 /* ResourceBundle-GoogleToolboxForMac_Logger_Privacy-GoogleToolboxForMac-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleToolboxForMac_Logger_Privacy-GoogleToolboxForMac-Info.plist"; sourceTree = ""; }; - 7F8196CF530E64969BF5EFB4D7E46F41 /* AMPDatabaseHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPDatabaseHelper.h; path = Sources/Amplitude/AMPDatabaseHelper.h; sourceTree = ""; }; - 7FB157270160EA9645BA19FFDF165C9F /* SVGElement_ForParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElement_ForParser.h; path = "Source/DOM classes/Unported or Partial DOM/SVGElement_ForParser.h"; sourceTree = ""; }; - 7FCCDAB64DB58861B7ADDC7B10282E03 /* FirebaseDataEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseDataEncoder.swift; path = FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift; sourceTree = ""; }; - 7FD8E23DA0BF73B2AEA135CA74AE3E4B /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; - 7FDAAB9D2B6FE3AC539D210CC5BAD94E /* FirebaseSessions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseSessions-dummy.m"; sourceTree = ""; }; - 7FE04E9E6ED6D7D1A63C6785951E83AF /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; - 7FEF3620B0D251CE3DF3E42EDB968EFC /* Pods-iOS-ParticlesKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesKit.release.xcconfig"; sourceTree = ""; }; - 7FEF547ED99ECA1E3781D5359757AD23 /* ValidationPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationPattern.swift; path = Validator/Sources/Patterns/ValidationPattern.swift; sourceTree = ""; }; - 7FF1E51157AC404ADEA16D97AFA76796 /* NVActivityIndicatorAnimationDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationDelegate.swift; path = Sources/Base/NVActivityIndicatorAnimationDelegate.swift; sourceTree = ""; }; - 80135D3998C02E36C9E8EDAB29B5D2F4 /* Pods-iOS-dydxCarteraTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxCarteraTests-acknowledgements.markdown"; sourceTree = ""; }; - 803B43B6CD24393E9847E6AAF96782EB /* SVGAngle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAngle.m; path = "Source/DOM classes/SVG-DOM/SVGAngle.m"; sourceTree = ""; }; - 8047A22C74D3CEE487FBA6916D11F5E5 /* SVGRadialGradientElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGRadialGradientElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGRadialGradientElement.h"; sourceTree = ""; }; - 8084FE40A13D6CFF262298528A2C92A0 /* SVGGroupElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGroupElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGGroupElement.m"; sourceTree = ""; }; - 808E456EA075994F2E8075937DD71B72 /* SVGKPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKPattern.m; path = Source/Utils/SVGKPattern.m; sourceTree = ""; }; - 8094DF1E620915CDFD880F6D670D9858 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; - 80B0A3EFDA16578A6D81760CD59B3AA7 /* Pods-iOS-dydxFormatter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxFormatter-dummy.m"; sourceTree = ""; }; - 80E0849826C139072730C5826DA45F28 /* GTMStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMStringEncoding.h; path = Foundation/GTMStringEncoding.h; sourceTree = ""; }; - 81289C5BA757D2307D521C7D1E11B786 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h; sourceTree = ""; }; - 8147BEA19F8C2938EC3064F271573F9C /* Partition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Partition.swift; path = Sources/Operators/Partition.swift; sourceTree = ""; }; - 814D8D2B8F6FA9411018D842FC3A9886 /* Pods-iOS-UtilitiesTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-UtilitiesTests-frameworks.sh"; sourceTree = ""; }; - 8160B316961E28CCF0CB7C69B1F611C6 /* ChartAnimationEasing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartAnimationEasing.swift; path = Source/Charts/Animation/ChartAnimationEasing.swift; sourceTree = ""; }; - 8167146F556915CC8E0CD926C1664757 /* PanModal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PanModal-dummy.m"; sourceTree = ""; }; - 81974FCD48D89763651FBBC69CA89AC1 /* Tag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tag.swift; path = Sources/Core/Tag.swift; sourceTree = ""; }; - 81B2AC31466B0F39920CDC47391046BD /* FirebaseSessions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseSessions.swift; path = FirebaseSessions/Sources/FirebaseSessions.swift; sourceTree = ""; }; - 81CDCA40EA35DC255091CDA738973EA1 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; - 81D44F6368A9699DC45C80929C271EFF /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 81F0911ED8C60CDEE88933D9D2D7B324 /* StyleSheetList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StyleSheetList.m; path = "Source/DOM classes/Core DOM/StyleSheetList.m"; sourceTree = ""; }; - 81F4A2B902E9D99B715B3744C0F6550C /* SVGKParserStyles.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserStyles.m; path = "Source/Parsers/Parser Extensions/SVGKParserStyles.m"; sourceTree = ""; }; - 81F533A75E005CB4F4317B83E681BC4A /* libPhoneNumber-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "libPhoneNumber-iOS.debug.xcconfig"; sourceTree = ""; }; - 81FA250BFD1C8F799F6E1FEE53F2A8A4 /* COSTouchVisualizer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = COSTouchVisualizer.modulemap; sourceTree = ""; }; - 81FDA597BB956AC0EF97FE99C75FBB4C /* NBPhoneNumberDesc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneNumberDesc.h; path = libPhoneNumber/NBPhoneNumberDesc.h; sourceTree = ""; }; - 820839E899F358597EC2AA2FC0045A51 /* iCarousel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iCarousel-umbrella.h"; sourceTree = ""; }; - 820B63C974A0580E3F8C2CC516390BA4 /* Pods-iOS-dydxStateManagerTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxStateManagerTests.modulemap"; sourceTree = ""; }; - 821FBD963C598C0F83A214B684118FAA /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; - 82259E747D589314F7DA0CCBB9DC5FC6 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h; sourceTree = ""; }; - 822F0A05102CDECFE04E6F12954B2F54 /* IBubbleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IBubbleChartDataSet.swift; path = Source/Charts/Data/Interfaces/IBubbleChartDataSet.swift; sourceTree = ""; }; - 825A2CC85CF909DB1DD17EBC44581D3A /* Pods-iOS-UtilitiesTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UtilitiesTests-dummy.m"; sourceTree = ""; }; - 82678AE250961E5E7D00986AA7662934 /* ISPPinnedNSURLSessionDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ISPPinnedNSURLSessionDelegate.m; path = Sources/Amplitude/SSLCertificatePinning/ISPPinnedNSURLSessionDelegate.m; sourceTree = ""; }; - 829A9FD102D3AA418F33152F6F4D34CC /* Pods-iOS-CameraParticlesTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-CameraParticlesTests-acknowledgements.plist"; sourceTree = ""; }; - 829C1E1E8BF0561772D75DA4BFF5C55F /* Pods-iOS-CameraParticlesTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-CameraParticlesTests-acknowledgements.markdown"; sourceTree = ""; }; - 829CAD07BBCCE406374DC3F770F21B98 /* GTMNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSData+zlib.m"; path = "Foundation/GTMNSData+zlib.m"; sourceTree = ""; }; - 82AA75A02101EFF660F753F721A06854 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - 82CAE22B4A944027BA28818C7BC791D0 /* pop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "pop-dummy.m"; sourceTree = ""; }; - 82CC9AE00FCE3360F91EC471A033D316 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; - 8304B57DCDE148D9FF76F8CEDB402CFE /* POPAnimationTracer.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimationTracer.mm; path = pop/POPAnimationTracer.mm; sourceTree = ""; }; - 83303B3F9A580AB893BC3F3362F5D91D /* Pods-iOS-AmplitudeInjections.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AmplitudeInjections.release.xcconfig"; sourceTree = ""; }; - 83A0F33408987807D26672B79667CD05 /* DrawerMenu-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DrawerMenu-Info.plist"; sourceTree = ""; }; - 83A4745FB76D87867DD7F81D43654410 /* POPDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimation.h; path = pop/POPDecayAnimation.h; sourceTree = ""; }; - 83C02C3CA0FB7C74678A697A72C00B2D /* ViewPortHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewPortHandler.swift; path = Source/Charts/Utils/ViewPortHandler.swift; sourceTree = ""; }; - 83C5A654C6CE669A7234A94E4B0D7A6A /* Floating.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Floating.swift; path = DrawerMenu/Classes/style/Floating.swift; sourceTree = ""; }; + 7C5794D05F3DDB76D5681B451B653BBF /* FirebaseABTesting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseABTesting.h; path = FirebaseABTesting/Sources/Public/FirebaseABTesting/FirebaseABTesting.h; sourceTree = ""; }; + 7C82458722FD9C49258FA25D878DD3AC /* Firebase-40c737bb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Firebase-40c737bb.debug.xcconfig"; path = "../Firebase-40c737bb/Firebase-40c737bb.debug.xcconfig"; sourceTree = ""; }; + 7C8437FD2FCCB7DC2B0EE0676BCC8BEC /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; + 7C8704FA39A6E3B99E43DB6A48299282 /* NamedNodeMap_Iterable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NamedNodeMap_Iterable.h; path = "Source/DOM classes/Core DOM/NamedNodeMap_Iterable.h"; sourceTree = ""; }; + 7C89D60A420E6F6843029CA9F4029CD2 /* SVGKParserDefsAndUse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserDefsAndUse.h; path = "Source/Parsers/Parser Extensions/SVGKParserDefsAndUse.h"; sourceTree = ""; }; + 7C8E432F19D0DDC2F7688F07F595FA9F /* GoogleToolboxForMac-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleToolboxForMac-Info.plist"; sourceTree = ""; }; + 7CA6A3C2A43EC7D823442D6844315939 /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; + 7CCCB6590F7C9519DF9B74EC3FF8E803 /* ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist"; sourceTree = ""; }; + 7CE0E11AB87B0B1F19C9864AEB66CBAD /* me.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = me.nanopb.h; path = FirebaseMessaging/Sources/Protogen/nanopb/me.nanopb.h; sourceTree = ""; }; + 7D04623C37EA99EAC20AA92545347970 /* FIRCLSSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSignal.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h; sourceTree = ""; }; + 7D2803675F00976DDBCB54BD7748E783 /* Pods-iOS-dydxStateManagerTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxStateManagerTests-frameworks.sh"; sourceTree = ""; }; + 7D2AB3B17CB33FDE486AD5A1E1D84EFB /* GDTCORStorageSizeBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageSizeBytes.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageSizeBytes.h; sourceTree = ""; }; + 7D3EB10E572AB18F2537C86312C799CC /* ISPCertificatePinning.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISPCertificatePinning.h; path = Sources/Amplitude/SSLCertificatePinning/ISPCertificatePinning.h; sourceTree = ""; }; + 7D5893A157AE1C7085BD6B9519A2D11A /* Pods-iOS-dydxV4-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxV4-acknowledgements.plist"; sourceTree = ""; }; + 7D6AF87DD1B5808A2AEF43AC0743DB17 /* EasyTipView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EasyTipView.release.xcconfig; sourceTree = ""; }; + 7D89E4C1427FC53043F8F987FBA656C0 /* Popovers-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Popovers-umbrella.h"; sourceTree = ""; }; + 7D98F7EAC0AF9A0965E3B9863A5ED107 /* Strideable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Strideable.swift; path = Sources/Strideable.swift; sourceTree = ""; }; + 7DDB542C0CC53D5EC5F998DB360BCEB8 /* NBRegExMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBRegExMatcher.m; path = libPhoneNumber/Internal/NBRegExMatcher.m; sourceTree = ""; }; + 7DE1AF9EC9467B191ED1079D23EA2752 /* Pods-iOS-dydxV4-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxV4-frameworks.sh"; sourceTree = ""; }; + 7E02B97E9B56D64897F536ED35566183 /* ISPPinnedNSURLConnectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISPPinnedNSURLConnectionDelegate.h; path = Sources/Amplitude/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.h; sourceTree = ""; }; + 7E2E3A2783C33E75BF57601366249A7C /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + 7E560BD172C8AD08504880A45473E405 /* GTMNSFileHandle+UniqueName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSFileHandle+UniqueName.h"; path = "Foundation/GTMNSFileHandle+UniqueName.h"; sourceTree = ""; }; + 7E61D7505EE73133328469FE89FF3483 /* ReadCacheMarker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReadCacheMarker.swift; path = Sources/Statsig/Diagnostics/ReadCacheMarker.swift; sourceTree = ""; }; + 7E656A5B545EAC26BFAA706FB307D59D /* FPRProxyObjectHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRProxyObjectHelper.h; path = FirebasePerformance/Sources/Instrumentation/FPRProxyObjectHelper.h; sourceTree = ""; }; + 7EA567422C8CA3E13AAA1079176D961E /* SDImageSVGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageSVGCoder.h; path = SDWebImageSVGCoder/Classes/SDImageSVGCoder.h; sourceTree = ""; }; + 7EAD0CD16BF636D2B00B2FD9C7F54DF5 /* HorizontalBarChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HorizontalBarChartView.swift; path = Source/Charts/Charts/HorizontalBarChartView.swift; sourceTree = ""; }; + 7ED7B4929971694EEE27E65BAEB26589 /* GDTCORTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h; sourceTree = ""; }; + 7EF334AFEA8D9C905285F78D678EA11D /* AnimatedViewPortJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedViewPortJob.swift; path = Source/Charts/Jobs/AnimatedViewPortJob.swift; sourceTree = ""; }; + 7F0BC6E5D6354983B6F932C5FDC237E5 /* GoogleDataTransport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.debug.xcconfig; sourceTree = ""; }; + 7F18647B92B5ACB3416AC27AEC014FBB /* GULNetworkInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInternal.h; path = GoogleUtilities/Network/GULNetworkInternal.h; sourceTree = ""; }; + 7F770E851BDABC69CCED4D0548D882C2 /* FIRMessagingTopicsCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicsCommon.h; path = FirebaseMessaging/Sources/FIRMessagingTopicsCommon.h; sourceTree = ""; }; + 7F8F6E2FF8B29BE858962371C2534F2F /* Pods-iOS-dydxPresentersTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxPresentersTests.modulemap"; sourceTree = ""; }; + 7FBAA38F57D4CE946F6EAEA6A57E587A /* Pods-iOS-dydxFormatter-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxFormatter-acknowledgements.plist"; sourceTree = ""; }; + 7FF464FB8D124B97C5C86625F7E789A8 /* FIRCrashlyticsReport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlyticsReport_Private.h; path = Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.h; sourceTree = ""; }; + 800B959D85D6476E91F422C4D24E6780 /* Pods-iOS-CameraParticlesTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-CameraParticlesTests-Info.plist"; sourceTree = ""; }; + 802F558D3065FA53AC3E3B25FB6BCF81 /* FIRMessagingTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenManager.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenManager.m; sourceTree = ""; }; + 803730A5F163A2D2BE3932CFADCE4268 /* AppsFlyerFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppsFlyerFramework.debug.xcconfig; sourceTree = ""; }; + 806D22ABAB37D9E6BA470683A6C7FB3D /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + 80729554CA556503EE860E8295B1D3A2 /* SessionGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionGenerator.swift; path = FirebaseSessions/Sources/SessionGenerator.swift; sourceTree = ""; }; + 80990A41DF207908F84321E247142675 /* AnimatedZoomViewJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedZoomViewJob.swift; path = Source/Charts/Jobs/AnimatedZoomViewJob.swift; sourceTree = ""; }; + 80A9F7299608BD553ECBCF73641E6FE9 /* LinkedList.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkedList.swift; path = Sources/Differ/LinkedList.swift; sourceTree = ""; }; + 80AEBE57CB43ED4E78B660400F238464 /* Statsig-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Statsig-dummy.m"; sourceTree = ""; }; + 80BECFA26892BD3CA4A2DFF98CABDEEF /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + 80DF6BB5BAD6A4D56629532AAC477E1F /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + 80FB8BFFC04877EB3B968B81148F57AC /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 8106FCBC5D9FD0FC978178D9FAB097E8 /* LineScatterCandleRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineScatterCandleRadarChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift; sourceTree = ""; }; + 81086D2B3B1FCC518288CB71C1FC071F /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + 81251C0A05248633D7D084D9B7385BB4 /* FIRMessagingPubSub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPubSub.h; path = FirebaseMessaging/Sources/FIRMessagingPubSub.h; sourceTree = ""; }; + 81349F5FEECF6D5884A85E9D8A97CCC5 /* FilterMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FilterMany.swift; path = Sources/Operators/FilterMany.swift; sourceTree = ""; }; + 8141E5B3229CFA19CA63E967F0841D1E /* FPRGDTRateLimiter+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRGDTRateLimiter+Private.h"; path = "FirebasePerformance/Sources/Loggers/FPRGDTRateLimiter+Private.h"; sourceTree = ""; }; + 81509469C26A1D06FD4C54F2F6E0EC0A /* FIRCLSSymbolicationOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolicationOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h; sourceTree = ""; }; + 8150E7DDFAFFC48AD39A4439CDE9ED75 /* Platform+Touch Handling.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Touch Handling.swift"; path = "Source/Charts/Utils/Platform+Touch Handling.swift"; sourceTree = ""; }; + 81795A393CEA906FD0EC60EE6EA3E3FD /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; + 817AAF9AAFBFF5874C58FCDDEDC397D0 /* FIRCLSRecordBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordBase.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h; sourceTree = ""; }; + 817C6A287074311168C71F76C171859E /* Pods-iOS-WebParticlesTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-WebParticlesTests.modulemap"; sourceTree = ""; }; + 81898ABB2E18ED34857E4A83DFB86F00 /* Pods-iOS-dydxAnalytics-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxAnalytics-acknowledgements.plist"; sourceTree = ""; }; + 81A3DBE51D0295D41FAFA837716CE22B /* SVGGroupElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGroupElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGGroupElement.h"; sourceTree = ""; }; + 81AD04D7C957E43342AD1F479D469B33 /* ZSWTappableLabel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZSWTappableLabel.release.xcconfig; sourceTree = ""; }; + 81B8697A7811A4F45F87D7BAA648B4C8 /* perf_metric.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = perf_metric.nanopb.c; path = FirebasePerformance/Sources/Protogen/nanopb/perf_metric.nanopb.c; sourceTree = ""; }; + 81BF90EA03B7F20596332977F8514E68 /* SDWebImageSVGCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageSVGCoder-prefix.pch"; sourceTree = ""; }; + 81C686BB351DF30974265D0FFBBB5765 /* Pods-iOS-JedioKit-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-JedioKit-acknowledgements.plist"; sourceTree = ""; }; + 81E8D12236414D652690F6E075686BB0 /* CocoaLumberjack.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaLumberjack.modulemap; sourceTree = ""; }; + 81FDE7CBD9AF0586C933703BED7F86B5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = spm_resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 820CA189CB690106A1C3BC8FF1A999C3 /* SVGKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SVGKit.modulemap; sourceTree = ""; }; + 822B5ABA1D0A700208F571847BE59022 /* Promise+Recover.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Recover.swift"; path = "Sources/Promises/Promise+Recover.swift"; sourceTree = ""; }; + 823D7895CAF6A367AEF6073D92FD066E /* FirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebasePerformance.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FirebasePerformance.h; sourceTree = ""; }; + 82481572B8007EFD41B84DB255231FB1 /* FIRMessagingExtensionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingExtensionHelper.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h; sourceTree = ""; }; + 8274D41A284D8D58078368A17E5E57F8 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + 827A494973A553D434FACE86201C72DD /* CSSValueList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSValueList.h; path = "Source/DOM classes/Core DOM/CSSValueList.h"; sourceTree = ""; }; + 828E2C9FAF3A8E5CDF0638A6C6203D92 /* FirebaseInstallations-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstallations-umbrella.h"; sourceTree = ""; }; + 82A1865F6AC10592B7DE5EE9CB448828 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; + 82A3260CA94D17A486D2D8270296CAA3 /* GoogleDataTransport-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleDataTransport-umbrella.h"; sourceTree = ""; }; + 82C6E1BFB24E9BED36D452F56B6674A5 /* FIRCLSCompoundOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCompoundOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m; sourceTree = ""; }; + 82C950B6F258E2191D5BDA60978F75A9 /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; + 82D836E17A31290B06630872C39552B0 /* SessionStartEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionStartEvent.swift; path = FirebaseSessions/Sources/SessionStartEvent.swift; sourceTree = ""; }; + 82FA646F4FADB027BFEF0779063914F0 /* Pods-iOS-dydxViewsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxViewsTests.debug.xcconfig"; sourceTree = ""; }; + 83010FC16DC060298DBBA622EA0AD23F /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; + 832CCF9AB203FFB3E7D045F453E9EB4C /* Validator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validator.swift; path = Validator/Sources/Validator.swift; sourceTree = ""; }; + 83332EFF6A5E6CFDD59E6A92FBDC25F3 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 835DBEA3E3585043570DBBC92995C2B0 /* StatsigOptionsObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigOptionsObjC.swift; path = Sources/Statsig/ObjectiveC/StatsigOptionsObjC.swift; sourceTree = ""; }; + 838F4A69A13E9EC7C29CAC6A1A490E9E /* RCNDevice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNDevice.m; path = FirebaseRemoteConfig/Sources/RCNDevice.m; sourceTree = ""; }; + 83B10AC8D117FB296C2CFAF05429D040 /* GDTCORAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORAssert.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m; sourceTree = ""; }; + 83B173EB84F185434EDED8C428DE8622 /* Pods-iOS-PlatformParticlesTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformParticlesTests-acknowledgements.plist"; sourceTree = ""; }; + 83B1D67F02179B5C5F40CE520C3F7058 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + 83B6AB2ACD0B030A8CF40F5A45143F38 /* Pods-iOS-RoutingKitTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-RoutingKitTests-dummy.m"; sourceTree = ""; }; + 83DF30CC223EA72AC4D2DA02F5626D90 /* CandleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/CandleChartDataSet.swift; sourceTree = ""; }; + 83E58D43069812DA8FB22A635207C8C1 /* JTCalendarWeekDay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarWeekDay.h; path = JTCalendar/Protocols/JTCalendarWeekDay.h; sourceTree = ""; }; 83F5CCB22EE126A829F2A8820798DC8D /* FirebaseSessions */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseSessions; path = FirebaseSessions.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 83F877E5E4CE08CA54801BEC5B1D6FDC /* FirebaseRemoteConfigValueDecoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseRemoteConfigValueDecoding.swift; path = FirebaseSharedSwift/Sources/FirebaseRemoteConfigValueDecoding.swift; sourceTree = ""; }; - 84034AEE7C0AE104C6B1D00006E05F1F /* FIRMessagingTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenDeleteOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenDeleteOperation.m; sourceTree = ""; }; - 8405B46FFC8118E7EEA70E0EFBBB2E7E /* Pods-iOS-CameraParticles-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-CameraParticles-umbrella.h"; sourceTree = ""; }; - 8406FF822113D80D95EAB31E6957FE04 /* CIColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CIColor+.swift"; path = "Source/CIColor+.swift"; sourceTree = ""; }; - 84158B29EB0B8D88F7475F37105B16D1 /* AMPLocationManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPLocationManagerDelegate.h; path = Sources/Amplitude/AMPLocationManagerDelegate.h; sourceTree = ""; }; + 840D87D697FF103A1ED7420C159028EB /* CandleChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleChartData.swift; path = Source/Charts/Data/Implementations/Standard/CandleChartData.swift; sourceTree = ""; }; + 8411A96B1286DFEDC0235E9BF5BC2619 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; 842AED998605C42F2C05F53985DA2DF5 /* ReachabilitySwift-ReachabilitySwift */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "ReachabilitySwift-ReachabilitySwift"; path = ReachabilitySwift.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 8430EDA28EA17001D558F0B0979E7B59 /* LinkedList.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkedList.swift; path = Sources/Differ/LinkedList.swift; sourceTree = ""; }; - 8442131B8CD86A147185E71E402FC958 /* NVActivityIndicatorAnimationBallGridBeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallGridBeat.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallGridBeat.swift; sourceTree = ""; }; - 844B51EFD1D5B2B0B41F5D12D89D3CB9 /* NVActivityIndicatorAnimationBallClipRotate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallClipRotate.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallClipRotate.swift; sourceTree = ""; }; - 84556D2D4357B4398254FA2A2F44C704 /* SVGTextLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextLayer.h; path = "Source/QuartzCore additions/SVGTextLayer.h"; sourceTree = ""; }; - 845EB9962FBD69E4DA0A93433FCBB053 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; - 8469F656701E8AB73C4BD197A0531C19 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 846D568A94C4F038565E1D881B094C58 /* FIRCLSUserLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserLogging.h; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h; sourceTree = ""; }; - 849C0D8D88DD55D47C6C268DED0C56C1 /* NSData+NSInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+NSInputStream.h"; path = "Source/Foundation additions/NSData+NSInputStream.h"; sourceTree = ""; }; - 84A06A405BCF335567F612AF5BB8CC2D /* IHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IHighlighter.swift; path = Source/Charts/Highlight/IHighlighter.swift; sourceTree = ""; }; - 84A173E99ACA66A31CFAE2F9BD231751 /* FirebaseRemoteConfig.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseRemoteConfig.debug.xcconfig; sourceTree = ""; }; - 84A68874EBBDFB38E4D620EA3749CBE2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 84A6EA6DA3B34C7AA0C490D69DD03F50 /* PieHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieHighlighter.swift; path = Source/Charts/Highlight/PieHighlighter.swift; sourceTree = ""; }; - 84A7BE260804930056409F186435D76E /* SVGKImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKImage.m; path = Source/SVGKImage.m; sourceTree = ""; }; - 84B5DB4658B396B5341234DF3C69025F /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; - 84D01301B0C8FA9AEDB0B5C211B48918 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; - 84FD8615A263021A7E01FE429FA6209A /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; - 850748DFBF792150B0A074898043873E /* RemoveAllDuplicates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoveAllDuplicates.swift; path = Sources/Operators/RemoveAllDuplicates.swift; sourceTree = ""; }; - 8515B483AF96F91DE0BF28336B86FFD4 /* ScatterChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartData.swift; path = Source/Charts/Data/Implementations/Standard/ScatterChartData.swift; sourceTree = ""; }; - 85271CBBD751C5D5105A1D4BF7A83D94 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; - 8544104145C8C298A6D774100B8118F8 /* FIRRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRRemoteConfig.m; path = FirebaseRemoteConfig/Sources/FIRRemoteConfig.m; sourceTree = ""; }; - 855ED103321EEE6C29B889F483585FE9 /* FIRCLSSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettingsManager.h; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h; sourceTree = ""; }; + 84409C9890413DF3D1302770652AB16F /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h; sourceTree = ""; }; + 846570D0E0FBF16F6DF2777B3F850773 /* Pods-iOS-dydxFormatterTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxFormatterTests.release.xcconfig"; sourceTree = ""; }; + 8471C4102EB98F4DDCB8CE13562E1D1F /* FIRCLSProcess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcess.h; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.h; sourceTree = ""; }; + 8484EA3317BBECC8F118A910E40E3161 /* FPRInstrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRInstrumentation.h; path = FirebasePerformance/Sources/Instrumentation/FPRInstrumentation.h; sourceTree = ""; }; + 84A48F2F1A26F3BA6C1BA1A92AEACE3F /* DefaultValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultValueFormatter.swift; path = Source/Charts/Formatters/DefaultValueFormatter.swift; sourceTree = ""; }; + 84B879E9DB0632EC864355E240D24591 /* FIRTrace+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRTrace+Private.h"; path = "FirebasePerformance/Sources/Timer/FIRTrace+Private.h"; sourceTree = ""; }; + 850CA4A0CB140F9C2382E81B6E9AEC62 /* FirebaseCrashlytics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCrashlytics.modulemap; sourceTree = ""; }; + 851726CCB47EFE68D760000A3719604D /* FIRCLSCrashedMarkerFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCrashedMarkerFile.h; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h; sourceTree = ""; }; + 851FD97BB693B47AEE1D08AD783AB06F /* PanContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanContainerView.swift; path = PanModal/View/PanContainerView.swift; sourceTree = ""; }; + 8542B1E80AFEFB2AB8D5738E8DC46D09 /* Pods-iOS-CameraParticlesTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-CameraParticlesTests-frameworks.sh"; sourceTree = ""; }; + 8547C69625BF7C479CAA287F4AEB7456 /* NVActivityIndicatorAnimationLineSpinFadeLoader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineSpinFadeLoader.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineSpinFadeLoader.swift; sourceTree = ""; }; 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleDataTransport; path = GoogleDataTransport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 85732A6B72F2972521367F66B39C2CD0 /* NSDictionary+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+FIRMessaging.h"; path = "FirebaseMessaging/Sources/NSDictionary+FIRMessaging.h"; sourceTree = ""; }; + 857331658361947097A291AF03189FED /* SDWebImageSVGCoder.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImageSVGCoder.modulemap; sourceTree = ""; }; + 85738410D46175C5B917E794E9B393EB /* FirebaseRemoteConfigInterop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseRemoteConfigInterop-dummy.m"; sourceTree = ""; }; + 85839B2D498557835FE85FBBA016B676 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; 859AE0302B28BD8AE67A780BFCAEE082 /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "FirebaseCrashlytics-FirebaseCrashlytics_Privacy"; path = FirebaseCrashlytics_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 859B14E68209C9BEC8AF711F541C16B5 /* ABTExperimentPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ABTExperimentPayload.m; path = FirebaseABTesting/Sources/ABTExperimentPayload.m; sourceTree = ""; }; - 85ADC47B9A837AF4B550DDA48A9CADBE /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = Sources/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = ""; }; - 85BD462F60A2E02B447F4F6A0A1036D9 /* Pods-iOS-dydxV4-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxV4-acknowledgements.plist"; sourceTree = ""; }; - 85CFC46B6AF630CAF97D9F175D1B7B90 /* Pods-iOS-dydxV4-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxV4-acknowledgements.markdown"; sourceTree = ""; }; - 85E25E878C1F3D81560CEC1FA433F461 /* FIRCLSUserLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserLogging.m; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m; sourceTree = ""; }; - 860F23E11DC98C906C888E0B2574B596 /* Pods-iOS-dydxViews-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxViews-Info.plist"; sourceTree = ""; }; - 8619FAD9F6CDA5BE208FC628078541F7 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = WebImage/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 86273BAC83FE2C3FBAC9A670C127FCFE /* SVGNumber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGNumber.h; path = "Source/DOM classes/SVG-DOM/SVGNumber.h"; sourceTree = ""; }; - 863334BF05E211E896E065A6BCB460D5 /* Pods-iOS-RoutingKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-RoutingKit.release.xcconfig"; sourceTree = ""; }; + 85CC30057BBB75E2B59AFD76184FAB19 /* ValidationRuleCondition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleCondition.swift; path = Validator/Sources/Rules/ValidationRuleCondition.swift; sourceTree = ""; }; + 85D939339585078DB3C913736BF966CB /* POPCGUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPCGUtils.mm; path = pop/POPCGUtils.mm; sourceTree = ""; }; + 85F480FF99A2C0C57A87FB652E184922 /* ImagePlayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePlayer.swift; path = SDWebImageSwiftUI/Classes/ImagePlayer.swift; sourceTree = ""; }; + 85F978A22790EA8A6707D5F30284C6C0 /* Pods-iOS-UIAppToolkitsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIAppToolkitsTests.release.xcconfig"; sourceTree = ""; }; 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCrashlytics; path = FirebaseCrashlytics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8650F7C7914C71E46D517CBF18659D0E /* RolloutsStateSubscriber.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RolloutsStateSubscriber.swift; path = FirebaseRemoteConfig/Interop/RolloutsStateSubscriber.swift; sourceTree = ""; }; - 86595F8A3B846796E72A73E04668D387 /* DDFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = Sources/CocoaLumberjack/DDFileLogger.m; sourceTree = ""; }; - 86811FAB044C84AE616F84D9BE1A7DBF /* ExtendedPatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendedPatch.swift; path = Sources/Differ/ExtendedPatch.swift; sourceTree = ""; }; - 8686E0C53B9F6B47F3F4E9BBE79C3D4F /* ImageViewWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageViewWrapper.swift; path = SDWebImageSwiftUI/Classes/ImageViewWrapper.swift; sourceTree = ""; }; - 86935895A62081D0A898F2D838907B94 /* Patch+Apply.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Patch+Apply.swift"; path = "Sources/Differ/Patch+Apply.swift"; sourceTree = ""; }; - 86AEA27D7F1360073470048B3179AFD2 /* FloatingPanel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FloatingPanel-Info.plist"; sourceTree = ""; }; - 86B13610EFB55FFEB8B2837D42D17043 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = GoogleDataTransport/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 86C468209961A7B834FB867EEA3F00B5 /* Pods-iOS-dydxPresentersTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxPresentersTests.debug.xcconfig"; sourceTree = ""; }; - 86E8CBABD2AD413257AB6AFC4713904D /* FPRRemoteConfigFlags+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRRemoteConfigFlags+Private.h"; path = "FirebasePerformance/Sources/Configurations/FPRRemoteConfigFlags+Private.h"; sourceTree = ""; }; - 87536B5FCE4AFC5744F678BCD528254A /* NVActivityIndicatorAnimationSemiCircleSpin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationSemiCircleSpin.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationSemiCircleSpin.swift; sourceTree = ""; }; - 87591E185734C7A4505478502C1AA7C6 /* Pods-iOS-dydxV4-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxV4-umbrella.h"; sourceTree = ""; }; - 87757EA4D64220C0EF389FDD3B99AD84 /* SVGLineElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGLineElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGLineElement.h"; sourceTree = ""; }; - 87ACEE91964F4843F5DE29A4F3A3CA18 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - 87B78BB3273FD8344DD5C38EF1BF5331 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; - 87C4F88D630D288FA5811F6FD5324944 /* FirebaseRemoteConfig-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseRemoteConfig-Info.plist"; sourceTree = ""; }; - 87DEEBA581B67A9FA34389B9A36F09C3 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; - 87E3B1F4D36D1FED37F4E015666D6A91 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - 87EAFF119A1112F94879CCBE843DE893 /* AMPTrackingOptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPTrackingOptions.m; path = Sources/Amplitude/AMPTrackingOptions.m; sourceTree = ""; }; - 87EC2ABADBA769FECD14D651C33FBD88 /* RDHCollectionViewGridLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RDHCollectionViewGridLayout-dummy.m"; sourceTree = ""; }; - 87EDB5C335DD6F322841D4F7AA33903F /* DevEventConsoleLogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DevEventConsoleLogger.swift; path = FirebaseSessions/Sources/Development/DevEventConsoleLogger.swift; sourceTree = ""; }; - 87FF2F2C20BAA5A29090F03ED3680A5B /* FPRSessionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRSessionDetails.h; path = FirebasePerformance/Sources/AppActivity/FPRSessionDetails.h; sourceTree = ""; }; - 88092369C22D13FEF2A9B671748F3ACD /* FIRCLSHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHandler.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h; sourceTree = ""; }; - 8815200FA72EAFA0879EA24D6B383F77 /* SettingsProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SettingsProvider.swift; path = FirebaseSessions/Sources/Settings/SettingsProvider.swift; sourceTree = ""; }; - 88373495A3B27EB24E900E8B2C7730C2 /* FIRCrashlyticsReport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlyticsReport_Private.h; path = Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.h; sourceTree = ""; }; + 86783A1B44B637CCD9CBB0337C3515C0 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + 867BE904CC39F0EC898ACC55E41B6765 /* ZSWTappableLabel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZSWTappableLabel-Info.plist"; sourceTree = ""; }; + 867EAFB2A8B467EEA3E97D28702D5E23 /* Pods-iOS-StatsigInjections-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-StatsigInjections-acknowledgements.plist"; sourceTree = ""; }; + 8695040D2BCE935205F3066BEBEFC033 /* PanModalAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalAnimator.swift; path = PanModal/Animator/PanModalAnimator.swift; sourceTree = ""; }; + 86ABFB0523D2284935E6E2AC14590061 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + 86FAD356E7728157F1E5AAABEC2A794F /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; + 8705149BF6846A1C9846B595295107A7 /* SDImageFramePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFramePool.h; path = SDWebImage/Private/SDImageFramePool.h; sourceTree = ""; }; + 871DCFCBAFCB9BBCBDB48AF5B9F72BA1 /* JTMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTMenu.h; path = JTCalendar/Protocols/JTMenu.h; sourceTree = ""; }; + 87411A121AB3FEEF0A6E0DB6A088003F /* StyleSheetList+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "StyleSheetList+Mutable.h"; path = "Source/DOM classes/Core DOM/StyleSheetList+Mutable.h"; sourceTree = ""; }; + 8748D6252E692282582FA08CD36C7E8D /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + 875BDAD3A3D2E087BF21316E98C5AD1E /* FIRCLSSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettings.h; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.h; sourceTree = ""; }; + 879F2EDB448C866D8B18402E16710A5F /* Pods-iOS-CameraParticlesTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-CameraParticlesTests-umbrella.h"; sourceTree = ""; }; + 87A8024BD0F153D783AFCC2C35CD290F /* BigUInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BigUInt.swift; path = Sources/BigUInt.swift; sourceTree = ""; }; + 87F083A510D0EB39973A307C02DED60C /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; + 88052B4F9CD16077013777EA4AD43DCF /* FIRCLSSymbolResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolResolver.m; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m; sourceTree = ""; }; + 882FA569167154E7854FEF0225C1EF78 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + 882FE46ED704BB4CD7E834ECB9192AD1 /* Pods-iOS-dydxPresenters.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxPresenters.debug.xcconfig"; sourceTree = ""; }; + 8841BF4D2002BA1911EB8A8DB4B789A6 /* DocumentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DocumentType.h; path = "Source/DOM classes/Core DOM/DocumentType.h"; sourceTree = ""; }; + 8842A70C131212F71E1D71CF500BE606 /* Pods-iOS-dydxFormatterTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxFormatterTests-umbrella.h"; sourceTree = ""; }; + 885154789C1AF6E520C56C024B2B02B4 /* POPVector.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPVector.mm; path = pop/POPVector.mm; sourceTree = ""; }; 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 8879707748469776442169C7B62734B4 /* FirebaseABTesting.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseABTesting.modulemap; sourceTree = ""; }; - 889D5D236C59E9911DD19AB86CABF0E3 /* GULRuntimeClassSnapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeClassSnapshot.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassSnapshot.m; sourceTree = ""; }; - 88CB731AE5EBF32B6FD8FDD9AE9E0388 /* CLIColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLIColor.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/CLIColor.h; sourceTree = ""; }; - 88DDB5745C9BDD3BD3A8D6C05B048083 /* Pods-iOS-AppsFlyerStaticInjections-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-AppsFlyerStaticInjections-resources.sh"; sourceTree = ""; }; - 88E685527FF9C3D1B055F2525A379DE0 /* RDHCollectionViewGridLayout-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RDHCollectionViewGridLayout-Info.plist"; sourceTree = ""; }; - 8902CE79729026E440745F6F84FA23B1 /* SVGDescriptionElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGDescriptionElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGDescriptionElement.m"; sourceTree = ""; }; - 89414A8129BC7D8B8790C90FCF820486 /* Pods-iOS-PlatformUIJedio-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUIJedio-acknowledgements.plist"; sourceTree = ""; }; - 8980ADC2C1878A933FB4E3F58855B950 /* CGImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGImage+.swift"; path = "Source/CGImage+.swift"; sourceTree = ""; }; - 899077A2C321D7415796A66A9F5CD3E2 /* Pods-iOS-AmplitudeInjections-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-AmplitudeInjections-acknowledgements.markdown"; sourceTree = ""; }; - 89CBE6A5E11CC51AE11D922959513012 /* FPRGDTLogSampler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRGDTLogSampler+Private.h"; path = "FirebasePerformance/Sources/Loggers/FPRGDTLogSampler+Private.h"; sourceTree = ""; }; - 89EDB61E4BF58E00B22C600055435EA9 /* CandleChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/CandleChartDataEntry.swift; sourceTree = ""; }; - 8A1C2F9A05E673D8EA852A9BF78875CF /* FIRCLSUnwind_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_arch.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h; sourceTree = ""; }; - 8A283052D02A9AB8487DA34044B8BD29 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - 8A3EB2DB79028E37FEAE7BC739C17D81 /* FIRCLSRecordHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordHost.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h; sourceTree = ""; }; + 88BBA1D6F3D65C172B729331C2E487C8 /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; + 88C24998FDBD35B2654AD033CDC4564C /* Pods-iOS-ParticlesKit-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-ParticlesKit-acknowledgements.markdown"; sourceTree = ""; }; + 88CBA599A55D58A8A64E8184DD237133 /* FIRMessagingBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingBackupExcludedPlist.h; path = FirebaseMessaging/Sources/Token/FIRMessagingBackupExcludedPlist.h; sourceTree = ""; }; + 88E36D5F1CF1E7D8C913AB56CD9CE252 /* EmailValidationPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmailValidationPattern.swift; path = Validator/Sources/Patterns/EmailValidationPattern.swift; sourceTree = ""; }; + 8900464B680592AAC8AA88D898F2F273 /* IsAppEncrypted.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IsAppEncrypted.m; path = third_party/IsAppEncrypted/IsAppEncrypted.m; sourceTree = ""; }; + 8946AC13983501B5533966A5266BBC94 /* ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist"; sourceTree = ""; }; + 894ACE64A2E4060406B321CA7F400A69 /* FIRMessagingCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinService.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinService.m; sourceTree = ""; }; + 895C3BECE020D621DE4B629DA3ADA7F3 /* RCNConfigContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigContent.m; path = FirebaseRemoteConfig/Sources/RCNConfigContent.m; sourceTree = ""; }; + 8965CB22B385678C965EA697396AECED /* Pods-iOS-dydxV4Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxV4Tests.release.xcconfig"; sourceTree = ""; }; + 89865CAB9819D2086C2091C6A9BC9429 /* NetworkService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkService.swift; path = Sources/Statsig/NetworkService.swift; sourceTree = ""; }; + 899B651889A4128CDE162ED249E54536 /* Pods-iOS-JedioKitTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-JedioKitTests-dummy.m"; sourceTree = ""; }; + 89A5E80584E64080FF2153E15A2EE5E2 /* GDTCORStorageMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorageMetadata.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorageMetadata.m; sourceTree = ""; }; + 89F191682DBF7CB4F9B62D613A2D7DA8 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; + 89FF6149D92A7F6683F196C8EECD879B /* ABTConditionalUserPropertyController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ABTConditionalUserPropertyController.m; path = FirebaseABTesting/Sources/ABTConditionalUserPropertyController.m; sourceTree = ""; }; + 8A0FF0A9A99ED5D1ABCA161BCFF7BC40 /* Layer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Layer.swift; path = Sources/Statsig/Layer.swift; sourceTree = ""; }; + 8A1122A8109DA71832709E388F67187D /* GTMNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSData+zlib.m"; path = "Foundation/GTMNSData+zlib.m"; sourceTree = ""; }; + 8A281A0248CA79907AA24A47F67F456B /* Statsig-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Statsig-Info.plist"; sourceTree = ""; }; + 8A385454805FA64647BA398F537045F6 /* CDATASection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDATASection.h; path = "Source/DOM classes/Core DOM/CDATASection.h"; sourceTree = ""; }; + 8A3DC39C81E542EEF5D2C4D9E7EDC5C1 /* NVActivityIndicatorAnimationBallSpinFadeLoader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallSpinFadeLoader.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallSpinFadeLoader.swift; sourceTree = ""; }; + 8A48FFC8EFBE7021B913545795CA64A0 /* NSURLSession+GULPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+GULPromises.h"; path = "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h"; sourceTree = ""; }; + 8A4D22AC8745FAF465B563C2822CC2D4 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = FirebaseSessions/Sources/Logger.swift; sourceTree = ""; }; + 8A4FBC526D0C630802ABC8C1AD466A9F /* CSSPrimitiveValue_ConfigurablePixelsPerInch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSPrimitiveValue_ConfigurablePixelsPerInch.h; path = "Source/DOM classes/Core DOM/CSSPrimitiveValue_ConfigurablePixelsPerInch.h"; sourceTree = ""; }; + 8A626C97BEB898B7D580697D6B7F30B5 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; 8A63F6AA6A1D241970B6D28C2970A8B9 /* EasyTipView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = EasyTipView; path = EasyTipView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8A6649486C74A9B1B1176C92D37A65BD /* Comment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Comment.m; path = "Source/DOM classes/Core DOM/Comment.m"; sourceTree = ""; }; - 8A8B9F2B105832CBB3B0C54D20A5B6BC /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; - 8ABD4DC95DFE13A1682C5D9935337BCF /* Pods-iOS-UIToolkitsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIToolkitsTests-acknowledgements.plist"; sourceTree = ""; }; - 8AC096086ED4391968AE0368B6F83E4B /* external_privacy_context.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = external_privacy_context.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/external_privacy_context.nanopb.h; sourceTree = ""; }; - 8AD9BD323BA7F07F47CA087192E6A766 /* FPRScreenTraceTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRScreenTraceTracker.m; path = FirebasePerformance/Sources/AppActivity/FPRScreenTraceTracker.m; sourceTree = ""; }; - 8B2CEE7EF53560092345E420CA8EE436 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 8B41C6888408C96AA0D6CA023849BB95 /* DOMGlobalSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DOMGlobalSettings.h; path = "Source/DOM classes/Core DOM/DOMGlobalSettings.h"; sourceTree = ""; }; - 8B49EB8FAC295F6848928D14E354E1A1 /* FIRCLSUserDefaults_private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults_private.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h; sourceTree = ""; }; - 8B4EDF959436C410DF1D698AADFA4526 /* Parallax.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parallax.swift; path = DrawerMenu/Classes/style/Parallax.swift; sourceTree = ""; }; - 8B50442F34491919B1311F48DB341D3B /* DDLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLog.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog.h; sourceTree = ""; }; - 8B58E2EDD5B522FC4C10EF38E3F1B714 /* NBRegExMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBRegExMatcher.h; path = libPhoneNumber/Internal/NBRegExMatcher.h; sourceTree = ""; }; - 8B64C3A680EA287286E4E61790952FB1 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; - 8B7EF9D08E5667E742C3E9570C3D301D /* EFQRCode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCode.swift; path = Source/EFQRCode.swift; sourceTree = ""; }; - 8B82EB729A3C4C3E4A550424C215032A /* SimpleKeychain-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SimpleKeychain-dummy.m"; sourceTree = ""; }; - 8B842AF2DA46B52759F2CC531BD1B08C /* CALayerWithClipRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CALayerWithClipRender.h; path = "Source/QuartzCore additions/CALayerWithClipRender.h"; sourceTree = ""; }; - 8B87E562DD649127A364D798DA46ADEF /* BigInt.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BigInt.modulemap; sourceTree = ""; }; - 8BA4A66558DBF528185491F56126D348 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - 8BA4CD08447059B4B086E8BDA00726D4 /* FIRInstallationsBackoffController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsBackoffController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h; sourceTree = ""; }; - 8BB1E9D04A390F56FB350478F6677A3A /* FIRMessagingTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenStore.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenStore.h; sourceTree = ""; }; + 8A65CD7E6AE01AAF285EA4F5358FF8D8 /* FIRCLSExistingReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h; sourceTree = ""; }; + 8A85FDA0D273DEE482B1B921754BE207 /* COSTouchVisualizerWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = COSTouchVisualizerWindow.m; path = Classes/COSTouchVisualizerWindow.m; sourceTree = ""; }; + 8A962248A71DB9DC96A01AC408DBABFC /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + 8A9D118E7162A6D89629DFECE2EFD146 /* NVActivityIndicatorAnimationBallPulseRise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallPulseRise.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallPulseRise.swift; sourceTree = ""; }; + 8AA237554D27935D1D7A31B0F0F51BB6 /* Pods-iOS-RoutingKit-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-RoutingKit-acknowledgements.plist"; sourceTree = ""; }; + 8AD9B7DB4C7BC7CE28B5E508C1CE7712 /* Patch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Patch.swift; path = Sources/Differ/Patch.swift; sourceTree = ""; }; + 8AE20B86A52194880C58CB8EA0179CC4 /* Pods-iOS-RoutingKit-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-RoutingKit-acknowledgements.markdown"; sourceTree = ""; }; + 8AFE0687F3FD20BF95B400A8B13DAAD2 /* Pods-iOS-dydxViews-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxViews-Info.plist"; sourceTree = ""; }; + 8AFE684F11A6B0F2A9B676B456DC86D9 /* SVGGradientElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGradientElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGGradientElement.m"; sourceTree = ""; }; + 8B16E26EBF5B7ACB5AC036DE692D194C /* ZSWTappableLabelTouchHandling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabelTouchHandling.h; path = ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h; sourceTree = ""; }; + 8B17E09C0562A90BEEB7AD893BC391B2 /* FIRCLSContextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContextManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSContextManager.h; sourceTree = ""; }; + 8B22F5AEB637706AAF3DFF8C6F197289 /* RCNConfigValue_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigValue_Internal.h; path = FirebaseRemoteConfig/Sources/RCNConfigValue_Internal.h; sourceTree = ""; }; + 8B4CD611334D9F4FD9ECFB56A23D561A /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; + 8B4E69B98204705566EA7A8069D186CD /* EntityReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EntityReference.h; path = "Source/DOM classes/Core DOM/EntityReference.h"; sourceTree = ""; }; + 8B4F27160E415A83133090AC68C35D8C /* Pods-iOS-PlatformUIJedio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformUIJedio-dummy.m"; sourceTree = ""; }; + 8B5CA74D9A1EC296FE9EC2055B3B9664 /* Layout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Layout.swift; path = Sources/Layout.swift; sourceTree = ""; }; + 8B6A70D4839B1163A74C88B0A1CABB30 /* Pods-iOS-AmplitudeInjections-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-AmplitudeInjections-acknowledgements.markdown"; sourceTree = ""; }; + 8B709EAF2276A12789F00B86B2FAFC83 /* SVGStyleElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGStyleElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGStyleElement.m"; sourceTree = ""; }; + 8B782028B8447716DA57A978233E145F /* Pods-iOS-dydxAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxAnalytics.debug.xcconfig"; sourceTree = ""; }; + 8B85ADC3F45506215344BE6887E0A4AF /* Pods-iOS-dydxFormatterTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxFormatterTests-acknowledgements.markdown"; sourceTree = ""; }; + 8BAD096F608E17C561308C5099022D53 /* StatsigError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigError.swift; path = Sources/Statsig/StatsigError.swift; sourceTree = ""; }; 8BB937B1C0DFFCF92F41861C2BC54DDA /* FirebaseCore-FirebaseCore_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "FirebaseCore-FirebaseCore_Privacy"; path = FirebaseCore_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 8BC21DB3362B5382F451B0EAC5F7C236 /* FirebasePerformance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebasePerformance-dummy.m"; sourceTree = ""; }; - 8BD02EB359C637F9DBA3E3EAC16788E5 /* Pods-iOS-CameraParticlesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-CameraParticlesTests.release.xcconfig"; sourceTree = ""; }; - 8BE2A19BB1AEC4AE77C6102032E6DE33 /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h; sourceTree = ""; }; - 8BE64C744511C512D788DB06F6EFB52F /* SVGDocument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGDocument.h; path = "Source/DOM classes/SVG-DOM/SVGDocument.h"; sourceTree = ""; }; - 8BF7D70D0FC7ECF82AD4254484711EE2 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - 8BFD3F250B690B026179A49E7B7E3F40 /* Pods-iOS-dydxStateManagerTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxStateManagerTests-acknowledgements.plist"; sourceTree = ""; }; - 8C02902B5A2EA73E518A06135EC63908 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - 8C3318E6802F2A0F4D93442F1744A22C /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; - 8C3AC6C83CAF77B51E2E8B8A00004BBC /* Pods-iOS-FirebaseStaticInjections-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-FirebaseStaticInjections-Info.plist"; sourceTree = ""; }; - 8C425F4996FF40E611B5FB0793E83205 /* ComodoCaLimitedRsaCertificationAuthority.der */ = {isa = PBXFileReference; includeInIndex = 1; name = ComodoCaLimitedRsaCertificationAuthority.der; path = Sources/Amplitude/ComodoCaLimitedRsaCertificationAuthority.der; sourceTree = ""; }; - 8C486ACDEEFD56590F5176A2314383EA /* Comment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Comment.h; path = "Source/DOM classes/Core DOM/Comment.h"; sourceTree = ""; }; - 8C62F343C41C3CE4C76CC4CA6CD60B18 /* TinySVGTextAreaElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TinySVGTextAreaElement.m; path = "Source/DOM classes/Unported or Partial DOM/TinySVGTextAreaElement.m"; sourceTree = ""; }; - 8C781B4C0E96D23DD932CE2D42B25B53 /* FirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseRemoteConfig.h; path = FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FirebaseRemoteConfig.h; sourceTree = ""; }; - 8C78F75C0381DB373A2799464EFDE4CE /* A0SimpleKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = A0SimpleKeychain.h; path = SimpleKeychain/A0SimpleKeychain.h; sourceTree = ""; }; - 8C7ED73CC7427CFDEA38E8A3A54033D2 /* FIRCLSAllocate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAllocate.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h; sourceTree = ""; }; - 8CABA861B0E905DA06AD228CA3ADBF7B /* FIRCLSMachOSlice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOSlice.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h; sourceTree = ""; }; - 8CBB1D5104BFDFC789A2BD3B1501CA8B /* CaseValidationPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaseValidationPattern.swift; path = Validator/Sources/Patterns/CaseValidationPattern.swift; sourceTree = ""; }; - 8CFE4F0BFA553BD3E5527959BFE3E496 /* FIRCLSReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m; sourceTree = ""; }; - 8D094F7D0BA6FA18D9335F1E006A8A1C /* ValidationError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationError.swift; path = Validator/Sources/ValidationError.swift; sourceTree = ""; }; - 8D2B3798177E76768DE5A2D068CDC209 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - 8D4064DDCCBCB3C3B892094B50C4732E /* FIRStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h; sourceTree = ""; }; - 8D60480706071625D6DD05395E57C3D3 /* Pods-iOS-dydxAnalytics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxAnalytics.modulemap"; sourceTree = ""; }; - 8D6672B4ADB51A0303BAA2028891BE04 /* SVGKParserSVG.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserSVG.m; path = "Source/Parsers/Parser Extensions/SVGKParserSVG.m"; sourceTree = ""; }; - 8D7C738F6FEDE4936607CBE63260257E /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; - 8D84FED2A8E224393657278FBBEBE468 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 8D8C4310F89BFF704D70B045381DEA0D /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; - 8D950618D1AD7A76519E3A7EA1BCF3C5 /* FIRCLSExistingReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h; sourceTree = ""; }; - 8DD32D5F5A44355DFCDEAFF001B31FD5 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; - 8E17D1A147BAFF253A8C1E7285FE47E0 /* SVGPathElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPathElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGPathElement.h"; sourceTree = ""; }; - 8E20B405A7B5CCF397CE4A968B38C830 /* Pods-iOS-dydxV4-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxV4-dummy.m"; sourceTree = ""; }; - 8E304CB4F71524D710FEF4240C992245 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; - 8E38658FBE687E43D0D6D699AA421E0F /* PromisesSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesSwift.modulemap; sourceTree = ""; }; + 8BCE1ADC3F167D772CD828AF2313F2D5 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + 8BD39B0178CD24808247167C64228E9F /* FIRSESNanoPBHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRSESNanoPBHelpers.m; path = FirebaseSessions/SourcesObjC/NanoPB/FIRSESNanoPBHelpers.m; sourceTree = ""; }; + 8BD9582FA5E1456AA60B03C6ED49C189 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + 8BFC210614B572B83B506FCDCF84D966 /* NVActivityIndicatorAnimationCubeTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationCubeTransition.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationCubeTransition.swift; sourceTree = ""; }; + 8C04FB39BB1A85A1094637AA53E36449 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h; sourceTree = ""; }; + 8C14889E27BDED9AB3143F0B23919850 /* Pods-iOS-WebParticlesTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-WebParticlesTests-umbrella.h"; sourceTree = ""; }; + 8C2326FA51E2762C6BEC5811B1E06726 /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = Sources/Subjects/ReplaySubject.swift; sourceTree = ""; }; + 8C670A18A0F56F0C8982215F1DC86F84 /* GDTCOREvent+GDTMetricsSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTMetricsSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Private/GDTCOREvent+GDTMetricsSupport.h"; sourceTree = ""; }; + 8C842B09304C285DA9538CAC810FD25A /* EFQRCode.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EFQRCode.modulemap; sourceTree = ""; }; + 8C9296182AF8074C47C27C16D55C9691 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + 8C99020F5E96D9F8266F8C6822858163 /* GoogleToolboxForMac.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleToolboxForMac.modulemap; sourceTree = ""; }; + 8C9D7E0E6AAD812167BFC7CE99834D88 /* FPRDiagnostics_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRDiagnostics_Private.h; path = FirebasePerformance/Sources/Common/FPRDiagnostics_Private.h; sourceTree = ""; }; + 8CE02D21EE12C55F597C18E674EBA0E6 /* ChevronUpShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChevronUpShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/ChevronUpShapeRenderer.swift; sourceTree = ""; }; + 8CE8C421DC5923106C5DDEE16FE499D0 /* FIRCLSApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplication.m; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.m; sourceTree = ""; }; + 8CE985E6A498F26F5F0D4492CD1FFF1B /* GDTCORLogSourceMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLogSourceMetrics.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORLogSourceMetrics.h; sourceTree = ""; }; + 8CF21FB3402C261D696A7FC98857ED68 /* JTCalendarDayView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarDayView.h; path = JTCalendar/Views/JTCalendarDayView.h; sourceTree = ""; }; + 8D01CFB538C56FEF3E9DE6D17F1EA852 /* EasyTipView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EasyTipView.swift; path = Sources/EasyTipView/EasyTipView.swift; sourceTree = ""; }; + 8D0F42784F6C07FB061DA56A2FAA22A7 /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; + 8D338E9D0D2481B1873F459B974FF138 /* Pods-iOS-RoutingKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-RoutingKit-umbrella.h"; sourceTree = ""; }; + 8D3848E44D4F23A12B5D11BFDB0E8DD4 /* NSData+NSInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+NSInputStream.m"; path = "Source/Foundation additions/NSData+NSInputStream.m"; sourceTree = ""; }; + 8D38E806B912DAE81912DFEB55902030 /* Pods-iOS-PlatformParticlesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformParticlesTests.debug.xcconfig"; sourceTree = ""; }; + 8D49274F7D676C5385512622997C627D /* Pods-iOS-RoutingKitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-RoutingKitTests.debug.xcconfig"; sourceTree = ""; }; + 8D4C02FF795E380BA756883A165F015E /* SVGKLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKLayer.h; path = "Source/QuartzCore additions/SVGKLayer.h"; sourceTree = ""; }; + 8D50006250C8AF27367DA2CEF0719FE1 /* FIRCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlytics.m; path = Crashlytics/Crashlytics/FIRCrashlytics.m; sourceTree = ""; }; + 8D5A429F4F9088935BF9726299B7048D /* Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Text.h; path = "Source/DOM classes/Core DOM/Text.h"; sourceTree = ""; }; + 8D66B913CD14FB18E0BFEA7922F715C2 /* YAxisRendererRadarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YAxisRendererRadarChart.swift; path = Source/Charts/Renderers/YAxisRendererRadarChart.swift; sourceTree = ""; }; + 8D8943C0AB3BEA2D4B97E35319B16491 /* SVGElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGElement.m"; sourceTree = ""; }; + 8DB2775A7FB78193F3BDD42C165CC331 /* NVActivityIndicatorAnimationBallScaleRippleMultiple.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallScaleRippleMultiple.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallScaleRippleMultiple.swift; sourceTree = ""; }; + 8DB379259C457DACCE12427C046DFC13 /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; + 8E21A062E9EB18B2D14E9D4168B43D58 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/Core/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 8E2F4C61ACEA9B44A863CED2F6937003 /* IPieChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IPieChartDataSet.swift; path = Source/Charts/Data/Interfaces/IPieChartDataSet.swift; sourceTree = ""; }; + 8E36EA38B6A356AE4577B1F24D338949 /* POPAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationInternal.h; path = pop/POPAnimationInternal.h; sourceTree = ""; }; 8E3B39AA90D1040479BDC81FB23FC02E /* Pods-iOS-dydxCarteraTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxCarteraTests"; path = Pods_iOS_dydxCarteraTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E8C041921982D3376660FEEF141454A /* SVGTextElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGTextElement.h"; sourceTree = ""; }; - 8E93017019E5D8742074B4FFDEE63198 /* GoogleDataTransport-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleDataTransport-umbrella.h"; sourceTree = ""; }; - 8E9C23FC41BBBDFF89AA9E2CF153418F /* Pods-iOS-PlatformParticles.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformParticles.debug.xcconfig"; sourceTree = ""; }; - 8EC16AD49FA27B34D1C3CBC706C619FC /* FIRCLSCrashedMarkerFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCrashedMarkerFile.h; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h; sourceTree = ""; }; - 8F05F14038FDD9DB47A257FF06AE195D /* Abacus.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Abacus.debug.xcconfig; sourceTree = ""; }; - 8F1250F7152D6CD4931B85EAF9F65C7C /* FIRCLSManagerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSManagerData.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h; sourceTree = ""; }; - 8F1CAE469AF7D89855EA53A898F47DF9 /* SDWebImageSwiftUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageSwiftUI.debug.xcconfig; sourceTree = ""; }; - 8F2028A6B90062FB9912CDFAA04B1D30 /* SVGDocument_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGDocument_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGDocument_Mutable.h"; sourceTree = ""; }; - 8F29C8AEA339D19E592343BA2DEA8656 /* Pods-iOS-PlatformUI-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformUI-dummy.m"; sourceTree = ""; }; - 8F46078350D292BFFDECA96BE6EB4FD0 /* Pods-iOS-JedioKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-JedioKit-Info.plist"; sourceTree = ""; }; - 8F4DAB61A83FAF1AA95A64DEBF5FAB2F /* SVGTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTransform.h; path = "Source/DOM classes/SVG-DOM/SVGTransform.h"; sourceTree = ""; }; - 8F4E01EADFC494021CEAFDCDC954981F /* FloatingPanel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FloatingPanel.release.xcconfig; sourceTree = ""; }; - 8F5E7ABF02731C4FEF99294BB7C3B3C0 /* EFQRCode.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFQRCode.debug.xcconfig; sourceTree = ""; }; - 8F6328F1C27DFB734930E2B475812CD9 /* FIRRemoteConfig_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRRemoteConfig_Private.h; path = FirebaseRemoteConfig/Sources/Private/FIRRemoteConfig_Private.h; sourceTree = ""; }; - 8F6B08CD3ACAB6C3BE8B0CF9CA77DF62 /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h; sourceTree = ""; }; - 8F782B83247C8CE9CC4C7D4A31F13BAB /* Popovers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Popovers.swift; path = Sources/Popovers.swift; sourceTree = ""; }; - 8F7B1BE3E1B509089D2C879232CD49F6 /* GDTCORLogSourceMetrics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLogSourceMetrics.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLogSourceMetrics.m; sourceTree = ""; }; - 8F9928EF90DEF319E57FA94749B2B06F /* AMPConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPConstants.h; path = Sources/Amplitude/AMPConstants.h; sourceTree = ""; }; - 8FE8622F3A862F8DD3F89A65FC051EE9 /* FPRCounterList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRCounterList.m; path = FirebasePerformance/Sources/Timer/FPRCounterList.m; sourceTree = ""; }; - 8FF01C12CD844251A5539B45FF35096C /* Pods-iOS-UIToolkits-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIToolkits-Info.plist"; sourceTree = ""; }; - 8FFEEFB8CF1E8DC8BC671F34B41FC9CB /* Pods-iOS-RoutingKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-RoutingKitTests.release.xcconfig"; sourceTree = ""; }; - 90166E9D489707CAE1E3FA5904EFFEB1 /* Validatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validatable.swift; path = Validator/Sources/Validatable.swift; sourceTree = ""; }; - 90223E878C9D0D1B15A1979505EBD33A /* COSTouchVisualizerWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = COSTouchVisualizerWindow.m; path = Classes/COSTouchVisualizerWindow.m; sourceTree = ""; }; - 904676F95D40392BFE911106105D3BC0 /* FIRMessagingAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAPNSInfo.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAPNSInfo.h; sourceTree = ""; }; - 9047DD93CB2520D7C9E451893E2D1512 /* FIRExperimentController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExperimentController.m; path = FirebaseABTesting/Sources/FIRExperimentController.m; sourceTree = ""; }; - 9049B0111426F40FB3E305E3DF23A081 /* FirebaseCrashlytics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCrashlytics-Info.plist"; sourceTree = ""; }; - 905E571848507062C5BF375A2AE6EDF9 /* FPRGaugeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGaugeManager.m; path = FirebasePerformance/Sources/Gauges/FPRGaugeManager.m; sourceTree = ""; }; - 9065D6C8B1C26B855A48B5831F9DDD30 /* Differ-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Differ-umbrella.h"; sourceTree = ""; }; - 906F636DBA035F934EE56575693A6375 /* RCNConfigContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigContent.m; path = FirebaseRemoteConfig/Sources/RCNConfigContent.m; sourceTree = ""; }; - 907C25EB7D0C51061133D0F881095944 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - 90A56E242681615B65778AF61F0D1485 /* FPRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConfiguration.m; path = FirebasePerformance/Sources/FPRConfiguration.m; sourceTree = ""; }; - 90ABFFE8E164E7E78439E40A5F65C885 /* HMSegmentedControl-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HMSegmentedControl-Info.plist"; sourceTree = ""; }; - 90EFCC2A50969F5F941A13DA0892EEFA /* ABTExperimentPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ABTExperimentPayload.h; path = FirebaseABTesting/Sources/Private/ABTExperimentPayload.h; sourceTree = ""; }; - 90FC08C2EE2F159A4D519C0E5510AA10 /* Node.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Node.m; path = "Source/DOM classes/Core DOM/Node.m"; sourceTree = ""; }; - 910B86FE3431729C9157A9D62924432E /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; - 9117D2FA0F616043AFFB1A211F4B6F8B /* CSSValueList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSValueList.h; path = "Source/DOM classes/Core DOM/CSSValueList.h"; sourceTree = ""; }; - 911DD234BB2BE87A5FEAD6402A92165B /* ProcessingInstruction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProcessingInstruction.h; path = "Source/DOM classes/Core DOM/ProcessingInstruction.h"; sourceTree = ""; }; - 914F7AFEAD7B921A23880B3E40C38FE5 /* KVOController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KVOController-Info.plist"; sourceTree = ""; }; - 915B3FEADDAE686799F0D1CF53469F80 /* GTMSessionFetcherService+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMSessionFetcherService+Internal.h"; path = "Sources/Core/GTMSessionFetcherService+Internal.h"; sourceTree = ""; }; - 9170FD36F7DBF6BF38A4B2BE18B2AA19 /* ValidationRulePattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRulePattern.swift; path = Validator/Sources/Rules/ValidationRulePattern.swift; sourceTree = ""; }; - 91864DE57D6AF58209D4031EECADF948 /* DDContextFilterLogFormatter+Deprecated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDContextFilterLogFormatter+Deprecated.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDContextFilterLogFormatter+Deprecated.h"; sourceTree = ""; }; - 9189FDB1EAFE45FA65774D5958043361 /* Popover+Positioning.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Popover+Positioning.swift"; path = "Sources/Popover+Positioning.swift"; sourceTree = ""; }; - 91937D6B56E4B4B3442136620D6D78A2 /* ILineScatterCandleRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ILineScatterCandleRadarChartDataSet.swift; path = Source/Charts/Data/Interfaces/ILineScatterCandleRadarChartDataSet.swift; sourceTree = ""; }; - 91BAEC0D50D8F0DF7BE6270B1B199031 /* FPRProxyObjectHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRProxyObjectHelper.m; path = FirebasePerformance/Sources/Instrumentation/FPRProxyObjectHelper.m; sourceTree = ""; }; + 8E4FC1C6DF7A9BF115DB01306C03FA52 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; + 8EC0A6422772E44CB4F8443A05B6F913 /* IRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IRadarChartDataSet.swift; path = Source/Charts/Data/Interfaces/IRadarChartDataSet.swift; sourceTree = ""; }; + 8ED194EAF1AF1D98627254C9B67096EB /* Firebase-360edc41.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Firebase-360edc41.debug.xcconfig"; sourceTree = ""; }; + 8EEADCFD0AD42B15DD9AAC97CD332B79 /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; + 8EF180EFE8339FA8CE7744EB0A5B1698 /* DocumentFragment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DocumentFragment.m; path = "Source/DOM classes/Core DOM/DocumentFragment.m"; sourceTree = ""; }; + 8EF29C2505B80595B7D347EFBF29F8B8 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + 8EF6CE48EB77AFAD4CED8F290D8DEE44 /* ReachabilitySwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReachabilitySwift.release.xcconfig; sourceTree = ""; }; + 8F0176F3D11186655907F4B0DB9E0B12 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h; sourceTree = ""; }; + 8F059660994426BC355CC917029FC3A9 /* PanModal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PanModal.h; path = PanModal/PanModal.h; sourceTree = ""; }; + 8F0DFF8DCEA87556422906C1C7A18238 /* NBPhoneNumberDesc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneNumberDesc.h; path = libPhoneNumber/NBPhoneNumberDesc.h; sourceTree = ""; }; + 8F10352CA8082BAD6A52212CD48BB8E5 /* ZSWTappableLabelAccessibilityActionLongPress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabelAccessibilityActionLongPress.m; path = ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.m; sourceTree = ""; }; + 8F3234E861DCA2BAE31821B3D8A32223 /* BarLineScatterCandleBubbleRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineScatterCandleBubbleRenderer.swift; path = Source/Charts/Renderers/BarLineScatterCandleBubbleRenderer.swift; sourceTree = ""; }; + 8F553D81760512CB840B6F3AD16ACA5C /* NSScanner+Compat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSScanner+Compat.swift"; path = "Sources/Core/NSScanner+Compat.swift"; sourceTree = ""; }; + 8F8942967A042467714CE92CDD0B3900 /* StatsigClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigClient.swift; path = Sources/Statsig/StatsigClient.swift; sourceTree = ""; }; + 8FCE9810CB76B0E8818AC90755A84F03 /* GULSwizzledObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzledObject.h; path = GoogleUtilities/ISASwizzler/Public/GoogleUtilities/GULSwizzledObject.h; sourceTree = ""; }; + 8FD04DDC04DC7BC322A05F550F83AF6F /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FirebaseMessaging.h; sourceTree = ""; }; + 8FE2DA67A45F5DED0F3AC4D6D76DCD6C /* Abacus-copy-dsyms.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Abacus-copy-dsyms.sh"; sourceTree = ""; }; + 901AE4850D24EF6C5627F0F5AE1F3CBB /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; + 90354233E0B4EBA67D189BB64781F78B /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + 903E48439BA96FF82EDC500294CA97BC /* FPRGDTLogSampler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTLogSampler.h; path = FirebasePerformance/Sources/Loggers/FPRGDTLogSampler.h; sourceTree = ""; }; + 903E7183D74BFDFF57898810FE715C71 /* POPAnimationExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimationExtras.mm; path = pop/POPAnimationExtras.mm; sourceTree = ""; }; + 9043DCFD9CED9DDCED82E99665A16DF0 /* Amplitude.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Amplitude.m; path = Sources/Amplitude/Amplitude.m; sourceTree = ""; }; + 90722E5F8C622668EDB20BFC50863403 /* POPVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPVector.h; path = pop/POPVector.h; sourceTree = ""; }; + 90728893CDD956AB84636F0D3135E345 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; + 9082581F7017AC2CD5A5D36954BE34A3 /* FIRMessagingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingUtilities.m; path = FirebaseMessaging/Sources/FIRMessagingUtilities.m; sourceTree = ""; }; + 908BA7246AD3F36C1070FE5960D5BB0B /* Pods-iOS-dydxAnalytics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxAnalytics-umbrella.h"; sourceTree = ""; }; + 9093D67BD9CB43682131E44D64A4AFC8 /* libPhoneNumber-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "libPhoneNumber-iOS.release.xcconfig"; sourceTree = ""; }; + 909B53D0FA949FDEA8FBD4942E5CA023 /* FIRCLSUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h; sourceTree = ""; }; + 90C15C7121908EE3BF55E63A02A2CDD7 /* RCNConfigSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigSettings.m; path = FirebaseRemoteConfig/Sources/RCNConfigSettings.m; sourceTree = ""; }; + 90D75686006356088AB9846291BBE1AB /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + 90D9CF97C43DBB32C16511584440A1B0 /* Pods-iOS-PlatformUIJedioTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformUIJedioTests-dummy.m"; sourceTree = ""; }; + 91059A36A52B33B1A2D121E4A8FD8E10 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; + 911409C3B219E96A25E81F04CA2F1D2B /* FIRExceptionModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h; sourceTree = ""; }; + 9135172DFEDD0020E668EA2D1267499F /* SVGKSourceURL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSourceURL.h; path = Source/Sources/SVGKSourceURL.h; sourceTree = ""; }; + 913B69BFC50F261DA95140DB6C5BD1CA /* SettingsProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SettingsProvider.swift; path = FirebaseSessions/Sources/Settings/SettingsProvider.swift; sourceTree = ""; }; + 913DD0F14B0EACF6409E2B01E598DB58 /* LayoutAnchoring.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutAnchoring.swift; path = Sources/LayoutAnchoring.swift; sourceTree = ""; }; + 914425BF15F15429BCF8BD14CFBBABE2 /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = Sources/Operators/WithLatestFrom.swift; sourceTree = ""; }; + 91481CC2BA44A9507EF170C7224E2C45 /* SVGUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGUtils.m; path = Source/Utils/SVGUtils.m; sourceTree = ""; }; + 916CD33D9565B5442DB4981D30080FF5 /* Pods-iOS-dydxChart.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxChart.modulemap"; sourceTree = ""; }; + 917E2BB592CC9C21A21C7B3D2501BBC2 /* FIRMessagingSyncMessageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingSyncMessageManager.h; path = FirebaseMessaging/Sources/FIRMessagingSyncMessageManager.h; sourceTree = ""; }; 91BB24BA472AF523E913108C9AA301F2 /* BigInt */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BigInt; path = BigInt.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 91D187B48A6290D3DA8FAB8FAB2E3DD4 /* GULProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULProxy.m; path = GoogleUtilities/SwizzlerTestHelpers/GULProxy.m; sourceTree = ""; }; - 91DEFA675057791FAC071EDBF7A46B5D /* CandleChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleChartData.swift; path = Source/Charts/Data/Implementations/Standard/CandleChartData.swift; sourceTree = ""; }; - 920841C4B5EB353523A7DD1A1C5EBF60 /* POPAnimationPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationPrivate.h; path = pop/POPAnimationPrivate.h; sourceTree = ""; }; - 920D296B6495F570BE12A38869B872DD /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; - 924EB3544D212CDC8E223B3609F20790 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; - 925B8FCD7D72D0AEBA1748ABE87BFE71 /* ValidatableInterfaceElement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidatableInterfaceElement.swift; path = "Validator/Sources/UIKit+Validator/ValidatableInterfaceElement.swift"; sourceTree = ""; }; - 9261E99A30F40B156E6235EE758CB6EF /* SVGUseElement_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGUseElement_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGUseElement_Mutable.h"; sourceTree = ""; }; - 92627F2D85B023B907E4D903DA8130EE /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + 91BB800075B708898EE6F53CF491564E /* GDTCORStorageEventSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageEventSelector.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h; sourceTree = ""; }; + 91EC9987B35D008DDE4A4B76EECFD902 /* CSSStyleSheet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSStyleSheet.h; path = "Source/DOM classes/Core DOM/CSSStyleSheet.h"; sourceTree = ""; }; + 92001ABED4756B3B360D8B2A17E45FF0 /* JTVerticalCalendarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTVerticalCalendarView.h; path = JTCalendar/Views/JTVerticalCalendarView.h; sourceTree = ""; }; + 921514B0B19CAF3A038FEC35A22E8FAB /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; + 922ED6EA4E478FCFB046C57BC057BAA3 /* FIRCLSContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContext.h; path = Crashlytics/Crashlytics/Components/FIRCLSContext.h; sourceTree = ""; }; + 9237EAFD63FB7832450ACF18B2122055 /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; + 9241F5D74065993697CF7523DA79B590 /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; + 9243EAF6D537AF68169A089927E4BA03 /* JTCalendar-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JTCalendar-umbrella.h"; sourceTree = ""; }; + 9246E5D508C9D9C65090EAC228F84FBF /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; + 9247B041172EA96937B6E0F865331F3E /* SVGKParserStyles.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserStyles.m; path = "Source/Parsers/Parser Extensions/SVGKParserStyles.m"; sourceTree = ""; }; + 92589D3EE58FE03BD5E509A5A70A733B /* FIRCLSSymbolResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolResolver.h; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h; sourceTree = ""; }; + 9259F52B925CCCDCD92CF2583F9449C5 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; 9264683869DB03D368724585C52FFD0D /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "GoogleToolboxForMac-GoogleToolboxForMac_Privacy"; path = GoogleToolboxForMac_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 9267610667EF455F97C9EE09100F8014 /* Pods-iOS-PlatformUIJedioTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformUIJedioTests"; path = Pods_iOS_PlatformUIJedioTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 927B9D2027A3149E4BF627ADCB9E333E /* Pods-iOS-PlatformUIJedio-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformUIJedio-umbrella.h"; sourceTree = ""; }; - 927E03843DA250F4C893545B4505A517 /* FIRCLSRecordHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordHost.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m; sourceTree = ""; }; - 92BC3A57A0099A0004E287343564A2EA /* CocoaLumberjack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.release.xcconfig; sourceTree = ""; }; - 92CCB7174E2B2E4BC74047798890EA6B /* FIRMessagingContextManagerService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingContextManagerService.h; path = FirebaseMessaging/Sources/FIRMessagingContextManagerService.h; sourceTree = ""; }; - 92CD75A992DB2629ED14EDC47A61DF53 /* SVGElementInstance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGElementInstance.m; path = "Source/DOM classes/SVG-DOM/SVGElementInstance.m"; sourceTree = ""; }; - 92D7AB43FCB35EBEEC6C34FA52C804B6 /* FirebaseInstallations.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstallations.modulemap; sourceTree = ""; }; + 9269A1E6146BDA132FC416A01FE33E04 /* SVGKSourceString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSourceString.m; path = Source/Sources/SVGKSourceString.m; sourceTree = ""; }; + 927E63FB73C3B4C2CC81EB62EB99DA48 /* libPhoneNumber-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libPhoneNumber-iOS-umbrella.h"; sourceTree = ""; }; + 928417649C1B2E0B31252D42984EE078 /* FPRNSURLConnectionDelegateInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLConnectionDelegateInstrument.h; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLConnectionDelegateInstrument.h; sourceTree = ""; }; + 92DDD341AC700672B926F9367F802360 /* JTDateHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTDateHelper.h; path = JTCalendar/JTDateHelper.h; sourceTree = ""; }; 92EE6847B26D9E2B98ACFF867454EC7D /* Pods-iOS-dydxChartTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxChartTests"; path = Pods_iOS_dydxChartTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9301DA5C6FED392073C6976D5A4F31CB /* HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift; sourceTree = ""; }; - 930FEDFE51F0392167E734251152E8D0 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; - 9314E518F4ECCC94CBB3C9F87717ECAC /* Pods-iOS-dydxCarteraTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxCarteraTests-frameworks.sh"; sourceTree = ""; }; - 931DFD843ED7AB7EBE42ABF56FDA4426 /* FPRInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRInstrument.m; path = FirebasePerformance/Sources/Instrumentation/FPRInstrument.m; sourceTree = ""; }; - 9326536A019291AAA0CEB4553722917C /* NVActivityIndicatorAnimationBallGridPulse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallGridPulse.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallGridPulse.swift; sourceTree = ""; }; 933A1D8DF9B555FC17BD144308C4B60C /* Pods-iOS-dydxV4Tests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxV4Tests"; path = Pods_iOS_dydxV4Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 934336569A13E8745534CC6099722E5B /* NVActivityIndicatorAnimationLineScale.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineScale.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineScale.swift; sourceTree = ""; }; - 93519CBBDDE03F52446A027E8ED2BA33 /* ZSWTappableLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZSWTappableLabel-dummy.m"; sourceTree = ""; }; - 9354A3576E4219B841C42C25A43CFFB1 /* Pods-iOS-RoutingKitTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-RoutingKitTests-acknowledgements.markdown"; sourceTree = ""; }; - 935A62CAFC8F30A9B3B320C1B4ECB977 /* PopoverUtilities.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverUtilities.swift; path = Sources/PopoverUtilities.swift; sourceTree = ""; }; - 935DFC57A1B48E24D177D940F4E4175B /* FIRCLSInternalReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h; sourceTree = ""; }; - 936AE17BDDDBAE7850F9FA5EAFB81323 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; - 93C43321A9BF377DDF293DAB03F6C131 /* FirebaseABTesting.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseABTesting.debug.xcconfig; sourceTree = ""; }; - 93CC32D1BFD969F1973647CD2AA10E0F /* Promise+Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Timeout.swift"; path = "Sources/Promises/Promise+Timeout.swift"; sourceTree = ""; }; - 93E8680866008CEF18A6F4792154D826 /* ResourceBundle-nanopb_Privacy-nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-nanopb_Privacy-nanopb-Info.plist"; sourceTree = ""; }; - 9405728C452D25D8999CF416D980FB93 /* Pods-iOS-PlatformRouting-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformRouting-umbrella.h"; sourceTree = ""; }; - 942594BAB564721E07FF16A02BC3EFE0 /* SVGKImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKImageView.m; path = Source/ImageViews/SVGKImageView.m; sourceTree = ""; }; - 9434D4BE3D26575E76904CFEBB90EC0D /* FPRConsoleURLGenerator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConsoleURLGenerator.h; path = FirebasePerformance/Sources/Common/FPRConsoleURLGenerator.h; sourceTree = ""; }; - 94576E0B635AB6A69D19C874CA6173CE /* FIRCLSFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFileManager.m; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.m; sourceTree = ""; }; - 945E474C51B9A2642FDD763FA5D2776E /* GDTCORProductData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORProductData.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORProductData.m; sourceTree = ""; }; - 9476799DC79C8B87CC19CBF1601E96F6 /* Pods-iOS-WebParticlesTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-WebParticlesTests-acknowledgements.markdown"; sourceTree = ""; }; - 949868120EAD250A8C6C318F1A2D4204 /* HorizontalBarChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HorizontalBarChartView.swift; path = Source/Charts/Charts/HorizontalBarChartView.swift; sourceTree = ""; }; - 94C1D7F5D8D24C9616B6CE43E9289B98 /* NVActivityIndicatorAnimationBallPulse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallPulse.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallPulse.swift; sourceTree = ""; }; - 94DA925F70640B5A573EE815B063EDE4 /* ChartUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartUtils.swift; path = Source/Charts/Utils/ChartUtils.swift; sourceTree = ""; }; + 9344CB12F1464FBA90D60DE90137E826 /* Pods-iOS-AmplitudeInjectionsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-AmplitudeInjectionsTests-frameworks.sh"; sourceTree = ""; }; + 9366BFA159716F04E43EB574060A4BF7 /* EFIntSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFIntSize.swift; path = Source/EFIntSize.swift; sourceTree = ""; }; + 936978A8791924B211DB704D67098D02 /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; + 938682C0A0E76C91D6DD4ECEAA5E0133 /* StatsigClient+AppLifecycle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StatsigClient+AppLifecycle.swift"; path = "Sources/Statsig/StatsigClient+AppLifecycle.swift"; sourceTree = ""; }; + 939A87619ECFC5614E1DFB674ECEB7C0 /* Pods-iOS-Utilities-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-Utilities-acknowledgements.markdown"; sourceTree = ""; }; + 93A5607FECC6DD20F6DAB4C3715C2F53 /* FIRCLSInternalReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInternalReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m; sourceTree = ""; }; + 93A9B239EE5761F171C0231CADA8745F /* DrawerMenuStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DrawerMenuStyle.swift; path = DrawerMenu/Classes/style/DrawerMenuStyle.swift; sourceTree = ""; }; + 93C67A115B0A98DAFA5570BB4347F7B7 /* PanModalPresentationAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresentationAnimator.swift; path = PanModal/Animator/PanModalPresentationAnimator.swift; sourceTree = ""; }; + 93D12D21E72BBAB12AA4C99F71B17B40 /* FPRMemoryGaugeCollector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRMemoryGaugeCollector.m; path = FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeCollector.m; sourceTree = ""; }; + 93E89EEEA9E200179EF601F5BEEC2089 /* StatsigListening.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigListening.swift; path = Sources/Statsig/StatsigListening.swift; sourceTree = ""; }; + 93FA15EE1C87DC355623621E4617CD2D /* Pods-iOS-UIToolkits.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIToolkits.debug.xcconfig"; sourceTree = ""; }; + 9426E87A1A24E8EEB5164013BE4F679E /* Pods-iOS-PlatformUIJedio.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformUIJedio.modulemap"; sourceTree = ""; }; + 942E0811441977AB1DCB2097A1F15C83 /* Promise+All.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+All.swift"; path = "Sources/Promises/Promise+All.swift"; sourceTree = ""; }; + 9446B54163521A49D37BE9C22FC50BD8 /* DDFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = Sources/CocoaLumberjack/DDFileLogger.m; sourceTree = ""; }; + 946502B6B7B6DC861322907805B5DE35 /* Pods-iOS-AppsFlyerStaticInjections.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AppsFlyerStaticInjections.release.xcconfig"; sourceTree = ""; }; + 949472FE1A0D7EB9B170B655101B9C06 /* JTCalendarDelegateManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarDelegateManager.h; path = JTCalendar/Managers/JTCalendarDelegateManager.h; sourceTree = ""; }; + 94AC6A45AA5C5A55CDC864F0DC254F81 /* CandleStickChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleStickChartView.swift; path = Source/Charts/Charts/CandleStickChartView.swift; sourceTree = ""; }; + 94B0AD609C8EFFBFBCBDE3AC8065E4DD /* NVActivityIndicatorAnimationCircleStrokeSpin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationCircleStrokeSpin.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationCircleStrokeSpin.swift; sourceTree = ""; }; + 94B59FBB68CD631E36CA58998174463B /* ChartUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartUtils.swift; path = Source/Charts/Utils/ChartUtils.swift; sourceTree = ""; }; + 94D792A092935DA1143F8EE71506A081 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + 94E1954553EDA6500E9ECA50CEC95BE1 /* RCNConfigRealtime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigRealtime.m; path = FirebaseRemoteConfig/Sources/RCNConfigRealtime.m; sourceTree = ""; }; + 94E7DBB0D730B891FB8093E90B04B7C2 /* Amplitude-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Amplitude-iOS-prefix.pch"; sourceTree = ""; }; 94F95FFC70FA9CCF09D3D394F5C24511 /* ZSWTappableLabel */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZSWTappableLabel; path = ZSWTappableLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 94F97A5E72BFF21A83CDD22FFFE9D1F5 /* COSTouchVisualizer-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "COSTouchVisualizer-Info.plist"; sourceTree = ""; }; - 950AA4BF16B8E31F366F0BDF95D7671B /* JTDateHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTDateHelper.m; path = JTCalendar/JTDateHelper.m; sourceTree = ""; }; - 951BB17E51C8020F8909FEF0B7CF8D90 /* Pods-iOS-dydxChart-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxChart-acknowledgements.markdown"; sourceTree = ""; }; - 951CE3A105E0E115139ECB53F68D1A04 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/Core/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 951E57604F01A4D2C009B8D05689E533 /* NBPhoneNumberDesc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneNumberDesc.m; path = libPhoneNumber/NBPhoneNumberDesc.m; sourceTree = ""; }; - 951FFFAE1788B0C83C5142BF47B47D5F /* libPhoneNumber-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libPhoneNumber-iOS-dummy.m"; sourceTree = ""; }; - 9524D0EAC76D4326B235663E1CB709F4 /* FPRNSURLSessionInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLSessionInstrument.m; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLSessionInstrument.m; sourceTree = ""; }; - 953648D8A48FF46765B5887FCDE6C0AB /* Pods-iOS-AmplitudeInjectionsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AmplitudeInjectionsTests.release.xcconfig"; sourceTree = ""; }; - 9542F8E1E959D32ED1D931FB083F1FC9 /* GULRuntimeStateHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeStateHelper.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeStateHelper.h; sourceTree = ""; }; - 9555FAEDF31F106215AB76C1204A42F7 /* Pods-iOS-JedioKit-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-JedioKit-acknowledgements.plist"; sourceTree = ""; }; - 9565C970FCD6D99F596F8BDE99670835 /* FIRCLSReportUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h; sourceTree = ""; }; - 9566F0EC249F0BF22384158701630BFA /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; + 9519ED472D97F61EFBCA6C135B044C82 /* GoogleDataTransport.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleDataTransport.modulemap; sourceTree = ""; }; + 952EC38725A3E178DB7358003102207D /* SVGRect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGRect.m; path = "Source/DOM classes/SVG-DOM/SVGRect.m"; sourceTree = ""; }; + 954E64DF62C1733575A96CEB4026C00A /* FlatMapLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlatMapLatest.swift; path = Sources/Operators/FlatMapLatest.swift; sourceTree = ""; }; 95784DA3E052291A415D111DC394DDB0 /* JTCalendar */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = JTCalendar; path = JTCalendar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 95822C3FF77844FF6996C67E94F1B2C8 /* SVGImageElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGImageElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGImageElement.h"; sourceTree = ""; }; - 958AB4ACA7CFDE241E2BDD4816E235F0 /* BarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/BarChartDataSet.swift; sourceTree = ""; }; - 958CBA9F71B6D6DEEBED02FC5A4306C6 /* CircleShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CircleShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/CircleShapeRenderer.swift; sourceTree = ""; }; - 95B542CA0EFE304233B11464791CD5B9 /* FIRMessagingRmqManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRmqManager.h; path = FirebaseMessaging/Sources/FIRMessagingRmqManager.h; sourceTree = ""; }; - 95B797CF9C5A9AAFCECE2FD17B15A8B7 /* FirebaseRemoteConfigInterop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseRemoteConfigInterop.modulemap; sourceTree = ""; }; + 957DCA01F9C9789E7F56778558A4220A /* ValidationRuleEquality.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleEquality.swift; path = Validator/Sources/Rules/ValidationRuleEquality.swift; sourceTree = ""; }; + 959EAE625CD113612B126982A15C2B91 /* SDWebImageSVGCoderDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageSVGCoderDefine.h; path = SDWebImageSVGCoder/Classes/SDWebImageSVGCoderDefine.h; sourceTree = ""; }; + 95A6A673793246DDDE6C5FA2EB5EBE84 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; + 95A8398916E0D6217C4D7393A138DFCB /* Pods-iOS-UtilitiesTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UtilitiesTests-umbrella.h"; sourceTree = ""; }; + 95AA2984F14C97D5D4E367DB3E198EFC /* Diff.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Diff.swift; path = Sources/Differ/Diff.swift; sourceTree = ""; }; + 95BBBC2F1E63972DA0CA19957708488B /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + 95D88CCB520DBCAB95573E75F4BF7032 /* ImageViewWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageViewWrapper.swift; path = SDWebImageSwiftUI/Classes/ImageViewWrapper.swift; sourceTree = ""; }; 95DAC27120A1BA1FFA67C4A250AAB9FC /* DrawerMenu */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DrawerMenu; path = DrawerMenu.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 95DD6E968293E60EE9EF42F735437273 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 95ED6AF0B4788C35B30C0879B8459824 /* PromisesObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesObjC.modulemap; sourceTree = ""; }; - 95F570E21E4AD32E2A3142741F989AE5 /* Pods-iOS-JedioKitTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-JedioKitTests-umbrella.h"; sourceTree = ""; }; - 95F81A7793E7DD18BA4AB275ECBDCBC2 /* SVGKImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKImageRep.h; path = "Source/AppKit additions/SVGKImageRep.h"; sourceTree = ""; }; - 964672D0E4B16F67CE548A6BCE44CAEE /* Amplitude-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Amplitude-iOS-prefix.pch"; sourceTree = ""; }; - 965A1BECA53B23B085F180C50DE164A2 /* Pods-iOS-UIToolkitsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-UIToolkitsTests-frameworks.sh"; sourceTree = ""; }; - 966D540492940330C77480E60AB33EA6 /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; - 96853D3291F1DB9C7C0DA87CC577BA5B /* SVGKSourceString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSourceString.h; path = Source/Sources/SVGKSourceString.h; sourceTree = ""; }; - 9692665AF6CEAAA47B9EEAD8B8FBDBE0 /* Firebase-2149e159.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Firebase-2149e159.release.xcconfig"; sourceTree = ""; }; - 9693B1A8946D38CDD1097404DB847BBB /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; - 969F952B206981C626DBB85845819B8B /* iCarousel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = iCarousel.debug.xcconfig; sourceTree = ""; }; - 96B40BCE181CCC55F7B117B4FCC291DB /* BubbleChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartDataProvider.swift; path = Source/Charts/Interfaces/BubbleChartDataProvider.swift; sourceTree = ""; }; - 96E51A6CC73CB29B4AD506F01AE43E8E /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h; sourceTree = ""; }; - 96F00F0712CE990426EB9A0BDE89801C /* FPRDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRDiagnostics.m; path = FirebasePerformance/Sources/Common/FPRDiagnostics.m; sourceTree = ""; }; - 96FAF245162E3955FCCBF02FD899B047 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - 9706AEBE1FF75762BF70D0751DA58C8A /* SessionGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionGenerator.swift; path = FirebaseSessions/Sources/SessionGenerator.swift; sourceTree = ""; }; - 9729C597133B23C5AD90A19A54AE6C40 /* Pods-iOS-dydxPresenters-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxPresenters-acknowledgements.markdown"; sourceTree = ""; }; - 974912BD1B46B66F3390ED31778FDD5D /* Pods-iOS-ParticlesCommonModelsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-ParticlesCommonModelsTests-dummy.m"; sourceTree = ""; }; - 9755504C1DD6B4103416D46DC6A52900 /* BarLineScatterCandleBubbleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineScatterCandleBubbleChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift; sourceTree = ""; }; - 975A38F9466B7BCD353AF0A5D33A9F6D /* GoogleToolboxForMac-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleToolboxForMac-umbrella.h"; sourceTree = ""; }; - 976DDA944CF4F9688598B4D23AE3878F /* FirebaseCoreInternal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-prefix.pch"; sourceTree = ""; }; - 977AA20CBF2FFCD831D1B86F4EFE9B43 /* CocoaLumberjack-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-prefix.pch"; sourceTree = ""; }; + 95E4C81B6CE0AB50B7F1A8EEF0143F53 /* SDWebImageSVGCoderDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageSVGCoderDefine.m; path = SDWebImageSVGCoder/Classes/SDWebImageSVGCoderDefine.m; sourceTree = ""; }; + 95F1C50C634CE9098D6C9C2CDA47747D /* compliance.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = compliance.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/compliance.nanopb.c; sourceTree = ""; }; + 9627C36876133F1EC46EA47A14C7D20A /* Menu+UIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Menu+UIKit.swift"; path = "Sources/Templates/Menu+UIKit.swift"; sourceTree = ""; }; + 9649D6937B5BD8709AD49CD34F52B796 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_encode.c; sourceTree = ""; }; + 9660FB13D206DD8C03919C93B1EE94DB /* Animator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Animator.swift; path = Source/Charts/Animation/Animator.swift; sourceTree = ""; }; + 968437D06C23CB52072B4287E1AFE4DA /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; + 969380C04EECA0F0232D4730E24D87D0 /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = Sources/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = ""; }; + 969D9DD2F38088873978B286F3878CA5 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 96ADA214F18D80867153456DBA7D5BAA /* AMPURLConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPURLConnection.h; path = Sources/Amplitude/AMPURLConnection.h; sourceTree = ""; }; + 96B5D0A06C6545775823AAAFBB32CE06 /* Pods-iOS-AmplitudeInjectionsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-AmplitudeInjectionsTests-dummy.m"; sourceTree = ""; }; + 96C084CFF84607F2543C21B0771589F4 /* AxisBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AxisBase.swift; path = Source/Charts/Components/AxisBase.swift; sourceTree = ""; }; + 96E2B2BA4430887E7D52C4E625B48273 /* Pods-iOS-dydxCarteraTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxCarteraTests.modulemap"; sourceTree = ""; }; + 96E50B4EBA90D547CD243348BCB9AA55 /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; + 96EE3D7278DA660238068C67A98BCFA1 /* UIColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+.swift"; path = "Source/UIColor+.swift"; sourceTree = ""; }; + 96F486903CC7DF71D7A4CD7DB2325E2E /* SVGKParserDefsAndUse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserDefsAndUse.m; path = "Source/Parsers/Parser Extensions/SVGKParserDefsAndUse.m"; sourceTree = ""; }; + 97106AD6FB1AC42CCA8DB3BE69F3E9CF /* Pods-iOS-JedioKitTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-JedioKitTests-umbrella.h"; sourceTree = ""; }; + 971BEB9A9D39A16E38E3BD10DFB4A095 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; + 972B85C7FE7B48A024DA30AAC309EED2 /* Validator-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Validator-Info.plist"; sourceTree = ""; }; + 9732EDE3FE9925541C449ECC5639126D /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + 973ECE1C5FAB04C0CF7A2FA3FECFF363 /* GTMSessionFetcherService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherService.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcherService.h; sourceTree = ""; }; + 97520E1C008EA8450C402025DB0CB254 /* Pods-iOS-WebParticles-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-WebParticles-dummy.m"; sourceTree = ""; }; + 977D1A6B8A5AB5F983CA56F1E4DAE875 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + 9783D27B47C9E1118A53EA42BA7C1C30 /* Transition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transition.swift; path = SDWebImageSwiftUI/Classes/Transition/Transition.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 979CDF990B4BE53DD7202284042548D9 /* FIRCLSSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettings.h; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.h; sourceTree = ""; }; - 979F2CD79345ECE5600B94A0997E8968 /* BubbleChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartRenderer.swift; path = Source/Charts/Renderers/BubbleChartRenderer.swift; sourceTree = ""; }; - 97ACC17B7D4088591EE6C91680766F52 /* SVGKExporterNSData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKExporterNSData.h; path = Source/Exporters/SVGKExporterNSData.h; sourceTree = ""; }; - 97B885CF4379A64316997DDEF72A1D7A /* Pods-iOS-PlatformUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformUITests-dummy.m"; sourceTree = ""; }; - 97B8C2AB102A4E2DCF885865B9D841F0 /* SVGElementInstanceList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGElementInstanceList.m; path = "Source/DOM classes/SVG-DOM/SVGElementInstanceList.m"; sourceTree = ""; }; - 97C76228CFFE005A60F286554262CECA /* ValidationRuleSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleSet.swift; path = Validator/Sources/Rules/ValidationRuleSet.swift; sourceTree = ""; }; - 97D503A8BC066EBCA018C5200F356619 /* ChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartData.swift; path = Source/Charts/Data/Implementations/Standard/ChartData.swift; sourceTree = ""; }; - 97FA52A8AE926E549E3B77D65445E200 /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; - 97FF2FA051CF478E4E8181F1DBC87133 /* Pods-iOS-dydxV4.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxV4.debug.xcconfig"; sourceTree = ""; }; - 980D199F6CCC5D5CAD036981D1450EB3 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = GoogleUtilities/Privacy/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 9828987695D4E88719049EC284207E93 /* Pods-iOS-CameraParticles-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-CameraParticles-acknowledgements.markdown"; sourceTree = ""; }; - 9855EB08130CE7E973248D26552D583F /* EasyTipView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "EasyTipView-Info.plist"; sourceTree = ""; }; - 987720B1FF5E6880CE9EA8360CF9E7AF /* ICandleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ICandleChartDataSet.swift; path = Source/Charts/Data/Interfaces/ICandleChartDataSet.swift; sourceTree = ""; }; - 988BCF814C1E6AFAEA7B5230F9528568 /* GULObjectSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULObjectSwizzler.h; path = GoogleUtilities/ISASwizzler/Public/GoogleUtilities/GULObjectSwizzler.h; sourceTree = ""; }; - 988EE5CFB93FB1BA41939CD24A944DBD /* AMPIdentify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPIdentify.h; path = Sources/Amplitude/AMPIdentify.h; sourceTree = ""; }; - 9891CB889497EB5698EE30EC232D99B0 /* SVGKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVGKit-prefix.pch"; sourceTree = ""; }; - 989421130514ADE0EC3F52D7113F34FC /* FirebaseABTestingInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseABTestingInternal.h; path = FirebaseABTesting/Sources/Private/FirebaseABTestingInternal.h; sourceTree = ""; }; - 98B5009C51A2BE831E564F33C1CD5A68 /* Popovers.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Popovers.debug.xcconfig; sourceTree = ""; }; - 98C61FF02D4629708B2552592AC8F8F2 /* ScatterChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartDataProvider.swift; path = Source/Charts/Interfaces/ScatterChartDataProvider.swift; sourceTree = ""; }; - 98D06E1CC854DB59CDC8FEC55573B848 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = FirebaseCore/Extension/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 98DD07F7A929B2A450E55C9E9BF462A9 /* DimmedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DimmedView.swift; path = PanModal/View/DimmedView.swift; sourceTree = ""; }; - 98E5583F5417100968AFC76EFEDFA140 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - 992C41B8CEBA858FFEB436BE00047729 /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; - 992DE26D2380EFE1D71C1EE1DDF90453 /* SVGGradientLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGradientLayer.m; path = "Source/QuartzCore additions/SVGGradientLayer.m"; sourceTree = ""; }; - 9937C9768B2042457723322B21E480F8 /* FPRClassInstrumentor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRClassInstrumentor.h; path = FirebasePerformance/Sources/Instrumentation/FPRClassInstrumentor.h; sourceTree = ""; }; - 9952A32B9624C8EC51EEB5D36DFF18BA /* FIRCLSSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSignal.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h; sourceTree = ""; }; - 9954ECE07FB70019DA7BE8C54C7C360E /* FirebaseCrashlytics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCrashlytics.modulemap; sourceTree = ""; }; - 9964C5865CD2E0B0F0FCBAFC38D30E7C /* FIRCLSDwarfUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwind.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h; sourceTree = ""; }; - 99827CC837DC9C220CAE122B3948A0B7 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 998503CD181437F1E219FEAB104E6A35 /* Pods-iOS-dydxPresentersTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxPresentersTests-acknowledgements.markdown"; sourceTree = ""; }; - 998B6AAF8B2416F7B0A066BD8D14D81C /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - 99B6CB4023A8E8023BAB6DA7208DF891 /* DDContextFilterLogFormatter+Deprecated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DDContextFilterLogFormatter+Deprecated.m"; path = "Sources/CocoaLumberjack/Extensions/DDContextFilterLogFormatter+Deprecated.m"; sourceTree = ""; }; - 99E9745AB0B571DC1915F2FFA086024D /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 99EBB70BD686407112A3D83216B91BF8 /* FPRInstrumentation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRInstrumentation.m; path = FirebasePerformance/Sources/Instrumentation/FPRInstrumentation.m; sourceTree = ""; }; - 9A0908991752A7F835C8757465424AA5 /* Pods-iOS-PlatformUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUITests.debug.xcconfig"; sourceTree = ""; }; - 9A2E540D4B78A1FB21D3525334DCB69F /* IBarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IBarChartDataSet.swift; path = Source/Charts/Data/Interfaces/IBarChartDataSet.swift; sourceTree = ""; }; - 9A346F25A918267E25A56C9A097BDBD0 /* FirebasePerformance.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebasePerformance.release.xcconfig; sourceTree = ""; }; - 9A5F6FC4CB6D9CF28018F77B0BD86143 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h; sourceTree = ""; }; - 9AB2E88E7C0EDFB1AB6CC095B9500AC2 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - 9AB6C74026915DD39B46A77669306768 /* Pods-iOS-UtilitiesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UtilitiesTests.release.xcconfig"; sourceTree = ""; }; - 9AB750A5E462335024C850E06A65DA6B /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; - 9AD18A315E89070652363937C1E56EF7 /* Pods-iOS-RoutingKitTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-RoutingKitTests-dummy.m"; sourceTree = ""; }; - 9B0C45AC1028B0F0DB3F61519F3CB388 /* Pods-iOS-dydxV4Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxV4Tests.modulemap"; sourceTree = ""; }; - 9B1ABD1A07F1741B409DD2F22D9FB34D /* PromisesSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesSwift-dummy.m"; sourceTree = ""; }; - 9B3DDB55AECBCF8A731EC14848C235A7 /* POPDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPDecayAnimation.mm; path = pop/POPDecayAnimation.mm; sourceTree = ""; }; - 9B54D274544A48178C1764DE76D10640 /* Pods-iOS-PlatformUIJedioTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformUIJedioTests-dummy.m"; sourceTree = ""; }; - 9B556EF55ECE37596F5FEECAAA28E014 /* ZSWTappableLabel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZSWTappableLabel.release.xcconfig; sourceTree = ""; }; - 9B66153D14031D3EC279C36839D7C806 /* GULSwizzledObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzledObject.m; path = GoogleUtilities/ISASwizzler/GULSwizzledObject.m; sourceTree = ""; }; - 9B70F1833A48A4872BB7315AE1064291 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; - 9B79A9602AD918B4335A07AA559BF722 /* DDFileLogger+Buffering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Buffering.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger+Buffering.h"; sourceTree = ""; }; - 9B82A252373DE02131ED957B95987FD8 /* CSSPrimitiveValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSPrimitiveValue.h; path = "Source/DOM classes/Core DOM/CSSPrimitiveValue.h"; sourceTree = ""; }; - 9B90C267CCA5540E805C7290BB887E7C /* KVOController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KVOController-dummy.m"; sourceTree = ""; }; - 9BF7BC86507900B9F06DD3000A41170D /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; - 9C01F3AD61EBED1517526124C50BA130 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - 9C0AF20C080833B9EDD4CB18A95D2FF9 /* NSObject+FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+FBKVOController.h"; path = "FBKVOController/NSObject+FBKVOController.h"; sourceTree = ""; }; - 9C4A8FC94180A302829B61C74FE50568 /* SDImageFramePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFramePool.h; path = SDWebImage/Private/SDImageFramePool.h; sourceTree = ""; }; - 9C589F47A6CEC3FDF72571FFA7085C17 /* PanModalPresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresentable.swift; path = PanModal/Presentable/PanModalPresentable.swift; sourceTree = ""; }; + 979E45D06FC6B0B2FD980464420D751B /* BaseClassForAllSVGBasicShapes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BaseClassForAllSVGBasicShapes.m; path = "Source/DOM classes/Unported or Partial DOM/BaseClassForAllSVGBasicShapes.m"; sourceTree = ""; }; + 97A67F95850DEECD87C50848323C516C /* GTMReadMonitorInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMReadMonitorInputStream.m; path = Sources/Full/GTMReadMonitorInputStream.m; sourceTree = ""; }; + 97ACD0A536C65FD32278A11B91C4FB7E /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; + 97CAE3BB138F3DA2BF022C2176188E7B /* ValidationError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationError.swift; path = Validator/Sources/ValidationError.swift; sourceTree = ""; }; + 97DE1C098135DE12271790ADD892D201 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h; sourceTree = ""; }; + 97E259C44F8A93B499EADE9663FC0340 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = SDWebImageSwiftUI/Classes/Image.swift; sourceTree = ""; }; + 97F044CFFF90B4C7726EC25F479406DD /* FirebaseCoreExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreExtension.release.xcconfig; sourceTree = ""; }; + 97FE0FB7482F73334202D5770D80A8E9 /* NSError+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRMessaging.m"; path = "FirebaseMessaging/Sources/NSError+FIRMessaging.m"; sourceTree = ""; }; + 9805214D06FEBEDB612C047351BF2847 /* FlatMapBatches.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlatMapBatches.swift; path = Sources/Operators/FlatMapBatches.swift; sourceTree = ""; }; + 980BAA6FBDE3C37B580D2D85ABB8D318 /* SVGImageElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGImageElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGImageElement.h"; sourceTree = ""; }; + 981D6F9CA5615149BFEABDBEA5FF03B9 /* FIRMessagingAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAPNSInfo.m; path = FirebaseMessaging/Sources/Token/FIRMessagingAPNSInfo.m; sourceTree = ""; }; + 9852E68D36AF66D514BE191A7CF4EAF1 /* FIRCLSReportUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h; sourceTree = ""; }; + 98886816A090B30FB2C2F6D8C3383A8F /* ApplicationInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ApplicationInfo.swift; path = FirebaseSessions/Sources/ApplicationInfo.swift; sourceTree = ""; }; + 989F1A9976B7BE493049C55D9D228C6E /* FIRCLSFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFileManager.m; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.m; sourceTree = ""; }; + 98C28120885E8DB5279B10478D40634E /* FPRDate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRDate.h; path = FirebasePerformance/Sources/Common/FPRDate.h; sourceTree = ""; }; + 9949E7CF52BCD83803EC6163FAE53889 /* Hashable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Hashable.swift; path = Sources/Hashable.swift; sourceTree = ""; }; + 994D0D2481D5D5D584ABE911E8143992 /* RadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/RadarChartDataSet.swift; sourceTree = ""; }; + 99534B7B668580E1F9ADB3192BE13343 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + 995534D9A229D76A0A6DE41831CC737C /* Pods-iOS-AmplitudeInjections.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-AmplitudeInjections.modulemap"; sourceTree = ""; }; + 99932DE1A86D11AD6C5DF4810ADB4109 /* FIRMessagingPendingTopicsList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPendingTopicsList.h; path = FirebaseMessaging/Sources/FIRMessagingPendingTopicsList.h; sourceTree = ""; }; + 999E660786499A8F94FBA8ED71935EDE /* Popovers-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Popovers-dummy.m"; sourceTree = ""; }; + 99E2A4747979E949E1AA8676982D9961 /* CLIColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLIColor.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/CLIColor.h; sourceTree = ""; }; + 9A053FC93D69A4869DF6F71DEE056CFA /* Pods-iOS-dydxPresentersTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxPresentersTests.debug.xcconfig"; sourceTree = ""; }; + 9A277ADCD031EE8A7C17FE4D3FB1DAEB /* SVGElementInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElementInstance.h; path = "Source/DOM classes/SVG-DOM/SVGElementInstance.h"; sourceTree = ""; }; + 9A35A1CC448856060B5F80C54A578B93 /* SVGKExporterNSData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKExporterNSData.h; path = Source/Exporters/SVGKExporterNSData.h; sourceTree = ""; }; + 9A49F002BCE0D1AC8F13D76AADE5956C /* FIRCLSFABAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABAsyncOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m; sourceTree = ""; }; + 9A4B2DAEA9F20F6BB5B1187A09D53BA2 /* ZSWTappableLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZSWTappableLabel-dummy.m"; sourceTree = ""; }; + 9A8495246C0CF64E1871E0C0DE503290 /* FIRMessagingPubSub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPubSub.m; path = FirebaseMessaging/Sources/FIRMessagingPubSub.m; sourceTree = ""; }; + 9A87FAD9A91D5D4CC46FC00D15A5D1B7 /* FirebaseRemoteConfig.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseRemoteConfig.release.xcconfig; sourceTree = ""; }; + 9A8CD1D245E091A50AC58F465D446BF7 /* BarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/BarChartDataSet.swift; sourceTree = ""; }; + 9AA678650A62CB10244A0D109177852F /* Pods-iOS-dydxChartTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxChartTests-acknowledgements.plist"; sourceTree = ""; }; + 9AA92455E50A9E9D41B99AEDA0926DF0 /* GDTCORProductData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORProductData.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORProductData.m; sourceTree = ""; }; + 9AAAC3BE7C1EDC3D36B1E069697E92B2 /* RCNConfigDBManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigDBManager.m; path = FirebaseRemoteConfig/Sources/RCNConfigDBManager.m; sourceTree = ""; }; + 9ABD2D120C2184DF5B5E55BA06B14DDE /* MapMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MapMany.swift; path = Sources/Operators/MapMany.swift; sourceTree = ""; }; + 9AE666D2426473BE90C64D5B6F101EBA /* pop.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = pop.debug.xcconfig; sourceTree = ""; }; + 9B0C3CAA850D8681FC3618D286284920 /* PassthroughRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PassthroughRelay.swift; path = Sources/Relays/PassthroughRelay.swift; sourceTree = ""; }; + 9B390494735356BEC17EF0DE292E4AFD /* CAShapeLayerWithHitTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAShapeLayerWithHitTest.h; path = "Source/QuartzCore additions/CAShapeLayerWithHitTest.h"; sourceTree = ""; }; + 9B46BC59695290DED032645B15659681 /* ChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/ChartDataSet.swift; sourceTree = ""; }; + 9B553EBF5C108254CBB265F64B818823 /* Pods-iOS-dydxPresentersTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxPresentersTests-frameworks.sh"; sourceTree = ""; }; + 9B5816ACBB58C025FE49D548D01A6570 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; + 9B6592EBB0E99420423C520958C9B8DF /* CGImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGImage+.swift"; path = "Source/CGImage+.swift"; sourceTree = ""; }; + 9B758BE7DD160132B6F6C86AFC8A58DD /* Pods-iOS-PlatformParticles.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformParticles.modulemap"; sourceTree = ""; }; + 9B9260DFAA0B6D689B7DD9848E697D2B /* POPCGUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCGUtils.h; path = pop/POPCGUtils.h; sourceTree = ""; }; + 9BBC30049782EA91336E16595C6EDA23 /* DDDispatchQueueLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDDispatchQueueLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDDispatchQueueLogFormatter.m; sourceTree = ""; }; + 9BD957FF32D17EDB18C6FBB28BFAB276 /* Atributika-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Atributika-dummy.m"; sourceTree = ""; }; + 9BFBF3AA5E532843F24D486F056DDCF1 /* RemoteConfigConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteConfigConstants.swift; path = FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift; sourceTree = ""; }; + 9C39FA73FF08954816CAEA4FE487BF32 /* FIRCLSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.h; sourceTree = ""; }; + 9C5742787327E7EA5B755CFF71C26D93 /* Popover+Positioning.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Popover+Positioning.swift"; path = "Sources/Popover+Positioning.swift"; sourceTree = ""; }; + 9C5EDB0DCD4DAB7B859B22951E85EC85 /* JTCalendar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JTCalendar.modulemap; sourceTree = ""; }; + 9C63E25764CDE4B00AD3EE1D4DD27BC4 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; 9C826F1A31F3EE529D8CB06EA88E80F7 /* CombineExt */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CombineExt; path = CombineExt.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9C895B6B625B0E0573FBB6F0CC0F2AFF /* FPRCPUGaugeData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRCPUGaugeData.h; path = FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeData.h; sourceTree = ""; }; - 9CBD747C8AB3577C11C0BD575704299D /* FIRPerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRPerformance.m; path = FirebasePerformance/Sources/FIRPerformance.m; sourceTree = ""; }; - 9D46A45363A39A473960DEBE3D24AF18 /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; - 9D494E7A69598F71DE63F1A6CCFAD485 /* Data Conversion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Data Conversion.swift"; path = "Sources/Data Conversion.swift"; sourceTree = ""; }; - 9D4BC37C1203933F14E43586B412424D /* PanModalHeight.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalHeight.swift; path = PanModal/Presentable/PanModalHeight.swift; sourceTree = ""; }; - 9D607E3733D5558FD82CC8A110810474 /* FIRMessagingAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAnalytics.m; path = FirebaseMessaging/Sources/FIRMessagingAnalytics.m; sourceTree = ""; }; - 9D838441F70BEA870373F5A84A8149CC /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.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; }; - 9D9E7BB1BA5F6243F3FA0FABDD1CD9F1 /* Pods-iOS-AppsFlyerStaticInjections-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-AppsFlyerStaticInjections-dummy.m"; sourceTree = ""; }; - 9DA438918FBF247A364C1A64FD78119B /* LegendEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LegendEntry.swift; path = Source/Charts/Components/LegendEntry.swift; sourceTree = ""; }; - 9DC451BFBF231326A455B91667C156BA /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 9DD732BE16775F381C010C12B41CA7EA /* NBNumberFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBNumberFormat.h; path = libPhoneNumber/NBNumberFormat.h; sourceTree = ""; }; - 9E22090837943491E7A3E3641E22E8C5 /* Pods-iOS-ParticlesKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-ParticlesKit-dummy.m"; sourceTree = ""; }; - 9E2ADBAED3969BD197B7E1052359C6F9 /* SVGPreserveAspectRatio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPreserveAspectRatio.h; path = "Source/DOM classes/SVG-DOM/SVGPreserveAspectRatio.h"; sourceTree = ""; }; - 9E341BA39D3E728131B125A5DCB10D42 /* GTMNSObject+KeyValueObserving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSObject+KeyValueObserving.h"; path = "Foundation/GTMNSObject+KeyValueObserving.h"; sourceTree = ""; }; - 9E4EC2AB8039D77215412EDF8B893784 /* NBPhoneNumberUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneNumberUtil.m; path = libPhoneNumber/NBPhoneNumberUtil.m; sourceTree = ""; }; - 9E4EE96A005AA2F3A0D3E883A0E68514 /* ValidationRulePaymentCard.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRulePaymentCard.swift; path = Validator/Sources/Rules/ValidationRulePaymentCard.swift; sourceTree = ""; }; - 9E91BF9DAB31138378F56458BDA2AF73 /* Pods-iOS-dydxChartTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxChartTests-acknowledgements.markdown"; sourceTree = ""; }; + 9C87461AB9797EA4E6E657DA95D1B806 /* FirebaseABTesting-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseABTesting-dummy.m"; sourceTree = ""; }; + 9C96C261DEA402EEA8DF1736E9D91168 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + 9C9DAC713966A37727A882322577EE6E /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + 9CACDA39314667D18BEB3DBBD06B9587 /* FIRCLSOnDemandModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSOnDemandModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSOnDemandModel.m; sourceTree = ""; }; + 9CB07A02EEB6BB976005749BE023ED50 /* GULSwizzler+Unswizzle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULSwizzler+Unswizzle.m"; path = "GoogleUtilities/SwizzlerTestHelpers/GULSwizzler+Unswizzle.m"; sourceTree = ""; }; + 9CC00F5DBF7D9365AFA4997836AEDC5A /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + 9CCB0FA715364555C7D14EFE29BE7572 /* CharacterData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CharacterData.m; path = "Source/DOM classes/Core DOM/CharacterData.m"; sourceTree = ""; }; + 9CCB1D9F3A97E3FFC4B1C43646666765 /* Value.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Value.swift; path = FirebaseRemoteConfig/Swift/Value.swift; sourceTree = ""; }; + 9CD2AC9EBB420145FA28D68EE8AC6827 /* Pods-iOS-PlatformParticles-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformParticles-umbrella.h"; sourceTree = ""; }; + 9CD2DD094EBA29F71A84B80BFFCDB7D5 /* SDWebImageSwiftUI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageSwiftUI.h; path = SDWebImageSwiftUI/Module/SDWebImageSwiftUI.h; sourceTree = ""; }; + 9CD923EDECC27C88FC3AF090D491018A /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h; sourceTree = ""; }; + 9CE7AE4171EB29686F325CD0D852D43A /* SimpleKeychain-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimpleKeychain-prefix.pch"; sourceTree = ""; }; + 9CEDF89DF4D0941FC1AD093EF6D4A6AD /* api.amplitude.com.der */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = api.amplitude.com.der; path = Sources/Amplitude/api.amplitude.com.der; sourceTree = ""; }; + 9D1106F06F979152E89FB76D1ED3FA5A /* FPRSelectorInstrumentor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRSelectorInstrumentor.h; path = FirebasePerformance/Sources/Instrumentation/FPRSelectorInstrumentor.h; sourceTree = ""; }; + 9D4E6CF0A1A7F0B65DC52FDF225F01E3 /* Pods-iOS-dydxViews.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxViews.release.xcconfig"; sourceTree = ""; }; + 9D5C1C2234125DFD191F826AB953A9D6 /* FIRCLSNetworkResponseHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkResponseHandler.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m; sourceTree = ""; }; + 9D6B3A22B7F0BA4F033CB937AC1FA7D7 /* Pods-iOS-dydxV4Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxV4Tests-resources.sh"; sourceTree = ""; }; + 9D7D560C8EE134E0CB7AB1CA04F64205 /* NVActivityIndicatorView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = NVActivityIndicatorView.debug.xcconfig; sourceTree = ""; }; + 9D8EFCA5E5B5897C424DA9CF2890F36F /* Pods-iOS-PlatformUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUI.release.xcconfig"; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9D9EA01B7FE872746C9301F8E1E7AD95 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = binaries/Resources/nonStrict/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 9DA2525DDC67B28EBFF30BE31005C1F8 /* FPRRemoteConfigFlags+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRRemoteConfigFlags+Private.h"; path = "FirebasePerformance/Sources/Configurations/FPRRemoteConfigFlags+Private.h"; sourceTree = ""; }; + 9DACAFD60D37F241EB68E2B9DA9ECB20 /* FirebaseRemoteConfigInterop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseRemoteConfigInterop.modulemap; sourceTree = ""; }; + 9DCF8DE964B3441637A65441DC036C38 /* PieChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartView.swift; path = Source/Charts/Charts/PieChartView.swift; sourceTree = ""; }; + 9DDFD0C9A9CADF3968831FC7D10FBEBE /* Pods-iOS-PlatformParticles.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformParticles.release.xcconfig"; sourceTree = ""; }; + 9E0130F3B8F0D71AD8A1245D82BCE149 /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; + 9E6C906D941EE3138EA5BC92BB33FD12 /* NVActivityIndicatorAnimationBallPulseSync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallPulseSync.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallPulseSync.swift; sourceTree = ""; }; + 9E7BA8291DB925724C964197E3AEF438 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + 9E8BD6BE3CACA7CF2136D1DF509E711F /* FIRExperimentController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExperimentController.h; path = FirebaseABTesting/Sources/Public/FirebaseABTesting/FIRExperimentController.h; sourceTree = ""; }; + 9E93D31F03B0A04F3363FD07FC2633CC /* GULObjectSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULObjectSwizzler.h; path = GoogleUtilities/ISASwizzler/Public/GoogleUtilities/GULObjectSwizzler.h; sourceTree = ""; }; + 9EA6F7CC2C6F075550A2A5BC87F27312 /* crashlytics.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crashlytics.nanopb.h; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.h; sourceTree = ""; }; 9EAA3D78A0895324DBA2329B57516BF7 /* Pods-iOS-AppsFlyerStaticInjections */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-AppsFlyerStaticInjections"; path = Pods_iOS_AppsFlyerStaticInjections.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9EAC363E82A026546D2284C1604AE175 /* Transitioning.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transitioning.swift; path = Sources/Transitioning.swift; sourceTree = ""; }; - 9EAF4295D3F5CD93ED17D4EADFF6165F /* JTCalendarSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarSettings.m; path = JTCalendar/JTCalendarSettings.m; sourceTree = ""; }; - 9EB60955C3A3E90E453131C21F7103F1 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 9EBF182BD8847FC625697ADA9E942E5D /* SVGPathElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPathElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGPathElement.m"; sourceTree = ""; }; - 9ECCF105B390B8447CE73AA662232636 /* HeartbeatLoggingTestUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatLoggingTestUtils.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatLoggingTestUtils.swift; sourceTree = ""; }; - 9F021B7D5BC10D96751CC4CEF03E11C3 /* BigUInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BigUInt.swift; path = Sources/BigUInt.swift; sourceTree = ""; }; - 9F33745DF8A38BE62179FD1C5B79F83D /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h; sourceTree = ""; }; - 9F3C057289313367980535A8BEDED286 /* Pods-iOS-RoutingKitTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-RoutingKitTests-acknowledgements.plist"; sourceTree = ""; }; - 9F4E7E331E3F7153A5D1D41EA8619600 /* Promise+Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Do.swift"; path = "Sources/Promises/Promise+Do.swift"; sourceTree = ""; }; - 9F4E9C0C3EE016A9FC96D04EE190EE0A /* Validator-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Validator-prefix.pch"; sourceTree = ""; }; - 9F64BC75DEE0447388D7CC60A8A7C6AE /* BarChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartDataProvider.swift; path = Source/Charts/Interfaces/BarChartDataProvider.swift; sourceTree = ""; }; + 9EC6705F6C6FEA739064C1493BCA0EF9 /* GULURLSessionDataResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULURLSessionDataResponse.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h; sourceTree = ""; }; + 9F13E36E902E63423CD09B3204CA666C /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/GULReachabilityMessageCode.h; sourceTree = ""; }; + 9F219F7D22AEA4D08778D7EA64387934 /* Pods-iOS-dydxPresenters-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxPresenters-umbrella.h"; sourceTree = ""; }; + 9F25B0A0B63DD22FA6E05CEF1D8A3272 /* GDTCORFlatFileStorage+Promises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCORFlatFileStorage+Promises.h"; path = "GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h"; sourceTree = ""; }; + 9F4278D0F556C9C15AA345A796878F2E /* Pods-iOS-WebParticles.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-WebParticles.release.xcconfig"; sourceTree = ""; }; 9F661AEAD85EA0EB96D9DE3186479238 /* Pods-iOS-UIAppToolkitsTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-UIAppToolkitsTests"; path = Pods_iOS_UIAppToolkitsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9F81C8C3C85131DEA952BD6812D6ADA3 /* A0SimpleKeychain+KeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "A0SimpleKeychain+KeyPair.h"; path = "SimpleKeychain/A0SimpleKeychain+KeyPair.h"; sourceTree = ""; }; - 9F85ACDD4B0D8540FBB86630CC4A543E /* Pods-iOS-dydxPresentersTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxPresentersTests.modulemap"; sourceTree = ""; }; - 9F8F5DA43EC21E90C06273D05EAAE1DF /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - 9F97F34AA0B65F23C2266B0C850ECA61 /* Pods-iOS-PlatformUIJedio-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformUIJedio-acknowledgements.markdown"; sourceTree = ""; }; - 9FE306AC92903F35B1FEACB58B26C03F /* NSURLSession+GULPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+GULPromises.h"; path = "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h"; sourceTree = ""; }; + 9F74C834D1849C78A2F2650B29ADA999 /* Pods-iOS-dydxFormatterTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxFormatterTests-frameworks.sh"; sourceTree = ""; }; + 9F751AAF18978C87B83153C512581C95 /* FIRStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRStackFrame.m; path = Crashlytics/Crashlytics/FIRStackFrame.m; sourceTree = ""; }; + 9F7C4BE8D503C476B990B9E423A69771 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 9FA3D8DFA8CEB4121F594196C2D66FC2 /* SVGKParseResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParseResult.m; path = Source/Parsers/SVGKParseResult.m; sourceTree = ""; }; + 9FBF3477780AA09DB378085ADC9C5344 /* FIRRemoteConfig_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRRemoteConfig_Private.h; path = FirebaseRemoteConfig/Sources/Private/FIRRemoteConfig_Private.h; sourceTree = ""; }; + 9FC28889B481D9C1E309F543E4D461E2 /* CALayerWithClipRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CALayerWithClipRender.h; path = "Source/QuartzCore additions/CALayerWithClipRender.h"; sourceTree = ""; }; + 9FE956C897B4BB5C624E6BFE51CFCC92 /* FIRCLSUnwind_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_arch.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h; sourceTree = ""; }; + A00586193B0A89FAB8CBB278AB982349 /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; A01CF4C70441C6C0DEBAE2ADBB4575D1 /* Pods-iOS-PlatformRoutingTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformRoutingTests"; path = Pods_iOS_PlatformRoutingTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A0667977DA9A268468C0E50FB139BE6A /* Charts.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Charts.release.xcconfig; sourceTree = ""; }; - A08194B43C3B67C1847497E48866E510 /* GDTCORStorageMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorageMetadata.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorageMetadata.m; sourceTree = ""; }; - A0A4128BC344F21230D44AF49441A3C9 /* FIRPerformance+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRPerformance+Internal.h"; path = "FirebasePerformance/Sources/FIRPerformance+Internal.h"; sourceTree = ""; }; - A0B414BBFFA783A5946937ED2F352932 /* Nwise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Nwise.swift; path = Sources/Operators/Nwise.swift; sourceTree = ""; }; - A0CC77603FAF24A2F702E3527E37C30E /* POPAnimatableProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimatableProperty.mm; path = pop/POPAnimatableProperty.mm; sourceTree = ""; }; - A0D66BC3BFB9D542DAD828111935DC9B /* UIKitExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIKitExtensions.swift; path = Sources/EasyTipView/UIKitExtensions.swift; sourceTree = ""; }; - A0D9B8FDC7CA0940E5D77355C8FE90E3 /* LineRadarRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineRadarRenderer.swift; path = Source/Charts/Renderers/LineRadarRenderer.swift; sourceTree = ""; }; - A0FCA13F1E96FEA4FFB5597812E2B20D /* ProcessingInstruction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ProcessingInstruction.m; path = "Source/DOM classes/Core DOM/ProcessingInstruction.m"; sourceTree = ""; }; - A0FD40308F9D5CCFA0FA38D48C87D1BD /* ISPCertificatePinning.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISPCertificatePinning.h; path = Sources/Amplitude/SSLCertificatePinning/ISPCertificatePinning.h; sourceTree = ""; }; - A14D40B7281A917E7C72559E5DE18E2A /* Pods-iOS-PlatformUI-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUI-acknowledgements.plist"; sourceTree = ""; }; - A196BA1E9606C4406A16BBB43CF3A5CD /* SVGKSourceLocalFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSourceLocalFile.h; path = Source/Sources/SVGKSourceLocalFile.h; sourceTree = ""; }; + A025FF30DE23D39337FD5CF6553C3EC7 /* compliance.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = compliance.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/compliance.nanopb.h; sourceTree = ""; }; + A03E27F5C99C032D27467DD6647EDB86 /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; + A04B1A1111E0175E39B123D99F30E101 /* Pods-iOS-AmplitudeInjections-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AmplitudeInjections-acknowledgements.plist"; sourceTree = ""; }; + A08339EDA825EADBEDEA89B2D3DEBC45 /* FPRClassInstrumentor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRClassInstrumentor.m; path = FirebasePerformance/Sources/Instrumentation/FPRClassInstrumentor.m; sourceTree = ""; }; + A09C43F55B0966677531E2A9506168BE /* Pods-iOS-CameraParticlesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-CameraParticlesTests.debug.xcconfig"; sourceTree = ""; }; + A0BEA2CC01D80D4A70A7C45185135A9A /* SVGGElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGElement.h; path = "Source/DOM classes/SVG-DOM/SVGGElement.h"; sourceTree = ""; }; + A0CE61B7FFAD8193ED2778E64990A31E /* GDTCORMetrics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORMetrics.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORMetrics.m; sourceTree = ""; }; + A0DDC512B69B3CC8A82D030FE6AFB2B1 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + A0F30C81157EFDDBBDA217EA09A13486 /* ValidatableInterfaceElement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidatableInterfaceElement.swift; path = "Validator/Sources/UIKit+Validator/ValidatableInterfaceElement.swift"; sourceTree = ""; }; + A0F9119E35C98ADD15A55CABA779CED9 /* Pods-iOS-dydxAnalytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxAnalytics-dummy.m"; sourceTree = ""; }; + A109AB91C7ADEAE52148C6792506E302 /* Pods-iOS-dydxV4Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxV4Tests.modulemap"; sourceTree = ""; }; + A11B3749F6466BEA4EA11AD5C80FE22C /* dwarf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dwarf.h; path = Crashlytics/third_party/libunwind/dwarf.h; sourceTree = ""; }; + A17AE9240EEDC44008BBC2AB9C161F23 /* Pods-iOS-dydxPresentersTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxPresentersTests.release.xcconfig"; sourceTree = ""; }; + A1A9DE3F9B62EBCE777867867B8AF962 /* JTDateHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTDateHelper.m; path = JTCalendar/JTDateHelper.m; sourceTree = ""; }; A1B9F27862201CD82B398E0B35B14128 /* NVActivityIndicatorView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = NVActivityIndicatorView; path = NVActivityIndicatorView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A1BFA2E382465B62CE68782B22AE3660 /* POPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDefines.h; path = pop/POPDefines.h; sourceTree = ""; }; A1C1B977ED8804E8AEEC884E7359EE58 /* Charts */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Charts; path = Charts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A1D96A0E3583D1B7122D9382CEBDE9F5 /* Pods-iOS-dydxChart-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxChart-Info.plist"; sourceTree = ""; }; - A1E785CBD405A3021AE27426D4F4BF59 /* RadarChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/RadarChartDataEntry.swift; sourceTree = ""; }; - A1EA8E4E3529A3606C4F610B924F6B5B /* Pods-iOS-UtilitiesTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UtilitiesTests-acknowledgements.plist"; sourceTree = ""; }; - A1F1A551BD948B7CC6A1D3B083C6A9D7 /* Pods-iOS-dydxPresenters-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxPresenters-dummy.m"; sourceTree = ""; }; - A219C39DD718E652C1C42D724A5AB1AB /* PanModal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PanModal-umbrella.h"; sourceTree = ""; }; - A2207A12088FA4A7A3B4A1BA86AF10CE /* ReachabilitySwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReachabilitySwift-dummy.m"; sourceTree = ""; }; - A244B634C23B357F6B647B0DE91A9D6B /* ZSWTappableLabelTouchHandling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabelTouchHandling.h; path = ZSWTappableLabel/Private/ZSWTappableLabelTouchHandling.h; sourceTree = ""; }; - A250D52195B566817AA6D521D0341987 /* EFQRCode.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFQRCode.release.xcconfig; sourceTree = ""; }; - A259B12A0DDE53CAB2B69BA7748F8C13 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - A29AFDDAF3B6CE155E89D0F86A58F60E /* String+HTML.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+HTML.swift"; path = "Sources/Core/String+HTML.swift"; sourceTree = ""; }; - A2A5228E431B805C031F65462EC7D795 /* ScatterChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartView.swift; path = Source/Charts/Charts/ScatterChartView.swift; sourceTree = ""; }; - A2B72ABFBD6B71C3AAC7BEED42380C4D /* GDTCORDirectorySizeTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDirectorySizeTracker.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h; sourceTree = ""; }; - A2BCFF81F5F60B879F474DE2A13EED54 /* FIRCLSApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplication.m; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.m; sourceTree = ""; }; - A2DA4096332606F4B64BD5475210F991 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; - A2F7A645B3C91267FE31F8BE081E36AC /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; - A32430A433188B25BCD90C6A435E1413 /* XAxisRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XAxisRenderer.swift; path = Source/Charts/Renderers/XAxisRenderer.swift; sourceTree = ""; }; - A32663D574808AF8B46045C857BD3F95 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - A32ADCF6709C46FBE207556DACC095DB /* GDTCORUploadBatch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadBatch.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m; sourceTree = ""; }; - A34133C6A50DF89C75CFEC53D501B05A /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - A34C64862DD9365912B26D28CB494471 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; - A34E8BCEF1F4E3CEEDA4D179BE6845D8 /* pop.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = pop.debug.xcconfig; sourceTree = ""; }; - A356FD59050F1C52AABD288713FE1AAC /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; - A35C5E924CD3B4B040D81A12C7C9703E /* Pods-iOS-dydxFormatterTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxFormatterTests-frameworks.sh"; sourceTree = ""; }; - A36BC3546055EB979CB61BDCD8707F89 /* Pods-iOS-dydxStateManagerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxStateManagerTests.debug.xcconfig"; sourceTree = ""; }; - A37AFCDF65ACEA1B0D96C788CC359511 /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h; sourceTree = ""; }; - A3A8CA6FE12189471D15F189825CEED9 /* NVActivityIndicatorView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = NVActivityIndicatorView.modulemap; sourceTree = ""; }; - A3A96E6552439BAEF98EED1101E44176 /* pop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "pop-prefix.pch"; sourceTree = ""; }; - A3B0B9C68C9211E1B8FFADB12E39B007 /* FIRCLSdSYM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSdSYM.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m; sourceTree = ""; }; - A3CCC142830CBC0A088B4210DFD615C0 /* JTCalendarWeekDayView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarWeekDayView.m; path = JTCalendar/Views/JTCalendarWeekDayView.m; sourceTree = ""; }; - A3D366894F6B8359EFFE046C37021138 /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; - A3E897CDF898382546F464A7D8172088 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; - A4087D959DE18045EED8BE0C8966E2E2 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - A42EE4C7968D49DA7B3FFEC5A3EE1F38 /* NBRegularExpressionCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBRegularExpressionCache.h; path = libPhoneNumber/Internal/NBRegularExpressionCache.h; sourceTree = ""; }; - A452F5AA3942B1B14D0C344BA7E99949 /* Pods-iOS-dydxChartTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxChartTests-umbrella.h"; sourceTree = ""; }; - A46F31B9F486A04E3B060E8FCB395D65 /* Pods-iOS-UIToolkits-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UIToolkits-dummy.m"; sourceTree = ""; }; - A486B931BAA5C386B18FC2E664411E58 /* NBPhoneNumber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneNumber.h; path = libPhoneNumber/NBPhoneNumber.h; sourceTree = ""; }; - A4A0D1AAA27EEF39A540E5DC22107B07 /* FPRDate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRDate.h; path = FirebasePerformance/Sources/Common/FPRDate.h; sourceTree = ""; }; - A4A8C40E7DDEAD13C809F798670339D6 /* GTMNSString+HTML.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSString+HTML.h"; path = "Foundation/GTMNSString+HTML.h"; sourceTree = ""; }; - A4AB4F12A9F6CE051F15F6C372DDDC28 /* SVGKParserPatternsAndGradients.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParserPatternsAndGradients.m; path = "Source/Parsers/Parser Extensions/SVGKParserPatternsAndGradients.m"; sourceTree = ""; }; - A4C7B02BF5A2D6D91FB695F8FEB67B8B /* FPRConfigurations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConfigurations.h; path = FirebasePerformance/Sources/Configurations/FPRConfigurations.h; sourceTree = ""; }; - A4CB5CA0AC96061E6EB0479CD90FB03A /* EncodedRolloutAssignment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncodedRolloutAssignment.swift; path = Crashlytics/Crashlytics/Rollouts/EncodedRolloutAssignment.swift; sourceTree = ""; }; - A4DAA77B3409AA9D9CB3A6F930E0CEB7 /* BackdropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BackdropView.swift; path = Sources/BackdropView.swift; sourceTree = ""; }; - A4ECBBFB21B0AB019F9061D58032F651 /* GULRuntimeClassDiff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeClassDiff.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassDiff.m; sourceTree = ""; }; - A4FB609D163A51DD5E547C1D8CA9F644 /* Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = Sources/Extensions.swift; sourceTree = ""; }; - A5040580E60D095C2FD1731F4524669B /* AMPURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPURLSession.m; path = Sources/Amplitude/AMPURLSession.m; sourceTree = ""; }; - A50F266ADD20195F8F8A806B2F727B33 /* Pods-iOS-CameraParticlesTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-CameraParticlesTests-Info.plist"; sourceTree = ""; }; - A5306BB8ED817D046A3814A03F2AFA25 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; - A5427A1B8CAC6249A20A7296AD8E15D9 /* FIRCLSNotificationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNotificationManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m; sourceTree = ""; }; - A545C8132189884A1635F87856E99753 /* Pods-iOS-PlatformUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUI.debug.xcconfig"; sourceTree = ""; }; - A5B08BE279BEE2BE675AAB928A141511 /* Pods-iOS-JedioKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-JedioKit-umbrella.h"; sourceTree = ""; }; - A5BE294C3742C2DF222F38CE77F3D3C0 /* Pods-iOS-PlatformParticlesTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformParticlesTests.modulemap"; sourceTree = ""; }; - A5DE4ADA2FCA784D6C94A7A2222F19DB /* Pods-iOS-JedioKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-JedioKit.modulemap"; sourceTree = ""; }; - A5FEC35C2592A6129A090207F7C05394 /* Pods-iOS-WebParticlesTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-WebParticlesTests-acknowledgements.plist"; sourceTree = ""; }; - A622C61B1F553FCD802703A20229C91A /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; - A62AC65C775AAB9635F0FDC720D1C465 /* Pods-iOS-AmplitudeInjections.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-AmplitudeInjections.modulemap"; sourceTree = ""; }; - A64D668552C2BBCAB143219B660AF4C8 /* SimpleKeychain-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimpleKeychain-umbrella.h"; sourceTree = ""; }; - A662B7124EEB3198A8CE3EE436F4F956 /* FPRURLFilter_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRURLFilter_Private.h; path = FirebasePerformance/Sources/FPRURLFilter_Private.h; sourceTree = ""; }; - A669459B4D5E708A11EE81F2BFE55603 /* FilterMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FilterMany.swift; path = Sources/Operators/FilterMany.swift; sourceTree = ""; }; - A66E6745CF258649B76BE0C601A54F26 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - A68B6C20B2EE01122CC8D9B03F766BAD /* FPRCounterList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRCounterList.h; path = FirebasePerformance/Sources/Timer/FPRCounterList.h; sourceTree = ""; }; - A693044785A8B4537CF4062EB2257485 /* Pods-iOS-ParticlesKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesKit.debug.xcconfig"; sourceTree = ""; }; - A69AA5B89C621CE6B488D7879944F839 /* SVGGradientElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGradientElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGGradientElement.m"; sourceTree = ""; }; - A6C6685EA7B34E28F649AE913C6B0F8F /* SVGGElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGElement.m; path = "Source/DOM classes/SVG-DOM/SVGGElement.m"; sourceTree = ""; }; - A6EA781401252B3DF0E21FE72AE63619 /* Pods-iOS-dydxPresentersTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxPresentersTests-umbrella.h"; sourceTree = ""; }; - A7158AD74A2F29A6074020A0CE579978 /* Pods-iOS-CameraParticlesTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-CameraParticlesTests-umbrella.h"; sourceTree = ""; }; - A72AFFC87BAC585AF6322A6BAA2A8BB6 /* FIRCLSOnDemandModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSOnDemandModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSOnDemandModel.m; sourceTree = ""; }; - A75A89FD00B98BFC2BDE330538D14E07 /* SVGRectElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGRectElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGRectElement.m"; sourceTree = ""; }; - A75E6012801F89A66B0E9DDFFFAE433C /* SVGSwitchElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGSwitchElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGSwitchElement.h"; sourceTree = ""; }; - A76C7B746364EC24025D5403B1329B3A /* NBPhoneNumberDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneNumberDefines.h; path = libPhoneNumber/NBPhoneNumberDefines.h; sourceTree = ""; }; - A77638C740346625F5E2CEBC6F88DAE3 /* CrashlyticsRemoteConfigManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashlyticsRemoteConfigManager.swift; path = Crashlytics/Crashlytics/Rollouts/CrashlyticsRemoteConfigManager.swift; sourceTree = ""; }; - A78C5417FF0C506547A61F5932C882D2 /* JTCalendar-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JTCalendar-umbrella.h"; sourceTree = ""; }; - A798A4AAE26C59827AA9C9F34D5B3203 /* NSArray+NBAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+NBAdditions.h"; path = "libPhoneNumber/NSArray+NBAdditions.h"; sourceTree = ""; }; - A7A33C443BEAF3F90E5F2BE845EB5191 /* GDTCORTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransformer.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m; sourceTree = ""; }; - A7A3B14C3CECE6F91F0BFF33D192889F /* Pods-iOS-ParticlesCommonModelsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-ParticlesCommonModelsTests.modulemap"; sourceTree = ""; }; - A7A3D7199E7FF02002EDC9625581BC04 /* Pods-iOS-PlatformUIJedio-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUIJedio-Info.plist"; sourceTree = ""; }; - A7C0BF2A3A9B86D06A275D34E7D1C287 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - A7C8C9F4A7A644F905CF11D2D62D88ED /* IScatterChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IScatterChartDataSet.swift; path = Source/Charts/Data/Interfaces/IScatterChartDataSet.swift; sourceTree = ""; }; - A7E36303FCA7ED0F845EC6E75F1AF90F /* FPRNanoPbUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNanoPbUtils.h; path = FirebasePerformance/Sources/FPRNanoPbUtils.h; sourceTree = ""; }; - A81997E134A156B8B06D2945B29EC70C /* ResourceBundle-SDWebImage-SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-SDWebImage-SDWebImage-Info.plist"; sourceTree = ""; }; - A82B3884E17A2D760AA738560CA8AD3B /* NVActivityIndicatorAnimationBallPulseRise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallPulseRise.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallPulseRise.swift; sourceTree = ""; }; - A84F76BDDE91BB082D29D0264701A016 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; - A867B87A57E1F377C62ABDB481910CE7 /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h; sourceTree = ""; }; - A8737EA2A5609646124C0A5861A6A118 /* GDTCORFlatFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORFlatFileStorage.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h; sourceTree = ""; }; - A875577F7E6694E81E217996AFBD0038 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - A8870FFB3B51320F9A0EB47559F6F0CB /* _ObjC_HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift; sourceTree = ""; }; - A89E847D06439F0E7C583709E5A1FEEA /* Platform+Touch Handling.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Touch Handling.swift"; path = "Source/Charts/Utils/Platform+Touch Handling.swift"; sourceTree = ""; }; - A8D1701B82D2A84CE0B46F489369D952 /* Pods-iOS-dydxViews-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxViews-acknowledgements.markdown"; sourceTree = ""; }; - A8EE1145A805BE51B92E50AB9AAB405F /* EFQRCodeRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeRecognizer.swift; path = Source/EFQRCodeRecognizer.swift; sourceTree = ""; }; - A8FCA5B53319DE5361067F2EEDE7D203 /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; - A924DF4E7DCC88AA161D9CAD54E8E73C /* ReachabilitySwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReachabilitySwift.debug.xcconfig; sourceTree = ""; }; - A940517243DC799BC0DE8057BBF5DC72 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; - A94CAFB59BD57358A55E4FB0648E026F /* HMSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = HMSegmentedControl.m; path = HMSegmentedControl/HMSegmentedControl.m; sourceTree = ""; }; - A965D93A38023DA6D66E1E68BB2853AB /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; - A98613312C57CCB4A3ACA12F1CAB1DB5 /* Charts.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Charts.modulemap; sourceTree = ""; }; - A98E9C6BD555C9031F3A06B9508E90C2 /* FirebasePerformance.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebasePerformance.modulemap; sourceTree = ""; }; - A9A939EB31FFB7CB5D4FD8AEC2E7DC00 /* FIRCLSReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h; sourceTree = ""; }; - A9D4DB5E182BD2B1028BE91FCDDE9BED /* FIRCLSContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContext.m; path = Crashlytics/Crashlytics/Components/FIRCLSContext.m; sourceTree = ""; }; - AA0806B1AFD5E45F89AEDD0D5733E75D /* DDFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger.h; sourceTree = ""; }; - AA116C8F99D7CB185C78A4E713B0795E /* PopoverContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverContainerView.swift; path = Sources/PopoverContainerView.swift; sourceTree = ""; }; - AA1DA9AD74251248C38EA7DD9FF0F9D2 /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h; sourceTree = ""; }; - AA2282D80904854133F8E4DDDE0EADF6 /* CocoaLumberjack.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaLumberjack.modulemap; sourceTree = ""; }; - AA337B7D8CFC73EEB7DF463B4ED58A74 /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = ""; }; - AA414745954DCAC10905083AEBBC768D /* MarkerImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarkerImage.swift; path = Source/Charts/Components/MarkerImage.swift; sourceTree = ""; }; - AA7A683381DA9BD1D28C236C34D4DB0D /* MaterialActivityIndicator-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MaterialActivityIndicator-Info.plist"; sourceTree = ""; }; - AA8F964F83A2232DC84AEE662E490540 /* FirebaseRemoteConfig-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseRemoteConfig-umbrella.h"; sourceTree = ""; }; - AAC14C1AF0DD976589E863A43A488642 /* Pods-iOS-dydxV4Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxV4Tests.debug.xcconfig"; sourceTree = ""; }; - AACA689438895ED1BBBE53BDE7AFB302 /* BarLineChartViewBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineChartViewBase.swift; path = Source/Charts/Charts/BarLineChartViewBase.swift; sourceTree = ""; }; - AADFE92BF7ECAC902BF3717ACE08185D /* PromisesSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesSwift-umbrella.h"; sourceTree = ""; }; - AAE3155206BC8B12AB7606CEF59CBE3D /* POPLayerExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPLayerExtras.mm; path = pop/POPLayerExtras.mm; sourceTree = ""; }; - AAECE3B2E5CE6F0CE3547159478B7839 /* Pods-iOS-dydxV4.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxV4.modulemap"; sourceTree = ""; }; - AAF0B305E002F2DA63CDEA997DA99D70 /* NSDictionary+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+FIRMessaging.m"; path = "FirebaseMessaging/Sources/NSDictionary+FIRMessaging.m"; sourceTree = ""; }; - AB1F4629477BB65BB0DA76873F2B1A4B /* XShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/XShapeRenderer.swift; sourceTree = ""; }; - AB333256C75B22FEB49209B791FE186E /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + A1D5AD0ABDACBD3E51C726D73EBB7940 /* Pods-iOS-PlatformUIJedioTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformUIJedioTests-acknowledgements.markdown"; sourceTree = ""; }; + A1D72E2EE5A013567C39AC9AF86780ED /* PieRadarChartViewBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieRadarChartViewBase.swift; path = Source/Charts/Charts/PieRadarChartViewBase.swift; sourceTree = ""; }; + A1F6199BB8399B5C6F41A985FC3C6848 /* Parallax.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parallax.swift; path = DrawerMenu/Classes/style/Parallax.swift; sourceTree = ""; }; + A1FB8F0837E41125262CE9780C3E8F3F /* Differ.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Differ.debug.xcconfig; sourceTree = ""; }; + A21390E1CE695B8AF6E31A06856E4B95 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/FBLPromises/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + A21675668B3EA209E3A6ED145990E44C /* FIRCLSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSConstants.h; path = Crashlytics/Shared/FIRCLSConstants.h; sourceTree = ""; }; + A21E55779999ED38C00A0867D0C679A6 /* FPRNetworkTrace.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNetworkTrace.m; path = FirebasePerformance/Sources/Instrumentation/FPRNetworkTrace.m; sourceTree = ""; }; + A23D38CE79E2CAC43D0975AD4CC1A684 /* JTCalendarMenuView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarMenuView.h; path = JTCalendar/Views/JTCalendarMenuView.h; sourceTree = ""; }; + A264AE524689D71307B399F84B39B69B /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; + A2690F3D2096E1916194CCFF3F478DDE /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + A2858CD8EF1DF20D4FA4C0ABC2148DC5 /* InternalStore.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InternalStore.swift; path = Sources/Statsig/InternalStore.swift; sourceTree = ""; }; + A294DB689A43EC8E9640D1325D2A656D /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; + A2A018DD768B355440CEED08C81CA01F /* FPRAppActivityTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRAppActivityTracker.h; path = FirebasePerformance/Sources/AppActivity/FPRAppActivityTracker.h; sourceTree = ""; }; + A2B7EBB39D6E5146038C5075860E2FBA /* FIRExperimentController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExperimentController.m; path = FirebaseABTesting/Sources/FIRExperimentController.m; sourceTree = ""; }; + A2BC1E11DC1E8C7CC2AE4EA293BCB3FC /* FPRNSURLConnectionInstrument_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLConnectionInstrument_Private.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLConnectionInstrument_Private.h; sourceTree = ""; }; + A2C10FF93893B93F773F8D1ED99E6E73 /* FirebaseRemoteConfigInterop-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseRemoteConfigInterop-Info.plist"; sourceTree = ""; }; + A2CFEBCD49EFCC7BB3DB256100999451 /* Pods-iOS-WebParticlesTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-WebParticlesTests-Info.plist"; sourceTree = ""; }; + A2D7B468FBA55E241CE7A873DDEF3A53 /* CSSValue_ForSubclasses.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSValue_ForSubclasses.h; path = "Source/DOM classes/Core DOM/CSSValue_ForSubclasses.h"; sourceTree = ""; }; + A30F380DCDAF0A23B0903535C0941AF6 /* Pods-iOS-AppsFlyerStaticInjections.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-AppsFlyerStaticInjections.modulemap"; sourceTree = ""; }; + A31A5CA2BDB67085A019A43E3BF6AAF4 /* Pods-iOS-ParticlesKitTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesKitTests-Info.plist"; sourceTree = ""; }; + A3668ABBB5DB6CDEE4F1F0D011C92E37 /* FIRHTTPMetric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHTTPMetric.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FIRHTTPMetric.h; sourceTree = ""; }; + A37E2B4B7CE4690EDBA5AAE8EA60AFA3 /* RCNConfigFetch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigFetch.h; path = FirebaseRemoteConfig/Sources/Private/RCNConfigFetch.h; sourceTree = ""; }; + A3C1AA947751B87DE2BCFCA2174E75B0 /* NVActivityIndicatorAnimationTriangleSkewSpin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationTriangleSkewSpin.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationTriangleSkewSpin.swift; sourceTree = ""; }; + A3E85A3F6E268C1D60FB0DD20B292479 /* Statsig.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Statsig.release.xcconfig; sourceTree = ""; }; + A4041E92B16CE8746146C0B80CC4A3CD /* FIRMessagingCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinStore.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinStore.m; sourceTree = ""; }; + A43FD2A7E5298554F5B402ECB681757C /* JTCalendarScrollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarScrollManager.m; path = JTCalendar/Managers/JTCalendarScrollManager.m; sourceTree = ""; }; + A440DE00DE0EB391A3AE9863641C83CD /* FIRMessagingAuthKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAuthKeychain.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthKeychain.h; sourceTree = ""; }; + A44F7910DF8D22A47BF26A80AABBA024 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; + A453B41CDD74AE1207A1ACCF8D59D19C /* IsAppEncrypted.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IsAppEncrypted.h; path = third_party/IsAppEncrypted/Public/IsAppEncrypted.h; sourceTree = ""; }; + A45C6EDE803010CFE37F28C357441E38 /* Amplitude-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Amplitude-iOS-dummy.m"; sourceTree = ""; }; + A47B45F30821B5FFF68E0E150C8510AC /* POPAnimationEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEvent.h; path = pop/POPAnimationEvent.h; sourceTree = ""; }; + A4ADA7E10F6BF3B6C670109861F1D260 /* GDTCORDirectorySizeTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDirectorySizeTracker.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h; sourceTree = ""; }; + A4CEA7975728C4B704A4DAE8DD9E7129 /* Pods-iOS-dydxCarteraTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxCarteraTests-acknowledgements.plist"; sourceTree = ""; }; + A4F67067710C94529494E2EF67E945CB /* SDWebImageSwiftUI-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageSwiftUI-prefix.pch"; sourceTree = ""; }; + A5000DE218F65E6400FCC64613297547 /* SVGStyleCatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGStyleCatcher.h; path = "Source/DOM classes/Unported or Partial DOM/SVGStyleCatcher.h"; sourceTree = ""; }; + A50B136E0CF1B303867597B4CDF67D62 /* Promise+Wrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Wrap.swift"; path = "Sources/Promises/Promise+Wrap.swift"; sourceTree = ""; }; + A521A32AAA40B9878BC18303D23481A6 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + A53ACFF1326801A3838ADF7E5B61FE96 /* SDWebImageSVGCoder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageSVGCoder.debug.xcconfig; sourceTree = ""; }; + A54E3DC6229D6C5555A6C93D1F6F20DC /* FIRMessagingDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDefines.h; path = FirebaseMessaging/Sources/FIRMessagingDefines.h; sourceTree = ""; }; + A56E1A65B8989CAFADE238CD94F8A4E1 /* Floating Point Conversion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Floating Point Conversion.swift"; path = "Sources/Floating Point Conversion.swift"; sourceTree = ""; }; + A590A90859A068DAB23B41ABB25AF490 /* Pods-iOS-PlatformRoutingTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformRoutingTests-acknowledgements.plist"; sourceTree = ""; }; + A59309106DF49C0DE7B8ECB0DE05FBA6 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; + A59773333E918C6E854B4D515AC487FD /* SVGGradientStop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGradientStop.h; path = "Source/DOM classes/Unported or Partial DOM/SVGGradientStop.h"; sourceTree = ""; }; + A5BC566D3EA55AC7BBEF4D7A7DA457E3 /* CrossShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrossShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/CrossShapeRenderer.swift; sourceTree = ""; }; + A5C4E5D7635DC8A87DDB62AE457521D8 /* HMSegmentedControl-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HMSegmentedControl-prefix.pch"; sourceTree = ""; }; + A5E584039442443A7055AB901A7D9CA9 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = WebImage/PrivacyInfo.xcprivacy; sourceTree = ""; }; + A5FE45E543ADE8DA3D19CB4270272915 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + A60F3A27F227C25BA0A7F57DA7AA7503 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + A64251AE5FBFC4E5709787BB01FF85A8 /* SVGKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVGKit.debug.xcconfig; sourceTree = ""; }; + A6598FC624E78DCD3D4CFD45459CC073 /* FirebaseSessions.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseSessions.release.xcconfig; sourceTree = ""; }; + A667AC728E33F55EB7A454BE3E08DC7E /* SVGLineElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGLineElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGLineElement.h"; sourceTree = ""; }; + A6711DFC72D18E802ADB9CA681048150 /* NVActivityIndicatorAnimationBallPulse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallPulse.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallPulse.swift; sourceTree = ""; }; + A676A91132424393144EE74FC5BED9ED /* FIRExceptionModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExceptionModel.m; path = Crashlytics/Crashlytics/FIRExceptionModel.m; sourceTree = ""; }; + A6C941F27A3C2E42696239582A8CF6BE /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; + A6E3C22CB92F68EC671D55F2A7AE6A1E /* FIRCLSApplicationIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplicationIdentifierModel.m; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m; sourceTree = ""; }; + A6ED8B52B8F0B1201435D283AA46658C /* DOMGlobalSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DOMGlobalSettings.h; path = "Source/DOM classes/Core DOM/DOMGlobalSettings.h"; sourceTree = ""; }; + A7377C9C347FDEB1804EB4C5BF187E90 /* FirebaseABTesting-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseABTesting-Info.plist"; sourceTree = ""; }; + A748F5A1FD0900E3CDBDBF08D22C7F88 /* Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Codable.swift; path = FirebaseRemoteConfig/Swift/Codable.swift; sourceTree = ""; }; + A74CD4F2D1D25489EDBA519B2F7BC725 /* FirebaseInstallations.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstallations.modulemap; sourceTree = ""; }; + A74D1DC0B7EE94A60932BD5041FA3F7B /* FPRNSURLConnectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLConnectionDelegate.h; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLConnectionDelegate.h; sourceTree = ""; }; + A76269176A19629FE9E7673BCA0B38C5 /* Pods-iOS-PlatformUIJedioTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUIJedioTests-Info.plist"; sourceTree = ""; }; + A78AFC747083F53F20B9F71B2DAFD3A3 /* FIRCLSNetworkOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h; sourceTree = ""; }; + A7BFC55437F8BB97427495A951BF3A68 /* DDLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLog.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog.h; sourceTree = ""; }; + A7C3947B289E4557C00E1D9F3A523A96 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + A7D64560D1C4FFEC2560001DF12C82FF /* FirebaseSessions.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseSessions.debug.xcconfig; sourceTree = ""; }; + A7D7BC5392D680C8C2DC75850A93BE90 /* AMPURLConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPURLConnection.m; path = Sources/Amplitude/AMPURLConnection.m; sourceTree = ""; }; + A833890F9444B856DB9EF6AA34B68A47 /* NBRegularExpressionCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBRegularExpressionCache.h; path = libPhoneNumber/Internal/NBRegularExpressionCache.h; sourceTree = ""; }; + A838C48735645474C10298915858A9FF /* FloatConversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FloatConversion.h; path = pop/WebCore/FloatConversion.h; sourceTree = ""; }; + A8416CB9AA481D5C14B909ECC92BD4A1 /* FPRSessionDetails.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRSessionDetails.m; path = FirebasePerformance/Sources/AppActivity/FPRSessionDetails.m; sourceTree = ""; }; + A84A30632736673AC3CF1A0CAB89836F /* Description.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Description.swift; path = Source/Charts/Components/Description.swift; sourceTree = ""; }; + A87380ACE8360F92CE4786C6854D024D /* Pods-iOS-PlatformRouting.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformRouting.modulemap"; sourceTree = ""; }; + A89AC3F83C6618B2A16C81B514E4185F /* pop-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "pop-dummy.m"; sourceTree = ""; }; + A89FF1D3FF5E6874E1FA0AB14EF513ED /* CombinedChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedChartData.swift; path = Source/Charts/Data/Implementations/Standard/CombinedChartData.swift; sourceTree = ""; }; + A8A46431646E65D1218FC603FF6D972E /* RCNConfigDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigDefines.h; path = FirebaseRemoteConfig/Sources/RCNConfigDefines.h; sourceTree = ""; }; + A8A59805ADA079D56478E7F203434C63 /* FIRCLSByteUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSByteUtility.h; path = Crashlytics/Shared/FIRCLSByteUtility.h; sourceTree = ""; }; + A8AF4B209BB4D691BFAC36F70CB5038F /* SVGKPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKPattern.h; path = Source/Utils/SVGKPattern.h; sourceTree = ""; }; + A8BEB8A2B9EE91BE863F7BB2936B1E82 /* GULHeartbeatDateStorable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorable.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h; sourceTree = ""; }; + A8E00551A66E5228515FFB91F9BFD910 /* KVOController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KVOController-Info.plist"; sourceTree = ""; }; + A8FD9BEB2D63C5D79A22682E79E036ED /* Atributika-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Atributika-umbrella.h"; sourceTree = ""; }; + A922B7CFC34FE18380302C47E3C401F7 /* DDLogMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLogMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLogMacros.h; sourceTree = ""; }; + A9583AA6AF917143A7A4333740882CDE /* Pods-iOS-AmplitudeInjections-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AmplitudeInjections-Info.plist"; sourceTree = ""; }; + A96B14938192B493E4763A0C5F89BA31 /* Pods-iOS-AmplitudeInjections.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AmplitudeInjections.debug.xcconfig"; sourceTree = ""; }; + A98D5A8E0102D7F4A75C7658A7C8D526 /* POPGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPGeometry.h; path = pop/POPGeometry.h; sourceTree = ""; }; + A9951A210FC3EB3F2D42B5E9914FDB4D /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h; sourceTree = ""; }; + A9A26BD4E2A0EB3F3161A4B6AAE9A500 /* GDTCORMetrics+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCORMetrics+GDTCCTSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCORMetrics+GDTCCTSupport.m"; sourceTree = ""; }; + A9A90CEEC59786D5FDFD2D0B3AFB6055 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + A9B1FB4E28BB367FD95CF81990787615 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + A9C308FB2094C5FD61BFCEABA751BE20 /* Validator.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Validator.modulemap; sourceTree = ""; }; + A9D771C01691A7AD358FF28365D7E53A /* Pods-iOS-UIToolkits.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UIToolkits.modulemap"; sourceTree = ""; }; + AA2961E57B06F4254E04C43457A25DAC /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; + AA601B4321AE47FB3B406DFAB7271514 /* SVGRect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGRect.h; path = "Source/DOM classes/SVG-DOM/SVGRect.h"; sourceTree = ""; }; + AA6DF047167932482E00AB50702436D4 /* POPAnimator.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimator.mm; path = pop/POPAnimator.mm; sourceTree = ""; }; + AA77615EE8327EAD1EBE2151602D8DDE /* pop-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "pop-Info.plist"; sourceTree = ""; }; + AA8F5EF02B1241403D77BEA7A048351E /* AnimatedMoveViewJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedMoveViewJob.swift; path = Source/Charts/Jobs/AnimatedMoveViewJob.swift; sourceTree = ""; }; + AAE680179D6FBB3B14F1DC46713461E3 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h; sourceTree = ""; }; + AAE7D3B2495DACCA9DAAE306903F6EEE /* Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = Sources/Extensions.swift; sourceTree = ""; }; + AAFC8AE04ADB811ACD712CA9BB6BD60E /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + AB0C82DE8EA3D804AF0C56E1D1607FB6 /* FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBKVOController.h; path = FBKVOController/FBKVOController.h; sourceTree = ""; }; + AB141C38780811F3403AC0551465D4EF /* SimpleKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleKeychain.h; path = SimpleKeychain/SimpleKeychain.h; sourceTree = ""; }; + AB1F29DF14E49276D8D2024392BCA1AE /* AxisRendererBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AxisRendererBase.swift; path = Source/Charts/Renderers/AxisRendererBase.swift; sourceTree = ""; }; + AB33F9339C9B435A6EACBF9E0E2CD5F7 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; + AB352D9FA7CA3FFEC931A15019A78476 /* Highlight.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Highlight.swift; path = Source/Charts/Highlight/Highlight.swift; sourceTree = ""; }; + AB395F8A9E04EAFF5DB4189FB9105FD7 /* Pods-iOS-ParticlesKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-ParticlesKit.modulemap"; sourceTree = ""; }; AB3BCC8C653C3CBBB83544629EDB4D81 /* Pods-iOS-PlatformUI */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-PlatformUI"; path = Pods_iOS_PlatformUI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - AB54A2874DD9DC974335C07C6EC6BA81 /* FPRConsoleURLGenerator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConsoleURLGenerator.m; path = FirebasePerformance/Sources/Common/FPRConsoleURLGenerator.m; sourceTree = ""; }; - AB5791FAA35DB44E49ABABE8C6D16C15 /* GTMReadMonitorInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMReadMonitorInputStream.h; path = Sources/Full/Public/GTMSessionFetcher/GTMReadMonitorInputStream.h; sourceTree = ""; }; - AB7AD19C5F323DACCD3B4F60695FEDA5 /* GDTCCTUploadOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploadOperation.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m; sourceTree = ""; }; - AB963B5C17D442602DF37635285E7F39 /* SVGKLayeredImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKLayeredImageView.h; path = Source/ImageViews/SVGKLayeredImageView.h; sourceTree = ""; }; - AB9E4C6A332175AA364F7D2E2ACB2A87 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - ABACB2EB7EEFDD899BEAF3E52F23889E /* CSSPrimitiveValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSPrimitiveValue.m; path = "Source/DOM classes/Core DOM/CSSPrimitiveValue.m"; sourceTree = ""; }; - ABB84D5FFF54B662AEEB7DC677ED8091 /* ZSWTappableLabelAccessibilityElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabelAccessibilityElement.h; path = ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h; sourceTree = ""; }; - AC251A1EBF29F9FFD8FEE1468D3D1FE0 /* FIRMessagingTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenFetchOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenFetchOperation.m; sourceTree = ""; }; - AC287F0A08C0639EDE3A2CB081C2739A /* AxisRendererBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AxisRendererBase.swift; path = Source/Charts/Renderers/AxisRendererBase.swift; sourceTree = ""; }; - AC554DED1C78838A87E50BCF91CD901A /* UIViewController+PanModalPresenter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+PanModalPresenter.swift"; path = "PanModal/Presenter/UIViewController+PanModalPresenter.swift"; sourceTree = ""; }; - AC660CDD7D71CEC6EC47B541A9003F0D /* Pods-iOS-ParticlesKitTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesKitTests-Info.plist"; sourceTree = ""; }; - AC6787900E58AF948E7B64BE44C15591 /* Pods-iOS-dydxV4-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxV4-resources.sh"; sourceTree = ""; }; - AC7D2B782395ACBFC47D5D1F70CBE055 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h; sourceTree = ""; }; - AC848F78F5C8A54CCB79A2169F18F211 /* Pods-iOS-UIToolkitsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UIToolkitsTests-umbrella.h"; sourceTree = ""; }; - AC9660889F772F88712BD3DBA2803D1C /* Pods-iOS-dydxV4.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxV4.release.xcconfig"; sourceTree = ""; }; - ACAB4D917D4B8A1B8DF65CB467D737C2 /* Pods-iOS-UIToolkits-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UIToolkits-umbrella.h"; sourceTree = ""; }; - ACB0AA6A9B07E4D42D32251FFDB38A71 /* Overlay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Overlay.swift; path = DrawerMenu/Classes/style/Overlay.swift; sourceTree = ""; }; - ACC127F69C2AC468477FE0A70B3E7DC5 /* RCNUserDefaultsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNUserDefaultsManager.h; path = FirebaseRemoteConfig/Sources/RCNUserDefaultsManager.h; sourceTree = ""; }; - ACD27C7304F379FBD78E4658E6B57A34 /* RDHCollectionViewGridLayout.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RDHCollectionViewGridLayout.release.xcconfig; sourceTree = ""; }; - ACD6B5408D15323849E7222920261D2A /* Popovers.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Popovers.modulemap; sourceTree = ""; }; - ACE5AE32C48C9BD7F3D04B917C0A7942 /* GULNetworkInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInternal.h; path = GoogleUtilities/Network/GULNetworkInternal.h; sourceTree = ""; }; - ACF758EB5F524135000F99BA74FD80AE /* ZSWTappableLabelAccessibilityElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabelAccessibilityElement.m; path = ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m; sourceTree = ""; }; - AD0747313FC7E913AEAD6A0D52BDD7D9 /* DDTTYLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDTTYLogger.h; sourceTree = ""; }; - AD27FE878AEEA5889A3575C5450A6539 /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; - AD5FD76172B16A0C663A68F36E1F07CB /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-FirebaseStaticInjectionsTests-dummy.m"; sourceTree = ""; }; - AD74DCC8A7310448424672AC21BB720D /* FIRInstallationsBackoffController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsBackoffController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m; sourceTree = ""; }; + AB4DA95456C1729F639B8B2B34FE7593 /* FirebaseRemoteConfigInterop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseRemoteConfigInterop-umbrella.h"; sourceTree = ""; }; + AB63C57268A4656AF0C1EDA7D60F2E58 /* SVGGroupElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGroupElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGGroupElement.m"; sourceTree = ""; }; + AB7954A42FE11E1CB00FE29E9DE02013 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; + AB7C39CFA8545A084982906D02EDBA14 /* SVGElementInstance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGElementInstance.m; path = "Source/DOM classes/SVG-DOM/SVGElementInstance.m"; sourceTree = ""; }; + AB9465F3F79633D8D0736377109C70C1 /* AMPTrackingOptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPTrackingOptions.m; path = Sources/Amplitude/AMPTrackingOptions.m; sourceTree = ""; }; + ABA4C6110F2746F039825A97E3FA7812 /* Relay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Relay.swift; path = Sources/Relays/Relay.swift; sourceTree = ""; }; + ABE330738441B777D6AD0CE6AB97390C /* SDWebImageSwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SDWebImageSwiftUI.swift; path = SDWebImageSwiftUI/Classes/SDWebImageSwiftUI.swift; sourceTree = ""; }; + AC06DD5F233F25BFEC1B27ADA0A529D9 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h; sourceTree = ""; }; + AC1705ECB3EDE09D8EF9D9C5CCC937A3 /* UserCacheKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UserCacheKey.swift; path = Sources/Statsig/UserCacheKey.swift; sourceTree = ""; }; + AC27CA1EEFCBA601D10D531DA7563BB9 /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; + AC3456484620E3E691CAE6A9AE96F6B5 /* Pods-iOS-Utilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-Utilities-umbrella.h"; sourceTree = ""; }; + AC381B2B635BADD580F388231CEFBD9C /* ABTExperimentPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ABTExperimentPayload.m; path = FirebaseABTesting/Sources/ABTExperimentPayload.m; sourceTree = ""; }; + AC39B25E4F5970E86A9901F053AA0653 /* JTCalendar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendar.h; path = JTCalendar/JTCalendar.h; sourceTree = ""; }; + AC428D0B790C1225578174B1FCB91AF6 /* ZSWTappableLabel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZSWTappableLabel.debug.xcconfig; sourceTree = ""; }; + AC441D8D585F0EA82DFCA6512A6E0F26 /* SVGLinearGradientElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGLinearGradientElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGLinearGradientElement.h"; sourceTree = ""; }; + AC5FCFC4EF495479133FAD5E9C963073 /* GDTCORMetricsController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsController.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORMetricsController.h; sourceTree = ""; }; + AC63C4FCD8F1A6D512710B2FE640C4E9 /* GDTCCTUploadOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploadOperation.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h; sourceTree = ""; }; + AC77B197F9797BC6C998A1CEE467D525 /* SVGDocument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGDocument.h; path = "Source/DOM classes/SVG-DOM/SVGDocument.h"; sourceTree = ""; }; + AC937BEA24E8E5EDEE41585814985FB3 /* Subtraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Subtraction.swift; path = Sources/Subtraction.swift; sourceTree = ""; }; + ACB6ED86DC49C0428E8392B44486B8A4 /* DDFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger.h; sourceTree = ""; }; + ACCCAAC70120BF20C4956DAFCC5EC34C /* FirebaseABTesting-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseABTesting-umbrella.h"; sourceTree = ""; }; + ACDE58077CCFCE29D74C50C865B3293A /* FPRNSURLSessionDelegateInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLSessionDelegateInstrument.m; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLSessionDelegateInstrument.m; sourceTree = ""; }; + ACEE3DE0C6AFDEA1288AAECCFD44AD9F /* DynamicConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DynamicConfig.swift; path = Sources/Statsig/DynamicConfig.swift; sourceTree = ""; }; + AD2B868F9597BE21BD64B32D8CDD91A6 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; + AD2EA437DCE8B4D5AD5AEB1D5E572032 /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; + AD499F868B4ACB1F0A2173A0E2A90976 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + AD4BAAEBB60EE477C373ACC844E4700C /* ZSWTappableLabelAccessibilityElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabelAccessibilityElement.m; path = ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.m; sourceTree = ""; }; + AD6F2B6CF677C11C24AA854981D984C4 /* ConverterSVGToCALayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConverterSVGToCALayer.h; path = "Source/DOM classes/Unported or Partial DOM/ConverterSVGToCALayer.h"; sourceTree = ""; }; + AD7281A1FA23B3BC5B87C4475A7F5DE0 /* Pods-iOS-dydxChart-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxChart-dummy.m"; sourceTree = ""; }; AD776F1C94991D3E551CEAA515DB110A /* FirebaseRemoteConfig */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseRemoteConfig; path = FirebaseRemoteConfig.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - AD799707E6CF86A2A2BC97C1F3AA4D3A /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - AD7F17362209A236485F449FDC4F0300 /* ViewPortJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewPortJob.swift; path = Source/Charts/Jobs/ViewPortJob.swift; sourceTree = ""; }; - ADE7E3F1A679FA0E2008DE1AC892654F /* FIRCLSExistingReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h; sourceTree = ""; }; - ADE8B6B67D3AE7B1D0808223B346E938 /* Firebase-2149e159.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Firebase-2149e159.debug.xcconfig"; sourceTree = ""; }; - AE04BE508865CA5649CFFE8EF8C9BF06 /* FIRCrashlyticsReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlyticsReport.m; path = Crashlytics/Crashlytics/FIRCrashlyticsReport.m; sourceTree = ""; }; - AE23B72BEFB61075BE62474304A37201 /* Pods-iOS-UIToolkits-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIToolkits-acknowledgements.plist"; sourceTree = ""; }; - AE28D9836DD4F65DE9BF77DA000A3918 /* SVGKSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSource.h; path = Source/SVGKSource.h; sourceTree = ""; }; - AE5AC9D1BA5A086A550DC546E9C6EF8F /* DDFileLogger+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Internal.h"; path = "Sources/CocoaLumberjack/DDFileLogger+Internal.h"; sourceTree = ""; }; - AE80A35E19A81EF400779508CE240947 /* GCD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GCD.swift; path = Sources/GCD.swift; sourceTree = ""; }; - AE80EB549DC47D0990694D0FBF238CE3 /* RCNConfigRealtime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigRealtime.h; path = FirebaseRemoteConfig/Sources/RCNConfigRealtime.h; sourceTree = ""; }; - AE83C3097B2EA13F94E1DB0CD34515B4 /* Value.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Value.swift; path = FirebaseRemoteConfig/Swift/Value.swift; sourceTree = ""; }; - AE8F1B036856FF23DA2F0BC5B3E8F7F0 /* CombineExt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CombineExt.release.xcconfig; sourceTree = ""; }; + AD8238EAFAF50D91456950919DF5D85A /* Pods-iOS-dydxCartera.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxCartera.debug.xcconfig"; sourceTree = ""; }; + ADB09CDFBDD7FDE2F7776CB3B00F5453 /* FIRPerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRPerformance.m; path = FirebasePerformance/Sources/FIRPerformance.m; sourceTree = ""; }; + ADB9DA7689B7B59124516D06596DED73 /* NSCharacterSet+SVGKExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSCharacterSet+SVGKExtensions.h"; path = "Source/Foundation additions/NSCharacterSet+SVGKExtensions.h"; sourceTree = ""; }; + ADEEADD58E8FC4C373F579D45FC982EA /* Pods-iOS-dydxViews.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxViews.modulemap"; sourceTree = ""; }; + AE10C9D245F755851C6DA113283B4709 /* FIRCLSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLogger.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m; sourceTree = ""; }; + AE1E2876E4C3504996D4DDA4C87CB8CC /* Pods-iOS-dydxChartTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxChartTests-dummy.m"; sourceTree = ""; }; + AE2AF5722E61EF5905C97CF9D6B28B79 /* Pods-iOS-JedioKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-JedioKit-Info.plist"; sourceTree = ""; }; + AE34D959A9E4E80D1C60B8D19E988CC6 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; + AE7CCDA8B24998F2F85EF783A5574AA8 /* FIRRemoteConfigUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRRemoteConfigUpdate.m; path = FirebaseRemoteConfig/Sources/FIRRemoteConfigUpdate.m; sourceTree = ""; }; + AE8B15D62D9984EBD20F96035F6A8770 /* SVGKImage+CGContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SVGKImage+CGContext.h"; path = "Source/Exporters/SVGKImage+CGContext.h"; sourceTree = ""; }; + AE95C1F9B48FB0450A9120D5F9D23F23 /* GULSwizzledObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzledObject.m; path = GoogleUtilities/ISASwizzler/GULSwizzledObject.m; sourceTree = ""; }; + AE9E7D2E9401843DA131DCACF5183AED /* PromiseError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PromiseError.swift; path = Sources/Promises/PromiseError.swift; sourceTree = ""; }; AEBA8CB6AA4F3222AF152902B80CC166 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy"; path = GoogleToolboxForMac_Logger_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - AEE366B0C341FF1ED7A4A6AE87773147 /* DrawerMenu.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DrawerMenu.release.xcconfig; sourceTree = ""; }; - AEEB1BA67055578DA727B3E7741ED316 /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h"; sourceTree = ""; }; + AECE87E61F0D52922949EFB4596EA306 /* CombineExt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CombineExt.debug.xcconfig; sourceTree = ""; }; + AED770EF88E5D364D61BD4637CB222C4 /* Pods-iOS-PlatformParticlesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformParticlesTests.release.xcconfig"; sourceTree = ""; }; + AEEA42231B6482927394FFE39A2A87ED /* iCarousel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = iCarousel.m; path = iCarousel/iCarousel.m; sourceTree = ""; }; AEF1DC80F0EB62580B81D18786BAF924 /* FirebaseCoreExtension */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreExtension; path = FirebaseCoreExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - AF0B250ACCC66ADF8E16617FCEEDF7F6 /* NBAsYouTypeFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBAsYouTypeFormatter.m; path = libPhoneNumber/NBAsYouTypeFormatter.m; sourceTree = ""; }; - AF37845E97020426F78F96382A70F4FC /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; + AEF50F8B5756591B59A2D0AF47C0D113 /* CombineLatestMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatestMany.swift; path = Sources/Operators/CombineLatestMany.swift; sourceTree = ""; }; + AEFC023097C9BDF6701D6EE76C999F9E /* Pods-iOS-PlatformRouting-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformRouting-acknowledgements.plist"; sourceTree = ""; }; + AEFEB89F66B7B0D62972572EB2710672 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + AF22F24CDF2953ABA3D12289C10F69A1 /* PanModalPresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresentable.swift; path = PanModal/Presentable/PanModalPresentable.swift; sourceTree = ""; }; + AF360E4D5C1D9B7D9600D485F07F8F58 /* Atributika-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Atributika-prefix.pch"; sourceTree = ""; }; AF3C0702ABA29F9BA8994E74AB4E57CC /* Pods-iOS-ParticlesCommonModels */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-ParticlesCommonModels"; path = Pods_iOS_ParticlesCommonModels.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - AF3F87B09BDAF994AD828940A10C1ADF /* Promise+Any.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Any.swift"; path = "Sources/Promises/Promise+Any.swift"; sourceTree = ""; }; - AF7C76ADC414260E4619550409AB559E /* GTMNSString+HTML.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSString+HTML.m"; path = "Foundation/GTMNSString+HTML.m"; sourceTree = ""; }; - AFA9D9EDB7FB6069BD620F2010AA369B /* DDMultiFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMultiFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDMultiFormatter.h; sourceTree = ""; }; - AFF431EB2D8E21BE8C9AE666586A06F0 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - B00A50EB4221CFBD5FAE233565512B91 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - B04EFF251F43317D77D2006D74D9EA6C /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = FirebaseMessaging/Sources/FirebaseMessaging.h; sourceTree = ""; }; - B05C5A6FF56B4C98F03DE01A5297BB8F /* SVGUseElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGUseElement.h; path = "Source/DOM classes/SVG-DOM/SVGUseElement.h"; sourceTree = ""; }; - B0628E37992FB030E476B102C5ACB775 /* AMPDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPDeviceInfo.h; path = Sources/Amplitude/AMPDeviceInfo.h; sourceTree = ""; }; - B06DB33AC5E60380D3926481F0C7177D /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - B07F8F5A5250FFC8A080FF2869E8ED9D /* Shifts.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Shifts.swift; path = Sources/Shifts.swift; sourceTree = ""; }; - B0985A272952C6E9BE98AA6FE7AEAAD2 /* Pods-iOS-dydxChartTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxChartTests.debug.xcconfig"; sourceTree = ""; }; - B0A1F1BB581CB41E684BC3BC9FF888E9 /* GTMGatherInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMGatherInputStream.m; path = Sources/Full/GTMGatherInputStream.m; sourceTree = ""; }; + AF43104B21E6D3FE1AADB5616D05404E /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; + AF6955620AE8BCC7C0A0342C4E588210 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; + AF6D50E71DCBF77D8167326619B508E1 /* LineRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineRadarChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/LineRadarChartDataSet.swift; sourceTree = ""; }; + AF76C91EC87D7126CACCCDA785C57F81 /* GDTCORMetricsMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORMetricsMetadata.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORMetricsMetadata.m; sourceTree = ""; }; + AF7B7110959E3917ABBC2BDCC3A16025 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + AF9A8D6C1ED77FB99318BEB494E66C1C /* EncodedRolloutAssignment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncodedRolloutAssignment.swift; path = Crashlytics/Crashlytics/Rollouts/EncodedRolloutAssignment.swift; sourceTree = ""; }; + AFA0050419CA34A7EFAACBD4897B4F83 /* FPRCPUGaugeCollector+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRCPUGaugeCollector+Private.h"; path = "FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeCollector+Private.h"; sourceTree = ""; }; + AFC0C598180BC67151842EE02FA6770D /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + B020461E9ED03BAEEC8DA4B8AA20310A /* BarHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarHighlighter.swift; path = Source/Charts/Highlight/BarHighlighter.swift; sourceTree = ""; }; + B047A976333CDB9DDA41197811754E2C /* Menu.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Menu.swift; path = Sources/Templates/Menu.swift; sourceTree = ""; }; + B05AB960D9E9C8CC3B7A940C5EE59813 /* IBubbleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IBubbleChartDataSet.swift; path = Source/Charts/Data/Interfaces/IBubbleChartDataSet.swift; sourceTree = ""; }; + B05BB1718CD90823FCCAD5CFCEC667D7 /* _ObjC_HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift; sourceTree = ""; }; + B06914FDB34C8A4EBBF034B2FCBDB677 /* PromisesObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesObjC.modulemap; sourceTree = ""; }; + B06F86E1EF7FD9365FD4C2CFE82B9A93 /* SDWebImageSwiftUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageSwiftUI.debug.xcconfig; sourceTree = ""; }; + B0751CB7EF86554DF8CD52E9E321A492 /* FIRMessagingAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAuthService.m; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthService.m; sourceTree = ""; }; + B0A2AB62AAF545986B3536791D9646BD /* iCarousel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = iCarousel.h; path = iCarousel/iCarousel.h; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* SDWebImage */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SDWebImage; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B0B6501341FD6783C6874C54AB31A9CF /* FirebaseMessaging-FirebaseMessaging_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "FirebaseMessaging-FirebaseMessaging_Privacy"; path = FirebaseMessaging_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - B0D531E5756AB3E1E117B85ACB11E781 /* FlatMapLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlatMapLatest.swift; path = Sources/Operators/FlatMapLatest.swift; sourceTree = ""; }; - B0D5B8432823E1A154AD2DFFFD328C59 /* Pods-iOS-PlatformUI-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformUI-acknowledgements.markdown"; sourceTree = ""; }; - B0D79D5AB6EA395A2DE42548A489E99A /* pop-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "pop-umbrella.h"; sourceTree = ""; }; - B0D8B3DD15293F89C4C902F54CA0787F /* FlatMapBatches.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlatMapBatches.swift; path = Sources/Operators/FlatMapBatches.swift; sourceTree = ""; }; - B0DCB761B29CA6C173993B8283C6E40E /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; - B0ED6FB374FA7B71FF6D2806A52542B2 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - B0F5C3053B81E31FF32A269727A02AFD /* SDImageFramePool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFramePool.m; path = SDWebImage/Private/SDImageFramePool.m; sourceTree = ""; }; - B125D53EEE0C9126F283CDCA19CE4167 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - B12D80BDF8A56BCB1AF26E76B8C634C0 /* SVGPolygonElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPolygonElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGPolygonElement.h"; sourceTree = ""; }; - B1770A49EEC193C3C83243CC4A995EF1 /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; - B17A1CDA9BD900B8456F8AAD7AB056A0 /* CSSValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSValue.h; path = "Source/DOM classes/Core DOM/CSSValue.h"; sourceTree = ""; }; - B187D1D371A3A8487B2CCE99CA575F69 /* Pods-iOS-PlatformUIJedioTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformUIJedioTests-acknowledgements.markdown"; sourceTree = ""; }; - B1B40BCCE2AED2B9EB7C9156BA640F88 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; - B1BC138871DDE06F3E19CB903E8841E4 /* SVGLength.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGLength.m; path = "Source/DOM classes/SVG-DOM/SVGLength.m"; sourceTree = ""; }; - B1C3EC074CA4DBF17E8DDB1E4A95F126 /* Firebase-5a1e767e.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Firebase-5a1e767e.debug.xcconfig"; path = "../Firebase-5a1e767e/Firebase-5a1e767e.debug.xcconfig"; sourceTree = ""; }; - B1CCB6CAF1712FC4380484B68F5B6123 /* FPRConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConsoleLogger.m; path = FirebasePerformance/Sources/FPRConsoleLogger.m; sourceTree = ""; }; - B1DB8FA84A502B850EA2806B37C0FA4F /* FIRSESNanoPBHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRSESNanoPBHelpers.m; path = FirebaseSessions/SourcesObjC/NanoPB/FIRSESNanoPBHelpers.m; sourceTree = ""; }; - B1E109F9D13B4552578FD090B8EB4B1E /* RemoteConfigProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteConfigProperty.swift; path = FirebaseRemoteConfig/Swift/PropertyWrapper/RemoteConfigProperty.swift; sourceTree = ""; }; - B20135D786F30990BAD8A1DE1D563EB2 /* Pods-iOS-RoutingKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-RoutingKit.modulemap"; sourceTree = ""; }; - B21FCECC48C25BD83F8C2AD22F29F817 /* FIRCLSUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h; sourceTree = ""; }; - B234E66F92713F41FA23EBD396C33116 /* FIRMessagingCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinStore.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinStore.m; sourceTree = ""; }; - B24553D854F6401FE33B882464F102D0 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; - B27BDF791AD1DE5BEB766D51FA2ED897 /* DDLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = Sources/CocoaLumberjack/DDLog.m; sourceTree = ""; }; - B283958A1149C77835A89F9FAAD45820 /* CombinedChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedChartData.swift; path = Source/Charts/Data/Implementations/Standard/CombinedChartData.swift; sourceTree = ""; }; - B286DD9660CDC6A10683270CE42A1862 /* RCNConfigDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigDefines.h; path = FirebaseRemoteConfig/Sources/RCNConfigDefines.h; sourceTree = ""; }; - B29004985876DDD8CA887C10B6EF0778 /* ChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataProvider.swift; path = Source/Charts/Interfaces/ChartDataProvider.swift; sourceTree = ""; }; + B0BEB4C355E0768BE5BECA4122B16CE0 /* Pods-iOS-dydxCartera.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxCartera.modulemap"; sourceTree = ""; }; + B102C52D7FD4F676223A691FC6BD4814 /* SVGGradientLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGradientLayer.m; path = "Source/QuartzCore additions/SVGGradientLayer.m"; sourceTree = ""; }; + B1100F815BABBB68111D23E6E2C766CB /* DDContextFilterLogFormatter+Deprecated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DDContextFilterLogFormatter+Deprecated.m"; path = "Sources/CocoaLumberjack/Extensions/DDContextFilterLogFormatter+Deprecated.m"; sourceTree = ""; }; + B12CCF64A14F6CD42C07DB77F775AB5C /* DrawerMenu.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DrawerMenu.debug.xcconfig; sourceTree = ""; }; + B169D5AD9AE816666283A557704C3243 /* Pods-iOS-CameraParticlesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-CameraParticlesTests.release.xcconfig"; sourceTree = ""; }; + B1756326980A2AEC8CFAE8DBABA2DF1A /* Statsig.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Statsig.debug.xcconfig; sourceTree = ""; }; + B1761F4CD0D595312FF72CE3907272C3 /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; + B1A46EFEF9D9D0984A89D565D5B32BCC /* FIRCLSFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFile.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.h; sourceTree = ""; }; + B1ED3FBDCE5DF6D6AF6354C6C650624E /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + B1EF3BD6D68A6E09D64674018E073C11 /* SVGAngle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAngle.h; path = "Source/DOM classes/SVG-DOM/SVGAngle.h"; sourceTree = ""; }; + B1EF8877BC0192F26D667D330758109B /* FPRMemoryGaugeCollector+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRMemoryGaugeCollector+Private.h"; path = "FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeCollector+Private.h"; sourceTree = ""; }; + B1F22321847CD03CF377164B7C94E8AF /* FPRGaugeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGaugeManager.m; path = FirebasePerformance/Sources/Gauges/FPRGaugeManager.m; sourceTree = ""; }; + B2126F0F93A7A7F8FDFF773F5A7A6096 /* RCNConfigConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigConstants.h; path = FirebaseRemoteConfig/Sources/RCNConfigConstants.h; sourceTree = ""; }; + B216538FC5CDED7F58106B0A6853F5B4 /* GTMLocalizedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMLocalizedString.h; path = Foundation/GTMLocalizedString.h; sourceTree = ""; }; + B23494457942330E067AB552CE13F32A /* POPSpringSolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringSolver.h; path = pop/POPSpringSolver.h; sourceTree = ""; }; + B23D74B206C9BDD915B4CFD9E0EE7E51 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; + B23E54210009730947539EC35D0EE851 /* GDTCORStorageEventSelector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorageEventSelector.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m; sourceTree = ""; }; + B25C40F213426EAE4FC9E8B169910525 /* ParameterStore.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterStore.swift; path = Sources/Statsig/ParameterStore.swift; sourceTree = ""; }; + B26CF6A030C545A69732BB9BD7275134 /* iCarousel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iCarousel-prefix.pch"; sourceTree = ""; }; + B2718FC7CE18F450915AE94F90325E16 /* Pods-iOS-dydxPresentersTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxPresentersTests-umbrella.h"; sourceTree = ""; }; + B271F1E4850D4877D84E2CB077E299A6 /* Pods-iOS-UIAppToolkits.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIAppToolkits.debug.xcconfig"; sourceTree = ""; }; + B275C4EDC8E3E38A56FED6E949B0D272 /* HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift; sourceTree = ""; }; B29C1B3A50C5216BC1CFAC785CF938EF /* Pods-iOS-ParticlesKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-ParticlesKit"; path = Pods_iOS_ParticlesKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B2E09F91971D531C4965ECEC3E9E7BCF /* FPRDataUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRDataUtils.h; path = FirebasePerformance/Sources/FPRDataUtils.h; sourceTree = ""; }; - B3251AA8885938FBC3AC975F7828F44D /* FIRCLSContextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContextManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSContextManager.m; sourceTree = ""; }; - B3255B2C226AF218D0D054CEC132D82C /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - B38D907DCCD5E0BA3133229C2C21C017 /* Pods-iOS-dydxAnalytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxAnalytics-dummy.m"; sourceTree = ""; }; - B38F24974565817FEE5FE46066CAC277 /* GULRuntimeClassDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeClassDiff.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassDiff.h; sourceTree = ""; }; - B3917C4057119D42C567A42F00815E2E /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; - B3A7A9423E15F0AB29F2DEBC393FD757 /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; - B3B3FBBDAF408E621DBE87D077FAA8EA /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - B3D9E757770E93E26222763026BAA8E7 /* SVGKPointsAndPathsParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKPointsAndPathsParser.m; path = Source/Parsers/SVGKPointsAndPathsParser.m; sourceTree = ""; }; - B4068A617C0BF6F4640E905B029D9D1D /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - B42024F28308D8265DC09015BCC206BD /* Pods-iOS-dydxChart.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxChart.release.xcconfig"; sourceTree = ""; }; + B2C0B28238378F4356D26A4202F1E016 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Resources/Base/PrivacyInfo.xcprivacy; sourceTree = ""; }; + B2C49F1A572DBA27FF57C7E3EC957B5B /* FIRCLSHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHandler.m; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m; sourceTree = ""; }; + B2C54149FBC4D14913BEB6BEA2F4D45A /* A0SimpleKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = A0SimpleKeychain.m; path = SimpleKeychain/A0SimpleKeychain.m; sourceTree = ""; }; + B2CC1850338009661AB7EF2676073472 /* iCarousel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = iCarousel.debug.xcconfig; sourceTree = ""; }; + B2CEDC2A9159D44BB1D6ED66DA010653 /* Pods-iOS-dydxCarteraTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxCarteraTests-dummy.m"; sourceTree = ""; }; + B2D25A0CC3C113431D7D5397733BB9BF /* ViewPortHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewPortHandler.swift; path = Source/Charts/Utils/ViewPortHandler.swift; sourceTree = ""; }; + B328E2FF6A109772BC3C311B3F85E6B8 /* YAxis.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YAxis.swift; path = Source/Charts/Components/YAxis.swift; sourceTree = ""; }; + B32E3A9AC1364A16CCA51E32E581D358 /* SVGImageElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGImageElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGImageElement.m"; sourceTree = ""; }; + B32EE42CA47022134CF7FF8D8FA458A3 /* Pods-iOS-FirebaseStaticInjectionsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-FirebaseStaticInjectionsTests-Info.plist"; sourceTree = ""; }; + B334042E09469DBBCBC83B0AD9EC2ECC /* GDTCOREventDropReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDropReason.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCOREventDropReason.h; sourceTree = ""; }; + B33C657767F6084084D010A6377FAB70 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + B3408D7BE60585EC4C5097CD0E6FA213 /* FIRCLSMultipartMimeStreamEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMultipartMimeStreamEncoder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m; sourceTree = ""; }; + B35A472187BD2964EFC0FC4482CBF9F2 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + B36ACA6DDC3B2A0480653D4E2A1D065E /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; + B36CC0DDB205C3F87E7B15A394B60748 /* FIRCLSSymbolicationOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolicationOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m; sourceTree = ""; }; + B371367E174C7D34B6C06A1C11A93989 /* FirebaseRemoteConfig.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseRemoteConfig.modulemap; sourceTree = ""; }; + B3735AEBA056CBEE49B201CCC7DFA28E /* FIRCLSExistingReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExistingReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.m; sourceTree = ""; }; + B38507952500648DE7B559DF9C68F013 /* FIRMessagingCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCode.h; path = FirebaseMessaging/Sources/FIRMessagingCode.h; sourceTree = ""; }; + B3AC871D7DD6E926BA4B18E73A711070 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + B3B31B5DD35A2162038656B3126088E3 /* Pods-iOS-dydxPresentersTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxPresentersTests-Info.plist"; sourceTree = ""; }; + B3EB533005E368F18C455BAC61D8BD99 /* CSSRuleList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSRuleList.h; path = "Source/DOM classes/Core DOM/CSSRuleList.h"; sourceTree = ""; }; + B3EDFBB7FA6A3902E69C7345920E9EEA /* JTCalendarScrollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarScrollManager.h; path = JTCalendar/Managers/JTCalendarScrollManager.h; sourceTree = ""; }; + B3F415C1091EED02D4193D2817FD382E /* Pods-iOS-dydxFormatterTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxFormatterTests-Info.plist"; sourceTree = ""; }; + B400714CD276C126DF018401FB525247 /* AMPDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPDeviceInfo.h; path = Sources/Amplitude/AMPDeviceInfo.h; sourceTree = ""; }; + B42623F8796A2ACC10975C715B229B86 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleUtilities; path = GoogleUtilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B4417884621BAF8F29BD73DE60D588DA /* FPRCPUGaugeCollector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRCPUGaugeCollector.m; path = FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeCollector.m; sourceTree = ""; }; - B47BCB2E1C49D77B06BE96BAC8328D6E /* FPRNetworkTrace.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNetworkTrace.m; path = FirebasePerformance/Sources/Instrumentation/FPRNetworkTrace.m; sourceTree = ""; }; - B47F9D99E022D4AB4045009894CA4023 /* CSSStyleRule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSStyleRule.h; path = "Source/DOM classes/Core DOM/CSSStyleRule.h"; sourceTree = ""; }; - B47FA82E3324989226C8A864977CD5C1 /* FPRProxyObjectHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRProxyObjectHelper.h; path = FirebasePerformance/Sources/Instrumentation/FPRProxyObjectHelper.h; sourceTree = ""; }; - B484F036F0CAD3BF56DE3B848AF899D9 /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; - B491B1E6B194AB94CD64D6BEE0E810C1 /* MaterialActivityIndicator.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MaterialActivityIndicator.debug.xcconfig; sourceTree = ""; }; - B4EBF4565C95623CB4E2AFCAB272EFE8 /* Pods-iOS-PlatformUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-PlatformUITests-frameworks.sh"; sourceTree = ""; }; - B4FFA1324CAA57119F8CC02067E68C66 /* RCNConfigConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigConstants.h; path = FirebaseRemoteConfig/Sources/RCNConfigConstants.h; sourceTree = ""; }; - B508C915D0F592DCECEEBC19EAC10830 /* POPAnimationEvent.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPAnimationEvent.mm; path = pop/POPAnimationEvent.mm; sourceTree = ""; }; - B56063515F16667D78C5C6F4D1371C91 /* FloatingPanel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FloatingPanel-dummy.m"; sourceTree = ""; }; - B56B460CDA1CA408F56140D2059E3FB6 /* Pods-iOS-PlatformUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUITests.release.xcconfig"; sourceTree = ""; }; - B585DA1C77D99D5EABB31900964BB08A /* Pods-iOS-dydxChartTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxChartTests.modulemap"; sourceTree = ""; }; - B5E2301FCE0A6971C28120E2ED247AB2 /* Charts-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Charts-prefix.pch"; sourceTree = ""; }; - B5EB343A99E1F5A2C6F56BDD003B770E /* CGColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGColor+.swift"; path = "Source/CGColor+.swift"; sourceTree = ""; }; - B5F2976C65B38EC342EA9771FC68AAD7 /* FIRTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRTrace.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FIRTrace.h; sourceTree = ""; }; - B653C80B711BB9FF47FCCCD8E086F64C /* UIView+WebCacheState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheState.h"; path = "SDWebImage/Core/UIView+WebCacheState.h"; sourceTree = ""; }; - B68A28F71EE190F7CEA0A2F9733FF51A /* FIRCLSThreadState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadState.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h; sourceTree = ""; }; - B694297AA67B58D77D62438598C3DB2B /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = Sources/Models/Event.swift; sourceTree = ""; }; - B6D9D1361BE147630BC7C69710E3C12F /* FIRMessagingExtensionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingExtensionHelper.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h; sourceTree = ""; }; - B6E27BC3DEDD4A8A9731EF770BED32F2 /* PanModalPresentationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresentationController.swift; path = PanModal/Controller/PanModalPresentationController.swift; sourceTree = ""; }; - B6E855AE2754928F5456F9788A0753C1 /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; - B6F4D0B8FBEB3940F216F75D404B2529 /* Pods-iOS-dydxFormatterTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxFormatterTests-acknowledgements.markdown"; sourceTree = ""; }; - B71822EF1F4D0778E8C14BEEAC986F93 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; - B74AB5246889864B744064C1388D37E1 /* FIRCLSOnDemandModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnDemandModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSOnDemandModel_Private.h; sourceTree = ""; }; - B7627E596E764B6CE1483383489E6BF7 /* ZSWTappableLabelTappableRegionInfoImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabelTappableRegionInfoImpl.m; path = ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.m; sourceTree = ""; }; - B76DF883998EB2C629B7763F47FB9777 /* GULSwizzler+Unswizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULSwizzler+Unswizzle.h"; path = "GoogleUtilities/SwizzlerTestHelpers/Public/GoogleUtilities/GULSwizzler+Unswizzle.h"; sourceTree = ""; }; - B76F5FE1DAC3F9E8EB7DAC57E3FA8973 /* SVGGroupElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGroupElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGGroupElement.h"; sourceTree = ""; }; - B7735CCDF02EFC9E0E80E491ED6A838A /* GTMTypeCasting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTypeCasting.h; path = DebugUtils/GTMTypeCasting.h; sourceTree = ""; }; - B78F280268F58439B6CA91A690DE5F77 /* SDWebImageSwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SDWebImageSwiftUI.swift; path = SDWebImageSwiftUI/Classes/SDWebImageSwiftUI.swift; sourceTree = ""; }; - B7AB8A767872EBF19BDE9E26D688950A /* DocumentStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DocumentStyle.h; path = "Source/DOM classes/Core DOM/DocumentStyle.h"; sourceTree = ""; }; - B7BF5D6F538EC57243273215667117C1 /* Pods-iOS-CameraParticles-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-CameraParticles-Info.plist"; sourceTree = ""; }; - B7CC7E9429BDC08D5C6566152517970F /* Popovers-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Popovers-dummy.m"; sourceTree = ""; }; - B7FC95D4AE46602E33AC81E70E464B84 /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; - B804E19EC356854463F9BDC08C8EEF62 /* LineChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/LineChartDataSet.swift; sourceTree = ""; }; - B80DD4C75A5CB8589283A06A7C9E2427 /* POPAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimator.h; path = pop/POPAnimator.h; sourceTree = ""; }; + B451091EA2DD2D23078ADAD86709614F /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + B45F13F127E7A24B130DC3DB8EC6C7CC /* FIRCLSURLBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLBuilder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h; sourceTree = ""; }; + B46EE8E286EF0B5A84DB003A99619A01 /* ValidationRulePaymentCard.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRulePaymentCard.swift; path = Validator/Sources/Rules/ValidationRulePaymentCard.swift; sourceTree = ""; }; + B471B7EE0576E8C01E2635D569914CFC /* Pods-iOS-PlatformUIJedio.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUIJedio.debug.xcconfig"; sourceTree = ""; }; + B475F0700674CC4B57A267919F6566A0 /* SVGKParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParser.m; path = Source/Parsers/SVGKParser.m; sourceTree = ""; }; + B4982A77EEA25C33B3D2F65AB2862D9D /* FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBKVOController.m; path = FBKVOController/FBKVOController.m; sourceTree = ""; }; + B4DEBAF865378563F55708AA59B76CA0 /* CocoaLumberjack-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-prefix.pch"; sourceTree = ""; }; + B4EB852CE0E13F156162665A01588C86 /* SVGAnimatedPreserveAspectRatio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAnimatedPreserveAspectRatio.h; path = "Source/DOM classes/SVG-DOM/SVGAnimatedPreserveAspectRatio.h"; sourceTree = ""; }; + B4EC05B80845ECB5123EF433B46BF475 /* Amplitude-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Amplitude-iOS.release.xcconfig"; sourceTree = ""; }; + B501C7AD80977CD3E03D776CAE485F9C /* Pods-iOS-PlatformParticlesTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-PlatformParticlesTests-frameworks.sh"; sourceTree = ""; }; + B50F6C5768EF657EC97662051B5D5111 /* ComodoRsaCA.der */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = ComodoRsaCA.der; path = Sources/Amplitude/ComodoRsaCA.der; sourceTree = ""; }; + B510E13987A9C61B81ABF8382CC386D8 /* FPRNanoPbUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNanoPbUtils.m; path = FirebasePerformance/Sources/FPRNanoPbUtils.m; sourceTree = ""; }; + B5357A5A95F2D667CD54E1C5AD967450 /* GDTCOREvent+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTCCTSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m"; sourceTree = ""; }; + B5382A8EA2A0D8023D68FE738ECB8142 /* NBPhoneNumber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneNumber.h; path = libPhoneNumber/NBPhoneNumber.h; sourceTree = ""; }; + B55973F834ECC18BFF388700AC39CDC1 /* Atributika.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Atributika.modulemap; sourceTree = ""; }; + B585BEED5A062CFEF008B2EDE0EC8126 /* Pods-iOS-UIAppToolkitsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIAppToolkitsTests-acknowledgements.plist"; sourceTree = ""; }; + B586DCF171F6C8E7D330B873B84A0F95 /* SVGKImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKImageRep.m; path = "Source/AppKit additions/SVGKImageRep.m"; sourceTree = ""; }; + B5D5C061FCBC8B7E369B27E1EC787996 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + B5FC49DA555AB4DFA550D7DCA0C5FD36 /* Pods-iOS-dydxV4-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxV4-resources.sh"; sourceTree = ""; }; + B62DFB6CF65EE7B26BDA87CC1AE1BAD6 /* pop-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "pop-prefix.pch"; sourceTree = ""; }; + B635E0D3D94888AC7F106608E095C142 /* Pods-iOS-dydxChart-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxChart-Info.plist"; sourceTree = ""; }; + B6643B27CC0FB3767EADBFEB123FE5C1 /* SDWebImageSwiftUI-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImageSwiftUI-Info.plist"; sourceTree = ""; }; + B66E47F7FF871F2C515E18957144A455 /* DrawerMenu-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DrawerMenu-dummy.m"; sourceTree = ""; }; + B6A7A1E6475BF4B2AF11F861EAF4E8AD /* AtomicDictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicDictionary.swift; path = Sources/Statsig/AtomicDictionary.swift; sourceTree = ""; }; + B6BB86E1CB20B572653E15F494D7A69B /* SVGKDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKDefine.h; path = Source/SVGKDefine.h; sourceTree = ""; }; + B6C49EFA79B44AF7759159487EFB9C4E /* Pods-iOS-FirebaseStaticInjections-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-FirebaseStaticInjections-acknowledgements.plist"; sourceTree = ""; }; + B6C7FBB7C8B4E98F4C00F8B82A471070 /* Pods-iOS-PlatformUI-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformUI-dummy.m"; sourceTree = ""; }; + B6CC5949E21B06A6A402130D3B75F389 /* Pods-iOS-dydxStateManager-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxStateManager-acknowledgements.plist"; sourceTree = ""; }; + B6FC5A3BC127D04E8302971253E9C3D6 /* SDCallbackQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCallbackQueue.h; path = SDWebImage/Core/SDCallbackQueue.h; sourceTree = ""; }; + B706C61BEDA54C9A88FE6592E339EFC3 /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; + B7192D9845D408CD307F6BCCF2E3246A /* Pods-iOS-dydxCarteraTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxCarteraTests-Info.plist"; sourceTree = ""; }; + B71EA27305785F2E25095A5E2027BA07 /* DocumentStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DocumentStyle.h; path = "Source/DOM classes/Core DOM/DocumentStyle.h"; sourceTree = ""; }; + B7407663C55F099C2DA62679A03789EA /* FIRInstallationsBackoffController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsBackoffController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m; sourceTree = ""; }; + B740B29B2A1BC7780270AC9B2C0D36F7 /* BubbleChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartDataProvider.swift; path = Source/Charts/Interfaces/BubbleChartDataProvider.swift; sourceTree = ""; }; + B7422FBC964CE418451BF9CB416A4000 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h; sourceTree = ""; }; + B74C62E3E688DD1575C5187722D6322B /* SVGElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGElement.h"; sourceTree = ""; }; + B789CD7C6B6320F8049580C117C31CA5 /* FirebaseCoreInternal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreInternal.modulemap; sourceTree = ""; }; + B78EE9736084A4F02B63CC6ABAD67EB5 /* FIRCLSContextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContextManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSContextManager.m; sourceTree = ""; }; + B79D91EF2AB9D58C1E4C4142E072904B /* Pods-iOS-dydxViews-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxViews-umbrella.h"; sourceTree = ""; }; + B7C5F8BDDCF28C869B479AE29EE6E900 /* FirebaseCoreInternal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-umbrella.h"; sourceTree = ""; }; + B7E1F538AD3BD82F448183866E8E2FD7 /* POPAnimationRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationRuntime.h; path = pop/POPAnimationRuntime.h; sourceTree = ""; }; + B7F6CCE73969F9295E6DA8C08B0E4F09 /* Data+Statsig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Data+Statsig.swift"; path = "Sources/Statsig/Data+Statsig.swift"; sourceTree = ""; }; B810BE3C5BF3466F1D655355392ECD48 /* Pods-iOS-AmplitudeInjectionsTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-AmplitudeInjectionsTests"; path = Pods_iOS_AmplitudeInjectionsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81BBFB2A433ED7D02211C8AE8713A8C /* Pods-iOS-FirebaseStaticInjectionsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-FirebaseStaticInjectionsTests.modulemap"; sourceTree = ""; }; - B82BE2D4296F803CE38C906D7B859E20 /* GDTCORLogSourceMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLogSourceMetrics.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORLogSourceMetrics.h; sourceTree = ""; }; - B832E05A0F3B8DE3F2D0650416670C9D /* FIRRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRRemoteConfig.h; path = FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FIRRemoteConfig.h; sourceTree = ""; }; - B836BBF27FFECD9711CAF26571D8D91F /* GULSwizzlingCache_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzlingCache_Private.h; path = GoogleUtilities/SwizzlerTestHelpers/GULSwizzlingCache_Private.h; sourceTree = ""; }; - B870D8F6385F750464FADBFEFE85511F /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - B88CDF7D7E44125F618FB4D61351EDED /* NVActivityIndicatorAnimationBallTrianglePath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallTrianglePath.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallTrianglePath.swift; sourceTree = ""; }; - B895DA9E676F4344D536641282D76335 /* GDTCOREvent+GDTMetricsSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTMetricsSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Private/GDTCOREvent+GDTMetricsSupport.h"; sourceTree = ""; }; - B8B1A8A9AB4233AC0149C8E99B64A0A9 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = Sources/Operators/Amb.swift; sourceTree = ""; }; - B8D9D283C0DFA073008AF467CB48D249 /* SVGKSourceNSData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSourceNSData.m; path = Source/Sources/SVGKSourceNSData.m; sourceTree = ""; }; - B900676B2527F5494DA8308C63D14032 /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = Sources/Operators/Internal/Lock.swift; sourceTree = ""; }; - B9594ED5055D64C5D01F43B1A45C7C83 /* SVGElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGElement.m"; sourceTree = ""; }; - B96707E645BE1DB38F25499D9B99652A /* FirebaseSharedSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseSharedSwift-Info.plist"; sourceTree = ""; }; - B97111478DD8157E4CA97AAA18759E70 /* IBarLineScatterCandleBubbleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IBarLineScatterCandleBubbleChartDataSet.swift; path = Source/Charts/Data/Interfaces/IBarLineScatterCandleBubbleChartDataSet.swift; sourceTree = ""; }; - B989BD79ECBBF3180235D2C35E41C08D /* Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Promise.swift; path = Sources/Promises/Promise.swift; sourceTree = ""; }; - B994FA54C019D62DCCC321AC0836F709 /* Pods-iOS-ParticlesKitTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-ParticlesKitTests.modulemap"; sourceTree = ""; }; - B9A6D070EF897D3E27247EE52A0C161A /* BarLineScatterCandleBubbleChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineScatterCandleBubbleChartDataProvider.swift; path = Source/Charts/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift; sourceTree = ""; }; + B831B284CC29D8BA49D2616B07A74EEB /* RolloutsStateSubscriber.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RolloutsStateSubscriber.swift; path = FirebaseRemoteConfig/Interop/RolloutsStateSubscriber.swift; sourceTree = ""; }; + B84B5A9F6D9DB0274718358BC80C7F99 /* ResourceBundle-FirebaseRemoteConfig_Privacy-FirebaseRemoteConfig-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseRemoteConfig_Privacy-FirebaseRemoteConfig-Info.plist"; sourceTree = ""; }; + B8500DECF7E165AF56D49A09205D39DF /* Statsig-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Statsig-prefix.pch"; sourceTree = ""; }; + B8503585ACDEC1DBD56070E7DF92220C /* UITextField+Validator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Validator.swift"; path = "Validator/Sources/UIKit+Validator/UITextField+Validator.swift"; sourceTree = ""; }; + B850C48D26BB3FF10E5B2C045733B5FE /* FIRCLSNetworkResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkResponseHandler.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h; sourceTree = ""; }; + B8AFB221B6146154A095EA04A5C6D465 /* SVGKPointsAndPathsParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKPointsAndPathsParser.h; path = Source/Parsers/SVGKPointsAndPathsParser.h; sourceTree = ""; }; + B8CF9352E9039034E5A4606ECEA385C5 /* DrawerMenu.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DrawerMenu.swift; path = DrawerMenu/Classes/DrawerMenu.swift; sourceTree = ""; }; + B8E1E5BC33C4C51AEB71DB0AE993E37E /* FPRSessionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRSessionDetails.h; path = FirebasePerformance/Sources/AppActivity/FPRSessionDetails.h; sourceTree = ""; }; + B90E5DC067F94AC3AA9EEECB995A27F4 /* Bitwise Ops.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bitwise Ops.swift"; path = "Sources/Bitwise Ops.swift"; sourceTree = ""; }; + B9131323AED42A9E26F1DFF46AFF6E1B /* FIRCLSURLBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLBuilder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m; sourceTree = ""; }; + B96875796C4BAECF7972D9112F8B75A0 /* FPRNSURLSessionDelegateInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLSessionDelegateInstrument.h; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLSessionDelegateInstrument.h; sourceTree = ""; }; + B9C7125D8190CE562F89CCF7E19D478A /* JTCalendarSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarSettings.h; path = JTCalendar/JTCalendarSettings.h; sourceTree = ""; }; + B9D0953316C50FA18A8C8376858A7126 /* NVActivityIndicatorAnimationBallScaleRipple.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallScaleRipple.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallScaleRipple.swift; sourceTree = ""; }; B9DCB5EC0B1CDADD221717CADDF62359 /* SnapKit-SnapKit_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SnapKit-SnapKit_Privacy"; path = SnapKit_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - BA0A2C34C62A3DDC2BBA160E1AF4F8B9 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - BA29A7823335368F641C06E85BCA6776 /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; - BA430367AF3936CDA91BC5E02E8BE827 /* Charts-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Charts-dummy.m"; sourceTree = ""; }; - BA51DFB2AE077D237D6AF12F73B04BE8 /* Pods-iOS-ParticlesKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesKitTests.release.xcconfig"; sourceTree = ""; }; - BA5305C0FA0E61B968DC1D479F17A9DD /* IAxisValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IAxisValueFormatter.swift; path = Source/Charts/Formatters/IAxisValueFormatter.swift; sourceTree = ""; }; - BA6BCCE94E2F4EA1385A3619F1388C7C /* Promise+Validate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Validate.swift"; path = "Sources/Promises/Promise+Validate.swift"; sourceTree = ""; }; - BA6E9D45D98C1BCC8C4EF7E081F65D47 /* ZSWTappableLabelAccessibilityActionLongPress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabelAccessibilityActionLongPress.h; path = ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityActionLongPress.h; sourceTree = ""; }; - BA768FEDE1ECB665A7547820C2D5A69F /* FIRCLSSymbolicationOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolicationOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h; sourceTree = ""; }; - BA94BCE075A44671ACBDDD25632E976A /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; - BAA6FA6AF434C653DCD9B50153948724 /* FPRClassInstrumentor_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRClassInstrumentor_Private.h; path = FirebasePerformance/Sources/Instrumentation/FPRClassInstrumentor_Private.h; sourceTree = ""; }; - BAAD40605D31ED461199FAEAADAB190E /* AMPDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPDeviceInfo.m; path = Sources/Amplitude/AMPDeviceInfo.m; sourceTree = ""; }; - BAC774076B6C4A0120FCB78310DE03F6 /* ScatterChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/ScatterChartDataSet.swift; sourceTree = ""; }; - BADC458A7C9633F9ACEC223AC5650290 /* Pods-iOS-dydxCarteraTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxCarteraTests-Info.plist"; sourceTree = ""; }; - BAE144DFFCAB6F31EA89A63CB053BB6E /* CIImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CIImage+.swift"; path = "Source/CIImage+.swift"; sourceTree = ""; }; - BAEE0ADD06CE8C5F3CA0BDEFB01FD1C1 /* AMPURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPURLSession.h; path = Sources/Amplitude/AMPURLSession.h; sourceTree = ""; }; - BAEEF990A37075B337DEE3CFECA499C7 /* FIRCLSExecutionIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExecutionIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h; sourceTree = ""; }; - BB48A11EFCCBD4DF2C6134B06DA235C6 /* Pods-iOS-PlatformParticlesTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformParticlesTests-umbrella.h"; sourceTree = ""; }; - BB49E1F2BCDEF41EA2E130F868F37B98 /* FirebaseRemoteConfigInterop-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseRemoteConfigInterop-Info.plist"; sourceTree = ""; }; - BB4C266006D8FC6BB377051C953EE6FC /* StyleSheet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StyleSheet.m; path = "Source/DOM classes/Core DOM/StyleSheet.m"; sourceTree = ""; }; - BBA61FAAD3443875EF21744841029ADD /* CombinedHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedHighlighter.swift; path = Source/Charts/Highlight/CombinedHighlighter.swift; sourceTree = ""; }; - BBBA2CAD5B01E499AF09B754CB2ECFCE /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; - BBBC862B32A72C4850E7A567CAF6F4A3 /* Pods-iOS-dydxFormatterTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxFormatterTests-umbrella.h"; sourceTree = ""; }; - BBDBB6E9EAC4C232877BE48FF8C5E7D9 /* NSError+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRMessaging.h"; path = "FirebaseMessaging/Sources/NSError+FIRMessaging.h"; sourceTree = ""; }; - BBECC778303835DA93029EC53A839868 /* POPCGUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPCGUtils.mm; path = pop/POPCGUtils.mm; sourceTree = ""; }; - BC05AB0C25D4836A5E9D1F0F7606760D /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - BC1F2BE44F81EFC0D2F70852D1B0B394 /* FIRCLSReportAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportAdapter.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m; sourceTree = ""; }; - BC2CA773DE349BB1F362D7332F5A5E1F /* FPRNSURLConnectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLConnectionDelegate.h; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLConnectionDelegate.h; sourceTree = ""; }; - BC31D4C61D3957B0A6573A4E1A34BE5E /* FIRCLSRolloutsPersistenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRolloutsPersistenceManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSRolloutsPersistenceManager.h; sourceTree = ""; }; - BC651FDFD271F2C3B5B54D6788407A52 /* GDTCORUploadBatch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadBatch.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h; sourceTree = ""; }; - BC9C5635B179AB7D6B51717BCAFD93B9 /* Pods-iOS-WebParticles.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-WebParticles.modulemap"; sourceTree = ""; }; - BCA9852F8D5D1315CE39B30E2FE38268 /* POPAnimationTracerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationTracerInternal.h; path = pop/POPAnimationTracerInternal.h; sourceTree = ""; }; - BCAD55A6F86B8F15A83E7065C3408F9B /* CSSValueList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSValueList.m; path = "Source/DOM classes/Core DOM/CSSValueList.m"; sourceTree = ""; }; - BCBA5014B8D5E7B7C86FCDC3B430CB84 /* PassthroughRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PassthroughRelay.swift; path = Sources/Relays/PassthroughRelay.swift; sourceTree = ""; }; - BCC3B177E57FA5513FEC2B51A272F42C /* FIRExceptionModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExceptionModel.m; path = Crashlytics/Crashlytics/FIRExceptionModel.m; sourceTree = ""; }; - BCCE8CCB6A50B45C140E51E625AD15EF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - BCD2561296E7934687F4D61969759044 /* Promise+Then.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Then.swift"; path = "Sources/Promises/Promise+Then.swift"; sourceTree = ""; }; - BCD722A9BF728075008151F6B05CEB86 /* FPRGDTEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGDTEvent.m; path = FirebasePerformance/Sources/Loggers/FPRGDTEvent.m; sourceTree = ""; }; + B9F185A3156F92BD8CF11772F3B85092 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; + BA0C5E61B65920FAF050E45049644CA6 /* client_metrics.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = client_metrics.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/client_metrics.nanopb.h; sourceTree = ""; }; + BA1F85D11FA6353933B13DDAB2E91BA4 /* Pods-iOS-dydxFormatter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxFormatter.debug.xcconfig"; sourceTree = ""; }; + BA2C2632B7E67574A927279B9C850E85 /* ChartHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartHighlighter.swift; path = Source/Charts/Highlight/ChartHighlighter.swift; sourceTree = ""; }; + BA33686B99B4D41C9AF56F2DBDC3323A /* SVGKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVGKit.release.xcconfig; sourceTree = ""; }; + BA404E8F0D07899ACE5A873564B410C7 /* SVGKExporterUIImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKExporterUIImage.m; path = Source/Exporters/SVGKExporterUIImage.m; sourceTree = ""; }; + BA60789DAD9DF528D2F8249FD1F0506B /* Pods-iOS-PlatformParticles-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformParticles-dummy.m"; sourceTree = ""; }; + BA6178FFA4F6063CB57D0E28B32825A0 /* FirebaseRemoteConfig.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseRemoteConfig.debug.xcconfig; sourceTree = ""; }; + BAABFB1507A14A6DB51DF71CC2D115D5 /* Transformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformer.swift; path = Source/Charts/Utils/Transformer.swift; sourceTree = ""; }; + BAB3B2A214353AC877829256E4AB67B4 /* Pods-iOS-UtilitiesTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UtilitiesTests-acknowledgements.plist"; sourceTree = ""; }; + BABC8559CC839769393E3C85BE7624C3 /* Container.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Container.swift; path = Sources/Templates/Container.swift; sourceTree = ""; }; + BACB5E2C8A587D363EE9D1E1AE76383C /* SVGUnitTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGUnitTypes.h; path = "Source/DOM classes/SVG-DOM/SVGUnitTypes.h"; sourceTree = ""; }; + BACB97FA784A7B69145F35D6BD5D8037 /* Platform+Gestures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Gestures.swift"; path = "Source/Charts/Utils/Platform+Gestures.swift"; sourceTree = ""; }; + BB04D4D6F75AEB205D2FE35348BA16A9 /* SVGKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKit.h; path = Source/SVGKit.h; sourceTree = ""; }; + BB5C5369E17F28E992E2A0C3F907ED6B /* JTVerticalCalendarView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTVerticalCalendarView.m; path = JTCalendar/Views/JTVerticalCalendarView.m; sourceTree = ""; }; + BB75E4EA469FDB5D93C961C5A435AD6F /* CAShapeLayerWithHitTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAShapeLayerWithHitTest.m; path = "Source/QuartzCore additions/CAShapeLayerWithHitTest.m"; sourceTree = ""; }; + BB920BF67CDA938D89E4AC68E34F9257 /* String+HTML.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+HTML.swift"; path = "Sources/Core/String+HTML.swift"; sourceTree = ""; }; + BBA7EEE39B9E2BD77E96AFDF80C2B924 /* GDTCOREvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m; sourceTree = ""; }; + BBD99CD5661EC3759C4E8F6A22C252EA /* FIRMessagingConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingConstants.m; path = FirebaseMessaging/Sources/FIRMessagingConstants.m; sourceTree = ""; }; + BBF5DF639B56EE1DABFBF2A020841C01 /* Promise+Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Delay.swift"; path = "Sources/Promises/Promise+Delay.swift"; sourceTree = ""; }; + BC25ACBE11856628108F9E4564BE0158 /* Slide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Slide.swift; path = DrawerMenu/Classes/style/Slide.swift; sourceTree = ""; }; + BC449519EA0D549C5AA5AB9BA6270EF0 /* FIRCLSCompactUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h; sourceTree = ""; }; + BC48449946C25E0467C48C0394796A43 /* SVGDefsElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGDefsElement.m; path = "Source/DOM classes/SVG-DOM/SVGDefsElement.m"; sourceTree = ""; }; + BC5D38B7469C689567C6555944EE3D08 /* POPBasicAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPBasicAnimation.h; path = pop/POPBasicAnimation.h; sourceTree = ""; }; + BC63338AE6B6351E4A1D2DACDDC0926B /* Pods-iOS-FirebaseStaticInjections.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-FirebaseStaticInjections.modulemap"; sourceTree = ""; }; + BC66654CEB78A134FB7ABE38002ECC84 /* PieChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/PieChartDataSet.swift; sourceTree = ""; }; + BC6706AFADD1C21DF77DE1967D5474B4 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = GoogleUtilities/Privacy/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + BC7E8BEC7FB1B3F1A35EE234E98BAE37 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; + BC8C92672FB14C3F918128AAC90A626E /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; + BC8FC87CC5EC8653A5AEB68FB61C4846 /* Controller.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Controller.swift; path = Sources/Controller.swift; sourceTree = ""; }; + BCB5D0CD42654A7D2D85C501447DC7BD /* GTMSessionFetcherLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherLogging.m; path = Sources/Core/GTMSessionFetcherLogging.m; sourceTree = ""; }; + BCCE92077CF7370282F4F534866578A6 /* Pods-iOS-dydxCartera-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxCartera-umbrella.h"; sourceTree = ""; }; + BCEAFBDF6CA96B78AF08EB45C258378F /* Pods-iOS-UIToolkitsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UIToolkitsTests.modulemap"; sourceTree = ""; }; + BCF12B98F1F19CF2916568A584825B75 /* FrameTag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FrameTag.swift; path = Sources/SwiftUI/FrameTag.swift; sourceTree = ""; }; + BD00D81EB4A724631EA8786B068B182D /* FirebaseCoreInternal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreInternal-Info.plist"; sourceTree = ""; }; + BD17F9A297A425D5EE0E500332416EA6 /* DynamicConfigObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DynamicConfigObjC.swift; path = Sources/Statsig/ObjectiveC/DynamicConfigObjC.swift; sourceTree = ""; }; BD1CBCEB1BD9B1433A9BF6825CC57499 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - BD2264D674CB762F15C1A2E77C438522 /* ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist"; sourceTree = ""; }; - BD6994EB6A2B77844A4B7F8C1ADFDF10 /* Pods-iOS-UIAppToolkits-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIAppToolkits-acknowledgements.plist"; sourceTree = ""; }; - BD9246C2F4D44070EB0A1AD0DE0FDA88 /* Pods-iOS-dydxStateManager-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxStateManager-acknowledgements.plist"; sourceTree = ""; }; - BD9D487422A67EBFD615B9C6D352C248 /* NamedNodeMap_Iterable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NamedNodeMap_Iterable.h; path = "Source/DOM classes/Core DOM/NamedNodeMap_Iterable.h"; sourceTree = ""; }; - BDD9B90B9CFEFE91BB46637BF4AA76BF /* NVActivityIndicatorAnimationBallRotateChase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallRotateChase.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallRotateChase.swift; sourceTree = ""; }; - BDDF5443C11B5BFD384EF564D78E6087 /* FirebaseCoreExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreExtension-umbrella.h"; sourceTree = ""; }; - BDE6A0118920EA803A648ADCB1BAE3CA /* IsAppEncrypted.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IsAppEncrypted.m; path = third_party/IsAppEncrypted/IsAppEncrypted.m; sourceTree = ""; }; - BDEA94138997ABD117104A339F5F9B47 /* JTCalendarWeekDayView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarWeekDayView.h; path = JTCalendar/Views/JTCalendarWeekDayView.h; sourceTree = ""; }; - BDEF8BFF4FCA97F18B7C48F26FDA9952 /* RadarChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartRenderer.swift; path = Source/Charts/Renderers/RadarChartRenderer.swift; sourceTree = ""; }; - BE1D43C51707AAFC93027DF57C790D98 /* SDWebImageSVGCoderDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageSVGCoderDefine.h; path = SDWebImageSVGCoder/Classes/SDWebImageSVGCoderDefine.h; sourceTree = ""; }; - BE4202FEBCD5FA5A64A294C3A5763D13 /* FIRMessagingPubSub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPubSub.h; path = FirebaseMessaging/Sources/FIRMessagingPubSub.h; sourceTree = ""; }; - BE4E57C549BEDF359D1F835E70128F5A /* BigInt-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BigInt-dummy.m"; sourceTree = ""; }; - BE54DC5409F6223C2CD47B5A40917E03 /* SVGKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKit.m; path = Source/SVGKit.m; sourceTree = ""; }; - BE6BD38950C1DDECC98C04EDF1C9E7ED /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; - BE77914D08B8EA09BC8306286DFBA655 /* Pods-iOS-CameraParticles.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-CameraParticles.debug.xcconfig"; sourceTree = ""; }; - BE8C78AD8259471F1E8C1F24A1A535CB /* NVActivityIndicatorAnimationSquareSpin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationSquareSpin.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationSquareSpin.swift; sourceTree = ""; }; - BEAB7CE7F03E887076BD9C163A931CE0 /* MaterialActivityIndicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MaterialActivityIndicator.swift; path = MaterialActivityIndicator/Classes/MaterialActivityIndicator.swift; sourceTree = ""; }; - BEC95F40B3FEB2316202EFCCD26A7A64 /* FPRConfigurations+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRConfigurations+Private.h"; path = "FirebasePerformance/Sources/Configurations/FPRConfigurations+Private.h"; sourceTree = ""; }; - BECF4C94D9BCF4108002D53765D73373 /* Pods-iOS-ParticlesCommonModelsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-ParticlesCommonModelsTests-umbrella.h"; sourceTree = ""; }; - BF0B19089A21566320039109E9616F0F /* Strideable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Strideable.swift; path = Sources/Strideable.swift; sourceTree = ""; }; - BF217BA5A99448D57D546199BCB6476D /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; - BF23C2269A3BC48A506AD33C5712FFAB /* NVActivityIndicatorAnimationBallDoubleBounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallDoubleBounce.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallDoubleBounce.swift; sourceTree = ""; }; - BF359289A35FB8A0244D74BA02D79CA3 /* EasyTipView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EasyTipView-prefix.pch"; sourceTree = ""; }; - BF3E2FFBAB1BF500EE73CA2D7911C3CC /* Pods-iOS-ParticlesKitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesKitTests.debug.xcconfig"; sourceTree = ""; }; - BF6E0E96F2B840B71BE38D70B39CB8D3 /* BarChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/BarChartDataEntry.swift; sourceTree = ""; }; - BF801E7AB5D7EDDE62E8706D71028D60 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - BF9381557B1AE241479730C33A6DE01D /* Pods-iOS-PlatformRouting.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformRouting.debug.xcconfig"; sourceTree = ""; }; - BFB93F2E821FC017E806F4C22C05CF9D /* LineChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartView.swift; path = Source/Charts/Charts/LineChartView.swift; sourceTree = ""; }; - BFC68B2FD81FED3407969AD6FC9E72A0 /* FPRObjectInstrumentor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRObjectInstrumentor.m; path = FirebasePerformance/Sources/Instrumentation/FPRObjectInstrumentor.m; sourceTree = ""; }; - BFD1A4F19DDFE92C6D19FB45B9D06C55 /* FIRLifecycleEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLifecycleEvents.m; path = FirebaseABTesting/Sources/FIRLifecycleEvents.m; sourceTree = ""; }; - BFE78292CA94B05140D89FFE6B739A4E /* ReachabilitySwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReachabilitySwift-umbrella.h"; sourceTree = ""; }; - BFE9C7127FE57F0855E38189640BACF2 /* HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift; sourceTree = ""; }; - BFFD3F08C97EE04DA4B1FB52C67CB8AD /* Pods-iOS-PlatformRoutingTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformRoutingTests-umbrella.h"; sourceTree = ""; }; - C02434140AE5153D5F231CBC70F997BC /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - C07B82D3AF675315328514C4F11C3644 /* FIRHTTPMetric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHTTPMetric.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FIRHTTPMetric.h; sourceTree = ""; }; - C0C4FADE64525432621CCFB0738AD6A9 /* DDContextFilterLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDContextFilterLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDContextFilterLogFormatter.h; sourceTree = ""; }; - C0D1B30439BC0FFFCED60306D0AE22E3 /* SVGUseElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGUseElement.m; path = "Source/DOM classes/SVG-DOM/SVGUseElement.m"; sourceTree = ""; }; - C0EB4DF13F1D03AFFD7465575D78ADFB /* FPRClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRClient.m; path = FirebasePerformance/Sources/FPRClient.m; sourceTree = ""; }; - C0F26C4AAAD0E717E9A012ADFC2DE0BB /* Pods-iOS-AppsFlyerStaticInjections.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AppsFlyerStaticInjections.debug.xcconfig"; sourceTree = ""; }; - C0F6B7E28C5601A01F2867A66FFBE8C5 /* MapMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MapMany.swift; path = Sources/Operators/MapMany.swift; sourceTree = ""; }; - C10BBDD372618DF8DEC37FC2D7D472D7 /* SVGTitleElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTitleElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGTitleElement.m"; sourceTree = ""; }; - C11D41740649B7DAA7AEF830A97C7BFA /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - C1439AE9CAC377E7F3FA273AFBBB1D67 /* FPRMemoryGaugeCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRMemoryGaugeCollector.h; path = FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeCollector.h; sourceTree = ""; }; - C15021D426F360129B3510BE48D34D37 /* Pods-iOS-dydxAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxAnalytics.debug.xcconfig"; sourceTree = ""; }; - C191AD739A0C039A4A721C7BBC7F242B /* GDTCORMetricsMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsMetadata.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORMetricsMetadata.h; sourceTree = ""; }; + BD4431366CF80BD2A9CDA1F848FE6A5B /* Pods-iOS-RoutingKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-RoutingKit.release.xcconfig"; sourceTree = ""; }; + BD4AE5CEE506F0C01C308E8083C1E0DA /* FIRCLSAllocate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAllocate.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h; sourceTree = ""; }; + BD5A85B0B0F496C3FED3B2C5C9C018BD /* FIRCLSDwarfUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwind.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h; sourceTree = ""; }; + BD878B4AD1B1066F1B29F98FA16D6B9B /* ChevronDownShapeRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChevronDownShapeRenderer.swift; path = Source/Charts/Renderers/Scatter/ChevronDownShapeRenderer.swift; sourceTree = ""; }; + BDA46D2394A4FBB6488021A563072541 /* SVGLinearGradientElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGLinearGradientElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGLinearGradientElement.m"; sourceTree = ""; }; + BDC9C75E87155AF8617BA22F055B0D29 /* NBPhoneMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneMetaData.h; path = libPhoneNumber/NBPhoneMetaData.h; sourceTree = ""; }; + BDE7003C722C5997F2D545A82B297565 /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; + BDF6091E8CB435FC8232205BEB5335FD /* FirebaseMessaging.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseMessaging.modulemap; sourceTree = ""; }; + BE0B7E34143A98CC25054D5308426F6F /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + BE1775B97AEFD6D9A3EA7A18B0116EEA /* FirebaseSharedSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseSharedSwift.debug.xcconfig; sourceTree = ""; }; + BE19F26A19D87D862271DCEF9CCE7F09 /* Pods-iOS-AppsFlyerStaticInjections-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-AppsFlyerStaticInjections-acknowledgements.markdown"; sourceTree = ""; }; + BE1D69BAA5AC62DFC6347747B5199010 /* CSSStyleDeclaration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSStyleDeclaration.h; path = "Source/DOM classes/Core DOM/CSSStyleDeclaration.h"; sourceTree = ""; }; + BE2D0A49B057C1398D1750329687237F /* RCNConfigFetch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigFetch.m; path = FirebaseRemoteConfig/Sources/RCNConfigFetch.m; sourceTree = ""; }; + BE2EFAE6F6CE484E10BC6D863D317A41 /* UIView+WebCacheState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheState.m"; path = "SDWebImage/Core/UIView+WebCacheState.m"; sourceTree = ""; }; + BE33538AB47D25FED588189CD7F5D79F /* Pods-iOS-WebParticlesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-WebParticlesTests.debug.xcconfig"; sourceTree = ""; }; + BE3ED2E6B5811D77AEFC1515E2A34EEA /* SVGPolylineElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPolylineElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGPolylineElement.h"; sourceTree = ""; }; + BE4F8C1C4351D8514A5A73F65D547C4A /* Heartbeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Heartbeat.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift; sourceTree = ""; }; + BE5353B37F030C79C7B25D57DBA25010 /* FIRTrace+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRTrace+Internal.h"; path = "FirebasePerformance/Sources/Timer/FIRTrace+Internal.h"; sourceTree = ""; }; + BE95C38AEB7D6FE9702178564087080E /* _ObjC_HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift; sourceTree = ""; }; + BE95C3F2F1ECDFB148EE95F493759370 /* StringToHexConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringToHexConverter.swift; path = Crashlytics/Crashlytics/Rollouts/StringToHexConverter.swift; sourceTree = ""; }; + BEABBE9E2D932D7EE0A7B6CDB6427698 /* MoveViewJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MoveViewJob.swift; path = Source/Charts/Jobs/MoveViewJob.swift; sourceTree = ""; }; + BEBABF40E135D8B171D134A9E947DF98 /* CSSPrimitiveValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSPrimitiveValue.h; path = "Source/DOM classes/Core DOM/CSSPrimitiveValue.h"; sourceTree = ""; }; + BEC2B97B2ED1B2783188B9D35CEA6FCD /* TinySVGTextAreaElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TinySVGTextAreaElement.h; path = "Source/DOM classes/Unported or Partial DOM/TinySVGTextAreaElement.h"; sourceTree = ""; }; + BED460C102F16246227398E723A0A2C5 /* SVGEllipseElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGEllipseElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGEllipseElement.h"; sourceTree = ""; }; + BED83543E21BA6B7B7D1EE28FF7B2EFE /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + BEE8138F6EC7A99E55ADE1E074D41A6A /* Pods-iOS-dydxPresenters.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxPresenters.release.xcconfig"; sourceTree = ""; }; + BF00E24C68E5D05F1EF85F756A1ADDE7 /* FIRCLSNotificationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNotificationManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h; sourceTree = ""; }; + BF184D80730BE7A3D74F27D6B8BB47C1 /* SVGElementInstanceList_Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElementInstanceList_Internal.h; path = "Source/DOM classes/SVG-DOM/SVGElementInstanceList_Internal.h"; sourceTree = ""; }; + BF28BF1A261855CC10F5B8A9A7192E36 /* StatsigDynamicConfigValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigDynamicConfigValue.swift; path = Sources/Statsig/StatsigDynamicConfigValue.swift; sourceTree = ""; }; + BF2DF59A9AD6CA8F6D00C0D27ECD4A34 /* ComponentBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComponentBase.swift; path = Source/Charts/Components/ComponentBase.swift; sourceTree = ""; }; + BF3E077A6B3732EB6C9D74F9BED04126 /* HMSegmentedControl-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HMSegmentedControl-dummy.m"; sourceTree = ""; }; + BF3E42D04605B8DF4A9A649042799FA2 /* FIRCrashlyticsReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlyticsReport.m; path = Crashlytics/Crashlytics/FIRCrashlyticsReport.m; sourceTree = ""; }; + BF4444E6405FA00131ADC7BC312B5111 /* Pods-iOS-PlatformParticlesTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformParticlesTests-dummy.m"; sourceTree = ""; }; + BF507B23A09AC62B121BE9C08AC8E1D5 /* Pods-iOS-StatsigInjections-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-StatsigInjections-Info.plist"; sourceTree = ""; }; + BF5F11835F131EEF4D89DAB2CB9AE2BC /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + BF667D9E5D0234A9AFFE442A83929702 /* HeartbeatLoggingTestUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatLoggingTestUtils.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatLoggingTestUtils.swift; sourceTree = ""; }; + BF7576E2C6057D9D7BB72BCE7EB21A1E /* GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMSessionFetcher-Info.plist"; sourceTree = ""; }; + BFC8C005479356110B614AD811D8EB81 /* ValidationPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationPattern.swift; path = Validator/Sources/Patterns/ValidationPattern.swift; sourceTree = ""; }; + BFCE03F9E5402FDEE1C79C355FF5F832 /* NVActivityIndicatorAnimationDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationDelegate.swift; path = Sources/Base/NVActivityIndicatorAnimationDelegate.swift; sourceTree = ""; }; + BFCE8403FAA63EB6361D22BE2494154E /* Floating.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Floating.swift; path = DrawerMenu/Classes/style/Floating.swift; sourceTree = ""; }; + C011BE8051D56F0C5344381AD9C6107B /* FIRCLSFABHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABHost.m; path = Crashlytics/Shared/FIRCLSFABHost.m; sourceTree = ""; }; + C01CEC06BB3769C44E677545993B4692 /* EFQRCodeGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeGenerator.swift; path = Source/EFQRCodeGenerator.swift; sourceTree = ""; }; + C0785E4F01B58F04A29145378B99B8CB /* ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist"; sourceTree = ""; }; + C0851B2301362A9906B1E40F943AA196 /* IMarker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IMarker.swift; path = Source/Charts/Components/IMarker.swift; sourceTree = ""; }; + C09B7D4BF4717C1BA4A6AD8AF0744922 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + C0B291A30E8BB1559309943F26E1EF9C /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; + C0B754948F469C6FD0657DD0A9EA77AD /* FIRCLSMachOBinary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOBinary.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h; sourceTree = ""; }; + C0C0FBAD9BEF313B810E5FE4D08EA594 /* POPDecayAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPDecayAnimationInternal.h; path = pop/POPDecayAnimationInternal.h; sourceTree = ""; }; + C0CFE191222935140C6EF1BF1BF6BC7B /* Pods-iOS-dydxFormatter-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxFormatter-umbrella.h"; sourceTree = ""; }; + C0F8D4BD04B9CDFE4A83BA9032F89908 /* PanModalPresentationDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresentationDelegate.swift; path = PanModal/Delegate/PanModalPresentationDelegate.swift; sourceTree = ""; }; + C10481B51519712FCC046805421A50F4 /* ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist"; sourceTree = ""; }; + C1354C8A00B1E869ED140E135C996AA1 /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; + C14374E6F6208E0928CC28737EAE7CC6 /* FIRCLSDemangleOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDemangleOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h; sourceTree = ""; }; + C1516388847C328F1F7C33CD5583A628 /* FIRMessagingTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenOperation.h; sourceTree = ""; }; + C1926A23C31DCDF64A9DFF2AB05D8C01 /* SVGKParserExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserExtension.h; path = Source/Parsers/SVGKParserExtension.h; sourceTree = ""; }; C1998E0D8085221AD87F89B614C10E52 /* GTMSessionFetcher */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GTMSessionFetcher; path = GTMSessionFetcher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C1B998F8C0B6645A861D3EEA9ABA5B07 /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; - C1DE3CA9A525BC02D8020F332EE11F9B /* FPRNetworkTrace+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRNetworkTrace+Private.h"; path = "FirebasePerformance/Sources/Instrumentation/FPRNetworkTrace+Private.h"; sourceTree = ""; }; - C1EB1B984BF2B773878AF1ECB18A0528 /* UIImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+.swift"; path = "Source/UIImage+.swift"; sourceTree = ""; }; - C2172FF8642D6CCD850ED60A4418550A /* SVGKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SVGKit.modulemap; sourceTree = ""; }; - C2374F404714FABEC6B7EC2DB7A8ED12 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - C241B13058AA7936BE4208FE4A2F3E16 /* Pods-iOS-PlatformUIJedio.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUIJedio.debug.xcconfig"; sourceTree = ""; }; + C19AF234BF6F496CBF2B7AAEE0F968D2 /* AMPIdentify.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPIdentify.m; path = Sources/Amplitude/AMPIdentify.m; sourceTree = ""; }; + C1BDA8AB3D732EDB9D5A6D7186B7C378 /* GTMSessionFetcher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMSessionFetcher.modulemap; sourceTree = ""; }; + C1D0B8A9B81A4E1A3BFFF6BED1FA62F3 /* PromisesSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesSwift-Info.plist"; sourceTree = ""; }; + C1E272D081296C00FBF6D380F925C0C4 /* CocoaLumberjack-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaLumberjack-dummy.m"; sourceTree = ""; }; + C1E326593580B83B692A2887493B28C5 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + C1F9A196057289592CB31933119D2F77 /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; + C1FC6E56315AC78F7E28179A7816CB76 /* ReachabilitySwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReachabilitySwift.modulemap; sourceTree = ""; }; + C1FCCFA942035D188AE9CC09DB5BE531 /* Pods-iOS-PlatformRoutingTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformRoutingTests-umbrella.h"; sourceTree = ""; }; + C240F794C07CC013471F3E52C8D819D4 /* Pods-iOS-RoutingKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-RoutingKitTests.release.xcconfig"; sourceTree = ""; }; C261436D14052AE3C35F240BCD155CAC /* CocoaLumberjack */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CocoaLumberjack; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C27F6B53FB84E8E665FE143CCDDFF902 /* Pods-iOS-ParticlesCommonModels.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-ParticlesCommonModels.modulemap"; sourceTree = ""; }; - C2C7162CFCF0D4FE705B93E129C49E3C /* Pods-iOS-dydxStateManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxStateManager-umbrella.h"; sourceTree = ""; }; - C2E1742EA4DEF8A0B90F7F2C719CD916 /* FIRMessagingContextManagerService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingContextManagerService.m; path = FirebaseMessaging/Sources/FIRMessagingContextManagerService.m; sourceTree = ""; }; - C2FF61581E0A86183141B4A59762D721 /* GTMMIMEDocument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMMIMEDocument.m; path = Sources/Full/GTMMIMEDocument.m; sourceTree = ""; }; - C301D705A4E0603940A91E57048F7C29 /* GULURLSessionDataResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULURLSessionDataResponse.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h; sourceTree = ""; }; - C3763C7499D58B4E4E2D31D5F9655FD6 /* FPRGaugeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGaugeManager.h; path = FirebasePerformance/Sources/Gauges/FPRGaugeManager.h; sourceTree = ""; }; - C39606127C45EB0E43C592D13A689B8D /* JTContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTContent.h; path = JTCalendar/Protocols/JTContent.h; sourceTree = ""; }; - C3B76CE168BDEA99C6BD71A8E5659EBD /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = FirebaseMessaging/Sources/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - C3C50EBC4947005ABB9880A6E8E95020 /* Pods-iOS-PlatformUIJedio.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUIJedio.release.xcconfig"; sourceTree = ""; }; - C3FB7FDCB49B9C8B19D6A9BF1FA642CE /* Pods-iOS-CameraParticles-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-CameraParticles-acknowledgements.plist"; sourceTree = ""; }; - C42124DBB4918BF59870D5C22794805F /* PanModal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PanModal-Info.plist"; sourceTree = ""; }; - C447CD12B682001BD7CFB74471106B5B /* EasyTipView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EasyTipView.swift; path = Sources/EasyTipView/EasyTipView.swift; sourceTree = ""; }; - C4549EB027A39691D5FF37B12C8019A7 /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; - C46BE6D4EBD4A5FEED142108F104A3D9 /* Pods-iOS-dydxCarteraTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxCarteraTests-umbrella.h"; sourceTree = ""; }; - C483A7A94879D801735EA95A9D59A71B /* Alert.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alert.swift; path = Sources/Templates/Alert.swift; sourceTree = ""; }; - C4C8A863A70F62D0A1FBB907235944C6 /* RingBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RingBuffer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift; sourceTree = ""; }; - C4F44DF3149684ECBC4C0C13D967A312 /* Comparable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Comparable.swift; path = Sources/Comparable.swift; sourceTree = ""; }; - C5091A5FA8AA54BD0C0824679F6C84A4 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; - C539DD351CF7F8B73EC330C3C86C82AE /* POPPropertyAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimationInternal.h; path = pop/POPPropertyAnimationInternal.h; sourceTree = ""; }; - C576A96E06643AF30E4A1D29BC493989 /* Platform+Color.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Color.swift"; path = "Source/Charts/Utils/Platform+Color.swift"; sourceTree = ""; }; - C58B8B5A1BD66A73979BF29A02F97F72 /* NBPhoneMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneMetaData.m; path = libPhoneNumber/NBPhoneMetaData.m; sourceTree = ""; }; - C59F9F3C279B58CC6D3267736D500358 /* FPRInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRInstrument.h; path = FirebasePerformance/Sources/Instrumentation/FPRInstrument.h; sourceTree = ""; }; - C5A97107405069EE5E808DD05F28FC71 /* Popovers-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Popovers-prefix.pch"; sourceTree = ""; }; - C5B1A2600C0F65217B09D8D6C951815A /* ILineRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ILineRadarChartDataSet.swift; path = Source/Charts/Data/Interfaces/ILineRadarChartDataSet.swift; sourceTree = ""; }; - C5F21CC499B3E5610D752BD78D78A5AC /* CandleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/CandleChartDataSet.swift; sourceTree = ""; }; - C6259AFA27B62C25A949385BB2E3D90D /* FloatingPanel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FloatingPanel.debug.xcconfig; sourceTree = ""; }; - C633DD0B1C4E76571DC8FCA2DC8946BB /* POPAnimatorPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatorPrivate.h; path = pop/POPAnimatorPrivate.h; sourceTree = ""; }; - C6416A4C1435DEF374EA2077AB05AC5F /* GULHeartbeatDateStorable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorable.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h; sourceTree = ""; }; - C655D00DD08BAEBB0B66DAB7521465AB /* Pods-iOS-ParticlesCommonModelsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesCommonModelsTests.release.xcconfig"; sourceTree = ""; }; - C66D01154E99448C640F6ECF7CF65F2B /* FirebaseCoreExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreExtension.release.xcconfig; sourceTree = ""; }; - C68649582FC9AC7B16550ACF099A4E5F /* Pods-iOS-RoutingKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-RoutingKit-Info.plist"; sourceTree = ""; }; - C695E0E4D3C446570E712BDFF50B18F2 /* RadarHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarHighlighter.swift; path = Source/Charts/Highlight/RadarHighlighter.swift; sourceTree = ""; }; - C69BDBC70DB984D0B923624AF11C11B6 /* FIRCLSReportUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportUploader.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m; sourceTree = ""; }; - C6AE971B409F4CC6D2AE10ACB2BB051A /* NVActivityIndicatorAnimationBallClipRotatePulse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallClipRotatePulse.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallClipRotatePulse.swift; sourceTree = ""; }; - C6C75E1E6BEBF7516580CB3A24896237 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - C70CE06FE9EACF28F452ABD1381AE8EA /* GDTCORStorageMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageMetadata.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORStorageMetadata.h; sourceTree = ""; }; - C7116EF0A10B4E42EF062C7D4D0B09A4 /* GDTCORMetricsController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORMetricsController.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORMetricsController.m; sourceTree = ""; }; - C7288EB47E28E312DE351394B9BA6EDE /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m; sourceTree = ""; }; - C72BDDAF4E7B111A7713A9BFB6711B0B /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; - C7634797B911DBF5238C26238C990C44 /* Pods-iOS-CameraParticlesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-CameraParticlesTests.debug.xcconfig"; sourceTree = ""; }; - C76547FA670E5885D9149D1B52ACF364 /* FIRTrace.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRTrace.m; path = FirebasePerformance/Sources/Timer/FIRTrace.m; sourceTree = ""; }; - C777B55519693898FA63AF65674A0987 /* ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist"; sourceTree = ""; }; - C786C02FE96E82C70B2500EB823C34B3 /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; - C78A449B67B1F1DE11A59EF63669E177 /* FPRDataUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRDataUtils.m; path = FirebasePerformance/Sources/FPRDataUtils.m; sourceTree = ""; }; - C7A9D292D77E6B802225C1ACAE74B74B /* Pods-iOS-JedioKitTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-JedioKitTests-frameworks.sh"; sourceTree = ""; }; - C7D0BF59B0A33DFD19BFC1B8C9F4BD73 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; - C7F02DC05CD65E128D88EE2CDE99549A /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; + C267D687CD44B4BBE63C8DDE05F4C2AF /* GULRuntimeSnapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeSnapshot.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeSnapshot.m; sourceTree = ""; }; + C28B90F152C22693CB8A362FF24EBADB /* FirebaseCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCrashlytics-dummy.m"; sourceTree = ""; }; + C29D39509C76EC6362EAB0B866B3C925 /* Statsig-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Statsig-umbrella.h"; sourceTree = ""; }; + C2A09952CC114EF374B86FF05041EDB5 /* ChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartData.swift; path = Source/Charts/Data/Implementations/Standard/ChartData.swift; sourceTree = ""; }; + C2A8FD86ACD84F66EB7423800375DEFD /* BarLineScatterCandleBubbleChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineScatterCandleBubbleChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift; sourceTree = ""; }; + C2D83E47796DBADB96537175292B5DE6 /* FIRCLSHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHandler.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h; sourceTree = ""; }; + C2DF6D8C6B3B6145032B1A474B1BF856 /* Charts-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Charts-Info.plist"; sourceTree = ""; }; + C2EBF29D11F7655B377AA424FC157135 /* CIColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CIColor+.swift"; path = "Source/CIColor+.swift"; sourceTree = ""; }; + C309AEDAC8849026A11DEC18D7764129 /* Pods-iOS-JedioKitTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-JedioKitTests-frameworks.sh"; sourceTree = ""; }; + C3386745D673376D9D65602E8C0A6CEA /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; + C34C38693204DA4186F94461C577B54D /* Pods-iOS-UIAppToolkitsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-UIAppToolkitsTests-frameworks.sh"; sourceTree = ""; }; + C35E31A38D3BBB698FB39BE061B569AF /* SVGTextElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGTextElement.h"; sourceTree = ""; }; + C371B208C2086F025A65F622C1C97E23 /* PanModalPresentationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresentationController.swift; path = PanModal/Controller/PanModalPresentationController.swift; sourceTree = ""; }; + C377ABE3C6D4B923CAAB19114C4245FA /* CSSValueList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSValueList.m; path = "Source/DOM classes/Core DOM/CSSValueList.m"; sourceTree = ""; }; + C3AA7CB5032A2C140D9B4399A2EAD866 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + C3ACBED2DA12EF61165105C5747A9CA3 /* FIRCLSOnDemandModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnDemandModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSOnDemandModel_Private.h; sourceTree = ""; }; + C3C7DD96BEB91BEA8042F936B58DAF3C /* SVGKExporterNSImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKExporterNSImage.h; path = Source/Exporters/SVGKExporterNSImage.h; sourceTree = ""; }; + C3E6EF2A28C3DDE88BE6A4EC455E1014 /* Detection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Detection.swift; path = Sources/Core/Detection.swift; sourceTree = ""; }; + C3ED3C8B3BBDE563F32A812D3FF70985 /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; + C3EDC6947AB914DB6212E29AD3D6B17F /* FPRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConfiguration.m; path = FirebasePerformance/Sources/FPRConfiguration.m; sourceTree = ""; }; + C3F8A5E1452499EA936E30E74CCEAE9F /* FPRURLFilter_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRURLFilter_Private.h; path = FirebasePerformance/Sources/FPRURLFilter_Private.h; sourceTree = ""; }; + C4108F087F4EBF429A841233A7B3EFE3 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; + C42A26B39EE37ACC4F3E59887C2EAED2 /* FIRCLSNetworkOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m; sourceTree = ""; }; + C433D00C482A51FDD46DE10E25F337A5 /* RCNUserDefaultsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNUserDefaultsManager.m; path = FirebaseRemoteConfig/Sources/RCNUserDefaultsManager.m; sourceTree = ""; }; + C43977C74836ABDF24F52584E6D014B2 /* FPRObjectInstrumentor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRObjectInstrumentor.h; path = FirebasePerformance/Sources/Instrumentation/FPRObjectInstrumentor.h; sourceTree = ""; }; + C45368E031A21433FF00A61FAB2A9C4A /* FloatingPanel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FloatingPanel-prefix.pch"; sourceTree = ""; }; + C49220B47A0BF3A95EF9DEF2EA282BAB /* POPSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringAnimation.h; path = pop/POPSpringAnimation.h; sourceTree = ""; }; + C4A168E01A96B63B24F57F10D7F3C754 /* FloatingPanel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FloatingPanel.release.xcconfig; sourceTree = ""; }; + C4BA428AA65BBFCB4155B851BC2B3DF7 /* ScatterChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartView.swift; path = Source/Charts/Charts/ScatterChartView.swift; sourceTree = ""; }; + C4CBD484A8B05CF01279CD2FF36AFCD2 /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; + C4EADE0238BDAB7265ACEB4329BABF4E /* PopoverGestureContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverGestureContainer.swift; path = Sources/PopoverGestureContainer.swift; sourceTree = ""; }; + C5197A0961D64F3AB24E2DB84AACA7B2 /* SVGKPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKPattern.m; path = Source/Utils/SVGKPattern.m; sourceTree = ""; }; + C544BB01F9982254D5D2D3A8CA3F5B33 /* ReachabilitySwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReachabilitySwift.debug.xcconfig; sourceTree = ""; }; + C563895494F11395CC754837FC6BD486 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + C56FE96415282273848B14AF31F9605E /* Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.plist"; sourceTree = ""; }; + C5733DFB46AB6EA2C1EBB6EDE2983C52 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; + C589C01D8834CF34E1211DBA84521D74 /* SVGKImage+CGContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SVGKImage+CGContext.m"; path = "Source/Exporters/SVGKImage+CGContext.m"; sourceTree = ""; }; + C589FA1E2AE5416706F981AF00527DDE /* GTMGatherInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMGatherInputStream.h; path = Sources/Full/Public/GTMSessionFetcher/GTMGatherInputStream.h; sourceTree = ""; }; + C5BD5B2CF0DF8EEC36CE051725F96068 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h; sourceTree = ""; }; + C5DFEAA6B48E1845CC1C2B773FB91F98 /* FIRRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRRemoteConfig.m; path = FirebaseRemoteConfig/Sources/FIRRemoteConfig.m; sourceTree = ""; }; + C5FCAB59DA6FA97713D27992DC6FE512 /* FirebaseABTestingInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseABTestingInternal.h; path = FirebaseABTesting/Sources/Private/FirebaseABTestingInternal.h; sourceTree = ""; }; + C62234920B6585B9C920BB55FCDC819E /* Time.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Time.swift; path = Sources/Statsig/Time.swift; sourceTree = ""; }; + C62B7F8700AAF79AB4F53FF2DF7D810A /* SVGHelperUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGHelperUtilities.h; path = "Source/DOM classes/SVG-DOM/SVGHelperUtilities.h"; sourceTree = ""; }; + C638A96B68510225E9A9AC9D92420E3D /* RDHCollectionViewGridLayout.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RDHCollectionViewGridLayout.release.xcconfig; sourceTree = ""; }; + C64719EFC5B04C2759AECBF1441AEC3C /* JTCalendarDayView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarDayView.m; path = JTCalendar/Views/JTCalendarDayView.m; sourceTree = ""; }; + C650FEB351489D882532231D5D8EC9A3 /* FIRMessagingRemoteNotificationsProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRemoteNotificationsProxy.h; path = FirebaseMessaging/Sources/FIRMessagingRemoteNotificationsProxy.h; sourceTree = ""; }; + C66E69713777215C4CA43A2144C31F5F /* SVGElementInstance_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElementInstance_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGElementInstance_Mutable.h"; sourceTree = ""; }; + C6AEB7EBE59380DC7F3DA5503D0A025C /* NBMetadataHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBMetadataHelper.m; path = libPhoneNumber/NBMetadataHelper.m; sourceTree = ""; }; + C6C0DEE653DEE4351EC7037DB62BE7DF /* BarChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/BarChartDataEntry.swift; sourceTree = ""; }; + C6E6D17BA34B2C8DE988DDDA73A5B77E /* POPLayerExtras.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPLayerExtras.mm; path = pop/POPLayerExtras.mm; sourceTree = ""; }; + C6F5A306D8E437FA56F03835B602BE59 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; + C70F37EB2B18A1389746387AE30B1A91 /* SVGKLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKLayer.m; path = "Source/QuartzCore additions/SVGKLayer.m"; sourceTree = ""; }; + C71D089CE401E2BDF14B8B190990BB77 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + C728A059110CBE36A8CCAC95436F26D2 /* PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesObjC-Info.plist"; sourceTree = ""; }; + C74EBA5A931AF9D31476170375C90AA2 /* SVGTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTransform.h; path = "Source/DOM classes/SVG-DOM/SVGTransform.h"; sourceTree = ""; }; + C74F40FABA992CBC4DD7AD9837E9AB15 /* FirebaseRemoteConfig-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseRemoteConfig-Info.plist"; sourceTree = ""; }; + C78A5F48118F10E469923120DF5C44F7 /* SVGKImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKImage.m; path = Source/SVGKImage.m; sourceTree = ""; }; + C78B9B3CFC187B662EB1F4B528940611 /* ABTExperimentPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ABTExperimentPayload.h; path = FirebaseABTesting/Sources/Private/ABTExperimentPayload.h; sourceTree = ""; }; + C7F13460B4D5D3F54FB8B4337D8E75C2 /* GTMSessionFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcher.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcher.h; sourceTree = ""; }; + C7FC34E452AF1AF726C185A7E7042BC6 /* Pods-iOS-PlatformParticlesTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformParticlesTests.modulemap"; sourceTree = ""; }; + C805327304C644738CBE72B44CE6434D /* GDTCORFlatFileStorage+Promises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCORFlatFileStorage+Promises.m"; path = "GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage+Promises.m"; sourceTree = ""; }; + C8107330FE33402FF62B744A47ACD66F /* Blur.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Blur.swift; path = Sources/Templates/Blur.swift; sourceTree = ""; }; C8217EB109A6A34051F09192C29B676F /* iCarousel */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = iCarousel; path = iCarousel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C841DE40633D4B7735BB42A51E3E4617 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - C8483D46D32728C58E360FFB9FB338BA /* EFQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EFQRCode.h; path = Source/EFQRCode.h; sourceTree = ""; }; - C854D79C85F36D29533BC63195FC6907 /* String Conversion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String Conversion.swift"; path = "Sources/String Conversion.swift"; sourceTree = ""; }; - C867FBC0034F43C78C062963E4FB977E /* FIRCLSUnwind_x86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_x86.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h; sourceTree = ""; }; - C86BAF9AE31BC6043DAA0EC875EDAC3A /* FIRMessagingTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenInfo.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenInfo.m; sourceTree = ""; }; - C86D2BC9EF4EEA96AED166F1B3C29191 /* ZSWTappableLabel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZSWTappableLabel.debug.xcconfig; sourceTree = ""; }; - C87B537B008C6165F8327734240C605B /* GoogleDataTransport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.release.xcconfig; sourceTree = ""; }; - C87E755E279FA6E6693E983A0EBA771E /* FIRCLSRecordApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordApplication.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h; sourceTree = ""; }; - C8C94A7EB38ECE69AD06BD43007C1B04 /* RemoteConfigInterop.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteConfigInterop.swift; path = FirebaseRemoteConfig/Interop/RemoteConfigInterop.swift; sourceTree = ""; }; - C8E1897DB7141FC2E7ED5BF6491F0D27 /* IgnoreOutputSetOutputType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IgnoreOutputSetOutputType.swift; path = Sources/Operators/IgnoreOutputSetOutputType.swift; sourceTree = ""; }; - C8E69C0D4173EE4250130D6575562DED /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + C838DE819B14627FBC3EE78C7D3335CA /* FIRCLSCompactUnwind_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind_Private.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h; sourceTree = ""; }; + C8559DA4C69BC07AF47B5A391F45E4B6 /* FIRMessagingAuthKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAuthKeychain.m; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthKeychain.m; sourceTree = ""; }; + C886F0DF84F3FEB7667DF1357F2B6B87 /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; + C891E882E2CA6C72024BE838361A139C /* FirebaseCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.debug.xcconfig; sourceTree = ""; }; + C8A7CBE9D132D866161C2018C560A281 /* Pods-iOS-UIAppToolkitsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIAppToolkitsTests-Info.plist"; sourceTree = ""; }; C8FCB00C30CBA9BB478F5863E97C0F74 /* Pods-iOS-dydxFormatterTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxFormatterTests"; path = Pods_iOS_dydxFormatterTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C8FE2950FEE8ECBD643BD1A19A874E7A /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - C9173970E7CECE26BEBAF4AB81E14F1D /* String+Detection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+Detection.swift"; path = "Sources/Core/String+Detection.swift"; sourceTree = ""; }; - C925693D29E0120A463B452E2833BA9E /* LineChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartDataProvider.swift; path = Source/Charts/Interfaces/LineChartDataProvider.swift; sourceTree = ""; }; - C92F7CDED10F0624DEE9AEB4D952EE68 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - C934CB560397B72CA12204FC8A9B6F7F /* Pods-iOS-dydxFormatter-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxFormatter-umbrella.h"; sourceTree = ""; }; - C93BED19BBCC506FB21943439AD39339 /* SDWebImageSwiftUI.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImageSwiftUI.modulemap; sourceTree = ""; }; - C978FF760BFC6028F13A9CF59AE3ED4B /* PromisesSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesSwift.release.xcconfig; sourceTree = ""; }; - C98F16CE46492D68B0D601551AA563A5 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - C98FAB44D1A2D2497AA976DF2C5AC5F7 /* Pods-iOS-PlatformUIJedioTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUIJedioTests.release.xcconfig"; sourceTree = ""; }; - C994DFDCE44DA9556B908C390279030F /* Pods-iOS-dydxAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxAnalytics.release.xcconfig"; sourceTree = ""; }; - C9999EA122D3C8D38FF70D54E9A734D2 /* KVOController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KVOController.modulemap; sourceTree = ""; }; - C9CA4D3321E22B2CA8805E6E7794B020 /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h; sourceTree = ""; }; - C9DDF8B0F8565DD307273E4A06189EC7 /* GTMSessionFetcher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMSessionFetcher-umbrella.h"; sourceTree = ""; }; - C9E19FD1DBC67F6446114710D0251A13 /* Pods-iOS-dydxViewsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxViewsTests-umbrella.h"; sourceTree = ""; }; - C9E96A858753DCD39CBC5C3ADF11AB56 /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; - CA12645C95B52D75B1EE394D598B3B52 /* FPRSessionDetails.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRSessionDetails.m; path = FirebasePerformance/Sources/AppActivity/FPRSessionDetails.m; sourceTree = ""; }; - CA2383B0CD2527D284A918E67E9A5A53 /* Pods-iOS-PlatformParticles-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformParticles-acknowledgements.plist"; sourceTree = ""; }; - CA644CB4531974C27CEB601EBC825A12 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - CA66ABA3D670BFE114A93989FB4F865B /* BarLineScatterCandleBubbleChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarLineScatterCandleBubbleChartData.swift; path = Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift; sourceTree = ""; }; - CA71B4E1570B6CB4671C0615327EAE91 /* FirebasePerformance-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebasePerformance-Info.plist"; sourceTree = ""; }; - CA75A40F05F79A5461D7373CF063B65E /* FIRCLSdSYM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSdSYM.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.h; sourceTree = ""; }; - CA7FCD7ADCF0E2B1037BD4ACF8BC2946 /* LayoutProperties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutProperties.swift; path = Sources/LayoutProperties.swift; sourceTree = ""; }; - CAA5F54179F77AC34B83020CD235ADE2 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - CAB7974C3630784C201FF5CAAB3535CD /* AppleSucksDOMImplementation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AppleSucksDOMImplementation.m; path = "Source/DOM classes/Core DOM/AppleSucksDOMImplementation.m"; sourceTree = ""; }; - CAD387BBB7229C3F22B1E63A2604A01A /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - CAD90329F11CC292CB63C5380E1DB325 /* SVGKInlineResource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKInlineResource.m; path = Source/Utils/SVGKInlineResource.m; sourceTree = ""; }; - CADD6210D53D10619E133D26C7DD9241 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - CB48346F708FC76650F4960F25A62823 /* NVActivityIndicatorAnimationPacman.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationPacman.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationPacman.swift; sourceTree = ""; }; - CB5138079E1CB4CDA0A8E775A6F215DE /* FIRConfigValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfigValue.m; path = FirebaseRemoteConfig/Sources/FIRConfigValue.m; sourceTree = ""; }; - CB5876800430EAFA497B2333190942D1 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - CB94C52A4F80C9173E06076C2CC2F3A5 /* Pods-iOS-WebParticles-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-WebParticles-acknowledgements.plist"; sourceTree = ""; }; - CBA25D390907FC9C815A35A9BA019C35 /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; - CBE960E254718DE0E008D06C64803807 /* GDTCORPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPlatform.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h; sourceTree = ""; }; - CBEBE3C48DE8AB58FAB6AEE206D61CC0 /* Promise+Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Delay.swift"; path = "Sources/Promises/Promise+Delay.swift"; sourceTree = ""; }; - CBFD8CF4D016DDC788AEB4EBB2ED5689 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; - CC18FE2DA232D0E7EDCA1BB179FFDEE3 /* SVGTextLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTextLayer.m; path = "Source/QuartzCore additions/SVGTextLayer.m"; sourceTree = ""; }; - CC25730F4114419EA14C230E24B7BF87 /* HMSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HMSegmentedControl.h; path = HMSegmentedControl/HMSegmentedControl.h; sourceTree = ""; }; - CC4F78D177F2CEEB0F0102A5AF386A42 /* Popovers.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Popovers.release.xcconfig; sourceTree = ""; }; - CC9FAA4BDAB174CBD5B5FB4C62A98B4E /* FPRUIViewControllerInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRUIViewControllerInstrument.m; path = FirebasePerformance/Sources/Instrumentation/UIKit/FPRUIViewControllerInstrument.m; sourceTree = ""; }; - CCA9E1172A2C16CD2293ADFE92858840 /* ComodoRsaDomainValidationCA.der */ = {isa = PBXFileReference; includeInIndex = 1; name = ComodoRsaDomainValidationCA.der; path = Sources/Amplitude/ComodoRsaDomainValidationCA.der; sourceTree = ""; }; - CCB967002A637765DF194DE9538B1BD1 /* Pods-iOS-PlatformUIJedioTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUIJedioTests.debug.xcconfig"; sourceTree = ""; }; - CCED4E221543716389CCD3F8FA3C5556 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = FirebaseABTesting/Sources/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - CCF0E7900893AC2DF8D36B3ACD347BDD /* FIRCLSCallStackTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCallStackTree.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSCallStackTree.h; sourceTree = ""; }; - CD118E2C94B3E0E721EC4DEE1E041747 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h; sourceTree = ""; }; + C94EDEFD5233D89635E66A59235103AA /* Pods-iOS-ParticlesKitTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-ParticlesKitTests-acknowledgements.markdown"; sourceTree = ""; }; + C9D9818AE16DA84C3F02AC39FC795381 /* RDHCollectionViewGridLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RDHCollectionViewGridLayout-dummy.m"; sourceTree = ""; }; + C9DB1B8DB88D266D46D0076F83DC0AB6 /* FPRScreenTraceTracker+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRScreenTraceTracker+Private.h"; path = "FirebasePerformance/Sources/AppActivity/FPRScreenTraceTracker+Private.h"; sourceTree = ""; }; + C9E51715FDDE4AC4FBC91F92AD78A70A /* Statsig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Statsig.swift; path = Sources/Statsig/Statsig.swift; sourceTree = ""; }; + CA030A587F1D5D11038FCE44E19E8FBC /* FPRDataUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRDataUtils.m; path = FirebasePerformance/Sources/FPRDataUtils.m; sourceTree = ""; }; + CA1D1616F5C59B53233D53653E667C6F /* FirebaseCrashlytics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCrashlytics-umbrella.h"; sourceTree = ""; }; + CA33BD7F98661E82D144B8BC015CDE8D /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; + CA3854A6F057FE09CA0DBD5AA693362D /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h; sourceTree = ""; }; + CA487E45C948DE05E6033F92FA002AAA /* Pods-iOS-UIToolkitsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UIToolkitsTests-acknowledgements.markdown"; sourceTree = ""; }; + CA74CCD996B8486CC0F03DA9B601ACE3 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + CA7547B0D2F5A0FD03F47273850C28E5 /* SVGDocument_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGDocument_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGDocument_Mutable.h"; sourceTree = ""; }; + CA8C93925013048F6AD96DE482F81FA5 /* FPRNSURLConnectionDelegateInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLConnectionDelegateInstrument.m; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLConnectionDelegateInstrument.m; sourceTree = ""; }; + CA9512FD69E5196C29E3E8B5C59B51C3 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + CA9E9EA55CF78B1B5D57690793D330D1 /* Pods-iOS-PlatformUIJedio-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUIJedio-acknowledgements.plist"; sourceTree = ""; }; + CAAF7E0EE2376E4D90CAF9FAB25E4CC1 /* AppleSucksDOMImplementation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppleSucksDOMImplementation.h; path = "Source/DOM classes/Core DOM/AppleSucksDOMImplementation.h"; sourceTree = ""; }; + CABD8136B456784CE22E47B66CA7002F /* ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist"; sourceTree = ""; }; + CAE1997B45AE7E04201F8DB01392ACD8 /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; + CAE2111D7554D01E45869126435EEF5C /* SVGUseElement_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGUseElement_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGUseElement_Mutable.h"; sourceTree = ""; }; + CB19C484FC8C55932FA6D965130AFF86 /* AssignToMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssignToMany.swift; path = Sources/Operators/AssignToMany.swift; sourceTree = ""; }; + CB20F3D0242C905564334E300843A1C3 /* YAxisRendererHorizontalBarChart.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YAxisRendererHorizontalBarChart.swift; path = Source/Charts/Renderers/YAxisRendererHorizontalBarChart.swift; sourceTree = ""; }; + CB658979EFC79EEBB3801DFC0BA3B4B7 /* Pods-iOS-PlatformUI-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformUI-Info.plist"; sourceTree = ""; }; + CB8A1AFCE9FE3E7EB778C34C742691FF /* FirebaseSharedSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseSharedSwift-Info.plist"; sourceTree = ""; }; + CB8F83EF05A62B24BFCBBC6FA78EC59B /* NSObject+FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+FBKVOController.h"; path = "FBKVOController/NSObject+FBKVOController.h"; sourceTree = ""; }; + CBA2B687DE1618E0588300DFE91FD585 /* Validatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validatable.swift; path = Validator/Sources/Validatable.swift; sourceTree = ""; }; + CBD5863838D90ABD61E5B96F7C132F38 /* GULHeartbeatDateStorageUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorageUserDefaults.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m; sourceTree = ""; }; + CBD75E43A5EA328C3A5742951996E8D0 /* FIRCLSOnDemandModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnDemandModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSOnDemandModel.h; sourceTree = ""; }; + CC1833C884F256345A7C56181CB2789D /* FIRCLSCallStackTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCallStackTree.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSCallStackTree.h; sourceTree = ""; }; + CC7903779190B0C8BB7BA402290D1066 /* OverallMarker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OverallMarker.swift; path = Sources/Statsig/Diagnostics/OverallMarker.swift; sourceTree = ""; }; + CC84446DCD823E0510A4DD0F89CA907E /* ResourceBundle-nanopb_Privacy-nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-nanopb_Privacy-nanopb-Info.plist"; sourceTree = ""; }; + CCA251F4038C4606C41C0D738E8B27FA /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; + CCA394A7A599C0D7F6235DB12D260106 /* JTCalendarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarManager.h; path = JTCalendar/JTCalendarManager.h; sourceTree = ""; }; + CCAE1C8CBDFAA60B3EE53CA0E3421685 /* FIRCLSByteUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSByteUtility.m; path = Crashlytics/Shared/FIRCLSByteUtility.m; sourceTree = ""; }; + CCBE1838471822847B35EFC2C057738E /* ConfigProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConfigProtocol.swift; path = Sources/Statsig/ConfigProtocol.swift; sourceTree = ""; }; + CCC02CAEC743CD40AA5DD25030CEEE85 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; + CCCEA5CF163B08986860EDAB9B6ABD91 /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; + CCDE9DF63C52433F9AD7F0350D7E9595 /* FIRCurrentDateProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCurrentDateProvider.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m; sourceTree = ""; }; + CD10E636F5AE69CBEF174422814DC936 /* iCarousel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = iCarousel.release.xcconfig; sourceTree = ""; }; + CD1353D6392FDB678D8BB226D25A0D07 /* BigInt-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BigInt-dummy.m"; sourceTree = ""; }; CD3B027EC578E22891ED55C05705F3CD /* SimpleKeychain */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SimpleKeychain; path = SimpleKeychain.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD428F7907FE1780BC0A19DF1F75AEC7 /* Animator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Animator.swift; path = Source/Charts/Animation/Animator.swift; sourceTree = ""; }; - CD42EBEB98BAA9EEEFAA8D0322273DBB /* JTCalendar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JTCalendar.modulemap; sourceTree = ""; }; - CD7528A3A69EBCD1DDB64A55BB1F4795 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - CD9B705E44D41BAEE573A928433FF4EA /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - CDBA0F72CB70224974F97B99F81134D7 /* SVGFitToViewBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGFitToViewBox.h; path = "Source/DOM classes/SVG-DOM/SVGFitToViewBox.h"; sourceTree = ""; }; - CDD385F4DFE45D56B2E8E21E839C1F16 /* GoogleToolboxForMac-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleToolboxForMac-Info.plist"; sourceTree = ""; }; - CDE46C4A7DCC918D45DC15831B277BF7 /* RCNConfigFetch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigFetch.h; path = FirebaseRemoteConfig/Sources/Private/RCNConfigFetch.h; sourceTree = ""; }; - CDFC6B2C58726EBFD5C472AEB154809A /* JTCalendarWeekView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarWeekView.m; path = JTCalendar/Views/JTCalendarWeekView.m; sourceTree = ""; }; - CE40B42048C340C318F803619F9337B4 /* CAShapeLayerWithClipRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAShapeLayerWithClipRender.m; path = "Source/QuartzCore additions/CAShapeLayerWithClipRender.m"; sourceTree = ""; }; - CE521C93F1CBBCDF17BEC36B718FDD45 /* Pods-iOS-dydxFormatterTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxFormatterTests-dummy.m"; sourceTree = ""; }; + CD801567F21460890791F7FEEC77B2A4 /* GTMMIMEDocument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMMIMEDocument.m; path = Sources/Full/GTMMIMEDocument.m; sourceTree = ""; }; + CD85D68C818BA9511D818710B7A8F3AD /* LayerObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayerObjC.swift; path = Sources/Statsig/ObjectiveC/LayerObjC.swift; sourceTree = ""; }; + CD8F5992BF588B97368C977BE7093B83 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; + CD91B352B616D4D6E2F7ED3739A95148 /* StatsigUserObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigUserObjC.swift; path = Sources/Statsig/ObjectiveC/StatsigUserObjC.swift; sourceTree = ""; }; + CDA897D1F596AFD969793B042939C576 /* Attrs.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Attrs.swift; path = Sources/Core/Attrs.swift; sourceTree = ""; }; + CDB2EF29B32D35E3402F8A76EEB3757B /* FIRPerformanceAttributable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRPerformanceAttributable.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FIRPerformanceAttributable.h; sourceTree = ""; }; + CDC20D21140E8CF12BA16484E2C27E33 /* FIRCLSOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h; sourceTree = ""; }; + CDD4736BAB8676B21040A0FA91DE0122 /* NVActivityIndicatorAnimationBallClipRotate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallClipRotate.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallClipRotate.swift; sourceTree = ""; }; + CDE0B0028B9CB956B57B5A6A36FA199B /* SVGPathElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGPathElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGPathElement.m"; sourceTree = ""; }; + CDF9FEC5C0862D8F2925C3B9A10C79B1 /* GDTCORTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTargets.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h; sourceTree = ""; }; + CE16B2FE676D0EAB9C0435541A8F2A27 /* FirebaseABTesting.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseABTesting.modulemap; sourceTree = ""; }; + CE1E8C785B75E0839D997A5EC9BE48E4 /* Pods-iOS-AppsFlyerStaticInjections-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AppsFlyerStaticInjections-Info.plist"; sourceTree = ""; }; + CE1FBD64CD94A5DE3E73A154DCDA692F /* Multiplication.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multiplication.swift; path = Sources/Multiplication.swift; sourceTree = ""; }; + CE2F9099E1B0A23F41229E2C8B17E509 /* FIRCLSFABHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABHost.h; path = Crashlytics/Shared/FIRCLSFABHost.h; sourceTree = ""; }; + CE30E9E0F9DC7326C260AE5B19E64B99 /* Pods-iOS-UIAppToolkitsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UIAppToolkitsTests-acknowledgements.markdown"; sourceTree = ""; }; + CE53598D99CCC031C93970A162244B30 /* Pods-iOS-dydxStateManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxStateManager-umbrella.h"; sourceTree = ""; }; CE58F390C0CBEA7CB3F2DD39FC97F523 /* Pods-iOS-WebParticlesTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-WebParticlesTests"; path = Pods_iOS_WebParticlesTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CE72B6F015879434BDC64B28555AFC2B /* Pods-iOS-UIToolkits.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIToolkits.release.xcconfig"; sourceTree = ""; }; - CE736E29E0ACF3A1FBB0BC1D28246830 /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = FirebaseMessaging/Sources/Public/FirebaseMessaging/FirebaseMessaging.h; sourceTree = ""; }; - CE99C914D6FBBF54266257B78FF598B9 /* BigInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BigInt.swift; path = Sources/BigInt.swift; sourceTree = ""; }; - CEBDEF58B6AADD152629192F545EFD2D /* Amplitude.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Amplitude.m; path = Sources/Amplitude/Amplitude.m; sourceTree = ""; }; - CED48E68FD175017E231B8CC3079AC64 /* FIRCLSDownloadAndSaveSettingsOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDownloadAndSaveSettingsOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m; sourceTree = ""; }; - CF0FF378CCB1F56ED826E376F1092DC1 /* FIRSESNanoPBHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRSESNanoPBHelpers.h; path = FirebaseSessions/SourcesObjC/NanoPB/FIRSESNanoPBHelpers.h; sourceTree = ""; }; + CE5B87F1E8C174BBAD2F86B2A56F0790 /* POPAnimationEventInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEventInternal.h; path = pop/POPAnimationEventInternal.h; sourceTree = ""; }; + CE7AC6F0AFE0B4C0B1C0DD227E94AE77 /* SVGHelperUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGHelperUtilities.m; path = "Source/DOM classes/SVG-DOM/SVGHelperUtilities.m"; sourceTree = ""; }; + CE8DEA057503E352513F958C037E1BBE /* SessionCoordinator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionCoordinator.swift; path = FirebaseSessions/Sources/SessionCoordinator.swift; sourceTree = ""; }; + CEBD3BF50C25BC5AF203C7648EE13FD5 /* SVGKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SVGKit-Info.plist"; sourceTree = ""; }; + CEF559D79C3A970AE7A297FC75383C35 /* ABTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ABTConstants.h; path = FirebaseABTesting/Sources/ABTConstants.h; sourceTree = ""; }; + CEFDA4597C5290B8D2C5426BAB05424C /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; + CF1281632D8CCD3B3802971E44F5DE3D /* Pods-iOS-WebParticles-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-WebParticles-umbrella.h"; sourceTree = ""; }; CF1281E58AA1045D4B7F33FC56691C42 /* SDWebImage-SDWebImage */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SDWebImage-SDWebImage"; path = SDWebImage.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - CF146099813DF91E2408C2BF4DDEF2DD /* AMPConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPConstants.m; path = Sources/Amplitude/AMPConstants.m; sourceTree = ""; }; CF17439B76A7CD1C064D1E99C4583E5F /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreImage.framework; sourceTree = DEVELOPER_DIR; }; - CF1BAB234EAEC56B28A6141CFC210582 /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; - CF5EF215F8110D585E457A85A9377E10 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - CF62413B14A3B91A3DE0093477DEC600 /* Promise+Race.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Race.swift"; path = "Sources/Promises/Promise+Race.swift"; sourceTree = ""; }; - CFAF57E9EE77643A0BDBB0824D1B3ED0 /* SVGHelperUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGHelperUtilities.h; path = "Source/DOM classes/SVG-DOM/SVGHelperUtilities.h"; sourceTree = ""; }; - CFBA2A7E47AAA87B9982A68CC39C1348 /* ILineChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ILineChartDataSet.swift; path = Source/Charts/Data/Interfaces/ILineChartDataSet.swift; sourceTree = ""; }; - CFFD02178D1CF823BC9661F5B715E991 /* FIRCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h; sourceTree = ""; }; - CFFDF1EF63C380377FB8D45F8F9C1EF1 /* Pods-iOS-dydxStateManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxStateManager-Info.plist"; sourceTree = ""; }; - D022A83F18AEA5F144FB76560BDC158F /* Pods-iOS-dydxPresentersTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxPresentersTests.release.xcconfig"; sourceTree = ""; }; - D03F292BCE3ED3439256E1B8754FED92 /* perf_metric.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = perf_metric.nanopb.c; path = FirebasePerformance/Sources/Protogen/nanopb/perf_metric.nanopb.c; sourceTree = ""; }; - D04DCFB73DCFA36E21091A6722F2B47B /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - D07EFDE0E8E369B9C95367FDEC99FEF9 /* Pods-iOS-UIAppToolkitsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UIAppToolkitsTests-dummy.m"; sourceTree = ""; }; - D0A02EB86B47B94D3702E2CB76209EC6 /* Pods-iOS-dydxPresenters.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxPresenters.release.xcconfig"; sourceTree = ""; }; - D0E12D7432293C99747B1BB7E02C894C /* iCarousel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = iCarousel.modulemap; sourceTree = ""; }; - D0FA566931D67668FDB0A36935F17A50 /* JTCalendar-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JTCalendar-prefix.pch"; sourceTree = ""; }; - D114408C48A2151FEF7AC3A6AB4913EC /* GTMNSThread+Blocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSThread+Blocks.h"; path = "Foundation/GTMNSThread+Blocks.h"; sourceTree = ""; }; - D1651AB60E73087AF2CAB48C79D4FB9B /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - D198D3F6DEE09E5F77EF9A8B1FA3CBA5 /* NVActivityIndicatorAnimationBallRotate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallRotate.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallRotate.swift; sourceTree = ""; }; - D1A6BF334BF7D88B81BAC7CCF33518E1 /* POPLayerExtras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPLayerExtras.h; path = pop/POPLayerExtras.h; sourceTree = ""; }; - D1BC3D6B6E03C033DC060D009A94364F /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h; sourceTree = ""; }; - D1FA8A8AA0ABF60AE95FDC7BDFB62712 /* CAShapeLayerWithHitTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAShapeLayerWithHitTest.m; path = "Source/QuartzCore additions/CAShapeLayerWithHitTest.m"; sourceTree = ""; }; - D1FED502FB58735C65FEEA91CC40B8B6 /* MaterialActivityIndicator-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MaterialActivityIndicator-dummy.m"; sourceTree = ""; }; - D20FAECE338C32DFA90DC91BCDF0FF48 /* DDTTYLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = Sources/CocoaLumberjack/DDTTYLogger.m; sourceTree = ""; }; - D21198DBABB833118EADD7A7D149D877 /* Pods-iOS-CameraParticlesTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-CameraParticlesTests-dummy.m"; sourceTree = ""; }; - D22578AE2C74BB0D32DEE08C5C7B9FB9 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - D23892F671788D267E451F9044E200F7 /* PanModalAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalAnimator.swift; path = PanModal/Animator/PanModalAnimator.swift; sourceTree = ""; }; - D29E0A9AC93388D6C8192BCD8A137BEE /* IgnoreFailure.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IgnoreFailure.swift; path = Sources/Operators/IgnoreFailure.swift; sourceTree = ""; }; - D2A3DDA6397B40CB174597E54FF1C534 /* SVGKLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKLayer.h; path = "Source/QuartzCore additions/SVGKLayer.h"; sourceTree = ""; }; - D2A7AF7ACF8B03F81A48D2F6123B6A6A /* JTCalendarMenuView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarMenuView.m; path = JTCalendar/Views/JTCalendarMenuView.m; sourceTree = ""; }; - D301E195975608E6C403F3EFCC1C7032 /* ExtendedDiff.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendedDiff.swift; path = Sources/Differ/ExtendedDiff.swift; sourceTree = ""; }; - D30AAF670BD75580819B7933BDE504E2 /* Pods-iOS-WebParticles.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-WebParticles.debug.xcconfig"; sourceTree = ""; }; - D332C429C14752008DFF800334EE4B7E /* RCNPersonalization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNPersonalization.h; path = FirebaseRemoteConfig/Sources/RCNPersonalization.h; sourceTree = ""; }; - D3450D0D50952EEE5C2AA1A8DCFBD28E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/Full/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - D385C5B8D114C63EBC07CAEC06BB4A19 /* FIRExperimentController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExperimentController.h; path = FirebaseABTesting/Sources/Public/FirebaseABTesting/FIRExperimentController.h; sourceTree = ""; }; - D3B09F27714050027222475E8D492DFD /* FIRCLSFABAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h; sourceTree = ""; }; - D3B3380FDAC8844572135D840A86DABE /* Pods-iOS-UIToolkitsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UIToolkitsTests-acknowledgements.markdown"; sourceTree = ""; }; - D3B545BF33F19F715209B7053272F747 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - D3CBAFABD07F66D3A5CA2E67FD166299 /* HorizontalBarChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HorizontalBarChartRenderer.swift; path = Source/Charts/Renderers/HorizontalBarChartRenderer.swift; sourceTree = ""; }; - D3CE945692E735ABD6BA8080DCB8A728 /* POPMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPMath.h; path = pop/POPMath.h; sourceTree = ""; }; - D3E9F7FDD12F036E52670A46C492C925 /* GDTCORPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORPlatform.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m; sourceTree = ""; }; - D44760D208ECC93E68109114B8963EA4 /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - D44A34C68F2B31EF975CC6C726B213BE /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - D4557ECC6751AFEA3D5E6343F47DA2DA /* SVGTextPositioningElement_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextPositioningElement_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGTextPositioningElement_Mutable.h"; sourceTree = ""; }; - D48555D199386B1A0AA33D3896DE6EB5 /* SVGViewSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGViewSpec.h; path = "Source/DOM classes/SVG-DOM/SVGViewSpec.h"; sourceTree = ""; }; - D48C3CEC64690D040A46C19259F53491 /* GDTCORStorageSizeBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageSizeBytes.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageSizeBytes.h; sourceTree = ""; }; - D49EDF6CF3E1DDEAEBA3F1EBC535F4A6 /* FirebaseCoreExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreExtension-dummy.m"; sourceTree = ""; }; - D4B453F8BC1A0111452D8AE10CC33781 /* A0SimpleKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = A0SimpleKeychain.m; path = SimpleKeychain/A0SimpleKeychain.m; sourceTree = ""; }; - D4BC0FA2555FDADB81C604C693817D55 /* Pods-iOS-UIAppToolkitsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UIAppToolkitsTests.modulemap"; sourceTree = ""; }; - D4F5BAD05698394A2A3B243B32183F62 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - D4FEC54B079D4D5CCDBD559447AE78F5 /* HMSegmentedControl-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HMSegmentedControl-dummy.m"; sourceTree = ""; }; - D50A3E8B68FC60A3AA41E006D2EEFB14 /* GDTCOREventDropReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDropReason.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCOREventDropReason.h; sourceTree = ""; }; - D520032AB32284C45180F48B065783A5 /* GTMGeometryUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMGeometryUtils.h; path = Foundation/GTMGeometryUtils.h; sourceTree = ""; }; - D52A2B43607DE03359739512C3334BF6 /* Pods-iOS-AmplitudeInjections-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AmplitudeInjections-Info.plist"; sourceTree = ""; }; - D565140F52E02348C4EAAA49D7E7A227 /* Pods-iOS-dydxPresenters-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxPresenters-Info.plist"; sourceTree = ""; }; - D56DD496711C85F9EAE3D21AAE2810C2 /* GoogleDataTransport.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleDataTransport.modulemap; sourceTree = ""; }; - D57F0067270A544C1C845BF45249B973 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - D59ADE7E099C10B186FADED7B661684F /* Pods-iOS-ParticlesKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-ParticlesKit.modulemap"; sourceTree = ""; }; - D5A2B43664B69EA4985DABA05803DC30 /* FIRCLSInstallIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInstallIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h; sourceTree = ""; }; - D5B00B2A2D3ED718BC80015DBA657051 /* Pods-iOS-dydxAnalytics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxAnalytics-umbrella.h"; sourceTree = ""; }; - D5E96234498545AE3ABE44C77EA1EF96 /* FIRMessagingExtensionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingExtensionHelper.m; path = FirebaseMessaging/Sources/FIRMessagingExtensionHelper.m; sourceTree = ""; }; - D5F20A85ED50D0B5D5D5EA5705F0EE27 /* ResourceBundle-AppsFlyerLib_Privacy-AppsFlyerFramework-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AppsFlyerLib_Privacy-AppsFlyerFramework-Info.plist"; sourceTree = ""; }; - D5F21500AC5762E322A1B5C4CB0A60A1 /* FirebaseMessaging-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseMessaging-dummy.m"; sourceTree = ""; }; - D5F34EA592AE01887D0FFCE7BE63A7F2 /* FIRCLSHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHost.h; path = Crashlytics/Crashlytics/Components/FIRCLSHost.h; sourceTree = ""; }; - D5F7C52EEE135B54BD274799FBB894AF /* FIRCLSSymbolResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolResolver.h; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h; sourceTree = ""; }; - D61727DF927B491FD35C6DE200EA57D1 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = SDWebImageSwiftUI/Classes/Image.swift; sourceTree = ""; }; - D6275BCCDA177F34000742CAAC3C0D64 /* SVGElementInstanceList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElementInstanceList.h; path = "Source/DOM classes/SVG-DOM/SVGElementInstanceList.h"; sourceTree = ""; }; - D637848E9CFEEB81267F21DD615C0576 /* SDCallbackQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCallbackQueue.h; path = SDWebImage/Core/SDCallbackQueue.h; sourceTree = ""; }; - D64ED7250F2F854F58B14A54DFCC5699 /* Blur.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Blur.swift; path = Sources/Templates/Blur.swift; sourceTree = ""; }; - D68A270F4492C5B43E84F966FF9C603E /* SDWebImageSwiftUI-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImageSwiftUI-Info.plist"; sourceTree = ""; }; - D68E7120D97084773160E98C9B2D39CA /* FPRCPUGaugeCollector+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRCPUGaugeCollector+Private.h"; path = "FirebasePerformance/Sources/Gauges/CPU/FPRCPUGaugeCollector+Private.h"; sourceTree = ""; }; - D697B4F1B75718AA296CCFDEFD50DC18 /* SVGElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGElement.h"; sourceTree = ""; }; - D6A2A9E3434E8019143CAEF65EC81B3D /* POPAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimation.h; path = pop/POPAnimation.h; sourceTree = ""; }; - D6C4BF9F1CAEBDB47123311E4A550E34 /* SettingsDownloadClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SettingsDownloadClient.swift; path = FirebaseSessions/Sources/Settings/SettingsDownloadClient.swift; sourceTree = ""; }; - D6F61DE56D72280C2D6ADA7D703F2C6F /* Integer Conversion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Integer Conversion.swift"; path = "Sources/Integer Conversion.swift"; sourceTree = ""; }; - D6F7509CC2EA8C61E357286C0A7A98CC /* Popover+Lifecycle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Popover+Lifecycle.swift"; path = "Sources/Popover+Lifecycle.swift"; sourceTree = ""; }; - D70FC75D60C78ADFBA862E39C4CE18F2 /* FIRCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlytics.m; path = Crashlytics/Crashlytics/FIRCrashlytics.m; sourceTree = ""; }; - D71E3DC0B61006C201D431A24BC94BE9 /* NVActivityIndicatorAnimationBallClipRotateMultiple.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallClipRotateMultiple.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallClipRotateMultiple.swift; sourceTree = ""; }; - D7222B8506D5C7FFDF1315FC99310AA3 /* Pods-iOS-FirebaseStaticInjections-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-FirebaseStaticInjections-acknowledgements.markdown"; sourceTree = ""; }; - D7376CE1DF8303AF9664A440852153F1 /* DDAssertMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAssertMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAssertMacros.h; sourceTree = ""; }; - D74C47C5129C43531AC4D160A611E161 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; - D75D47466E0279AD5214275E488A5C88 /* Pods-iOS-dydxViewsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxViewsTests-acknowledgements.markdown"; sourceTree = ""; }; - D76B58764EFF1A259F28C0F24C7B5279 /* Validator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validator.swift; path = Validator/Sources/Validator.swift; sourceTree = ""; }; - D7704EAFC6781BDA6F8037D6230CB3B6 /* EFUIntPixel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFUIntPixel.swift; path = Source/EFUIntPixel.swift; sourceTree = ""; }; - D783F4DBDE12436648EAF49082F52330 /* FPRNSURLConnectionDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLConnectionDelegate.m; path = FirebasePerformance/Sources/Instrumentation/Network/Delegates/FPRNSURLConnectionDelegate.m; sourceTree = ""; }; - D792B98F0229412F41F7387D5AE5A655 /* Pods-iOS-ParticlesCommonModelsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-ParticlesCommonModelsTests.debug.xcconfig"; sourceTree = ""; }; - D792DCECC6B131F31A0C8104035EC467 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; - D7A0236E8BC0BB7AE00854E81B5BEF23 /* FPRGDTRateLimiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGDTRateLimiter.m; path = FirebasePerformance/Sources/Loggers/FPRGDTRateLimiter.m; sourceTree = ""; }; - D7D5070220D0CA87FCC70ACE3BB2FF07 /* GULRuntimeDiff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeDiff.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeDiff.h; sourceTree = ""; }; - D82DE3802E6804364E414C6A380B91CE /* ValidationRuleEquality.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleEquality.swift; path = Validator/Sources/Rules/ValidationRuleEquality.swift; sourceTree = ""; }; - D834ABF40D7209E905DD0B626E8C33D3 /* Pods-iOS-RoutingKit-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-RoutingKit-acknowledgements.markdown"; sourceTree = ""; }; - D89B95E420D9D685FEB0620E0D8F7DF0 /* Pods-iOS-ParticlesCommonModels-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesCommonModels-Info.plist"; sourceTree = ""; }; - D8B019B5AAB421DA3C4493978CCDA5BB /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - D8BAEAC1E94B5E05EB57FB7165D62C4A /* GoogleToolboxForMac.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleToolboxForMac.debug.xcconfig; sourceTree = ""; }; - D8DE34624C861EC68708AC717817B225 /* Pods-iOS-dydxStateManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxStateManager.debug.xcconfig"; sourceTree = ""; }; - D8E762DE581C60FF294CCF5F3733ADC8 /* FirebaseABTesting-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseABTesting-dummy.m"; sourceTree = ""; }; - D8FF911BF106E253415C9556E243C431 /* CALayerWithChildHitTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CALayerWithChildHitTest.h; path = "Source/QuartzCore additions/CALayerWithChildHitTest.h"; sourceTree = ""; }; - D900B75F4164B503CC99657FBB5D89EF /* CSSPrimitiveValue_ConfigurablePixelsPerInch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSPrimitiveValue_ConfigurablePixelsPerInch.h; path = "Source/DOM classes/Core DOM/CSSPrimitiveValue_ConfigurablePixelsPerInch.h"; sourceTree = ""; }; - D90B5D7CFE3CD491CB577BBDEA86155D /* SVGKImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKImage.h; path = Source/SVGKImage.h; sourceTree = ""; }; - D92209F05B09B6106F471696E73B6190 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - D9256F2E2966ADD2A2438922EFD42A83 /* Pods-iOS-dydxCartera-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxCartera-acknowledgements.markdown"; sourceTree = ""; }; - D92BF0658E4D36B821667E99CA6CD04C /* SVGDefsElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGDefsElement.h; path = "Source/DOM classes/SVG-DOM/SVGDefsElement.h"; sourceTree = ""; }; - D9436A2EDFB45228783AF631AB8DCFB9 /* ReachabilitySwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReachabilitySwift-Info.plist"; sourceTree = ""; }; - D963CE0B6A6726C80BBBEA8F4827FC31 /* ChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/ChartDataEntry.swift; sourceTree = ""; }; - D973C85A91AA1E500ABC87DAECC35A43 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; - D9BC3A9CD8AFC2876713D803F8E63BF2 /* ImageManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageManager.swift; path = SDWebImageSwiftUI/Classes/ImageManager.swift; sourceTree = ""; }; - D9BD45EF3D5B9D871A0FC7A582C35404 /* SimpleKeychain-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimpleKeychain-prefix.pch"; sourceTree = ""; }; - D9CFFE32B6C9FABCDFF2EDD69B976263 /* StringToHexConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringToHexConverter.swift; path = Crashlytics/Crashlytics/Rollouts/StringToHexConverter.swift; sourceTree = ""; }; - DA0168204D374E8A79D92C71FF6EF3F9 /* FIRCLSDataCollectionArbiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionArbiter.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m; sourceTree = ""; }; - DA20BEE18513287871E2A19B8AB8A240 /* SDImageSVGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageSVGCoder.h; path = SDWebImageSVGCoder/Classes/SDImageSVGCoder.h; sourceTree = ""; }; - DA41A00542A8B89A501D11395B6D3563 /* POPAnimationRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationRuntime.h; path = pop/POPAnimationRuntime.h; sourceTree = ""; }; - DA611D3DEC5558D83AB3257084DFA04A /* Pods-iOS-PlatformRoutingTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformRoutingTests.modulemap"; sourceTree = ""; }; - DA6BE0F54725CF529BCBE2C8DAB159DE /* GDTCORStorageProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h; sourceTree = ""; }; + CF469EF8459F22C2C007D35D52C3B142 /* FIRMessagingContextManagerService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingContextManagerService.h; path = FirebaseMessaging/Sources/FIRMessagingContextManagerService.h; sourceTree = ""; }; + CFB1678021FF1A6B38F76682461636A1 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + CFB49B177EB23C5BFB87DC82492383E3 /* Pods-iOS-PlatformUIJedioTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUIJedioTests.debug.xcconfig"; sourceTree = ""; }; + CFC635AE4A711E3AA7203F9D84649E7C /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; + CFC717645D6F458472AC718ACCFD5DDA /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = FirebaseMessaging/Sources/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + CFD975C705B9C4DFD490A2F6ADE280C5 /* FIRCLSUnwind_x86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_x86.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h; sourceTree = ""; }; + CFE3A6B390486EED3E75D66857B24632 /* Behavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Behavior.swift; path = Sources/Behavior.swift; sourceTree = ""; }; + CFEE42B6B7C16D1CCFB1B49A66F35C63 /* FIRCLSMultipartMimeStreamEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMultipartMimeStreamEncoder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h; sourceTree = ""; }; + CFF2F5012544F568FED50800FEE2BD58 /* Pods-iOS-dydxStateManagerTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxStateManagerTests-dummy.m"; sourceTree = ""; }; + CFFBD1D241436BFBA3163E6D69212970 /* SVGTextLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTextLayer.m; path = "Source/QuartzCore additions/SVGTextLayer.m"; sourceTree = ""; }; + D003F06A7D2184A3D0918D0BA5D4DBE4 /* SVGKParserGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserGradient.h; path = "Source/Parsers/Parser Extensions/SVGKParserGradient.h"; sourceTree = ""; }; + D08156D2E5DFDFF095BD0E10A8885243 /* PromisesSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesSwift-dummy.m"; sourceTree = ""; }; + D0A8424958A6C1400CA75D3432A96317 /* FPRProxyObjectHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRProxyObjectHelper.m; path = FirebasePerformance/Sources/Instrumentation/FPRProxyObjectHelper.m; sourceTree = ""; }; + D0B94D9C23CB62BF0E9769E1E7551D8F /* FIRCLSSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettings.m; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.m; sourceTree = ""; }; + D0C22E3EBB2542706BA11AC68AE51EA7 /* ResourceBundle-SDWebImage-SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-SDWebImage-SDWebImage-Info.plist"; sourceTree = ""; }; + D0E58AC1170F0A21CE2195F061138A96 /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; + D0E68E00D581E62AE22B84A7152AE9B2 /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h; sourceTree = ""; }; + D0F7396BE3261B5C26650AC6379ACAA2 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; + D0FED73A2308A1763513A6EB17AA89C2 /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; + D1081A70B69E90A1B23510C6DB9785B9 /* CALayerWithClipRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CALayerWithClipRender.m; path = "Source/QuartzCore additions/CALayerWithClipRender.m"; sourceTree = ""; }; + D109C41404FD5C53AD8D07F258BC048C /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + D124E37B05FDEEF7FF7D4FB40A7C6DD4 /* SVGUseElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGUseElement.m; path = "Source/DOM classes/SVG-DOM/SVGUseElement.m"; sourceTree = ""; }; + D12B62755D28DE0FAADBF10B198D1399 /* iCarousel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = iCarousel.modulemap; sourceTree = ""; }; + D16706335776F5A802227C7FB9BB30A0 /* FIRCLSRecordApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordApplication.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h; sourceTree = ""; }; + D18E62B07F23EB13C1760E7C2D8F12C0 /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; + D196A113ACEBB44B9A4F6CA1A1530B27 /* CombinedChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedChartView.swift; path = Source/Charts/Charts/CombinedChartView.swift; sourceTree = ""; }; + D19C1D37A1952174112C421E7587CB89 /* Validator.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Validator.debug.xcconfig; sourceTree = ""; }; + D19D627AC8D90283F90D517528684B3F /* Pods-iOS-dydxCarteraTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxCarteraTests.debug.xcconfig"; sourceTree = ""; }; + D1B3879188FD8AC6B06CAE989B830924 /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; + D1BD22CB4687217D5D0D293186B5DB65 /* Pods-iOS-dydxChartTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxChartTests.modulemap"; sourceTree = ""; }; + D1E8AA53610A8A336FEB08D5D1EA880C /* FIRCLSCompoundOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompoundOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h; sourceTree = ""; }; + D21A0C059456B3A49FEA14E7132A9765 /* BarChartView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartView.swift; path = Source/Charts/Charts/BarChartView.swift; sourceTree = ""; }; + D22ABF451575ED1FCBF1A20AA7FD6A2C /* IBarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IBarChartDataSet.swift; path = Source/Charts/Data/Interfaces/IBarChartDataSet.swift; sourceTree = ""; }; + D22B326605824B6D0F4727D583F20707 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h; sourceTree = ""; }; + D238408B7DECBB0CBB3B612503A56736 /* FIRMessaging_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging_Private.h; path = FirebaseMessaging/Sources/FIRMessaging_Private.h; sourceTree = ""; }; + D25B72DCE86B70BCB56A95DEAA387465 /* POPMath.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPMath.mm; path = pop/POPMath.mm; sourceTree = ""; }; + D27096619B7C3CCE8C1148818EB3E564 /* Pods-iOS-PlatformParticles.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformParticles.debug.xcconfig"; sourceTree = ""; }; + D2730872E967B11326E35397CC1CAF7C /* ResourceBundle-Statsig-Statsig-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-Statsig-Statsig-Info.plist"; sourceTree = ""; }; + D2739A6E55369567CE7F044E49008B1C /* Pods-iOS-dydxPresentersTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxPresentersTests-dummy.m"; sourceTree = ""; }; + D277EBA721C444A647C137421D78BEF5 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_decode.c; sourceTree = ""; }; + D27EDC24236DAA72867795A2965743CF /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; + D284E1109B7D8AF7DC6C8B53889CD1F0 /* Prime Test.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Prime Test.swift"; path = "Sources/Prime Test.swift"; sourceTree = ""; }; + D2973D4FF3B43164673B112C245755F2 /* FirebaseRemoteConfigInterop.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseRemoteConfigInterop.debug.xcconfig; sourceTree = ""; }; + D2B8DDF8B242467287AEB1CE99854A64 /* FIRMessagingRmqManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRmqManager.m; path = FirebaseMessaging/Sources/FIRMessagingRmqManager.m; sourceTree = ""; }; + D2BEC8B6A60A8C6132D48CD918AF398A /* NBRegularExpressionCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBRegularExpressionCache.m; path = libPhoneNumber/Internal/NBRegularExpressionCache.m; sourceTree = ""; }; + D2C2FFE9772703044E6E22A97C510B96 /* Pods-iOS-AmplitudeInjectionsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-AmplitudeInjectionsTests-umbrella.h"; sourceTree = ""; }; + D36388BCA6ECA7459AD2F560AA1B2958 /* Pods-iOS-RoutingKitTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-RoutingKitTests-acknowledgements.markdown"; sourceTree = ""; }; + D37FD5E3A17D4299781B51E531BFD2D4 /* FPRGDTLogSampler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGDTLogSampler.m; path = FirebasePerformance/Sources/Loggers/FPRGDTLogSampler.m; sourceTree = ""; }; + D380D447B4E13347DFA7EC1BB068F4F7 /* GTMGatherInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMGatherInputStream.m; path = Sources/Full/GTMGatherInputStream.m; sourceTree = ""; }; + D38475F39F0775C8B0AA2D90F489945B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = FirebaseABTesting/Sources/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + D39D75ECC8B66C056C94CCF1BA5B577A /* Pods-iOS-CameraParticles-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-CameraParticles-acknowledgements.markdown"; sourceTree = ""; }; + D3D8BD57424963F59E2AADD8E75D89BA /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + D3D9E330D5DDF631D45811804E2B8802 /* CombineExt-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CombineExt-umbrella.h"; sourceTree = ""; }; + D3DCECEA495F8C33D248481B8641964F /* RCNDevice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNDevice.h; path = FirebaseRemoteConfig/Sources/RCNDevice.h; sourceTree = ""; }; + D3E47FE1D441E6453262743CD2ECFBAF /* PanModalHeight.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalHeight.swift; path = PanModal/Presentable/PanModalHeight.swift; sourceTree = ""; }; + D3FB896F63232093FFA8575ED4346FC0 /* BigInt.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BigInt.modulemap; sourceTree = ""; }; + D3FC9C126D6D318A07A6308E8B3F4E0E /* GTMSessionFetcherLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherLogging.h; path = Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcherLogging.h; sourceTree = ""; }; + D435CD375814293EB632927DFBD3F2E4 /* Pods-iOS-dydxViewsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxViewsTests-acknowledgements.markdown"; sourceTree = ""; }; + D440CBF6C9F16C7830567B629727E329 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + D44A3EAB80701A967992589C0E2CBC8A /* CSSRuleList+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CSSRuleList+Mutable.h"; path = "Source/DOM classes/Core DOM/CSSRuleList+Mutable.h"; sourceTree = ""; }; + D455D72B18DA33271C91BB4C9BF4C3FF /* GTMGeometryUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMGeometryUtils.h; path = Foundation/GTMGeometryUtils.h; sourceTree = ""; }; + D457DBA734D3F90EDEAFB76CE0BCC8CF /* Pods-iOS-AppsFlyerStaticInjections-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AppsFlyerStaticInjections-acknowledgements.plist"; sourceTree = ""; }; + D4764288BA425191274FC7845B70C285 /* libPhoneNumber-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "libPhoneNumber-iOS.modulemap"; sourceTree = ""; }; + D47CB659909BA9E28DD677C76BA671F4 /* FIRMessagingTopicOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTopicOperation.m; path = FirebaseMessaging/Sources/FIRMessagingTopicOperation.m; sourceTree = ""; }; + D481C1A78F9E893BBD01FB33DCF8E50D /* GTMNSThread+Blocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSThread+Blocks.h"; path = "Foundation/GTMNSThread+Blocks.h"; sourceTree = ""; }; + D48D6667D2694EFFD2EACBA606523F96 /* FirebaseRemoteConfig-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseRemoteConfig-dummy.m"; sourceTree = ""; }; + D493C153C2AA003DC36A888B9FD8C5BE /* FPRNetworkTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNetworkTrace.h; path = FirebasePerformance/Sources/Instrumentation/FPRNetworkTrace.h; sourceTree = ""; }; + D4A3887BFBF18EC40AD46979C3C053F1 /* Pods-iOS-UtilitiesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UtilitiesTests.release.xcconfig"; sourceTree = ""; }; + D4AE882B95F9EEEE472D7BC599286D70 /* POPPropertyAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimation.h; path = pop/POPPropertyAnimation.h; sourceTree = ""; }; + D4AE9A6525D9DABAF0DF3279D63098E6 /* TransformationMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TransformationMatrix.h; path = pop/WebCore/TransformationMatrix.h; sourceTree = ""; }; + D4CA37B27EFE2D60556ADA086E7FB49B /* Pods-iOS-WebParticlesTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-WebParticlesTests-acknowledgements.markdown"; sourceTree = ""; }; + D4D77BBB9E2FE5A5D7FE3E138167957A /* FIRCLSExistingReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h; sourceTree = ""; }; + D532094DEFC0043F658D20BA783C770C /* FirebaseCoreInternal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.debug.xcconfig; sourceTree = ""; }; + D54261A403535D2195796134C771F633 /* EvaluationDetails.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EvaluationDetails.swift; path = Sources/Statsig/EvaluationDetails.swift; sourceTree = ""; }; + D54653C47D89BD2FDDCDACD577213603 /* BaseClassForAllSVGBasicShapes_ForSubclasses.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseClassForAllSVGBasicShapes_ForSubclasses.h; path = "Source/DOM classes/Unported or Partial DOM/BaseClassForAllSVGBasicShapes_ForSubclasses.h"; sourceTree = ""; }; + D54AAB127166B7CDF722AE4B29D56613 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + D57CD4DF006CDBE44C0248D99982731E /* perf_metric.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = perf_metric.nanopb.h; path = FirebasePerformance/Sources/Protogen/nanopb/perf_metric.nanopb.h; sourceTree = ""; }; + D5A8F2AA0E2EAB2B69CC141047A3A4A7 /* NestedExtendedDiff.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NestedExtendedDiff.swift; path = Sources/Differ/NestedExtendedDiff.swift; sourceTree = ""; }; + D5B24138D8CDC77C360E9C5A4D8AB72E /* FIRInstallationsBackoffController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsBackoffController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h; sourceTree = ""; }; + D5B959A47781A8C910BE145338896BAD /* Pods-iOS-WebParticlesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-WebParticlesTests.release.xcconfig"; sourceTree = ""; }; + D5C384836B864B4EA3F83B757477DDFC /* GoogleToolboxForMac.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleToolboxForMac.release.xcconfig; sourceTree = ""; }; + D5D3BA9D17E2E57455DFAD6013C38792 /* FloatingPanel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FloatingPanel.debug.xcconfig; sourceTree = ""; }; + D5E32EEA30B727C66903B899CC8AAFCB /* COSTouchVisualizer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = COSTouchVisualizer.debug.xcconfig; sourceTree = ""; }; + D5ED6251E5243709DDEF0C2DBAF19009 /* Platform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.swift; path = Source/Charts/Utils/Platform.swift; sourceTree = ""; }; + D62DFE7F3295450014CA8363BA4434B3 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + D63F1110CADD20A0DC8B6FC52513F4A2 /* Promise+Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Reduce.swift"; path = "Sources/Promises/Promise+Reduce.swift"; sourceTree = ""; }; + D67BF84B929355F1D0FE4265BD31B1B7 /* BigInt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BigInt.release.xcconfig; sourceTree = ""; }; + D67F435F524C6311AD47A8950A6C1E1F /* JTCalendarDay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarDay.h; path = JTCalendar/Protocols/JTCalendarDay.h; sourceTree = ""; }; + D69F02A12B5787E136BCCAF133C49DAF /* Pods-iOS-UIToolkits-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIToolkits-acknowledgements.plist"; sourceTree = ""; }; + D6B93FEC896077EF2BB851DDBC25A41A /* FPRUIViewControllerInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRUIViewControllerInstrument.m; path = FirebasePerformance/Sources/Instrumentation/UIKit/FPRUIViewControllerInstrument.m; sourceTree = ""; }; + D6D6A5C087CEB2499199317D9A0440CB /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; + D6D8D1042FCF251442B8DAC5AF813BCF /* Pods-iOS-dydxCartera-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxCartera-dummy.m"; sourceTree = ""; }; + D6E406674BB39BB6156135972A188F19 /* PrefixWhileBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrefixWhileBehavior.swift; path = Sources/Operators/PrefixWhileBehavior.swift; sourceTree = ""; }; + D70FE8761F642623CFCBBFDC7AE94365 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; + D743245FD5E7280169810ED13D857BB9 /* Pods-iOS-PlatformUIJedioTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-PlatformUIJedioTests-umbrella.h"; sourceTree = ""; }; + D74DB436319DB8C1C9641F859D6E1618 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + D7648CE9768206C6AED2BAF19169E37E /* Pods-iOS-dydxViewsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxViewsTests-acknowledgements.plist"; sourceTree = ""; }; + D78939B426959FD0E21C2FDA48AE9317 /* NVActivityIndicatorAnimationBallDoubleBounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallDoubleBounce.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallDoubleBounce.swift; sourceTree = ""; }; + D789E75E4401591F12AE30023E814B52 /* Pods-iOS-PlatformParticles-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformParticles-acknowledgements.plist"; sourceTree = ""; }; + D7DF958081C72D6A938A004F7D5DFF5B /* GoogleAppMeasurement-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "GoogleAppMeasurement-xcframeworks.sh"; sourceTree = ""; }; + D7E98A78E638A9C7AC111AC74C85C63E /* UIViewController+PanModalPresenter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+PanModalPresenter.swift"; path = "PanModal/Presenter/UIViewController+PanModalPresenter.swift"; sourceTree = ""; }; + D7F0DE2190BD9D726358523BF83777A8 /* Reachability.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = Sources/Reachability.swift; sourceTree = ""; }; + D8099E1BF4EAC80F022F528D4B1AA247 /* Pods-iOS-dydxFormatter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxFormatter.release.xcconfig"; sourceTree = ""; }; + D846CB3FB293E910432EABCE1D0B09B6 /* ZSWTappableLabelAccessibilityElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabelAccessibilityElement.h; path = ZSWTappableLabel/Private/ZSWTappableLabelAccessibilityElement.h; sourceTree = ""; }; + D84835DBC7CBB003E23673A688C0A800 /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; + D87CE295685004E681188F7D050DDB42 /* POPAnimatableProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPAnimatableProperty.mm; path = pop/POPAnimatableProperty.mm; sourceTree = ""; }; + D89E9FD29A7719120CF7BB22CC8D08BD /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; + D8ABEE198647C868BC667F7FB3E98634 /* FPRUIViewControllerInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRUIViewControllerInstrument.h; path = FirebasePerformance/Sources/Instrumentation/UIKit/FPRUIViewControllerInstrument.h; sourceTree = ""; }; + D8AD4FE5029BDEE5CD4B65421B15551B /* FPRNSURLConnectionInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLConnectionInstrument.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLConnectionInstrument.h; sourceTree = ""; }; + D8B1D3B1DC3D93296F5D1DAEAEC4713D /* DDASLLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogger.h; sourceTree = ""; }; + D8B376402A977A5F13DDF2B3E96B1317 /* FPRNSURLSessionInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRNSURLSessionInstrument.m; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLSessionInstrument.m; sourceTree = ""; }; + D8CA1CBF5DE776D4FA9E8E7B104A8871 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + D8E63558AE8B0BE88AE5F94183BF8BA9 /* NVActivityIndicatorAnimationBallGridPulse.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallGridPulse.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallGridPulse.swift; sourceTree = ""; }; + D907A04930F3693156997538D65481A7 /* Pods-iOS-FirebaseStaticInjections-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-FirebaseStaticInjections-umbrella.h"; sourceTree = ""; }; + D9120EB4FBAA7AFB65D5579B092085AB /* FPRURLFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRURLFilter.h; path = FirebasePerformance/Sources/FPRURLFilter.h; sourceTree = ""; }; + D916F71ECBE03BC8D3C1C3E464E7BCE8 /* 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 = ""; }; + D946C81C3D1B881EDCB00C9130257E52 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; + D95C0E398AA3F63BDD1C741CBA89CDD7 /* FIRCLSUserLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserLogging.h; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h; sourceTree = ""; }; + D96631BA8CE2270817A77C8420A1C943 /* FPRRemoteConfigFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRRemoteConfigFlags.h; path = FirebasePerformance/Sources/Configurations/FPRRemoteConfigFlags.h; sourceTree = ""; }; + D97018C6D8831D4C2A208AE01007E32A /* Firebase-40c737bb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Firebase-40c737bb.release.xcconfig"; path = "../Firebase-40c737bb/Firebase-40c737bb.release.xcconfig"; sourceTree = ""; }; + D980647A50B1D0B0BA91BE41AB2FA7E7 /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = FirebaseMessaging/Sources/FirebaseMessaging.h; sourceTree = ""; }; + D9C1F2B61ED12CEC36988FB0C953B523 /* SVGKExporterNSData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKExporterNSData.m; path = Source/Exporters/SVGKExporterNSData.m; sourceTree = ""; }; + D9CBFBD9B80286B95556784958E6E10F /* NVActivityIndicatorAnimationBlank.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBlank.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBlank.swift; sourceTree = ""; }; + DA029173E92928B9F7DCDAF9CF230BD6 /* ILineScatterCandleRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ILineScatterCandleRadarChartDataSet.swift; path = Source/Charts/Data/Interfaces/ILineScatterCandleRadarChartDataSet.swift; sourceTree = ""; }; + DA15E148D70E46C49412836E430F6070 /* Logging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logging.swift; path = Sources/Logging.swift; sourceTree = ""; }; + DA4118B144F598364E493C7E7078C913 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; + DA702373DC31F598B3DF4CA4C39F0851 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + DA8F8C36919F51F5ADB8FCCF4CEFCFAC /* RDHCollectionViewGridLayout-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RDHCollectionViewGridLayout-Info.plist"; sourceTree = ""; }; DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - DA9E9435D974C6CDC872DC6F4EF78A96 /* GTMNSString+XML.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSString+XML.m"; path = "Foundation/GTMNSString+XML.m"; sourceTree = ""; }; - DAA8B804E3527AFD6456713198BBF73C /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; - DAD20C04C66B7A293E33FB9FF432711F /* AppleSucksDOMImplementation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppleSucksDOMImplementation.h; path = "Source/DOM classes/Core DOM/AppleSucksDOMImplementation.h"; sourceTree = ""; }; - DAD9DD4ADF45652729A34E9917918579 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - DB23508689A730A72041217821B23532 /* GrabberView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GrabberView.swift; path = Sources/GrabberView.swift; sourceTree = ""; }; - DB2401F09A3EBDE21CD98CA0B7C1EA5B /* CombineExt.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CombineExt.modulemap; sourceTree = ""; }; - DB4D5194999E36EF8E3CB09E053495F7 /* CGPathAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CGPathAdditions.m; path = "Source/QuartzCore additions/CGPathAdditions.m"; sourceTree = ""; }; - DB673E3180781963D9B2582D82415E73 /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; - DB73D70BFB786A1C6A64B602F381A691 /* NestedDiff.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NestedDiff.swift; path = Sources/Differ/NestedDiff.swift; sourceTree = ""; }; - DB7577B2A153C36DF19AFD62E45CF2B8 /* PieChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartData.swift; path = Source/Charts/Data/Implementations/Standard/PieChartData.swift; sourceTree = ""; }; - DBB5C3135CABA1C28BB0C388984FF8CA /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; - DBE184DA9C8E714A16B48309F331C614 /* NVActivityIndicatorShape.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorShape.swift; path = Sources/Base/NVActivityIndicatorShape.swift; sourceTree = ""; }; - DBF2007E348CAE022CA6A2121AD4B00F /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; - DBF78E69EC71036E84B104003C5FB3F5 /* FIRMessagingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingUtilities.h; path = FirebaseMessaging/Sources/FIRMessagingUtilities.h; sourceTree = ""; }; - DC07FE5FE62CBB614EF623A413F30C3C /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; - DC2C260C81055EF1704BE2FEEE605CA4 /* Fill.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Fill.swift; path = Source/Charts/Utils/Fill.swift; sourceTree = ""; }; - DC6CEDC0CDB41E6FA9FA0DF6DD1AB480 /* GDTCORMetricsController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsController.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORMetricsController.h; sourceTree = ""; }; - DC7BEC567966E9CB0FA8A2B0DF62C1FD /* JTCalendar-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JTCalendar-dummy.m"; sourceTree = ""; }; - DC9C3AB6BCA3083BA108A5A22E03095F /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; - DCADE7058330BC88DF964BEE406AF334 /* ChartBaseDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartBaseDataSet.swift; path = Source/Charts/Data/Implementations/ChartBaseDataSet.swift; sourceTree = ""; }; - DCB9C6108699963A15DFBB45C006A776 /* RCNDevice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNDevice.h; path = FirebaseRemoteConfig/Sources/RCNDevice.h; sourceTree = ""; }; - DD043C4320C19708E8725CE5019C6BC7 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; - DD528624EDB64F69EC0765F3B3B34833 /* Pods-iOS-WebParticlesTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-WebParticlesTests-umbrella.h"; sourceTree = ""; }; - DD58AAA94CF20D77228B02E0D290E053 /* SVGAnimatedPreserveAspectRatio.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAnimatedPreserveAspectRatio.m; path = "Source/DOM classes/SVG-DOM/SVGAnimatedPreserveAspectRatio.m"; sourceTree = ""; }; - DD7CDB944B2D90996BC81DBDE8103019 /* EFInputCorrectionLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFInputCorrectionLevel.swift; path = Source/EFInputCorrectionLevel.swift; sourceTree = ""; }; - DD8EC8424342368D8D9256DA392843E9 /* NVActivityIndicatorView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NVActivityIndicatorView-umbrella.h"; sourceTree = ""; }; - DDA552DF5E20E96C4D46FCD2C43B2F00 /* FPRClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRClient.h; path = FirebasePerformance/Sources/FPRClient.h; sourceTree = ""; }; - DDB9528066EBCDABCE6A54496B774A96 /* MaterialActivityIndicatorAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MaterialActivityIndicatorAnimator.swift; path = MaterialActivityIndicator/Classes/MaterialActivityIndicatorAnimator.swift; sourceTree = ""; }; - DDD8093E09DE467AB49CC257834E27E5 /* UITextView+Validator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Validator.swift"; path = "Validator/Sources/UIKit+Validator/UITextView+Validator.swift"; sourceTree = ""; }; + DAA5EAEDB34F0086E01FC1BC55D6B2B6 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + DAAAECFB621D602F56CF67D806296FAC /* NVActivityIndicatorAnimationOrbit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationOrbit.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationOrbit.swift; sourceTree = ""; }; + DAB169476369CBD23B5ED8F252EF1738 /* Pods-iOS-dydxV4Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxV4Tests-dummy.m"; sourceTree = ""; }; + DADFC25F58829DCB1D1BBC5D2DD14042 /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; + DB1167C26FE84045B0D9D1041741A5F0 /* Pods-iOS-RoutingKitTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-RoutingKitTests.modulemap"; sourceTree = ""; }; + DB38920ED8B551EF90FD8F5E92BF4FEA /* KVOController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KVOController.modulemap; sourceTree = ""; }; + DB4516EB73737D0E464DD878FD43FFA4 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + DB4B93257A323A2B0E29B2D3A63F03CF /* Pods-iOS-dydxChart-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxChart-acknowledgements.markdown"; sourceTree = ""; }; + DB528566725F8D9AE75C1B887B3F460F /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + DB59DF90399079CAB5AB4217CDCF23CF /* SVGTextContentElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTextContentElement.m; path = "Source/DOM classes/SVG-DOM/SVGTextContentElement.m"; sourceTree = ""; }; + DB60AE72CC4E030CA804D026EFEA95FE /* Promise+Any.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Any.swift"; path = "Sources/Promises/Promise+Any.swift"; sourceTree = ""; }; + DB6FFE738248EDDD3822D8B2824B6217 /* PanModal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PanModal.modulemap; sourceTree = ""; }; + DB7F9F5CBA155016A02CB455EE083BED /* KVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KVOController.h; path = FBKVOController/KVOController.h; sourceTree = ""; }; + DBA51F54E9A3D6ECF908805F7D3E2DA9 /* POPPropertyAnimationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPPropertyAnimationInternal.h; path = pop/POPPropertyAnimationInternal.h; sourceTree = ""; }; + DBCB47D502FA896CD82FBB52C8261A0F /* NBPhoneNumberUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBPhoneNumberUtil.h; path = libPhoneNumber/NBPhoneNumberUtil.h; sourceTree = ""; }; + DBD92B5EC226A0ACC5D6CDA9A3C7AFA3 /* StatsigUser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StatsigUser.swift; path = Sources/Statsig/StatsigUser.swift; sourceTree = ""; }; + DBDD602003BE0341890B267AC9C2AA47 /* FIRPerformance_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRPerformance_Private.h; path = FirebasePerformance/Sources/FIRPerformance_Private.h; sourceTree = ""; }; + DBE53859B1E03E99E7E6F1A14F544FB9 /* ScatterChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartData.swift; path = Source/Charts/Data/Implementations/Standard/ScatterChartData.swift; sourceTree = ""; }; + DBEA603D2C932A088F232F44D5BF0BD1 /* ScatterChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScatterChartDataProvider.swift; path = Source/Charts/Interfaces/ScatterChartDataProvider.swift; sourceTree = ""; }; + DC2D4E53090C6DA99478B3C89C4C20FA /* Pods-iOS-FirebaseStaticInjections.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-FirebaseStaticInjections.release.xcconfig"; sourceTree = ""; }; + DC34E5F4D02A89DD42510EAB8ABEA731 /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h; sourceTree = ""; }; + DC474980F96EE772B9A899EDEC28B383 /* NVActivityIndicatorView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NVActivityIndicatorView-dummy.m"; sourceTree = ""; }; + DC70A5E3C57ED91A430BDDB6BAFD31AD /* SDKKeyValidator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SDKKeyValidator.swift; path = Sources/Statsig/SDKKeyValidator.swift; sourceTree = ""; }; + DC82FFC00E5757F21967F9E61E4D05A6 /* Exponentiation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Exponentiation.swift; path = Sources/Exponentiation.swift; sourceTree = ""; }; + DCB650FDFB5B9DBC98B19D0819DB009E /* SVGTextPositioningElement_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextPositioningElement_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGTextPositioningElement_Mutable.h"; sourceTree = ""; }; + DCE30388FF182F0559292D1186101B42 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; + DCF4EB917D3D9938F964CEAA3DA92F7C /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; + DCF70084576192134F1FA3EA309F6127 /* SVGDescriptionElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGDescriptionElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGDescriptionElement.h"; sourceTree = ""; }; + DD19E8A82E44B4C5883235F9064AAA6D /* FirebaseMessaging-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseMessaging-Info.plist"; sourceTree = ""; }; + DD1E227706CA021001601E0B966A29CC /* FirebaseSharedSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseSharedSwift-dummy.m"; sourceTree = ""; }; + DD20C7840D87AB706DCE9B957294DDEE /* CSSValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSValue.h; path = "Source/DOM classes/Core DOM/CSSValue.h"; sourceTree = ""; }; + DD36710A5DE7B5C04634455BF510EFBA /* SVGKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKit.m; path = Source/SVGKit.m; sourceTree = ""; }; + DD55C9D6550D2CB52DB7FBBAF8E4F59E /* Pods-iOS-dydxStateManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxStateManager.release.xcconfig"; sourceTree = ""; }; + DD742A9A5CB6714521CF0ED1277475DF /* FloatingPanel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FloatingPanel-Info.plist"; sourceTree = ""; }; + DD87C74F7C1F0564CFC7926848912ADC /* Pods-iOS-dydxCarteraTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxCarteraTests.release.xcconfig"; sourceTree = ""; }; + DDA5C5B13A1133540ECF9FEAC1A679D3 /* SVGKExporterNSImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKExporterNSImage.m; path = Source/Exporters/SVGKExporterNSImage.m; sourceTree = ""; }; + DDAB7E6979BF218E8D488FA65E034E04 /* RDHCollectionViewGridLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RDHCollectionViewGridLayout-prefix.pch"; sourceTree = ""; }; + DDD96FB769C7EFD7FD6C4D1F5DCE4344 /* GenericPatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GenericPatch.swift; path = Sources/Differ/GenericPatch.swift; sourceTree = ""; }; + DDE76766B201D9F7E60BE01D43BE0494 /* Pods-iOS-WebParticlesTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-WebParticlesTests-frameworks.sh"; sourceTree = ""; }; DDEAD447247DFA15F1E4DB584614F80C /* AppsFlyerFramework-AppsFlyerLib_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "AppsFlyerFramework-AppsFlyerLib_Privacy"; path = AppsFlyerLib_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - DE4873F5DE7AF0A624B8EB23AE24C39F /* NVActivityIndicatorAnimationBallScale.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallScale.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallScale.swift; sourceTree = ""; }; - DE7A7F300410A2CA53D26A31411611C7 /* dwarf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dwarf.h; path = Crashlytics/third_party/libunwind/dwarf.h; sourceTree = ""; }; - DE83730FBEDB07B2C41BC0B7748E1FC8 /* Pods-iOS-CameraParticlesTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-CameraParticlesTests.modulemap"; sourceTree = ""; }; - DEC50ADA1E979933CFA544C864307FE1 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h; sourceTree = ""; }; - DEC946F2B8D8B6BFAA918E579B3D97EA /* Pods-iOS-PlatformRoutingTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-PlatformRoutingTests-frameworks.sh"; sourceTree = ""; }; - DED7FD74D390F7BD0F3D9AF6E1EA48D9 /* COSTouchVisualizer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "COSTouchVisualizer-dummy.m"; sourceTree = ""; }; - DEDD8C3409E777D2634C1C261AA3C568 /* ZSWTappableLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZSWTappableLabel.m; path = ZSWTappableLabel/ZSWTappableLabel.m; sourceTree = ""; }; - DEDED1EF84600E96CE9EC231FEA6FF2D /* Validator.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Validator.release.xcconfig; sourceTree = ""; }; - DEE0992F29511AD8266A0394B29C4999 /* EventGDTLogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventGDTLogger.swift; path = FirebaseSessions/Sources/EventGDTLogger.swift; sourceTree = ""; }; - DEE653D7212A099314C6269C8D8445DE /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; + DE534DF5FB9CB086F49EF0CA5AED676E /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + DE9888B78B7CDCDF6EC737EF485812A0 /* FPRConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConstants.h; path = FirebasePerformance/Sources/Common/FPRConstants.h; sourceTree = ""; }; + DEAA66B23F5184322B90CA8FF85CFA19 /* JTCalendarWeekView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarWeekView.h; path = JTCalendar/Views/JTCalendarWeekView.h; sourceTree = ""; }; + DEC5076BC32059CD4C86A79725F8DA69 /* Pods-iOS-dydxV4Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxV4Tests-acknowledgements.plist"; sourceTree = ""; }; + DECE147DBA00874081C5926EED0B7D6C /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; DF168D471CF622893595ADB5F7B6AAD3 /* COSTouchVisualizer */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = COSTouchVisualizer; path = COSTouchVisualizer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DF24469E4F1103881049D5BF6F4A81EE /* SVGElementInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGElementInstance.h; path = "Source/DOM classes/SVG-DOM/SVGElementInstance.h"; sourceTree = ""; }; - DF26485F582991D835E9A24F28E90521 /* SDWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-umbrella.h"; sourceTree = ""; }; - DF275FC506C09A943C99768DA9C72528 /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; - DF2E7BDB59AABC38198897B300260953 /* NestedBatchUpdate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NestedBatchUpdate.swift; path = Sources/Differ/NestedBatchUpdate.swift; sourceTree = ""; }; - DF4F0DFEB3C0CDDD457D65C1C5BCC5A0 /* Attrs.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Attrs.swift; path = Sources/Core/Attrs.swift; sourceTree = ""; }; - DF72D3AFA910727085E193561D0B8CE7 /* Pods-iOS-dydxChart-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxChart-acknowledgements.plist"; sourceTree = ""; }; - DF772831381F5A0ED850444AD9FB2941 /* Subtraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Subtraction.swift; path = Sources/Subtraction.swift; sourceTree = ""; }; - DF7A824B56B96F2D26DF21F978F83CFC /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - DFA614C73A928AAB080677E5D7DAB605 /* SDCallbackQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCallbackQueue.m; path = SDWebImage/Core/SDCallbackQueue.m; sourceTree = ""; }; - DFB02301DB7F71F91A4D2B1AB8308EA1 /* JTCalendarScrollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarScrollManager.h; path = JTCalendar/Managers/JTCalendarScrollManager.h; sourceTree = ""; }; - DFD33BBBB2A16ADA3FF9AF0B7730DD8A /* Pods-iOS-PlatformParticles-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformParticles-Info.plist"; sourceTree = ""; }; - DFE82B903E1F5EB4A2FC7BE2E9ED6DDF /* Pods-iOS-JedioKitTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-JedioKitTests-Info.plist"; sourceTree = ""; }; - DFFCC7A72A2ADBA146FC837D5664A9F1 /* SVGKParseResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKParseResult.m; path = Source/Parsers/SVGKParseResult.m; sourceTree = ""; }; - E00A851B6F9A60B7516A23F1F21AC4AA /* FIRRemoteConfigUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRRemoteConfigUpdate.m; path = FirebaseRemoteConfig/Sources/FIRRemoteConfigUpdate.m; sourceTree = ""; }; - E0331F18A43D1B724846797DFCCBD0E9 /* FlatMapFirst.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FlatMapFirst.swift; path = Sources/Operators/FlatMapFirst.swift; sourceTree = ""; }; - E052745346055A6FE282D26995C2AA94 /* Pods-iOS-ParticlesCommonModelsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesCommonModelsTests-Info.plist"; sourceTree = ""; }; - E05413E7FD53B77F00FD4BF35D3FA2CD /* Pods-iOS-PlatformParticlesTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-PlatformParticlesTests-frameworks.sh"; sourceTree = ""; }; - E05DB23F7CA7A1CA20161FD94EC9B259 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - E065FB5B045F456148547526DD4A5AB9 /* SVGTitleElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTitleElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGTitleElement.h"; sourceTree = ""; }; - E0718E923587E2B773C72366846E809B /* FIRMessagingTopicsCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicsCommon.h; path = FirebaseMessaging/Sources/FIRMessagingTopicsCommon.h; sourceTree = ""; }; - E0924A14AD63410445CEE05DCBF67E79 /* AppsFlyerFramework-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AppsFlyerFramework-xcframeworks.sh"; sourceTree = ""; }; - E0A9A96B52B34FB71581AEEDD922814F /* FPRNSURLSessionInstrument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNSURLSessionInstrument.h; path = FirebasePerformance/Sources/Instrumentation/Network/FPRNSURLSessionInstrument.h; sourceTree = ""; }; - E0CAA3234212E4CA8C52FCEEC4259E22 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/GULAppEnvironmentUtil.m; sourceTree = ""; }; - E102166326302E8407520407932C16C7 /* MarkerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarkerView.swift; path = Source/Charts/Components/MarkerView.swift; sourceTree = ""; }; - E10B5ABA20C1CDCE18D067A5809B3376 /* FIRMessagingTopicOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicOperation.h; path = FirebaseMessaging/Sources/FIRMessagingTopicOperation.h; sourceTree = ""; }; - E10DF6B99D50C11D4D5E9DCD3E32904B /* Validator-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Validator-dummy.m"; sourceTree = ""; }; - E11239318F175F8203FFF21985ECC491 /* PassthroughView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PassthroughView.swift; path = Sources/PassthroughView.swift; sourceTree = ""; }; - E113FBEA937AEF39317A70B3CBD34152 /* CSSStyleSheet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CSSStyleSheet.m; path = "Source/DOM classes/Core DOM/CSSStyleSheet.m"; sourceTree = ""; }; - E156C14809F101D8D4EF67C8510FD8F2 /* Pods-iOS-dydxChartTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxChartTests-Info.plist"; sourceTree = ""; }; - E1630E2F7694C24CDF4416FB0FCDBB67 /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; - E16FEBDDBAE4B9ED78DE1BDB11C846BD /* YAxis.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YAxis.swift; path = Source/Charts/Components/YAxis.swift; sourceTree = ""; }; - E1A68FF380A1A759C2EB6372530594F9 /* Pods-iOS-RoutingKitTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-RoutingKitTests-Info.plist"; sourceTree = ""; }; - E1BF35ACC07C4661B25D0B6716F2A0F3 /* FirebaseRemoteConfigValueDecoderHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseRemoteConfigValueDecoderHelper.swift; path = FirebaseRemoteConfig/Swift/FirebaseRemoteConfigValueDecoderHelper.swift; sourceTree = ""; }; - E1D8B5E0CD818AD7233563E4AD3D2013 /* Pods-iOS-PlatformParticlesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformParticlesTests.release.xcconfig"; sourceTree = ""; }; - E1E0A4A6230BBF281E7996BC6D0A3362 /* SVGKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SVGKit-dummy.m"; sourceTree = ""; }; - E2311EDA38A99E2B1121AE8C78F7A62D /* FIRExceptionModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h; sourceTree = ""; }; - E24ABEAAAE8AB3EF9FD41D3CA7881AFE /* StyleSheetList+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "StyleSheetList+Mutable.h"; path = "Source/DOM classes/Core DOM/StyleSheetList+Mutable.h"; sourceTree = ""; }; - E291D0CD2BD4827F6BAECD83856D0695 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; - E2AAF68A1AE83FEC8EF3BF1361EF63BF /* Pods-iOS-dydxPresentersTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxPresentersTests-acknowledgements.plist"; sourceTree = ""; }; + DF35D347BE64387BAE724A6A3B38EA57 /* GDTCCTUploadOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploadOperation.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m; sourceTree = ""; }; + DF5AAB8D1EC8D0299AB83FFEEEECBC64 /* Pods-iOS-UtilitiesTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-UtilitiesTests-frameworks.sh"; sourceTree = ""; }; + DF8F7A65784A80BF98F35F113853DDBA /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; + DFABE02374A696D0ED7BEA5402372D14 /* FIRCLSUserDefaults_private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults_private.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h; sourceTree = ""; }; + DFBD519D25CAD70260CEC61C5F3E7E4B /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; + DFC3A4610273121BDE5D1AD0C8074015 /* BarChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartRenderer.swift; path = Source/Charts/Renderers/BarChartRenderer.swift; sourceTree = ""; }; + DFFCF4E485A0564235F88E2602420D82 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + E01457434371F0CEC3C7B2A33344CC13 /* Pods-iOS-JedioKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-JedioKitTests.release.xcconfig"; sourceTree = ""; }; + E01C0DD6839984F83012701C2BEC349A /* BigInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BigInt.swift; path = Sources/BigInt.swift; sourceTree = ""; }; + E053DA5FC5C4579D650570ADDE4C5E11 /* JTCalendar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JTCalendar.release.xcconfig; sourceTree = ""; }; + E06A8EDE2CCE7213BC9C3EF1C42B3B06 /* FIRMessagingAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAPNSInfo.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAPNSInfo.h; sourceTree = ""; }; + E06EE257E14C544CE6573B138A726D90 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + E0706E95E80AC928F57F6302E736504A /* Abacus.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Abacus.debug.xcconfig; sourceTree = ""; }; + E0792E7AE4142447104C121C5CED73BE /* RemoveAllDuplicates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoveAllDuplicates.swift; path = Sources/Operators/RemoveAllDuplicates.swift; sourceTree = ""; }; + E082A103446037BF5DE4476647129102 /* POP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POP.h; path = pop/POP.h; sourceTree = ""; }; + E0B45CA59B54AB33E58B200A3B17B713 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + E103699603FC88F4F6A24F5DED6E863C /* MaterialActivityIndicator-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MaterialActivityIndicator-prefix.pch"; sourceTree = ""; }; + E108EA9C98C46B7DEF6728071C9EF906 /* FPRTraceBackgroundActivityTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRTraceBackgroundActivityTracker.h; path = FirebasePerformance/Sources/AppActivity/FPRTraceBackgroundActivityTracker.h; sourceTree = ""; }; + E1203A6A0ACAFCD34C2AD811217B365F /* CombinedChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombinedChartDataProvider.swift; path = Source/Charts/Interfaces/CombinedChartDataProvider.swift; sourceTree = ""; }; + E13A34F054A14387EDD897A86EC8913A /* Promise+Testing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Testing.swift"; path = "Sources/Promises/Promise+Testing.swift"; sourceTree = ""; }; + E14E62CEF72813118C3D3F05D0AB7352 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; + E186E3F71265647A78435CC6F2454876 /* Shifts.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Shifts.swift; path = Sources/Shifts.swift; sourceTree = ""; }; + E18C63D1201B8A0B1B9A57990C91F9AD /* Amplitude-iOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Amplitude-iOS-Info.plist"; sourceTree = ""; }; + E1B7D75CB6F838C06FB7FD9EBEF8FB59 /* FIRMessagingLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingLogger.h; path = FirebaseMessaging/Sources/FIRMessagingLogger.h; sourceTree = ""; }; + E1D48058672DB5B5775B620004744DCA /* DDLegacyMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLegacyMacros.h; path = "Sources/CocoaLumberjack/Supporting Files/DDLegacyMacros.h"; sourceTree = ""; }; + E1FCADC48A6906D0575095AE25BDC3D9 /* FPRConfigurations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRConfigurations.h; path = FirebasePerformance/Sources/Configurations/FPRConfigurations.h; sourceTree = ""; }; + E20A56B3786862DB0C20AAD5AEA92F92 /* FIRHTTPMetric.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHTTPMetric.m; path = FirebasePerformance/Sources/Instrumentation/FIRHTTPMetric.m; sourceTree = ""; }; + E23C440A11786552ABE78A424F5AD8E7 /* Pods-iOS-WebParticlesTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-WebParticlesTests-acknowledgements.plist"; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCore; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E2D92AD80D5050377FDA8AE147835891 /* Pods-iOS-dydxViewsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxViewsTests-Info.plist"; sourceTree = ""; }; - E2E3571BA218E1B1568E0B8152669880 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; - E2F0485B9666DDA76CC359398F88A876 /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; - E2FC5631862D3A1014300AD825559C03 /* FIRCLSDataCollectionToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionToken.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h; sourceTree = ""; }; - E32F9276DB53FA9AD0DA1CE44CF08145 /* GDTCORStorageEventSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageEventSelector.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h; sourceTree = ""; }; - E33D907738ED41C5C093D84E8CDE19FA /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - E35700305DCDF623825F14397C791F81 /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; - E36A8311A335A2B3C2901E548DB7F3C8 /* Pods-iOS-RoutingKit-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-RoutingKit-acknowledgements.plist"; sourceTree = ""; }; - E36B55B86A7076B8881D88865B02942F /* Pods-iOS-UtilitiesTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UtilitiesTests-acknowledgements.markdown"; sourceTree = ""; }; - E371F15A209ED4A414A28B6F9B4A273F /* Pods-iOS-JedioKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-JedioKitTests.release.xcconfig"; sourceTree = ""; }; - E3729187D511A3DBACE34B011E13DA23 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - E384543FF7B079C609093DFCEBD8AD31 /* SVGGElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGElement.h; path = "Source/DOM classes/SVG-DOM/SVGGElement.h"; sourceTree = ""; }; - E3A107D0D6784C21059DD8D688084776 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - E3B228B33042B5CF524FC0DEB6E78B49 /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; - E3B98D97B8D1F91FE6567BBBCDEB59E0 /* Promise+Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Catch.swift"; path = "Sources/Promises/Promise+Catch.swift"; sourceTree = ""; }; - E3C2EB1B4FF0751D02193564499D6F85 /* FIRCLSBinaryImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSBinaryImage.m; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m; sourceTree = ""; }; - E3C80ECDDC2BABB70398BCC529920A17 /* SVGDocument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGDocument.m; path = "Source/DOM classes/SVG-DOM/SVGDocument.m"; sourceTree = ""; }; - E3EAEBA8951E7FE16E6DCBC741D7AF55 /* POPAnimationEventInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimationEventInternal.h; path = pop/POPAnimationEventInternal.h; sourceTree = ""; }; - E41D36AB949E07CF807D55E4B3DD1328 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - E4232FF3580D37FFD9F8059FB7DC23BD /* GTMNSObject+KeyValueObserving.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSObject+KeyValueObserving.m"; path = "Foundation/GTMNSObject+KeyValueObserving.m"; sourceTree = ""; }; - E4376D22817A41D8FFC987B456A696D1 /* SVGTextContentElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGTextContentElement.m; path = "Source/DOM classes/SVG-DOM/SVGTextContentElement.m"; sourceTree = ""; }; - E4723551DC0C3252F915F0B85CEFF98D /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = FirebaseSessions/Sources/Logger.swift; sourceTree = ""; }; - E476A636D11166CE9F3F76C806A66FCB /* EFQRCodeGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeGenerator.swift; path = Source/EFQRCodeGenerator.swift; sourceTree = ""; }; - E487FBB949E8D80697731CEBD0B808C6 /* Pods-iOS-dydxStateManagerTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxStateManagerTests-dummy.m"; sourceTree = ""; }; - E48D99451D8407D0E693B6E2BBE59C20 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - E4952FE73B91747A6F94A8A552093A68 /* AMPDatabaseHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPDatabaseHelper.m; path = Sources/Amplitude/AMPDatabaseHelper.m; sourceTree = ""; }; - E4AF989A5712E818F65629B455FCEB91 /* RCNConfigContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigContent.h; path = FirebaseRemoteConfig/Sources/RCNConfigContent.h; sourceTree = ""; }; - E4FEF123C376E53C6B1F647452091BFE /* GDTCORDirectorySizeTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDirectorySizeTracker.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m; sourceTree = ""; }; - E5183A882E8A1F865F817B240A3304BA /* FIRMessagingKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingKeychain.m; path = FirebaseMessaging/Sources/Token/FIRMessagingKeychain.m; sourceTree = ""; }; - E52E02860B31E8973C484EE761F85F9E /* FIRMessagingTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenOperation.h; sourceTree = ""; }; - E52F4CEA2E07530C6FBD5C310D90E2AC /* CGSize+Min.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGSize+Min.swift"; path = "MaterialActivityIndicator/Classes/Extensions/CGSize+Min.swift"; sourceTree = ""; }; - E569E9B663DED5EFE306835E1D0B30BB /* Pods-iOS-FirebaseStaticInjections.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-FirebaseStaticInjections.release.xcconfig"; sourceTree = ""; }; - E56EC8C8EBF243ECA73B08F5290A1F86 /* FIRCLSFABNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABNetworkClient.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m; sourceTree = ""; }; - E59AC875C3C18A6EB02E559F58CE56BA /* Abacus.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Abacus.framework; path = build/cocoapods/framework/Abacus.framework; sourceTree = ""; }; - E5C2A2A22CC3480384164E7E8D20F2B6 /* ZSWTappableLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZSWTappableLabel-umbrella.h"; sourceTree = ""; }; - E5E15F8063E2F291D4F8B1317785C513 /* FIRCLSCompactUnwind_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind_Private.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h; sourceTree = ""; }; - E5F35AF37683998CE7B1AAB782606D98 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; - E616FE728960BC2D738A5BF66E74C38A /* Pods-iOS-UIAppToolkitsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIAppToolkitsTests-Info.plist"; sourceTree = ""; }; - E6176868BFF5A7375E0FEC0C2B4E3F0D /* ZSWTappableLabel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZSWTappableLabel-Info.plist"; sourceTree = ""; }; - E619C95E2428C70A6EC5DE2C68CEC8F6 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; - E64AA465B66210E7A49C2FC6957FEE78 /* SVGTextContentElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextContentElement.h; path = "Source/DOM classes/SVG-DOM/SVGTextContentElement.h"; sourceTree = ""; }; - E65F5C119B79C6E5F6ABCBD161461AE7 /* FIRCLSMachO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachO.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h; sourceTree = ""; }; - E6649BC13CAF98BD23A14D59E37778B7 /* Pods-iOS-PlatformRoutingTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformRoutingTests-Info.plist"; sourceTree = ""; }; - E66C0AAA5C15394A2FA1A5ABC6C3D1EE /* NodeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NodeList.h; path = "Source/DOM classes/Core DOM/NodeList.h"; sourceTree = ""; }; - E67615EEC3ECDBF434478EDD6265697C /* Pods-iOS-JedioKitTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-JedioKitTests-dummy.m"; sourceTree = ""; }; - E69D624FFBF046308B74768120833D11 /* EmailValidationPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmailValidationPattern.swift; path = Validator/Sources/Patterns/EmailValidationPattern.swift; sourceTree = ""; }; - E6A3E6DF1289569D72FE9FC8D083F7C9 /* SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImage-Info.plist"; sourceTree = ""; }; - E6D3994A4AE73E74F90AE4080D60D4F0 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - E6D3AA2B484BB6FE533738C8BCF15146 /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; - E6D7678F3C2D97FD591796D856F0BB8D /* POPAnimatablePropertyTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPAnimatablePropertyTypes.h; path = pop/POPAnimatablePropertyTypes.h; sourceTree = ""; }; - E6D9DFBF92746BD35CD3E2012A406D52 /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; - E6E64B4457DAC5C4679677A607A877E1 /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; - E6E7E2055626081DD4ACEDFD3A0192F8 /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; - E70D38F75F2E4CA04B84808C47791A5C /* GTMLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMLogger.h; path = Foundation/GTMLogger.h; sourceTree = ""; }; - E71DAE2847D6319FE441E424588AA752 /* SDWebImageSVGCoderDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageSVGCoderDefine.m; path = SDWebImageSVGCoder/Classes/SDWebImageSVGCoderDefine.m; sourceTree = ""; }; + E2BD5C521EEA6CF46FDC5C3B0FC7D67B /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; + E2CBB274F8CC27E93FA0698CAD80C196 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; + E2CF1CD460D9BD78D6DCBE9D984B88BB /* POPCustomAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPCustomAnimation.h; path = pop/POPCustomAnimation.h; sourceTree = ""; }; + E2D092616DE6868C43CB6D20D4F9627D /* CocoaLumberjack-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CocoaLumberjack-Info.plist"; sourceTree = ""; }; + E2D78338C19ADC1AA188052AE0382BC5 /* Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.markdown"; sourceTree = ""; }; + E2D91D0D1C53185E6B52B20E44D87511 /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; + E2E4E9E641E6B75C644AB8AD998D9D06 /* FPRSessionManager+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRSessionManager+Private.h"; path = "FirebasePerformance/Sources/AppActivity/FPRSessionManager+Private.h"; sourceTree = ""; }; + E3275D531F732921F9B92D06B0E7D175 /* RCNPersonalization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNPersonalization.h; path = FirebaseRemoteConfig/Sources/RCNPersonalization.h; sourceTree = ""; }; + E32C3E4EF0BB9A5743C4E7DE3FB7C4B0 /* Comment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Comment.h; path = "Source/DOM classes/Core DOM/Comment.h"; sourceTree = ""; }; + E3862FBF36616CB8CF53AF46D979DA0B /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; + E3FF480E16523816C5FEC07983A51A98 /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; + E412301A669B7EA1683F671EE699E0C9 /* Differ.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Differ.release.xcconfig; sourceTree = ""; }; + E44D4E54ACB367EA7D0B7ADFF2FB7530 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + E470A695E730063D12A8AC060BC61D75 /* FIRMessagingTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenOperation.m; sourceTree = ""; }; + E4A4E0C0A431698AE5FAA849FDBEE9FE /* SVGSwitchElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGSwitchElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGSwitchElement.m"; sourceTree = ""; }; + E4A7AD1ED3A044D91A18BBB743D03E12 /* Pods-iOS-dydxStateManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-dydxStateManager-dummy.m"; sourceTree = ""; }; + E4BD1603D386D8939D5D9BBCCBBCA671 /* BubbleChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartData.swift; path = Source/Charts/Data/Implementations/Standard/BubbleChartData.swift; sourceTree = ""; }; + E4E665CD6DCF54B6C2DE1140AC78CA2B /* ChartBaseDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartBaseDataSet.swift; path = Source/Charts/Data/Implementations/ChartBaseDataSet.swift; sourceTree = ""; }; + E4F9DE5101C7C27CC7313F5AAD10C73F /* FPRScreenTraceTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRScreenTraceTracker.h; path = FirebasePerformance/Sources/AppActivity/FPRScreenTraceTracker.h; sourceTree = ""; }; + E50852C87CC8C6F41864A72B83A47730 /* BinaryFloatingPoint+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BinaryFloatingPoint+.swift"; path = "Source/BinaryFloatingPoint+.swift"; sourceTree = ""; }; + E52C72C0CA072BA8AD6206B4693C47B1 /* FIRPerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRPerformance.h; path = FirebasePerformance/Sources/Public/FirebasePerformance/FIRPerformance.h; sourceTree = ""; }; + E551DA624CC87634E34A8406234ED5E4 /* SDKDefaultSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SDKDefaultSettings.swift; path = FirebaseSessions/Sources/Settings/SDKDefaultSettings.swift; sourceTree = ""; }; + E5714313FFD9754A5B7AD0E754AF397D /* NBMetadataHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NBMetadataHelper.h; path = libPhoneNumber/NBMetadataHelper.h; sourceTree = ""; }; + E5BFF64660F139158A43F178E1D83808 /* TinySVGTextAreaElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TinySVGTextAreaElement.m; path = "Source/DOM classes/Unported or Partial DOM/TinySVGTextAreaElement.m"; sourceTree = ""; }; + E605092CD12277850660937000B110EC /* ValidationRuleComparison.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleComparison.swift; path = Validator/Sources/Rules/ValidationRuleComparison.swift; sourceTree = ""; }; + E6119719ABE9F52AAD6573B4F34BE8CB /* CocoaLumberjack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.release.xcconfig; sourceTree = ""; }; + E6DC40689E848D9E7E02C299602EAE08 /* RadarChartRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartRenderer.swift; path = Source/Charts/Renderers/RadarChartRenderer.swift; sourceTree = ""; }; + E6EBAA56BFF23644035DCD01A4338159 /* Pods-iOS-dydxStateManagerTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxStateManagerTests-acknowledgements.markdown"; sourceTree = ""; }; + E6ECFFA1A09C3B9BE4EB7BAF2ECDB861 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + E6F06AC10A1A3AFD44D8AE80CB34E83A /* JTCalendarDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarDelegate.h; path = JTCalendar/JTCalendarDelegate.h; sourceTree = ""; }; + E6F093D4CD068923478623C3E85CBED0 /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; E722D6805379E92A6556CE4A121DBEEE /* SDWebImageSVGCoder */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SDWebImageSVGCoder; path = SDWebImageSVGCoder.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E74655F981BCD8AE17854019592320F3 /* SVGGradientStop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGGradientStop.h; path = "Source/DOM classes/Unported or Partial DOM/SVGGradientStop.h"; sourceTree = ""; }; + E72A3ACDB8E1916DBB5C10CF46770860 /* PieChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieChartData.swift; path = Source/Charts/Data/Implementations/Standard/PieChartData.swift; sourceTree = ""; }; + E738A2C82396B0C458E36488DB34D186 /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; + E73A92AA64DF6BD07F9F36A56BCBF1A8 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h; sourceTree = ""; }; + E74ABA2822E9579736E17518E5B6873F /* FIRMessagingTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenInfo.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenInfo.h; sourceTree = ""; }; E75B0787FCDF53EA02071FEB9C2AE06A /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy"; path = FirebaseRemoteConfig_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E76E94C5ABC9D7FAEEA81230D4B73A52 /* GDTCORAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORAssert.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h; sourceTree = ""; }; - E7869D64449F86D759AA332715D5FE95 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - E7A866E1A6C6FE5AC022DB288F06E649 /* ValidationRuleCondition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRuleCondition.swift; path = Validator/Sources/Rules/ValidationRuleCondition.swift; sourceTree = ""; }; - E7B6B8B3C028F0E72F2E0C69EC712614 /* Charts-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Charts-Info.plist"; sourceTree = ""; }; - E7C438AEBDD471B1F7BA8D1BC3EC9A48 /* ComponentBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComponentBase.swift; path = Source/Charts/Components/ComponentBase.swift; sourceTree = ""; }; - E7EC619F1710DA89A985E46B6A7ED35D /* FIRCLSUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUtility.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m; sourceTree = ""; }; - E7ECC984CB98F2DE333D4AB34B836B1A /* GULRuntimeStateHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeStateHelper.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeStateHelper.m; sourceTree = ""; }; - E7FC9E29CA992F74F82E3399F7BD8875 /* Promise+All.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+All.swift"; path = "Sources/Promises/Promise+All.swift"; sourceTree = ""; }; - E80E08E1913D63F2F4199DCFFEA0C275 /* Pods-iOS-dydxViewsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxViewsTests-acknowledgements.plist"; sourceTree = ""; }; - E82023CD4AD0546E12B8219D2356E482 /* FirebasePerformance-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebasePerformance-umbrella.h"; sourceTree = ""; }; + E78333AC9D4062C27762FE659BFA43D6 /* StyleSheetList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StyleSheetList.m; path = "Source/DOM classes/Core DOM/StyleSheetList.m"; sourceTree = ""; }; + E7A1B5AD0D35A6799E41DE17BB0402B7 /* FloatingPanel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FloatingPanel.modulemap; sourceTree = ""; }; + E7B34556B4FA4F7C0A8B41F258CDA9DF /* CLIColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CLIColor.m; path = Sources/CocoaLumberjack/CLI/CLIColor.m; sourceTree = ""; }; + E8223F757E4555D7693D472D2CA431F3 /* LocalOverrideSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalOverrideSettings.swift; path = FirebaseSessions/Sources/Settings/LocalOverrideSettings.swift; sourceTree = ""; }; E826FA0DCB9AA6E7829C68391B323B78 /* GTMSessionFetcher-GTMSessionFetcher_Core_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy"; path = GTMSessionFetcher_Core_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E8272353FB59C1AD57E7B2BF4BBDB582 /* Pods-iOS-dydxV4Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxV4Tests-resources.sh"; sourceTree = ""; }; - E82F979FF3C0BCF9A7AE7789F525E889 /* UIBezierPath+Circle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBezierPath+Circle.swift"; path = "MaterialActivityIndicator/Classes/Extensions/UIBezierPath+Circle.swift"; sourceTree = ""; }; - E8327343B4EDB785A2385934E76BDA61 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - E833BCEB99754C2E2790687D1B275CF4 /* Logging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logging.swift; path = Sources/Logging.swift; sourceTree = ""; }; - E841A8CADDEA8153C52FE9957E3C9FEB /* FIRCLSRecordIdentity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordIdentity.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m; sourceTree = ""; }; - E85D19992CC4648B21AB68C29084987F /* HMSegmentedControl.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HMSegmentedControl.modulemap; sourceTree = ""; }; - E866B839C1FB717C26E2C024138BFF4D /* PromisesSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesSwift-Info.plist"; sourceTree = ""; }; - E86B733A18E51113EFCB40FD983B1DCF /* ResourceBundle-FirebaseRemoteConfig_Privacy-FirebaseRemoteConfig-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseRemoteConfig_Privacy-FirebaseRemoteConfig-Info.plist"; sourceTree = ""; }; - E86F893D0F4D14C52B6BC4CC13B96042 /* FIRCLSSymbolResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolResolver.m; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m; sourceTree = ""; }; - E880A9EA3ECA8DB8F8FFBFAF43EBBC22 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - E8923D326310EC8602325CA6C8D47828 /* DDMultiFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMultiFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDMultiFormatter.m; sourceTree = ""; }; - E89C6B9CB3EF10A9DDF08DDB607E1C60 /* JTCalendarWeekView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarWeekView.h; path = JTCalendar/Views/JTCalendarWeekView.h; sourceTree = ""; }; - E8E5884D0B0B83EA01A843D7C275DB5F /* FIRMessagingCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCode.h; path = FirebaseMessaging/Sources/FIRMessagingCode.h; sourceTree = ""; }; - E8F741CE1607EC06FA14540E8A057712 /* CALayer+RecursiveClone.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CALayer+RecursiveClone.m"; path = "Source/QuartzCore additions/CALayer+RecursiveClone.m"; sourceTree = ""; }; - E92FFAD7C1BF86589990CF9B062ABEBE /* Pods-iOS-PlatformRoutingTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformRoutingTests-acknowledgements.markdown"; sourceTree = ""; }; - E952307BF3A099F7F748F553916EB2FD /* Detection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Detection.swift; path = Sources/Core/Detection.swift; sourceTree = ""; }; - E95CC3D3904F7CAC97CF357491295005 /* ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist"; sourceTree = ""; }; - E9651FB876712A84EAAE501E187198A8 /* ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist"; sourceTree = ""; }; + E83A23BBC2179AD4EA1FDB2462097BB4 /* FPRGDTRateLimiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGDTRateLimiter.m; path = FirebasePerformance/Sources/Loggers/FPRGDTRateLimiter.m; sourceTree = ""; }; + E85AD4EA3361A21B1E1F5F884BE8EC44 /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; + E8683D4B4C8CDAFD03FB652F317583A1 /* JTCalendarWeekView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarWeekView.m; path = JTCalendar/Views/JTCalendarWeekView.m; sourceTree = ""; }; + E86E92D075EF7130C72B538C2CA899B4 /* Pods-iOS-dydxStateManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxStateManager-Info.plist"; sourceTree = ""; }; + E89370ADB0F7D40ADC3177D209ECF26A /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; + E89BDF0C9F836EAFB8C6EC922F57205E /* LineRadarRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineRadarRenderer.swift; path = Source/Charts/Renderers/LineRadarRenderer.swift; sourceTree = ""; }; + E8B11CCA755575216085E3121AC91E54 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + E8B2DAA64C93F32DE2AFA063FBF21C91 /* NodeList+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NodeList+Mutable.h"; path = "Source/DOM classes/Core DOM/NodeList+Mutable.h"; sourceTree = ""; }; + E8DDCDA8B87592980C58C9012A25D988 /* SVGTextContentElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextContentElement.h; path = "Source/DOM classes/SVG-DOM/SVGTextContentElement.h"; sourceTree = ""; }; + E8E61367FF91F89743D55C761816DB03 /* Pods-iOS-StatsigInjections-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-StatsigInjections-dummy.m"; sourceTree = ""; }; + E9101E174D553934CF6F8E568D2C9020 /* FIRCLSDataCollectionArbiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionArbiter.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h; sourceTree = ""; }; + E915655C8D86300807D3195A09088BD3 /* external_privacy_context.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = external_privacy_context.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/external_privacy_context.nanopb.c; sourceTree = ""; }; + E9650775FD41C1625F51750C7BC31860 /* GDTCORFlatFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORFlatFileStorage.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h; sourceTree = ""; }; + E97181A43BF4B99D7D6B4048BB9C95D0 /* Menu+Model.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Menu+Model.swift"; path = "Sources/Templates/Menu+Model.swift"; sourceTree = ""; }; + E971AD17353EDEA3A07103613083F639 /* FIRCLSInstallIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInstallIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m; sourceTree = ""; }; + E9743B65A8486B441C28ED53F20A4C46 /* FirebaseRemoteConfigValueDecoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseRemoteConfigValueDecoding.swift; path = FirebaseSharedSwift/Sources/FirebaseRemoteConfigValueDecoding.swift; sourceTree = ""; }; + E9770CC10FD7F61CD95999A6EA18F744 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = FirebaseInstallations/Source/Library/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + E97EBDADB075C68589B7A0BF5A795C42 /* CombineExt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CombineExt.release.xcconfig; sourceTree = ""; }; + E993B98A7BE7ABD1CC2AF75D89E68173 /* CAShapeLayerWithClipRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAShapeLayerWithClipRender.m; path = "Source/QuartzCore additions/CAShapeLayerWithClipRender.m"; sourceTree = ""; }; E9B48D392EEB14826153FF7F36E7E550 /* Pods-iOS-dydxFormatter */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxFormatter"; path = Pods_iOS_dydxFormatter.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E9BABA2A3857AC26A8FE36AF2E3C08B6 /* DemandBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DemandBuffer.swift; path = Sources/Common/DemandBuffer.swift; sourceTree = ""; }; - E9EC6E1E52F41A40E15304258882FB2E /* FPRGaugeManager+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FPRGaugeManager+Private.h"; path = "FirebasePerformance/Sources/Gauges/FPRGaugeManager+Private.h"; sourceTree = ""; }; - EA0FA41E0555EAF0EB05CB8A2C8DD7C4 /* EntityReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EntityReference.m; path = "Source/DOM classes/Core DOM/EntityReference.m"; sourceTree = ""; }; - EA1314D0E616E198E1A48F6EAD2BEDF4 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; - EA222D196576A18F9538118BA6985119 /* Amplitude-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Amplitude-iOS-dummy.m"; sourceTree = ""; }; - EA2368F3B0B8A00F294122530721C438 /* CSSRuleList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CSSRuleList.h; path = "Source/DOM classes/Core DOM/CSSRuleList.h"; sourceTree = ""; }; - EA756745C55287AE829DEB3BD216FC74 /* ChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/ChartDataSet.swift; sourceTree = ""; }; - EA7E25630BCAF0E01CBE193762AB250F /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - EA9D3348DDE811FF3ABC0353C3D4AF9E /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; - EAAB424DAEA31270BBF1E3485B98781D /* Pods-iOS-AmplitudeInjectionsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-AmplitudeInjectionsTests-Info.plist"; sourceTree = ""; }; - EAB5186E1F87A9A6C829DBCCDDF9E77B /* Pods-iOS-dydxStateManagerTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxStateManagerTests-umbrella.h"; sourceTree = ""; }; - EAE473EE16731A2108BEC1B20AE057A5 /* NetworkInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkInfo.swift; path = FirebaseSessions/Sources/NetworkInfo.swift; sourceTree = ""; }; - EAE5760366182E3B66A187C47957DF2A /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; - EAEF1EC47641FFE0A5C13A8F9280EA68 /* LineRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineRadarChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/LineRadarChartDataSet.swift; sourceTree = ""; }; - EAF36E8B326673DF3AED96B8D863408A /* UISlider+Validator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Validator.swift"; path = "Validator/Sources/UIKit+Validator/UISlider+Validator.swift"; sourceTree = ""; }; + E9D11C0A257C6D9F6D2C783D72D3AE14 /* FirebaseCoreExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreExtension-Info.plist"; sourceTree = ""; }; + E9F6552158213B93EAAF67F7E79EF312 /* DevEventConsoleLogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DevEventConsoleLogger.swift; path = FirebaseSessions/Sources/Development/DevEventConsoleLogger.swift; sourceTree = ""; }; + EA092D42E6EA9F42391D88ED07EBFDA1 /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; + EA2FAA3BC5CE255B59548754F0DEE45C /* FIRCLSFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFileManager.h; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.h; sourceTree = ""; }; + EA347C0E8515E184CF3A50F3E376FB78 /* InitializeMarker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InitializeMarker.swift; path = Sources/Statsig/Diagnostics/InitializeMarker.swift; sourceTree = ""; }; + EA649D80A1CBB856B7DC1125507801B0 /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; + EA6DE6163787A25500BE72C440784F1D /* CrashlyticsRemoteConfigManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashlyticsRemoteConfigManager.swift; path = Crashlytics/Crashlytics/Rollouts/CrashlyticsRemoteConfigManager.swift; sourceTree = ""; }; + EA7C09536F8DF340F51412C5A6CC4149 /* ImageManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageManager.swift; path = SDWebImageSwiftUI/Classes/ImageManager.swift; sourceTree = ""; }; + EA7C6659F7A4F1F730E5CFB4D1132DB0 /* ISPPinnedNSURLSessionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISPPinnedNSURLSessionDelegate.h; path = Sources/Amplitude/SSLCertificatePinning/ISPPinnedNSURLSessionDelegate.h; sourceTree = ""; }; + EA8460C27F7015CD119D2617B858F554 /* Pods-iOS-PlatformUIJedioTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformUIJedioTests.release.xcconfig"; sourceTree = ""; }; + EA8B508188BF04534F227F5E4D842BCD /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + EAACC397B6423F7D2A1BEA939B0DAC1D /* Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = Sources/Templates/Extensions.swift; sourceTree = ""; }; + EAACD6BC936FF692E3DC393DCA4F4928 /* JTCalendar-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JTCalendar-dummy.m"; sourceTree = ""; }; + EAB83AD51732D0C5FE07BA015D101AC0 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; + EAC6F43DEA92D60573B85EEA46A0D92A /* Node.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Node.h; path = "Source/DOM classes/Core DOM/Node.h"; sourceTree = ""; }; + EACB58C70640CEAD15E6A7073B3CB326 /* POPPropertyAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = POPPropertyAnimation.mm; path = pop/POPPropertyAnimation.mm; sourceTree = ""; }; + EAD2B8B441C0B3146080BA46D4401EC7 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; EAF47B8D3BA5B9248FB8BA7EFB248038 /* HMSegmentedControl */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HMSegmentedControl; path = HMSegmentedControl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - EB1007390C89DB135D0C7C1E6A2E961E /* BigInt-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BigInt-prefix.pch"; sourceTree = ""; }; - EB19395046D3D7F6CA4406420B86CE3B /* GTMMIMEDocument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMMIMEDocument.h; path = Sources/Full/Public/GTMSessionFetcher/GTMMIMEDocument.h; sourceTree = ""; }; - EB5496CE3BDB213E8654CD0400A569B3 /* Amplitude-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Amplitude-iOS-umbrella.h"; sourceTree = ""; }; - EB7E65C50BE88BD926FCC1D9CB20BCDF /* DDOSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOSLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDOSLogger.h; sourceTree = ""; }; - EBAC40FCDCF816C65D27A3A870B23323 /* Pods-iOS-JedioKitTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-JedioKitTests.modulemap"; sourceTree = ""; }; + EB0FFE25F05157FD202651E0ED5534E0 /* CombineExt-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CombineExt-prefix.pch"; sourceTree = ""; }; + EB271AE5B52DBCAF7D567A7C8E2DBA0C /* GTMSessionFetcher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMSessionFetcher-umbrella.h"; sourceTree = ""; }; + EB491934B5A2B4E6C143D2756E695191 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; + EB5E4528A5B552036777A8FA33421236 /* FPRNanoPbUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRNanoPbUtils.h; path = FirebasePerformance/Sources/FPRNanoPbUtils.h; sourceTree = ""; }; + EB7C63BC474B8E6D434E4F2B31588F57 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + EB7E0BC50AAB57FA53B1A657253AE89D /* FIRMessagingTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenDeleteOperation.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenDeleteOperation.m; sourceTree = ""; }; + EB8BFAB69B9D41AF70BFE19CC3AF6CED /* DDContextFilterLogFormatter+Deprecated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDContextFilterLogFormatter+Deprecated.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDContextFilterLogFormatter+Deprecated.h"; sourceTree = ""; }; + EBAB0063BB24964E3FC4C642A3AE8B4B /* PopoverWindows.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopoverWindows.swift; path = Sources/PopoverWindows.swift; sourceTree = ""; }; EBC0124F859F5CDD9578E444B7412AC6 /* FirebaseABTesting-FirebaseABTesting_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "FirebaseABTesting-FirebaseABTesting_Privacy"; path = FirebaseABTesting_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - EBECAF111EC99BDDB68C567222D30DB3 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; - EC068FA33649D4E531A4216DD9ABAA15 /* RDHCollectionViewGridLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RDHCollectionViewGridLayout-umbrella.h"; sourceTree = ""; }; - EC52AFF410E7F28048879E65A0CED7C1 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; - EC667717229F2CB6D836D750241CDB7E /* Pods-iOS-JedioKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-JedioKit.debug.xcconfig"; sourceTree = ""; }; - EC66AF53C6EEE482EA4F04AFC4BD7179 /* ZSWTappableLabelTappableRegionInfoImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZSWTappableLabelTappableRegionInfoImpl.h; path = ZSWTappableLabel/Private/ZSWTappableLabelTappableRegionInfoImpl.h; sourceTree = ""; }; - EC74F247387666CF609D31B9E2F50E8F /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; - EC8552CD623E1E4491003E40C0C8CA62 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; - EC8A1A09FD0A6A2E2AC76688528C43A3 /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; - EC8ABA6CF0500289314067E92120A149 /* Pods-iOS-PlatformParticlesTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-PlatformParticlesTests-dummy.m"; sourceTree = ""; }; - EC9C77733E8F32F2EDA60577466DE23B /* Division.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Division.swift; path = Sources/Division.swift; sourceTree = ""; }; + EBD82B866147744C73228FF2446527D7 /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; + EC17E212B87CF1B548CA0CE5BCECD526 /* Pods-iOS-dydxChartTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxChartTests.debug.xcconfig"; sourceTree = ""; }; + EC1C09E2257FEE6FB6A7D858ED5303CE /* SlideIn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SlideIn.swift; path = DrawerMenu/Classes/style/SlideIn.swift; sourceTree = ""; }; + EC1DE4AC12719806E7248D406FC93B2D /* EasyTipView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EasyTipView.modulemap; sourceTree = ""; }; + EC397656FDB6B3E4CC4474E5206BB39D /* DataApproximator+N.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DataApproximator+N.swift"; path = "Source/Charts/Filters/DataApproximator+N.swift"; sourceTree = ""; }; + EC5F8D1071EF76A867F5452F0D4B1B6F /* Pods-iOS-dydxCartera.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxCartera.release.xcconfig"; sourceTree = ""; }; + EC73C9170424F1613EC4372864E61584 /* Shapes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Shapes.swift; path = Sources/Templates/Shapes.swift; sourceTree = ""; }; + EC8566C1CCBC390B1A56589A07EDCCA4 /* Pods-iOS-JedioKitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-JedioKitTests.debug.xcconfig"; sourceTree = ""; }; ECAC028550A03412C51913B85686D98B /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "FirebaseCoreExtension-FirebaseCoreExtension_Privacy"; path = FirebaseCoreExtension_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - ECD09A12D5F720A47774EE48F46B1475 /* Shapes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Shapes.swift; path = Sources/Templates/Shapes.swift; sourceTree = ""; }; - ECFDF9D7802830E03DD50A2AD6C1B646 /* FIRMessagingAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAuthService.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAuthService.h; sourceTree = ""; }; - ED014D37EF55ECD2A8488EEAD8427DCB /* IsAppEncrypted.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IsAppEncrypted.h; path = third_party/IsAppEncrypted/Public/IsAppEncrypted.h; sourceTree = ""; }; - ED05C903B246E45B1A5735A7AA82E51C /* AMPIdentify.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AMPIdentify.m; path = Sources/Amplitude/AMPIdentify.m; sourceTree = ""; }; - ED35FF31764D733D67C8EC54307061AE /* Pods-iOS-UIAppToolkitsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-UIAppToolkitsTests-frameworks.sh"; sourceTree = ""; }; - ED55B1C101A9CCFA3F6A03D0FF7DF5DF /* JTCalendarDay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarDay.h; path = JTCalendar/Protocols/JTCalendarDay.h; sourceTree = ""; }; - ED8A85B9BBADC44746853B2EC00CC4E3 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - ED9E617FEC1BBA2769965B87638CF306 /* SimpleKeychain.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SimpleKeychain.modulemap; sourceTree = ""; }; - EDB36785A20F494FBD24758BDD2BBA40 /* Pods-iOS-AmplitudeInjections-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-AmplitudeInjections-umbrella.h"; sourceTree = ""; }; - EDE455C0BD22E085735FE25323930A7B /* Platform+Accessibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Platform+Accessibility.swift"; path = "Source/Charts/Utils/Platform+Accessibility.swift"; sourceTree = ""; }; - EDF96E8695C8785823565617FF482895 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - EE11605BE2D11B8F7C9075F30DEF7BB6 /* ChartLimitLine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartLimitLine.swift; path = Source/Charts/Components/ChartLimitLine.swift; sourceTree = ""; }; - EE683A4E4FEC6A4CE9E6F1852ACB116E /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; - EEA5F908B6926E5254B7405E8E22A6F0 /* COSTouchVisualizer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "COSTouchVisualizer-prefix.pch"; sourceTree = ""; }; - EEA7BD0640B313753D65A3B267920570 /* FIRTrace+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRTrace+Internal.h"; path = "FirebasePerformance/Sources/Timer/FIRTrace+Internal.h"; sourceTree = ""; }; - EEF22569030D6F980C7FD13BC0218AA9 /* MaterialActivityIndicator-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MaterialActivityIndicator-prefix.pch"; sourceTree = ""; }; - EF21169CE720395FAA3A4CCD50EB95EC /* RDHCollectionViewGridLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RDHCollectionViewGridLayout.h; path = RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.h; sourceTree = ""; }; - EF24100CB98CAD991E9050C8F1A5343E /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; - EF79E5878513C4FF7F7EED43A546ECE6 /* Pods-iOS-AmplitudeInjectionsTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-AmplitudeInjectionsTests-umbrella.h"; sourceTree = ""; }; - EFAA3FB1F48B107965A3E52A8ED76F40 /* FirebaseCoreExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreExtension.modulemap; sourceTree = ""; }; - EFE726F0A186AB809BF3345882375E74 /* PanModalPresenter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanModalPresenter.swift; path = PanModal/Presenter/PanModalPresenter.swift; sourceTree = ""; }; - EFE74919AFE548065EC11BE7089565F3 /* ObjectOwnership.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectOwnership.swift; path = Sources/Models/ObjectOwnership.swift; sourceTree = ""; }; - EFEF319EB02B7DB0C02B967146204F6A /* FIRCLSFABNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABNetworkClient.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h; sourceTree = ""; }; - F00A16A336331D07B3E1E4EBB7D7AE9A /* JTCalendarWeekDay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JTCalendarWeekDay.h; path = JTCalendar/Protocols/JTCalendarWeekDay.h; sourceTree = ""; }; - F01B19A33A23B4DA300A51ECD764E1BF /* AMPTrackingOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPTrackingOptions.h; path = Sources/Amplitude/AMPTrackingOptions.h; sourceTree = ""; }; - F026C1105AB8C6F2749FA8C3E394C686 /* POPSpringSolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = POPSpringSolver.h; path = pop/POPSpringSolver.h; sourceTree = ""; }; - F0355FAA92DB8A6990A0A67373A2D9F9 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - F049920C2486BE88373010640128627A /* POPCustomAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = POPCustomAnimation.mm; path = pop/POPCustomAnimation.mm; sourceTree = ""; }; - F05DA32E0616EB8FB0477832185AFAC9 /* SVGKImage+CGContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SVGKImage+CGContext.m"; path = "Source/Exporters/SVGKImage+CGContext.m"; sourceTree = ""; }; - F063283BAFC365F5817C8D4BBA227DAE /* FirebaseRemoteConfig-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseRemoteConfig-dummy.m"; sourceTree = ""; }; - F08E311E637BADB1E4394BD6E427EB17 /* FPRInstrument_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRInstrument_Private.h; path = FirebasePerformance/Sources/Instrumentation/FPRInstrument_Private.h; sourceTree = ""; }; - F0A44C1B06DFB1CE0D48EA7BB80622C7 /* SVGKSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSource.m; path = Source/SVGKSource.m; sourceTree = ""; }; - F0B2A5FA6715A9D4AB028CF98E539AB1 /* MediaList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MediaList.m; path = "Source/DOM classes/Core DOM/MediaList.m"; sourceTree = ""; }; - F0C39661C46AB2CC763736391788B5F4 /* GenericPatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GenericPatch.swift; path = Sources/Differ/GenericPatch.swift; sourceTree = ""; }; - F0C9F0360A8E15B3E5A91A5A98B84137 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - F0E49A938CB90F94B7E700E499D8167C /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - F11BA0867FDE3906A1C89DA5DA05B42A /* Validator.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Validator.debug.xcconfig; sourceTree = ""; }; - F125CBAD5732189108EB7FE3598F89BE /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - F13BACE7352246CB1C80968AA3E7E8D6 /* FIRCLSProcessReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcessReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h; sourceTree = ""; }; - F15F93C6EB567EAB550FBA78239CB44D /* ABTExperimentPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ABTExperimentPayload.h; path = FirebaseABTesting/Sources/Private/ABTExperimentPayload.h; sourceTree = ""; }; - F1664534736478D86DCD2D3CB74CDEF8 /* SVGKLayeredImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKLayeredImageView.m; path = Source/ImageViews/SVGKLayeredImageView.m; sourceTree = ""; }; - F1AB34CB508B92C1D8E37361DFA9E8F8 /* HorizontalBarHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HorizontalBarHighlighter.swift; path = Source/Charts/Highlight/HorizontalBarHighlighter.swift; sourceTree = ""; }; - F1EBB95FA29D281672BF05FF19AF3F77 /* HMSegmentedControl.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HMSegmentedControl.debug.xcconfig; sourceTree = ""; }; - F1F9AC7FD758AF08169768D579744673 /* AnimatedZoomViewJob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedZoomViewJob.swift; path = Source/Charts/Jobs/AnimatedZoomViewJob.swift; sourceTree = ""; }; - F2002CAC8B22C44E47CC9637DB68E0E0 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - F21C2F0AEA69BBEF9ABABA7A19D4DD74 /* ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist"; sourceTree = ""; }; - F2388A2B35ABC5F992FFFB7E09988956 /* DocumentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DocumentType.m; path = "Source/DOM classes/Core DOM/DocumentType.m"; sourceTree = ""; }; - F27229F6F43FF21D01C7AC722A2A25C2 /* FIRMessagingCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinPreferences.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinPreferences.m; sourceTree = ""; }; - F290262CAB866C0EDE7EBA4A543CA5A7 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - F29B417EFB83C622212DD6D3AA48D0B5 /* SVGTextPositioningElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGTextPositioningElement.h; path = "Source/DOM classes/SVG-DOM/SVGTextPositioningElement.h"; sourceTree = ""; }; - F29BA610F82DB5D897E95BECE072FC1D /* BarChartData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarChartData.swift; path = Source/Charts/Data/Implementations/Standard/BarChartData.swift; sourceTree = ""; }; - F2A84F714A97B99F6BB7B7B9557EB9E4 /* SVGSVGElement_Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGSVGElement_Mutable.h; path = "Source/DOM classes/SVG-DOM/SVGSVGElement_Mutable.h"; sourceTree = ""; }; - F2B7A349AFA292557D8A7D554E5805E3 /* NamedNodeMap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NamedNodeMap.m; path = "Source/DOM classes/Core DOM/NamedNodeMap.m"; sourceTree = ""; }; - F2BD41792B6C78D257F12E71E17407A5 /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; - F31FBE03B359E2026B89C2346796B00C /* GTMNSFileHandle+UniqueName.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMNSFileHandle+UniqueName.m"; path = "Foundation/GTMNSFileHandle+UniqueName.m"; sourceTree = ""; }; - F32EEFDCF9C44CE60E0E468739C34DE1 /* Pods-iOS-dydxCarteraTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxCarteraTests.modulemap"; sourceTree = ""; }; - F336355A493520939942BE522549785E /* SimpleKeychain-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SimpleKeychain-Info.plist"; sourceTree = ""; }; - F3475C240E8F498782EB7586FC5ECC00 /* FIRMessagingTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenDeleteOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenDeleteOperation.h; sourceTree = ""; }; - F38814F2B12AEF49EB2D0F094872B072 /* AssignToMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssignToMany.swift; path = Sources/Operators/AssignToMany.swift; sourceTree = ""; }; - F3892BCF7424E2B9C16C53C03B1CD8FB /* FirebaseMessaging.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseMessaging.modulemap; sourceTree = ""; }; - F3B5DC8B4B8AEE157B06CCFED85A6A5A /* PieRadarChartViewBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PieRadarChartViewBase.swift; path = Source/Charts/Charts/PieRadarChartViewBase.swift; sourceTree = ""; }; - F3EF62C9215DE4C09945BE0EA6AEC2F2 /* libPhoneNumber-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "libPhoneNumber-iOS.release.xcconfig"; sourceTree = ""; }; - F416162444A7FF97B8D49E4F4285E6C6 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; - F4201FCDA98FF7B4BD67AF2F671B6D3B /* FPRTraceBackgroundActivityTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRTraceBackgroundActivityTracker.m; path = FirebasePerformance/Sources/AppActivity/FPRTraceBackgroundActivityTracker.m; sourceTree = ""; }; - F423E5749E0F5DDB6FAAEDA9F1C9B356 /* Pods-iOS-AmplitudeInjectionsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-AmplitudeInjectionsTests-acknowledgements.markdown"; sourceTree = ""; }; - F460A2FD8AE354E83762BB9C6D53BF58 /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; - F46147BE0F070EC045ED953059AA39EA /* ConverterSVGToCALayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConverterSVGToCALayer.h; path = "Source/DOM classes/Unported or Partial DOM/ConverterSVGToCALayer.h"; sourceTree = ""; }; - F478FB944DBA79C335A3BEB947CF0A69 /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; - F47B49F8766CD118DEFEDB7F0A0D8A75 /* GULRuntimeClassSnapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeClassSnapshot.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassSnapshot.h; sourceTree = ""; }; - F4986545D6D2FC08EBA68C7213200094 /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; - F4A2D799F366BA925833009D5EEB2ED1 /* SVGKImage+CGContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SVGKImage+CGContext.h"; path = "Source/Exporters/SVGKImage+CGContext.h"; sourceTree = ""; }; - F4B1CDC3A5BF1FD9C61F29D494900F89 /* Pods-iOS-dydxCartera-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxCartera-Info.plist"; sourceTree = ""; }; - F4BF87099B053101A037FEC786C70ED2 /* EFQRCode+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EFQRCode+ObjC.swift"; path = "Source/EFQRCode+ObjC.swift"; sourceTree = ""; }; - F4E2F888A3A60A3322EDF1B0647A42A0 /* Pods-iOS-dydxV4Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxV4Tests-frameworks.sh"; sourceTree = ""; }; - F4F07DB9405179966C24E28853F91EC3 /* BarHighlighter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BarHighlighter.swift; path = Source/Charts/Highlight/BarHighlighter.swift; sourceTree = ""; }; - F5CE206F75A72E9B505B3BEEC450C912 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - F5EA757601EAC110124792EFC57715B9 /* Pods-iOS-AmplitudeInjectionsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-AmplitudeInjectionsTests-dummy.m"; sourceTree = ""; }; - F5EA83D3C3CC8F10C794DD7A25965C3D /* FIRMessagingBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingBackupExcludedPlist.m; path = FirebaseMessaging/Sources/Token/FIRMessagingBackupExcludedPlist.m; sourceTree = ""; }; - F610008C31DFB48A2AE2875767B268BE /* GDTCOREndpoints_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h; sourceTree = ""; }; - F6348EEFB4D8F3F9EECB69B9D595AB6F /* SVGKFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKFastImageView.h; path = Source/ImageViews/SVGKFastImageView.h; sourceTree = ""; }; - F63886460777BBF2B1007874296F9155 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - F643C20C05C45914D187202A3EF9BFBA /* GTMSessionUploadFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionUploadFetcher.m; path = Sources/Core/GTMSessionUploadFetcher.m; sourceTree = ""; }; - F64E3545BD38C789D16EC3F6644561DD /* Firebase-5a1e767e.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Firebase-5a1e767e.release.xcconfig"; path = "../Firebase-5a1e767e/Firebase-5a1e767e.release.xcconfig"; sourceTree = ""; }; - F6522C3E0E999D26FEBB62012E7F1D09 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - F656493578991CC792BAF288FEC728B1 /* CombineLatestMany.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatestMany.swift; path = Sources/Operators/CombineLatestMany.swift; sourceTree = ""; }; - F66D8341C2C0BF1731F86042488CE442 /* AppsFlyerFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppsFlyerFramework.release.xcconfig; sourceTree = ""; }; - F68106CA513792E018518901FBF273CF /* Pods-iOS-dydxPresentersTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxPresentersTests-Info.plist"; sourceTree = ""; }; - F693E078FDE89CC95D72B10883B146A0 /* Exponentiation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Exponentiation.swift; path = Sources/Exponentiation.swift; sourceTree = ""; }; - F69E7567AB63BE15E91C343255CB4016 /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; - F6B1D0D4034D578D0BB7E67D94F562B6 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - F6B976B46E24E30453709924A3A3AA48 /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; - F6C1D0B6FD76712AA3288E64F5885DE1 /* FIRCLSNetworkOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h; sourceTree = ""; }; - F7059BF09F2C25EBDA30C4E24D45FB2B /* Diff.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Diff.swift; path = Sources/Differ/Diff.swift; sourceTree = ""; }; - F70A7845B303ABD78E6B664702F982B5 /* GDTCORMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetrics.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORMetrics.h; sourceTree = ""; }; - F70AB776C5825A3291DE072A502D11FA /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - F733DC7FF0E978385F96C3046F81D0D0 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + ED23D7D6BA985E3BEF8FA06F8416DBC1 /* SimpleKeychain.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SimpleKeychain.release.xcconfig; sourceTree = ""; }; + ED296FF6A9D2FA75EBD933E76647DE66 /* Pods-iOS-dydxV4Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-iOS-dydxV4Tests-frameworks.sh"; sourceTree = ""; }; + ED299A64A52881DCAF02B4908776A90C /* Pods-iOS-dydxChart-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxChart-acknowledgements.plist"; sourceTree = ""; }; + ED59E5838BD2D0F5BAFD1234EAFD52E4 /* CandleChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CandleChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/CandleChartDataEntry.swift; sourceTree = ""; }; + ED63B9CB91F10B3036F5BC1E2FDAFD2C /* ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist"; sourceTree = ""; }; + ED82EFAFCC7D060043F4A9757DD8204B /* FIRMessagingTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenManager.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenManager.h; sourceTree = ""; }; + ED8E2736C58B348419124236FFDE0200 /* NVActivityIndicatorAnimationBallZigZagDeflect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallZigZagDeflect.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallZigZagDeflect.swift; sourceTree = ""; }; + EDA7958128C1D594B2D54C7F4F0978C1 /* FirebaseCoreExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreExtension-prefix.pch"; sourceTree = ""; }; + EDAD38B4AE322484E11287C719905529 /* FPRInstrument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRInstrument.m; path = FirebasePerformance/Sources/Instrumentation/FPRInstrument.m; sourceTree = ""; }; + EDCD0D53010D4BD407E0B69F53C0D64B /* NBPhoneNumberDesc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneNumberDesc.m; path = libPhoneNumber/NBPhoneNumberDesc.m; sourceTree = ""; }; + EDE4AB83427AEE4AE6290CFBF59608DF /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + EDE8EF16017D431ACD4E5E4551D55A98 /* MediaList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MediaList.h; path = "Source/DOM classes/Core DOM/MediaList.h"; sourceTree = ""; }; + EDF6FEEA74B1EA12022D159A24CCAADD /* SVGEllipseElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGEllipseElement.m; path = "Source/DOM classes/Unported or Partial DOM/SVGEllipseElement.m"; sourceTree = ""; }; + EE19EDB29FF729F3396C0604DEF1ED18 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + EE5379A85917B0223E68F1940A5BD065 /* GULRuntimeSnapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULRuntimeSnapshot.h; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeSnapshot.h; sourceTree = ""; }; + EE55230C13B752C84A7197A4D57540DC /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; + EE6052BDD6AEFA26AF1D69B2045374E9 /* Pods-iOS-UIAppToolkitsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UIAppToolkitsTests.modulemap"; sourceTree = ""; }; + EE79EEA9E6F211995E22F5216E30652F /* FIRCLSBinaryImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSBinaryImage.m; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m; sourceTree = ""; }; + EE849948AC56C7399CD47F789E93AE4A /* iCarousel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "iCarousel-dummy.m"; sourceTree = ""; }; + EE9023D93E2561BEBB9276E1EA0A3E31 /* StorageFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StorageFactory.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/StorageFactory.swift; sourceTree = ""; }; + EE9AD2426D6357070B56F1D9F5F9C06B /* Statsig */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Statsig; path = Statsig.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + EE9C3063B2E9ABA9FECD91FA430A5D67 /* ILineRadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ILineRadarChartDataSet.swift; path = Source/Charts/Data/Interfaces/ILineRadarChartDataSet.swift; sourceTree = ""; }; + EE9DCEB85A4D49E232043271165E747B /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + EEB3B234A896F634FAD084EA3743CD21 /* FirebaseSharedSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseSharedSwift-umbrella.h"; sourceTree = ""; }; + EEB9D2BF463BC6D03AE205F8B07F1CA0 /* Pods-iOS-UIToolkitsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-UIToolkitsTests-Info.plist"; sourceTree = ""; }; + EEEB1E57D2680F472DE87CF128071976 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; + EEEB7A1A06EC7C9191FACA0FF2375AA8 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + EEEC16BFC01FFF1F352D6042234E200F /* FIRCLSSerializeSymbolicatedFramesOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSerializeSymbolicatedFramesOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m; sourceTree = ""; }; + EF0A72512E0D0EDF135C0D005FD0DE02 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + EF0EFB7D401AAB1D1D8BFE1BD4B1E11F /* SVGKImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKImageView.h; path = Source/ImageViews/SVGKImageView.h; sourceTree = ""; }; + EF0F2F2DE0F40011CC417D528075DF1D /* ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist"; sourceTree = ""; }; + EF1E04435899BDB7099A1E05C4E22443 /* DDFileLogger+Buffering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DDFileLogger+Buffering.m"; path = "Sources/CocoaLumberjack/Extensions/DDFileLogger+Buffering.m"; sourceTree = ""; }; + EF63D9EF252B3BD36F66607970DB5C6C /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; + EF7249685B427EEAB7A3528023A91760 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; + EF7C23D6D5329321687C20C14FFF37A1 /* FIRCLSAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation_Private.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h; sourceTree = ""; }; + EF8A52D231C7A3E757C28D47CFBF3E27 /* FIRMessagingKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingKeychain.h; path = FirebaseMessaging/Sources/Token/FIRMessagingKeychain.h; sourceTree = ""; }; + EF9C1945880BC4B72B1ED1DECCD0A921 /* FIRCLSFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFile.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.m; sourceTree = ""; }; + EF9F21901BDAFD0ECD450B59AAE4C448 /* LineChartDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineChartDataProvider.swift; path = Source/Charts/Interfaces/LineChartDataProvider.swift; sourceTree = ""; }; + EFA2B697DF73D969BB5F2499F93407FB /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; + EFDEAFCDD630FDF99EB8C3B87D35C751 /* FIRCLSUserLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserLogging.m; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m; sourceTree = ""; }; + EFE6FE88D91422C2D3E5B5FB4F8759BC /* Pods-iOS-FirebaseStaticInjections-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-FirebaseStaticInjections-dummy.m"; sourceTree = ""; }; + F004EEB8DF0274B268D39DF5AEB4104E /* SVGClipPathElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGClipPathElement.h; path = "Source/DOM classes/SVG-DOM/SVGClipPathElement.h"; sourceTree = ""; }; + F014F93A84F2C19F4453F05ED9A4B621 /* Validator-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Validator-prefix.pch"; sourceTree = ""; }; + F019A7D7EB374A0B183B5693F601B205 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + F04CEF9F91DCAFEC01CB965127F53E8C /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; + F0629A6486C079A42D62049EAC0FE7CC /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Resources/Logger/PrivacyInfo.xcprivacy; sourceTree = ""; }; + F096CCF37C8A10DEED49288C92D675C9 /* NSError+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRMessaging.h"; path = "FirebaseMessaging/Sources/NSError+FIRMessaging.h"; sourceTree = ""; }; + F0A27BDDCD81AA642D247886F17DE097 /* Pods-iOS-JedioKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-JedioKit.debug.xcconfig"; sourceTree = ""; }; + F0AF18822A06903E637A559FB4840FAE /* ChartAnimationEasing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartAnimationEasing.swift; path = Source/Charts/Animation/ChartAnimationEasing.swift; sourceTree = ""; }; + F0D5629C6EA145C08DDE5664B5D5C343 /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m; sourceTree = ""; }; + F0E75B227290D1D17298EB39DA0F15EF /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + F0FA2872BB122663BAFC5E5E2367E7C2 /* Renderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Renderer.swift; path = Source/Charts/Renderers/Renderer.swift; sourceTree = ""; }; + F0FFCE233AFEDD916F7CECEFDAD32A36 /* Pods-iOS-AmplitudeInjectionsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-AmplitudeInjectionsTests.debug.xcconfig"; sourceTree = ""; }; + F123FF1294A12777D38C1B05FB4F5F81 /* BackdropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BackdropView.swift; path = Sources/BackdropView.swift; sourceTree = ""; }; + F1575DCF5A6E97F3564BFC8DFEBCEA60 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + F166266655007B71445011B201B01D49 /* Validator-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Validator-dummy.m"; sourceTree = ""; }; + F16869882AA36B580E442B2BA304D3AD /* SVGKSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKSource.m; path = Source/SVGKSource.m; sourceTree = ""; }; + F17ADB902DA9F273B7E9788CA0C51983 /* FirebaseRemoteConfigInterop.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseRemoteConfigInterop.release.xcconfig; sourceTree = ""; }; + F188C9D43B3B34FB0096CD4F039A0A80 /* EventGDTLogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventGDTLogger.swift; path = FirebaseSessions/Sources/EventGDTLogger.swift; sourceTree = ""; }; + F1A4679E815F3AEB2FDBF8C5CF62D7F8 /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; + F1C07436F5FAC96C9C14E61A43518378 /* FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstallations-Info.plist"; sourceTree = ""; }; + F1C888744D4AF2686E2CFFF56C4DF48D /* ChartDataRendererBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataRendererBase.swift; path = Source/Charts/Renderers/ChartDataRendererBase.swift; sourceTree = ""; }; + F1D1D4CFB8C3CB75C82700AEA279F2A7 /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; + F1DA719C4F555BCE67EC114CFD470B67 /* PromisesSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesSwift.release.xcconfig; sourceTree = ""; }; + F1EBBA670185CC16BCEE2486E0E48326 /* FIRCLSMetricKitManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMetricKitManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSMetricKitManager.m; sourceTree = ""; }; + F21F7FC37406A8986CCD77CD62573EE2 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; + F2363763666494A5137543A9C805D6F8 /* SVGElementInstanceList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGElementInstanceList.m; path = "Source/DOM classes/SVG-DOM/SVGElementInstanceList.m"; sourceTree = ""; }; + F23DC611C217B2B5B85A1A1ED8B78473 /* NSData+NSInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+NSInputStream.h"; path = "Source/Foundation additions/NSData+NSInputStream.h"; sourceTree = ""; }; + F27FEE0A82FFCE50731FFBF9BB6D5D6C /* Pods-iOS-CameraParticlesTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-CameraParticlesTests-acknowledgements.plist"; sourceTree = ""; }; + F2847F3BA1118E38B817A265B8704E7C /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; + F2C6AAEC7E14537321DE0CCF91CCBDFF /* CombineExt-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CombineExt-dummy.m"; sourceTree = ""; }; + F2DC801D68EC52ABF89131D58350C4F9 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; + F31319EA5C1D8C70C92B4C220814D11C /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + F31DFF6057FB9A63E857FC46546A69EF /* GDTCORLogSourceMetrics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLogSourceMetrics.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLogSourceMetrics.m; sourceTree = ""; }; + F338217FF9FC80328270D1F20AB2026D /* CGPathAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CGPathAdditions.h; path = "Source/QuartzCore additions/CGPathAdditions.h"; sourceTree = ""; }; + F344BDCF15FAEDDF16A201ACFED1D052 /* FirebaseDataEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirebaseDataEncoder.swift; path = FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift; sourceTree = ""; }; + F356A5A4741519EF0F678FD6C67F7EB1 /* COSTouchVisualizer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "COSTouchVisualizer-dummy.m"; sourceTree = ""; }; + F3B4D84FAD93D8FB51A0BA729BC89FAD /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; + F3CC812EC777E24CDB1A97B204DAACB3 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; + F3D3623B717BCA52F498DE295276DE86 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; + F3E98928DFD337618D5A6F0BDE71A180 /* me.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = me.nanopb.c; path = FirebaseMessaging/Sources/Protogen/nanopb/me.nanopb.c; sourceTree = ""; }; + F40761E94617ADF3F5874642B427EB74 /* FloatingPanel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FloatingPanel-umbrella.h"; sourceTree = ""; }; + F4209371FE65923861735F02995BCE52 /* Node+Mutable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Node+Mutable.h"; path = "Source/DOM classes/Core DOM/Node+Mutable.h"; sourceTree = ""; }; + F4358F1CCA5EA42B5938C76E1DA1EC1F /* SVGKImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKImage.h; path = Source/SVGKImage.h; sourceTree = ""; }; + F435B41706037D2DF9C96EBE382E92FB /* NamedNodeMap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NamedNodeMap.m; path = "Source/DOM classes/Core DOM/NamedNodeMap.m"; sourceTree = ""; }; + F44F2E121FDABBA7EEB29C452016F20B /* PromisesSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesSwift-prefix.pch"; sourceTree = ""; }; + F47CF793F447ED17E5AAFD4007654EC9 /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = Sources/Operators/Enumerated.swift; sourceTree = ""; }; + F49324F65C027A4669157E7D998BF6D3 /* Pods-iOS-PlatformUI.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-PlatformUI.modulemap"; sourceTree = ""; }; + F493658629183C8BE50FE8BE3FC5E48C /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; + F4A9E0014B468CDF6FEB3B9C9C94A648 /* Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Text.m; path = "Source/DOM classes/Core DOM/Text.m"; sourceTree = ""; }; + F4B3BEA07F3F2E65DC3DC9260C933986 /* SVGKSourceLocalFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSourceLocalFile.h; path = Source/Sources/SVGKSourceLocalFile.h; sourceTree = ""; }; + F4B9C7E4EE4B76366709F8A95DD2DE0B /* ChartDataEntryBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ChartDataEntryBase.swift; path = Source/Charts/Data/Implementations/Standard/ChartDataEntryBase.swift; sourceTree = ""; }; + F5348F5F18D56118E15299EB22A14CC6 /* WebImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebImage.swift; path = SDWebImageSwiftUI/Classes/WebImage.swift; sourceTree = ""; }; + F55E6FDD253677BDA98E03A58DEC828E /* SimpleKeychain-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SimpleKeychain-dummy.m"; sourceTree = ""; }; + F5649977E99FA896BD4028CD01EC8FFB /* Time.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Time.swift; path = FirebaseSessions/Sources/Time.swift; sourceTree = ""; }; + F5764C3B54647BC3A12D1004A790194E /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; + F57BBD8C79726499B9F5CA9359A4BFF8 /* SVGCircleElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGCircleElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGCircleElement.h"; sourceTree = ""; }; + F58214CB1E7732E757E4E607598DE6B9 /* GTMMIMEDocument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMMIMEDocument.h; path = Sources/Full/Public/GTMSessionFetcher/GTMMIMEDocument.h; sourceTree = ""; }; + F5B4E0EDFD7E4B54F1D598E1EC033723 /* FIRCLSUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUtility.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h; sourceTree = ""; }; + F5C10E7327448E93C63712943D6428A9 /* Pods-iOS-UIToolkitsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIToolkitsTests.debug.xcconfig"; sourceTree = ""; }; + F5EC2B2A5EA2AB19586A16ED5EA0231A /* HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift; sourceTree = ""; }; + F61D2E3AD6779FB8471F9B39AAEB0F55 /* AMPUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPUtils.h; path = Sources/Amplitude/AMPUtils.h; sourceTree = ""; }; + F624F4A5E49F38DD0F51C4247606C00D /* Pods-iOS-WebParticles-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-WebParticles-acknowledgements.plist"; sourceTree = ""; }; + F62C4D1ED27D3D577F45ECA1398C66AB /* libPhoneNumber-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libPhoneNumber-iOS-prefix.pch"; sourceTree = ""; }; + F63595F2E53E29BE8F56FB3BE1F73E96 /* Pods-iOS-dydxAnalytics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxAnalytics.modulemap"; sourceTree = ""; }; + F64DD692EA040EA67BC8E0E022FDEE12 /* SVGKImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGKImageView.m; path = Source/ImageViews/SVGKImageView.m; sourceTree = ""; }; + F64F128CDEFCEAB9F34C868221F24F81 /* Pods-iOS-Utilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-Utilities.modulemap"; sourceTree = ""; }; + F67DDFA5AF495451E14BCE78F6939251 /* NVActivityIndicatorAnimationBallBeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallBeat.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallBeat.swift; sourceTree = ""; }; + F6AC55FC967F72A6A54460FD70303463 /* GTMNSString+XML.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMNSString+XML.h"; path = "Foundation/GTMNSString+XML.h"; sourceTree = ""; }; + F6B9C0B3696A89915079B4DB8545FD14 /* JTCalendarWeekDayView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarWeekDayView.m; path = JTCalendar/Views/JTCalendarWeekDayView.m; sourceTree = ""; }; + F6CEC415115F746E618743D3F69AA5CB /* BinaryInteger+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BinaryInteger+.swift"; path = "Source/BinaryInteger+.swift"; sourceTree = ""; }; + F6CFA6BEF5FB3FE1CEBA266BDE76C35B /* Pods-iOS-UIAppToolkits-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-UIAppToolkits-acknowledgements.markdown"; sourceTree = ""; }; + F6DCC476B96424BBE12F62689ACC2077 /* PanModalPresentable+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PanModalPresentable+UIViewController.swift"; path = "PanModal/Presentable/PanModalPresentable+UIViewController.swift"; sourceTree = ""; }; + F6F87647ECE299A48DD5E65670EE347A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/Promises/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; F73AA961F4AEFF2B46B00AE435DF6BE3 /* GoogleDataTransport-GoogleDataTransport_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "GoogleDataTransport-GoogleDataTransport_Privacy"; path = GoogleDataTransport_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F74981327BF39AA5B10761FBD5D19581 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; - F762926A14EC9B06A95C7DB5D9FEAD09 /* FIRMessagingRemoteNotificationsProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRemoteNotificationsProxy.m; path = FirebaseMessaging/Sources/FIRMessagingRemoteNotificationsProxy.m; sourceTree = ""; }; - F76493863369D3D33AE905913F6007EA /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; - F7740F78505B758530381BA4FD20A3B2 /* FPRGDTLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRGDTLogger.h; path = FirebasePerformance/Sources/Loggers/FPRGDTLogger.h; sourceTree = ""; }; - F780517352B38C013C09102386F765BE /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - F788FE37262CF0072FA2B78546A2B4E0 /* RadarChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RadarChartDataSet.swift; path = Source/Charts/Data/Implementations/Standard/RadarChartDataSet.swift; sourceTree = ""; }; - F78C9B4DA3303730EF040179F5E1ACA0 /* Validator.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Validator.modulemap; sourceTree = ""; }; + F762920646D06B48514D1DD70D63A4EB /* NanoPB+CustomStringConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NanoPB+CustomStringConvertible.swift"; path = "FirebaseSessions/Sources/Development/NanoPB+CustomStringConvertible.swift"; sourceTree = ""; }; F7952BBD4DD3330013B60E2297EB2AD4 /* Pods-iOS-WebParticles */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-WebParticles"; path = Pods_iOS_WebParticles.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F7BC265676907A6BC3F679BB80090FC6 /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; - F7D6CA639901D88ACEB6A52A36B22A4D /* FIRCLSRecordIdentity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordIdentity.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h; sourceTree = ""; }; - F7E8F2396D5205CD05B4517EB80055DA /* CocoaLumberjack-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-umbrella.h"; sourceTree = ""; }; - F7F40D6C1E9419D3582AE3BD27D42253 /* Pods-iOS-dydxStateManager */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-dydxStateManager"; path = Pods_iOS_dydxStateManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F82C0B7623789D0AFA670B762451E78E /* FPRURLFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRURLFilter.h; path = FirebasePerformance/Sources/FPRURLFilter.h; sourceTree = ""; }; - F83673CE6C51740E314BA26ABC13AA77 /* PanModal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PanModal.release.xcconfig; sourceTree = ""; }; - F8436890802C549CFC894630DDA417BA /* SVGPolylineElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPolylineElement.h; path = "Source/DOM classes/Unported or Partial DOM/SVGPolylineElement.h"; sourceTree = ""; }; + F79E270E7610EEA8B101A4BC4C848DD1 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; + F7C240AB697046A40BC335B03D13AD26 /* Pods-iOS-dydxStateManagerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxStateManagerTests.debug.xcconfig"; sourceTree = ""; }; + F7E6DBCA48FE64131AE2F48455E2B540 /* Pods-iOS-UIAppToolkits-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-UIAppToolkits-umbrella.h"; sourceTree = ""; }; + F7EC1A414CC7E1D95601415026FA459F /* SVGGElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGElement.m; path = "Source/DOM classes/SVG-DOM/SVGGElement.m"; sourceTree = ""; }; + F7EFF1CAF36F1859FD5F066A9FEBF3F6 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; + F7F40D6C1E9419D3582AE3BD27D42253 /* Pods_iOS_dydxStateManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_dydxStateManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F80211E779BB1E77D70865155652EBBD /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; + F80C722725B3DD9F84C6B6AB8289EF56 /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; + F80F66DA6A3D04F5774F08F7D9D8AE04 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; + F831A8A3BD80BE2D2E50503E5DF7BE73 /* Popover+Lifecycle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Popover+Lifecycle.swift"; path = "Sources/Popover+Lifecycle.swift"; sourceTree = ""; }; F8437BE58881E63196CF1F80191B3E2F /* SVGKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SVGKit; path = SVGKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F857204ABE1267BDA37A7200B6E2A8A7 /* FPRPerfDate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRPerfDate.h; path = FirebasePerformance/Sources/Common/FPRPerfDate.h; sourceTree = ""; }; - F8997019FB4484902D22F1295815FBA1 /* FIRMessagingTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTokenStore.m; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenStore.m; sourceTree = ""; }; - F89BE5D5F546931DEB14C20171E92073 /* GDTCORMetrics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORMetrics.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORMetrics.m; sourceTree = ""; }; - F8A06B54729444C83518A878D0585AA7 /* Pods-iOS-dydxStateManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxStateManager.release.xcconfig"; sourceTree = ""; }; - F8AFBDBC9726AC700FAC785DED43B659 /* HMSegmentedControl-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HMSegmentedControl-prefix.pch"; sourceTree = ""; }; - F8B50D024D8B77268387E9BE568D9CB4 /* BaseClassForAllSVGBasicShapes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BaseClassForAllSVGBasicShapes.m; path = "Source/DOM classes/Unported or Partial DOM/BaseClassForAllSVGBasicShapes.m"; sourceTree = ""; }; - F8BE66B2EDECA2B7E61694A9A1C80CF2 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = FirebaseCore/Internal/Sources/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - F8C2EC0300E59C680CBFCB923F1BDCB2 /* MaterialActivityIndicator.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MaterialActivityIndicator.release.xcconfig; sourceTree = ""; }; - F8CB838B61ED4FFAB58AC9581A7846D4 /* SessionsSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionsSettings.swift; path = FirebaseSessions/Sources/Settings/SessionsSettings.swift; sourceTree = ""; }; - F8E80C11300F894831A6A39566ADEC99 /* KVOController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.debug.xcconfig; sourceTree = ""; }; - F8E9F2316FFCB61CDE409C1F2719DDB6 /* GULSwizzlingCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzlingCache.h; path = GoogleUtilities/SwizzlerTestHelpers/GULSwizzlingCache.h; sourceTree = ""; }; - F935226D8F27DD3DF204DECA978110C9 /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = Source/Charts/Highlight/Range.swift; sourceTree = ""; }; - F942B5E2902BE4042D6180900ACE1501 /* FIRCLSBinaryImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSBinaryImage.h; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h; sourceTree = ""; }; - F95C8C301AB97B0F72A9DFFD6A39B621 /* libPhoneNumber-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libPhoneNumber-iOS-prefix.pch"; sourceTree = ""; }; - F970EE44AC7C6C193164CFCC07C40CCA /* NSScanner+Compat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSScanner+Compat.swift"; path = "Sources/Core/NSScanner+Compat.swift"; sourceTree = ""; }; - F971DFE83907865805A32A4F6805C172 /* Pods-iOS-ParticlesKit-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-ParticlesKit-acknowledgements.plist"; sourceTree = ""; }; - F98FB458C340051251418DD53579BC47 /* SVGPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGPoint.h; path = "Source/DOM classes/SVG-DOM/SVGPoint.h"; sourceTree = ""; }; - F9B66DAFFAF4D754ABD95FDDD5D1365D /* NVActivityIndicatorAnimationBallZigZag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallZigZag.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallZigZag.swift; sourceTree = ""; }; - F9ED53D35AB300F98C5F9CF95773F694 /* EasyTipView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EasyTipView-umbrella.h"; sourceTree = ""; }; - FA05DDF675C11B519EECF831A091D168 /* NVActivityIndicatorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorView.swift; path = Sources/Base/NVActivityIndicatorView.swift; sourceTree = ""; }; - FA0B6078DA8BA50A62F0F4EA0E71D7E4 /* Pods-iOS-UIAppToolkitsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-UIAppToolkitsTests.debug.xcconfig"; sourceTree = ""; }; - FA138098ABA5200EA23E9AB73E897A3A /* RCNConfigSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCNConfigSettings.m; path = FirebaseRemoteConfig/Sources/RCNConfigSettings.m; sourceTree = ""; }; - FA30D13B5547E56FE5AA5F6245212F81 /* CAShapeLayerWithHitTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAShapeLayerWithHitTest.h; path = "Source/QuartzCore additions/CAShapeLayerWithHitTest.h"; sourceTree = ""; }; - FA6BCB7AC7F0EFC6639C6A9FF629B7E0 /* Charts.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Charts.debug.xcconfig; sourceTree = ""; }; - FA6EC1079DA145438F1EDFBA69EAD913 /* FPRInstrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRInstrumentation.h; path = FirebasePerformance/Sources/Instrumentation/FPRInstrumentation.h; sourceTree = ""; }; - FA78D21413BFA0B0A848C5333D8BF5AC /* AMPRevenue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMPRevenue.h; path = Sources/Amplitude/AMPRevenue.h; sourceTree = ""; }; - FA8F27E960B39C27E64FE420649C232B /* FIRCLSDataCollectionArbiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionArbiter.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h; sourceTree = ""; }; - FAB61D27894BF823609334B0A91B9702 /* SetOutputType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SetOutputType.swift; path = Sources/Operators/SetOutputType.swift; sourceTree = ""; }; - FACE4FBBFBAB2681709A7DF632420983 /* SVGKParserSVG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParserSVG.h; path = "Source/Parsers/Parser Extensions/SVGKParserSVG.h"; sourceTree = ""; }; - FAF8093D15A3B5CA762333E516B9861A /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - FB066AA42330D99B3B57A3B9CD177108 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - FB0FFAE5928B429B15F3565E41AD9E05 /* GDTCORFlatFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORFlatFileStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m; sourceTree = ""; }; - FB11F428BA6ADCB43CF443E17728628B /* Pods-iOS-JedioKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-JedioKit.release.xcconfig"; sourceTree = ""; }; - FB30E605ECA69FFFA9FF5C9E7C5C618C /* SVGGradientStop.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGGradientStop.m; path = "Source/DOM classes/Unported or Partial DOM/SVGGradientStop.m"; sourceTree = ""; }; - FB3981A9DAFED07CF2A32551CFA1F45D /* Amplitude-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Amplitude-iOS.modulemap"; sourceTree = ""; }; - FB63009C320C9ADEE36A8A4A7B0A022C /* Pods-iOS-FirebaseStaticInjectionsTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-FirebaseStaticInjectionsTests-Info.plist"; sourceTree = ""; }; - FB6A758E9E78C1F6D11671E432C90FA4 /* SVGUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGUtils.h; path = Source/Utils/SVGUtils.h; sourceTree = ""; }; - FB7CD9D85216D10489494857C848997F /* Pods-iOS-dydxViews-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxViews-umbrella.h"; sourceTree = ""; }; - FB8F3E4FB8FDA860321335A3ABDE5CDF /* Pods-iOS-dydxCarteraTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxCarteraTests.debug.xcconfig"; sourceTree = ""; }; - FBAE869CD64BBAC36117ECD12D5ECFDA /* SessionsProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionsProvider.swift; path = FirebaseSessions/Sources/Public/SessionsProvider.swift; sourceTree = ""; }; - FBC20B2B2C3E8ABDB35E2639667DE02F /* FIRCrashlyticsReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlyticsReport.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h; sourceTree = ""; }; - FBF006F2DA33B699AC63607FAA33839C /* GDTCORMetricsMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORMetricsMetadata.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORMetricsMetadata.m; sourceTree = ""; }; - FBF07FBEE2C2E3566843A102B64FD2AC /* FPRDiagnostics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FPRDiagnostics.h; path = FirebasePerformance/Sources/Common/FPRDiagnostics.h; sourceTree = ""; }; - FBFF4A0AFC9F17060A07764013F3E659 /* Pods-iOS-WebParticles.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-WebParticles.release.xcconfig"; sourceTree = ""; }; - FC702EBF37864DF98352CFD78A47D04F /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; - FC9FA8DCBBBAF45027CEC4FA60A477C7 /* FIRCurrentDateProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCurrentDateProvider.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m; sourceTree = ""; }; - FCAEF58BB9DBC582F93DABE1A40332AA /* ShareReplay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplay.swift; path = Sources/Operators/ShareReplay.swift; sourceTree = ""; }; - FCB804B3DF3E52EE10DA3A358BF41956 /* GDTCORStorageEventSelector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorageEventSelector.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m; sourceTree = ""; }; - FCD50739E09F07BFF7D7FBC027C39890 /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; - FCDA605E757816284E1B4927C1123AE0 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - FCDC395E86D647820C8235844F4F2721 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; - FCE2226E06C6AEFA70D3181B103889B4 /* Amplitude+SSLPinning.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Amplitude+SSLPinning.h"; path = "Sources/Amplitude/Amplitude+SSLPinning.h"; sourceTree = ""; }; - FCE92BE968BD003B6EBC2A96BA907B53 /* GULNetworkInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkInfo.m; path = GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m; sourceTree = ""; }; - FCEE33C1F8E5C2B734FE47D799A37192 /* SimpleKeychain.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SimpleKeychain.release.xcconfig; sourceTree = ""; }; - FCF7FEF99CAAA284BDFE8BE3C4A28FD2 /* Element.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Element.h; path = "Source/DOM classes/Core DOM/Element.h"; sourceTree = ""; }; - FD057DEC638FC9B1C33532B0D3508A5E /* JTCalendar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JTCalendar.debug.xcconfig; sourceTree = ""; }; - FD1ADC77997BFB22B64D43A81F394E72 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h; sourceTree = ""; }; + F8564DEB42E5D50571081E81D1AFB1D3 /* EasyTipView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EasyTipView-dummy.m"; sourceTree = ""; }; + F866612331B1B1F203E39AD8D9714C09 /* SVGDocument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGDocument.m; path = "Source/DOM classes/SVG-DOM/SVGDocument.m"; sourceTree = ""; }; + F87350FD9A7F1BA4789F27DBE31B38FB /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + F88E5D8114C47BB78F92EE802CDAA42C /* NSArray+NBAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+NBAdditions.m"; path = "libPhoneNumber/NSArray+NBAdditions.m"; sourceTree = ""; }; + F89A0F7DDD8B53DE40579611513FD537 /* EFQRCode+Migration-v6.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EFQRCode+Migration-v6.swift"; path = "Source/EFQRCode+Migration-v6.swift"; sourceTree = ""; }; + F8A8C2D8FCD5D6ABC124BAC98EE364AE /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + F8B17156E0636F9AB2873C2C21BEDF80 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + F8B2F44241977D2252F1D2AA30780445 /* GTMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = GTMDefines.h; sourceTree = ""; }; + F8CC249B33B6FA0EE4D0EAFAB9BE218B /* MaterialActivityIndicator.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MaterialActivityIndicator.modulemap; sourceTree = ""; }; + F8D4CAE5A923D5D34C9B0FE6389B2FE2 /* FIRCLSReportUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportUploader.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m; sourceTree = ""; }; + F8E9CC125D82B2F4CF42F35DBFA91C6B /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; + F90E8A6E6B787D4769056D7DFD4A8174 /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; + F91E4609F83F0DEE5622905FF187F1EF /* PlatformCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PlatformCompatibility.swift; path = Sources/Statsig/PlatformCompatibility.swift; sourceTree = ""; }; + F9437D45409B628DDA3CFBDCF96EE3CE /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + F96909F8989F899A3A5AF91015FAC972 /* PanModal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PanModal-dummy.m"; sourceTree = ""; }; + F9885DBDA203F69BB239C2C269DDC87C /* BubbleChartDataEntry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BubbleChartDataEntry.swift; path = Source/Charts/Data/Implementations/Standard/BubbleChartDataEntry.swift; sourceTree = ""; }; + F9929828BC7329F0BCB2B2E1CC08C4EA /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; + F9959F2E6A2BF9B50B6E62C579EC9AB4 /* DrawerMenu-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DrawerMenu-prefix.pch"; sourceTree = ""; }; + F99F3C8D48635ABB58D7FA9FB9A3175C /* GDTCORReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h; sourceTree = ""; }; + F9A1D84D88AE23866649A7974358A57A /* GULRuntimeClassDiff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULRuntimeClassDiff.m; path = GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassDiff.m; sourceTree = ""; }; + F9B5780A78BF8EA1C4990E3A1CDCA10C /* Pods-iOS-dydxV4.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxV4.modulemap"; sourceTree = ""; }; + F9C071E198116ED9A4C2D962025E8CCB /* Patch+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Patch+Sort.swift"; path = "Sources/Differ/Patch+Sort.swift"; sourceTree = ""; }; + F9D23906888A8F51067D287E8B99D2AA /* ZSWTappableLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZSWTappableLabel-umbrella.h"; sourceTree = ""; }; + F9D6AAA293CE32E0A4EEF2B5A69BBD9A /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + F9E963DC6F45A4D59F5558D71DB520EA /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; + F9EAC59C147A07E65DB665E868BF7B81 /* DiagnosticsEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiagnosticsEvent.swift; path = Sources/Statsig/Diagnostics/DiagnosticsEvent.swift; sourceTree = ""; }; + FA30D6470BFEDAEE1DF898ADBC492354 /* NVActivityIndicatorAnimationLineScalePulseOut.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationLineScalePulseOut.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationLineScalePulseOut.swift; sourceTree = ""; }; + FA37802F2C906349496D5252EEE5AD95 /* Pods-iOS-PlatformRoutingTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-PlatformRoutingTests.release.xcconfig"; sourceTree = ""; }; + FA4B6F70AFA9FDF6BB4233B3C8C0EE09 /* Atributika-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Atributika-Info.plist"; sourceTree = ""; }; + FA5333384B1596EEE78FAA9BCDEFC0EC /* Abacus.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Abacus.release.xcconfig; sourceTree = ""; }; + FA6056831CE0F155E3F4A5C969E82DF0 /* Pods-iOS-dydxV4-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-dydxV4-umbrella.h"; sourceTree = ""; }; + FA8319F6545F4157E20B0E8512366EDC /* ValidationRulePattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationRulePattern.swift; path = Validator/Sources/Rules/ValidationRulePattern.swift; sourceTree = ""; }; + FAA6AB0560C7676F16CD59DFB90B57F4 /* Pods-iOS-StatsigInjections */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-iOS-StatsigInjections"; path = Pods_iOS_StatsigInjections.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FAA7D43997EA70D67AA1ED5C630EF2C7 /* FIRSESNanoPBHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRSESNanoPBHelpers.h; path = FirebaseSessions/SourcesObjC/NanoPB/FIRSESNanoPBHelpers.h; sourceTree = ""; }; + FAB6AD2FD43A69F6BE7C80B1AB9A2B7C /* EFPointStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFPointStyle.swift; path = Source/EFPointStyle.swift; sourceTree = ""; }; + FAB988DEE725EC655367E859E55CCC2E /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = ""; }; + FAC7E714C73BF6752C298EEBA9C769BA /* Pods-iOS-dydxAnalytics-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-dydxAnalytics-acknowledgements.markdown"; sourceTree = ""; }; + FAD7818A830877BAD927DB7A5CEBC154 /* Pods-iOS-dydxAnalytics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxAnalytics-Info.plist"; sourceTree = ""; }; + FAF68A6E4950A586B68FF5F18853C8DA /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + FAF91819864794B00AEEB14F828AFC9F /* Pods-iOS-UIAppToolkits-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-UIAppToolkits-dummy.m"; sourceTree = ""; }; + FB12537EEE300FB7634220564FF50864 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + FB201CA8456271AD7C39F6CB222E5E4D /* Pods-iOS-CameraParticlesTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-CameraParticlesTests-acknowledgements.markdown"; sourceTree = ""; }; + FB4E20F518A559BB7DDD8FA8D60AE3E0 /* DOMHelperUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DOMHelperUtilities.h; path = "Source/DOM classes/Core DOM/DOMHelperUtilities.h"; sourceTree = ""; }; + FBB799C3B1362B960146AE5A581D2EED /* NBPhoneNumberUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBPhoneNumberUtil.m; path = libPhoneNumber/NBPhoneNumberUtil.m; sourceTree = ""; }; + FBBC43C95F539FD73E134917836CB860 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; + FBC5D1233DD80D20FC8830AE06139608 /* IChartDataSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IChartDataSet.swift; path = Source/Charts/Data/Interfaces/IChartDataSet.swift; sourceTree = ""; }; + FBE64CE353BBAE140564CC921AA0AA37 /* SDWebImageSwiftUI-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageSwiftUI-dummy.m"; sourceTree = ""; }; + FC0B086FB2CA524C4FA4F868F1EDA3AD /* Pods-iOS-dydxV4-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxV4-Info.plist"; sourceTree = ""; }; + FC22F2DF37C2BF81EE5C6C84A3A9A8E9 /* FPRConsoleURLGenerator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConsoleURLGenerator.m; path = FirebasePerformance/Sources/Common/FPRConsoleURLGenerator.m; sourceTree = ""; }; + FC3C24729137A7ECEBAEDBB64C1AC228 /* FPRMemoryGaugeData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRMemoryGaugeData.m; path = FirebasePerformance/Sources/Gauges/Memory/FPRMemoryGaugeData.m; sourceTree = ""; }; + FC47F713900F499F76B8C1380F487C86 /* Pods-iOS-dydxStateManagerTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-dydxStateManagerTests.modulemap"; sourceTree = ""; }; + FC48D77559BDB8A2D443BB66E13159CC /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + FC6F9ABF485482E3209F883238E09E92 /* JTCalendar-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JTCalendar-prefix.pch"; sourceTree = ""; }; + FC8CB6BAAC904FEFCABAE1545A3BD1AB /* pop.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = pop.modulemap; sourceTree = ""; }; + FC98FC809C04A61BB3280CFB157B565D /* GTMSessionFetcher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.debug.xcconfig; sourceTree = ""; }; + FCDAF876A3C3AFD7C710CC656DAF7DFF /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; + FCDDDB42FC7DBF761DFB8A87AD757D33 /* COSTouchVisualizer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "COSTouchVisualizer-umbrella.h"; sourceTree = ""; }; + FD0F16CE95FFB4C9EAA24C3A98753DDA /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; FD1CF503D77E992C93B82CC90D688683 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - FD55BB486E16093ADDFECB964AD67AB8 /* FIRCLSCallStackTree.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCallStackTree.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSCallStackTree.m; sourceTree = ""; }; - FD57A96C8E22AF7DC5352AB7DE887235 /* Pods-iOS-FirebaseStaticInjections-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-FirebaseStaticInjections-acknowledgements.plist"; sourceTree = ""; }; - FD59C94EF84CACCD68F3499DAF724A27 /* Pods-iOS-RoutingKitTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-RoutingKitTests-umbrella.h"; sourceTree = ""; }; - FD8CEA1E81DA777AE5CE91AD7EA63C4A /* Pods-iOS-Utilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-Utilities.release.xcconfig"; sourceTree = ""; }; - FDA636956807231FE747036916EF2114 /* SVGUnitTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGUnitTypes.h; path = "Source/DOM classes/SVG-DOM/SVGUnitTypes.h"; sourceTree = ""; }; - FDC970234CBF502FD9F3231947731DFA /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; - FDD9B485689B9E81645F2986DF148102 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; - FDF97DDB1D09E6D793AAE371E56741A4 /* Pods-iOS-dydxCartera.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-iOS-dydxCartera.release.xcconfig"; sourceTree = ""; }; - FDFC65FEF07296F4A30E889865C45F99 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - FE046D95F3555E5CA805C9B932C07D75 /* NamedNodeMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NamedNodeMap.h; path = "Source/DOM classes/Core DOM/NamedNodeMap.h"; sourceTree = ""; }; - FE216CCB9BCDEB8241A6A6D4E1832DE4 /* NVActivityIndicatorAnimationBallScaleMultiple.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallScaleMultiple.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallScaleMultiple.swift; sourceTree = ""; }; - FE279795BAD41C7B7649CCC05D54C23C /* FPRGDTLogSampler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRGDTLogSampler.m; path = FirebasePerformance/Sources/Loggers/FPRGDTLogSampler.m; sourceTree = ""; }; - FE5E6CE17922AB01691D0B643886D57C /* RCNConfigDBManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCNConfigDBManager.h; path = FirebaseRemoteConfig/Sources/RCNConfigDBManager.h; sourceTree = ""; }; - FE5E6ECE9D42902F6D350DE45ECE77DC /* PanContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PanContainerView.swift; path = PanModal/View/PanContainerView.swift; sourceTree = ""; }; - FE92558DCD805789872B5CC3E44032E5 /* GULNetworkInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInfo.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULNetworkInfo.h; sourceTree = ""; }; - FEAD9AB2BD3A4A0C15D2E54B3F7A7207 /* NVActivityIndicatorAnimationBallScaleRipple.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NVActivityIndicatorAnimationBallScaleRipple.swift; path = Sources/Base/Animations/NVActivityIndicatorAnimationBallScaleRipple.swift; sourceTree = ""; }; - FEB3612F646CB18A0A89C70E54E1C742 /* SVGKSourceNSData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKSourceNSData.h; path = Source/Sources/SVGKSourceNSData.h; sourceTree = ""; }; - FEFF33073302E4DCCCF880351AF3B169 /* CocoaLumberjack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.debug.xcconfig; sourceTree = ""; }; - FF5C7C4BE600A6AE489FCCCAD8FACBAF /* DrawerMenuStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DrawerMenuStyle.swift; path = DrawerMenu/Classes/style/DrawerMenuStyle.swift; sourceTree = ""; }; - FF64D59C7069BA0AB2D9423E7286D8FA /* Differ-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Differ-Info.plist"; sourceTree = ""; }; - FF7894596F61B42ABEE30E7F77BCB2E2 /* Pods-iOS-UIToolkitsTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-iOS-UIToolkitsTests.modulemap"; sourceTree = ""; }; - FF861DEFACE69E45D008807C6CC1E030 /* ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist"; sourceTree = ""; }; - FFAD40E11B5B505049169EB180E88276 /* FIRCLSLaunchMarkerModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLaunchMarkerModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h; sourceTree = ""; }; - FFB6AE8663A4D80AFF733515926EB157 /* FIRCLSNetworkResponseHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkResponseHandler.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m; sourceTree = ""; }; - FFBEBE180CE25493748D835D10380ABE /* NBRegExMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NBRegExMatcher.m; path = libPhoneNumber/Internal/NBRegExMatcher.m; sourceTree = ""; }; - FFC89CC943F08ECF2E79530C7403E720 /* ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist"; sourceTree = ""; }; - FFD277DADF45D77DEBC48F70BF5E3755 /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; - FFD50B0DC8ED9101E92C4E1A806D2A32 /* JTCalendarPageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JTCalendarPageView.m; path = JTCalendar/Views/JTCalendarPageView.m; sourceTree = ""; }; - FFF3C82F817E739F447572046D28CEDF /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; - FFF8FD411FC876BE96B76535E60C630C /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; + FD20CF1E87BE61832F33DF8C9D4C6767 /* FPRConfigurations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FPRConfigurations.m; path = FirebasePerformance/Sources/Configurations/FPRConfigurations.m; sourceTree = ""; }; + FD2FBC8CA7962F47B402D0F93052E283 /* RemoteSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RemoteSettings.swift; path = FirebaseSessions/Sources/Settings/RemoteSettings.swift; sourceTree = ""; }; + FD4F5719897BA75157044EF3B5922FF2 /* KVOController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KVOController-dummy.m"; sourceTree = ""; }; + FD5265621ABDCE034FEA277C89956825 /* FIRMessagingBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingBackupExcludedPlist.m; path = FirebaseMessaging/Sources/Token/FIRMessagingBackupExcludedPlist.m; sourceTree = ""; }; + FD56C404B7852C5E99D34ED8218D2B91 /* Popovers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Popovers.swift; path = Sources/Popovers.swift; sourceTree = ""; }; + FD57DF3A29BF2D006DA6CBE929EFA666 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + FD705AEF350D93545BF3D1979621264E /* Pods-iOS-PlatformRoutingTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-PlatformRoutingTests-Info.plist"; sourceTree = ""; }; + FD713EAC38FC6435519CA82A82DC6CCA /* A0SimpleKeychain+KeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "A0SimpleKeychain+KeyPair.m"; path = "SimpleKeychain/A0SimpleKeychain+KeyPair.m"; sourceTree = ""; }; + FD735D6F880046C54D6279B36D00B9EC /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; + FD762638ACC032AB891A98434EAC9D72 /* Diagnostics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Diagnostics.swift; path = Sources/Statsig/Diagnostics/Diagnostics.swift; sourceTree = ""; }; + FD7E0A3805501E5E30BEC8B2CF2476F0 /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; + FD99927B36FB9DBC92A13785E65CB6DC /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = Sources/Convenience/Optional.swift; sourceTree = ""; }; + FD9E640FF63BDC95CA14B9B39E841E50 /* Pods-iOS-PlatformParticles-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-iOS-PlatformParticles-acknowledgements.markdown"; sourceTree = ""; }; + FDA54D548A0B19F2A700B22F4C6FD0DE /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + FDB4A2B97516439749C9DD9BEA75DCBD /* FIRMessagingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingUtilities.h; path = FirebaseMessaging/Sources/FIRMessagingUtilities.h; sourceTree = ""; }; + FDCE99FF6D188BF682CAEBE561680605 /* AppsFlyerFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppsFlyerFramework.release.xcconfig; sourceTree = ""; }; + FE068594B862F45C749E351555829DCD /* PromisesObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesObjC-umbrella.h"; sourceTree = ""; }; + FE4DC3784B4789134F21FDEACCFEA750 /* MaterialActivityIndicator-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MaterialActivityIndicator-dummy.m"; sourceTree = ""; }; + FE57BCF80C396177CA6AF207A5727518 /* SVGKParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGKParser.h; path = Source/Parsers/SVGKParser.h; sourceTree = ""; }; + FE6BF00A49C28D57D84B7695099CDDCC /* DefaultAxisValueFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultAxisValueFormatter.swift; path = Source/Charts/Formatters/DefaultAxisValueFormatter.swift; sourceTree = ""; }; + FE8DE451841D448D71BC321F833EB276 /* MaterialActivityIndicator-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MaterialActivityIndicator-umbrella.h"; sourceTree = ""; }; + FE97C5DEE2A0C9E12720380284B38DF1 /* FIRCLSManagerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSManagerData.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.m; sourceTree = ""; }; + FEB2A9DAD4CC5EEB23F3B512ED77DBDA /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; + FEB5E62879D198CA5222150CFF273D77 /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; + FED2277940BED2E810FE0FE4EF6EC071 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = FirebaseCore/Extension/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + FEDD4533B46078A68B23386885586CFF /* Pods-iOS-AppsFlyerStaticInjections-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-iOS-AppsFlyerStaticInjections-dummy.m"; sourceTree = ""; }; + FF09559DD666B1140391C49F430F33A1 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; + FF1D0D13F074A8F654744FE571163816 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; + FF2602BF9AE6FB0CAC6C72AAAACF4D69 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; + FF64559545957E479090786CF3A69BB7 /* MarkerBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarkerBase.swift; path = Sources/Statsig/Diagnostics/MarkerBase.swift; sourceTree = ""; }; + FF7A3A9AEE5C9514205D37B22756666A /* YAxisRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YAxisRenderer.swift; path = Source/Charts/Renderers/YAxisRenderer.swift; sourceTree = ""; }; + FF97723E26B645E59821D6E1539112AB /* SessionsSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionsSettings.swift; path = FirebaseSessions/Sources/Settings/SessionsSettings.swift; sourceTree = ""; }; + FF9F1FDD28215DA09AAE0CB076BECAD4 /* Pods-iOS-ParticlesKitTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-iOS-ParticlesKitTests-umbrella.h"; sourceTree = ""; }; + FFAEDD8487FAFA232E0CBDD680F74169 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; + FFB6F464DDC7EDEB48D104DB669077D8 /* Pods-iOS-dydxChartTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-iOS-dydxChartTests-Info.plist"; sourceTree = ""; }; + FFE2C0F94D0D01DE4561CC4B56132D60 /* ProcessingInstruction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProcessingInstruction.h; path = "Source/DOM classes/Core DOM/ProcessingInstruction.h"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 00058F7ED73E95C8BDF2581207D17538 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 79A61AEAD1AABC89707E828A08514EC2 /* CoreTelephony.framework in Frameworks */, + 0141A4AEA073E2113BDFCD11CF5CC70E /* Foundation.framework in Frameworks */, + 1B6C25A3B84D5B69D13D721F59345DFA /* SystemConfiguration.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 022CABFF798D2508BDD60157285706E3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12808,11 +13025,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0316B5D9F35B38C92BA65D5DB59CEEA5 /* Frameworks */ = { + 03B6099F150864F1C1B6AA94921A5C2A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F1EBD00F78BB2241915D95803B1D802F /* Foundation.framework in Frameworks */, + 53137EBFFEBB15A946937DF2F14F54D8 /* Foundation.framework in Frameworks */, + 6B6DE76896AA0F5F11F1D83FEC055D8F /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12824,6 +13042,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 056DC336D5BEE8E24945F106D0CE6427 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 9EADFC8E71153C4C3516866582A9CDAF /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 060328887F5999B639D544F9E2E9B7A7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12832,11 +13058,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 08A3FA14AB5C7D98A51D4D4A4BA08642 /* Frameworks */ = { + 083E73942ED7F065C94EBF30399C0CE4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0CA3B8DD5804E7546DD87210E65E6832 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DCA9198AF41CB6F6B62A1AD3D377DC8A /* Foundation.framework in Frameworks */, + 0911025AA3310240590325859B3F8684 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12856,6 +13089,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 115DE98DF090D3A27CE78BF35277A1A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3E3FAF1D7499C4979F86346309FC3E85 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 13C5F357661F162FF79AC0BE8B894019 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12864,6 +13105,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 16888CEB8C409D4FEC4CFD223D442DFE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1BB5CAA912E6012EA72FAE42AA6F2048 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 18093F4DDBA4CB351C7DF513D2330BFE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12872,20 +13121,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1B53AE17704A0BC986C0CF06800088B5 /* Frameworks */ = { + 198CBFC283856752A7029F8A5DEF1779 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 95031F88FEF62E368FC4DB69DC63FBE6 /* Foundation.framework in Frameworks */, + 424E9A9BB33249CB8D45F2D0671F44BA /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1D17D1CA99DFB8A9898B0A71193624C4 /* Frameworks */ = { + 1B53AE17704A0BC986C0CF06800088B5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 997959542215AE82560474A89AD6B25C /* Foundation.framework in Frameworks */, - 812C81EBA4FD237A2693E8B10BC1D88D /* UIKit.framework in Frameworks */, + 95031F88FEF62E368FC4DB69DC63FBE6 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12921,151 +13169,151 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2604521E5E511927C3E1E3267DDAAB33 /* Frameworks */ = { + 26E34CE48264C442BBA94C4E10114539 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + CC2AE59AE64AAA547FB42B66A1E3E074 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 26E34CE48264C442BBA94C4E10114539 /* Frameworks */ = { + 2BB6BB952123EFD7B7CAD2EDD6FE6CC1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CC2AE59AE64AAA547FB42B66A1E3E074 /* Foundation.framework in Frameworks */, + 47876790D3C1186C0A1DCE4FBAD22444 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 27F6B9CAB85D45A03693EC4F2AE83EA9 /* Frameworks */ = { + 2E0AB8969026755138C84C4B35B2B0D5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 1C1E100CBD1E36FF0C1859AA5416B2E6 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 29B00E7429766F7BD9BD2B3114C0E96C /* Frameworks */ = { + 2E6B53E6DF9A5BBB678BCB13E2D7A24F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 1BF5CDB1B334CA545B6D16B45E71F894 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2BB6BB952123EFD7B7CAD2EDD6FE6CC1 /* Frameworks */ = { + 2E6E69DBC11F2ECA4F55B58E0F897B47 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 47876790D3C1186C0A1DCE4FBAD22444 /* Foundation.framework in Frameworks */, + C62FCFFD76B05F1D19F4BF457FBC4FAA /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2E0AB8969026755138C84C4B35B2B0D5 /* Frameworks */ = { + 31F9136E69CFB880B97B8F1420AEBD5A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1C1E100CBD1E36FF0C1859AA5416B2E6 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2E6B53E6DF9A5BBB678BCB13E2D7A24F /* Frameworks */ = { + 323D36C70AB997FB4D9A4365EEAF2C19 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1BF5CDB1B334CA545B6D16B45E71F894 /* Foundation.framework in Frameworks */, + 7D6A18D55211246BCD7F2C6D64B774C5 /* Foundation.framework in Frameworks */, + ECE04F822750A697CDA2C4F3E11A0E56 /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2E6E69DBC11F2ECA4F55B58E0F897B47 /* Frameworks */ = { + 352F5B12A336C46373E4C6F647E83F15 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C62FCFFD76B05F1D19F4BF457FBC4FAA /* Foundation.framework in Frameworks */, + 0BB7957C8AC8BD34C334302EAF3AF9DC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 325F0924D1200871011802105514DC73 /* Frameworks */ = { + 35301F75F85782A1401E8C7797A13AFA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5270B343250BCE8D4DFE49B5DD0976FE /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 33D58EDE5719BC79F23AA0DC81DA968C /* Frameworks */ = { + 371CB1ADF7574AB7B07E874FA5CB153E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8AFAEF5BAA2ADED6B11F32D2AF4055A0 /* Foundation.framework in Frameworks */, + D12423117FE9D8D67E9D6B680FD94573 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3460B9C50B94350E20F1336A68680878 /* Frameworks */ = { + 37734DB3C025D7A6FDD8394D5D1171C1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + ED956CF037D38841D159D81FCE720650 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 352F5B12A336C46373E4C6F647E83F15 /* Frameworks */ = { + 39ACB873EC1A9DED4F6A0FDA05EA4CBF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0BB7957C8AC8BD34C334302EAF3AF9DC /* Foundation.framework in Frameworks */, + 5D0F7459C22C4A97D5AD2DC9726EF3B3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 36A0BDCCFE51D8AED0F5A8409FA4BB92 /* Frameworks */ = { + 3D3EBD96F2A789033BF16B325555FCDA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + C862C508564107ACC3BBC913D2D50A43 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 37734DB3C025D7A6FDD8394D5D1171C1 /* Frameworks */ = { + 41F49E0A58016314347C5FFC1DCFC12A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ED956CF037D38841D159D81FCE720650 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 37C541FE7C109256653E76D0DE0B70F7 /* Frameworks */ = { + 422C6F75666527D902356A66DD26F477 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BA81FB3EE8AC56CBE2D62254AB8B4065 /* Foundation.framework in Frameworks */, - 8CCBDCD17767B6D1C60DC0B3E1E1964F /* SystemConfiguration.framework in Frameworks */, + 7563ED29D55C49A8FB7F3148286B9346 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 39ACB873EC1A9DED4F6A0FDA05EA4CBF /* Frameworks */ = { + 43087D45FDE4C319EA3ED745E0BC906C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5D0F7459C22C4A97D5AD2DC9726EF3B3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3AB1496C64E77EF9BB4B0C09D10D610F /* Frameworks */ = { + 45024780010F45E38A93709F34E9B2C5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C52671C741F3B8E7038F1F0BF0B968E7 /* Foundation.framework in Frameworks */, + B21A54DB1358A6C49085FA910681F3CF /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3D3EBD96F2A789033BF16B325555FCDA /* Frameworks */ = { + 474917A8CE956D8A2269117E78AF09C2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C862C508564107ACC3BBC913D2D50A43 /* Foundation.framework in Frameworks */, + 9508423E9E493994EC1DC6CDEC5A5EF3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 474917A8CE956D8A2269117E78AF09C2 /* Frameworks */ = { + 4EEB53F431AE17065D5B85BAD6BB4D0C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9508423E9E493994EC1DC6CDEC5A5EF3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13085,19 +13333,33 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 59C4C193DFC434C141F6C4AD13B998F7 /* Frameworks */ = { + 546D8E357987A8B0C5ABAAF4A9B46C09 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 56836F1196AE7C25259C3A40B0227364 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C030EB120669FED65F252B4856208635 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 572194DD2525DE058A21B24FF56E39FB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CC92677C2FEFD7E29A68AA52B846889D /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 602C373FEC6BB33E90885525E82DB079 /* Frameworks */ = { + 59C4C193DFC434C141F6C4AD13B998F7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0B7E9670ABE9F00EEF10A07A133AB73C /* Foundation.framework in Frameworks */, + CC92677C2FEFD7E29A68AA52B846889D /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13110,19 +13372,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 66D997CC71DA26DCCCB800BFBD7CC96F /* Frameworks */ = { + 63EC0240C412AD6CB9AF03E729FAEFA7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BD0695CDBD19D0C93B3E021E34A5AC1D /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 67414A58C9CA151674F1339302CF541C /* Frameworks */ = { + 648824E14CA76817152ACC1715117CC1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C49E7B339E6BC1E25EA103B77354CF08 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13144,58 +13404,79 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6F796DCACF7FECDF5C5CEF6AFE7BC0FF /* Frameworks */ = { + 68D1749CCE9A19C07AC6DEF455A795B1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C7E343559158D03F717C616F79FAA006 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7540B8AE0BB941328F4A1AEAF077C0B5 /* Frameworks */ = { + 6B628E77EF592BDFF311C3E12BC331AC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 908D531C5384DC99BC5293E6938166FC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7699D8AA3C953A9B1EF32FBCD27B803E /* Frameworks */ = { + 6BBC7060FDD02775D683C66449E80703 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + BACA2CB52F8435868F743007E3BD70C7 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 77C8E86204B2EC747C36582DA55B9820 /* Frameworks */ = { + 6BDDDD73AC1C31566CB601DEA73ADDFC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 660A868E5E55FAFFD6B7D67BAC07E2E3 /* Foundation.framework in Frameworks */, + E2E19DBFE22DD7A56798C93EC788E980 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6F796DCACF7FECDF5C5CEF6AFE7BC0FF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C7E343559158D03F717C616F79FAA006 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7265343A759EAEE3E73AEE519049876C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 7A0A71EB3367AEC562B974F49078588E /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 77FB98EF228D958C86A3D82E3392D4A2 /* Frameworks */ = { + 72DAC0FE8B116710DDC3C25160046F20 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 67C5FEA0D0A13F7769E132DF8C034E0E /* Foundation.framework in Frameworks */, - 3B28E9E40450EFBE9742F6AFBDE10405 /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 78C76434690E2F339B2CDA2B3BFA88AB /* Frameworks */ = { + 7540B8AE0BB941328F4A1AEAF077C0B5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 908D531C5384DC99BC5293E6938166FC /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 759B89E0F3DEFBA590BF577E4B18CBD9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9CD44A0948858A1630C2179BE84D3F9C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7A3BB0EC55AC9E457494678EC05CE9CB /* Frameworks */ = { + 77C8E86204B2EC747C36582DA55B9820 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 660A868E5E55FAFFD6B7D67BAC07E2E3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13219,11 +13500,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7BC179FF1D92DD143C2D9CCDF2C265B7 /* Frameworks */ = { + 7B92324CD795B16ACDA4079DB362BE02 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7E2363C03D3708A96B9BD3A01549D63A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E43E37DEAF0CEEC2AD576F6B5CF13BE5 /* Foundation.framework in Frameworks */, + 26B6DD929997F0E1FB4E11E7F305ADBF /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13243,21 +13531,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 830BDACCAEF2BB49A2AC06DA0ECCE6DF /* Frameworks */ = { + 844B884CE302D54727D16D5679325613 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0D9D21965A0609661EEF52A19964913D /* CoreTelephony.framework in Frameworks */, - DE9AEAB005FAC2670923F2D2F2F09BAA /* Foundation.framework in Frameworks */, - 4D5B10D063F9ECD6A354E07850F4BE4E /* SystemConfiguration.framework in Frameworks */, + FD759B89BD4ECA6495AD86543A9B93B9 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 844B884CE302D54727D16D5679325613 /* Frameworks */ = { + 851D53D736B02EAB0D4FDCD6D481E40B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FD759B89BD4ECA6495AD86543A9B93B9 /* Foundation.framework in Frameworks */, + 679A510430E1E7CBF43CBCB2FBF56424 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13269,32 +13555,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 89A0176365AF0986E1A670279F74ACB6 /* Frameworks */ = { + 8BA1CDC4E1DFA1E35CECFF95F8C0A60B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8B2B521053C603EEDD50BB2CAFF53268 /* Frameworks */ = { + 8E1F09E04CDD16F7E7A24FEB7F5FBEBD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CD55F93685C8C6AF28108A80D1EF537C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8F1473C6C7766ECF5537973A2CF98CEA /* Frameworks */ = { + 8E70ED45877BC3DAE5D7472CE2FBCFE9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 27AC41BC2C325E21D3ED781A121AD5D4 /* CoreTelephony.framework in Frameworks */, - 00BE3D7A1CBE2EA971346A26ABA148CF /* Foundation.framework in Frameworks */, - 58791BEEDD949C227150E85FACEABED1 /* QuartzCore.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8FDBB617C72A487294D55F546F56433B /* Frameworks */ = { + 8FB78C69DD9AFFB3D93830D5CFD4E484 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -13311,43 +13593,45 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 93501D1736AA29EB89C0851AC2034551 /* Frameworks */ = { + 99F8CE7234C0F9B72CDB31E8E7CBC24C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 9BA2787F0C58C06C0274040195CF7E93 /* CoreText.framework in Frameworks */, + B4987DC42B3DDC4B450DF84FB7BEC6BF /* Foundation.framework in Frameworks */, + 36F2169937EDECE8A7CD173028F31F4B /* QuartzCore.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 99F8CE7234C0F9B72CDB31E8E7CBC24C /* Frameworks */ = { + 9DE4307ED3BF820014840C423166708E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9BA2787F0C58C06C0274040195CF7E93 /* CoreText.framework in Frameworks */, - B4987DC42B3DDC4B450DF84FB7BEC6BF /* Foundation.framework in Frameworks */, - 36F2169937EDECE8A7CD173028F31F4B /* QuartzCore.framework in Frameworks */, + 1C5EEDD76DCCB1F8B5FFC270EB876EF3 /* Foundation.framework in Frameworks */, + 0470664079E6AC5C9964CEC712668BC6 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9B8C82D7924F7A41962DCD66504B58B2 /* Frameworks */ = { + 9EC31A9E7680BD009A22B0D62A665A4F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9D434C0BBBE943511C0751F2A745B5FE /* Frameworks */ = { + A7E4D704D7DDA576EB1C9DD08BEFE251 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 198BA1200BC7D50959156424EA45F1E8 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9DE4307ED3BF820014840C423166708E /* Frameworks */ = { + AAC32139238F975AB8020E29FC90420A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1C5EEDD76DCCB1F8B5FFC270EB876EF3 /* Foundation.framework in Frameworks */, - 0470664079E6AC5C9964CEC712668BC6 /* UIKit.framework in Frameworks */, + 7E8B318AC5B313507D50158FF56CEFBD /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13368,13 +13652,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AFC2B226BDAE1C7833A23C164A5CCDC9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; AFF472590F7E17200944CB3BE693B9D6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -13384,15 +13661,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B15C8043A470AF2A64FB04C6D5240464 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D5D5C0962913FA87FFCE7E99D0395C35 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B1C872DE10DA059B1CCB613CDE4BA114 /* Frameworks */ = { + B22D2566731E84B240748B3C2080E269 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -13408,29 +13677,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B5FFF47D3B4A67F95B5FB590131957E4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 420AA6CB1DDB2790CFC749D13F30DFDE /* Foundation.framework in Frameworks */, - 514862FBCE85BC962789B5BDE117F41D /* QuartzCore.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B6902F0353C61AC6FB757D54B261376D /* Frameworks */ = { + B4879AD472B8AB1EB7E855AD8B36AE05 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + E37BA1D884BE7FA6CCF36A1CFB4638BA /* Foundation.framework in Frameworks */, + DD8483C39EB1CB336127B5E1AB0D0572 /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B6E4CC79FCEC6C1E64B57BE872E99292 /* Frameworks */ = { + B5FFF47D3B4A67F95B5FB590131957E4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 63B55BB6A65AED6CB53977969CE18BC8 /* Foundation.framework in Frameworks */, - 3E6A1B21D718E3F9D9B372FA20322759 /* Security.framework in Frameworks */, - 9D1FE3063BFAA3535394458E21632CC6 /* SystemConfiguration.framework in Frameworks */, + 420AA6CB1DDB2790CFC749D13F30DFDE /* Foundation.framework in Frameworks */, + 514862FBCE85BC962789B5BDE117F41D /* QuartzCore.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13469,11 +13730,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BC8D87AE18B82215614CC250A3526BD8 /* Frameworks */ = { + BCC63019CDCE6D0BD909F306D4A3DA70 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 567C7C9F789D79BFF16E53A2B762B361 /* Foundation.framework in Frameworks */, + 0F3C351F73D85EB23DA9250A7A2E61B4 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13493,20 +13754,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BF3863AA75BAB2FF28DD891E40A2B644 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BFFA23BDC21AC7A10239AE9799BEC34C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; C159E3F4EA6DBA0621043DB639C830AC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -13515,19 +13762,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C3A1771C7B82A8691EF87854F63A4832 /* Frameworks */ = { + C3D68A14114A20871E2E85B3B024FF3F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BC20332401D08F663BB75ED5624DB53A /* Foundation.framework in Frameworks */, + E0E903FE5865D5C925022407FCED1C9F /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C3D68A14114A20871E2E85B3B024FF3F /* Frameworks */ = { + C42CDA85B9373D686C4DF573D7B6C35B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E0E903FE5865D5C925022407FCED1C9F /* Foundation.framework in Frameworks */, + 9CB464B7ABEB21CD21F3A45825361F8B /* CoreTelephony.framework in Frameworks */, + C2C115751BAA4A8C2542D2EDF83E4B5F /* Foundation.framework in Frameworks */, + 9FC2D30B9946608FE796910B006893D1 /* QuartzCore.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13557,21 +13806,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D09D7F3A50AD85F55DD7C043CFF8816A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7EABA9A24ED98DD6ACB4B4C8D27596A0 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D0A22A3CA5A7E98912C1739EE753B1DB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; D0DB0AD3A45F6A519361F3DF7B08CA01 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -13637,82 +13871,85 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E13D5596F3FD28FB54AAB132061B48A4 /* Frameworks */ = { + DFC83BCEEA98E3A3CB9AA989B0E24E13 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 819C8D5504145477FA04AF0091784C35 /* Foundation.framework in Frameworks */, + 2F7F7FD2627174CD62757DE55751EC27 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E188286B4A0178EE507551B648881D73 /* Frameworks */ = { + E13D5596F3FD28FB54AAB132061B48A4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CA3C21A8D02EF9B6A925048323957C49 /* CoreGraphics.framework in Frameworks */, - 996780E7ED54682803002CE40C4A47B8 /* Foundation.framework in Frameworks */, - 97F77473BF1BA391CABC7FC9AB1CB694 /* UIKit.framework in Frameworks */, + 819C8D5504145477FA04AF0091784C35 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E2AD1E34287B51DA2BF1E158A4C5F924 /* Frameworks */ = { + E149F4C0D7C6ED803774291A4F90CE3E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7A67E23289B908C123066E5E93A442EA /* Foundation.framework in Frameworks */, + 3662810306146F9EB77D3CDA1AF58364 /* Foundation.framework in Frameworks */, + 98C68B2BE3C90212B35DF004DAB1647D /* Security.framework in Frameworks */, + 4EED6405D19F2304D7F8BD816380FD09 /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E93418D93CD3DE01F117FEF0FE9AB066 /* Frameworks */ = { + E188286B4A0178EE507551B648881D73 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 302C0E623FCE640903363903AA976614 /* Foundation.framework in Frameworks */, + CA3C21A8D02EF9B6A925048323957C49 /* CoreGraphics.framework in Frameworks */, + 996780E7ED54682803002CE40C4A47B8 /* Foundation.framework in Frameworks */, + 97F77473BF1BA391CABC7FC9AB1CB694 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EE087F5BC61328FDC85EF38AD40429E4 /* Frameworks */ = { + E2AD1E34287B51DA2BF1E158A4C5F924 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D0811C1F04AAE862BC9706A718C765AD /* Foundation.framework in Frameworks */, + 7A67E23289B908C123066E5E93A442EA /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EE44A4065330B4BAA4127F373A88BF0A /* Frameworks */ = { + E93418D93CD3DE01F117FEF0FE9AB066 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 302C0E623FCE640903363903AA976614 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EE78E40D3A10E6A69A437EBECD11F705 /* Frameworks */ = { + EE087F5BC61328FDC85EF38AD40429E4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 226D535F950EA0693B0D20EAAD4EEA42 /* Foundation.framework in Frameworks */, + D0811C1F04AAE862BC9706A718C765AD /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - EF4B5A6F8439BE35A70EB923258BAFB1 /* Frameworks */ = { + EEDE484BDC7362D06818AFC4E029D082 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F13AF13F9001FE43F8D952C6221D9A7C /* Frameworks */ = { + F05865F897FE3735B5198A5C40F75058 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5106EC69D16D7F501E2232E5DDB3C200 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - F46FCF8682D51A9DECC0E036AAC62283 /* Frameworks */ = { + F067D2D64D47AB6211FE729958F3D2F2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 84A01579B0505F92DA21A89026EA3BA3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13740,13 +13977,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F793377E0A87F0EA5243CB40FB56FEE9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; FA594F9A743B3594CA18A514F54E4CD1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -13755,4879 +13985,4934 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FABE3377FCD47DB53C6709FBE20535EB /* Frameworks */ = { + FB884C07FB2D92A70919BB7143056151 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 89262EF3FC8293F66771216E2D17B5FC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - FB884C07FB2D92A70919BB7143056151 /* Frameworks */ = { + FC0EF095F08ECB3942096AA6446B707C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 89262EF3FC8293F66771216E2D17B5FC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0024DA6F743B33E729896902717B5534 /* Reachability */ = { + 03053CAE2FC0991356579BB19D97E6C8 /* Support Files */ = { isa = PBXGroup; children = ( - 9A5F6FC4CB6D9CF28018F77B0BD86143 /* GULReachabilityChecker.h */, - 6FE219C56120DAD546E8944DC751532D /* GULReachabilityChecker.m */, - 57E380AB223CF5C4601C115AFE5D80DB /* GULReachabilityChecker+Internal.h */, - 094918B7CF5A432562E47B0CCE6C42D3 /* GULReachabilityMessageCode.h */, + F8CC249B33B6FA0EE4D0EAFAB9BE218B /* MaterialActivityIndicator.modulemap */, + FE4DC3784B4789134F21FDEACCFEA750 /* MaterialActivityIndicator-dummy.m */, + 567E8E527D4277195CF9EB83ADD95D96 /* MaterialActivityIndicator-Info.plist */, + E103699603FC88F4F6A24F5DED6E863C /* MaterialActivityIndicator-prefix.pch */, + FE8DE451841D448D71BC321F833EB276 /* MaterialActivityIndicator-umbrella.h */, + 3E56DFD413DC4F29467CFF7A848CC964 /* MaterialActivityIndicator.debug.xcconfig */, + 00EFAD28CC48514E1B783A1C992733F1 /* MaterialActivityIndicator.release.xcconfig */, ); - name = Reachability; + name = "Support Files"; + path = "../Target Support Files/MaterialActivityIndicator"; sourceTree = ""; }; - 002537F45B8E363204DB99BB02ABF0B2 /* Support Files */ = { + 04A84D8DA6F717A7B719F17B8706D454 /* WithoutAdIdSupport */ = { isa = PBXGroup; children = ( - 3EDCA44E47CDAB80878BC9BEA33588AE /* FirebaseSessions.modulemap */, - 7FDAAB9D2B6FE3AC539D210CC5BAD94E /* FirebaseSessions-dummy.m */, - 482ABE8DCD5608927515A4EFF0D43CA4 /* FirebaseSessions-Info.plist */, - 38F48BD45AF696A622BDA3A5C869D98D /* FirebaseSessions-umbrella.h */, - 2736DA55F31FE60DEC2A56F609B5D2EB /* FirebaseSessions.debug.xcconfig */, - 64BCAA29C53BE246F37B9DD33A0A93D3 /* FirebaseSessions.release.xcconfig */, + 8000334A0BB3C1EA9A02E1A143176EEF /* Frameworks */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseSessions"; + name = WithoutAdIdSupport; sourceTree = ""; }; - 015180C88928C11E3151F9959E0A385F /* Support Files */ = { + 05A9112F23FDB591ED4BB110DAA61380 /* Pods-iOS-AppsFlyerStaticInjections */ = { isa = PBXGroup; children = ( - FB3981A9DAFED07CF2A32551CFA1F45D /* Amplitude-iOS.modulemap */, - EA222D196576A18F9538118BA6985119 /* Amplitude-iOS-dummy.m */, - 66BEFA001EC1D05EE0F6D7D1486F110C /* Amplitude-iOS-Info.plist */, - 964672D0E4B16F67CE548A6BCE44CAEE /* Amplitude-iOS-prefix.pch */, - EB5496CE3BDB213E8654CD0400A569B3 /* Amplitude-iOS-umbrella.h */, - 354696B12413D910B22DFAC80CDD91CA /* Amplitude-iOS.debug.xcconfig */, - 14F49E955D9E5D5FBD64232A706146C7 /* Amplitude-iOS.release.xcconfig */, + A30F380DCDAF0A23B0903535C0941AF6 /* Pods-iOS-AppsFlyerStaticInjections.modulemap */, + BE19F26A19D87D862271DCEF9CCE7F09 /* Pods-iOS-AppsFlyerStaticInjections-acknowledgements.markdown */, + D457DBA734D3F90EDEAFB76CE0BCC8CF /* Pods-iOS-AppsFlyerStaticInjections-acknowledgements.plist */, + FEDD4533B46078A68B23386885586CFF /* Pods-iOS-AppsFlyerStaticInjections-dummy.m */, + CE1E8C785B75E0839D997A5EC9BE48E4 /* Pods-iOS-AppsFlyerStaticInjections-Info.plist */, + 259E88FFBDF7D07B7771C66A793C11E5 /* Pods-iOS-AppsFlyerStaticInjections-resources.sh */, + 00C899BBE29FFC2E96B1B5457B2A5FA6 /* Pods-iOS-AppsFlyerStaticInjections-umbrella.h */, + 409BA783C9BAD36C67FAB4903053B4A2 /* Pods-iOS-AppsFlyerStaticInjections.debug.xcconfig */, + 946502B6B7B6DC861322907805B5DE35 /* Pods-iOS-AppsFlyerStaticInjections.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/Amplitude-iOS"; + name = "Pods-iOS-AppsFlyerStaticInjections"; + path = "Target Support Files/Pods-iOS-AppsFlyerStaticInjections"; sourceTree = ""; }; - 019428B20F470B0CC2D99F715CEDD4AC /* Pods-iOS-ParticlesKit */ = { + 08829008E5EB8F22BC1BC416225BEC0C /* Pods-iOS-PlatformRoutingTests */ = { isa = PBXGroup; children = ( - D59ADE7E099C10B186FADED7B661684F /* Pods-iOS-ParticlesKit.modulemap */, - 3916CE27908F539DF4F524FD153BEDBE /* Pods-iOS-ParticlesKit-acknowledgements.markdown */, - F971DFE83907865805A32A4F6805C172 /* Pods-iOS-ParticlesKit-acknowledgements.plist */, - 9E22090837943491E7A3E3641E22E8C5 /* Pods-iOS-ParticlesKit-dummy.m */, - 4BC1E63D7738CDFBE8F66C25FB8FF4C8 /* Pods-iOS-ParticlesKit-Info.plist */, - 55E44178AC577FA3584E10CFCEF23352 /* Pods-iOS-ParticlesKit-umbrella.h */, - A693044785A8B4537CF4062EB2257485 /* Pods-iOS-ParticlesKit.debug.xcconfig */, - 7FEF3620B0D251CE3DF3E42EDB968EFC /* Pods-iOS-ParticlesKit.release.xcconfig */, + 0546CF12925E73664751E3A179EFC8B1 /* Pods-iOS-PlatformRoutingTests.modulemap */, + 3295BD6666C85E5F9B86963F3ADE99EA /* Pods-iOS-PlatformRoutingTests-acknowledgements.markdown */, + A590A90859A068DAB23B41ABB25AF490 /* Pods-iOS-PlatformRoutingTests-acknowledgements.plist */, + 08C196509946AE957A9C179DAC25DAE2 /* Pods-iOS-PlatformRoutingTests-dummy.m */, + 549FF72D94EC22BE087E28DDED3A3A79 /* Pods-iOS-PlatformRoutingTests-frameworks.sh */, + FD705AEF350D93545BF3D1979621264E /* Pods-iOS-PlatformRoutingTests-Info.plist */, + C1FCCFA942035D188AE9CC09DB5BE531 /* Pods-iOS-PlatformRoutingTests-umbrella.h */, + 745BBB05961D87C5EF1B52698C94CA33 /* Pods-iOS-PlatformRoutingTests.debug.xcconfig */, + FA37802F2C906349496D5252EEE5AD95 /* Pods-iOS-PlatformRoutingTests.release.xcconfig */, ); - name = "Pods-iOS-ParticlesKit"; - path = "Target Support Files/Pods-iOS-ParticlesKit"; + name = "Pods-iOS-PlatformRoutingTests"; + path = "Target Support Files/Pods-iOS-PlatformRoutingTests"; sourceTree = ""; }; - 028358F201A2EBF7B70A0EB461D8311C /* Pods-iOS-dydxStateManagerTests */ = { + 09974C34A0AE6053A1ECC4CBAA1BFF92 /* Resources */ = { isa = PBXGroup; children = ( - 820B63C974A0580E3F8C2CC516390BA4 /* Pods-iOS-dydxStateManagerTests.modulemap */, - 04BF1FC90988EA6D53BE898995833CC5 /* Pods-iOS-dydxStateManagerTests-acknowledgements.markdown */, - 8BFD3F250B690B026179A49E7B7E3F40 /* Pods-iOS-dydxStateManagerTests-acknowledgements.plist */, - E487FBB949E8D80697731CEBD0B808C6 /* Pods-iOS-dydxStateManagerTests-dummy.m */, - 073D8A84143B01C107350B4B67E46CB0 /* Pods-iOS-dydxStateManagerTests-frameworks.sh */, - 1FA17DAF8D459ADED06E3E5C7A5AD0BF /* Pods-iOS-dydxStateManagerTests-Info.plist */, - EAB5186E1F87A9A6C829DBCCDDF9E77B /* Pods-iOS-dydxStateManagerTests-umbrella.h */, - A36BC3546055EB979CB61BDCD8707F89 /* Pods-iOS-dydxStateManagerTests.debug.xcconfig */, - 49EEEB44D486784DC99E5EC2DB0D87CE /* Pods-iOS-dydxStateManagerTests.release.xcconfig */, + 539A83D4B2504C81E5E5A3AC5D5FA898 /* PrivacyInfo.xcprivacy */, ); - name = "Pods-iOS-dydxStateManagerTests"; - path = "Target Support Files/Pods-iOS-dydxStateManagerTests"; + name = Resources; sourceTree = ""; }; - 03428BD51CD51C2AD3813603817CDCD3 /* NSString+HTML */ = { + 09D062F85E56580B26BFF6910E3DBC76 /* MaterialActivityIndicator */ = { isa = PBXGroup; children = ( - A4A8C40E7DDEAD13C809F798670339D6 /* GTMNSString+HTML.h */, - AF7C76ADC414260E4619550409AB559E /* GTMNSString+HTML.m */, + 4EFB1849BD28F123819A92F94734679C /* CAPropertyAnimation+Key.swift */, + 48464690EFF018E49D14069CCC22C056 /* CGRect+Center.swift */, + 1443E52078D355A124F6F6AF099BF809 /* CGSize+Min.swift */, + 2A436227340918FC9B1C0276EB1F00B9 /* MaterialActivityIndicator.swift */, + 2335EB86FF6A5F83349167A41B5DE4EC /* MaterialActivityIndicatorAnimator.swift */, + 671B436DA0BEDA80C53DC14980C5CD6E /* UIBezierPath+Circle.swift */, + 03053CAE2FC0991356579BB19D97E6C8 /* Support Files */, ); - name = "NSString+HTML"; + path = MaterialActivityIndicator; sourceTree = ""; }; - 04941DDF0B478325B3EB05F0994A122D /* decode */ = { + 0A01C41DFB6BA99F925ADDF33BA25C3B /* Targets Support Files */ = { isa = PBXGroup; children = ( + 11074CB3C9F6CFB4893E1C879AB9C1FE /* Pods-iOS-AmplitudeInjections */, + 8E11B8C602C0E5FC799A12AB5491EE18 /* Pods-iOS-AmplitudeInjectionsTests */, + 05A9112F23FDB591ED4BB110DAA61380 /* Pods-iOS-AppsFlyerStaticInjections */, + E8BFA4A8E8C182A4153336B3CBC01782 /* Pods-iOS-CameraParticles */, + FBDB31587E67166A4F21B1222B80F26A /* Pods-iOS-CameraParticlesTests */, + A98E7763E24D97E6CB12C7BD83B0D677 /* Pods-iOS-dydxAnalytics */, + 3F2FC30CEF289CC6DEE7889A13F26707 /* Pods-iOS-dydxCartera */, + 2441430DE8C624EB74630BCE07E4A638 /* Pods-iOS-dydxCarteraTests */, + 97F64838FAB954205748E1E9879F9E09 /* Pods-iOS-dydxChart */, + 17E9D985EE017149F73F926168043FB8 /* Pods-iOS-dydxChartTests */, + 0DFB1E31FB61688C6EB6D22A238D8B77 /* Pods-iOS-dydxFormatter */, + 561815762BDA70C915B9909AEFD8F765 /* Pods-iOS-dydxFormatterTests */, + E7D7F8E250A023D03D0E8122C6E6A47A /* Pods-iOS-dydxPresenters */, + D26FEE7E519E0B4C4E75A3572D767027 /* Pods-iOS-dydxPresentersTests */, + 631BE464B0DA97FB7DCBA86DE00731F8 /* Pods-iOS-dydxStateManager */, + E75BFB9FE1B0A92E5A1351D2372BE23C /* Pods-iOS-dydxStateManagerTests */, + DE9DA9930A6E4BA5490E776C9D532035 /* Pods-iOS-dydxV4 */, + 5172AEEC5C3E5BF0C8EB7525FB8F552A /* Pods-iOS-dydxV4Tests */, + 9DCA35C8CC54E8BE6D50CCA5C423E6E9 /* Pods-iOS-dydxViews */, + EBA978EA5B1A6B53F6C52C33E34D95B9 /* Pods-iOS-dydxViewsTests */, + 58EA82E2F6990B72A3AC5D2DC2C04C5C /* Pods-iOS-FirebaseStaticInjections */, + F55B0CF5C0156A796125F8919BF0F56C /* Pods-iOS-FirebaseStaticInjectionsTests */, + D9698D97841701D27B5FDD89A49D1624 /* Pods-iOS-JedioKit */, + D1AADBF905E6E6D4483C59A2C8555542 /* Pods-iOS-JedioKitTests */, + 303C9B2F379082C118B87638ED1BAA63 /* Pods-iOS-ParticlesCommonModels */, + 49A634BB6A807803A36C224BB9E11CF0 /* Pods-iOS-ParticlesCommonModelsTests */, + AF4AD7EAEC327CEE2DB9ACC3B1FBE1CF /* Pods-iOS-ParticlesKit */, + 8D4C9A997A7BD0013490BA43B384E62B /* Pods-iOS-ParticlesKitTests */, + D8021656CCF6D27FC3F107DFE805897F /* Pods-iOS-PlatformParticles */, + 7065F7CA104FEF7D98FCAC9863D328A6 /* Pods-iOS-PlatformParticlesTests */, + A7222FD08DFFB638197B1345FBB1C0D8 /* Pods-iOS-PlatformRouting */, + 08829008E5EB8F22BC1BC416225BEC0C /* Pods-iOS-PlatformRoutingTests */, + FF70A9A61063A0D7997B7D4F0853F521 /* Pods-iOS-PlatformUI */, + 85F224F6E5751E5C26E0251FF4F31DF5 /* Pods-iOS-PlatformUIJedio */, + 6CC5B9B729C910D2226EED3F22F52A4C /* Pods-iOS-PlatformUIJedioTests */, + 974507DE4F753E73AFA397F5152EFA2D /* Pods-iOS-PlatformUITests */, + 70CF2EBDEA001C1678E8FAADE98022C8 /* Pods-iOS-RoutingKit */, + F3CB4F136468DDA32CD4BECBE5782C28 /* Pods-iOS-RoutingKitTests */, + 11AF865DBE26328F620B1F03C23AA44D /* Pods-iOS-StatsigInjections */, + 5E5A0F40F1BB94A46FCDD85FCC4E0F03 /* Pods-iOS-UIAppToolkits */, + 26D31433842B5C1BE96404791EE0F988 /* Pods-iOS-UIAppToolkitsTests */, + 48DCD584D9C18AD179F5BD216D5ABDBF /* Pods-iOS-UIToolkits */, + 817FC2EB5B7C4BC079DFE6D7A5250C64 /* Pods-iOS-UIToolkitsTests */, + 768DFE32406FF780C7BD4FB2E19A60A3 /* Pods-iOS-Utilities */, + 626183D88162E40B103BFFDF8259A9A6 /* Pods-iOS-UtilitiesTests */, + 7A8A5F73B63CD4BA3296481BB1351EBB /* Pods-iOS-WebParticles */, + 3B6D8C32376C98AAE5BF85693483E9B3 /* Pods-iOS-WebParticlesTests */, ); - name = decode; + name = "Targets Support Files"; sourceTree = ""; }; - 055E65DA6DFED69BA37CD00A9DAEE1FB /* Support Files */ = { + 0A1B33688435954A5ADBE2F7058026F5 /* Firebase */ = { isa = PBXGroup; children = ( - 2B93C0E34F53AB9921C2DFCE53BFC80C /* ZSWTappableLabel.modulemap */, - 93519CBBDDE03F52446A027E8ED2BA33 /* ZSWTappableLabel-dummy.m */, - E6176868BFF5A7375E0FEC0C2B4E3F0D /* ZSWTappableLabel-Info.plist */, - 0139A8C8CA8B09766A4C9A81B486511B /* ZSWTappableLabel-prefix.pch */, - E5C2A2A22CC3480384164E7E8D20F2B6 /* ZSWTappableLabel-umbrella.h */, - C86D2BC9EF4EEA96AED166F1B3C29191 /* ZSWTappableLabel.debug.xcconfig */, - 9B556EF55ECE37596F5FEECAAA28E014 /* ZSWTappableLabel.release.xcconfig */, + E9D4A68737D51E29B28715B0D60A19D5 /* CoreOnly */, + 589C7D089B5B49A560D4FDE1DC0A9AEE /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/ZSWTappableLabel"; + path = Firebase; sourceTree = ""; }; - 05F3D3DB3D7BA222F74CF6F42D7E4C5A /* Resources */ = { + 0A2CFD4872D3D5C2CF6AF692706D948F /* Frameworks */ = { isa = PBXGroup; children = ( - 404577E528498ADD830E27E54DE644FA /* PrivacyInfo.xcprivacy */, + 3A0B7CB659D6BF9B4E78B5F8AEBA3DAB /* Abacus.framework */, ); - name = Resources; + name = Frameworks; sourceTree = ""; }; - 082902B00F8B5F0ED448130E94019D3B /* Core */ = { + 0A3B6A2A7F900C76D736731D885E78D3 /* Resources */ = { isa = PBXGroup; children = ( - 6C2AA1012BCF5770B80A6AB1C5E1F516 /* GTMSessionFetcher.h */, - 1A5CE8773DA56BBDA390C401E84F2E64 /* GTMSessionFetcher.m */, - 3125A758C6A4463CC765492A30315252 /* GTMSessionFetcherLogging.h */, - 5CD948FB24CEC790F57AFE0AF08C5434 /* GTMSessionFetcherLogging.m */, - 543FC6B77FB66C22F1B00798C0DF1FEB /* GTMSessionFetcherService.h */, - 5CEC129F678A7E3CC4DE46AB7C7E1294 /* GTMSessionFetcherService.m */, - 915B3FEADDAE686799F0D1CF53469F80 /* GTMSessionFetcherService+Internal.h */, - 004A0E0315501A2A17BD9CC3C5A4A5B6 /* GTMSessionUploadFetcher.h */, - F643C20C05C45914D187202A3EF9BFBA /* GTMSessionUploadFetcher.m */, - D09AF8E9EC640F669757A58C178F2825 /* Resources */, + A5E584039442443A7055AB901A7D9CA9 /* PrivacyInfo.xcprivacy */, ); - name = Core; + name = Resources; sourceTree = ""; }; - 088C8BE5589D306CC6DD18271C3EC06B /* Resources */ = { + 0C743D0B397A393EBB26802D4F5D0641 /* Charts */ = { isa = PBXGroup; children = ( - 8619FAD9F6CDA5BE208FC628078541F7 /* PrivacyInfo.xcprivacy */, + 4FBD6B1B09CA9224FB7DC7B63CA39B70 /* Core */, + F998CEBD4105A5A058709CD1281DDE58 /* Support Files */, ); - name = Resources; + path = Charts; sourceTree = ""; }; - 08E98EEB54B863BC6821E4A8E371BEA8 /* Support Files */ = { + 0DFB1E31FB61688C6EB6D22A238D8B77 /* Pods-iOS-dydxFormatter */ = { isa = PBXGroup; children = ( - 95ED6AF0B4788C35B30C0879B8459824 /* PromisesObjC.modulemap */, - AD27FE878AEEA5889A3575C5450A6539 /* PromisesObjC-dummy.m */, - 26711264A67C740AD52015F041D8563F /* PromisesObjC-Info.plist */, - 13C09BD642C23A74BD8A1708BF194631 /* PromisesObjC-umbrella.h */, - F7BC265676907A6BC3F679BB80090FC6 /* PromisesObjC.debug.xcconfig */, - 648BED53036C001080356161A7189ABD /* PromisesObjC.release.xcconfig */, - 535E20E54F0EF625AC8EB1DAADB4CC80 /* ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist */, + 211CAF79089B2348D89520098C71C28D /* Pods-iOS-dydxFormatter.modulemap */, + 4BB48BF06DFF66DA755C08263DA350B3 /* Pods-iOS-dydxFormatter-acknowledgements.markdown */, + 7FBAA38F57D4CE946F6EAEA6A57E587A /* Pods-iOS-dydxFormatter-acknowledgements.plist */, + 554CEEAC16C389C7DDF8D6A351DE6486 /* Pods-iOS-dydxFormatter-dummy.m */, + 0D915604D4C85EA353D437B0CDD1BFEA /* Pods-iOS-dydxFormatter-Info.plist */, + C0CFE191222935140C6EF1BF1BF6BC7B /* Pods-iOS-dydxFormatter-umbrella.h */, + BA1F85D11FA6353933B13DDAB2E91BA4 /* Pods-iOS-dydxFormatter.debug.xcconfig */, + D8099E1BF4EAC80F022F528D4B1AA247 /* Pods-iOS-dydxFormatter.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/PromisesObjC"; + name = "Pods-iOS-dydxFormatter"; + path = "Target Support Files/Pods-iOS-dydxFormatter"; sourceTree = ""; }; - 08FCEC518F9624B424148B4222C18BB7 /* Pods-iOS-UtilitiesTests */ = { + 0E631182C470B5B4B6FDB872D4161E39 /* Core */ = { isa = PBXGroup; children = ( - 6DBC97688BB4A2F86F56B6B55ED219B1 /* Pods-iOS-UtilitiesTests.modulemap */, - E36B55B86A7076B8881D88865B02942F /* Pods-iOS-UtilitiesTests-acknowledgements.markdown */, - A1EA8E4E3529A3606C4F610B924F6B5B /* Pods-iOS-UtilitiesTests-acknowledgements.plist */, - 825A2CC85CF909DB1DD17EBC44581D3A /* Pods-iOS-UtilitiesTests-dummy.m */, - 814D8D2B8F6FA9411018D842FC3A9886 /* Pods-iOS-UtilitiesTests-frameworks.sh */, - 37C1D13A7D2E491B7F385605237DB6F8 /* Pods-iOS-UtilitiesTests-Info.plist */, - 468E700C65220CA0C9376A180810B51B /* Pods-iOS-UtilitiesTests-umbrella.h */, - 1E21E8A2E61EC31A7712FCF95515104A /* Pods-iOS-UtilitiesTests.debug.xcconfig */, - 9AB6C74026915DD39B46A77669306768 /* Pods-iOS-UtilitiesTests.release.xcconfig */, + C7F13460B4D5D3F54FB8B4337D8E75C2 /* GTMSessionFetcher.h */, + 5A9C8BA55657889F9EB33E51A93F6065 /* GTMSessionFetcher.m */, + D3FC9C126D6D318A07A6308E8B3F4E0E /* GTMSessionFetcherLogging.h */, + BCB5D0CD42654A7D2D85C501447DC7BD /* GTMSessionFetcherLogging.m */, + 973ECE1C5FAB04C0CF7A2FA3FECFF363 /* GTMSessionFetcherService.h */, + 430444F8F7802659CA9E967ACA74BBB1 /* GTMSessionFetcherService.m */, + 135CF2683D2E42C71CD8FCA23E7A1B97 /* GTMSessionFetcherService+Internal.h */, + 5EAA6BDDAB2DA4B954E7A72A62AE05D4 /* GTMSessionUploadFetcher.h */, + 2521B09C6BE912A97A027B38204C01D7 /* GTMSessionUploadFetcher.m */, + 242BFB3F16D0499EE82B462763367E34 /* Resources */, ); - name = "Pods-iOS-UtilitiesTests"; - path = "Target Support Files/Pods-iOS-UtilitiesTests"; + name = Core; sourceTree = ""; }; - 0A05CBB55B5274661F9416B99DBD547D /* Support Files */ = { + 0EA3BFD7242053D52FCE73592D0B03F9 /* Network */ = { isa = PBXGroup; children = ( - C9999EA122D3C8D38FF70D54E9A734D2 /* KVOController.modulemap */, - 9B90C267CCA5540E805C7290BB887E7C /* KVOController-dummy.m */, - 914F7AFEAD7B921A23880B3E40C38FE5 /* KVOController-Info.plist */, - 6433F9193409FFC03BFF3E35DC536CE9 /* KVOController-prefix.pch */, - 3D9213BD4AA234D3499211ED9B80E22D /* KVOController-umbrella.h */, - F8E80C11300F894831A6A39566ADEC99 /* KVOController.debug.xcconfig */, - 392C2E7ED90F64408F651B7E3C233B31 /* KVOController.release.xcconfig */, + AAE680179D6FBB3B14F1DC46713461E3 /* GULMutableDictionary.h */, + 0891C8AE6B93CFF9018FFE747EDEA4EA /* GULMutableDictionary.m */, + E73A92AA64DF6BD07F9F36A56BCBF1A8 /* GULNetwork.h */, + EF0A72512E0D0EDF135C0D005FD0DE02 /* GULNetwork.m */, + DC34E5F4D02A89DD42510EAB8ABEA731 /* GULNetworkConstants.h */, + 95A6A673793246DDDE6C5FA2EB5EBE84 /* GULNetworkConstants.m */, + 7F18647B92B5ACB3416AC27AEC014FBB /* GULNetworkInternal.h */, + 55743255C2F83D11787CD50F44E9E633 /* GULNetworkLoggerProtocol.h */, + AC06DD5F233F25BFEC1B27ADA0A529D9 /* GULNetworkMessageCode.h */, + B7422FBC964CE418451BF9CB416A4000 /* GULNetworkURLSession.h */, + CCC02CAEC743CD40AA5DD25030CEEE85 /* GULNetworkURLSession.m */, ); - name = "Support Files"; - path = "../Target Support Files/KVOController"; + name = Network; sourceTree = ""; }; - 0B18BD78733843A0B7FDADFAF6A5CDF9 /* Resources */ = { + 11074CB3C9F6CFB4893E1C879AB9C1FE /* Pods-iOS-AmplitudeInjections */ = { isa = PBXGroup; children = ( - 27F30F9169925A4AB9A9BD4714560346 /* PrivacyInfo.xcprivacy */, + 995534D9A229D76A0A6DE41831CC737C /* Pods-iOS-AmplitudeInjections.modulemap */, + 8B6A70D4839B1163A74C88B0A1CABB30 /* Pods-iOS-AmplitudeInjections-acknowledgements.markdown */, + A04B1A1111E0175E39B123D99F30E101 /* Pods-iOS-AmplitudeInjections-acknowledgements.plist */, + 31FE30B9000B293860B5179BB905154A /* Pods-iOS-AmplitudeInjections-dummy.m */, + A9583AA6AF917143A7A4333740882CDE /* Pods-iOS-AmplitudeInjections-Info.plist */, + 52F5F1D67EDCBA6A91A86E77D02F271D /* Pods-iOS-AmplitudeInjections-umbrella.h */, + A96B14938192B493E4763A0C5F89BA31 /* Pods-iOS-AmplitudeInjections.debug.xcconfig */, + 09CC6E24DA7B64536D39E1E859284F3F /* Pods-iOS-AmplitudeInjections.release.xcconfig */, ); - name = Resources; + name = "Pods-iOS-AmplitudeInjections"; + path = "Target Support Files/Pods-iOS-AmplitudeInjections"; sourceTree = ""; }; - 0CD84B4FDF4E155530190B85FA915FA1 /* Pods-iOS-dydxCarteraTests */ = { + 11A7FFFE10E636EF825A11ACAD54FB7E /* FirebaseCoreInternal */ = { isa = PBXGroup; children = ( - F32EEFDCF9C44CE60E0E468739C34DE1 /* Pods-iOS-dydxCarteraTests.modulemap */, - 80135D3998C02E36C9E8EDAB29B5D2F4 /* Pods-iOS-dydxCarteraTests-acknowledgements.markdown */, - 2B0BB1DB6E0AD2B2BD2823C3E214713C /* Pods-iOS-dydxCarteraTests-acknowledgements.plist */, - 1459455AEE4C4FBBAE27F7544734AEFE /* Pods-iOS-dydxCarteraTests-dummy.m */, - 9314E518F4ECCC94CBB3C9F87717ECAC /* Pods-iOS-dydxCarteraTests-frameworks.sh */, - BADC458A7C9633F9ACEC223AC5650290 /* Pods-iOS-dydxCarteraTests-Info.plist */, - C46BE6D4EBD4A5FEED142108F104A3D9 /* Pods-iOS-dydxCarteraTests-umbrella.h */, - FB8F3E4FB8FDA860321335A3ABDE5CDF /* Pods-iOS-dydxCarteraTests.debug.xcconfig */, - 63B37877B75285DA0E5D46B57A99999B /* Pods-iOS-dydxCarteraTests.release.xcconfig */, + B05BB1718CD90823FCCAD5CFCEC667D7 /* _ObjC_HeartbeatController.swift */, + BE95C38AEB7D6FE9702178564087080E /* _ObjC_HeartbeatsPayload.swift */, + BE4F8C1C4351D8514A5A73F65D547C4A /* Heartbeat.swift */, + F5EC2B2A5EA2AB19586A16ED5EA0231A /* HeartbeatController.swift */, + BF667D9E5D0234A9AFFE442A83929702 /* HeartbeatLoggingTestUtils.swift */, + 0A6CD352751E056F81525230D3B374B7 /* HeartbeatsBundle.swift */, + B275C4EDC8E3E38A56FED6E949B0D272 /* HeartbeatsPayload.swift */, + 1BB4AB1D2D3F28D483BED8BC7D48091F /* HeartbeatStorage.swift */, + 2F040EC511369DD8B249BE884A1793C8 /* RingBuffer.swift */, + 5257D7EDE27C0DC981DA1AE5393AD0D0 /* Storage.swift */, + EE9023D93E2561BEBB9276E1EA0A3E31 /* StorageFactory.swift */, + 21A4C9A42CC5D4E71950475F80DC4CF3 /* WeakContainer.swift */, + 7A85B7DB33A2471C9ED755C2CB704E0F /* Resources */, + 1E43BB3F7904F31AB78478239BD736A3 /* Support Files */, ); - name = "Pods-iOS-dydxCarteraTests"; - path = "Target Support Files/Pods-iOS-dydxCarteraTests"; + path = FirebaseCoreInternal; sourceTree = ""; }; - 0DF79CF290B3F14166E21065AA02B141 /* NVActivityIndicatorView */ = { + 11AF865DBE26328F620B1F03C23AA44D /* Pods-iOS-StatsigInjections */ = { isa = PBXGroup; children = ( - 7FD621F2A5BB4D25395063C2C8E1724B /* Base */, - 6BEED7C9B3ABE8F22ACE59E7C385B29E /* Support Files */, - ); - name = NVActivityIndicatorView; - path = NVActivityIndicatorView; + 76832288E597146BCEC92913AB2211C7 /* Pods-iOS-StatsigInjections.modulemap */, + 148F82E4DC45B9C61C10D40C884E89C6 /* Pods-iOS-StatsigInjections-acknowledgements.markdown */, + 867EAFB2A8B467EEA3E97D28702D5E23 /* Pods-iOS-StatsigInjections-acknowledgements.plist */, + E8E61367FF91F89743D55C761816DB03 /* Pods-iOS-StatsigInjections-dummy.m */, + BF507B23A09AC62B121BE9C08AC8E1D5 /* Pods-iOS-StatsigInjections-Info.plist */, + 63F4F39EC6DEDF738D7E544A1C803E37 /* Pods-iOS-StatsigInjections-umbrella.h */, + 6DB55A0334A9A7A066D039402ACF46AC /* Pods-iOS-StatsigInjections.debug.xcconfig */, + 2A37BCBD973D2BE6B72F9DD7DA59CA85 /* Pods-iOS-StatsigInjections.release.xcconfig */, + ); + name = "Pods-iOS-StatsigInjections"; + path = "Target Support Files/Pods-iOS-StatsigInjections"; sourceTree = ""; }; - 0E613DD7F78762674EAE115C9FCD4E51 /* Support Files */ = { + 140D7A5F4C83AC2C417BA2D3C459C4C8 /* Resources */ = { isa = PBXGroup; children = ( - C2172FF8642D6CCD850ED60A4418550A /* SVGKit.modulemap */, - E1E0A4A6230BBF281E7996BC6D0A3362 /* SVGKit-dummy.m */, - 5B4041D3D61A579E6B424030FDB24959 /* SVGKit-Info.plist */, - 9891CB889497EB5698EE30EC232D99B0 /* SVGKit-prefix.pch */, - 16B0EA8A4E2F2C73FC7962F146FC4A26 /* SVGKit.debug.xcconfig */, - 66877537DA06A5997D993420129F0270 /* SVGKit.release.xcconfig */, + F0629A6486C079A42D62049EAC0FE7CC /* PrivacyInfo.xcprivacy */, ); - name = "Support Files"; - path = "../Target Support Files/SVGKit"; + name = Resources; sourceTree = ""; }; - 0F2E58E23059F4FCF272422672C6B126 /* Pods-iOS-dydxFormatterTests */ = { + 1548FA03E7C2ADDFC2C3799E94C58529 /* Frameworks */ = { isa = PBXGroup; children = ( - 7D70AF274E928AE8D4123D2CE5F80549 /* Pods-iOS-dydxFormatterTests.modulemap */, - B6F4D0B8FBEB3940F216F75D404B2529 /* Pods-iOS-dydxFormatterTests-acknowledgements.markdown */, - 486CB7D710B89C5811AA249E31859DB4 /* Pods-iOS-dydxFormatterTests-acknowledgements.plist */, - CE521C93F1CBBCDF17BEC36B718FDD45 /* Pods-iOS-dydxFormatterTests-dummy.m */, - A35C5E924CD3B4B040D81A12C7C9703E /* Pods-iOS-dydxFormatterTests-frameworks.sh */, - 609ECC11BC76282C797A59F7D7FC3EFB /* Pods-iOS-dydxFormatterTests-Info.plist */, - BBBC862B32A72C4850E7A567CAF6F4A3 /* Pods-iOS-dydxFormatterTests-umbrella.h */, - 140A11E64FAE6419E60EDF03FA269104 /* Pods-iOS-dydxFormatterTests.debug.xcconfig */, - 4CC08FE893E903FE09B789F7549BDA05 /* Pods-iOS-dydxFormatterTests.release.xcconfig */, + CCCEA5CF163B08986860EDAB9B6ABD91 /* FirebaseAnalytics.xcframework */, ); - name = "Pods-iOS-dydxFormatterTests"; - path = "Target Support Files/Pods-iOS-dydxFormatterTests"; + name = Frameworks; sourceTree = ""; }; - 0F491C1E3E21CDDB92FC96F50B4B1930 /* Resources */ = { + 16592117552FCB1BF7B2E7CD47D02976 /* Support Files */ = { isa = PBXGroup; children = ( - CCED4E221543716389CCD3F8FA3C5556 /* PrivacyInfo.xcprivacy */, + 9C5EDB0DCD4DAB7B859B22951E85EC85 /* JTCalendar.modulemap */, + EAACD6BC936FF692E3DC393DCA4F4928 /* JTCalendar-dummy.m */, + 60C7064890A30A79DE9FC9E7BCD392D1 /* JTCalendar-Info.plist */, + FC6F9ABF485482E3209F883238E09E92 /* JTCalendar-prefix.pch */, + 9243EAF6D537AF68169A089927E4BA03 /* JTCalendar-umbrella.h */, + 31CF158081527CA7B0FB3BE946FA8D10 /* JTCalendar.debug.xcconfig */, + E053DA5FC5C4579D650570ADDE4C5E11 /* JTCalendar.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/JTCalendar"; sourceTree = ""; }; - 0F512199C855B1B1DA019487000238A5 /* Support Files */ = { + 17E9D985EE017149F73F926168043FB8 /* Pods-iOS-dydxChartTests */ = { isa = PBXGroup; children = ( - 22BD63591ECE0CE3E25251B96AA49A2B /* DrawerMenu.modulemap */, - 6770AD6AB9EEDEA82EF85AF26F5931C3 /* DrawerMenu-dummy.m */, - 83A0F33408987807D26672B79667CD05 /* DrawerMenu-Info.plist */, - 0B7699FEF568F048C59D0A71FB9E6310 /* DrawerMenu-prefix.pch */, - 700B2C6E589A5A774A1495D8FDC6D9E6 /* DrawerMenu-umbrella.h */, - 0F31A18A6D3C979C9000CC0982C8067F /* DrawerMenu.debug.xcconfig */, - AEE366B0C341FF1ED7A4A6AE87773147 /* DrawerMenu.release.xcconfig */, + D1BD22CB4687217D5D0D293186B5DB65 /* Pods-iOS-dydxChartTests.modulemap */, + 56CBF0A23B5E2315C225863D0DBA54B1 /* Pods-iOS-dydxChartTests-acknowledgements.markdown */, + 9AA678650A62CB10244A0D109177852F /* Pods-iOS-dydxChartTests-acknowledgements.plist */, + AE1E2876E4C3504996D4DDA4C87CB8CC /* Pods-iOS-dydxChartTests-dummy.m */, + 326B6E541939E89F415A0DA9636D122B /* Pods-iOS-dydxChartTests-frameworks.sh */, + FFB6F464DDC7EDEB48D104DB669077D8 /* Pods-iOS-dydxChartTests-Info.plist */, + 6EADBD040596ECE111BE3E90D73AFE4B /* Pods-iOS-dydxChartTests-umbrella.h */, + EC17E212B87CF1B548CA0CE5BCECD526 /* Pods-iOS-dydxChartTests.debug.xcconfig */, + 42DD9F68DC98058184CBCF67284265B9 /* Pods-iOS-dydxChartTests.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/DrawerMenu"; + name = "Pods-iOS-dydxChartTests"; + path = "Target Support Files/Pods-iOS-dydxChartTests"; sourceTree = ""; }; - 115611FF560591C8F9BA3F086A5F92BD /* Pods-iOS-dydxFormatter */ = { + 183F3F29859F08E79463BD9278054377 /* FirebaseCoreExtension */ = { isa = PBXGroup; children = ( - 78832461D4DEB231619DF559E5ED78D9 /* Pods-iOS-dydxFormatter.modulemap */, - 3429E65CA760BC1AD4D4F8F176734D65 /* Pods-iOS-dydxFormatter-acknowledgements.markdown */, - 45ED13D4ABACB3969A3E6D2265C2CE31 /* Pods-iOS-dydxFormatter-acknowledgements.plist */, - 80B0A3EFDA16578A6D81760CD59B3AA7 /* Pods-iOS-dydxFormatter-dummy.m */, - 78CED842E2E4DC04A6A544F27CBAF1ED /* Pods-iOS-dydxFormatter-Info.plist */, - C934CB560397B72CA12204FC8A9B6F7F /* Pods-iOS-dydxFormatter-umbrella.h */, - 235149BF6239AB28D226D628B393614F /* Pods-iOS-dydxFormatter.debug.xcconfig */, - 78B383D55A57A0559A2AEBC974E3F35E /* Pods-iOS-dydxFormatter.release.xcconfig */, + 389F3F21BB4BC4F2C5649A946F6C1703 /* dummy.m */, + C1E326593580B83B692A2887493B28C5 /* FIRAppInternal.h */, + DAA5EAEDB34F0086E01FC1BC55D6B2B6 /* FIRComponent.h */, + EA8B508188BF04534F227F5E4D842BCD /* FIRComponentContainer.h */, + 570CE96B5B5C783EFED75429AB0364F1 /* FIRComponentType.h */, + E6ECFFA1A09C3B9BE4EB7BAF2ECDB861 /* FIRDependency.h */, + F87350FD9A7F1BA4789F27DBE31B38FB /* FirebaseCoreInternal.h */, + 806D22ABAB37D9E6BA470683A6C7FB3D /* FIRHeartbeatLogger.h */, + E0B45CA59B54AB33E58B200A3B17B713 /* FIRLibrary.h */, + 74DD4FE6021977DC1E365C4FCB97A48E /* FIRLogger.h */, + 80FB8BFFC04877EB3B968B81148F57AC /* FIROptionsInternal.h */, + 3E123EBA97D92C3FFF6BCD2897583284 /* Resources */, + FCC54AE3688D4C9B140FAE25B1955366 /* Support Files */, ); - name = "Pods-iOS-dydxFormatter"; - path = "Target Support Files/Pods-iOS-dydxFormatter"; + path = FirebaseCoreExtension; sourceTree = ""; }; - 15FA8A44A96E5032B8C2F6193805D463 /* BigInt */ = { + 19FE20C09A57796F66680A0A99EEFF0B /* Differ */ = { isa = PBXGroup; children = ( - 0DF680692836F7017373F8AA11480108 /* Addition.swift */, - CE99C914D6FBBF54266257B78FF598B9 /* BigInt.swift */, - 9F021B7D5BC10D96751CC4CEF03E11C3 /* BigUInt.swift */, - 326B06C661F72E7A569ED91AD621A48E /* Bitwise Ops.swift */, - 05662D5F03F4EC970667F8C86D770481 /* Codable.swift */, - C4F44DF3149684ECBC4C0C13D967A312 /* Comparable.swift */, - 9D494E7A69598F71DE63F1A6CCFAD485 /* Data Conversion.swift */, - EC9C77733E8F32F2EDA60577466DE23B /* Division.swift */, - F693E078FDE89CC95D72B10883B146A0 /* Exponentiation.swift */, - 5E169411CACF295F8A4CEC04BD46EBEE /* Floating Point Conversion.swift */, - AE80A35E19A81EF400779508CE240947 /* GCD.swift */, - 5130D7F212490B8B812B6B4B43C60D97 /* Hashable.swift */, - D6F61DE56D72280C2D6ADA7D703F2C6F /* Integer Conversion.swift */, - 4F031C714777AA54673203F412EBEA22 /* Multiplication.swift */, - 587C7784EF216EA6CC92AD003BCCAD0B /* Prime Test.swift */, - 417A0C6229B6A7A0F70D723A453F0D41 /* Random.swift */, - B07F8F5A5250FFC8A080FF2869E8ED9D /* Shifts.swift */, - 2C5F3C19297E399A426ABF724FD49D9A /* Square Root.swift */, - BF0B19089A21566320039109E9616F0F /* Strideable.swift */, - C854D79C85F36D29533BC63195FC6907 /* String Conversion.swift */, - DF772831381F5A0ED850444AD9FB2941 /* Subtraction.swift */, - 7650D0B906D8B7759835E04FF5096D78 /* Words and Bits.swift */, - 2C67D9A61A56E2BE9C7937918833F483 /* Support Files */, + 093710A2349C661B87ABC39A366BF523 /* BatchUpdate.swift */, + 95AA2984F14C97D5D4E367DB3E198EFC /* Diff.swift */, + 26BC1480A21C838C78A724302B6DA579 /* Diff+UIKit.swift */, + 265D724523F61CED4749D61911B50733 /* ExtendedDiff.swift */, + 13AADF66802E20730CA7D0AD3113B54E /* ExtendedPatch.swift */, + 4992F36A544490A78013E417D592CC2C /* ExtendedPatch+Apply.swift */, + DDD96FB769C7EFD7FD6C4D1F5DCE4344 /* GenericPatch.swift */, + 80A9F7299608BD553ECBCF73641E6FE9 /* LinkedList.swift */, + 24BAFC0F01E48A9A50B5FEFA3F1C8E2D /* NestedBatchUpdate.swift */, + 3F50A56D06402CEBF2D7A411E90B0CEF /* NestedDiff.swift */, + D5A8F2AA0E2EAB2B69CC141047A3A4A7 /* NestedExtendedDiff.swift */, + 8AD9B7DB4C7BC7CE28B5E508C1CE7712 /* Patch.swift */, + 43F26C27159CD2FB6846D4A09BA3B8A0 /* Patch+Apply.swift */, + F9C071E198116ED9A4C2D962025E8CCB /* Patch+Sort.swift */, + 70C3CF2557B0F553EE6E2CBA75EDACCA /* Support Files */, ); - name = BigInt; - path = BigInt; + path = Differ; sourceTree = ""; }; - 16200BC5EFEF8873A7A556AF549B0E30 /* pop */ = { + 1A295B2E8C6552105D67FB7A163CCD0F /* HMSegmentedControl */ = { isa = PBXGroup; children = ( - 01A3C3DE42D076AEE255813CD13FEA43 /* FloatConversion.h */, - 24D1C2224E292F404684970964D1039E /* POP.h */, - 4D8A29B70D521E5997B3B9C10BEE5A5B /* POPAction.h */, - 2E9A507842B51E394DAE9D8E259C4BA2 /* POPAnimatableProperty.h */, - A0CC77603FAF24A2F702E3527E37C30E /* POPAnimatableProperty.mm */, - E6D7678F3C2D97FD591796D856F0BB8D /* POPAnimatablePropertyTypes.h */, - D6A2A9E3434E8019143CAEF65EC81B3D /* POPAnimation.h */, - 33F3F938D0FC78E0C3846B6EE42FA9FA /* POPAnimation.mm */, - 126409C81E088970AA9B7E58BA3896DA /* POPAnimationEvent.h */, - B508C915D0F592DCECEEBC19EAC10830 /* POPAnimationEvent.mm */, - E3EAEBA8951E7FE16E6DCBC741D7AF55 /* POPAnimationEventInternal.h */, - 3C77F9827DCFFD11C5E91E77D02EAF34 /* POPAnimationExtras.h */, - 7AFE9CF5BAE6D42D9BF3414055CC73FC /* POPAnimationExtras.mm */, - 69877226D4BB90FA2FEA16E137A11A5F /* POPAnimationInternal.h */, - 920841C4B5EB353523A7DD1A1C5EBF60 /* POPAnimationPrivate.h */, - DA41A00542A8B89A501D11395B6D3563 /* POPAnimationRuntime.h */, - 346924EBA85E61D6AAF88DF89B3EC7B6 /* POPAnimationRuntime.mm */, - 0238C45721A0510A75FA7FB1689A70F1 /* POPAnimationTracer.h */, - 8304B57DCDE148D9FF76F8CEDB402CFE /* POPAnimationTracer.mm */, - BCA9852F8D5D1315CE39B30E2FE38268 /* POPAnimationTracerInternal.h */, - B80DD4C75A5CB8589283A06A7C9E2427 /* POPAnimator.h */, - 109B6FF88A3AE1D6B8AF74DEDBABB4D2 /* POPAnimator.mm */, - C633DD0B1C4E76571DC8FCA2DC8946BB /* POPAnimatorPrivate.h */, - 63643024EACB867F77B7BF5A3A1A6E61 /* POPBasicAnimation.h */, - 5FAAAE90ACFDCDA6062AC7E1FA0311CB /* POPBasicAnimation.mm */, - 3632D236C0EB062EAE94E950E0764383 /* POPBasicAnimationInternal.h */, - 03CDDA27AD3D2A046BC75C22F33EDAA1 /* POPCGUtils.h */, - BBECC778303835DA93029EC53A839868 /* POPCGUtils.mm */, - 47372263B8E91370DE5FCB7DD0C17EDB /* POPCustomAnimation.h */, - F049920C2486BE88373010640128627A /* POPCustomAnimation.mm */, - 83A4745FB76D87867DD7F81D43654410 /* POPDecayAnimation.h */, - 9B3DDB55AECBCF8A731EC14848C235A7 /* POPDecayAnimation.mm */, - 06EE9679E3FE430D896C458CD38D3543 /* POPDecayAnimationInternal.h */, - 0882E6DE0337619DEC59348434F73087 /* POPDefines.h */, - 42A2C3E4B97DC5B79B396592F2811575 /* POPGeometry.h */, - 14B4CEBD3585EDAD4AC696169FE14B36 /* POPGeometry.mm */, - D1A6BF334BF7D88B81BAC7CCF33518E1 /* POPLayerExtras.h */, - AAE3155206BC8B12AB7606CEF59CBE3D /* POPLayerExtras.mm */, - D3CE945692E735ABD6BA8080DCB8A728 /* POPMath.h */, - 0C924624053E6ACB50166B1B1AA84406 /* POPMath.mm */, - 170FF392EB0EC9E6F717E3A421CE55DA /* POPPropertyAnimation.h */, - 6F44F8420CABF81ABA126ADB9CE9DF87 /* POPPropertyAnimation.mm */, - C539DD351CF7F8B73EC330C3C86C82AE /* POPPropertyAnimationInternal.h */, - 7E729512658724CC7AC4479C7EC3DA1C /* POPSpringAnimation.h */, - 5A7EFB8B834DBCC8BC4494BBFFE77347 /* POPSpringAnimation.mm */, - 0355AC397738AF90B40E9AE53FB98512 /* POPSpringAnimationInternal.h */, - F026C1105AB8C6F2749FA8C3E394C686 /* POPSpringSolver.h */, - 54908E1C7D636D9498EA67976A858A52 /* POPVector.h */, - 573DF5429BAF175F47F0238345475276 /* POPVector.mm */, - 6720018EE43A476181B9F3A60E34EA0C /* TransformationMatrix.cpp */, - 2310B9CB140B1410E8F9C61A12C9A39A /* TransformationMatrix.h */, - 3BCE46BCDB185CA339FB8B19C2EB0835 /* UnitBezier.h */, - D9C4809FB2BE611F3EFB1975F1D8E177 /* Support Files */, + 2CE1F94E5DA9E850C0E13E11AD3D83F8 /* HMSegmentedControl.h */, + 534D616C2049E31234A6C4FD4F815269 /* HMSegmentedControl.m */, + 1C59268138E8FD9155BF6A5E76422A9E /* Support Files */, ); - name = pop; - path = pop; + path = HMSegmentedControl; sourceTree = ""; }; - 164E683A2DFB918878F19D457D85A394 /* FirebaseCrashlytics */ = { + 1A98D7E4B0029AC375B8B4EA06C0E176 /* Support Files */ = { isa = PBXGroup; children = ( - 8D7C738F6FEDE4936607CBE63260257E /* crashlytics.nanopb.c */, - 691077104C1D1DF7031D92D92BE5E52E /* crashlytics.nanopb.h */, - A77638C740346625F5E2CEBC6F88DAE3 /* CrashlyticsRemoteConfigManager.swift */, - DE7A7F300410A2CA53D26A31411611C7 /* dwarf.h */, - A4CB5CA0AC96061E6EB0479CD90FB03A /* EncodedRolloutAssignment.swift */, - 49F461F097EEDCFDF813AB95FF109F88 /* FIRAnalyticsInterop.h */, - 769CFB17FC569C61CBA71525C01CFF87 /* FIRAnalyticsInteropListener.h */, - CAD387BBB7229C3F22B1E63A2604A01A /* FIRAppInternal.h */, - 7FE04E9E6ED6D7D1A63C6785951E83AF /* FIRCLSAllocate.c */, - 8C7ED73CC7427CFDEA38E8A3A54033D2 /* FIRCLSAllocate.h */, - 7239F26ADCACBC4BEF320B3C6EF493C7 /* FIRCLSAnalyticsManager.h */, - 72161ED8047AACB701A2E0B9842EEFEC /* FIRCLSAnalyticsManager.m */, - 66565D5CF2DD5B8CE2AB5DA3DD0995CC /* FIRCLSApplication.h */, - A2BCFF81F5F60B879F474DE2A13EED54 /* FIRCLSApplication.m */, - 6AA2D7943D6443821809EC28DD437CF3 /* FIRCLSApplicationIdentifierModel.h */, - 0A6087692AE1FEC04C334BAA0F3B1D85 /* FIRCLSApplicationIdentifierModel.m */, - 247CD87E5C2C0175F8C543B801B6C87B /* FIRCLSAsyncOperation.h */, - 2F482BC51F3C42EA7CE38FF9ED894D34 /* FIRCLSAsyncOperation.m */, - 7C512997B4143CDFF94149A6EF4814B3 /* FIRCLSAsyncOperation_Private.h */, - F942B5E2902BE4042D6180900ACE1501 /* FIRCLSBinaryImage.h */, - E3C2EB1B4FF0751D02193564499D6F85 /* FIRCLSBinaryImage.m */, - 6E22204B6F45A634A1DC04F7848BCB89 /* FIRCLSByteUtility.h */, - 0932FE6C1CC7BBEB9D748B69C056E3DB /* FIRCLSByteUtility.m */, - CCF0E7900893AC2DF8D36B3ACD347BDD /* FIRCLSCallStackTree.h */, - FD55BB486E16093ADDFECB964AD67AB8 /* FIRCLSCallStackTree.m */, - BBBA2CAD5B01E499AF09B754CB2ECFCE /* FIRCLSCodeMapping.h */, - 3453D09105C1F9B4947B43C163BB3F38 /* FIRCLSCodeMapping.m */, - 8D8C4310F89BFF704D70B045381DEA0D /* FIRCLSCompactUnwind.c */, - 0D3076462179BFEA66885ADBD4BC84A9 /* FIRCLSCompactUnwind.h */, - E5E15F8063E2F291D4F8B1317785C513 /* FIRCLSCompactUnwind_Private.h */, - 70E753DAA8B0BD79EEF360A401127B0D /* FIRCLSCompoundOperation.h */, - 623BB4E3F5F7C4D38D1A5DD87AB8F339 /* FIRCLSCompoundOperation.m */, - 7E3AF80F7FCEA840E4929E74CC08DCF1 /* FIRCLSConstants.h */, - 7BB1D77557EBD6E6F2997305C2B9207C /* FIRCLSConstants.m */, - 70FC4C6298E1D0E517EF515600F6A777 /* FIRCLSContext.h */, - A9D4DB5E182BD2B1028BE91FCDDE9BED /* FIRCLSContext.m */, - 6FF8C714DE41D08C438DD5D60EB2EF63 /* FIRCLSContextInitData.h */, - 0CD9B548BAD165210B0BA13F65BC66A8 /* FIRCLSContextInitData.m */, - 5B175F914D13734778DE26C24A37FD43 /* FIRCLSContextManager.h */, - B3251AA8885938FBC3AC975F7828F44D /* FIRCLSContextManager.m */, - 0B96C86DA342646A2629E16C0EF1B43B /* FIRCLSCrashedMarkerFile.c */, - 8EC16AD49FA27B34D1C3CBC706C619FC /* FIRCLSCrashedMarkerFile.h */, - FA8F27E960B39C27E64FE420649C232B /* FIRCLSDataCollectionArbiter.h */, - DA0168204D374E8A79D92C71FF6EF3F9 /* FIRCLSDataCollectionArbiter.m */, - E2FC5631862D3A1014300AD825559C03 /* FIRCLSDataCollectionToken.h */, - 48D533B1A444259E39CFEE50F74A45C0 /* FIRCLSDataCollectionToken.m */, - 966D540492940330C77480E60AB33EA6 /* FIRCLSDataParsing.c */, - 0BE0FC21E7FDD011850B72E64CE57E48 /* FIRCLSDataParsing.h */, - 1AE8227ABA9B13DC5D791F52F69FEB55 /* FIRCLSDefines.h */, - 7C84AEAB39B8BD0D99D66E23E83EE9C9 /* FIRCLSDemangleOperation.h */, - B7FC95D4AE46602E33AC81E70E464B84 /* FIRCLSDemangleOperation.mm */, - 0EDEE14B42260EEF07B907F6E1CF3344 /* FIRCLSDownloadAndSaveSettingsOperation.h */, - CED48E68FD175017E231B8CC3079AC64 /* FIRCLSDownloadAndSaveSettingsOperation.m */, - CA75A40F05F79A5461D7373CF063B65E /* FIRCLSdSYM.h */, - A3B0B9C68C9211E1B8FFADB12E39B007 /* FIRCLSdSYM.m */, - 567695FB91BD6EA447ED26CB5EBA1FE6 /* FIRCLSDwarfExpressionMachine.c */, - 6E1837893203906D55005E81761D06CE /* FIRCLSDwarfExpressionMachine.h */, - EAE5760366182E3B66A187C47957DF2A /* FIRCLSDwarfUnwind.c */, - 9964C5865CD2E0B0F0FCBAFC38D30E7C /* FIRCLSDwarfUnwind.h */, - 087FB5C343AD9E15DD4A7D1D02177C89 /* FIRCLSDwarfUnwindRegisters.h */, - 7944D8C988A880C02CF3CA50700D9119 /* FIRCLSException.h */, - 12884A87F7C1F9EB10512ABA35E27C87 /* FIRCLSException.mm */, - BAEEF990A37075B337DEE3CFECA499C7 /* FIRCLSExecutionIdentifierModel.h */, - 5E2BB61A9C0FE0A9C0D82E952BD0F831 /* FIRCLSExecutionIdentifierModel.m */, - 8D950618D1AD7A76519E3A7EA1BCF3C5 /* FIRCLSExistingReportManager.h */, - 00809F50BDA7B27DD4FAF2C6883EE009 /* FIRCLSExistingReportManager.m */, - ADE7E3F1A679FA0E2008DE1AC892654F /* FIRCLSExistingReportManager_Private.h */, - D3B09F27714050027222475E8D492DFD /* FIRCLSFABAsyncOperation.h */, - 5803B0C5FE02FB2CA6A86B4126F49319 /* FIRCLSFABAsyncOperation.m */, - 0334FDA3A37A6ACCDDB1D2795B46F39F /* FIRCLSFABAsyncOperation_Private.h */, - 2C63BEAB90688EBBF7915E62BDF8A0F0 /* FIRCLSFABHost.h */, - 618EBBB3C521556B7BF6A1E006D59095 /* FIRCLSFABHost.m */, - EFEF319EB02B7DB0C02B967146204F6A /* FIRCLSFABNetworkClient.h */, - E56EC8C8EBF243ECA73B08F5290A1F86 /* FIRCLSFABNetworkClient.m */, - E1630E2F7694C24CDF4416FB0FCDBB67 /* FIRCLSFeatures.h */, - 767AE6E89C3D7ABCDCDE45B686973FD7 /* FIRCLSFile.h */, - 53ACB50FFBE08D217A819B9E0A6B6E07 /* FIRCLSFile.m */, - 5DB61E177011387BC320FD29C2FC0A6E /* FIRCLSFileManager.h */, - 94576E0B635AB6A69D19C874CA6173CE /* FIRCLSFileManager.m */, - 6DEF393C236EB25AFBD786A9963E2B6A /* FIRCLSGlobals.h */, - 88092369C22D13FEF2A9B671748F3ACD /* FIRCLSHandler.h */, - 33D4424E488458E34E76F416CA255C9B /* FIRCLSHandler.m */, - D5F34EA592AE01887D0FFCE7BE63A7F2 /* FIRCLSHost.h */, - F460A2FD8AE354E83762BB9C6D53BF58 /* FIRCLSHost.m */, - D5A2B43664B69EA4985DABA05803DC30 /* FIRCLSInstallIdentifierModel.h */, - 0BF8456F50F553D0FB1D5F2174B28707 /* FIRCLSInstallIdentifierModel.m */, - B24553D854F6401FE33B882464F102D0 /* FIRCLSInternalLogging.c */, - 23E110491DC41C2E51DEFD333B353FE5 /* FIRCLSInternalLogging.h */, - 935DFC57A1B48E24D177D940F4E4175B /* FIRCLSInternalReport.h */, - 0DC268A2287D5DCC8252C39F3ED10CA4 /* FIRCLSInternalReport.m */, - FFAD40E11B5B505049169EB180E88276 /* FIRCLSLaunchMarkerModel.h */, - 7A2F9551B0028157E87643DA227B6A95 /* FIRCLSLaunchMarkerModel.m */, - 1B6508CBF7E0945547147346D6454398 /* FIRCLSLogger.h */, - 25EEF5DB48CD63FC6D5083E25F3DB459 /* FIRCLSLogger.m */, - 4FFA0463FC1E4C1637C2D2EB5157E7EB /* FIRCLSMachException.c */, - 5F74819C443BF425A3BF138ACC31DE79 /* FIRCLSMachException.h */, - E65F5C119B79C6E5F6ABCBD161461AE7 /* FIRCLSMachO.h */, - 16CB664E064F96C1A5E86DAE133F2782 /* FIRCLSMachO.m */, - 51872D9B851D2ED365DD088EF9FB4260 /* FIRCLSMachOBinary.h */, - 1C833FE910E080292D01151675BC17C4 /* FIRCLSMachOBinary.m */, - 8CABA861B0E905DA06AD228CA3ADBF7B /* FIRCLSMachOSlice.h */, - 6E37859F38884A339ECBF79DBA0DBC09 /* FIRCLSMachOSlice.m */, - 8F1250F7152D6CD4931B85EAF9F65C7C /* FIRCLSManagerData.h */, - 0C12A6E571AD2EBFC8ABEE1E054CF481 /* FIRCLSManagerData.m */, - 656C14214015BB448EAC17B90A6B0C25 /* FIRCLSMetricKitManager.h */, - 6992BE4D1678D1AD812FF79E6E3279FD /* FIRCLSMetricKitManager.m */, - 4FD054BF027D8303FB53765F5284C57F /* FIRCLSMultipartMimeStreamEncoder.h */, - 59C685AFA244E3C9CF24850BAF484E44 /* FIRCLSMultipartMimeStreamEncoder.m */, - F6C1D0B6FD76712AA3288E64F5885DE1 /* FIRCLSNetworkOperation.h */, - 53137E88D0EC075962F7DAD4561F137A /* FIRCLSNetworkOperation.m */, - 72AB0D55956A0FC77993612A62FFFBE6 /* FIRCLSNetworkResponseHandler.h */, - FFB6AE8663A4D80AFF733515926EB157 /* FIRCLSNetworkResponseHandler.m */, - 3552CE7AD64321BF96D0AF30EF113CDB /* FIRCLSNotificationManager.h */, - A5427A1B8CAC6249A20A7296AD8E15D9 /* FIRCLSNotificationManager.m */, - 1559914826CAF7DED7C6F59036A3A81B /* FIRCLSOnDemandModel.h */, - A72AFFC87BAC585AF6322A6BAA2A8BB6 /* FIRCLSOnDemandModel.m */, - B74AB5246889864B744064C1388D37E1 /* FIRCLSOnDemandModel_Private.h */, - 4F812BEA12E7ECE617502887CB7278A6 /* FIRCLSOperation.h */, - 9D46A45363A39A473960DEBE3D24AF18 /* FIRCLSProcess.c */, - 151E120E262A4D57A4DBFFB5306F5109 /* FIRCLSProcess.h */, - F13BACE7352246CB1C80968AA3E7E8D6 /* FIRCLSProcessReportOperation.h */, - 678D5911222518D6E3C9067AAD83749F /* FIRCLSProcessReportOperation.m */, - C87E755E279FA6E6693E983A0EBA771E /* FIRCLSRecordApplication.h */, - 10E8B4ACC28BABFAEAA799EE2AF6128B /* FIRCLSRecordApplication.m */, - 5F70523644D9A7DEEC85950677090AAA /* FIRCLSRecordBase.h */, - A3D366894F6B8359EFFE046C37021138 /* FIRCLSRecordBase.m */, - 8A3EB2DB79028E37FEAE7BC739C17D81 /* FIRCLSRecordHost.h */, - 927E03843DA250F4C893545B4505A517 /* FIRCLSRecordHost.m */, - F7D6CA639901D88ACEB6A52A36B22A4D /* FIRCLSRecordIdentity.h */, - E841A8CADDEA8153C52FE9957E3C9FEB /* FIRCLSRecordIdentity.m */, - 6184F513564AF38C291B2FB316892CBC /* FIRCLSReportAdapter.h */, - BC1F2BE44F81EFC0D2F70852D1B0B394 /* FIRCLSReportAdapter.m */, - 7DC199781957F30EE22BDDA9E52C3A91 /* FIRCLSReportAdapter_Private.h */, - 73E9F775A87E9A25789986666D4E127B /* FIRCLSReportManager.h */, - 8CFE4F0BFA553BD3E5527959BFE3E496 /* FIRCLSReportManager.m */, - A9A939EB31FFB7CB5D4FD8AEC2E7DC00 /* FIRCLSReportManager_Private.h */, - 9565C970FCD6D99F596F8BDE99670835 /* FIRCLSReportUploader.h */, - C69BDBC70DB984D0B923624AF11C11B6 /* FIRCLSReportUploader.m */, - 15EAD1CA046C035A74FA150B4D5C0A62 /* FIRCLSReportUploader_Private.h */, - BC31D4C61D3957B0A6573A4E1A34BE5E /* FIRCLSRolloutsPersistenceManager.h */, - 0007D633653608018BEF89BC6939D50A /* FIRCLSRolloutsPersistenceManager.m */, - 317A55F0759D111272D4DCF797038631 /* FIRCLSSerializeSymbolicatedFramesOperation.h */, - 13699142D57A4202963396A0A64F21B9 /* FIRCLSSerializeSymbolicatedFramesOperation.m */, - 979CDF990B4BE53DD7202284042548D9 /* FIRCLSSettings.h */, - 40B027B1BCFB1BDAFBA740A54BD2F203 /* FIRCLSSettings.m */, - 855ED103321EEE6C29B889F483585FE9 /* FIRCLSSettingsManager.h */, - 4F17C5858F28AB02B5D5912786BE2A00 /* FIRCLSSettingsManager.m */, - 1FB493F55CF350935001D2C034F5746B /* FIRCLSSignal.c */, - 9952A32B9624C8EC51EEB5D36DFF18BA /* FIRCLSSignal.h */, - BA768FEDE1ECB665A7547820C2D5A69F /* FIRCLSSymbolicationOperation.h */, - 7D89AFE67ADB2BF6F7B6CC4484546150 /* FIRCLSSymbolicationOperation.m */, - D5F7C52EEE135B54BD274799FBB894AF /* FIRCLSSymbolResolver.h */, - E86F893D0F4D14C52B6BC4CC13B96042 /* FIRCLSSymbolResolver.m */, - 2A5A0E0DDA8772426E8C79F4150E7F77 /* FIRCLSThreadArrayOperation.h */, - 693019159C5655D0794BC34498C92D78 /* FIRCLSThreadArrayOperation.m */, - A8FCA5B53319DE5361067F2EEDE7D203 /* FIRCLSThreadState.c */, - B68A28F71EE190F7CEA0A2F9733FF51A /* FIRCLSThreadState.h */, - 586906ADC3FD81AFEB2CFBF9431F7CBA /* FIRCLSUnwind.c */, - B21FCECC48C25BD83F8C2AD22F29F817 /* FIRCLSUnwind.h */, - 8A1C2F9A05E673D8EA852A9BF78875CF /* FIRCLSUnwind_arch.h */, - 356218A988A5044A16AD0A495021F638 /* FIRCLSUnwind_arm.c */, - 6A1B8CF2DED6255998135E52BD9DC940 /* FIRCLSUnwind_x86.c */, - C867FBC0034F43C78C062963E4FB977E /* FIRCLSUnwind_x86.h */, - 2259023826382FC38A55501F5C3858E7 /* FIRCLSURLBuilder.h */, - 612EF4BE04E88D3FED247B758C05B9AD /* FIRCLSURLBuilder.m */, - 6A88AF3F73EBB215B1769D61E85D5D99 /* FIRCLSUserDefaults.h */, - 587D7BD66241CA18E3954E23F6996856 /* FIRCLSUserDefaults.m */, - 8B49EB8FAC295F6848928D14E354E1A1 /* FIRCLSUserDefaults_private.h */, - 846D568A94C4F038565E1D881B094C58 /* FIRCLSUserLogging.h */, - 85E25E878C1F3D81560CEC1FA433F461 /* FIRCLSUserLogging.m */, - 704A31C8BCDB5FC2DA902462BAE20138 /* FIRCLSUtility.h */, - E7EC619F1710DA89A985E46B6A7ED35D /* FIRCLSUtility.m */, - 6C27934C682DEC2BEF5A199F49B2D789 /* FIRCLSUUID.h */, - 1F8CC27A979DF6B2514EDB328D6B960C /* FIRCLSUUID.m */, - F125CBAD5732189108EB7FE3598F89BE /* FIRComponent.h */, - 03C71D85CA3A5FEB91D2ADBA7D5BD3F1 /* FIRComponentContainer.h */, - D57F0067270A544C1C845BF45249B973 /* FIRComponentType.h */, - CFFD02178D1CF823BC9661F5B715E991 /* FIRCrashlytics.h */, - D70FC75D60C78ADFBA862E39C4CE18F2 /* FIRCrashlytics.m */, - FBC20B2B2C3E8ABDB35E2639667DE02F /* FIRCrashlyticsReport.h */, - AE04BE508865CA5649CFFE8EF8C9BF06 /* FIRCrashlyticsReport.m */, - 88373495A3B27EB24E900E8B2C7730C2 /* FIRCrashlyticsReport_Private.h */, - B125D53EEE0C9126F283CDCA19CE4167 /* FIRDependency.h */, - BC05AB0C25D4836A5E9D1F0F7606760D /* FirebaseCoreInternal.h */, - 3813704F89AB77B44C49EF9116D94F86 /* FirebaseCrashlytics.h */, - D3B545BF33F19F715209B7053272F747 /* FirebaseInstallationsInternal.h */, - 134309A2BBD688162DA1CDC1DAD41A13 /* FIRExceptionModel.h */, - BCC3B177E57FA5513FEC2B51A272F42C /* FIRExceptionModel.m */, - E2311EDA38A99E2B1121AE8C78F7A62D /* FIRExceptionModel_Private.h */, - 2236151C447C05F37BC42DB3C1004140 /* FIRHeartbeatLogger.h */, - D792DCECC6B131F31A0C8104035EC467 /* FIRInteropEventNames.h */, - 56D64CDF2C1562B20BB05785B2FB8AD4 /* FIRInteropParameterNames.h */, - 907C25EB7D0C51061133D0F881095944 /* FIRLibrary.h */, - F2002CAC8B22C44E47CC9637DB68E0E0 /* FIRLogger.h */, - E48D99451D8407D0E693B6E2BBE59C20 /* FIROptionsInternal.h */, - 8D4064DDCCBCB3C3B892094B50C4732E /* FIRStackFrame.h */, - 13C570A52E0A6C565C8358407D37C261 /* FIRStackFrame.m */, - 11A92524D4DE74EF00B20898B346C6BB /* FIRStackFrame_Private.h */, - D9CFFE32B6C9FABCDFF2EDD69B976263 /* StringToHexConverter.swift */, - 3F6946B57D8ADAA33D70BAF1E2467960 /* Resources */, - 2CE6FDADCC56DABEF48A64E2E22948A9 /* Support Files */, + B06914FDB34C8A4EBBF034B2FCBDB677 /* PromisesObjC.modulemap */, + 30C33C965BDD02483483B60168063FE9 /* PromisesObjC-dummy.m */, + C728A059110CBE36A8CCAC95436F26D2 /* PromisesObjC-Info.plist */, + FE068594B862F45C749E351555829DCD /* PromisesObjC-umbrella.h */, + BDE7003C722C5997F2D545A82B297565 /* PromisesObjC.debug.xcconfig */, + 3784D75E79CFF77036CB1BAB23371D1E /* PromisesObjC.release.xcconfig */, + CABD8136B456784CE22E47B66CA7002F /* ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist */, ); - name = FirebaseCrashlytics; - path = FirebaseCrashlytics; + name = "Support Files"; + path = "../Target Support Files/PromisesObjC"; sourceTree = ""; }; - 16CF708A5B837865A32136D8EABD635A /* nanopb */ = { + 1A9E2077432EC512F04EC6EF04756204 /* ReachabilitySwift */ = { isa = PBXGroup; children = ( - 312A9C8DB7BB26BD928EB7C47C521618 /* pb.h */, - 9C01F3AD61EBED1517526124C50BA130 /* pb_common.c */, - 7679A4ABE8026CECFBC487ABEFA47214 /* pb_common.h */, - D22578AE2C74BB0D32DEE08C5C7B9FB9 /* pb_decode.c */, - 4F528FF0E52E0F5CA2620F830F44E754 /* pb_decode.h */, - 9AB2E88E7C0EDFB1AB6CC095B9500AC2 /* pb_encode.c */, - D8B019B5AAB421DA3C4493978CCDA5BB /* pb_encode.h */, - 04941DDF0B478325B3EB05F0994A122D /* decode */, - 3CE3C0E936EF4047B8D8CAC7E413F685 /* encode */, - 05F3D3DB3D7BA222F74CF6F42D7E4C5A /* Resources */, - 5FC6AE2CF417DD890257726DC6954D05 /* Support Files */, + D7F0DE2190BD9D726358523BF83777A8 /* Reachability.swift */, + 1F953163979A754B43F67A7F92E0B76F /* Resources */, + 480040E36A3AE82F4B711ACD62512A97 /* Support Files */, ); - name = nanopb; - path = nanopb; + path = ReachabilitySwift; sourceTree = ""; }; - 182AD277569D2299F051AA0AF63F17EA /* Support Files */ = { + 1C59268138E8FD9155BF6A5E76422A9E /* Support Files */ = { isa = PBXGroup; children = ( - ADE8B6B67D3AE7B1D0808223B346E938 /* Firebase-2149e159.debug.xcconfig */, - 9692665AF6CEAAA47B9EEAD8B8FBDBE0 /* Firebase-2149e159.release.xcconfig */, - B1C3EC074CA4DBF17E8DDB1E4A95F126 /* Firebase-5a1e767e.debug.xcconfig */, - F64E3545BD38C789D16EC3F6644561DD /* Firebase-5a1e767e.release.xcconfig */, + 617BB307048E4452DBE8AD2010634F29 /* HMSegmentedControl.modulemap */, + BF3E077A6B3732EB6C9D74F9BED04126 /* HMSegmentedControl-dummy.m */, + 5C1BD26905DE79CC79A56C9F54CD4221 /* HMSegmentedControl-Info.plist */, + A5C4E5D7635DC8A87DDB62AE457521D8 /* HMSegmentedControl-prefix.pch */, + 430AFBA48D627B68EDD99CB7D998DB90 /* HMSegmentedControl-umbrella.h */, + 6C9BEE2397FCF13AC969FE5DC8C6F4EE /* HMSegmentedControl.debug.xcconfig */, + 0834311749AF7857ABAFC5F7AD1250ED /* HMSegmentedControl.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Firebase-2149e159"; + path = "../Target Support Files/HMSegmentedControl"; sourceTree = ""; }; - 1B42746B513E254A792A2179283D3A15 /* CoreOnly */ = { + 1E43BB3F7904F31AB78478239BD736A3 /* Support Files */ = { isa = PBXGroup; children = ( - 3AB1BD9C55C810F305529FBCB3B9CDAF /* Firebase.h */, + B789CD7C6B6320F8049580C117C31CA5 /* FirebaseCoreInternal.modulemap */, + 2B1E0E72BC46E87F393926331727AF40 /* FirebaseCoreInternal-dummy.m */, + BD00D81EB4A724631EA8786B068B182D /* FirebaseCoreInternal-Info.plist */, + 49D56B7EBC04E7305D6DF198AD6B0C6A /* FirebaseCoreInternal-prefix.pch */, + B7C5F8BDDCF28C869B479AE29EE6E900 /* FirebaseCoreInternal-umbrella.h */, + D532094DEFC0043F658D20BA783C770C /* FirebaseCoreInternal.debug.xcconfig */, + 3323E9062D3984BE3EFCC91A5AFD6745 /* FirebaseCoreInternal.release.xcconfig */, + 70734133AE5BA3F69F8CE7B6C0D93DEA /* ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist */, ); - name = CoreOnly; + name = "Support Files"; + path = "../Target Support Files/FirebaseCoreInternal"; sourceTree = ""; }; - 1B7D56E405864AF6FDC70B776F696D8C /* GoogleToolboxForMac */ = { + 1F953163979A754B43F67A7F92E0B76F /* Resources */ = { isa = PBXGroup; children = ( - A68C2286975A767B577FC71904C70558 /* Core */, - 83FB20730F0C866D29E3FBC96E13226E /* DebugUtils */, - 9ABFA9AD98D2DAE9ED1D4F4F966EE12C /* Defines */, - AF5133DBBD11B7F942A1E7C6BAD08360 /* GeometryUtils */, - 9E6B33A7EED7AEE6A699669163A4FC61 /* KVO */, - 963DA8A2C6A962887FBB6978AA60CC03 /* Logger */, - 53E9FDFE19053C7BECFF35D7C3BB0004 /* NSData+zlib */, - E3E97EF8524E8235FB5F95E69D16BC25 /* NSFileHandle+UniqueName */, - 03428BD51CD51C2AD3813603817CDCD3 /* NSString+HTML */, - A615809CEDFFA83D3473AA2F553B5BA8 /* NSString+XML */, - E8ABD522449952961FC3C4E34211666A /* NSThread+Blocks */, - 9CC73B4F6F63DDB0EEE070F6619F6DA5 /* StringEncoding */, - 6E40AB8DF93C62E602EC6F30A514D4CE /* Support Files */, + F019A7D7EB374A0B183B5693F601B205 /* PrivacyInfo.xcprivacy */, ); - name = GoogleToolboxForMac; - path = GoogleToolboxForMac; + name = Resources; sourceTree = ""; }; - 1B88CA3E5AF6548BD1539B51D6B8A9DD /* Support Files */ = { + 1FD4CC50674A27B026F476701A44E667 /* Abacus */ = { isa = PBXGroup; children = ( - CD42EBEB98BAA9EEEFAA8D0322273DBB /* JTCalendar.modulemap */, - DC7BEC567966E9CB0FA8A2B0DF62C1FD /* JTCalendar-dummy.m */, - 321A8CFD5E69CEFAEBF19AC9E209DE01 /* JTCalendar-Info.plist */, - D0FA566931D67668FDB0A36935F17A50 /* JTCalendar-prefix.pch */, - A78C5417FF0C506547A61F5932C882D2 /* JTCalendar-umbrella.h */, - FD057DEC638FC9B1C33532B0D3508A5E /* JTCalendar.debug.xcconfig */, - 1E325C09623468CBA22A6E396C91469D /* JTCalendar.release.xcconfig */, + 0A2CFD4872D3D5C2CF6AF692706D948F /* Frameworks */, + FEA32CF05C9F53BD9CE1066029A8B3AD /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/JTCalendar"; + path = Abacus; sourceTree = ""; }; - 1D8E0C25CB825BD740846A81D006948A /* Support Files */ = { + 20FD40BDD72B8A056DC7C9E6EF9937C3 /* Defines */ = { isa = PBXGroup; children = ( - EFAA3FB1F48B107965A3E52A8ED76F40 /* FirebaseCoreExtension.modulemap */, - D49EDF6CF3E1DDEAEBA3F1EBC535F4A6 /* FirebaseCoreExtension-dummy.m */, - 7BC2069C83D81A6F1689D05FE06621F1 /* FirebaseCoreExtension-Info.plist */, - 7CB6C52234E4090C18812198F42E9897 /* FirebaseCoreExtension-prefix.pch */, - BDDF5443C11B5BFD384EF564D78E6087 /* FirebaseCoreExtension-umbrella.h */, - 27DBAA6BBA8F377E04996FD3EEEE3B9F /* FirebaseCoreExtension.debug.xcconfig */, - C66D01154E99448C640F6ECF7CF65F2B /* FirebaseCoreExtension.release.xcconfig */, - 7235F9FC809AF320845D899D79F95AB7 /* ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist */, + F8B2F44241977D2252F1D2AA30780445 /* GTMDefines.h */, + 8BB1CC151D18C8B35652ED5E842132A5 /* Resources */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreExtension"; + name = Defines; sourceTree = ""; }; - 211FF0920BDBD66A9139B10EBE27064D /* libPhoneNumber-iOS */ = { + 2108FD29B102517BA3CA422B4FFB9EAB /* Support Files */ = { isa = PBXGroup; children = ( - 6B7F15D452A7061CCCB6EA37E9D3BB75 /* NBAsYouTypeFormatter.h */, - AF0B250ACCC66ADF8E16617FCEEDF7F6 /* NBAsYouTypeFormatter.m */, - 3942DFD041D47FCF158839263B1D0002 /* NBGeneratedPhoneNumberMetaData.h */, - 3E898FE4D1A3D39E131595033CD2770F /* NBMetadataHelper.h */, - 2450FC719529DD933CA9E3A2F966760B /* NBMetadataHelper.m */, - 9DD732BE16775F381C010C12B41CA7EA /* NBNumberFormat.h */, - 315457515A9B75D34688FABE203CC02B /* NBNumberFormat.m */, - 596A895419675F6B5CCD106AB68510DD /* NBPhoneMetaData.h */, - C58B8B5A1BD66A73979BF29A02F97F72 /* NBPhoneMetaData.m */, - A486B931BAA5C386B18FC2E664411E58 /* NBPhoneNumber.h */, - 5E63104051C3BBC56151DB107AE6F003 /* NBPhoneNumber.m */, - A76C7B746364EC24025D5403B1329B3A /* NBPhoneNumberDefines.h */, - 65473CEA6BFC8FDB1E6B2499F9743B61 /* NBPhoneNumberDefines.m */, - 81FDA597BB956AC0EF97FE99C75FBB4C /* NBPhoneNumberDesc.h */, - 951E57604F01A4D2C009B8D05689E533 /* NBPhoneNumberDesc.m */, - 45176297ED7D1EF54E4836A00F1F55BC /* NBPhoneNumberUtil.h */, - 9E4EC2AB8039D77215412EDF8B893784 /* NBPhoneNumberUtil.m */, - 8B58E2EDD5B522FC4C10EF38E3F1B714 /* NBRegExMatcher.h */, - FFBEBE180CE25493748D835D10380ABE /* NBRegExMatcher.m */, - A42EE4C7968D49DA7B3FFEC5A3EE1F38 /* NBRegularExpressionCache.h */, - 2E65A6A4595308C91E437B991A7D8567 /* NBRegularExpressionCache.m */, - A798A4AAE26C59827AA9C9F34D5B3203 /* NSArray+NBAdditions.h */, - 10CD8CEDDEEE90189783EE4CD09E1B24 /* NSArray+NBAdditions.m */, - 8363340D0BCE9870BA09636945155EC2 /* Support Files */, + 0A9A61D6DDCB205CCFA2E332984A515C /* PromisesSwift.modulemap */, + D08156D2E5DFDFF095BD0E10A8885243 /* PromisesSwift-dummy.m */, + C1D0B8A9B81A4E1A3BFFF6BED1FA62F3 /* PromisesSwift-Info.plist */, + F44F2E121FDABBA7EEB29C452016F20B /* PromisesSwift-prefix.pch */, + 52DB26EB5F8CF2CF5C02C8271474A94E /* PromisesSwift-umbrella.h */, + 2C65EC39591EF82BD1479AAD612CE996 /* PromisesSwift.debug.xcconfig */, + F1DA719C4F555BCE67EC114CFD470B67 /* PromisesSwift.release.xcconfig */, + ED63B9CB91F10B3036F5BC1E2FDAFD2C /* ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist */, ); - name = "libPhoneNumber-iOS"; - path = "libPhoneNumber-iOS"; + name = "Support Files"; + path = "../Target Support Files/PromisesSwift"; sourceTree = ""; }; - 2290FA4C9616679EC5E3FF9666A0C0AB /* FirebaseAnalytics */ = { + 21D5997391906E88EBDD2ED3ACE58C40 /* FirebaseRemoteConfig */ = { isa = PBXGroup; children = ( - B4390262B29A9DA83383FBAD5DBC8B15 /* AdIdSupport */, - AAC2F7D9DE4DAC45A0941FF926834869 /* Support Files */, - A11081BCF1EA427801BB53A751998091 /* WithoutAdIdSupport */, + C78B9B3CFC187B662EB1F4B528940611 /* ABTExperimentPayload.h */, + A748F5A1FD0900E3CDBDBF08D22C7F88 /* Codable.swift */, + 22784A0F26772A00616E2BD2261B80F4 /* FIRAnalyticsInterop.h */, + 4FD19848CD83B746DEFDF74E98D40678 /* FIRAnalyticsInteropListener.h */, + DB528566725F8D9AE75C1B887B3F460F /* FIRAppInternal.h */, + 8BD9582FA5E1456AA60B03C6ED49C189 /* FIRComponent.h */, + 85839B2D498557835FE85FBBA016B676 /* FIRComponentContainer.h */, + A2690F3D2096E1916194CCFF3F478DDE /* FIRComponentType.h */, + 071B451C91129BA0C9F98101515DBF41 /* FIRConfigValue.m */, + 9C96C261DEA402EEA8DF1736E9D91168 /* FIRDependency.h */, + 196386F81B7A694758F812AD6DD74EDC /* FirebaseABTestingInternal.h */, + 9C63E25764CDE4B00AD3EE1D4DD27BC4 /* FirebaseCoreInternal.h */, + 584098F6986C7A33FC6C81DD83D49CB7 /* FirebaseInstallationsInternal.h */, + 07C181158C20656D7D6DD71ADA69E697 /* FirebaseRemoteConfig.h */, + 00AEB12118703F3F095912F815297C68 /* FirebaseRemoteConfigValueDecoderHelper.swift */, + DB4516EB73737D0E464DD878FD43FFA4 /* FIRHeartbeatLogger.h */, + 0CFC1FE34A46CD43F9669C047D6C8499 /* FIRInteropEventNames.h */, + A59309106DF49C0DE7B8ECB0DE05FBA6 /* FIRInteropParameterNames.h */, + CFB1678021FF1A6B38F76682461636A1 /* FIRLibrary.h */, + 90D75686006356088AB9846291BBE1AB /* FIRLogger.h */, + 7233DF303038BABFC4EE8C42CBF44C85 /* FIROptionsInternal.h */, + 13EC8E4F016A97AF545FEDF8BB1A4FA1 /* FIRRemoteConfig.h */, + C5DFEAA6B48E1845CC1C2B773FB91F98 /* FIRRemoteConfig.m */, + 9FBF3477780AA09DB378085ADC9C5344 /* FIRRemoteConfig_Private.h */, + 1CB89A99B4AEC08A7A4CCC2C31590E37 /* FIRRemoteConfigComponent.h */, + 4905FFBFE26BDDAE3CCB4121B931ECDA /* FIRRemoteConfigComponent.m */, + AE7CCDA8B24998F2F85EF783A5574AA8 /* FIRRemoteConfigUpdate.m */, + B2126F0F93A7A7F8FDFF773F5A7A6096 /* RCNConfigConstants.h */, + 1909C85981AB5CCA6C84824A29884D9E /* RCNConfigContent.h */, + 895C3BECE020D621DE4B629DA3ADA7F3 /* RCNConfigContent.m */, + 1CA965ED78BEC19777CBE801163E434F /* RCNConfigDBManager.h */, + 9AAAC3BE7C1EDC3D36B1E069697E92B2 /* RCNConfigDBManager.m */, + A8A46431646E65D1218FC603FF6D972E /* RCNConfigDefines.h */, + 3F04EED10159170D5F752AB31D9A2544 /* RCNConfigExperiment.h */, + 09B64C37B93D7F6F8698A18B09FBB419 /* RCNConfigExperiment.m */, + 1D8F283C5F74E41755F13AAE3CB06D27 /* RCNConfigFetch.h */, + BE2D0A49B057C1398D1750329687237F /* RCNConfigFetch.m */, + 3275681F81558F319A883320447B1A16 /* RCNConfigRealtime.h */, + 94E1954553EDA6500E9ECA50CEC95BE1 /* RCNConfigRealtime.m */, + 34817A43FF4AB67C3E5870E622C7BEED /* RCNConfigSettings.h */, + 90C15C7121908EE3BF55E63A02A2CDD7 /* RCNConfigSettings.m */, + 8B22F5AEB637706AAF3DFF8C6F197289 /* RCNConfigValue_Internal.h */, + 3D7972E043611489F2D98088578DE2EE /* RCNConstants3P.m */, + D3DCECEA495F8C33D248481B8641964F /* RCNDevice.h */, + 838F4A69A13E9EC7C29CAC6A1A490E9E /* RCNDevice.m */, + E3275D531F732921F9B92D06B0E7D175 /* RCNPersonalization.h */, + 35E6647CDE0F735EB6BED367247C59AE /* RCNPersonalization.m */, + 0617A4C7EF36034ADC9E398B4AE9656A /* RCNUserDefaultsManager.h */, + C433D00C482A51FDD46DE10E25F337A5 /* RCNUserDefaultsManager.m */, + 1DA103DCD54DC61DC069B18CBD13CA63 /* RemoteConfigProperty.swift */, + 2244A6F4DBC4EA244BEF0FD73617B581 /* RemoteConfigValueObservable.swift */, + 452110F43F20D38BFAD57CAB3173C722 /* SPMSwiftHeaderWorkaround.swift */, + 9CCB1D9F3A97E3FFC4B1C43646666765 /* Value.swift */, + 09974C34A0AE6053A1ECC4CBAA1BFF92 /* Resources */, + 7951BD00A5204269CBA5BC7D35634CDA /* Support Files */, ); - name = FirebaseAnalytics; - path = FirebaseAnalytics; + path = FirebaseRemoteConfig; sourceTree = ""; }; - 2439A335DC105E7823B8CD42EB7957D2 /* Support Files */ = { + 232CD83928834CBB9F9B1CBB9CE0B340 /* PromisesObjC */ = { isa = PBXGroup; children = ( - AA2282D80904854133F8E4DDDE0EADF6 /* CocoaLumberjack.modulemap */, - 2110619CE15E1E8AA7BEFAABA46D62D2 /* CocoaLumberjack-dummy.m */, - 4ECA3715B7063D31CBDB78763D2C0C06 /* CocoaLumberjack-Info.plist */, - 977AA20CBF2FFCD831D1B86F4EFE9B43 /* CocoaLumberjack-prefix.pch */, - F7E8F2396D5205CD05B4517EB80055DA /* CocoaLumberjack-umbrella.h */, - FEFF33073302E4DCCCF880351AF3B169 /* CocoaLumberjack.debug.xcconfig */, - 92BC3A57A0099A0004E287343564A2EA /* CocoaLumberjack.release.xcconfig */, - 255E125F03207E24DE8B26F83696795A /* ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist */, + 971BEB9A9D39A16E38E3BD10DFB4A095 /* FBLPromise.h */, + AA2961E57B06F4254E04C43457A25DAC /* FBLPromise.m */, + 577CD37C67F0841F40ED94F780C7DBD0 /* FBLPromise+All.h */, + 3E60D3A9F94737796FA69674A8BE0FF7 /* FBLPromise+All.m */, + 12C5B03ACAE893AD56ADD743C166E390 /* FBLPromise+Always.h */, + 8A626C97BEB898B7D580697D6B7F30B5 /* FBLPromise+Always.m */, + C0B291A30E8BB1559309943F26E1EF9C /* FBLPromise+Any.h */, + EFA2B697DF73D969BB5F2499F93407FB /* FBLPromise+Any.m */, + 300A680AB234FA62C95213F9F68ADD0D /* FBLPromise+Async.h */, + BC8C92672FB14C3F918128AAC90A626E /* FBLPromise+Async.m */, + 82C950B6F258E2191D5BDA60978F75A9 /* FBLPromise+Await.h */, + 62167B36EE88E033ACC617E0E5CCFAA6 /* FBLPromise+Await.m */, + 7CA6A3C2A43EC7D823442D6844315939 /* FBLPromise+Catch.h */, + FEB5E62879D198CA5222150CFF273D77 /* FBLPromise+Catch.m */, + E85AD4EA3361A21B1E1F5F884BE8EC44 /* FBLPromise+Delay.h */, + F9E963DC6F45A4D59F5558D71DB520EA /* FBLPromise+Delay.m */, + 69610C53B587D26E90BB506109BA6DCA /* FBLPromise+Do.h */, + 97ACD0A536C65FD32278A11B91C4FB7E /* FBLPromise+Do.m */, + 28AF8FFD1F2890198F2103AF0D4AB2E5 /* FBLPromise+Race.h */, + F04CEF9F91DCAFEC01CB965127F53E8C /* FBLPromise+Race.m */, + 88BBA1D6F3D65C172B729331C2E487C8 /* FBLPromise+Recover.h */, + CAE1997B45AE7E04201F8DB01392ACD8 /* FBLPromise+Recover.m */, + D27EDC24236DAA72867795A2965743CF /* FBLPromise+Reduce.h */, + 45601CDD1B4514FA251D97671862FFB9 /* FBLPromise+Reduce.m */, + 2EA2080A24A5F3B1EA06C0AA03963853 /* FBLPromise+Retry.h */, + 634BEAE0175E2C04A33A068DCFF38C92 /* FBLPromise+Retry.m */, + 152AB12A1E8971DF725A27A4CB831701 /* FBLPromise+Testing.h */, + 9241F5D74065993697CF7523DA79B590 /* FBLPromise+Testing.m */, + 9E0130F3B8F0D71AD8A1245D82BCE149 /* FBLPromise+Then.h */, + AC27CA1EEFCBA601D10D531DA7563BB9 /* FBLPromise+Then.m */, + C1F9A196057289592CB31933119D2F77 /* FBLPromise+Timeout.h */, + 8DB379259C457DACCE12427C046DFC13 /* FBLPromise+Timeout.m */, + F5764C3B54647BC3A12D1004A790194E /* FBLPromise+Validate.h */, + EF63D9EF252B3BD36F66607970DB5C6C /* FBLPromise+Validate.m */, + F90E8A6E6B787D4769056D7DFD4A8174 /* FBLPromise+Wrap.h */, + F80F66DA6A3D04F5774F08F7D9D8AE04 /* FBLPromise+Wrap.m */, + 5D229050F722D531632A02F5D53C33B7 /* FBLPromiseError.h */, + FCDAF876A3C3AFD7C710CC656DAF7DFF /* FBLPromiseError.m */, + 936978A8791924B211DB704D67098D02 /* FBLPromisePrivate.h */, + 4E52E392E35B2CBDD34909C511C29C08 /* FBLPromises.h */, + D2CEBE37EFDDB0A49DC52B2E0AC5A2C1 /* Resources */, + 1A98D7E4B0029AC375B8B4EA06C0E176 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/CocoaLumberjack"; + path = PromisesObjC; sourceTree = ""; }; - 24984D0E0BDF831035213071CDE01865 /* Pods-iOS-ParticlesCommonModelsTests */ = { + 234FC81E5F89AE38AFF81C8DB6FF8775 /* Support Files */ = { isa = PBXGroup; children = ( - A7A3B14C3CECE6F91F0BFF33D192889F /* Pods-iOS-ParticlesCommonModelsTests.modulemap */, - 4194A31ACE81A2A4E680AB9CE3B1E3B0 /* Pods-iOS-ParticlesCommonModelsTests-acknowledgements.markdown */, - 6C62B18DD4B650BE0E8429BD2C5AB4AD /* Pods-iOS-ParticlesCommonModelsTests-acknowledgements.plist */, - 974912BD1B46B66F3390ED31778FDD5D /* Pods-iOS-ParticlesCommonModelsTests-dummy.m */, - 59C4B0B254C8036657F2D8ED8C46B3DC /* Pods-iOS-ParticlesCommonModelsTests-frameworks.sh */, - E052745346055A6FE282D26995C2AA94 /* Pods-iOS-ParticlesCommonModelsTests-Info.plist */, - BECF4C94D9BCF4108002D53765D73373 /* Pods-iOS-ParticlesCommonModelsTests-umbrella.h */, - D792B98F0229412F41F7387D5AE5A655 /* Pods-iOS-ParticlesCommonModelsTests.debug.xcconfig */, - C655D00DD08BAEBB0B66DAB7521465AB /* Pods-iOS-ParticlesCommonModelsTests.release.xcconfig */, + CE16B2FE676D0EAB9C0435541A8F2A27 /* FirebaseABTesting.modulemap */, + 9C87461AB9797EA4E6E657DA95D1B806 /* FirebaseABTesting-dummy.m */, + A7377C9C347FDEB1804EB4C5BF187E90 /* FirebaseABTesting-Info.plist */, + ACCCAAC70120BF20C4956DAFCC5EC34C /* FirebaseABTesting-umbrella.h */, + 5C5691BB43DC8131AC9999C05574AA5D /* FirebaseABTesting.debug.xcconfig */, + 6124F51A63EB82F1D3983DD29D2E32FA /* FirebaseABTesting.release.xcconfig */, + 8946AC13983501B5533966A5266BBC94 /* ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist */, ); - name = "Pods-iOS-ParticlesCommonModelsTests"; - path = "Target Support Files/Pods-iOS-ParticlesCommonModelsTests"; + name = "Support Files"; + path = "../Target Support Files/FirebaseABTesting"; sourceTree = ""; }; - 24F357C7705164335E507C44261ED078 /* Full */ = { + 242BFB3F16D0499EE82B462763367E34 /* Resources */ = { isa = PBXGroup; children = ( - 41A22B71260AF00A912B5748E1842822 /* GTMGatherInputStream.h */, - B0A1F1BB581CB41E684BC3BC9FF888E9 /* GTMGatherInputStream.m */, - EB19395046D3D7F6CA4406420B86CE3B /* GTMMIMEDocument.h */, - C2FF61581E0A86183141B4A59762D721 /* GTMMIMEDocument.m */, - AB5791FAA35DB44E49ABABE8C6D16C15 /* GTMReadMonitorInputStream.h */, - 567B1FC3AB4F82485A0B5491FD25848E /* GTMReadMonitorInputStream.m */, - 88486733EECF0E12760A7F5E883B2A28 /* Resources */, + 8E21A062E9EB18B2D14E9D4168B43D58 /* PrivacyInfo.xcprivacy */, ); - name = Full; + name = Resources; sourceTree = ""; }; - 281103538A04729648395B95171CB80C /* Pods-iOS-Utilities */ = { + 2441430DE8C624EB74630BCE07E4A638 /* Pods-iOS-dydxCarteraTests */ = { isa = PBXGroup; children = ( - 6DCC0BD628DFBB482476ED77F190EC28 /* Pods-iOS-Utilities.modulemap */, - 08548076BF6914E45FA7A0C5EB4339DA /* Pods-iOS-Utilities-acknowledgements.markdown */, - 0A0FD92B8E7EE85C1BE6B9DD74AF3047 /* Pods-iOS-Utilities-acknowledgements.plist */, - 20118ACE25EF010B4D135F9F721F5E7A /* Pods-iOS-Utilities-dummy.m */, - 67D0ECE3AB99B67203063FEC081FDE33 /* Pods-iOS-Utilities-Info.plist */, - 600539F9B38D0C7AF3469F0131A620D0 /* Pods-iOS-Utilities-umbrella.h */, - 355566781FFC3C4572C8B201D2ECDDD3 /* Pods-iOS-Utilities.debug.xcconfig */, - FD8CEA1E81DA777AE5CE91AD7EA63C4A /* Pods-iOS-Utilities.release.xcconfig */, + 96E2B2BA4430887E7D52C4E625B48273 /* Pods-iOS-dydxCarteraTests.modulemap */, + 2077620E016302E6DBCCB8E2C29C79C1 /* Pods-iOS-dydxCarteraTests-acknowledgements.markdown */, + A4CEA7975728C4B704A4DAE8DD9E7129 /* Pods-iOS-dydxCarteraTests-acknowledgements.plist */, + B2CEDC2A9159D44BB1D6ED66DA010653 /* Pods-iOS-dydxCarteraTests-dummy.m */, + 612466E3FEF1D45038EF0A42E14B5351 /* Pods-iOS-dydxCarteraTests-frameworks.sh */, + B7192D9845D408CD307F6BCCF2E3246A /* Pods-iOS-dydxCarteraTests-Info.plist */, + 42BDC95428C615C8CFCA347ECF4FAFC1 /* Pods-iOS-dydxCarteraTests-umbrella.h */, + D19D627AC8D90283F90D517528684B3F /* Pods-iOS-dydxCarteraTests.debug.xcconfig */, + DD87C74F7C1F0564CFC7926848912ADC /* Pods-iOS-dydxCarteraTests.release.xcconfig */, ); - name = "Pods-iOS-Utilities"; - path = "Target Support Files/Pods-iOS-Utilities"; + name = "Pods-iOS-dydxCarteraTests"; + path = "Target Support Files/Pods-iOS-dydxCarteraTests"; sourceTree = ""; }; - 2C67D9A61A56E2BE9C7937918833F483 /* Support Files */ = { + 24DEDC6D4196D1396E48A484C219218A /* Support Files */ = { isa = PBXGroup; children = ( - 8B87E562DD649127A364D798DA46ADEF /* BigInt.modulemap */, - BE4E57C549BEDF359D1F835E70128F5A /* BigInt-dummy.m */, - 271AC85E1CC2E2177A58F3B91B2FB9C9 /* BigInt-Info.plist */, - EB1007390C89DB135D0C7C1E6A2E961E /* BigInt-prefix.pch */, - 436597CF8C04AF2818DAE178C98C80B4 /* BigInt-umbrella.h */, - 430890E1320D7A71E19904A4F9F0A1DD /* BigInt.debug.xcconfig */, - 75BE348BD9BEE6EE1C0C1C277B5A860D /* BigInt.release.xcconfig */, + 6E44A28A8906EE531B15A34B98A5A4FC /* NVActivityIndicatorView.modulemap */, + DC474980F96EE772B9A899EDEC28B383 /* NVActivityIndicatorView-dummy.m */, + 5841FC20D824280E56FE1A188F2AFEF1 /* NVActivityIndicatorView-Info.plist */, + 05DC1C4A91E92DB0484A23A38D60BC2C /* NVActivityIndicatorView-prefix.pch */, + 025DA77DB6782FFF04FFE7036B164384 /* NVActivityIndicatorView-umbrella.h */, + 9D7D560C8EE134E0CB7AB1CA04F64205 /* NVActivityIndicatorView.debug.xcconfig */, + 20AA8D6FB56D44D71836CAFB9CE4555B /* NVActivityIndicatorView.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/BigInt"; + path = "../Target Support Files/NVActivityIndicatorView"; sourceTree = ""; }; - 2CE6FDADCC56DABEF48A64E2E22948A9 /* Support Files */ = { + 25B328E3B025066793FD9D6D47CCE26C /* Resources */ = { isa = PBXGroup; children = ( - 9954ECE07FB70019DA7BE8C54C7C360E /* FirebaseCrashlytics.modulemap */, - 492860E1E3BC65A6648BABDFD3BFDC6B /* FirebaseCrashlytics-dummy.m */, - 9049B0111426F40FB3E305E3DF23A081 /* FirebaseCrashlytics-Info.plist */, - 583A29DACF5A20A7E3519935BC0C2F23 /* FirebaseCrashlytics-umbrella.h */, - 2446159713DB7A89E0632B2044303CE8 /* FirebaseCrashlytics.debug.xcconfig */, - 0BD3DFD326EBDC7218E239234035C73F /* FirebaseCrashlytics.release.xcconfig */, - BD2264D674CB762F15C1A2E77C438522 /* ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist */, + CFC717645D6F458472AC718ACCFD5DDA /* PrivacyInfo.xcprivacy */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCrashlytics"; + name = Resources; sourceTree = ""; }; - 2D88D840A8FADDAF35C4E24FC2888B5D /* SVGKit */ = { + 2607B063A0E08D857458B0594C264274 /* PanModal */ = { isa = PBXGroup; children = ( - DAD20C04C66B7A293E33FB9FF432711F /* AppleSucksDOMImplementation.h */, - CAB7974C3630784C201FF5CAAB3535CD /* AppleSucksDOMImplementation.m */, - 7629EB4D76CE26E87000AC37D764875C /* Attr.h */, - 3EE4ECA541BDFB0C8076ADAF063952EA /* Attr.m */, - 15BEF217876EB3BAF731E80031B08508 /* BaseClassForAllSVGBasicShapes.h */, - F8B50D024D8B77268387E9BE568D9CB4 /* BaseClassForAllSVGBasicShapes.m */, - 7772046FD155858B6FDF714BE08D1FA9 /* BaseClassForAllSVGBasicShapes_ForSubclasses.h */, - 416471EF4FCB2DA0E119135A537A4901 /* CALayer+RecursiveClone.h */, - E8F741CE1607EC06FA14540E8A057712 /* CALayer+RecursiveClone.m */, - D8FF911BF106E253415C9556E243C431 /* CALayerWithChildHitTest.h */, - 1F6B017DE081B442D39F48DA417E46A9 /* CALayerWithChildHitTest.m */, - 8B842AF2DA46B52759F2CC531BD1B08C /* CALayerWithClipRender.h */, - 2012EF0DBF462E7B5D4DF89CD386BD94 /* CALayerWithClipRender.m */, - 052E9BC04D0F2BE3C9B367215FDF085A /* CAShapeLayerWithClipRender.h */, - CE40B42048C340C318F803619F9337B4 /* CAShapeLayerWithClipRender.m */, - FA30D13B5547E56FE5AA5F6245212F81 /* CAShapeLayerWithHitTest.h */, - D1FA8A8AA0ABF60AE95FDC7BDFB62712 /* CAShapeLayerWithHitTest.m */, - 41EEB320CC6D1FC093011792BE7ECC9F /* CDATASection.h */, - 14078B30DACC04ECB4318AC863DBA94E /* CDATASection.m */, - 0250D98E43F2F2432DE95FE864C677A4 /* CGPathAdditions.h */, - DB4D5194999E36EF8E3CB09E053495F7 /* CGPathAdditions.m */, - 444E7D381561D24BCDCF36DBEDE02D6E /* CharacterData.h */, - 4261A88A40DC57C31B10604735FBC42A /* CharacterData.m */, - 8C486ACDEEFD56590F5176A2314383EA /* Comment.h */, - 8A6649486C74A9B1B1176C92D37A65BD /* Comment.m */, - F46147BE0F070EC045ED953059AA39EA /* ConverterSVGToCALayer.h */, - 9B82A252373DE02131ED957B95987FD8 /* CSSPrimitiveValue.h */, - ABACB2EB7EEFDD899BEAF3E52F23889E /* CSSPrimitiveValue.m */, - D900B75F4164B503CC99657FBB5D89EF /* CSSPrimitiveValue_ConfigurablePixelsPerInch.h */, - 65C5D0FA8F9012C5A840836DE7533F59 /* CSSRule.h */, - 03B21B2B6B817856EF01D7CB8ECE78BE /* CSSRule.m */, - EA2368F3B0B8A00F294122530721C438 /* CSSRuleList.h */, - 556963E2FF29AD936C2DA13103E2F82A /* CSSRuleList.m */, - 0D6A3F9C212DC10502F193062BA2E6EF /* CSSRuleList+Mutable.h */, - 7330522A099231E464FDF8C8FBDF3D07 /* CSSStyleDeclaration.h */, - 532E88D260CBEBD5DA2C9945C4DEA63C /* CSSStyleDeclaration.m */, - B47F9D99E022D4AB4045009894CA4023 /* CSSStyleRule.h */, - 34196FBDDB5E0D6A68584682E025EDB6 /* CSSStyleRule.m */, - 3FEDBE0995E3427D96219C4BF4DE114C /* CSSStyleSheet.h */, - E113FBEA937AEF39317A70B3CBD34152 /* CSSStyleSheet.m */, - B17A1CDA9BD900B8456F8AAD7AB056A0 /* CSSValue.h */, - 539E63EB9067607B444811E64C107054 /* CSSValue.m */, - 6B4C6064C89E547D1743EEFFA18E9127 /* CSSValue_ForSubclasses.h */, - 9117D2FA0F616043AFFB1A211F4B6F8B /* CSSValueList.h */, - BCAD55A6F86B8F15A83E7065C3408F9B /* CSSValueList.m */, - 605916780860374F4D52A4DACDA06FA9 /* Document.h */, - 05F16F19E844DE3320E52D3C8846385C /* Document.m */, - 51E46A0DB768D26C859C517AD8C62705 /* Document+Mutable.h */, - 5E3A84768ECCE3ED41DB3CA176F50020 /* DocumentCSS.h */, - 2C77A72810327E90AE42090B4B9C726B /* DocumentFragment.h */, - 4852537CCD1A6CB05AF19065F604CBA3 /* DocumentFragment.m */, - B7AB8A767872EBF19BDE9E26D688950A /* DocumentStyle.h */, - 6AFF2B72820A285C3F23C45A1EE12E3F /* DocumentType.h */, - F2388A2B35ABC5F992FFFB7E09988956 /* DocumentType.m */, - 8B41C6888408C96AA0D6CA023849BB95 /* DOMGlobalSettings.h */, - 5A8849A6E74F4981ED37C31941FB12D8 /* DOMHelperUtilities.h */, - 59875B9B916F4AC9D486597E97CE1555 /* DOMHelperUtilities.m */, - FCF7FEF99CAAA284BDFE8BE3C4A28FD2 /* Element.h */, - 75323DD2C92B46574C75F3A1C1408803 /* Element.m */, - 5E997EB58BC953AA4C0A1FD0BC8C02EF /* EntityReference.h */, - EA0FA41E0555EAF0EB05CB8A2C8DD7C4 /* EntityReference.m */, - 1AA5F3AE6B958D0D7773B7B1D4E8FA8A /* MediaList.h */, - F0B2A5FA6715A9D4AB028CF98E539AB1 /* MediaList.m */, - FE046D95F3555E5CA805C9B932C07D75 /* NamedNodeMap.h */, - F2B7A349AFA292557D8A7D554E5805E3 /* NamedNodeMap.m */, - BD9D487422A67EBFD615B9C6D352C248 /* NamedNodeMap_Iterable.h */, - 4AE86B4D334FC8195DBEBBCA9BC524D1 /* Node.h */, - 90FC08C2EE2F159A4D519C0E5510AA10 /* Node.m */, - 1E9F51703B75717296EA08D6C42E56A8 /* Node+Mutable.h */, - E66C0AAA5C15394A2FA1A5ABC6C3D1EE /* NodeList.h */, - 12E3EDF9343285C9C2F7B8F9BC15FE62 /* NodeList.m */, - 07C9234AABB8696D0792AB020DBB047D /* NodeList+Mutable.h */, - 0899DFDB8B5C7D088F265D6C7998C195 /* NSCharacterSet+SVGKExtensions.h */, - 1E9DAA368819274F02C1A7BD7AD683D7 /* NSCharacterSet+SVGKExtensions.m */, - 849C0D8D88DD55D47C6C268DED0C56C1 /* NSData+NSInputStream.h */, - 1367E74BEC412898ADB66F0B36AA38E3 /* NSData+NSInputStream.m */, - 911DD234BB2BE87A5FEAD6402A92165B /* ProcessingInstruction.h */, - A0FCA13F1E96FEA4FFB5597812E2B20D /* ProcessingInstruction.m */, - 7E371CE0D9F1D11D13656A07146044A8 /* StyleSheet.h */, - BB4C266006D8FC6BB377051C953EE6FC /* StyleSheet.m */, - 4AB6EEB13A18AB6BBCB07A1F65D07F26 /* StyleSheetList.h */, - 81F0911ED8C60CDEE88933D9D2D7B324 /* StyleSheetList.m */, - E24ABEAAAE8AB3EF9FD41D3CA7881AFE /* StyleSheetList+Mutable.h */, - 3B67B64708540D57340721CB587F0754 /* SVGAngle.h */, - 803B43B6CD24393E9847E6AAF96782EB /* SVGAngle.m */, - 65252DB84AEA9F894889FDDB3D880CB5 /* SVGAnimatedPreserveAspectRatio.h */, - DD58AAA94CF20D77228B02E0D290E053 /* SVGAnimatedPreserveAspectRatio.m */, - 490B543D1583B3E70148E30050B118F2 /* SVGCircleElement.h */, - 04CFCEC72CF657E510646BB8A401B78A /* SVGCircleElement.m */, - 044C8CD612E72A09DC29E47A1AC39493 /* SVGClipPathElement.h */, - 63BFCE8820E4B0D441CB607EEF97A048 /* SVGClipPathElement.m */, - D92BF0658E4D36B821667E99CA6CD04C /* SVGDefsElement.h */, - 64E518DD21E6B800D0C82567CFA96CD4 /* SVGDefsElement.m */, - 6E1CB4E8730F7BECF39E9A5243B0105A /* SVGDescriptionElement.h */, - 8902CE79729026E440745F6F84FA23B1 /* SVGDescriptionElement.m */, - 8BE64C744511C512D788DB06F6EFB52F /* SVGDocument.h */, - E3C80ECDDC2BABB70398BCC529920A17 /* SVGDocument.m */, - 8F2028A6B90062FB9912CDFAA04B1D30 /* SVGDocument_Mutable.h */, - D697B4F1B75718AA296CCFDEFD50DC18 /* SVGElement.h */, - B9594ED5055D64C5D01F43B1A45C7C83 /* SVGElement.m */, - 7FB157270160EA9645BA19FFDF165C9F /* SVGElement_ForParser.h */, - DF24469E4F1103881049D5BF6F4A81EE /* SVGElementInstance.h */, - 92CD75A992DB2629ED14EDC47A61DF53 /* SVGElementInstance.m */, - 7CEF05631053576AB5FE7097FCBCA0EA /* SVGElementInstance_Mutable.h */, - D6275BCCDA177F34000742CAAC3C0D64 /* SVGElementInstanceList.h */, - 97B8C2AB102A4E2DCF885865B9D841F0 /* SVGElementInstanceList.m */, - 3E7C9012B97A056CBE87B80693B7C5E9 /* SVGElementInstanceList_Internal.h */, - 1E7DD3684D5F00DAC60AFDE94E4BDCB5 /* SVGEllipseElement.h */, - 30BE7D5D9C4B966F681F9986319EA874 /* SVGEllipseElement.m */, - CDBA0F72CB70224974F97B99F81134D7 /* SVGFitToViewBox.h */, - E384543FF7B079C609093DFCEBD8AD31 /* SVGGElement.h */, - A6C6685EA7B34E28F649AE913C6B0F8F /* SVGGElement.m */, - 28C8CCD9020A0715AC27122BF8630CD4 /* SVGGradientElement.h */, - A69AA5B89C621CE6B488D7879944F839 /* SVGGradientElement.m */, - 1EF0F7FAA23149DCFF63E2425318D1B1 /* SVGGradientLayer.h */, - 992DE26D2380EFE1D71C1EE1DDF90453 /* SVGGradientLayer.m */, - E74655F981BCD8AE17854019592320F3 /* SVGGradientStop.h */, - FB30E605ECA69FFFA9FF5C9E7C5C618C /* SVGGradientStop.m */, - B76F5FE1DAC3F9E8EB7DAC57E3FA8973 /* SVGGroupElement.h */, - 8084FE40A13D6CFF262298528A2C92A0 /* SVGGroupElement.m */, - CFAF57E9EE77643A0BDBB0824D1B3ED0 /* SVGHelperUtilities.h */, - 1FDFEF1A98B8B7F6DC9350E2051F9BAC /* SVGHelperUtilities.m */, - 95822C3FF77844FF6996C67E94F1B2C8 /* SVGImageElement.h */, - 757F8F876F5DB41C67A80DAA86F74935 /* SVGImageElement.m */, - 376C9CFBEF5A220B0631A09C243736BB /* SVGKDefine.h */, - 76449CD594116A5A7A6CD161318710C6 /* SVGKDefine_Private.h */, - 97ACC17B7D4088591EE6C91680766F52 /* SVGKExporterNSData.h */, - 26249DAF5A03251EB0B7E694A613AC60 /* SVGKExporterNSData.m */, - 5267CF56AB587731C4E89D843ED65A17 /* SVGKExporterNSImage.h */, - 1EEBD43FAE55AC79C95B9C73C82D7CAD /* SVGKExporterNSImage.m */, - 67C3EC15704E4A691B6B7AED2074AFF7 /* SVGKExporterUIImage.h */, - 4D01E5D966E947DFB9900A7DCC81B2C2 /* SVGKExporterUIImage.m */, - F6348EEFB4D8F3F9EECB69B9D595AB6F /* SVGKFastImageView.h */, - 0346B59839F719F3E922A6CB6675685D /* SVGKFastImageView.m */, - D90B5D7CFE3CD491CB577BBDEA86155D /* SVGKImage.h */, - 84A7BE260804930056409F186435D76E /* SVGKImage.m */, - F4A2D799F366BA925833009D5EEB2ED1 /* SVGKImage+CGContext.h */, - F05DA32E0616EB8FB0477832185AFAC9 /* SVGKImage+CGContext.m */, - 95F81A7793E7DD18BA4AB275ECBDCBC2 /* SVGKImageRep.h */, - 60CF463E182C9EAFA07EAC52DB17EF6D /* SVGKImageRep.m */, - 748F64BD95781C5A7C40FD0E8E6D51BB /* SVGKImageView.h */, - 942594BAB564721E07FF16A02BC3EFE0 /* SVGKImageView.m */, - 4386D25F11B1FB14155EBE5606E55029 /* SVGKInlineResource.h */, - CAD90329F11CC292CB63C5380E1DB325 /* SVGKInlineResource.m */, - 15124B7C84180FA23A72E2A0EB073125 /* SVGKit.h */, - BE54DC5409F6223C2CD47B5A40917E03 /* SVGKit.m */, - D2A3DDA6397B40CB174597E54FF1C534 /* SVGKLayer.h */, - 17090C6DAB08755557984424861F869F /* SVGKLayer.m */, - AB963B5C17D442602DF37635285E7F39 /* SVGKLayeredImageView.h */, - F1664534736478D86DCD2D3CB74CDEF8 /* SVGKLayeredImageView.m */, - 6E956D721716BA6DC15EB44DF99ADA59 /* SVGKParser.h */, - 45FBFEEF2E07FBB4B8AA513E1E3D5FD0 /* SVGKParser.m */, - 5B5DDC7EF2EBB1AA79322AE2DC241E5F /* SVGKParserDefsAndUse.h */, - 5C34D12261648CE5D4CBCA725E73768C /* SVGKParserDefsAndUse.m */, - 11084ADECE97A9166CAB403543DDDB34 /* SVGKParserDOM.h */, - 29DD649A05F84DAA28132245781B2DBF /* SVGKParserDOM.m */, - 2C0ECB04900690AB93E7C843C567B40A /* SVGKParseResult.h */, - DFFCC7A72A2ADBA146FC837D5664A9F1 /* SVGKParseResult.m */, - 4AE28CAEC64C1452D2F1D2F53321A517 /* SVGKParserExtension.h */, - 79201204BD168309A00FD9149AC841AE /* SVGKParserGradient.h */, - 1E4B4CD8981231525B3EB12A8678336F /* SVGKParserGradient.m */, - 4D2189EE46FED697748742B5804139D8 /* SVGKParserPatternsAndGradients.h */, - A4AB4F12A9F6CE051F15F6C372DDDC28 /* SVGKParserPatternsAndGradients.m */, - 217D3F3E69FA066F2845C1A40A944FED /* SVGKParserStyles.h */, - 81F4A2B902E9D99B715B3744C0F6550C /* SVGKParserStyles.m */, - FACE4FBBFBAB2681709A7DF632420983 /* SVGKParserSVG.h */, - 8D6672B4ADB51A0303BAA2028891BE04 /* SVGKParserSVG.m */, - 41CBD428E0256646554FC9A80B9A12F8 /* SVGKPattern.h */, - 808E456EA075994F2E8075937DD71B72 /* SVGKPattern.m */, - 0663296009A5A357EFE36C30C7680E3C /* SVGKPointsAndPathsParser.h */, - B3D9E757770E93E26222763026BAA8E7 /* SVGKPointsAndPathsParser.m */, - AE28D9836DD4F65DE9BF77DA000A3918 /* SVGKSource.h */, - F0A44C1B06DFB1CE0D48EA7BB80622C7 /* SVGKSource.m */, - A196BA1E9606C4406A16BBB43CF3A5CD /* SVGKSourceLocalFile.h */, - 5AE73308419B58B25B6D92B3A5BB9A06 /* SVGKSourceLocalFile.m */, - FEB3612F646CB18A0A89C70E54E1C742 /* SVGKSourceNSData.h */, - B8D9D283C0DFA073008AF467CB48D249 /* SVGKSourceNSData.m */, - 96853D3291F1DB9C7C0DA87CC577BA5B /* SVGKSourceString.h */, - 4A291DB6714E077591BA2BD6C21D40F4 /* SVGKSourceString.m */, - 36BFBCE6BAADD1B9525F89CA8FBE1726 /* SVGKSourceURL.h */, - 31A665DC52998F65E7EC5D9C1B3F7148 /* SVGKSourceURL.m */, - 4F6A7F2056F8848A8C52877794CA0F2D /* SVGLength.h */, - B1BC138871DDE06F3E19CB903E8841E4 /* SVGLength.m */, - 6F42A11CBC63E0BF6019EA469379D344 /* SVGLinearGradientElement.h */, - 303AC775E075B640B9CB479EA61A5F50 /* SVGLinearGradientElement.m */, - 87757EA4D64220C0EF389FDD3B99AD84 /* SVGLineElement.h */, - 6D8D9D2403EAD660A2156C78ABE74373 /* SVGLineElement.m */, - 2DB5A033A0502C66E6FF0BF9A1BAA054 /* SVGMatrix.h */, - 036E44193CAA9E4D914169E68ADC7F42 /* SVGMatrix.m */, - 86273BAC83FE2C3FBAC9A670C127FCFE /* SVGNumber.h */, - 8E17D1A147BAFF253A8C1E7285FE47E0 /* SVGPathElement.h */, - 9EBF182BD8847FC625697ADA9E942E5D /* SVGPathElement.m */, - F98FB458C340051251418DD53579BC47 /* SVGPoint.h */, - 2505052A48401E40416184B084C96322 /* SVGPoint.m */, - B12D80BDF8A56BCB1AF26E76B8C634C0 /* SVGPolygonElement.h */, - 6AC06C65161F4785202CC4755F662D70 /* SVGPolygonElement.m */, - F8436890802C549CFC894630DDA417BA /* SVGPolylineElement.h */, - 6B851D7BCD7F7FDB7563E304D7F4AD1A /* SVGPolylineElement.m */, - 9E2ADBAED3969BD197B7E1052359C6F9 /* SVGPreserveAspectRatio.h */, - 3A85528CD911D5683C87557E938FF6F4 /* SVGPreserveAspectRatio.m */, - 8047A22C74D3CEE487FBA6916D11F5E5 /* SVGRadialGradientElement.h */, - 65EBDADE93193D90CB34A11D374DCB31 /* SVGRadialGradientElement.m */, - 56068B57832178F7489253139B3EA280 /* SVGRect.h */, - 210F9720DFB09BD231A47170EBA0C268 /* SVGRect.m */, - 74A0330731B3A9671599B720D70B5252 /* SVGRectElement.h */, - A75A89FD00B98BFC2BDE330538D14E07 /* SVGRectElement.m */, - 2AA35E5FF8FE88980C784C5F72EBFF08 /* SVGStylable.h */, - 116772418692599DDD26A7A323B79C61 /* SVGStyleCatcher.h */, - 631A5A226E0A27719DC160B3C9BA2F81 /* SVGStyleElement.h */, - 47BDB22968277B6270B78A5D398E45FB /* SVGStyleElement.m */, - 54B6D1E7A7976F75A90EBB73E161372C /* SVGSVGElement.h */, - 79EFF66EBCD26925C8C6EE71F65940BA /* SVGSVGElement.m */, - F2A84F714A97B99F6BB7B7B9557EB9E4 /* SVGSVGElement_Mutable.h */, - A75E6012801F89A66B0E9DDFFFAE433C /* SVGSwitchElement.h */, - 5D9E9D3A409A0DFAE1F1EF370DB2D3F4 /* SVGSwitchElement.m */, - E64AA465B66210E7A49C2FC6957FEE78 /* SVGTextContentElement.h */, - E4376D22817A41D8FFC987B456A696D1 /* SVGTextContentElement.m */, - 8E8C041921982D3376660FEEF141454A /* SVGTextElement.h */, - 26AEE12B7CA17FE329F03384A32D0789 /* SVGTextElement.m */, - 84556D2D4357B4398254FA2A2F44C704 /* SVGTextLayer.h */, - CC18FE2DA232D0E7EDCA1BB179FFDEE3 /* SVGTextLayer.m */, - F29B417EFB83C622212DD6D3AA48D0B5 /* SVGTextPositioningElement.h */, - 0E7AB2CCF81B2B78AF61791CE4E25335 /* SVGTextPositioningElement.m */, - D4557ECC6751AFEA3D5E6343F47DA2DA /* SVGTextPositioningElement_Mutable.h */, - E065FB5B045F456148547526DD4A5AB9 /* SVGTitleElement.h */, - C10BBDD372618DF8DEC37FC2D7D472D7 /* SVGTitleElement.m */, - 8F4DAB61A83FAF1AA95A64DEBF5FAB2F /* SVGTransform.h */, - 32954AD57380CBB289DC00D2043672FD /* SVGTransform.m */, - 092A1C28905C8371A53602A9CC49E0F1 /* SVGTransformable.h */, - FDA636956807231FE747036916EF2114 /* SVGUnitTypes.h */, - B05C5A6FF56B4C98F03DE01A5297BB8F /* SVGUseElement.h */, - C0D1B30439BC0FFFCED60306D0AE22E3 /* SVGUseElement.m */, - 9261E99A30F40B156E6235EE758CB6EF /* SVGUseElement_Mutable.h */, - FB6A758E9E78C1F6D11671E432C90FA4 /* SVGUtils.h */, - 215D9945246E40FEBDC368428E1B2F27 /* SVGUtils.m */, - D48555D199386B1A0AA33D3896DE6EB5 /* SVGViewSpec.h */, - 35C321FEDA8DF512A5189B75502852DC /* Text.h */, - 07A1F8190E403BF2319849FB30DFA664 /* Text.m */, - 5597A4880E70D7484F044722955537CA /* TinySVGTextAreaElement.h */, - 8C62F343C41C3CE4C76CC4CA6CD60B18 /* TinySVGTextAreaElement.m */, - 0E613DD7F78762674EAE115C9FCD4E51 /* Support Files */, + 312CB9E0E71D5C05F7DED308A05D2AF9 /* DimmedView.swift */, + 851FD97BB693B47AEE1D08AD783AB06F /* PanContainerView.swift */, + 8F059660994426BC355CC917029FC3A9 /* PanModal.h */, + 8695040D2BCE935205F3066BEBEFC033 /* PanModalAnimator.swift */, + D3E47FE1D441E6453262743CD2ECFBAF /* PanModalHeight.swift */, + AF22F24CDF2953ABA3D12289C10F69A1 /* PanModalPresentable.swift */, + 129DE87782EDC8B3C302F90234226C0F /* PanModalPresentable+Defaults.swift */, + 3489A0AC74ECC15904E666E4A7084AC0 /* PanModalPresentable+LayoutHelpers.swift */, + F6DCC476B96424BBE12F62689ACC2077 /* PanModalPresentable+UIViewController.swift */, + 93C67A115B0A98DAFA5570BB4347F7B7 /* PanModalPresentationAnimator.swift */, + C371B208C2086F025A65F622C1C97E23 /* PanModalPresentationController.swift */, + C0F8D4BD04B9CDFE4A83BA9032F89908 /* PanModalPresentationDelegate.swift */, + 4D308E7AB961E86ABB59A7AE917AEF59 /* PanModalPresenter.swift */, + D7E98A78E638A9C7AC111AC74C85C63E /* UIViewController+PanModalPresenter.swift */, + 835BA7E80AD2032F2890967332124BA3 /* Support Files */, ); - name = SVGKit; - path = SVGKit; + path = PanModal; sourceTree = ""; }; - 2E24940A65B134AC03205EAF81CD3EF6 /* Support Files */ = { + 26D31433842B5C1BE96404791EE0F988 /* Pods-iOS-UIAppToolkitsTests */ = { isa = PBXGroup; children = ( - 3A6533F37C5B5C13E88187DE7FDF4FA0 /* ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist */, - C93BED19BBCC506FB21943439AD39339 /* SDWebImageSwiftUI.modulemap */, - 328AD9AF13B1FC2B440425B097BF2B4F /* SDWebImageSwiftUI-dummy.m */, - D68A270F4492C5B43E84F966FF9C603E /* SDWebImageSwiftUI-Info.plist */, - 3FEAA863B677742FC5AA2222E57C925D /* SDWebImageSwiftUI-prefix.pch */, - 5970A77CF960C41108B32E7AF3F42310 /* SDWebImageSwiftUI-umbrella.h */, - 8F1CAE469AF7D89855EA53A898F47DF9 /* SDWebImageSwiftUI.debug.xcconfig */, - 1282F3E611C9978691245273B1183F3A /* SDWebImageSwiftUI.release.xcconfig */, + EE6052BDD6AEFA26AF1D69B2045374E9 /* Pods-iOS-UIAppToolkitsTests.modulemap */, + CE30E9E0F9DC7326C260AE5B19E64B99 /* Pods-iOS-UIAppToolkitsTests-acknowledgements.markdown */, + B585BEED5A062CFEF008B2EDE0EC8126 /* Pods-iOS-UIAppToolkitsTests-acknowledgements.plist */, + 25898681F81F0F3C4C6C3E41FCE57D83 /* Pods-iOS-UIAppToolkitsTests-dummy.m */, + C34C38693204DA4186F94461C577B54D /* Pods-iOS-UIAppToolkitsTests-frameworks.sh */, + C8A7CBE9D132D866161C2018C560A281 /* Pods-iOS-UIAppToolkitsTests-Info.plist */, + 0EDA4DE50D7EDEB79E5AEA450ACDFC25 /* Pods-iOS-UIAppToolkitsTests-umbrella.h */, + 22D87694544859B1352B19371F443BC7 /* Pods-iOS-UIAppToolkitsTests.debug.xcconfig */, + 85F978A22790EA8A6707D5F30284C6C0 /* Pods-iOS-UIAppToolkitsTests.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/SDWebImageSwiftUI"; + name = "Pods-iOS-UIAppToolkitsTests"; + path = "Target Support Files/Pods-iOS-UIAppToolkitsTests"; sourceTree = ""; }; - 2F7E11BDFAA29DE83F6742FA48AE80B0 /* Support Files */ = { + 27AADA33E62FAB8B8384EF564D6B878E /* Statsig */ = { isa = PBXGroup; children = ( - 7A7624EACCBEF19B027E8E964D20B76F /* SDWebImageSVGCoder.modulemap */, - 51D64818B5485FCD320EE720E6A0BE12 /* SDWebImageSVGCoder-dummy.m */, - 2C62EE4808F8C8F072CA4E54788F7EF0 /* SDWebImageSVGCoder-Info.plist */, - 12ABFB8DAA90BE3C9C4BD95FB5CB3E61 /* SDWebImageSVGCoder-prefix.pch */, - 62708F5C3B4D14B516F15682F7A74729 /* SDWebImageSVGCoder.debug.xcconfig */, - 45D7E1002CE69E10B27751E26E4E23B5 /* SDWebImageSVGCoder.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SDWebImageSVGCoder"; + B6A7A1E6475BF4B2AF11F861EAF4E8AD /* AtomicDictionary.swift */, + 04D9C695D7A1AAE390B7766F8EBDC73D /* BootstrapValidator.swift */, + CCBE1838471822847B35EFC2C057738E /* ConfigProtocol.swift */, + B7F6CCE73969F9295E6DA8C08B0E4F09 /* Data+Statsig.swift */, + 60F733B854F6DF33E2E693D9C7619D9C /* DebugViewController.swift */, + 45190DDC2A8571A90B7543CC4F5750C6 /* DeviceEnvironment.swift */, + FD762638ACC032AB891A98434EAC9D72 /* Diagnostics.swift */, + F9EAC59C147A07E65DB665E868BF7B81 /* DiagnosticsEvent.swift */, + ACEE3DE0C6AFDEA1288AAECCFD44AD9F /* DynamicConfig.swift */, + BD17F9A297A425D5EE0E500332416EA6 /* DynamicConfigObjC.swift */, + D54261A403535D2195796134C771F633 /* EvaluationDetails.swift */, + 6DE7C9930BAE809BBB228B43947CE6B9 /* Event.swift */, + 5D4A17E63BF5A0B93F6DDE4C1E083448 /* EventLogger.swift */, + 636ABE7F9319CC0D2DA0668E4821D37C /* ExternalInitializeResponse.swift */, + 15F5A94FFD15AEB88CC66E02A5DF9C54 /* FeatureGate.swift */, + 7A504F9EA2FA7E8D6665083A05CFAF43 /* FeatureGateObjC.swift */, + EA347C0E8515E184CF3A50F3E376FB78 /* InitializeMarker.swift */, + A2858CD8EF1DF20D4FA4C0ABC2148DC5 /* InternalStore.swift */, + 8A0FF0A9A99ED5D1ABCA161BCFF7BC40 /* Layer.swift */, + CD85D68C818BA9511D818710B7A8F3AD /* LayerObjC.swift */, + FF64559545957E479090786CF3A69BB7 /* MarkerBase.swift */, + 70E9485B92437EAB2AE0568B04C49A15 /* NetworkMarker.swift */, + 89865CAB9819D2086C2091C6A9BC9429 /* NetworkService.swift */, + CC7903779190B0C8BB7BA402290D1066 /* OverallMarker.swift */, + B25C40F213426EAE4FC9E8B169910525 /* ParameterStore.swift */, + F91E4609F83F0DEE5622905FF187F1EF /* PlatformCompatibility.swift */, + 51386B6D6C6BC76EC97523844EFD51FF /* ProcessMarker.swift */, + 7E61D7505EE73133328469FE89FF3483 /* ReadCacheMarker.swift */, + DC70A5E3C57ED91A430BDDB6BAFD31AD /* SDKKeyValidator.swift */, + C9E51715FDDE4AC4FBC91F92AD78A70A /* Statsig.swift */, + 8F8942967A042467714CE92CDD0B3900 /* StatsigClient.swift */, + 938682C0A0E76C91D6DD4ECEAA5E0133 /* StatsigClient+AppLifecycle.swift */, + BF28BF1A261855CC10F5B8A9A7192E36 /* StatsigDynamicConfigValue.swift */, + 3F55FA99C9EAFA91F6D01F1D0EACDA4A /* StatsigEnvironment.swift */, + 8BAD096F608E17C561308C5099022D53 /* StatsigError.swift */, + 93E89EEEA9E200179EF601F5BEEC2089 /* StatsigListening.swift */, + 0AF3908A38055C4252E60EDC8D0E07E1 /* StatsigObjC.swift */, + 2351BA8DCB4A37AEDA64F94E00E1BDC8 /* StatsigOptions.swift */, + 835DBEA3E3585043570DBBC92995C2B0 /* StatsigOptionsObjC.swift */, + 05A9147AC33AE3636EAEA705A2FB6D54 /* StatsigOverridesObjC.swift */, + DBD92B5EC226A0ACC5D6CDA9A3C7AFA3 /* StatsigUser.swift */, + 315FE0773E1ED78582C7B9DDB7369E3E /* StatsigUserCustomTypeConvertible.swift */, + 71D6016C0A785BC2FE26B703A8737234 /* StatsigUserDefaults.swift */, + CD91B352B616D4D6E2F7ED3739A95148 /* StatsigUserObjC.swift */, + C62234920B6585B9C920BB55FCDC819E /* Time.swift */, + 0C2F26A3CD2DEE3326C23E2F8B6051B6 /* URLResponse+Statsig.swift */, + AC1705ECB3EDE09D8EF9D9C5CCC937A3 /* UserCacheKey.swift */, + 74CCF70C9AC65CC7F1EB2F87EA090FDE /* Resources */, + F830DE24A8FD1E8F33423F7DB3AC71F5 /* StatsigInternalObjC */, + F943426335DC8F968E40DE766E72771C /* Support Files */, + ); + path = Statsig; sourceTree = ""; }; - 2F80AFAC407D32B97F79CCC2ECB1528F /* Pods-iOS-AppsFlyerStaticInjections */ = { + 28488D229F80F400E31219C2F8FB7DE8 /* Resources */ = { isa = PBXGroup; children = ( - 2361F97C98121B3DCD5D6F3DE01B64AA /* Pods-iOS-AppsFlyerStaticInjections.modulemap */, - 3F98C5502C6ED7E17597448E5FBE3E98 /* Pods-iOS-AppsFlyerStaticInjections-acknowledgements.markdown */, - 3378A7B9F2B8D2E24058048B953EC9C2 /* Pods-iOS-AppsFlyerStaticInjections-acknowledgements.plist */, - 9D9E7BB1BA5F6243F3FA0FABDD1CD9F1 /* Pods-iOS-AppsFlyerStaticInjections-dummy.m */, - 189BC5A231D8C2385BE7A6561FAEDD98 /* Pods-iOS-AppsFlyerStaticInjections-Info.plist */, - 88DDB5745C9BDD3BD3A8D6C05B048083 /* Pods-iOS-AppsFlyerStaticInjections-resources.sh */, - 0DC749D3C41CBB809AB2A35DFCE66D05 /* Pods-iOS-AppsFlyerStaticInjections-umbrella.h */, - C0F26C4AAAD0E717E9A012ADFC2DE0BB /* Pods-iOS-AppsFlyerStaticInjections.debug.xcconfig */, - 3A266076F983B20832F2D3D323455929 /* Pods-iOS-AppsFlyerStaticInjections.release.xcconfig */, + D38475F39F0775C8B0AA2D90F489945B /* PrivacyInfo.xcprivacy */, ); - name = "Pods-iOS-AppsFlyerStaticInjections"; - path = "Target Support Files/Pods-iOS-AppsFlyerStaticInjections"; + name = Resources; sourceTree = ""; }; - 322CC3A5698C82347DF270C78CFC5DFF /* Pods-iOS-FirebaseStaticInjectionsTests */ = { + 298B59BC8A87DF97BA316ECEF602AC0B /* Main */ = { isa = PBXGroup; children = ( - B81BBFB2A433ED7D02211C8AE8713A8C /* Pods-iOS-FirebaseStaticInjectionsTests.modulemap */, - 3A42D46B24DAA315CBDF1AF349053636 /* Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.markdown */, - 5FB469EF5F6C7CF20D7D63505472B0B0 /* Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.plist */, - AD5FD76172B16A0C663A68F36E1F07CB /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m */, - 590E7581FE7501FF6BA5AD6C54D48915 /* Pods-iOS-FirebaseStaticInjectionsTests-frameworks.sh */, - FB63009C320C9ADEE36A8A4A7B0A022C /* Pods-iOS-FirebaseStaticInjectionsTests-Info.plist */, - AEEB1BA67055578DA727B3E7741ED316 /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h */, - 268F6265901EF76B0C0DB36EDAE349C9 /* Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig */, - 2BA2B7AC7BBA758A332F8595A2C9618F /* Pods-iOS-FirebaseStaticInjectionsTests.release.xcconfig */, + 992CC8B0A213EC2969783765FE066FA8 /* Frameworks */, + CA908F24A85E3DB2828A05DF2F089EC1 /* Resources */, ); - name = "Pods-iOS-FirebaseStaticInjectionsTests"; - path = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests"; + name = Main; sourceTree = ""; }; - 337535472E2FAC47D89CD14794A5EC20 /* Amplitude-iOS */ = { + 29AC90D6FE88C57ACA6CFA4C08537D53 /* Resources */ = { isa = PBXGroup; children = ( - 8F9928EF90DEF319E57FA94749B2B06F /* AMPConstants.h */, - CF146099813DF91E2408C2BF4DDEF2DD /* AMPConstants.m */, - 7F8196CF530E64969BF5EFB4D7E46F41 /* AMPDatabaseHelper.h */, - E4952FE73B91747A6F94A8A552093A68 /* AMPDatabaseHelper.m */, - B0628E37992FB030E476B102C5ACB775 /* AMPDeviceInfo.h */, - BAAD40605D31ED461199FAEAADAB190E /* AMPDeviceInfo.m */, - 988EE5CFB93FB1BA41939CD24A944DBD /* AMPIdentify.h */, - ED05C903B246E45B1A5735A7AA82E51C /* AMPIdentify.m */, - 438E06553EE7D2825E0F34275C4077AC /* Amplitude.h */, - CEBDEF58B6AADD152629192F545EFD2D /* Amplitude.m */, - FCE2226E06C6AEFA70D3181B103889B4 /* Amplitude+SSLPinning.h */, - 84158B29EB0B8D88F7475F37105B16D1 /* AMPLocationManagerDelegate.h */, - 153ED736CFE761016F478E5DC96C51B4 /* AMPLocationManagerDelegate.m */, - FA78D21413BFA0B0A848C5333D8BF5AC /* AMPRevenue.h */, - 1D5D256C7D46B3A90437B824A8223758 /* AMPRevenue.m */, - F01B19A33A23B4DA300A51ECD764E1BF /* AMPTrackingOptions.h */, - 87EAFF119A1112F94879CCBE843DE893 /* AMPTrackingOptions.m */, - 508245E8D0D6032E227B984205A7DA6E /* AMPURLConnection.h */, - 08710EC939E72651DBDF045DEBB7CD34 /* AMPURLConnection.m */, - BAEE0ADD06CE8C5F3CA0BDEFB01FD1C1 /* AMPURLSession.h */, - A5040580E60D095C2FD1731F4524669B /* AMPURLSession.m */, - 2AA6183F7E1548F3B83185E8A49627EE /* AMPUtils.h */, - 4564161086EE8263CF9A42EC4C632F45 /* AMPUtils.m */, - A0FD40308F9D5CCFA0FA38D48C87D1BD /* ISPCertificatePinning.h */, - 6BC7E4588E1C77BC4FEAFAA27DE56542 /* ISPCertificatePinning.m */, - 0F2D39CA94DDE523139B1009588BCAAE /* ISPPinnedNSURLConnectionDelegate.h */, - 0F3655E11A09BA0BCB34C05F007596BA /* ISPPinnedNSURLConnectionDelegate.m */, - 355B83F317B883FDE8C66D59D105AAA2 /* ISPPinnedNSURLSessionDelegate.h */, - 82678AE250961E5E7D00986AA7662934 /* ISPPinnedNSURLSessionDelegate.m */, - 790B8852456432BCF4CF04A027CD809F /* Resources */, - 015180C88928C11E3151F9959E0A385F /* Support Files */, + 81FDE7CBD9AF0586C933703BED7F86B5 /* PrivacyInfo.xcprivacy */, ); - name = "Amplitude-iOS"; - path = "Amplitude-iOS"; + name = Resources; sourceTree = ""; }; - 36A6E5CCB5F54729A20E4D47EF9923E0 /* Pods-iOS-UIToolkits */ = { + 2C6AF647FB380562E88CBF48EDA07ECF /* Support Files */ = { isa = PBXGroup; children = ( - 656CA7922481CB224C0F9B2781DAC36E /* Pods-iOS-UIToolkits.modulemap */, - 7640B517B592E091E9BF28D50F10038E /* Pods-iOS-UIToolkits-acknowledgements.markdown */, - AE23B72BEFB61075BE62474304A37201 /* Pods-iOS-UIToolkits-acknowledgements.plist */, - A46F31B9F486A04E3B060E8FCB395D65 /* Pods-iOS-UIToolkits-dummy.m */, - 8FF01C12CD844251A5539B45FF35096C /* Pods-iOS-UIToolkits-Info.plist */, - ACAB4D917D4B8A1B8DF65CB467D737C2 /* Pods-iOS-UIToolkits-umbrella.h */, - 478A318055ACB839FCA6F8FEB824AB1F /* Pods-iOS-UIToolkits.debug.xcconfig */, - CE72B6F015879434BDC64B28555AFC2B /* Pods-iOS-UIToolkits.release.xcconfig */, + 50ECB275E2E9F4A92124DE071170ADAF /* FirebasePerformance.modulemap */, + 2F1DCFE8A47754654C07E963DD2CC233 /* FirebasePerformance-dummy.m */, + 75727BC4BC4795B207632449B8DA9784 /* FirebasePerformance-Info.plist */, + 58CB179FA785F0353C8CFC3197B0ACDC /* FirebasePerformance-umbrella.h */, + 2FC455AB485178EA2C65C136EA61DED5 /* FirebasePerformance.debug.xcconfig */, + 5DA6513F2973E7A09A710C0571F0ABF5 /* FirebasePerformance.release.xcconfig */, ); - name = "Pods-iOS-UIToolkits"; - path = "Target Support Files/Pods-iOS-UIToolkits"; + name = "Support Files"; + path = "../Target Support Files/FirebasePerformance"; sourceTree = ""; }; - 372E6671CE2A5A673CC782B21AFA97D2 /* Pods-iOS-FirebaseStaticInjections */ = { + 2EDD1AEF106E0B6F923ADC48A0589999 /* SDWebImageSwiftUI */ = { isa = PBXGroup; children = ( - 3526765E4E7D8742BCBB63D40F47C3B2 /* Pods-iOS-FirebaseStaticInjections.modulemap */, - D7222B8506D5C7FFDF1315FC99310AA3 /* Pods-iOS-FirebaseStaticInjections-acknowledgements.markdown */, - FD57A96C8E22AF7DC5352AB7DE887235 /* Pods-iOS-FirebaseStaticInjections-acknowledgements.plist */, - 4AA60C31819CA6E1EF353ACE88AC23BE /* Pods-iOS-FirebaseStaticInjections-dummy.m */, - 8C3AC6C83CAF77B51E2E8B8A00004BBC /* Pods-iOS-FirebaseStaticInjections-Info.plist */, - 6117418736DA9243DC13E2A0FAD73A17 /* Pods-iOS-FirebaseStaticInjections-umbrella.h */, - 60ECA19C9AC8FBEB88A137DAB41E2381 /* Pods-iOS-FirebaseStaticInjections.debug.xcconfig */, - E569E9B663DED5EFE306835E1D0B30BB /* Pods-iOS-FirebaseStaticInjections.release.xcconfig */, + 2B052FCCD13416387FF27C0BCA01F504 /* AnimatedImage.swift */, + 97E259C44F8A93B499EADE9663FC0340 /* Image.swift */, + EA7C09536F8DF340F51412C5A6CC4149 /* ImageManager.swift */, + 85F480FF99A2C0C57A87FB652E184922 /* ImagePlayer.swift */, + 95D88CCB520DBCAB95573E75F4BF7032 /* ImageViewWrapper.swift */, + 2B2E20826E2ADFF7BC01227E39B3E54A /* Indicator.swift */, + 9CD2DD094EBA29F71A84B80BFFCDB7D5 /* SDWebImageSwiftUI.h */, + ABE330738441B777D6AD0CE6AB97390C /* SDWebImageSwiftUI.swift */, + 9783D27B47C9E1118A53EA42BA7C1C30 /* Transition.swift */, + F5348F5F18D56118E15299EB22A14CC6 /* WebImage.swift */, + A70AFA6536E50DFAB56BED00183872F7 /* Resources */, + B84250617A55904A26D43D666001EEBD /* Support Files */, ); - name = "Pods-iOS-FirebaseStaticInjections"; - path = "Target Support Files/Pods-iOS-FirebaseStaticInjections"; + path = SDWebImageSwiftUI; sourceTree = ""; }; - 3743EBAE68B5ACEC23127BE92DAA95A6 /* Pods-iOS-PlatformParticlesTests */ = { + 2EFB6EE8E3DE8BF9BC110FCD9A73E6B4 /* FirebaseSessions */ = { isa = PBXGroup; children = ( - A5BE294C3742C2DF222F38CE77F3D3C0 /* Pods-iOS-PlatformParticlesTests.modulemap */, - 7E30DA9DEF33C128107F15DB15035D21 /* Pods-iOS-PlatformParticlesTests-acknowledgements.markdown */, - 02243155BFB91B28434035C02C747253 /* Pods-iOS-PlatformParticlesTests-acknowledgements.plist */, - EC8ABA6CF0500289314067E92120A149 /* Pods-iOS-PlatformParticlesTests-dummy.m */, - E05413E7FD53B77F00FD4BF35D3FA2CD /* Pods-iOS-PlatformParticlesTests-frameworks.sh */, - 37989E2317444DA0C083C27F06341654 /* Pods-iOS-PlatformParticlesTests-Info.plist */, - BB48A11EFCCBD4DF2C6134B06DA235C6 /* Pods-iOS-PlatformParticlesTests-umbrella.h */, - 27903A0763E4DE20DDBCAF7CA9FB5C51 /* Pods-iOS-PlatformParticlesTests.debug.xcconfig */, - E1D8B5E0CD818AD7233563E4AD3D2013 /* Pods-iOS-PlatformParticlesTests.release.xcconfig */, + 98886816A090B30FB2C2F6D8C3383A8F /* ApplicationInfo.swift */, + E9F6552158213B93EAAF67F7E79EF312 /* DevEventConsoleLogger.swift */, + F188C9D43B3B34FB0096CD4F039A0A80 /* EventGDTLogger.swift */, + 0F8081344265B76CCF5FA705A65F4C51 /* FirebaseSessions.swift */, + 298907F33E3B39C3A85234AE02236916 /* FirebaseSessionsError.swift */, + FAA7D43997EA70D67AA1ED5C630EF2C7 /* FIRSESNanoPBHelpers.h */, + 8BD39B0178CD24808247167C64228E9F /* FIRSESNanoPBHelpers.m */, + 11E978B8162E42A8A69832842D77D1B5 /* GoogleDataTransport+GoogleDataTransportProtocol.swift */, + 49A704B042BEE2D3977711E73579B4A7 /* Installations+InstallationsProtocol.swift */, + E8223F757E4555D7693D472D2CA431F3 /* LocalOverrideSettings.swift */, + 8A4D22AC8745FAF465B563C2822CC2D4 /* Logger.swift */, + F762920646D06B48514D1DD70D63A4EB /* NanoPB+CustomStringConvertible.swift */, + 2177765B1D8A0C2D11D08CFB98BC323F /* NetworkInfo.swift */, + FD2FBC8CA7962F47B402D0F93052E283 /* RemoteSettings.swift */, + E551DA624CC87634E34A8406234ED5E4 /* SDKDefaultSettings.swift */, + CE8DEA057503E352513F958C037E1BBE /* SessionCoordinator.swift */, + 80729554CA556503EE860E8295B1D3A2 /* SessionGenerator.swift */, + 79C58147E0759631AC2AFF1209192838 /* SessionInitiator.swift */, + 329AAE2367B26B5D11715FD84685B5DF /* sessions.nanopb.c */, + 2DBFAD7702A3290763B065963F9BF5BA /* sessions.nanopb.h */, + 0BDA1F13DAAC2B2991223B739DE8D192 /* SessionsDependencies.swift */, + 6172F63A2056272851ED3E8FFD701887 /* SessionsProvider.swift */, + FF97723E26B645E59821D6E1539112AB /* SessionsSettings.swift */, + 57AE89D1181B38E6A37D1A8A13182C7F /* SessionsSubscriber.swift */, + 82D836E17A31290B06630872C39552B0 /* SessionStartEvent.swift */, + 333467CA7AC3094E660C5DC1A89C6C66 /* SettingsCacheClient.swift */, + 772EBCB6AF17773A52C507B7C5B35862 /* SettingsDownloadClient.swift */, + 3E87141E532E54B5BB1F1316809280B0 /* SettingsProtocol.swift */, + 913B69BFC50F261DA95140DB6C5BD1CA /* SettingsProvider.swift */, + F5649977E99FA896BD4028CD01EC8FFB /* Time.swift */, + D6F43912577916FA081383A8BA59A152 /* Support Files */, ); - name = "Pods-iOS-PlatformParticlesTests"; - path = "Target Support Files/Pods-iOS-PlatformParticlesTests"; + path = FirebaseSessions; sourceTree = ""; }; - 38D0C6C687BF0AFD12C75305B690814C /* Pods-iOS-dydxV4 */ = { + 303C9B2F379082C118B87638ED1BAA63 /* Pods-iOS-ParticlesCommonModels */ = { isa = PBXGroup; children = ( - AAECE3B2E5CE6F0CE3547159478B7839 /* Pods-iOS-dydxV4.modulemap */, - 85CFC46B6AF630CAF97D9F175D1B7B90 /* Pods-iOS-dydxV4-acknowledgements.markdown */, - 85BD462F60A2E02B447F4F6A0A1036D9 /* Pods-iOS-dydxV4-acknowledgements.plist */, - 8E20B405A7B5CCF397CE4A968B38C830 /* Pods-iOS-dydxV4-dummy.m */, - 0C9F313A8402DE73B09B28082460127C /* Pods-iOS-dydxV4-frameworks.sh */, - 523F53A62E012D7609C513889FBA06BE /* Pods-iOS-dydxV4-Info.plist */, - AC6787900E58AF948E7B64BE44C15591 /* Pods-iOS-dydxV4-resources.sh */, - 87591E185734C7A4505478502C1AA7C6 /* Pods-iOS-dydxV4-umbrella.h */, - 97FF2FA051CF478E4E8181F1DBC87133 /* Pods-iOS-dydxV4.debug.xcconfig */, - AC9660889F772F88712BD3DBA2803D1C /* Pods-iOS-dydxV4.release.xcconfig */, + 498EC72C31F150B272E8A41C6274BD3A /* Pods-iOS-ParticlesCommonModels.modulemap */, + 37341B44718D997E7CD2822D9424A056 /* Pods-iOS-ParticlesCommonModels-acknowledgements.markdown */, + 69685641B8A081D5BE0F090F293933C9 /* Pods-iOS-ParticlesCommonModels-acknowledgements.plist */, + 70AE435A53DDA4DB8D65B626103C47D8 /* Pods-iOS-ParticlesCommonModels-dummy.m */, + 0B20B03D98EED2F91DC5445B0D2BF666 /* Pods-iOS-ParticlesCommonModels-Info.plist */, + 36959AAB92D8255C6050AA5F25D45FB7 /* Pods-iOS-ParticlesCommonModels-umbrella.h */, + 23CA5C415F818A4173FEDBB1BE181434 /* Pods-iOS-ParticlesCommonModels.debug.xcconfig */, + 397CDC378B4E87E662B63BB95F7B0E12 /* Pods-iOS-ParticlesCommonModels.release.xcconfig */, ); - name = "Pods-iOS-dydxV4"; - path = "Target Support Files/Pods-iOS-dydxV4"; + name = "Pods-iOS-ParticlesCommonModels"; + path = "Target Support Files/Pods-iOS-ParticlesCommonModels"; sourceTree = ""; }; - 395D91B1EBE03EC3B839FFBC4867187A /* Abacus */ = { + 345FF9D72716FE0653F93420BF18D638 /* MethodSwizzler */ = { isa = PBXGroup; children = ( - BA21CDBED5504CCF69C683C90D9E7F08 /* Frameworks */, - E062733C6C74F746CE04433029EAA874 /* Support Files */, + 2E7E179DCE8B5CFEEE9F31071E431680 /* GULOriginalIMPConvenienceMacros.h */, + 2196C039985AF8CBB31AA63DD659BBDF /* GULSwizzler.h */, + FDA54D548A0B19F2A700B22F4C6FD0DE /* GULSwizzler.m */, ); - name = Abacus; - path = Abacus; + name = MethodSwizzler; sourceTree = ""; }; - 3A8E612307BE09DF5FA2DEAF72AB69AD /* Support Files */ = { + 34ADA1C61BCEE8329A58095302489931 /* Privacy */ = { isa = PBXGroup; children = ( - 1F5E6004C3A75D29E151FCB621467565 /* MaterialActivityIndicator.modulemap */, - D1FED502FB58735C65FEEA91CC40B8B6 /* MaterialActivityIndicator-dummy.m */, - AA7A683381DA9BD1D28C236C34D4DB0D /* MaterialActivityIndicator-Info.plist */, - EEF22569030D6F980C7FD13BC0218AA9 /* MaterialActivityIndicator-prefix.pch */, - 2504AD876DFFB7B7CBE78A7E1D5F5E7E /* MaterialActivityIndicator-umbrella.h */, - B491B1E6B194AB94CD64D6BEE0E810C1 /* MaterialActivityIndicator.debug.xcconfig */, - F8C2EC0300E59C680CBFCB923F1BDCB2 /* MaterialActivityIndicator.release.xcconfig */, + 7DA16144C4D1A031ABBA796E95B676DE /* Resources */, ); - name = "Support Files"; - path = "../Target Support Files/MaterialActivityIndicator"; + name = Privacy; sourceTree = ""; }; - 3A9F947AFD66A51BC2AD891470709597 /* Network */ = { + 39FB103C3E2E18F2DB20CF8E5B9B80CD /* AppDelegateSwizzler */ = { isa = PBXGroup; children = ( - 3A971261E59FDA53589F20A7D168DEC8 /* GULMutableDictionary.h */, - 391B04F86DC9A02D55587229054B00DD /* GULMutableDictionary.m */, - 2C637453D4463C32934573AA45BE5F7F /* GULNetwork.h */, - F290262CAB866C0EDE7EBA4A543CA5A7 /* GULNetwork.m */, - 8F6B08CD3ACAB6C3BE8B0CF9CA77DF62 /* GULNetworkConstants.h */, - 4D282A3B561C3D1740307C537DF78EFC /* GULNetworkConstants.m */, - ACE5AE32C48C9BD7F3D04B917C0A7942 /* GULNetworkInternal.h */, - 10E795008C1AAFE389A201481BA05665 /* GULNetworkLoggerProtocol.h */, - 52B23E78790A1E6F67CF380CCA542619 /* GULNetworkMessageCode.h */, - 0FE450261A161954C2677A4269DF6CC9 /* GULNetworkURLSession.h */, - 33A7E708DF241CE3D095E691CB9A0A52 /* GULNetworkURLSession.m */, + 5CE2EE942BCC022A37718A3D8094675F /* GULAppDelegateSwizzler.h */, + D89E9FD29A7719120CF7BB22CC8D08BD /* GULAppDelegateSwizzler.m */, + FD735D6F880046C54D6279B36D00B9EC /* GULAppDelegateSwizzler_Private.h */, + 54AE97228A05A65D5322B7D0FF77F3E7 /* GULApplication.h */, + CEFDA4597C5290B8D2C5426BAB05424C /* GULLoggerCodes.h */, + 84409C9890413DF3D1302770652AB16F /* GULSceneDelegateSwizzler.h */, + 443F6C64EC57041C1F7E8C17E61122B0 /* GULSceneDelegateSwizzler.m */, + E14E62CEF72813118C3D3F05D0AB7352 /* GULSceneDelegateSwizzler_Private.h */, ); - name = Network; + name = AppDelegateSwizzler; sourceTree = ""; }; - 3AA4301CA7A5AF567D477E2BF53C9294 /* GoogleAppMeasurement */ = { + 3A346E0795DE11059F2CDCDF169656C4 /* SDWebImage */ = { isa = PBXGroup; children = ( - FE28108BF604458E3996BE36049CFA07 /* AdIdSupport */, - 9C1E66B5F2849574D4DD83316A526AF3 /* Support Files */, - 400BA685C582ACB56EC217B0031368CA /* WithoutAdIdSupport */, + DADAFA153D70B9DF5CB2887781435A32 /* Core */, + D7A6E9192951E0D7D938B7819B40050E /* Support Files */, ); - name = GoogleAppMeasurement; - path = GoogleAppMeasurement; + path = SDWebImage; sourceTree = ""; }; - 3B74B68F195A57D9339E4E7E463157F5 /* Pods-iOS-dydxAnalytics */ = { + 3B6D8C32376C98AAE5BF85693483E9B3 /* Pods-iOS-WebParticlesTests */ = { isa = PBXGroup; children = ( - 8D60480706071625D6DD05395E57C3D3 /* Pods-iOS-dydxAnalytics.modulemap */, - 626EAED9097F3FE90C699D2448A7204E /* Pods-iOS-dydxAnalytics-acknowledgements.markdown */, - 32770AD946CC370C78A6B325955655E2 /* Pods-iOS-dydxAnalytics-acknowledgements.plist */, - B38D907DCCD5E0BA3133229C2C21C017 /* Pods-iOS-dydxAnalytics-dummy.m */, - 58B88FE19C383136A89076C0504CC6F1 /* Pods-iOS-dydxAnalytics-Info.plist */, - D5B00B2A2D3ED718BC80015DBA657051 /* Pods-iOS-dydxAnalytics-umbrella.h */, - C15021D426F360129B3510BE48D34D37 /* Pods-iOS-dydxAnalytics.debug.xcconfig */, - C994DFDCE44DA9556B908C390279030F /* Pods-iOS-dydxAnalytics.release.xcconfig */, + 817C6A287074311168C71F76C171859E /* Pods-iOS-WebParticlesTests.modulemap */, + D4CA37B27EFE2D60556ADA086E7FB49B /* Pods-iOS-WebParticlesTests-acknowledgements.markdown */, + E23C440A11786552ABE78A424F5AD8E7 /* Pods-iOS-WebParticlesTests-acknowledgements.plist */, + 284D35842C6ED84BB49759F8B823CD61 /* Pods-iOS-WebParticlesTests-dummy.m */, + DDE76766B201D9F7E60BE01D43BE0494 /* Pods-iOS-WebParticlesTests-frameworks.sh */, + A2CFEBCD49EFCC7BB3DB256100999451 /* Pods-iOS-WebParticlesTests-Info.plist */, + 8C14889E27BDED9AB3143F0B23919850 /* Pods-iOS-WebParticlesTests-umbrella.h */, + BE33538AB47D25FED588189CD7F5D79F /* Pods-iOS-WebParticlesTests.debug.xcconfig */, + D5B959A47781A8C910BE145338896BAD /* Pods-iOS-WebParticlesTests.release.xcconfig */, ); - name = "Pods-iOS-dydxAnalytics"; - path = "Target Support Files/Pods-iOS-dydxAnalytics"; + name = "Pods-iOS-WebParticlesTests"; + path = "Target Support Files/Pods-iOS-WebParticlesTests"; sourceTree = ""; }; - 3C74B49E284217495E29888162B06693 /* NSData+zlib */ = { + 3E123EBA97D92C3FFF6BCD2897583284 /* Resources */ = { isa = PBXGroup; children = ( - 524475F3C6ADD502E9AF0C213879A096 /* GULNSData+zlib.h */, - 4F7E017D6B59EB8B903C9EFF1C0410C8 /* GULNSData+zlib.m */, + FED2277940BED2E810FE0FE4EF6EC071 /* PrivacyInfo.xcprivacy */, ); - name = "NSData+zlib"; + name = Resources; sourceTree = ""; }; - 3CCD008BFE22B16E754829C61E561402 /* Charts */ = { + 3E90278D43F22A5293C6B23D5D2B2594 /* PromisesSwift */ = { isa = PBXGroup; children = ( - D2AAF326CFE5966D0F5EC2005FCBF542 /* Core */, - BC18CFD8F31C58F0C06AC6C343C764DA /* Support Files */, + 5F2BB6EBF0DA91EA6806D13C101FFC25 /* Promise.swift */, + 942E0811441977AB1DCB2097A1F15C83 /* Promise+All.swift */, + 00AD5339D93AEFC670A443C8F6014D45 /* Promise+Always.swift */, + DB60AE72CC4E030CA804D026EFEA95FE /* Promise+Any.swift */, + 2D1FFB85A8A6F0DFCE98A514862A75A4 /* Promise+Async.swift */, + 6ADB9A54951A75BEDADB6C2C0B8ED416 /* Promise+Await.swift */, + 2321EB0AA66F0BEF75671C60DF2F00EC /* Promise+Catch.swift */, + BBF5DF639B56EE1DABFBF2A020841C01 /* Promise+Delay.swift */, + 642279EAA7E0BE48E0288C0598015FF0 /* Promise+Do.swift */, + 4C474DC6E3B614EFCB20E72BA27FBCBA /* Promise+Race.swift */, + 822B5ABA1D0A700208F571847BE59022 /* Promise+Recover.swift */, + D63F1110CADD20A0DC8B6FC52513F4A2 /* Promise+Reduce.swift */, + 1B65255777C012C5DA588139189773F3 /* Promise+Retry.swift */, + E13A34F054A14387EDD897A86EC8913A /* Promise+Testing.swift */, + 0A924840A2D1D19C7C7932A29FA85A0B /* Promise+Then.swift */, + 5619DDC90970B8AC00DFC7AE3EB9D3C5 /* Promise+Timeout.swift */, + 58D9B647B7BAA55165FE4ED6F48F6E2E /* Promise+Validate.swift */, + A50B136E0CF1B303867597B4CDF67D62 /* Promise+Wrap.swift */, + AE9E7D2E9401843DA131DCACF5183AED /* PromiseError.swift */, + 7ACC4126B7EC56979882A43B2107D97F /* Resources */, + 2108FD29B102517BA3CA422B4FFB9EAB /* Support Files */, ); - name = Charts; - path = Charts; + path = PromisesSwift; sourceTree = ""; }; - 3CE3C0E936EF4047B8D8CAC7E413F685 /* encode */ = { + 3F2FC30CEF289CC6DEE7889A13F26707 /* Pods-iOS-dydxCartera */ = { isa = PBXGroup; children = ( + B0BEB4C355E0768BE5BECA4122B16CE0 /* Pods-iOS-dydxCartera.modulemap */, + 23B940C7908E30646F6E17658EBED653 /* Pods-iOS-dydxCartera-acknowledgements.markdown */, + 4066D1DABC13AB082A3FA0EB85CCEB81 /* Pods-iOS-dydxCartera-acknowledgements.plist */, + D6D8D1042FCF251442B8DAC5AF813BCF /* Pods-iOS-dydxCartera-dummy.m */, + 136C77E1B9272196E5026B30BC789DCA /* Pods-iOS-dydxCartera-Info.plist */, + BCCE92077CF7370282F4F534866578A6 /* Pods-iOS-dydxCartera-umbrella.h */, + AD8238EAFAF50D91456950919DF5D85A /* Pods-iOS-dydxCartera.debug.xcconfig */, + EC5F8D1071EF76A867F5452F0D4B1B6F /* Pods-iOS-dydxCartera.release.xcconfig */, ); - name = encode; + name = "Pods-iOS-dydxCartera"; + path = "Target Support Files/Pods-iOS-dydxCartera"; sourceTree = ""; }; - 3F42B13E92EADEB8343AFB173D2ED1D0 /* Targets Support Files */ = { + 43EFFE8712FA7FD7B616348B90808C0A /* StringEncoding */ = { isa = PBXGroup; children = ( - E401A6C11388721E13AA4FD8F7736BAF /* Pods-iOS-AmplitudeInjections */, - E0671A77D4FE42979A37E1BAFD3F971C /* Pods-iOS-AmplitudeInjectionsTests */, - 2F80AFAC407D32B97F79CCC2ECB1528F /* Pods-iOS-AppsFlyerStaticInjections */, - 74FC224B60E11C19A1703A0BC130DB78 /* Pods-iOS-CameraParticles */, - F8B51A1337C635E882C539ADAE41595B /* Pods-iOS-CameraParticlesTests */, - 3B74B68F195A57D9339E4E7E463157F5 /* Pods-iOS-dydxAnalytics */, - A3C790E1F22E2D4B8DA1F5A4F1BCDFE9 /* Pods-iOS-dydxCartera */, - 0CD84B4FDF4E155530190B85FA915FA1 /* Pods-iOS-dydxCarteraTests */, - 60C8E89C59602771FDF0CDBDD8302807 /* Pods-iOS-dydxChart */, - 473E2432C80879930F15593CF12E33FB /* Pods-iOS-dydxChartTests */, - 115611FF560591C8F9BA3F086A5F92BD /* Pods-iOS-dydxFormatter */, - 0F2E58E23059F4FCF272422672C6B126 /* Pods-iOS-dydxFormatterTests */, - 5E53E4B35AA9D72864D994E534B44FC1 /* Pods-iOS-dydxPresenters */, - AA5CA80E3904745265E29974995CB572 /* Pods-iOS-dydxPresentersTests */, - 71A3E205C158518D4ECE34870E79DDD1 /* Pods-iOS-dydxStateManager */, - 028358F201A2EBF7B70A0EB461D8311C /* Pods-iOS-dydxStateManagerTests */, - 38D0C6C687BF0AFD12C75305B690814C /* Pods-iOS-dydxV4 */, - B158241B37AF2E22EC3E88ACD877E6C0 /* Pods-iOS-dydxV4Tests */, - 844E30E814A59E6EF8DFD8CD4AE1E0F3 /* Pods-iOS-dydxViews */, - B739B95585D2924F6C2F4A45561612F3 /* Pods-iOS-dydxViewsTests */, - 372E6671CE2A5A673CC782B21AFA97D2 /* Pods-iOS-FirebaseStaticInjections */, - 322CC3A5698C82347DF270C78CFC5DFF /* Pods-iOS-FirebaseStaticInjectionsTests */, - 5D0595C43034EA6921012BDB74BADD7F /* Pods-iOS-JedioKit */, - A90CC513975A591E3ADD7A75C7A105A1 /* Pods-iOS-JedioKitTests */, - A11B9F8EB957799D42BA53AC37BC0676 /* Pods-iOS-ParticlesCommonModels */, - 24984D0E0BDF831035213071CDE01865 /* Pods-iOS-ParticlesCommonModelsTests */, - 019428B20F470B0CC2D99F715CEDD4AC /* Pods-iOS-ParticlesKit */, - B9DBD86FA6402D40B20FAEE35FE6A6EB /* Pods-iOS-ParticlesKitTests */, - 61855355F8F50AFD0954A5F1DE527129 /* Pods-iOS-PlatformParticles */, - 3743EBAE68B5ACEC23127BE92DAA95A6 /* Pods-iOS-PlatformParticlesTests */, - B226C124606F3A9E3E53B44692C829FF /* Pods-iOS-PlatformRouting */, - C0B710D8AA5EC9B961E5E3BECEAF5672 /* Pods-iOS-PlatformRoutingTests */, - 766A302E62351F2D8CA5A4138994C730 /* Pods-iOS-PlatformUI */, - B4E97F55DEB88F2B825FC61BC4CBDF5A /* Pods-iOS-PlatformUIJedio */, - 587CDC2349BF951AB3B2666B94B89A37 /* Pods-iOS-PlatformUIJedioTests */, - C3551D963FBED49CC9595792B2B019B8 /* Pods-iOS-PlatformUITests */, - 890653EBFC3D5F4DE8D96649D7626D37 /* Pods-iOS-RoutingKit */, - E29C47CCC3CFC519595936A1863CD87C /* Pods-iOS-RoutingKitTests */, - D4DBE4446C47E8AE416141C825A07DDE /* Pods-iOS-UIAppToolkits */, - 66C169AB913BC622B6FBEADED12E4AC2 /* Pods-iOS-UIAppToolkitsTests */, - 36A6E5CCB5F54729A20E4D47EF9923E0 /* Pods-iOS-UIToolkits */, - 435B59A1EDFCEC333CA9EFB8A7616D21 /* Pods-iOS-UIToolkitsTests */, - 281103538A04729648395B95171CB80C /* Pods-iOS-Utilities */, - 08FCEC518F9624B424148B4222C18BB7 /* Pods-iOS-UtilitiesTests */, - 8E13280172D332B236009A355065D4C3 /* Pods-iOS-WebParticles */, - 67105184D6B328BA21DFEEF31B728A54 /* Pods-iOS-WebParticlesTests */, + 3D997E8F51F5E25EEFF80FC86FC113F0 /* GTMStringEncoding.h */, + 61A8E575BC8648499AE747195C1E05EE /* GTMStringEncoding.m */, ); - name = "Targets Support Files"; + name = StringEncoding; sourceTree = ""; }; - 3F6946B57D8ADAA33D70BAF1E2467960 /* Resources */ = { + 44AE3F8DF2D2E6264B802E980FE2C10F /* ZSWTappableLabel */ = { isa = PBXGroup; children = ( - 0D7B05E27BB7C918E15EF091FD0C0EC9 /* PrivacyInfo.xcprivacy */, + 13AE84E2C02877563B89015BCCC75577 /* ZSWTappableLabel.h */, + 1E22F2662FE5EFF7EF0270957F69D620 /* ZSWTappableLabel.m */, + 559D646FAF9090E0256285A4820A7B84 /* ZSWTappableLabelAccessibilityActionLongPress.h */, + 8F10352CA8082BAD6A52212CD48BB8E5 /* ZSWTappableLabelAccessibilityActionLongPress.m */, + D846CB3FB293E910432EABCE1D0B09B6 /* ZSWTappableLabelAccessibilityElement.h */, + AD4BAAEBB60EE477C373ACC844E4700C /* ZSWTappableLabelAccessibilityElement.m */, + 36E9DFED164D4C653B5A90E90A9DE123 /* ZSWTappableLabelTappableRegionInfoImpl.h */, + 17C2EC0A0AF658360E4D15D02B29FB56 /* ZSWTappableLabelTappableRegionInfoImpl.m */, + 8B16E26EBF5B7ACB5AC036DE692D194C /* ZSWTappableLabelTouchHandling.h */, + 12086FAB83039A88E0E06DBC312DEC46 /* ZSWTappableLabelTouchHandling.m */, + FE701CA0999522A99ED596A4122CF5ED /* Support Files */, ); - name = Resources; + path = ZSWTappableLabel; sourceTree = ""; }; - 400BA685C582ACB56EC217B0031368CA /* WithoutAdIdSupport */ = { + 4607D1C07C6E26F01E987E0DCD8C0280 /* SwizzlerTestHelpers */ = { isa = PBXGroup; children = ( - B14181F228E1B6D10230EC1E2B54117B /* Frameworks */, + 22747525091B62E89F575CB35812CB6C /* GULProxy.h */, + 0CABF252555FDCE89BD7A43E8A270F11 /* GULProxy.m */, + 07E77855775E26475952675A82387BC1 /* GULRuntimeClassDiff.h */, + F9A1D84D88AE23866649A7974358A57A /* GULRuntimeClassDiff.m */, + 02BC79E6F89FE8D9F36E694813C9C1C2 /* GULRuntimeClassSnapshot.h */, + 5E61160FB7D0C6815ACC30C6E6BBAFE5 /* GULRuntimeClassSnapshot.m */, + 2E3668B9EF4D83048286192F54868C23 /* GULRuntimeDiff.h */, + 27A8D5D4FCF4C3A2ADE340503C1922FF /* GULRuntimeDiff.m */, + EE5379A85917B0223E68F1940A5BD065 /* GULRuntimeSnapshot.h */, + C267D687CD44B4BBE63C8DDE05F4C2AF /* GULRuntimeSnapshot.m */, + 55B7EB5F66E0F05E64CE8F24947ACD57 /* GULRuntimeStateHelper.h */, + 5C37625634D120E93E03217975197B9B /* GULRuntimeStateHelper.m */, + 3F22EF651D861EC3A2C5C194B19C6ED9 /* GULSwizzler+Unswizzle.h */, + 9CB07A02EEB6BB976005749BE023ED50 /* GULSwizzler+Unswizzle.m */, + 6CC24B8C99B2F942E3512C337A712783 /* GULSwizzlingCache.h */, + 62DB2CA4D07EFBA02739E41F31DAFCB1 /* GULSwizzlingCache.m */, + 015EF01C5BADD92390603B340D10BEB7 /* GULSwizzlingCache_Private.h */, ); - name = WithoutAdIdSupport; + name = SwizzlerTestHelpers; sourceTree = ""; }; - 4115D07895D99136AD3C7B2CC4C91CE7 /* Resources */ = { + 461ED5A24B3D80C702B82C2DCBB1892A /* Support Files */ = { isa = PBXGroup; children = ( - 980D199F6CCC5D5CAD036981D1450EB3 /* PrivacyInfo.xcprivacy */, + 55FCC7E7CEBDFF1C9A2C66D3031B456E /* CombineExt.modulemap */, + F2C6AAEC7E14537321DE0CCF91CCBDFF /* CombineExt-dummy.m */, + 2586B5DF8A6E6BD3CFFDBE1EE302B3A4 /* CombineExt-Info.plist */, + EB0FFE25F05157FD202651E0ED5534E0 /* CombineExt-prefix.pch */, + D3D9E330D5DDF631D45811804E2B8802 /* CombineExt-umbrella.h */, + AECE87E61F0D52922949EFB4596EA306 /* CombineExt.debug.xcconfig */, + E97EBDADB075C68589B7A0BF5A795C42 /* CombineExt.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/CombineExt"; sourceTree = ""; }; - 41FEE153248E142E69EF0BFAF600A8D3 /* FirebaseMessaging */ = { + 477BF05128C5A4E759D1F4968EE837F7 /* FirebaseABTesting */ = { isa = PBXGroup; children = ( - 07F94BC94195F20ECC5C12E9DB3B4E7A /* FIRAnalyticsInterop.h */, - 15B5D5DBF01D0ADB9DA2DB2E8E5C8635 /* FIRAnalyticsInteropListener.h */, - 82AA75A02101EFF660F753F721A06854 /* FIRAppInternal.h */, - C11D41740649B7DAA7AEF830A97C7BFA /* FIRComponent.h */, - A34133C6A50DF89C75CFEC53D501B05A /* FIRComponentContainer.h */, - 9EB60955C3A3E90E453131C21F7103F1 /* FIRComponentType.h */, - B06DB33AC5E60380D3926481F0C7177D /* FIRDependency.h */, - AB333256C75B22FEB49209B791FE186E /* FirebaseCoreInternal.h */, - 1337DD19F92317C3B59BCEBD0FC96B57 /* FirebaseInstallationsInternal.h */, - B04EFF251F43317D77D2006D74D9EA6C /* FirebaseMessaging.h */, - CE736E29E0ACF3A1FBB0BC1D28246830 /* FirebaseMessaging.h */, - 439306F53ACC0CE0A07DA63B93EA2771 /* FIRHeartbeatLogger.h */, - 58E485BB34784E476FB98E023471B321 /* FIRInteropEventNames.h */, - 4E9E163BA4CCFEC399A11F378B295BF9 /* FIRInteropParameterNames.h */, - 998B6AAF8B2416F7B0A066BD8D14D81C /* FIRLibrary.h */, - 3CA7BB862E492AA151A025A6837EED47 /* FIRLogger.h */, - 217F85C17AE4C276E18DD1DA75E03EDD /* FIRMessaging.h */, - 282414132A45026CC17F70AFBE9E0026 /* FIRMessaging.m */, - 21A02CD54365630A5E495B763BC38D1B /* FIRMessaging_Private.h */, - 0B53A87C8475EA977B55B2CA0E103DD8 /* FIRMessagingAnalytics.h */, - 9D607E3733D5558FD82CC8A110810474 /* FIRMessagingAnalytics.m */, - 904676F95D40392BFE911106105D3BC0 /* FIRMessagingAPNSInfo.h */, - 78FB34613D24339F8AC6E7D90C48BA31 /* FIRMessagingAPNSInfo.m */, - 3D4F0554A2AD3508EC49A37B7D947380 /* FIRMessagingAuthKeychain.h */, - 7D622EF450294FDB79A96C12A66323B2 /* FIRMessagingAuthKeychain.m */, - ECFDF9D7802830E03DD50A2AD6C1B646 /* FIRMessagingAuthService.h */, - 6C2B010BE53206C6DACE024465E81105 /* FIRMessagingAuthService.m */, - 5DAE4E96E311882EADFA85036A589645 /* FIRMessagingBackupExcludedPlist.h */, - F5EA83D3C3CC8F10C794DD7A25965C3D /* FIRMessagingBackupExcludedPlist.m */, - 6D2D0826965BCE46DBAACEB4D17DD53F /* FIRMessagingCheckinPreferences.h */, - F27229F6F43FF21D01C7AC722A2A25C2 /* FIRMessagingCheckinPreferences.m */, - 2080E946F79F03A9E41FA427E3568840 /* FIRMessagingCheckinService.h */, - 6E3495D294A1B93339159B872D7E9AF8 /* FIRMessagingCheckinService.m */, - 3A751EC559D648577E45C146A87FE880 /* FIRMessagingCheckinStore.h */, - B234E66F92713F41FA23EBD396C33116 /* FIRMessagingCheckinStore.m */, - E8E5884D0B0B83EA01A843D7C275DB5F /* FIRMessagingCode.h */, - 1C0B511CD37F996161E0DC76F338FB54 /* FIRMessagingConstants.h */, - 106D015AE9133562C978320120C147CB /* FIRMessagingConstants.m */, - 92CCB7174E2B2E4BC74047798890EA6B /* FIRMessagingContextManagerService.h */, - C2E1742EA4DEF8A0B90F7F2C719CD916 /* FIRMessagingContextManagerService.m */, - 4CF4C031A0F71BF4A9BD8EFF3A32E4C7 /* FIRMessagingDefines.h */, - B6D9D1361BE147630BC7C69710E3C12F /* FIRMessagingExtensionHelper.h */, - D5E96234498545AE3ABE44C77EA1EF96 /* FIRMessagingExtensionHelper.m */, - 6837D38636327F058BC8358D20004181 /* FIRMessagingInterop.h */, - 3D7EFF3D6CFAE26D27DE7D01ECD2B4AC /* FIRMessagingKeychain.h */, - E5183A882E8A1F865F817B240A3304BA /* FIRMessagingKeychain.m */, - 4CEF51DCF87D48912795793EABCD023B /* FIRMessagingLogger.h */, - 4CB8E7A4B1FB54553E243E6689881F57 /* FIRMessagingLogger.m */, - 5CB4743252AD5FE555C00FF086C6BADA /* FIRMessagingPendingTopicsList.h */, - 105DEEDF594BC1B673A55DA22C5A4666 /* FIRMessagingPendingTopicsList.m */, - 2F3F47BA974298F6688AF303D9753638 /* FIRMessagingPersistentSyncMessage.h */, - 4A0653318D23912D8F4ED5F48045FE0B /* FIRMessagingPersistentSyncMessage.m */, - BE4202FEBCD5FA5A64A294C3A5763D13 /* FIRMessagingPubSub.h */, - 0F961D32EBD6D5A0A0AFA17DDDB7CB92 /* FIRMessagingPubSub.m */, - 4A5BECE406CC18458EFDFC043392D84E /* FIRMessagingRemoteNotificationsProxy.h */, - F762926A14EC9B06A95C7DB5D9FEAD09 /* FIRMessagingRemoteNotificationsProxy.m */, - 95B542CA0EFE304233B11464791CD5B9 /* FIRMessagingRmqManager.h */, - 4EBD658B3724D571C7E61F52E003A3BF /* FIRMessagingRmqManager.m */, - 3897D257818FA41EC62AA1AAECAC8F1C /* FIRMessagingSyncMessageManager.h */, - 3004D872D98DCA96A43432B00E9FAFF8 /* FIRMessagingSyncMessageManager.m */, - F3475C240E8F498782EB7586FC5ECC00 /* FIRMessagingTokenDeleteOperation.h */, - 84034AEE7C0AE104C6B1D00006E05F1F /* FIRMessagingTokenDeleteOperation.m */, - 5E7549CD54D2198C12630592C83126D6 /* FIRMessagingTokenFetchOperation.h */, - AC251A1EBF29F9FFD8FEE1468D3D1FE0 /* FIRMessagingTokenFetchOperation.m */, - 551A78061AEACCB294F683990536C655 /* FIRMessagingTokenInfo.h */, - C86BAF9AE31BC6043DAA0EC875EDAC3A /* FIRMessagingTokenInfo.m */, - 4D631D07D8F32E11D68B35F0144F75BA /* FIRMessagingTokenManager.h */, - 12AFBAA1669E15A01AE3F62A3CC13CD1 /* FIRMessagingTokenManager.m */, - E52E02860B31E8973C484EE761F85F9E /* FIRMessagingTokenOperation.h */, - 1A04EAA0888B923F0B84382592C90FAA /* FIRMessagingTokenOperation.m */, - 8BB1E9D04A390F56FB350478F6677A3A /* FIRMessagingTokenStore.h */, - F8997019FB4484902D22F1295815FBA1 /* FIRMessagingTokenStore.m */, - E10B5ABA20C1CDCE18D067A5809B3376 /* FIRMessagingTopicOperation.h */, - 7D21FCDCC5DF70B1C029269AD5CAC1C6 /* FIRMessagingTopicOperation.m */, - E0718E923587E2B773C72366846E809B /* FIRMessagingTopicsCommon.h */, - DBF78E69EC71036E84B104003C5FB3F5 /* FIRMessagingUtilities.h */, - 269EAE20E204C5D71CD355CB50BFC793 /* FIRMessagingUtilities.m */, - 007CA7FC188EF97A7CF0265EEFAE0F8B /* FIROptionsInternal.h */, - 0D27CB873536D13D1C825E1AC876EE26 /* me.nanopb.c */, - 5C2ED6C04EFEF0D79FDB717927A03F43 /* me.nanopb.h */, - 85732A6B72F2972521367F66B39C2CD0 /* NSDictionary+FIRMessaging.h */, - AAF0B305E002F2DA63CDEA997DA99D70 /* NSDictionary+FIRMessaging.m */, - BBDBB6E9EAC4C232877BE48FF8C5E7D9 /* NSError+FIRMessaging.h */, - 08468386541538D90FCA5E21015FEC43 /* NSError+FIRMessaging.m */, - EA03A35596CD8FB33A89694B8892AA51 /* Resources */, - A74EAC0DD6D8E6CB87CFBB07A205586A /* Support Files */, + 1B5429715C6C1D3977C5C3A4B220D64E /* ABTConditionalUserPropertyController.h */, + 89FF6149D92A7F6683F196C8EECD879B /* ABTConditionalUserPropertyController.m */, + CEF559D79C3A970AE7A297FC75383C35 /* ABTConstants.h */, + 422155A86351DD14E348054DA17FB79B /* ABTExperimentPayload.h */, + AC381B2B635BADD580F388231CEFBD9C /* ABTExperimentPayload.m */, + 7574025036F79B2CE48C0DE067464016 /* FIRAnalyticsInterop.h */, + F80211E779BB1E77D70865155652EBBD /* FIRAnalyticsInteropListener.h */, + 4B07E407C3AE8832945B97FA88BD722F /* FIRAppInternal.h */, + 90354233E0B4EBA67D189BB64781F78B /* FIRComponent.h */, + D109C41404FD5C53AD8D07F258BC048C /* FIRComponentContainer.h */, + 38F17A392890FE7090C93FF24CB8AE4A /* FIRComponentType.h */, + F0E75B227290D1D17298EB39DA0F15EF /* FIRDependency.h */, + 7C5794D05F3DDB76D5681B451B653BBF /* FirebaseABTesting.h */, + C5FCAB59DA6FA97713D27992DC6FE512 /* FirebaseABTestingInternal.h */, + 594D8B2427BF249B027E6ACC8D55FE3B /* FirebaseCoreInternal.h */, + 9E8BD6BE3CACA7CF2136D1DF509E711F /* FIRExperimentController.h */, + A2B7EBB39D6E5146038C5075860E2FBA /* FIRExperimentController.m */, + CA9512FD69E5196C29E3E8B5C59B51C3 /* FIRHeartbeatLogger.h */, + 3245E1E924A62281A88B17031466FABB /* FIRInteropEventNames.h */, + 7C8437FD2FCCB7DC2B0EE0676BCC8BEC /* FIRInteropParameterNames.h */, + A521A32AAA40B9878BC18303D23481A6 /* FIRLibrary.h */, + 4BBB18BDC948C94696486C854649627B /* FIRLifecycleEvents.h */, + 652CFF3AF6FA8B344553BD3136E103D9 /* FIRLifecycleEvents.m */, + DA702373DC31F598B3DF4CA4C39F0851 /* FIRLogger.h */, + 969D9DD2F38088873978B286F3878CA5 /* FIROptionsInternal.h */, + 28488D229F80F400E31219C2F8FB7DE8 /* Resources */, + 234FC81E5F89AE38AFF81C8DB6FF8775 /* Support Files */, ); - name = FirebaseMessaging; - path = FirebaseMessaging; + path = FirebaseABTesting; sourceTree = ""; }; - 435B59A1EDFCEC333CA9EFB8A7616D21 /* Pods-iOS-UIToolkitsTests */ = { + 480040E36A3AE82F4B711ACD62512A97 /* Support Files */ = { isa = PBXGroup; children = ( - FF7894596F61B42ABEE30E7F77BCB2E2 /* Pods-iOS-UIToolkitsTests.modulemap */, - D3B3380FDAC8844572135D840A86DABE /* Pods-iOS-UIToolkitsTests-acknowledgements.markdown */, - 8ABD4DC95DFE13A1682C5D9935337BCF /* Pods-iOS-UIToolkitsTests-acknowledgements.plist */, - 27C8C323C71D9E28F15240806B925C93 /* Pods-iOS-UIToolkitsTests-dummy.m */, - 965A1BECA53B23B085F180C50DE164A2 /* Pods-iOS-UIToolkitsTests-frameworks.sh */, - 475AC5F4EC36F42AF87453651BC542F8 /* Pods-iOS-UIToolkitsTests-Info.plist */, - AC848F78F5C8A54CCB79A2169F18F211 /* Pods-iOS-UIToolkitsTests-umbrella.h */, - 30860C46544B0A3635AA0B50A9AE88CE /* Pods-iOS-UIToolkitsTests.debug.xcconfig */, - 579D02136F68B90E4DB6042008C2D164 /* Pods-iOS-UIToolkitsTests.release.xcconfig */, + C1FC6E56315AC78F7E28179A7816CB76 /* ReachabilitySwift.modulemap */, + 4FCE9B2103212058693E1B3C0E4FB1F9 /* ReachabilitySwift-dummy.m */, + 1C13BB57292C67801E2F8E13B8C015C9 /* ReachabilitySwift-Info.plist */, + 708E6C01854B9DE56D761116E82101A0 /* ReachabilitySwift-prefix.pch */, + 4D81A1028DCD392C282CF41025AA5824 /* ReachabilitySwift-umbrella.h */, + C544BB01F9982254D5D2D3A8CA3F5B33 /* ReachabilitySwift.debug.xcconfig */, + 8EF6CE48EB77AFAD4CED8F290D8DEE44 /* ReachabilitySwift.release.xcconfig */, + 5B3BC4211BBF12F3AE1A49A107D7F8C7 /* ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist */, ); - name = "Pods-iOS-UIToolkitsTests"; - path = "Target Support Files/Pods-iOS-UIToolkitsTests"; + name = "Support Files"; + path = "../Target Support Files/ReachabilitySwift"; sourceTree = ""; }; - 4471DE02CD146B9142D224BC9D7C9D68 /* RDHCollectionViewGridLayout */ = { + 481E28E1F437792828695B55F5404409 /* Support Files */ = { isa = PBXGroup; children = ( - EF21169CE720395FAA3A4CCD50EB95EC /* RDHCollectionViewGridLayout.h */, - 0FD1721387FF565E97F2A2589D143F44 /* RDHCollectionViewGridLayout.m */, - 90E25C2ABB0247E35B1A2732E343DD44 /* Support Files */, + 9519ED472D97F61EFBCA6C135B044C82 /* GoogleDataTransport.modulemap */, + EA649D80A1CBB856B7DC1125507801B0 /* GoogleDataTransport-dummy.m */, + 159940D22C57893E6686C2E32141B05D /* GoogleDataTransport-Info.plist */, + 82A3260CA94D17A486D2D8270296CAA3 /* GoogleDataTransport-umbrella.h */, + 7F0BC6E5D6354983B6F932C5FDC237E5 /* GoogleDataTransport.debug.xcconfig */, + 1CE95C1E8FF63F5A2D09512282EE2C9E /* GoogleDataTransport.release.xcconfig */, + 45748E1684347B026860C228A1B156A1 /* ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist */, ); - name = RDHCollectionViewGridLayout; - path = RDHCollectionViewGridLayout; + name = "Support Files"; + path = "../Target Support Files/GoogleDataTransport"; sourceTree = ""; }; - 44A6998FE3723F777CB480F07F153E7F /* ReachabilitySwift */ = { + 486994B30C456ECEA259B8476C41DDC7 /* KVO */ = { isa = PBXGroup; children = ( - 7636276DF5DB39F83D95A6F201BD6729 /* Reachability.swift */, - 5FA67118E2FF39E58C3B9988582C9AF9 /* Resources */, - 6024C7797B7E43F1B4DD0C5A16BDE919 /* Support Files */, + 52ACEBA0AA58C5FB30D917A328FEF008 /* GTMNSObject+KeyValueObserving.h */, + 1152A1026000F44DAFD309C95A089149 /* GTMNSObject+KeyValueObserving.m */, ); - name = ReachabilitySwift; - path = ReachabilitySwift; + name = KVO; sourceTree = ""; }; - 45E99BF8DE508EAED0999ACFAB433AF1 /* Main */ = { + 4897C42E2247730BF99AB5EFA297D172 /* Support Files */ = { isa = PBXGroup; children = ( - 56CA6248669900C5C7C7DCF9C3C10F49 /* Frameworks */, - EA3F874353CF1F473657EF89F3073169 /* Resources */, + E7A1B5AD0D35A6799E41DE17BB0402B7 /* FloatingPanel.modulemap */, + 7A9E6E90789301190A6A1A58FEBA1282 /* FloatingPanel-dummy.m */, + DD742A9A5CB6714521CF0ED1277475DF /* FloatingPanel-Info.plist */, + C45368E031A21433FF00A61FAB2A9C4A /* FloatingPanel-prefix.pch */, + F40761E94617ADF3F5874642B427EB74 /* FloatingPanel-umbrella.h */, + D5D3BA9D17E2E57455DFAD6013C38792 /* FloatingPanel.debug.xcconfig */, + C4A168E01A96B63B24F57F10D7F3C754 /* FloatingPanel.release.xcconfig */, ); - name = Main; + name = "Support Files"; + path = "../Target Support Files/FloatingPanel"; sourceTree = ""; }; - 473E2432C80879930F15593CF12E33FB /* Pods-iOS-dydxChartTests */ = { + 48A7B7CE1BC11DFAA128559A9ADA8564 /* Frameworks */ = { isa = PBXGroup; children = ( - B585DA1C77D99D5EABB31900964BB08A /* Pods-iOS-dydxChartTests.modulemap */, - 9E91BF9DAB31138378F56458BDA2AF73 /* Pods-iOS-dydxChartTests-acknowledgements.markdown */, - 1125C8D2404C5448F32885CFD950D85B /* Pods-iOS-dydxChartTests-acknowledgements.plist */, - 70D46CE944BBAA1E1772F9A86CD8940F /* Pods-iOS-dydxChartTests-dummy.m */, - 629CF7F2D3FAB2DF780D509733EB92B0 /* Pods-iOS-dydxChartTests-frameworks.sh */, - E156C14809F101D8D4EF67C8510FD8F2 /* Pods-iOS-dydxChartTests-Info.plist */, - A452F5AA3942B1B14D0C344BA7E99949 /* Pods-iOS-dydxChartTests-umbrella.h */, - B0985A272952C6E9BE98AA6FE7AEAAD2 /* Pods-iOS-dydxChartTests.debug.xcconfig */, - 783B6B1A6859D32F1AB2C4AB8ABCA69C /* Pods-iOS-dydxChartTests.release.xcconfig */, + EE8FD8E4869DACC4AACA551B5224CA49 /* iOS */, ); - name = "Pods-iOS-dydxChartTests"; - path = "Target Support Files/Pods-iOS-dydxChartTests"; + name = Frameworks; sourceTree = ""; }; - 48A7B7CE1BC11DFAA128559A9ADA8564 /* Frameworks */ = { + 48DCD584D9C18AD179F5BD216D5ABDBF /* Pods-iOS-UIToolkits */ = { isa = PBXGroup; children = ( - EE8FD8E4869DACC4AACA551B5224CA49 /* iOS */, + A9D771C01691A7AD358FF28365D7E53A /* Pods-iOS-UIToolkits.modulemap */, + 021AC56A182FBC9D34D2E246B481569F /* Pods-iOS-UIToolkits-acknowledgements.markdown */, + D69F02A12B5787E136BCCAF133C49DAF /* Pods-iOS-UIToolkits-acknowledgements.plist */, + 5068D37A70E5DA62D8CBFDAC8EE96815 /* Pods-iOS-UIToolkits-dummy.m */, + 7602D15ED2669B91B177B25B321754A8 /* Pods-iOS-UIToolkits-Info.plist */, + 5F8AB7D8C0DFF88BD9E9B27D5823A043 /* Pods-iOS-UIToolkits-umbrella.h */, + 93FA15EE1C87DC355623621E4617CD2D /* Pods-iOS-UIToolkits.debug.xcconfig */, + 2B59C0080FAB8A10A64665DDA01F97CC /* Pods-iOS-UIToolkits.release.xcconfig */, ); - name = Frameworks; + name = "Pods-iOS-UIToolkits"; + path = "Target Support Files/Pods-iOS-UIToolkits"; sourceTree = ""; }; - 4B0B7EDAF11D2D3219EEB8881274852C /* Support Files */ = { + 48ED16385DC9022EB55BCC142F87DC9F /* GeometryUtils */ = { isa = PBXGroup; children = ( - D56DD496711C85F9EAE3D21AAE2810C2 /* GoogleDataTransport.modulemap */, - DC9C3AB6BCA3083BA108A5A22E03095F /* GoogleDataTransport-dummy.m */, - 6C63267FD7C6341F83FCAD0F1256C35F /* GoogleDataTransport-Info.plist */, - 8E93017019E5D8742074B4FFDEE63198 /* GoogleDataTransport-umbrella.h */, - 0210097090F548DD833A614C49E15C95 /* GoogleDataTransport.debug.xcconfig */, - C87B537B008C6165F8327734240C605B /* GoogleDataTransport.release.xcconfig */, - FFC89CC943F08ECF2E79530C7403E720 /* ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist */, + D455D72B18DA33271C91BB4C9BF4C3FF /* GTMGeometryUtils.h */, + 54ADD6D276B8FAB343ACF878264EA358 /* GTMGeometryUtils.m */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleDataTransport"; + name = GeometryUtils; sourceTree = ""; }; - 4CC14C8386EF4646E8F419A456D937AA /* COSTouchVisualizer */ = { + 49A634BB6A807803A36C224BB9E11CF0 /* Pods-iOS-ParticlesCommonModelsTests */ = { isa = PBXGroup; children = ( - 4EAC9A8BBC6FA798896D3B4D5334B642 /* COSTouchVisualizerWindow.h */, - 90223E878C9D0D1B15A1979505EBD33A /* COSTouchVisualizerWindow.m */, - 58923B916FE7FC90C4B5265DE22B930C /* Support Files */, + 495D3EAD3762EC6348062B093A8528AB /* Pods-iOS-ParticlesCommonModelsTests.modulemap */, + 28C7CF9DF55FB7166FC041E093BA12D8 /* Pods-iOS-ParticlesCommonModelsTests-acknowledgements.markdown */, + 32CA1031BF803020FA1CF2BE5BD4AE13 /* Pods-iOS-ParticlesCommonModelsTests-acknowledgements.plist */, + 095C2D65A47973C0323DA6C6F1F380CA /* Pods-iOS-ParticlesCommonModelsTests-dummy.m */, + 1DFE2E096FF6AE44B143418344CC67A6 /* Pods-iOS-ParticlesCommonModelsTests-frameworks.sh */, + 0976B7D3897E6008FB611A8829632B7D /* Pods-iOS-ParticlesCommonModelsTests-Info.plist */, + 0AC67B2AE071369B15913DD4453BCFA6 /* Pods-iOS-ParticlesCommonModelsTests-umbrella.h */, + 26995C193AB446719BF1D28FC5783EA7 /* Pods-iOS-ParticlesCommonModelsTests.debug.xcconfig */, + 41E7B1AF40D9EEA4839BE8C877FB9B68 /* Pods-iOS-ParticlesCommonModelsTests.release.xcconfig */, ); - name = COSTouchVisualizer; - path = COSTouchVisualizer; + name = "Pods-iOS-ParticlesCommonModelsTests"; + path = "Target Support Files/Pods-iOS-ParticlesCommonModelsTests"; + sourceTree = ""; + }; + 49D051F5AC3848DE20A933DFFABFC1E2 /* GoogleDataTransport */ = { + isa = PBXGroup; + children = ( + 4692E999B39BAAD8526C02D1BBCCF93F /* cct.nanopb.c */, + EB491934B5A2B4E6C143D2756E695191 /* cct.nanopb.h */, + 20C4B6D87F900542B0FBFAF947DA26AD /* client_metrics.nanopb.c */, + BA0C5E61B65920FAF050E45049644CA6 /* client_metrics.nanopb.h */, + 95F1C50C634CE9098D6C9C2CDA47747D /* compliance.nanopb.c */, + A025FF30DE23D39337FD5CF6553C3EC7 /* compliance.nanopb.h */, + 569D52925B02AA22C1439B499D2478C3 /* external_prequest_context.nanopb.c */, + 34512DCB1B4A18374C52AC7B2BFAC5FA /* external_prequest_context.nanopb.h */, + E915655C8D86300807D3195A09088BD3 /* external_privacy_context.nanopb.c */, + 37DFDCDC3B193D59D1CB55ABEAD3312E /* external_privacy_context.nanopb.h */, + 2C718B1D96F862677A98125D7869FF80 /* GDTCCTCompressionHelper.h */, + 5C6310124EE69076136F31043085CF40 /* GDTCCTCompressionHelper.m */, + 424A857DF1EDE2AB3F74E3974ECCF08C /* GDTCCTNanopbHelpers.h */, + 535AB72AE54673C11609902C92C3AE1A /* GDTCCTNanopbHelpers.m */, + FF2602BF9AE6FB0CAC6C72AAAACF4D69 /* GDTCCTUploader.h */, + 30376BFF5B3A51F321B18CF16076B128 /* GDTCCTUploader.m */, + AC63C4FCD8F1A6D512710B2FE640C4E9 /* GDTCCTUploadOperation.h */, + DF35D347BE64387BAE724A6A3B38EA57 /* GDTCCTUploadOperation.m */, + 222C543F7566BDB858F3F9BA848FED5C /* GDTCORAssert.h */, + 83B10AC8D117FB296C2CFAF05429D040 /* GDTCORAssert.m */, + 6C35DF6DC7109E8DDD5313C0D0D954BC /* GDTCORClock.h */, + 4953003F9854CC884424AE9455F9FC9D /* GDTCORClock.m */, + 6B6A72CA41E88700680527DBC094562A /* GDTCORConsoleLogger.h */, + F0D5629C6EA145C08DDE5664B5D5C343 /* GDTCORConsoleLogger.m */, + A4ADA7E10F6BF3B6C670109861F1D260 /* GDTCORDirectorySizeTracker.h */, + 5D66744C83BC63AEE57F82E9662D91D1 /* GDTCORDirectorySizeTracker.m */, + 2D81F1D2D7C96BF6CEDFE8F53AAC7242 /* GDTCOREndpoints.h */, + 6D7DEA89F2608D8BBBAACE11BCF3E1A7 /* GDTCOREndpoints.m */, + 104AAA0392192E0E833F0318A85F1BE3 /* GDTCOREndpoints_Private.h */, + D0E68E00D581E62AE22B84A7152AE9B2 /* GDTCOREvent.h */, + BBA7EEE39B9E2BD77E96AFDF80C2B924 /* GDTCOREvent.m */, + 5981AFE914125A4285528FB39A93FD4A /* GDTCOREvent+GDTCCTSupport.h */, + B5357A5A95F2D667CD54E1C5AD967450 /* GDTCOREvent+GDTCCTSupport.m */, + 8C670A18A0F56F0C8982215F1DC86F84 /* GDTCOREvent+GDTMetricsSupport.h */, + 1AF969E5F419491C927B5426E8D6C593 /* GDTCOREvent+GDTMetricsSupport.m */, + 4448817C017BB8B766EE06B4FAF25BE1 /* GDTCOREvent_Private.h */, + 7B2BAE9EB43B997A1F7DBEC20529EB8F /* GDTCOREventDataObject.h */, + B334042E09469DBBCBC83B0AD9EC2ECC /* GDTCOREventDropReason.h */, + 9CD923EDECC27C88FC3AF090D491018A /* GDTCOREventTransformer.h */, + E9650775FD41C1625F51750C7BC31860 /* GDTCORFlatFileStorage.h */, + 77B8BF79D807379B65E45CA04F69F0B6 /* GDTCORFlatFileStorage.m */, + 9F25B0A0B63DD22FA6E05CEF1D8A3272 /* GDTCORFlatFileStorage+Promises.h */, + C805327304C644738CBE72B44CE6434D /* GDTCORFlatFileStorage+Promises.m */, + 05A8A809E743CD24A9CB346CE2D3B60D /* GDTCORLifecycle.h */, + 514B92ACF544D473AB9E5F3D05B75D5F /* GDTCORLifecycle.m */, + 8CE985E6A498F26F5F0D4492CD1FFF1B /* GDTCORLogSourceMetrics.h */, + F31DFF6057FB9A63E857FC46546A69EF /* GDTCORLogSourceMetrics.m */, + 3659158EDAE25ADC0DEC9AC57C54F16F /* GDTCORMetrics.h */, + A0CE61B7FFAD8193ED2778E64990A31E /* GDTCORMetrics.m */, + 432C444407F67ADAF44AA3CA0B49408F /* GDTCORMetrics+GDTCCTSupport.h */, + A9A26BD4E2A0EB3F3161A4B6AAE9A500 /* GDTCORMetrics+GDTCCTSupport.m */, + AC5FCFC4EF495479133FAD5E9C963073 /* GDTCORMetricsController.h */, + 7C203EDAFB6A285D6770C4E88C991AAB /* GDTCORMetricsController.m */, + 63BFA62F06C6D143EB301BAF8922B2B0 /* GDTCORMetricsControllerProtocol.h */, + 1355A44748841B4FA0E9A8FC4F04BF32 /* GDTCORMetricsMetadata.h */, + AF76C91EC87D7126CACCCDA785C57F81 /* GDTCORMetricsMetadata.m */, + 16943513231348B00B1E4D1B1539C96E /* GDTCORPlatform.h */, + 0D511768B4C73467A7F1DC97B7268BCE /* GDTCORPlatform.m */, + 73F054D676FAD0DD18D98048120A05C8 /* GDTCORProductData.h */, + 9AA92455E50A9E9D41B99AEDA0926DF0 /* GDTCORProductData.m */, + F99F3C8D48635ABB58D7FA9FB9A3175C /* GDTCORReachability.h */, + 0CB013503F55F8105871B0BD4D8A7409 /* GDTCORReachability.m */, + F1D1D4CFB8C3CB75C82700AEA279F2A7 /* GDTCORReachability_Private.h */, + 21EDB006F914E7AA57A4B8C8D2341195 /* GDTCORRegistrar.h */, + 315D39A10EE2691F757409D98BCC4692 /* GDTCORRegistrar.m */, + 7C35082C99CD49F743BB6780BDA8C539 /* GDTCORRegistrar_Private.h */, + 91BB800075B708898EE6F53CF491564E /* GDTCORStorageEventSelector.h */, + B23E54210009730947539EC35D0EE851 /* GDTCORStorageEventSelector.m */, + 34A1FAC3DEEF9E0EB8A6385F9D105614 /* GDTCORStorageMetadata.h */, + 89A5E80584E64080FF2153E15A2EE5E2 /* GDTCORStorageMetadata.m */, + 37F647D52142476872215F9CD0BDCEB8 /* GDTCORStorageProtocol.h */, + 7D2AB3B17CB33FDE486AD5A1E1D84EFB /* GDTCORStorageSizeBytes.h */, + CDF9FEC5C0862D8F2925C3B9A10C79B1 /* GDTCORTargets.h */, + 16A3C42B4A342B11825C6CB387CDB34A /* GDTCORTransformer.h */, + 179BA27FF4DFB51BF78937C49DC69BE6 /* GDTCORTransformer.m */, + C3ED3C8B3BBDE563F32A812D3FF70985 /* GDTCORTransformer_Private.h */, + 7ED7B4929971694EEE27E65BAEB26589 /* GDTCORTransport.h */, + 04550EAF3AD795DE372A8C122B9675A3 /* GDTCORTransport.m */, + D18E62B07F23EB13C1760E7C2D8F12C0 /* GDTCORTransport_Private.h */, + 1719DCF73C59DAAFBA4AFE1D80906083 /* GDTCORUploadBatch.h */, + 3353E7410D6E7C3014C1CAF0C3C25E70 /* GDTCORUploadBatch.m */, + 4EA04092F5366B962F13A29F64233C16 /* GDTCORUploadCoordinator.h */, + 634A3D92C929293DEAC0C9482C371311 /* GDTCORUploadCoordinator.m */, + 1A1B248D4CDCBE8AF197AD8BD9B0DD69 /* GDTCORUploader.h */, + D22B326605824B6D0F4727D583F20707 /* GoogleDataTransport.h */, + 69DF371255FF0ABC01B2FF56A45FDF87 /* Resources */, + 481E28E1F437792828695B55F5404409 /* Support Files */, + ); + path = GoogleDataTransport; + sourceTree = ""; + }; + 4B7F105A8ABDCC0FEC76B2596B877B33 /* Full */ = { + isa = PBXGroup; + children = ( + C589FA1E2AE5416706F981AF00527DDE /* GTMGatherInputStream.h */, + D380D447B4E13347DFA7EC1BB068F4F7 /* GTMGatherInputStream.m */, + F58214CB1E7732E757E4E607598DE6B9 /* GTMMIMEDocument.h */, + CD801567F21460890791F7FEEC77B2A4 /* GTMMIMEDocument.m */, + 320FB8952263D79D159FB2B3D65EBF7E /* GTMReadMonitorInputStream.h */, + 97A67F95850DEECD87C50848323C516C /* GTMReadMonitorInputStream.m */, + EC22617D75FCFE66513287D7138536B2 /* Resources */, + ); + name = Full; + sourceTree = ""; + }; + 4B80F47BE7CBEAE1462F4018A341A73F /* GoogleToolboxForMac */ = { + isa = PBXGroup; + children = ( + A5DE8D292954A38812581F52B6500849 /* Core */, + D794339C367E2342D107B5EF3F4079A3 /* DebugUtils */, + 20FD40BDD72B8A056DC7C9E6EF9937C3 /* Defines */, + 48ED16385DC9022EB55BCC142F87DC9F /* GeometryUtils */, + 486994B30C456ECEA259B8476C41DDC7 /* KVO */, + B037C3AB6BD884FA0374ACAB13E5709F /* Logger */, + 8075431DF4574F54321AD176C6E4EF76 /* NSData+zlib */, + D1D5FDF921E208EB435A6912DCECD758 /* NSFileHandle+UniqueName */, + D604FD0E193B90DF4724D0D3E0292A23 /* NSString+HTML */, + B793DE7FF7E7E9BACE689679C66E3203 /* NSString+XML */, + 66DE9C8A716AFB29E2818F17EAAAF06A /* NSThread+Blocks */, + 43EFFE8712FA7FD7B616348B90808C0A /* StringEncoding */, + DE107A0746D2C370FFE9787875114B7A /* Support Files */, + ); + path = GoogleToolboxForMac; sourceTree = ""; }; - 4D4E7BCC5FCC641D484B3924C97D6585 /* Support Files */ = { + 4E19F670801D52E22BDA2DC7855F1D27 /* Support Files */ = { isa = PBXGroup; children = ( - 2D52665E334F215C95A09BF601749483 /* GTMSessionFetcher.modulemap */, - 72B70AD4095DBED3668C8298653E48AE /* GTMSessionFetcher-dummy.m */, - 0737247711FCC7DD7F74DB0E6485065C /* GTMSessionFetcher-Info.plist */, - C9DDF8B0F8565DD307273E4A06189EC7 /* GTMSessionFetcher-umbrella.h */, - 7F5E40E31B930AB4C1D8A26E74F8632B /* GTMSessionFetcher.debug.xcconfig */, - 6C3B0EC6F8F4D0C73921E6B8C2A316E7 /* GTMSessionFetcher.release.xcconfig */, - 4C69FBA5FA2ED72760F381E5C820A457 /* ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist */, - 6E27E5659388452119C4A299B4E3026F /* ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist */, + 3BC9EBC6D0515F9A02074C8E067BEAC9 /* COSTouchVisualizer.modulemap */, + F356A5A4741519EF0F678FD6C67F7EB1 /* COSTouchVisualizer-dummy.m */, + 12E7B1328BFBD6EF472763437E3949D9 /* COSTouchVisualizer-Info.plist */, + 793E42D08E769279C00CA0298A5C1867 /* COSTouchVisualizer-prefix.pch */, + FCDDDB42FC7DBF761DFB8A87AD757D33 /* COSTouchVisualizer-umbrella.h */, + D5E32EEA30B727C66903B899CC8AAFCB /* COSTouchVisualizer.debug.xcconfig */, + 44B256FA2A9E35E29095BAC26FFFF075 /* COSTouchVisualizer.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/GTMSessionFetcher"; + path = "../Target Support Files/COSTouchVisualizer"; sourceTree = ""; }; - 50D0AC352F51DB0E5617D7BD1B5BD374 /* iCarousel */ = { + 4F1F58876547BA89B6A3763D5276F45A /* Support Files */ = { isa = PBXGroup; children = ( - 5024463091F117DF38908215D6D4B09D /* iCarousel.h */, - 020AB32EFF694F9BE8AF3D0CDB7E71D5 /* iCarousel.m */, - DCB78E06E0D446D2BBE64AC053461E92 /* Support Files */, + F3B4D84FAD93D8FB51A0BA729BC89FAD /* FirebaseCore.modulemap */, + 4E58ADD7CEFBAB14A0DE4F72F7829A3F /* FirebaseCore-dummy.m */, + FD7E0A3805501E5E30BEC8B2CF2476F0 /* FirebaseCore-Info.plist */, + 6671F2C594DE721F502BB72877320DA9 /* FirebaseCore-umbrella.h */, + 787BC1BE58468F96B974B8B32C79DB1B /* FirebaseCore.debug.xcconfig */, + 968437D06C23CB52072B4287E1AFE4DA /* FirebaseCore.release.xcconfig */, + 4C39636A4AB63CC9D4C3D8BB1AA110E2 /* ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist */, ); - name = iCarousel; - path = iCarousel; + name = "Support Files"; + path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - 5153AA6EE1633C99FF86E8E63E53B4C7 /* Core */ = { + 4FBD6B1B09CA9224FB7DC7B63CA39B70 /* Core */ = { isa = PBXGroup; children = ( - 10C236B20408B41D7A768955E15D6EA3 /* NSBezierPath+SDRoundedCorners.h */, - B1770A49EEC193C3C83243CC4A995EF1 /* NSBezierPath+SDRoundedCorners.m */, - 781541C568F21653C7B7582B4A95D96C /* NSButton+WebCache.h */, - FCDC395E86D647820C8235844F4F2721 /* NSButton+WebCache.m */, - FDD9B485689B9E81645F2986DF148102 /* NSData+ImageContentType.h */, - A940517243DC799BC0DE8057BBF5DC72 /* NSData+ImageContentType.m */, - A965D93A38023DA6D66E1E68BB2853AB /* NSImage+Compatibility.h */, - 5A4603D0BC4B3A28B819B444752DF946 /* NSImage+Compatibility.m */, - 29CA283059FC5DA7A5F0C8355FA1855A /* SDAnimatedImage.h */, - E8327343B4EDB785A2385934E76BDA61 /* SDAnimatedImage.m */, - 05AD91E4EE9AB829862329A0C2A2E90D /* SDAnimatedImagePlayer.h */, - 3462E2FDC9486102165A485D3327EB0F /* SDAnimatedImagePlayer.m */, - FAF8093D15A3B5CA762333E516B9861A /* SDAnimatedImageRep.h */, - 088BCBBA3C130E6B0454F244D626C390 /* SDAnimatedImageRep.m */, - 4B876502C2100BDC5BD048687E3C899E /* SDAnimatedImageView.h */, - B3255B2C226AF218D0D054CEC132D82C /* SDAnimatedImageView.m */, - F0C9F0360A8E15B3E5A91A5A98B84137 /* SDAnimatedImageView+WebCache.h */, - 140CEDF7969969CCE9644EAB41A1E22B /* SDAnimatedImageView+WebCache.m */, - 87ACEE91964F4843F5DE29A4F3A3CA18 /* SDAssociatedObject.h */, - 489A66FAC7ACB7627650C10FFEC5F8CC /* SDAssociatedObject.m */, - C98F16CE46492D68B0D601551AA563A5 /* SDAsyncBlockOperation.h */, - 679650BB028C165339EB6D6AD81C5622 /* SDAsyncBlockOperation.m */, - D637848E9CFEEB81267F21DD615C0576 /* SDCallbackQueue.h */, - DFA614C73A928AAB080677E5D7DAB605 /* SDCallbackQueue.m */, - 1605D6AFCB18FAF4807135734A1C1A07 /* SDDeviceHelper.h */, - EDF96E8695C8785823565617FF482895 /* SDDeviceHelper.m */, - 5E18B791D7BC36964BBD8F577BCAA890 /* SDDiskCache.h */, - FCDA605E757816284E1B4927C1123AE0 /* SDDiskCache.m */, - 681B36E9242794A768A3FC65C95F9EB0 /* SDDisplayLink.h */, - 31F5BCF1154F41B44E2DC6E5F97D9466 /* SDDisplayLink.m */, - 27E46FA2D13276D490E2AAC70E66DE24 /* SDFileAttributeHelper.h */, - DAA8B804E3527AFD6456713198BBF73C /* SDFileAttributeHelper.m */, - BF801E7AB5D7EDDE62E8706D71028D60 /* SDGraphicsImageRenderer.h */, - D44760D208ECC93E68109114B8963EA4 /* SDGraphicsImageRenderer.m */, - 6E42B0D9539D056CD7960A389DF9DEFF /* SDImageAPNGCoder.h */, - 542D469EBF28F7F238C405BA41CB040B /* SDImageAPNGCoder.m */, - 24FBDDCEB300C40E2D5F3B63129B9412 /* SDImageAssetManager.h */, - 1B9CDE77B09475B0513B131F1E6C4A65 /* SDImageAssetManager.m */, - 278E831A1848D6428ADFD7157934C17F /* SDImageAWebPCoder.h */, - B3917C4057119D42C567A42F00815E2E /* SDImageAWebPCoder.m */, - 99827CC837DC9C220CAE122B3948A0B7 /* SDImageCache.h */, - 3B1BA5F4DFF67792FFE7064A950DF473 /* SDImageCache.m */, - CADD6210D53D10619E133D26C7DD9241 /* SDImageCacheConfig.h */, - 59D4EFAEED8CCE71A5AC814B4F360F6B /* SDImageCacheConfig.m */, - 22A35917EE80958BA0808CAB20B81EB8 /* SDImageCacheDefine.h */, - 28B8785CECAC592A06049BCDA4D08536 /* SDImageCacheDefine.m */, - 4DE7FF9CBDEBBADCEE72D0D1685AE42B /* SDImageCachesManager.h */, - 8469F656701E8AB73C4BD197A0531C19 /* SDImageCachesManager.m */, - 07A68E0FC9BEBB676974C9F1A1352A44 /* SDImageCachesManagerOperation.h */, - 7C3E5966B39D5E77ACFF906CCB2A4FFD /* SDImageCachesManagerOperation.m */, - 96FAF245162E3955FCCBF02FD899B047 /* SDImageCoder.h */, - AB9E4C6A332175AA364F7D2E2ACB2A87 /* SDImageCoder.m */, - 4C5B31934ADB111B6474073343913D3A /* SDImageCoderHelper.h */, - 13DC529B8AD0913ABF17943B7AB7EBBA /* SDImageCoderHelper.m */, - 572CD1AB6A66EDC4DA8CC21BB327A917 /* SDImageCodersManager.h */, - 99E9745AB0B571DC1915F2FFA086024D /* SDImageCodersManager.m */, - E7869D64449F86D759AA332715D5FE95 /* SDImageFrame.h */, - E6D3994A4AE73E74F90AE4080D60D4F0 /* SDImageFrame.m */, - 9C4A8FC94180A302829B61C74FE50568 /* SDImageFramePool.h */, - B0F5C3053B81E31FF32A269727A02AFD /* SDImageFramePool.m */, - 6E2D51E99082E3ACF61FA21D9F10A742 /* SDImageGIFCoder.h */, - 5AE32F12F9BFEB8310ECF9441DA18FFC /* SDImageGIFCoder.m */, - A875577F7E6694E81E217996AFBD0038 /* SDImageGraphics.h */, - A4087D959DE18045EED8BE0C8966E2E2 /* SDImageGraphics.m */, - 6E5F50412C8C7146B8FEA7DAFE3C2550 /* SDImageHEICCoder.h */, - 4B9CBB79883544B19635E17399EE8092 /* SDImageHEICCoder.m */, - 17CCB4809C067B20AACBCAF99953E2BA /* SDImageIOAnimatedCoder.h */, - 15EBF78A294532E7B34C5A2CD796B4A9 /* SDImageIOAnimatedCoder.m */, - 4C4B253AAAD19376E3968CBADA6ECA17 /* SDImageIOAnimatedCoderInternal.h */, - B870D8F6385F750464FADBFEFE85511F /* SDImageIOCoder.h */, - D1651AB60E73087AF2CAB48C79D4FB9B /* SDImageIOCoder.m */, - 8BF7D70D0FC7ECF82AD4254484711EE2 /* SDImageLoader.h */, - B00A50EB4221CFBD5FAE233565512B91 /* SDImageLoader.m */, - 4F57FA4168C94E7AAE64269BD4E24A23 /* SDImageLoadersManager.h */, - 534189E581C07515E125ED7791F39107 /* SDImageLoadersManager.m */, - E41D36AB949E07CF807D55E4B3DD1328 /* SDImageTransformer.h */, - 6DDA1B8A9F5C9DC3C75A14018E1267FF /* SDImageTransformer.m */, - 08F32511A648031F80C8F5283696B14B /* SDInternalMacros.h */, - 4A09A70860AAACB42040DD80ADB6FDED /* SDInternalMacros.m */, - 7AC37CA948B8801A6916FDBDE2AFF2D3 /* SDMemoryCache.h */, - 8BA4A66558DBF528185491F56126D348 /* SDMemoryCache.m */, - 6F675A834E65F8D5055AB981A7A8A2EE /* SDmetamacros.h */, - E3A107D0D6784C21059DD8D688084776 /* SDWeakProxy.h */, - 1418A7BDDA1FD6A0688376EF5979DD41 /* SDWeakProxy.m */, - F63886460777BBF2B1007874296F9155 /* SDWebImage.h */, - 6303E73484414D9C2FA0DB05694E6600 /* SDWebImageCacheKeyFilter.h */, - 2458823E972FB1B5C6FF52CB4B526F72 /* SDWebImageCacheKeyFilter.m */, - 01844918464092965DAD79FA38CD08C6 /* SDWebImageCacheSerializer.h */, - 8D2B3798177E76768DE5A2D068CDC209 /* SDWebImageCacheSerializer.m */, - 8B2CEE7EF53560092345E420CA8EE436 /* SDWebImageCompat.h */, - 05BB91487561FA421478DCD977DBEF51 /* SDWebImageCompat.m */, - 7355FA11D23F7F21D2747CBB8A1C1016 /* SDWebImageDefine.h */, - C8FE2950FEE8ECBD643BD1A19A874E7A /* SDWebImageDefine.m */, - 3C3AAE9B4BADD9A5A87F568F88C08AFA /* SDWebImageDownloader.h */, - 25BEB4A708A7F8E47E2A8CF45108F61B /* SDWebImageDownloader.m */, - 347BAEEA9B2257E13E628B5698C30AEC /* SDWebImageDownloaderConfig.h */, - F5CE206F75A72E9B505B3BEEC450C912 /* SDWebImageDownloaderConfig.m */, - 39D557D40DC0B96E152E5A73E83C9AC0 /* SDWebImageDownloaderDecryptor.h */, - FB066AA42330D99B3B57A3B9CD177108 /* SDWebImageDownloaderDecryptor.m */, - 6BF416C14B0BBD79DD97A4F142EFC26C /* SDWebImageDownloaderOperation.h */, - 44B9CD092B3343E3F9DC9D3016FB8CD2 /* SDWebImageDownloaderOperation.m */, - A66E6745CF258649B76BE0C601A54F26 /* SDWebImageDownloaderRequestModifier.h */, - 19B76F88DF22FDB5A66CCE243719CC9F /* SDWebImageDownloaderRequestModifier.m */, - E2F0485B9666DDA76CC359398F88A876 /* SDWebImageDownloaderResponseModifier.h */, - B3B3FBBDAF408E621DBE87D077FAA8EA /* SDWebImageDownloaderResponseModifier.m */, - 6DF15D43A2C6DB31F125345DB7078E19 /* SDWebImageError.h */, - 6268F31D45F334B6CDCED73257BF6DC8 /* SDWebImageError.m */, - AD799707E6CF86A2A2BC97C1F3AA4D3A /* SDWebImageIndicator.h */, - E3729187D511A3DBACE34B011E13DA23 /* SDWebImageIndicator.m */, - F733DC7FF0E978385F96C3046F81D0D0 /* SDWebImageManager.h */, - F0E49A938CB90F94B7E700E499D8167C /* SDWebImageManager.m */, - 95DD6E968293E60EE9EF42F735437273 /* SDWebImageOperation.h */, - 1B9D0FBBDB37EC93B827AA45B6DDC353 /* SDWebImageOperation.m */, - 0A13708BEF203C12F2602A197C4825C9 /* SDWebImageOptionsProcessor.h */, - D44A34C68F2B31EF975CC6C726B213BE /* SDWebImageOptionsProcessor.m */, - 5AE8F817F8263E93354D10565980F898 /* SDWebImagePrefetcher.h */, - 4E17A7C568BB5A83244BEE3254440AFF /* SDWebImagePrefetcher.m */, - 3C7BDB0CE89D416321EB3D08E9190674 /* SDWebImageTransition.h */, - 2DB6B7DB51219CAE5AE9954BE0CA5390 /* SDWebImageTransition.m */, - 9F8F5DA43EC21E90C06273D05EAAE1DF /* SDWebImageTransitionInternal.h */, - 49B3565B75D855538501DA74322E5317 /* UIButton+WebCache.h */, - 8C02902B5A2EA73E518A06135EC63908 /* UIButton+WebCache.m */, - 21C711C358D8F2558B2696041A6CC923 /* UIColor+SDHexString.h */, - 123EFDB43B843C6CDA2225009EF9AED2 /* UIColor+SDHexString.m */, - 97FA52A8AE926E549E3B77D65445E200 /* UIImage+ExtendedCacheData.h */, - 4A876374B1E09E5A63813D0C0BBC5AE6 /* UIImage+ExtendedCacheData.m */, - D973C85A91AA1E500ABC87DAECC35A43 /* UIImage+ForceDecode.h */, - EA1314D0E616E198E1A48F6EAD2BEDF4 /* UIImage+ForceDecode.m */, - 4511C4B8E54A5CE975D96A310718D153 /* UIImage+GIF.h */, - D74C47C5129C43531AC4D160A611E161 /* UIImage+GIF.m */, - 68F1E2AC59742AD2C7D822B87E474870 /* UIImage+MemoryCacheCost.h */, - 721EB10604BF0FD0F23FE8349E1C81BD /* UIImage+MemoryCacheCost.m */, - E2E3571BA218E1B1568E0B8152669880 /* UIImage+Metadata.h */, - 407C279943307221FDEF656864825CA3 /* UIImage+Metadata.m */, - 84D01301B0C8FA9AEDB0B5C211B48918 /* UIImage+MultiFormat.h */, - A5306BB8ED817D046A3814A03F2AFA25 /* UIImage+MultiFormat.m */, - 62A25EAFE105EE34F1A4E805C4E10D76 /* UIImage+Transform.h */, - BE6BD38950C1DDECC98C04EDF1C9E7ED /* UIImage+Transform.m */, - A32663D574808AF8B46045C857BD3F95 /* UIImageView+HighlightedWebCache.h */, - 48CE3B59E2DD4B462FA33CE69857C25A /* UIImageView+HighlightedWebCache.m */, - 707DB102E2E79A1BA1AAEA4643300291 /* UIImageView+WebCache.h */, - E5F35AF37683998CE7B1AAB782606D98 /* UIImageView+WebCache.m */, - 60428356D58EE921C806325C90D0CB9E /* UIView+WebCache.h */, - BA94BCE075A44671ACBDDD25632E976A /* UIView+WebCache.m */, - F74981327BF39AA5B10761FBD5D19581 /* UIView+WebCacheOperation.h */, - 503562CAE3452994422C0B4210CDD63D /* UIView+WebCacheOperation.m */, - B653C80B711BB9FF47FCCCD8E086F64C /* UIView+WebCacheState.h */, - 73A557C981473EA3B0E2F274A63A2279 /* UIView+WebCacheState.m */, - 088C8BE5589D306CC6DD18271C3EC06B /* Resources */, + AA8F5EF02B1241403D77BEA7A048351E /* AnimatedMoveViewJob.swift */, + 7EF334AFEA8D9C905285F78D678EA11D /* AnimatedViewPortJob.swift */, + 80990A41DF207908F84321E247142675 /* AnimatedZoomViewJob.swift */, + 9660FB13D206DD8C03919C93B1EE94DB /* Animator.swift */, + 96C084CFF84607F2543C21B0771589F4 /* AxisBase.swift */, + AB1F29DF14E49276D8D2024392BCA1AE /* AxisRendererBase.swift */, + 3C3375D8DA740730E19CC500A74F3306 /* BarChartData.swift */, + C6C0DEE653DEE4351EC7037DB62BE7DF /* BarChartDataEntry.swift */, + 1CF65BFA12C50AC020CB3AC46DBBC625 /* BarChartDataProvider.swift */, + 9A8CD1D245E091A50AC58F465D446BF7 /* BarChartDataSet.swift */, + DFC3A4610273121BDE5D1AD0C8074015 /* BarChartRenderer.swift */, + D21A0C059456B3A49FEA14E7132A9765 /* BarChartView.swift */, + B020461E9ED03BAEEC8DA4B8AA20310A /* BarHighlighter.swift */, + 20528DBD582869D2E3A7EDCA09275F49 /* BarLineChartViewBase.swift */, + 33EA193C7FEB4F0680B0F9D855162DF0 /* BarLineScatterCandleBubbleChartData.swift */, + 037F0305B1B05699D15FB0824AF3CB7D /* BarLineScatterCandleBubbleChartDataProvider.swift */, + C2A8FD86ACD84F66EB7423800375DEFD /* BarLineScatterCandleBubbleChartDataSet.swift */, + 8F3234E861DCA2BAE31821B3D8A32223 /* BarLineScatterCandleBubbleRenderer.swift */, + E4BD1603D386D8939D5D9BBCCBBCA671 /* BubbleChartData.swift */, + F9885DBDA203F69BB239C2C269DDC87C /* BubbleChartDataEntry.swift */, + B740B29B2A1BC7780270AC9B2C0D36F7 /* BubbleChartDataProvider.swift */, + 27EAF507637A8A9ED3EA4C941AEB0B75 /* BubbleChartDataSet.swift */, + 6D5D923725E116DC7C46A7F8833C3E5C /* BubbleChartRenderer.swift */, + 714C6826921AAC6EC51C721B396E8492 /* BubbleChartView.swift */, + 840D87D697FF103A1ED7420C159028EB /* CandleChartData.swift */, + ED59E5838BD2D0F5BAFD1234EAFD52E4 /* CandleChartDataEntry.swift */, + 6A8A151FC5D506B4C8DA534610A98F92 /* CandleChartDataProvider.swift */, + 83DF30CC223EA72AC4D2DA02F5626D90 /* CandleChartDataSet.swift */, + 72043C1DE30C515E145830AC0C4211C2 /* CandleStickChartRenderer.swift */, + 94AC6A45AA5C5A55CDC864F0DC254F81 /* CandleStickChartView.swift */, + F0AF18822A06903E637A559FB4840FAE /* ChartAnimationEasing.swift */, + E4E665CD6DCF54B6C2DE1140AC78CA2B /* ChartBaseDataSet.swift */, + 1D2EE96A4218379995739969E9A3D74D /* ChartColorTemplates.swift */, + C2A09952CC114EF374B86FF05041EDB5 /* ChartData.swift */, + 77178D0DF6040806C682EA6B02A562E9 /* ChartDataEntry.swift */, + F4B9C7E4EE4B76366709F8A95DD2DE0B /* ChartDataEntryBase.swift */, + 6F4D8D9DC39BED4A53A067015F2E69F5 /* ChartDataProvider.swift */, + F1C888744D4AF2686E2CFFF56C4DF48D /* ChartDataRendererBase.swift */, + 9B46BC59695290DED032645B15659681 /* ChartDataSet.swift */, + BA2C2632B7E67574A927279B9C850E85 /* ChartHighlighter.swift */, + 0821CE5149F341943587F63074552E63 /* ChartLimitLine.swift */, + 94B59FBB68CD631E36CA58998174463B /* ChartUtils.swift */, + 4E63E5B3B3642331E4165DCB10729C02 /* ChartViewBase.swift */, + BD878B4AD1B1066F1B29F98FA16D6B9B /* ChevronDownShapeRenderer.swift */, + 8CE02D21EE12C55F597C18E674EBA0E6 /* ChevronUpShapeRenderer.swift */, + 47C9E324C3A2808320E9974C11FB33FF /* CircleShapeRenderer.swift */, + A89FF1D3FF5E6874E1FA0AB14EF513ED /* CombinedChartData.swift */, + E1203A6A0ACAFCD34C2AD811217B365F /* CombinedChartDataProvider.swift */, + 057521619DE8EEBF2A7732BE58265023 /* CombinedChartRenderer.swift */, + D196A113ACEBB44B9A4F6CA1A1530B27 /* CombinedChartView.swift */, + 351A34FFC85F556054F10370A6B4A709 /* CombinedHighlighter.swift */, + BF2DF59A9AD6CA8F6D00C0D27ECD4A34 /* ComponentBase.swift */, + A5BC566D3EA55AC7BBEF4D7A7DA457E3 /* CrossShapeRenderer.swift */, + 5ED3627789896B7D27DADF34AB2AC7E7 /* DataApproximator.swift */, + EC397656FDB6B3E4CC4474E5206BB39D /* DataApproximator+N.swift */, + FE6BF00A49C28D57D84B7695099CDDCC /* DefaultAxisValueFormatter.swift */, + 56FBB83B361BD6013E4AF28B6F95D48C /* DefaultFillFormatter.swift */, + 84A48F2F1A26F3BA6C1BA1A92AEACE3F /* DefaultValueFormatter.swift */, + A84A30632736673AC3CF1A0CAB89836F /* Description.swift */, + 1E6085C373023E20358C9B763DD20BE5 /* Fill.swift */, + AB352D9FA7CA3FFEC931A15019A78476 /* Highlight.swift */, + 44466C02E3614C82B43D735F4E5E660A /* HorizontalBarChartRenderer.swift */, + 7EAD0CD16BF636D2B00B2FD9C7F54DF5 /* HorizontalBarChartView.swift */, + 3090309C399537D6A1C568BEA5B7AC35 /* HorizontalBarHighlighter.swift */, + 39185DF1A8C2BECEA36EF315AA21A0C7 /* IAxisValueFormatter.swift */, + D22ABF451575ED1FCBF1A20AA7FD6A2C /* IBarChartDataSet.swift */, + 00F8BAE9E3324C24F91EBDE602C018FF /* IBarLineScatterCandleBubbleChartDataSet.swift */, + B05AB960D9E9C8CC3B7A940C5EE59813 /* IBubbleChartDataSet.swift */, + 153F5262B13799ECDF2B30172CDE30D9 /* ICandleChartDataSet.swift */, + FBC5D1233DD80D20FC8830AE06139608 /* IChartDataSet.swift */, + 039477FF02B3F7749800119D14E21E38 /* IFillFormatter.swift */, + 02C9B83DAAF6B09DD457259F3987DC51 /* IHighlighter.swift */, + 3095B02054F366AF4BACB8817A3CC199 /* ILineChartDataSet.swift */, + EE9C3063B2E9ABA9FECD91FA430A5D67 /* ILineRadarChartDataSet.swift */, + DA029173E92928B9F7DCDAF9CF230BD6 /* ILineScatterCandleRadarChartDataSet.swift */, + C0851B2301362A9906B1E40F943AA196 /* IMarker.swift */, + 49ABBE3196C70B90E974F2CDC47E9F2A /* IndexAxisValueFormatter.swift */, + 8E2F4C61ACEA9B44A863CED2F6937003 /* IPieChartDataSet.swift */, + 8EC0A6422772E44CB4F8443A05B6F913 /* IRadarChartDataSet.swift */, + 6B5F76781C136F37B7F1EDCBF43BCB15 /* IScatterChartDataSet.swift */, + 3CF1389CD3DE21EF1354C1B3A108BDBE /* IShapeRenderer.swift */, + 5A3A59AF0C8E0E6E1869D1658BD117AA /* IValueFormatter.swift */, + 42B1B77AD3C5AA14970D629A01BF0AA6 /* Legend.swift */, + 5F9C735B30761D4B8D764A4217075EF8 /* LegendEntry.swift */, + 29FC43A3B8CEC91CB8F47196ED0809F4 /* LegendRenderer.swift */, + 0DC9CA5ABC466C3E0E33CC4FFA52DB58 /* LineChartData.swift */, + EF9F21901BDAFD0ECD450B59AAE4C448 /* LineChartDataProvider.swift */, + 2E110F7847397990FEC435FEB0292779 /* LineChartDataSet.swift */, + 1BA8AE0CDC69CE22B05E3ED518D890C1 /* LineChartRenderer.swift */, + 1B1782000DB38E9AA4AE5D059D76F366 /* LineChartView.swift */, + AF6D50E71DCBF77D8167326619B508E1 /* LineRadarChartDataSet.swift */, + E89BDF0C9F836EAFB8C6EC922F57205E /* LineRadarRenderer.swift */, + 8106FCBC5D9FD0FC978178D9FAB097E8 /* LineScatterCandleRadarChartDataSet.swift */, + 2FA4E895C71BE48A6DDE24FAB2C38482 /* LineScatterCandleRadarRenderer.swift */, + 4B75FBB2724D2306EA693F9BD3CE347A /* MarkerImage.swift */, + 5211C13D2F752BDAD150D8DE18BF66F3 /* MarkerView.swift */, + BEABBE9E2D932D7EE0A7B6CDB6427698 /* MoveViewJob.swift */, + E72A3ACDB8E1916DBB5C10CF46770860 /* PieChartData.swift */, + 793C54601295BEF4865757219BB9C1EE /* PieChartDataEntry.swift */, + BC66654CEB78A134FB7ABE38002ECC84 /* PieChartDataSet.swift */, + 446EC9812663847CA5F6477CB7EBDCE2 /* PieChartRenderer.swift */, + 9DCF8DE964B3441637A65441DC036C38 /* PieChartView.swift */, + 3B027DD86B6EBD861E9D2136021CED27 /* PieHighlighter.swift */, + A1D72E2EE5A013567C39AC9AF86780ED /* PieRadarChartViewBase.swift */, + 72FE57C5E4D04FF65897FD881CEEC8AC /* PieRadarHighlighter.swift */, + D5ED6251E5243709DDEF0C2DBAF19009 /* Platform.swift */, + 502AE5DE2DADCBCDFA6EC4887C32564D /* Platform+Accessibility.swift */, + 64030BE70C38916AE5BC43C42918955B /* Platform+Color.swift */, + BACB97FA784A7B69145F35D6BD5D8037 /* Platform+Gestures.swift */, + 18D82164E7962A9844F23DFDD2484446 /* Platform+Graphics.swift */, + 8150E7DDFAFFC48AD39A4439CDE9ED75 /* Platform+Touch Handling.swift */, + 4E4B8802F7D62FAF7E79256431EC156E /* RadarChartData.swift */, + 603E8E1A5A1D5E30CD24BDD689AB7A2C /* RadarChartDataEntry.swift */, + 994D0D2481D5D5D584ABE911E8143992 /* RadarChartDataSet.swift */, + E6DC40689E848D9E7E02C299602EAE08 /* RadarChartRenderer.swift */, + 041CB1404C197162CD8510E5F51864F3 /* RadarChartView.swift */, + 778D263A6F74152D76E84AD7DA905BA7 /* RadarHighlighter.swift */, + 40DFDCEC3783F90F39AB909E791D0DAC /* Range.swift */, + F0FA2872BB122663BAFC5E5E2367E7C2 /* Renderer.swift */, + DBE53859B1E03E99E7E6F1A14F544FB9 /* ScatterChartData.swift */, + DBEA603D2C932A088F232F44D5BF0BD1 /* ScatterChartDataProvider.swift */, + 6CB0B28BFFC86C4FB99E49591F4B6B1A /* ScatterChartDataSet.swift */, + 769FCC6239201E6F21CF95F4049C0F62 /* ScatterChartRenderer.swift */, + C4BA428AA65BBFCB4155B851BC2B3DF7 /* ScatterChartView.swift */, + 6EA2BF35B3675F25B00A98B22ACBA4C5 /* SquareShapeRenderer.swift */, + BAABFB1507A14A6DB51DF71CC2D115D5 /* Transformer.swift */, + 186D9CD7FBFA16FF7B1BE977FF8C2EBE /* TransformerHorizontalBarChart.swift */, + 6DB50A73887D96983E9D38C61B559775 /* TriangleShapeRenderer.swift */, + B2D25A0CC3C113431D7D5397733BB9BF /* ViewPortHandler.swift */, + 08E663A27A8A8952D63F72CB90C8E35B /* ViewPortJob.swift */, + 16CA3D83A2D2CA674C001B72B8E1C7B3 /* XAxis.swift */, + 77EB31C7512353EFDAA4143A946DBCA0 /* XAxisRenderer.swift */, + 3CA43E4B2D7081373846D96699DD36AC /* XAxisRendererHorizontalBarChart.swift */, + 4B9DA35A4841162F97194429719C2365 /* XAxisRendererRadarChart.swift */, + 77D7CBE94598AB77E8CD29A97654564F /* XShapeRenderer.swift */, + B328E2FF6A109772BC3C311B3F85E6B8 /* YAxis.swift */, + FF7A3A9AEE5C9514205D37B22756666A /* YAxisRenderer.swift */, + CB20F3D0242C905564334E300843A1C3 /* YAxisRendererHorizontalBarChart.swift */, + 8D66B913CD14FB18E0BFEA7922F715C2 /* YAxisRendererRadarChart.swift */, + 39113FB105BAE19FDF261D1F23AC4B8D /* ZoomViewJob.swift */, ); name = Core; sourceTree = ""; }; - 53AF623E245DC844BC020A6704A84F3D /* Privacy */ = { + 502733152A192F16D3C92DF338B82759 /* Amplitude-iOS */ = { isa = PBXGroup; children = ( - 4115D07895D99136AD3C7B2CC4C91CE7 /* Resources */, + 3487B17BA295A9C065C3AD5A3B5A53F3 /* AMPConstants.h */, + 0281B9AD95F01F73F604E852EBC9EFBE /* AMPConstants.m */, + 4AD7935D20F1709F32BB1E97E584FD35 /* AMPDatabaseHelper.h */, + 23EDDBD495B12EC79DA307C149B403F6 /* AMPDatabaseHelper.m */, + B400714CD276C126DF018401FB525247 /* AMPDeviceInfo.h */, + 3C03887E248C98F89F37028D6E2E4EEE /* AMPDeviceInfo.m */, + 4560030A88AFF07E7790A420F59E571F /* AMPIdentify.h */, + C19AF234BF6F496CBF2B7AAEE0F968D2 /* AMPIdentify.m */, + 16060E53BD7CCA224188217BAF61C9E1 /* Amplitude.h */, + 9043DCFD9CED9DDCED82E99665A16DF0 /* Amplitude.m */, + 41295DD20DD049DAD5B454405FB2ED60 /* Amplitude+SSLPinning.h */, + 6AFDEDFAFBD572B2CEF4D13ADB946937 /* AMPLocationManagerDelegate.h */, + 3820F586FDF767305566EAAD94D03FEB /* AMPLocationManagerDelegate.m */, + 32B3DB76AE5021C4820075527E997B55 /* AMPRevenue.h */, + 6C3A831377F6B273FAF1BC2CA12F3F71 /* AMPRevenue.m */, + 4BFBFF9955AED91189C24B9DA79F9CDF /* AMPTrackingOptions.h */, + AB9465F3F79633D8D0736377109C70C1 /* AMPTrackingOptions.m */, + 96ADA214F18D80867153456DBA7D5BAA /* AMPURLConnection.h */, + A7D7BC5392D680C8C2DC75850A93BE90 /* AMPURLConnection.m */, + 2F9CEA2CB2FF186B61D6997173F0205C /* AMPURLSession.h */, + 22DA0805D88BCB84389CEC162F6CCF09 /* AMPURLSession.m */, + F61D2E3AD6779FB8471F9B39AAEB0F55 /* AMPUtils.h */, + 701E17FC2A808A64BB03D616A2BA706B /* AMPUtils.m */, + 7D3EB10E572AB18F2537C86312C799CC /* ISPCertificatePinning.h */, + 435CE2E41902742D30FF0F566C21AE9B /* ISPCertificatePinning.m */, + 7E02B97E9B56D64897F536ED35566183 /* ISPPinnedNSURLConnectionDelegate.h */, + 5136C882BDDE88B45CBD12C14F712E0C /* ISPPinnedNSURLConnectionDelegate.m */, + EA7C6659F7A4F1F730E5CFB4D1132DB0 /* ISPPinnedNSURLSessionDelegate.h */, + 456343134C0E781D76B5C63B67ED6AAA /* ISPPinnedNSURLSessionDelegate.m */, + 50F80C5E6259F138503827BFFF77EC74 /* Resources */, + C97FD091F176C3516259F90F4490A85D /* Support Files */, ); - name = Privacy; + path = "Amplitude-iOS"; sourceTree = ""; }; - 53E9FDFE19053C7BECFF35D7C3BB0004 /* NSData+zlib */ = { + 50F80C5E6259F138503827BFFF77EC74 /* Resources */ = { isa = PBXGroup; children = ( - 6983BF4249B14BD64C3BA3BC58BE124F /* GTMNSData+zlib.h */, - 829CAD07BBCCE406374DC3F770F21B98 /* GTMNSData+zlib.m */, + 9CEDF89DF4D0941FC1AD093EF6D4A6AD /* api.amplitude.com.der */, + 1130B00EE7871716095A2A51733C5AAF /* ComodoCaLimitedRsaCertificationAuthority.der */, + B50F6C5768EF657EC97662051B5D5111 /* ComodoRsaCA.der */, + 78255F536C3ADE94F9A555D55B094492 /* ComodoRsaDomainValidationCA.der */, ); - name = "NSData+zlib"; + name = Resources; sourceTree = ""; }; - 56CA6248669900C5C7C7DCF9C3C10F49 /* Frameworks */ = { + 5172AEEC5C3E5BF0C8EB7525FB8F552A /* Pods-iOS-dydxV4Tests */ = { isa = PBXGroup; children = ( - 38EE9746AFE1C2326A284E057129ACC3 /* AppsFlyerLib.xcframework */, + A109AB91C7ADEAE52148C6792506E302 /* Pods-iOS-dydxV4Tests.modulemap */, + 79ADE5DFBFCF60DA5E99B1589FA5BF46 /* Pods-iOS-dydxV4Tests-acknowledgements.markdown */, + DEC5076BC32059CD4C86A79725F8DA69 /* Pods-iOS-dydxV4Tests-acknowledgements.plist */, + DAB169476369CBD23B5ED8F252EF1738 /* Pods-iOS-dydxV4Tests-dummy.m */, + ED296FF6A9D2FA75EBD933E76647DE66 /* Pods-iOS-dydxV4Tests-frameworks.sh */, + 4764516205C25106DAC974CDF937E8F1 /* Pods-iOS-dydxV4Tests-Info.plist */, + 9D6B3A22B7F0BA4F033CB937AC1FA7D7 /* Pods-iOS-dydxV4Tests-resources.sh */, + 1F701F5015368D61B5E55FBBCA43A0FD /* Pods-iOS-dydxV4Tests-umbrella.h */, + 39DD8D49FDFEE8ECA1F8D3CA19B4F71C /* Pods-iOS-dydxV4Tests.debug.xcconfig */, + 8965CB22B385678C965EA697396AECED /* Pods-iOS-dydxV4Tests.release.xcconfig */, ); - name = Frameworks; + name = "Pods-iOS-dydxV4Tests"; + path = "Target Support Files/Pods-iOS-dydxV4Tests"; sourceTree = ""; }; - 587CDC2349BF951AB3B2666B94B89A37 /* Pods-iOS-PlatformUIJedioTests */ = { + 5285CC48ECA5FEFAA2AEB15E24B02089 /* Popovers */ = { isa = PBXGroup; children = ( - 7A82643F596B9CE1C5299B988B067B4A /* Pods-iOS-PlatformUIJedioTests.modulemap */, - B187D1D371A3A8487B2CCE99CA575F69 /* Pods-iOS-PlatformUIJedioTests-acknowledgements.markdown */, - 20696841B4498F505F105D2CE61267CE /* Pods-iOS-PlatformUIJedioTests-acknowledgements.plist */, - 9B54D274544A48178C1764DE76D10640 /* Pods-iOS-PlatformUIJedioTests-dummy.m */, - 0E1F7792F1C3FF24BBB2B629C6378F34 /* Pods-iOS-PlatformUIJedioTests-frameworks.sh */, - 0E96C87CC9ED6583C7AD25C79DF68964 /* Pods-iOS-PlatformUIJedioTests-Info.plist */, - 62C6DDA2BBF47064A35443A0FA27F040 /* Pods-iOS-PlatformUIJedioTests-umbrella.h */, - CCB967002A637765DF194DE9538B1BD1 /* Pods-iOS-PlatformUIJedioTests.debug.xcconfig */, - C98FAB44D1A2D2497AA976DF2C5AC5F7 /* Pods-iOS-PlatformUIJedioTests.release.xcconfig */, + 616E7AD2B62EB9908E76FF600E98AA9C /* Alert.swift */, + C8107330FE33402FF62B744A47ACD66F /* Blur.swift */, + BABC8559CC839769393E3C85BE7624C3 /* Container.swift */, + EAACC397B6423F7D2A1BEA939B0DAC1D /* Extensions.swift */, + BCF12B98F1F19CF2916568A584825B75 /* FrameTag.swift */, + B047A976333CDB9DDA41197811754E2C /* Menu.swift */, + E97181A43BF4B99D7D6B4048BB9C95D0 /* Menu+Model.swift */, + 9627C36876133F1EC46EA47A14C7D20A /* Menu+UIKit.swift */, + 417A8B90792F5C70A61F5898331830A6 /* Modifiers.swift */, + 30E0B49959A98AB0D5FE31588AAB034C /* Popover.swift */, + F831A8A3BD80BE2D2E50503E5DF7BE73 /* Popover+Lifecycle.swift */, + 9C5742787327E7EA5B755CFF71C26D93 /* Popover+Positioning.swift */, + 28A8BE64F505A1576E393B262256110D /* PopoverContainerView.swift */, + C4EADE0238BDAB7265ACEB4329BABF4E /* PopoverGestureContainer.swift */, + 7B103A03EAFC6BAD572E3A7196ABBA8B /* PopoverModel.swift */, + FD56C404B7852C5E99D34ED8218D2B91 /* Popovers.swift */, + 4928E145AF47CF3FA15B52F453FE434E /* PopoverUtilities.swift */, + EBAB0063BB24964E3FC4C642A3AE8B4B /* PopoverWindows.swift */, + 34AC43083F05B757EE31B6DA3AE18B95 /* Readers.swift */, + 19E7A1A23A0027A9E5EE69A5F636BC99 /* Shadow.swift */, + EC73C9170424F1613EC4372864E61584 /* Shapes.swift */, + 045E5CB8C21E338E66077B8B80321964 /* Templates.swift */, + 73D568A7E6BD0CCDF8596A610AB08911 /* Support Files */, ); - name = "Pods-iOS-PlatformUIJedioTests"; - path = "Target Support Files/Pods-iOS-PlatformUIJedioTests"; + path = Popovers; + sourceTree = ""; + }; + 52F16721D2B543D6F97B8410E01B76E5 /* decode */ = { + isa = PBXGroup; + children = ( + ); + name = decode; sourceTree = ""; }; - 588F558E36B5DDEE074AC18447173301 /* Resources */ = { + 5466F74ADBE8A7A5C9D23A7C24F54D0E /* Resources */ = { isa = PBXGroup; children = ( - 713F014811BFC7ACFFF8784D30A0583A /* PrivacyInfo.xcprivacy */, + 0C5E118BCB57682FF0398DC9434B7F59 /* PrivacyInfo.xcprivacy */, ); name = Resources; sourceTree = ""; }; - 58923B916FE7FC90C4B5265DE22B930C /* Support Files */ = { + 559FE7EC32EB8043CF3E6C6CFA8632C3 /* FirebaseAnalytics */ = { + isa = PBXGroup; + children = ( + BCB4013C274F8C3662A7D46F8C8D9426 /* AdIdSupport */, + C1397047C8994C3C77781699774C8120 /* Support Files */, + 04A84D8DA6F717A7B719F17B8706D454 /* WithoutAdIdSupport */, + ); + path = FirebaseAnalytics; + sourceTree = ""; + }; + 561815762BDA70C915B9909AEFD8F765 /* Pods-iOS-dydxFormatterTests */ = { + isa = PBXGroup; + children = ( + 62EED9D844D69179BA63B2941729FA74 /* Pods-iOS-dydxFormatterTests.modulemap */, + 8B85ADC3F45506215344BE6887E0A4AF /* Pods-iOS-dydxFormatterTests-acknowledgements.markdown */, + 1BE6F30AEAAE7997B5C63832D208FF95 /* Pods-iOS-dydxFormatterTests-acknowledgements.plist */, + 4223A59C75BE52823BD05990831663CD /* Pods-iOS-dydxFormatterTests-dummy.m */, + 9F74C834D1849C78A2F2650B29ADA999 /* Pods-iOS-dydxFormatterTests-frameworks.sh */, + B3F415C1091EED02D4193D2817FD382E /* Pods-iOS-dydxFormatterTests-Info.plist */, + 8842A70C131212F71E1D71CF500BE606 /* Pods-iOS-dydxFormatterTests-umbrella.h */, + 57E1AB3D8B6A70953E6222C460D5BCD2 /* Pods-iOS-dydxFormatterTests.debug.xcconfig */, + 846570D0E0FBF16F6DF2777B3F850773 /* Pods-iOS-dydxFormatterTests.release.xcconfig */, + ); + name = "Pods-iOS-dydxFormatterTests"; + path = "Target Support Files/Pods-iOS-dydxFormatterTests"; + sourceTree = ""; + }; + 589C7D089B5B49A560D4FDE1DC0A9AEE /* Support Files */ = { isa = PBXGroup; children = ( - 81FA250BFD1C8F799F6E1FEE53F2A8A4 /* COSTouchVisualizer.modulemap */, - DED7FD74D390F7BD0F3D9AF6E1EA48D9 /* COSTouchVisualizer-dummy.m */, - 94F97A5E72BFF21A83CDD22FFFE9D1F5 /* COSTouchVisualizer-Info.plist */, - EEA5F908B6926E5254B7405E8E22A6F0 /* COSTouchVisualizer-prefix.pch */, - 7220E53925281B1AE707E935722E0E09 /* COSTouchVisualizer-umbrella.h */, - 1C89DD2B9966E591386F320BCD490495 /* COSTouchVisualizer.debug.xcconfig */, - 46FDAFCF09D3032514CA762EB04B310E /* COSTouchVisualizer.release.xcconfig */, + 8ED194EAF1AF1D98627254C9B67096EB /* Firebase-360edc41.debug.xcconfig */, + 46AF8D74D6DC57835A51C86403EDAC30 /* Firebase-360edc41.release.xcconfig */, + 7C82458722FD9C49258FA25D878DD3AC /* Firebase-40c737bb.debug.xcconfig */, + D97018C6D8831D4C2A208AE01007E32A /* Firebase-40c737bb.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/COSTouchVisualizer"; + path = "../Target Support Files/Firebase-360edc41"; sourceTree = ""; }; - 59E8D17A13057CFC47808B7C2BC13A45 /* SimpleKeychain */ = { + 58EA82E2F6990B72A3AC5D2DC2C04C5C /* Pods-iOS-FirebaseStaticInjections */ = { isa = PBXGroup; children = ( - 8C78F75C0381DB373A2799464EFDE4CE /* A0SimpleKeychain.h */, - D4B453F8BC1A0111452D8AE10CC33781 /* A0SimpleKeychain.m */, - 9F81C8C3C85131DEA952BD6812D6ADA3 /* A0SimpleKeychain+KeyPair.h */, - 5D6D8CA815B2A3544C931D4380E127FE /* A0SimpleKeychain+KeyPair.m */, - 2752747349401B0716BB79C51E6560A6 /* SimpleKeychain.h */, - D9EAAE01EBBD45B71972B039C7105C78 /* Support Files */, + BC63338AE6B6351E4A1D2DACDDC0926B /* Pods-iOS-FirebaseStaticInjections.modulemap */, + 22A2F78CCAF6714488E4C79D00248050 /* Pods-iOS-FirebaseStaticInjections-acknowledgements.markdown */, + B6C49EFA79B44AF7759159487EFB9C4E /* Pods-iOS-FirebaseStaticInjections-acknowledgements.plist */, + EFE6FE88D91422C2D3E5B5FB4F8759BC /* Pods-iOS-FirebaseStaticInjections-dummy.m */, + 4E648148B3AA392B21BFF41DB8892776 /* Pods-iOS-FirebaseStaticInjections-Info.plist */, + D907A04930F3693156997538D65481A7 /* Pods-iOS-FirebaseStaticInjections-umbrella.h */, + 5E6B309F9754286588D4048BCF436EAA /* Pods-iOS-FirebaseStaticInjections.debug.xcconfig */, + DC2D4E53090C6DA99478B3C89C4C20FA /* Pods-iOS-FirebaseStaticInjections.release.xcconfig */, ); - name = SimpleKeychain; - path = SimpleKeychain; + name = "Pods-iOS-FirebaseStaticInjections"; + path = "Target Support Files/Pods-iOS-FirebaseStaticInjections"; sourceTree = ""; }; - 5B6CF5B665F18DF86EA63C0BB9BBD773 /* Support Files */ = { + 5BD433E878DF59E160C833E32B5CC675 /* Support Files */ = { isa = PBXGroup; children = ( - ACD6B5408D15323849E7222920261D2A /* Popovers.modulemap */, - B7CC7E9429BDC08D5C6566152517970F /* Popovers-dummy.m */, - 6D9122844E96CFCB9A078031D67D8A31 /* Popovers-Info.plist */, - C5A97107405069EE5E808DD05F28FC71 /* Popovers-prefix.pch */, - 518B77FCA1F9171CB6711CD5DA9DC013 /* Popovers-umbrella.h */, - 98B5009C51A2BE831E564F33C1CD5A68 /* Popovers.debug.xcconfig */, - CC4F78D177F2CEEB0F0102A5AF386A42 /* Popovers.release.xcconfig */, + C1BDA8AB3D732EDB9D5A6D7186B7C378 /* GTMSessionFetcher.modulemap */, + 449C42D89AA3D47CD069CE00FA89BEF7 /* GTMSessionFetcher-dummy.m */, + BF7576E2C6057D9D7BB72BCE7EB21A1E /* GTMSessionFetcher-Info.plist */, + EB271AE5B52DBCAF7D567A7C8E2DBA0C /* GTMSessionFetcher-umbrella.h */, + FC98FC809C04A61BB3280CFB157B565D /* GTMSessionFetcher.debug.xcconfig */, + 6E8EF68760036C6DFEE3C4836451788E /* GTMSessionFetcher.release.xcconfig */, + 015FA9B04539AD552C2AB4F7592C3F80 /* ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist */, + 57B8E587ED66AEC1C8432B0C746DFF82 /* ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/Popovers"; + path = "../Target Support Files/GTMSessionFetcher"; sourceTree = ""; }; - 5D0595C43034EA6921012BDB74BADD7F /* Pods-iOS-JedioKit */ = { + 5C72F9643D216F50C9838A0DAF41AB1D /* FirebaseRemoteConfigInterop */ = { isa = PBXGroup; children = ( - A5DE4ADA2FCA784D6C94A7A2222F19DB /* Pods-iOS-JedioKit.modulemap */, - 5A1FD30ECE20F6A9FDA9E708C3BCC1F5 /* Pods-iOS-JedioKit-acknowledgements.markdown */, - 9555FAEDF31F106215AB76C1204A42F7 /* Pods-iOS-JedioKit-acknowledgements.plist */, - 4435DE3F64BF405DE66002FCCECB39CB /* Pods-iOS-JedioKit-dummy.m */, - 8F46078350D292BFFDECA96BE6EB4FD0 /* Pods-iOS-JedioKit-Info.plist */, - A5B08BE279BEE2BE675AAB928A141511 /* Pods-iOS-JedioKit-umbrella.h */, - EC667717229F2CB6D836D750241CDB7E /* Pods-iOS-JedioKit.debug.xcconfig */, - FB11F428BA6ADCB43CF443E17728628B /* Pods-iOS-JedioKit.release.xcconfig */, + 9BFBF3AA5E532843F24D486F056DDCF1 /* RemoteConfigConstants.swift */, + 228FC22B54AF2106FA8B737829867141 /* RemoteConfigInterop.swift */, + 3EEBBC8C2D4474CCA9D2005180019B30 /* RolloutAssignment.swift */, + B831B284CC29D8BA49D2616B07A74EEB /* RolloutsStateSubscriber.swift */, + F7EDD498C0AD0CC9A7DAB3DFE559C963 /* Support Files */, ); - name = "Pods-iOS-JedioKit"; - path = "Target Support Files/Pods-iOS-JedioKit"; + path = FirebaseRemoteConfigInterop; sourceTree = ""; }; - 5E53E4B35AA9D72864D994E534B44FC1 /* Pods-iOS-dydxPresenters */ = { + 5E47FBAD98BAB1CE8EB544070403383E /* SimpleKeychain */ = { isa = PBXGroup; children = ( - 74D8C08E2D746B34DD8EA8BAAA32C44B /* Pods-iOS-dydxPresenters.modulemap */, - 9729C597133B23C5AD90A19A54AE6C40 /* Pods-iOS-dydxPresenters-acknowledgements.markdown */, - 192CE18BB59B6222072D2536AE0DD28C /* Pods-iOS-dydxPresenters-acknowledgements.plist */, - A1F1A551BD948B7CC6A1D3B083C6A9D7 /* Pods-iOS-dydxPresenters-dummy.m */, - D565140F52E02348C4EAAA49D7E7A227 /* Pods-iOS-dydxPresenters-Info.plist */, - 149574FCBA00E0709F1D1FBE087AE827 /* Pods-iOS-dydxPresenters-umbrella.h */, - 07ADBA4AC7A1303DCB99F1AAAC1243EC /* Pods-iOS-dydxPresenters.debug.xcconfig */, - D0A02EB86B47B94D3702E2CB76209EC6 /* Pods-iOS-dydxPresenters.release.xcconfig */, + 38019AE30DB1790D1EF9CAE90B7A9B3E /* A0SimpleKeychain.h */, + B2C54149FBC4D14913BEB6BEA2F4D45A /* A0SimpleKeychain.m */, + 0AE4D6BA019623DBF8528A1CF5BC748D /* A0SimpleKeychain+KeyPair.h */, + FD713EAC38FC6435519CA82A82DC6CCA /* A0SimpleKeychain+KeyPair.m */, + AB141C38780811F3403AC0551465D4EF /* SimpleKeychain.h */, + FCB976B3C8A93B1E07626AF61525234E /* Support Files */, ); - name = "Pods-iOS-dydxPresenters"; - path = "Target Support Files/Pods-iOS-dydxPresenters"; + path = SimpleKeychain; sourceTree = ""; }; - 5FA67118E2FF39E58C3B9988582C9AF9 /* Resources */ = { + 5E5A0F40F1BB94A46FCDD85FCC4E0F03 /* Pods-iOS-UIAppToolkits */ = { isa = PBXGroup; children = ( - 037D4D6C1F9A01C97B23E9B102E4219D /* PrivacyInfo.xcprivacy */, + 16E7E9E3BA8ABE81DABED666C5508B6F /* Pods-iOS-UIAppToolkits.modulemap */, + F6CFA6BEF5FB3FE1CEBA266BDE76C35B /* Pods-iOS-UIAppToolkits-acknowledgements.markdown */, + 336C4CC1FC7B60DCA4733EB7A7D8E7FB /* Pods-iOS-UIAppToolkits-acknowledgements.plist */, + FAF91819864794B00AEEB14F828AFC9F /* Pods-iOS-UIAppToolkits-dummy.m */, + 76251525F234DE5216D1C47E8568F7B9 /* Pods-iOS-UIAppToolkits-Info.plist */, + F7E6DBCA48FE64131AE2F48455E2B540 /* Pods-iOS-UIAppToolkits-umbrella.h */, + B271F1E4850D4877D84E2CB077E299A6 /* Pods-iOS-UIAppToolkits.debug.xcconfig */, + 00F450562531FB995669DBF73B3BE47C /* Pods-iOS-UIAppToolkits.release.xcconfig */, ); - name = Resources; + name = "Pods-iOS-UIAppToolkits"; + path = "Target Support Files/Pods-iOS-UIAppToolkits"; sourceTree = ""; }; - 5FBB1FE1D7F9C487A1E308D237940301 /* SnapKit */ = { + 5F9311DC3DEB54C8CDE4D9B03D59ECCE /* FirebaseCrashlytics */ = { isa = PBXGroup; children = ( - 5ED746FC84A317AA00561B0BF9D5168E /* Constraint.swift */, - 87DEEBA581B67A9FA34389B9A36F09C3 /* ConstraintAttributes.swift */, - 6EED60AE2BF098A8D68AECBF8CEBDF83 /* ConstraintConfig.swift */, - 9B70F1833A48A4872BB7315AE1064291 /* ConstraintConstantTarget.swift */, - 37E2CD902F1FE35F5F26D68B750562A6 /* ConstraintDescription.swift */, - 1602B7F2286A038E2D9D3204FF17D5EB /* ConstraintDirectionalInsets.swift */, - 84A68874EBBDFB38E4D620EA3749CBE2 /* ConstraintDirectionalInsetTarget.swift */, - A622C61B1F553FCD802703A20229C91A /* ConstraintDSL.swift */, - 43ED5B9F999342C2E2DF35A4EAFDE904 /* ConstraintInsets.swift */, - B0DCB761B29CA6C173993B8283C6E40E /* ConstraintInsetTarget.swift */, - 930FEDFE51F0392167E734251152E8D0 /* ConstraintItem.swift */, - 4EB50C0C3204BBD14744809CA2A61F49 /* ConstraintLayoutGuide.swift */, - 2A4B54AC1939F815999A68F7A0659C28 /* ConstraintLayoutGuide+Extensions.swift */, - 6BBF4612B36D91518FCA1ABC99EDC2B0 /* ConstraintLayoutGuideDSL.swift */, - 737BDDD4FB2B173017F3B307FA2DA7CE /* ConstraintLayoutSupport.swift */, - 349B3DB86B87657BDD3F8DDDA56D3383 /* ConstraintLayoutSupportDSL.swift */, - 920D296B6495F570BE12A38869B872DD /* ConstraintMaker.swift */, - 4FA2D018B724A42F9075FDF747275EBA /* ConstraintMakerEditable.swift */, - 845EB9962FBD69E4DA0A93433FCBB053 /* ConstraintMakerExtendable.swift */, - 73FB5924DCAD193D1E278406E032B782 /* ConstraintMakerFinalizable.swift */, - DC07FE5FE62CBB614EF623A413F30C3C /* ConstraintMakerPrioritizable.swift */, - 81D44F6368A9699DC45C80929C271EFF /* ConstraintMakerRelatable.swift */, - 81CDCA40EA35DC255091CDA738973EA1 /* ConstraintMakerRelatable+Extensions.swift */, - 24B053F847D0F60EA439687763194F58 /* ConstraintMultiplierTarget.swift */, - EF24100CB98CAD991E9050C8F1A5343E /* ConstraintOffsetTarget.swift */, - E619C95E2428C70A6EC5DE2C68CEC8F6 /* ConstraintPriority.swift */, - 1DBF6EEF340B5FC8923A1532BDF2BE7E /* ConstraintPriorityTarget.swift */, - 05385054A99143C0601DB815AFC9A0C2 /* ConstraintRelatableTarget.swift */, - 2EC9DB3AAC466A5410F325A3F73229DC /* ConstraintRelation.swift */, - 3BF833DF3FA92E12376762CB34DC789D /* ConstraintView.swift */, - EBECAF111EC99BDDB68C567222D30DB3 /* ConstraintView+Extensions.swift */, - 7EECE4C99B6172D7B52742A5D7E36EFE /* ConstraintViewDSL.swift */, - 4CBDF2E572B8B96955C0E2DD35AC65A0 /* Debugging.swift */, - 87B78BB3273FD8344DD5C38EF1BF5331 /* LayoutConstraint.swift */, - A3E897CDF898382546F464A7D8172088 /* LayoutConstraintItem.swift */, - 8B64C3A680EA287286E4E61790952FB1 /* Typealiases.swift */, - 3D35547F864A912051BE6BDD91DD95E0 /* UILayoutSupport+Extensions.swift */, - 8482A955C77F1F2CF5FE92CE967E4592 /* Resources */, - 73D0DA04DA8BBFBCA9EFDE7A052A5AFE /* Support Files */, + 6DFCC67501A4209CB978FCF5A7F9C9DE /* crashlytics.nanopb.c */, + 9EA6F7CC2C6F075550A2A5BC87F27312 /* crashlytics.nanopb.h */, + EA6DE6163787A25500BE72C440784F1D /* CrashlyticsRemoteConfigManager.swift */, + A11B3749F6466BEA4EA11AD5C80FE22C /* dwarf.h */, + AF9A8D6C1ED77FB99318BEB494E66C1C /* EncodedRolloutAssignment.swift */, + 3AB8E7E8FF7F36AAFC353BA4FE0F44EC /* FIRAnalyticsInterop.h */, + 90728893CDD956AB84636F0D3135E345 /* FIRAnalyticsInteropListener.h */, + 51417C44551B0C4B4EA448086A9C7288 /* FIRAppInternal.h */, + 0EB86004418DB60AA8C71F05BCE4B4D9 /* FIRCLSAllocate.c */, + BD4AE5CEE506F0C01C308E8083C1E0DA /* FIRCLSAllocate.h */, + 4D78252C6365D70AE6EF6F5E6EEB9509 /* FIRCLSAnalyticsManager.h */, + 7985C0E800295D9E0623DDF90453B048 /* FIRCLSAnalyticsManager.m */, + 324C677F18DA74532CB77FD7969EF599 /* FIRCLSApplication.h */, + 8CE8C421DC5923106C5DDEE16FE499D0 /* FIRCLSApplication.m */, + 48F50D70A338E82109A9CFC600F73AA8 /* FIRCLSApplicationIdentifierModel.h */, + A6E3C22CB92F68EC671D55F2A7AE6A1E /* FIRCLSApplicationIdentifierModel.m */, + 437CE34416E7EFD9FE6C193D477B814E /* FIRCLSAsyncOperation.h */, + 63CB86515FD645068E31C4A73934EC23 /* FIRCLSAsyncOperation.m */, + EF7C23D6D5329321687C20C14FFF37A1 /* FIRCLSAsyncOperation_Private.h */, + 2BFE172239BBAF6CAA96B7F757DFECE3 /* FIRCLSBinaryImage.h */, + EE79EEA9E6F211995E22F5216E30652F /* FIRCLSBinaryImage.m */, + A8A59805ADA079D56478E7F203434C63 /* FIRCLSByteUtility.h */, + CCAE1C8CBDFAA60B3EE53CA0E3421685 /* FIRCLSByteUtility.m */, + CC1833C884F256345A7C56181CB2789D /* FIRCLSCallStackTree.h */, + 6F802CC15E08CC9B8A4F3F922F157D48 /* FIRCLSCallStackTree.m */, + DADFC25F58829DCB1D1BBC5D2DD14042 /* FIRCLSCodeMapping.h */, + 15DF50CF65B501A9DEAF2876A942C7C5 /* FIRCLSCodeMapping.m */, + 73050C71BDE392E6DE5277B1ECAD4EF4 /* FIRCLSCompactUnwind.c */, + BC449519EA0D549C5AA5AB9BA6270EF0 /* FIRCLSCompactUnwind.h */, + C838DE819B14627FBC3EE78C7D3335CA /* FIRCLSCompactUnwind_Private.h */, + D1E8AA53610A8A336FEB08D5D1EA880C /* FIRCLSCompoundOperation.h */, + 82C6E1BFB24E9BED36D452F56B6674A5 /* FIRCLSCompoundOperation.m */, + A21675668B3EA209E3A6ED145990E44C /* FIRCLSConstants.h */, + 3F9ACF1D9ED947E7B70C16A6AEBA69F9 /* FIRCLSConstants.m */, + 922ED6EA4E478FCFB046C57BC057BAA3 /* FIRCLSContext.h */, + 0A71071379CD8DC7587B524E651B8A80 /* FIRCLSContext.m */, + 0AEF5CF477B4B80176452BFEE94E1ABA /* FIRCLSContextInitData.h */, + 353125B0678FD6C01A91BBA76C5A1AEF /* FIRCLSContextInitData.m */, + 8B17E09C0562A90BEEB7AD893BC391B2 /* FIRCLSContextManager.h */, + B78EE9736084A4F02B63CC6ABAD67EB5 /* FIRCLSContextManager.m */, + 54C666ADDB3DA4F88946AE2D6E25A349 /* FIRCLSCrashedMarkerFile.c */, + 851726CCB47EFE68D760000A3719604D /* FIRCLSCrashedMarkerFile.h */, + E9101E174D553934CF6F8E568D2C9020 /* FIRCLSDataCollectionArbiter.h */, + 1611FBF804BB9B6765052EA2A1D90580 /* FIRCLSDataCollectionArbiter.m */, + 695E85B77A54DFAD0E9284E746E8AC16 /* FIRCLSDataCollectionToken.h */, + 3DA2F65FAF3F64E7F26CA79361E17572 /* FIRCLSDataCollectionToken.m */, + 2C1DB9BF35549B2E1E823BDC8638A67A /* FIRCLSDataParsing.c */, + 5072D4054AFDCF05757B9F09D25185A4 /* FIRCLSDataParsing.h */, + 1239FBB7D670E1192773D4697932DF97 /* FIRCLSDefines.h */, + C14374E6F6208E0928CC28737EAE7CC6 /* FIRCLSDemangleOperation.h */, + 306C626CA97E9293F1780AE2D73F2FF1 /* FIRCLSDemangleOperation.mm */, + 1007B8EEC2E83F4E2893FDA8CBD46848 /* FIRCLSDownloadAndSaveSettingsOperation.h */, + 6CF23A9681937871DF2600FCECEF6F76 /* FIRCLSDownloadAndSaveSettingsOperation.m */, + 4A3417CAB3D131C8184BEA76C60C3849 /* FIRCLSdSYM.h */, + 1FFDEF9FEDBC02004E56810DCA13878F /* FIRCLSdSYM.m */, + 696089366F85F2886C53A50F5171A56F /* FIRCLSDwarfExpressionMachine.c */, + 52A258D68B56791D386FD91870EA36C2 /* FIRCLSDwarfExpressionMachine.h */, + 5AA03FF8FFFE723785DA1984C37C25F8 /* FIRCLSDwarfUnwind.c */, + BD5A85B0B0F496C3FED3B2C5C9C018BD /* FIRCLSDwarfUnwind.h */, + E738A2C82396B0C458E36488DB34D186 /* FIRCLSDwarfUnwindRegisters.h */, + 9C39FA73FF08954816CAEA4FE487BF32 /* FIRCLSException.h */, + 86FAD356E7728157F1E5AAABEC2A794F /* FIRCLSException.mm */, + 3BE0B4C9E1EE6DD92061C70D9A56D775 /* FIRCLSExecutionIdentifierModel.h */, + 43C69B34E3C57470446D503A4BF3CBA8 /* FIRCLSExecutionIdentifierModel.m */, + D4D77BBB9E2FE5A5D7FE3E138167957A /* FIRCLSExistingReportManager.h */, + B3735AEBA056CBEE49B201CCC7DFA28E /* FIRCLSExistingReportManager.m */, + 8A65CD7E6AE01AAF285EA4F5358FF8D8 /* FIRCLSExistingReportManager_Private.h */, + 68249FA967FC6809D8F2A6D7175D55BF /* FIRCLSFABAsyncOperation.h */, + 9A49F002BCE0D1AC8F13D76AADE5956C /* FIRCLSFABAsyncOperation.m */, + 5FFF62D548BDD4136D9C67C33AC8D9D4 /* FIRCLSFABAsyncOperation_Private.h */, + CE2F9099E1B0A23F41229E2C8B17E509 /* FIRCLSFABHost.h */, + C011BE8051D56F0C5344381AD9C6107B /* FIRCLSFABHost.m */, + 6E92567C1F5FB7FC0DFDF45DF04B8E76 /* FIRCLSFABNetworkClient.h */, + 1A506128814B602E6AA877FF6151C354 /* FIRCLSFABNetworkClient.m */, + 9237EAFD63FB7832450ACF18B2122055 /* FIRCLSFeatures.h */, + B1A46EFEF9D9D0984A89D565D5B32BCC /* FIRCLSFile.h */, + EF9C1945880BC4B72B1ED1DECCD0A921 /* FIRCLSFile.m */, + EA2FAA3BC5CE255B59548754F0DEE45C /* FIRCLSFileManager.h */, + 989F1A9976B7BE493049C55D9D228C6E /* FIRCLSFileManager.m */, + 1EAE4DF70A03CBBDBD907321027A6EB3 /* FIRCLSGlobals.h */, + C2D83E47796DBADB96537175292B5DE6 /* FIRCLSHandler.h */, + B2C49F1A572DBA27FF57C7E3EC957B5B /* FIRCLSHandler.m */, + 65039DC818E6869A4B1F46EA897BBC07 /* FIRCLSHost.h */, + D0FED73A2308A1763513A6EB17AA89C2 /* FIRCLSHost.m */, + 5979A06887237AF551E007D6E4D13C75 /* FIRCLSInstallIdentifierModel.h */, + E971AD17353EDEA3A07103613083F639 /* FIRCLSInstallIdentifierModel.m */, + 8E4FC1C6DF7A9BF115DB01306C03FA52 /* FIRCLSInternalLogging.c */, + E3FF480E16523816C5FEC07983A51A98 /* FIRCLSInternalLogging.h */, + 02022FE24DCB575C45DD4E09905A26DF /* FIRCLSInternalReport.h */, + 93A5607FECC6DD20F6DAB4C3715C2F53 /* FIRCLSInternalReport.m */, + 5A67A7A25336CCD0BD8DD43E6F6D08AA /* FIRCLSLaunchMarkerModel.h */, + 1469539E0A02329724D652810A7BE087 /* FIRCLSLaunchMarkerModel.m */, + 524EA86AB2ED88892649C86D6129FBF0 /* FIRCLSLogger.h */, + AE10C9D245F755851C6DA113283B4709 /* FIRCLSLogger.m */, + FEB2A9DAD4CC5EEB23F3B512ED77DBDA /* FIRCLSMachException.c */, + 05B2922407E421809B6282679A4D790D /* FIRCLSMachException.h */, + 5ED0D29D0196E1B8A757BE1C72EBCD15 /* FIRCLSMachO.h */, + 3C2EF792E7894A72B73BCDC23B12AC0A /* FIRCLSMachO.m */, + C0B754948F469C6FD0657DD0A9EA77AD /* FIRCLSMachOBinary.h */, + 3A092A56A02CC7D5D82C41A2CB399817 /* FIRCLSMachOBinary.m */, + 5D7FFF67698648F5050FBC1ED9DF30EB /* FIRCLSMachOSlice.h */, + 2E057843BE7162AB33E34E0A235EA890 /* FIRCLSMachOSlice.m */, + 3303F0DA2F134892AA67B63951A1CFC6 /* FIRCLSManagerData.h */, + FE97C5DEE2A0C9E12720380284B38DF1 /* FIRCLSManagerData.m */, + 7BD074CD572EA1CEF4ACE659AD3361B9 /* FIRCLSMetricKitManager.h */, + F1EBBA670185CC16BCEE2486E0E48326 /* FIRCLSMetricKitManager.m */, + CFEE42B6B7C16D1CCFB1B49A66F35C63 /* FIRCLSMultipartMimeStreamEncoder.h */, + B3408D7BE60585EC4C5097CD0E6FA213 /* FIRCLSMultipartMimeStreamEncoder.m */, + A78AFC747083F53F20B9F71B2DAFD3A3 /* FIRCLSNetworkOperation.h */, + C42A26B39EE37ACC4F3E59887C2EAED2 /* FIRCLSNetworkOperation.m */, + B850C48D26BB3FF10E5B2C045733B5FE /* FIRCLSNetworkResponseHandler.h */, + 9D5C1C2234125DFD191F826AB953A9D6 /* FIRCLSNetworkResponseHandler.m */, + BF00E24C68E5D05F1EF85F756A1ADDE7 /* FIRCLSNotificationManager.h */, + 7BC85A594A3A65B28423005EA7C58533 /* FIRCLSNotificationManager.m */, + CBD75E43A5EA328C3A5742951996E8D0 /* FIRCLSOnDemandModel.h */, + 9CACDA39314667D18BEB3DBBD06B9587 /* FIRCLSOnDemandModel.m */, + C3ACBED2DA12EF61165105C5747A9CA3 /* FIRCLSOnDemandModel_Private.h */, + CDC20D21140E8CF12BA16484E2C27E33 /* FIRCLSOperation.h */, + 8B4CD611334D9F4FD9ECFB56A23D561A /* FIRCLSProcess.c */, + 8471C4102EB98F4DDCB8CE13562E1D1F /* FIRCLSProcess.h */, + 2BF5E6B2B715C1A4BBC69A97290EE6FF /* FIRCLSProcessReportOperation.h */, + 045B0B08C416A051592D6595896293B8 /* FIRCLSProcessReportOperation.m */, + D16706335776F5A802227C7FB9BB30A0 /* FIRCLSRecordApplication.h */, + 0146137D254C48B5C321AF440F7F0520 /* FIRCLSRecordApplication.m */, + 817AAF9AAFBFF5874C58FCDDEDC397D0 /* FIRCLSRecordBase.h */, + F80C722725B3DD9F84C6B6AB8289EF56 /* FIRCLSRecordBase.m */, + 589A734421C55C60E4E3FD1AFB4957F3 /* FIRCLSRecordHost.h */, + 438D0CB9D309C494D00460CE4025249A /* FIRCLSRecordHost.m */, + 0C3464CAA4E7D67754F7F500EA4A21EB /* FIRCLSRecordIdentity.h */, + 141C70FBF0C664387676C5E40D14B548 /* FIRCLSRecordIdentity.m */, + 2B30CFD9D1F1124F90DF468E28EE7FF0 /* FIRCLSReportAdapter.h */, + 6467FE01754B6CB2F9EB25B7A773821E /* FIRCLSReportAdapter.m */, + 2614F5B774B88E26D73347CA60C6A9FA /* FIRCLSReportAdapter_Private.h */, + 306B6758654A1DCF50B51F4DD84C6B28 /* FIRCLSReportManager.h */, + 5915332923B6907825DA394CC3245A19 /* FIRCLSReportManager.m */, + 4DFAB7A48E84D8F5DFD4017114B46762 /* FIRCLSReportManager_Private.h */, + 9852E68D36AF66D514BE191A7CF4EAF1 /* FIRCLSReportUploader.h */, + F8D4CAE5A923D5D34C9B0FE6389B2FE2 /* FIRCLSReportUploader.m */, + 654168F209FB0B51837ACCF1AA26804E /* FIRCLSReportUploader_Private.h */, + 750B288F1F19A432261A336198279BC9 /* FIRCLSRolloutsPersistenceManager.h */, + 2EB23F361B5AB25F8DF593D432F74CF8 /* FIRCLSRolloutsPersistenceManager.m */, + C4CBD484A8B05CF01279CD2FF36AFCD2 /* FIRCLSSerializeSymbolicatedFramesOperation.h */, + EEEC16BFC01FFF1F352D6042234E200F /* FIRCLSSerializeSymbolicatedFramesOperation.m */, + 875BDAD3A3D2E087BF21316E98C5AD1E /* FIRCLSSettings.h */, + D0B94D9C23CB62BF0E9769E1E7551D8F /* FIRCLSSettings.m */, + 08BF601B749BB09F71413A9970A0F6E8 /* FIRCLSSettingsManager.h */, + 0DC51210C57A1D8A1EB90C0F026E5123 /* FIRCLSSettingsManager.m */, + D0E58AC1170F0A21CE2195F061138A96 /* FIRCLSSignal.c */, + 7D04623C37EA99EAC20AA92545347970 /* FIRCLSSignal.h */, + 81509469C26A1D06FD4C54F2F6E0EC0A /* FIRCLSSymbolicationOperation.h */, + B36CC0DDB205C3F87E7B15A394B60748 /* FIRCLSSymbolicationOperation.m */, + 92589D3EE58FE03BD5E509A5A70A733B /* FIRCLSSymbolResolver.h */, + 88052B4F9CD16077013777EA4AD43DCF /* FIRCLSSymbolResolver.m */, + 7B4BAF9953A3E5D82248EB2F49B60AB4 /* FIRCLSThreadArrayOperation.h */, + 58DB4DDA084D0B76B56F56953BDCD9A2 /* FIRCLSThreadArrayOperation.m */, + 475C89E06BB70783E2FB18CE8FD84C72 /* FIRCLSThreadState.c */, + 68978E2FD7FC54003FCB77AE274CB91C /* FIRCLSThreadState.h */, + FBBC43C95F539FD73E134917836CB860 /* FIRCLSUnwind.c */, + 01BF58F27156E86F6AB7E80C5D45B721 /* FIRCLSUnwind.h */, + 9FE956C897B4BB5C624E6BFE51CFCC92 /* FIRCLSUnwind_arch.h */, + 11B69683F4B32B8428B81B9525F7E704 /* FIRCLSUnwind_arm.c */, + 0F4E9CD8732C2429FAE784A90D72E3D0 /* FIRCLSUnwind_x86.c */, + CFD975C705B9C4DFD490A2F6ADE280C5 /* FIRCLSUnwind_x86.h */, + B45F13F127E7A24B130DC3DB8EC6C7CC /* FIRCLSURLBuilder.h */, + B9131323AED42A9E26F1DFF46AFF6E1B /* FIRCLSURLBuilder.m */, + 909B53D0FA949FDEA8FBD4942E5CA023 /* FIRCLSUserDefaults.h */, + 2EEB160CEE0159BDF1BE47B8E4A3DE1F /* FIRCLSUserDefaults.m */, + DFABE02374A696D0ED7BEA5402372D14 /* FIRCLSUserDefaults_private.h */, + D95C0E398AA3F63BDD1C741CBA89CDD7 /* FIRCLSUserLogging.h */, + EFDEAFCDD630FDF99EB8C3B87D35C751 /* FIRCLSUserLogging.m */, + F5B4E0EDFD7E4B54F1D598E1EC033723 /* FIRCLSUtility.h */, + 498CE93C84B33D475B03DF6BD72D8779 /* FIRCLSUtility.m */, + C886F0DF84F3FEB7667DF1357F2B6B87 /* FIRCLSUUID.h */, + 38487A882954AC0C6BCB805EDB22A5B5 /* FIRCLSUUID.m */, + 038C994B663AE8F4B6BC80B25D762EE5 /* FIRComponent.h */, + 1BDE7E9F28246F251178263A73781244 /* FIRComponentContainer.h */, + 5A99871265DE529C85A19C2FC277DB31 /* FIRComponentType.h */, + 0E498F72E1CF903EDA700688DDF286E1 /* FIRCrashlytics.h */, + 8D50006250C8AF27367DA2CEF0719FE1 /* FIRCrashlytics.m */, + 4102B5D4F27AD46A4B6BA9BC20293447 /* FIRCrashlyticsReport.h */, + BF3E42D04605B8DF4A9A649042799FA2 /* FIRCrashlyticsReport.m */, + 7FF464FB8D124B97C5C86625F7E789A8 /* FIRCrashlyticsReport_Private.h */, + 80DF6BB5BAD6A4D56629532AAC477E1F /* FIRDependency.h */, + 756B41786CFFDB4116DBDDA0ABA557A4 /* FirebaseCoreInternal.h */, + 487CAA4709650BE36085DBF0E6F9F9C4 /* FirebaseCrashlytics.h */, + E44D4E54ACB367EA7D0B7ADFF2FB7530 /* FirebaseInstallationsInternal.h */, + 035E17D2C67DBC5AD6CB434FB50EE6B6 /* FIRExceptionModel.h */, + A676A91132424393144EE74FC5BED9ED /* FIRExceptionModel.m */, + 911409C3B219E96A25E81F04CA2F1D2B /* FIRExceptionModel_Private.h */, + 28D537FD728FEDA1E417D77D43CA8D2B /* FIRHeartbeatLogger.h */, + 2437409028BA6E8C021ABA49E045603D /* FIRInteropEventNames.h */, + 0815661FE06B8A2FCC664BC462379CDF /* FIRInteropParameterNames.h */, + FAF68A6E4950A586B68FF5F18853C8DA /* FIRLibrary.h */, + B42623F8796A2ACC10975C715B229B86 /* FIRLogger.h */, + 9F7C4BE8D503C476B990B9E423A69771 /* FIROptionsInternal.h */, + 42AB5C06FD9BA09815C27ED87AAAF9D8 /* FIRStackFrame.h */, + 9F751AAF18978C87B83153C512581C95 /* FIRStackFrame.m */, + 6ACF8980D53B209A7DDE0FB118E25FB7 /* FIRStackFrame_Private.h */, + BE95C3F2F1ECDFB148EE95F493759370 /* StringToHexConverter.swift */, + 94F554AEFBA28C7183099E47557DC879 /* Resources */, + 8F46AE6B306ACA0D04CD95CF088ABA76 /* Support Files */, ); - name = SnapKit; - path = SnapKit; + path = FirebaseCrashlytics; sourceTree = ""; }; - 5FC6AE2CF417DD890257726DC6954D05 /* Support Files */ = { + 607CBAD988D77FFB7C45763B4A800A1B /* Support Files */ = { isa = PBXGroup; children = ( - 15D61D6615AEC0E5ECF47F3CE76B0257 /* nanopb.modulemap */, - DAD9DD4ADF45652729A34E9917918579 /* nanopb-dummy.m */, - EE683A4E4FEC6A4CE9E6F1852ACB116E /* nanopb-Info.plist */, - 21539783B0626C25AD2CD3F4E2C5856D /* nanopb-prefix.pch */, - DBB5C3135CABA1C28BB0C388984FF8CA /* nanopb-umbrella.h */, - 4C0D0AD5CB02DA6260A1A5DC0C286F67 /* nanopb.debug.xcconfig */, - C786C02FE96E82C70B2500EB823C34B3 /* nanopb.release.xcconfig */, - 93E8680866008CEF18A6F4792154D826 /* ResourceBundle-nanopb_Privacy-nanopb-Info.plist */, + 721618E1882F7E83A3D1563EA8A4C117 /* DrawerMenu.modulemap */, + B66E47F7FF871F2C515E18957144A455 /* DrawerMenu-dummy.m */, + 1907D7DDD656070674F40272117675C1 /* DrawerMenu-Info.plist */, + F9959F2E6A2BF9B50B6E62C579EC9AB4 /* DrawerMenu-prefix.pch */, + 61CE5389CE8246ADCA3F2F6CEA190696 /* DrawerMenu-umbrella.h */, + B12CCF64A14F6CD42C07DB77F775AB5C /* DrawerMenu.debug.xcconfig */, + 4FC1C853867CC0AFBE9D8D86E3D05646 /* DrawerMenu.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/nanopb"; + path = "../Target Support Files/DrawerMenu"; sourceTree = ""; }; - 5FDCDD9C46623C8E6DF64FD246A76CAF /* Support Files */ = { + 626183D88162E40B103BFFDF8259A9A6 /* Pods-iOS-UtilitiesTests */ = { isa = PBXGroup; children = ( - 63F8169FBEC75A8637B83CB05FA69FCC /* FirebaseCoreInternal.modulemap */, - 63CD69101AA52775CD19C8BC15B364A1 /* FirebaseCoreInternal-dummy.m */, - 5B3B714BCCE2801E890704F3A318D983 /* FirebaseCoreInternal-Info.plist */, - 976DDA944CF4F9688598B4D23AE3878F /* FirebaseCoreInternal-prefix.pch */, - 1993DA6B62D17B1290D28F97129067AD /* FirebaseCoreInternal-umbrella.h */, - 4A277E478EC8D24653731C773917C46C /* FirebaseCoreInternal.debug.xcconfig */, - 19C6BE560C56D5C70FC1802E7E5FD3BC /* FirebaseCoreInternal.release.xcconfig */, - F21C2F0AEA69BBEF9ABABA7A19D4DD74 /* ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist */, + 680EE7801E77F455952681DE907D05E1 /* Pods-iOS-UtilitiesTests.modulemap */, + 5CE752EAFB06AD9C436B718638E5F055 /* Pods-iOS-UtilitiesTests-acknowledgements.markdown */, + BAB3B2A214353AC877829256E4AB67B4 /* Pods-iOS-UtilitiesTests-acknowledgements.plist */, + 3B940AFA7CDFB87FEE3990A7FC6CD48B /* Pods-iOS-UtilitiesTests-dummy.m */, + DF5AAB8D1EC8D0299AB83FFEEEECBC64 /* Pods-iOS-UtilitiesTests-frameworks.sh */, + 0CDBF1CEA3381D01503ED3976C97FD94 /* Pods-iOS-UtilitiesTests-Info.plist */, + 95A8398916E0D6217C4D7393A138DFCB /* Pods-iOS-UtilitiesTests-umbrella.h */, + 5892AD5319D7C845A43DCB856D702B83 /* Pods-iOS-UtilitiesTests.debug.xcconfig */, + D4A3887BFBF18EC40AD46979C3C053F1 /* Pods-iOS-UtilitiesTests.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreInternal"; + name = "Pods-iOS-UtilitiesTests"; + path = "Target Support Files/Pods-iOS-UtilitiesTests"; sourceTree = ""; }; - 6024C7797B7E43F1B4DD0C5A16BDE919 /* Support Files */ = { + 631BE464B0DA97FB7DCBA86DE00731F8 /* Pods-iOS-dydxStateManager */ = { isa = PBXGroup; children = ( - 701AC8D7483064DD2EB2A7C1D5A35813 /* ReachabilitySwift.modulemap */, - A2207A12088FA4A7A3B4A1BA86AF10CE /* ReachabilitySwift-dummy.m */, - D9436A2EDFB45228783AF631AB8DCFB9 /* ReachabilitySwift-Info.plist */, - 5C80A87C5843536AC6E3F19931F80598 /* ReachabilitySwift-prefix.pch */, - BFE78292CA94B05140D89FFE6B739A4E /* ReachabilitySwift-umbrella.h */, - A924DF4E7DCC88AA161D9CAD54E8E73C /* ReachabilitySwift.debug.xcconfig */, - 251AC1BAC6BA956BBF33207C22C5FA9C /* ReachabilitySwift.release.xcconfig */, - 09CFBE4A79B26C7F5FF16CB7DA4F6ACD /* ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist */, + 4C2F7AC2FE3EBE0EB4039CE3FFE3DA48 /* Pods-iOS-dydxStateManager.modulemap */, + 7112D99992ABA8B41218E86127CF47FB /* Pods-iOS-dydxStateManager-acknowledgements.markdown */, + B6CC5949E21B06A6A402130D3B75F389 /* Pods-iOS-dydxStateManager-acknowledgements.plist */, + E4A7AD1ED3A044D91A18BBB743D03E12 /* Pods-iOS-dydxStateManager-dummy.m */, + E86E92D075EF7130C72B538C2CA899B4 /* Pods-iOS-dydxStateManager-Info.plist */, + CE53598D99CCC031C93970A162244B30 /* Pods-iOS-dydxStateManager-umbrella.h */, + 1BAD38B8455FF76C6B38AB4CD6FC39FE /* Pods-iOS-dydxStateManager.debug.xcconfig */, + DD55C9D6550D2CB52DB7FBBAF8E4F59E /* Pods-iOS-dydxStateManager.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/ReachabilitySwift"; + name = "Pods-iOS-dydxStateManager"; + path = "Target Support Files/Pods-iOS-dydxStateManager"; sourceTree = ""; }; - 60916184E8061C6B888F72C11D70D6BF /* Frameworks */ = { + 63EBDB5A2E3EE462ED317F2364240A03 /* FirebaseMessaging */ = { isa = PBXGroup; children = ( - 5BB937E72E43CF725FCF85B37D988F14 /* FirebaseAnalytics.xcframework */, + 75408CA0613636BAB2B715733DD5D2FE /* FIRAnalyticsInterop.h */, + 383E3605A41D4A82841C4A422FF78C37 /* FIRAnalyticsInteropListener.h */, + 8C9296182AF8074C47C27C16D55C9691 /* FIRAppInternal.h */, + 713755791A6D506B79A28970E5C3E762 /* FIRComponent.h */, + 458C4D72F9924C7088748A84A6FDFE36 /* FIRComponentContainer.h */, + F9D6AAA293CE32E0A4EEF2B5A69BBD9A /* FIRComponentType.h */, + D62DFE7F3295450014CA8363BA4434B3 /* FIRDependency.h */, + 83B1D67F02179B5C5F40CE520C3F7058 /* FirebaseCoreInternal.h */, + 1B7DF302496E76EE9AA66864793619A5 /* FirebaseInstallationsInternal.h */, + D980647A50B1D0B0BA91BE41AB2FA7E7 /* FirebaseMessaging.h */, + 8FD04DDC04DC7BC322A05F550F83AF6F /* FirebaseMessaging.h */, + 7148A80310182E844B7634B93167F809 /* FIRHeartbeatLogger.h */, + AE34D959A9E4E80D1C60B8D19E988CC6 /* FIRInteropEventNames.h */, + C5733DFB46AB6EA2C1EBB6EDE2983C52 /* FIRInteropParameterNames.h */, + 354F970EF35BB3E893C83BE444B69E10 /* FIRLibrary.h */, + 2561B98870531C638778CAA3EE1FF8A2 /* FIRLogger.h */, + 0F604DA8D53D5F5742F1264D4014C3C9 /* FIRMessaging.h */, + 06509578ED1A8F18147EE78C98360D1D /* FIRMessaging.m */, + D238408B7DECBB0CBB3B612503A56736 /* FIRMessaging_Private.h */, + 416FEC1864420756FE56309F713BED58 /* FIRMessagingAnalytics.h */, + 036281C1DDA7F3212E9535C559352664 /* FIRMessagingAnalytics.m */, + E06A8EDE2CCE7213BC9C3EF1C42B3B06 /* FIRMessagingAPNSInfo.h */, + 981D6F9CA5615149BFEABDBEA5FF03B9 /* FIRMessagingAPNSInfo.m */, + A440DE00DE0EB391A3AE9863641C83CD /* FIRMessagingAuthKeychain.h */, + C8559DA4C69BC07AF47B5A391F45E4B6 /* FIRMessagingAuthKeychain.m */, + 7285431392E373EAC8F277B529921B4C /* FIRMessagingAuthService.h */, + B0751CB7EF86554DF8CD52E9E321A492 /* FIRMessagingAuthService.m */, + 88CBA599A55D58A8A64E8184DD237133 /* FIRMessagingBackupExcludedPlist.h */, + FD5265621ABDCE034FEA277C89956825 /* FIRMessagingBackupExcludedPlist.m */, + 3B7DBECAE105D3453E95604755D28E55 /* FIRMessagingCheckinPreferences.h */, + 688894B37472488A7CE38F716BC77948 /* FIRMessagingCheckinPreferences.m */, + 466AE865C7039912DA88C57AA333306A /* FIRMessagingCheckinService.h */, + 894ACE64A2E4060406B321CA7F400A69 /* FIRMessagingCheckinService.m */, + 6297ADAAD2F446B6D7BE5CA416268FF6 /* FIRMessagingCheckinStore.h */, + A4041E92B16CE8746146C0B80CC4A3CD /* FIRMessagingCheckinStore.m */, + B38507952500648DE7B559DF9C68F013 /* FIRMessagingCode.h */, + 13E6774722FB7F0CDF4EC95CDAE70B59 /* FIRMessagingConstants.h */, + BBD99CD5661EC3759C4E8F6A22C252EA /* FIRMessagingConstants.m */, + CF469EF8459F22C2C007D35D52C3B142 /* FIRMessagingContextManagerService.h */, + 4BCC12CB1390EC4F81D19331FA61964B /* FIRMessagingContextManagerService.m */, + A54E3DC6229D6C5555A6C93D1F6F20DC /* FIRMessagingDefines.h */, + 82481572B8007EFD41B84DB255231FB1 /* FIRMessagingExtensionHelper.h */, + 26CDAC337F915526686B82FCDAE863A4 /* FIRMessagingExtensionHelper.m */, + 0C26121FA773E124E18D910345970012 /* FIRMessagingInterop.h */, + EF8A52D231C7A3E757C28D47CFBF3E27 /* FIRMessagingKeychain.h */, + 02F9E80EFE9E8F7BE7B83C871F1CDB6D /* FIRMessagingKeychain.m */, + E1B7D75CB6F838C06FB7FD9EBEF8FB59 /* FIRMessagingLogger.h */, + 1928224D8095267EE79B6364CD6BD65E /* FIRMessagingLogger.m */, + 99932DE1A86D11AD6C5DF4810ADB4109 /* FIRMessagingPendingTopicsList.h */, + 62EDBCAB5ACA488DC079A51F9CE7EDDF /* FIRMessagingPendingTopicsList.m */, + 253C70CBFE119846D4746D3472856A29 /* FIRMessagingPersistentSyncMessage.h */, + 642F9C3CBCA073294BDE9BFAABC2C937 /* FIRMessagingPersistentSyncMessage.m */, + 81251C0A05248633D7D084D9B7385BB4 /* FIRMessagingPubSub.h */, + 9A8495246C0CF64E1871E0C0DE503290 /* FIRMessagingPubSub.m */, + C650FEB351489D882532231D5D8EC9A3 /* FIRMessagingRemoteNotificationsProxy.h */, + 0A70F50CB4403942201FFB346348D037 /* FIRMessagingRemoteNotificationsProxy.m */, + 6242121758D7D06A44680B764FD6F4F4 /* FIRMessagingRmqManager.h */, + D2B8DDF8B242467287AEB1CE99854A64 /* FIRMessagingRmqManager.m */, + 917E2BB592CC9C21A21C7B3D2501BBC2 /* FIRMessagingSyncMessageManager.h */, + 7ABD9F1F17B3195D004ADAEBC5A6F47F /* FIRMessagingSyncMessageManager.m */, + 5D67021D364FB4A71B215DF8A2893656 /* FIRMessagingTokenDeleteOperation.h */, + EB7E0BC50AAB57FA53B1A657253AE89D /* FIRMessagingTokenDeleteOperation.m */, + 382D6A2EC71E7CA6B87CFDF1824946AE /* FIRMessagingTokenFetchOperation.h */, + 57F7A80683CC4C9360BCEA4DA7A0C099 /* FIRMessagingTokenFetchOperation.m */, + E74ABA2822E9579736E17518E5B6873F /* FIRMessagingTokenInfo.h */, + 30E41EC635AD8806BBCA413246207074 /* FIRMessagingTokenInfo.m */, + ED82EFAFCC7D060043F4A9757DD8204B /* FIRMessagingTokenManager.h */, + 802F558D3065FA53AC3E3B25FB6BCF81 /* FIRMessagingTokenManager.m */, + C1516388847C328F1F7C33CD5583A628 /* FIRMessagingTokenOperation.h */, + E470A695E730063D12A8AC060BC61D75 /* FIRMessagingTokenOperation.m */, + 68428EC527963B12A35616A5F16BDCE6 /* FIRMessagingTokenStore.h */, + 298C08DFAF1C5FBDF97D15328A09E28E /* FIRMessagingTokenStore.m */, + 7525AB0CA1C8FD5AA04F8FC16A75524F /* FIRMessagingTopicOperation.h */, + D47CB659909BA9E28DD677C76BA671F4 /* FIRMessagingTopicOperation.m */, + 7F770E851BDABC69CCED4D0548D882C2 /* FIRMessagingTopicsCommon.h */, + FDB4A2B97516439749C9DD9BEA75DCBD /* FIRMessagingUtilities.h */, + 9082581F7017AC2CD5A5D36954BE34A3 /* FIRMessagingUtilities.m */, + 1C137E16F61BB4A4A8AF57D07C41A590 /* FIROptionsInternal.h */, + F3E98928DFD337618D5A6F0BDE71A180 /* me.nanopb.c */, + 7CE0E11AB87B0B1F19C9864AEB66CBAD /* me.nanopb.h */, + 243A9AE048957AD5E42E668581634AB8 /* NSDictionary+FIRMessaging.h */, + 7582EF811D4958B66DAFC9183BB895E1 /* NSDictionary+FIRMessaging.m */, + F096CCF37C8A10DEED49288C92D675C9 /* NSError+FIRMessaging.h */, + 97FE0FB7482F73334202D5770D80A8E9 /* NSError+FIRMessaging.m */, + 25B328E3B025066793FD9D6D47CCE26C /* Resources */, + 6C2C177D23A281F0DC544F2A76C2F824 /* Support Files */, ); - name = Frameworks; + path = FirebaseMessaging; sourceTree = ""; }; - 60C8E89C59602771FDF0CDBDD8302807 /* Pods-iOS-dydxChart */ = { + 65A4F918D757475B95559F515BF49285 /* Frameworks */ = { isa = PBXGroup; children = ( - 393C7A70ED6B33F6CDF568A614F79568 /* Pods-iOS-dydxChart.modulemap */, - 951BB17E51C8020F8909FEF0B7CF8D90 /* Pods-iOS-dydxChart-acknowledgements.markdown */, - DF72D3AFA910727085E193561D0B8CE7 /* Pods-iOS-dydxChart-acknowledgements.plist */, - 50FDB79F2043C8D1431A5FCF355985A0 /* Pods-iOS-dydxChart-dummy.m */, - A1D96A0E3583D1B7122D9382CEBDE9F5 /* Pods-iOS-dydxChart-Info.plist */, - 314F92379616B9360F724630351581D0 /* Pods-iOS-dydxChart-umbrella.h */, - 444168824ACD71A780912C0F89D2F752 /* Pods-iOS-dydxChart.debug.xcconfig */, - B42024F28308D8265DC09015BCC206BD /* Pods-iOS-dydxChart.release.xcconfig */, + 6FCF59ACBC86107D533B0956F9C95919 /* GoogleAppMeasurementIdentitySupport.xcframework */, ); - name = "Pods-iOS-dydxChart"; - path = "Target Support Files/Pods-iOS-dydxChart"; + name = Frameworks; sourceTree = ""; }; - 61855355F8F50AFD0954A5F1DE527129 /* Pods-iOS-PlatformParticles */ = { + 66DE9C8A716AFB29E2818F17EAAAF06A /* NSThread+Blocks */ = { isa = PBXGroup; children = ( - 48EA455F96365FB0B7FAD375D92918F8 /* Pods-iOS-PlatformParticles.modulemap */, - 6F9B8D32F9CC65CE2EA59651539BD3F8 /* Pods-iOS-PlatformParticles-acknowledgements.markdown */, - CA2383B0CD2527D284A918E67E9A5A53 /* Pods-iOS-PlatformParticles-acknowledgements.plist */, - 07032FF9878CB9AD117A85BBD73524EF /* Pods-iOS-PlatformParticles-dummy.m */, - DFD33BBBB2A16ADA3FF9AF0B7730DD8A /* Pods-iOS-PlatformParticles-Info.plist */, - 0C9A5911B9BDE1DCD8266F75CE09135B /* Pods-iOS-PlatformParticles-umbrella.h */, - 8E9C23FC41BBBDFF89AA9E2CF153418F /* Pods-iOS-PlatformParticles.debug.xcconfig */, - 52652E3B37BCFE89EC6AC97E47633EE4 /* Pods-iOS-PlatformParticles.release.xcconfig */, + D481C1A78F9E893BBD01FB33DCF8E50D /* GTMNSThread+Blocks.h */, + 15C50045C5274A243D25B6ABD8D7CEE0 /* GTMNSThread+Blocks.m */, ); - name = "Pods-iOS-PlatformParticles"; - path = "Target Support Files/Pods-iOS-PlatformParticles"; + name = "NSThread+Blocks"; sourceTree = ""; }; - 63490C9C8832FCCEB05C4E8033F326D6 /* Validator */ = { + 681CFFF18BBABF73887468FB722E27E2 /* Frameworks */ = { isa = PBXGroup; children = ( - 8CBB1D5104BFDFC789A2BD3B1501CA8B /* CaseValidationPattern.swift */, - 1B48E6EC70EE1E3CCD90FB9C36BC67D5 /* ContainsNumberValidationPattern.swift */, - E69D624FFBF046308B74768120833D11 /* EmailValidationPattern.swift */, - EAF36E8B326673DF3AED96B8D863408A /* UISlider+Validator.swift */, - 6117E465D388F8DDD8FF19251BFADC5C /* UITextField+Validator.swift */, - DDD8093E09DE467AB49CC257834E27E5 /* UITextView+Validator.swift */, - 90166E9D489707CAE1E3FA5904EFFEB1 /* Validatable.swift */, - 925B8FCD7D72D0AEBA1748ABE87BFE71 /* ValidatableInterfaceElement.swift */, - 8D094F7D0BA6FA18D9335F1E006A8A1C /* ValidationError.swift */, - 7FEF547ED99ECA1E3781D5359757AD23 /* ValidationPattern.swift */, - 03BEA57F3B2E4A0D597C9984480323DF /* ValidationResult.swift */, - 262EEAD46188A5B2C4754D166DE0BF7A /* ValidationRule.swift */, - 361784FF9B7F2F53D82009AB5C44D17B /* ValidationRuleComparison.swift */, - E7A866E1A6C6FE5AC022DB288F06E649 /* ValidationRuleCondition.swift */, - 60E76AFFE2A5E352AC98E3B70205D02C /* ValidationRuleContains.swift */, - D82DE3802E6804364E414C6A380B91CE /* ValidationRuleEquality.swift */, - 591EDBCD80A6F3A1EF66DDA76C3D38FE /* ValidationRuleLength.swift */, - 9170FD36F7DBF6BF38A4B2BE18B2AA19 /* ValidationRulePattern.swift */, - 9E4EE96A005AA2F3A0D3E883A0E68514 /* ValidationRulePaymentCard.swift */, - 679AD52D4352D4F815BBA1F3AC666D48 /* ValidationRuleRequired.swift */, - 97C76228CFFE005A60F286554262CECA /* ValidationRuleSet.swift */, - 0A5872D7FE945A81635D9E1E451B4DFD /* ValidationRuleURL.swift */, - D76B58764EFF1A259F28C0F24C7B5279 /* Validator.swift */, - 7965EB454592DDC7324E6EF66CCF0D0E /* Support Files */, + 75097507CD29C9B64671A048804C3D5D /* GoogleAppMeasurement.xcframework */, ); - name = Validator; - path = Validator; + name = Frameworks; sourceTree = ""; }; - 64D3B7D14824FF0331DF71D29FAF4AA8 /* FirebasePerformance */ = { + 69DF371255FF0ABC01B2FF56A45FDF87 /* Resources */ = { isa = PBXGroup; children = ( - 332D0FF95845D42A2EE10D25F2B8FFB6 /* FIRAppInternal.h */, - 4F290DBC3032C4E7A75C6493B6C1C720 /* FIRComponent.h */, - 3F757D541E47A21178548C2A6787A9C4 /* FIRComponentContainer.h */, - 746872DEB3381B1A74870172228D5C27 /* FIRComponentType.h */, - F70AB776C5825A3291DE072A502D11FA /* FIRDependency.h */, - 07FF21228A1C691C21F1D47D32A9B6E1 /* FirebaseCoreInternal.h */, - 4816FBD021B65EBB17E2D8BBBA6D9640 /* FirebaseInstallationsInternal.h */, - 4C3D23CC6F312B568E71437FD393DAC6 /* FirebasePerformance.h */, - 24F04EEB10736F2410FBC59080AE0593 /* FIRHeartbeatLogger.h */, - C07B82D3AF675315328514C4F11C3644 /* FIRHTTPMetric.h */, - 5127F0F45F4901CC3131EC89D1E71114 /* FIRHTTPMetric.m */, - 4B742EE3A45A3D8C745EB4D63351C150 /* FIRHTTPMetric+Private.h */, - 006DB6B9C74D9A8CA698DC9C067643BD /* FIRLibrary.h */, - 07AD751FD8553B4556A0A157ABF17636 /* FIRLogger.h */, - 29CC0C610316DEADB5B0BFA055D2E6D8 /* FIROptionsInternal.h */, - 5139AD7794E8D89D0F0D440F779502EA /* FIRPerformance.h */, - 9CBD747C8AB3577C11C0BD575704299D /* FIRPerformance.m */, - A0A4128BC344F21230D44AF49441A3C9 /* FIRPerformance+Internal.h */, - 23DDDEBDA3F86838BC8FB81743315A7A /* FIRPerformance_Private.h */, - 5C7C51999F108E95ECA54C953BDB4D18 /* FIRPerformanceAttributable.h */, - 1636AA302C316BE09FEF9E2A3056B8D7 /* FIRRemoteConfig_Private.h */, - B5F2976C65B38EC342EA9771FC68AAD7 /* FIRTrace.h */, - C76547FA670E5885D9149D1B52ACF364 /* FIRTrace.m */, - EEA7BD0640B313753D65A3B267920570 /* FIRTrace+Internal.h */, - 6A996C0EE227853E7024EA1295F94092 /* FIRTrace+Private.h */, - 240E7358E2C9FC9858EEC69CBF62201C /* FPRAppActivityTracker.h */, - 2818EB69E48EDA519794AA787AB35DE4 /* FPRAppActivityTracker.m */, - 9937C9768B2042457723322B21E480F8 /* FPRClassInstrumentor.h */, - 2710E8E284305FE097B305BAFDF4493F /* FPRClassInstrumentor.m */, - BAA6FA6AF434C653DCD9B50153948724 /* FPRClassInstrumentor_Private.h */, - DDA552DF5E20E96C4D46FCD2C43B2F00 /* FPRClient.h */, - C0EB4DF13F1D03AFFD7465575D78ADFB /* FPRClient.m */, - 5CD826EF6CDB449A1AE573BACFF4A6E7 /* FPRClient+Private.h */, - 4BAB9D5FF8987D7D15894A68969AED88 /* FPRConfiguration.h */, - 90A56E242681615B65778AF61F0D1485 /* FPRConfiguration.m */, - A4C7B02BF5A2D6D91FB695F8FEB67B8B /* FPRConfigurations.h */, - 0A135DCD2DA8AD89C5021C38796D1E31 /* FPRConfigurations.m */, - BEC95F40B3FEB2316202EFCCD26A7A64 /* FPRConfigurations+Private.h */, - 603E26D258660A41478970580E5E7D4B /* FPRConsoleLogger.h */, - B1CCB6CAF1712FC4380484B68F5B6123 /* FPRConsoleLogger.m */, - 9434D4BE3D26575E76904CFEBB90EC0D /* FPRConsoleURLGenerator.h */, - AB54A2874DD9DC974335C07C6EC6BA81 /* FPRConsoleURLGenerator.m */, - 3FDB8A3634E4F5A86E03B4FC9210B392 /* FPRConstants.h */, - 38EC2D44D9E5633337AFD6F2CFA42D09 /* FPRConstants.m */, - A68B6C20B2EE01122CC8D9B03F766BAD /* FPRCounterList.h */, - 8FE8622F3A862F8DD3F89A65FC051EE9 /* FPRCounterList.m */, - 73F4DE469EA0AAA5942488D533E794B6 /* FPRCPUGaugeCollector.h */, - B4417884621BAF8F29BD73DE60D588DA /* FPRCPUGaugeCollector.m */, - D68E7120D97084773160E98C9B2D39CA /* FPRCPUGaugeCollector+Private.h */, - 9C895B6B625B0E0573FBB6F0CC0F2AFF /* FPRCPUGaugeData.h */, - 3AFB0DCD13630EB5379845ABD8EA7A26 /* FPRCPUGaugeData.m */, - B2E09F91971D531C4965ECEC3E9E7BCF /* FPRDataUtils.h */, - C78A449B67B1F1DE11A59EF63669E177 /* FPRDataUtils.m */, - A4A0D1AAA27EEF39A540E5DC22107B07 /* FPRDate.h */, - FBF07FBEE2C2E3566843A102B64FD2AC /* FPRDiagnostics.h */, - 96F00F0712CE990426EB9A0BDE89801C /* FPRDiagnostics.m */, - 3A8FAA91967AE87FC57F9E235BA95D9B /* FPRDiagnostics_Private.h */, - 56A3414B4499EAEACE799023B68A2CFB /* FPRGaugeCollector.h */, - C3763C7499D58B4E4E2D31D5F9655FD6 /* FPRGaugeManager.h */, - 905E571848507062C5BF375A2AE6EDF9 /* FPRGaugeManager.m */, - E9EC6E1E52F41A40E15304258882FB2E /* FPRGaugeManager+Private.h */, - 414150E12B1858751D7338E3B207BC2E /* FPRGDTEvent.h */, - BCD722A9BF728075008151F6B05CEB86 /* FPRGDTEvent.m */, - F7740F78505B758530381BA4FD20A3B2 /* FPRGDTLogger.h */, - 05AF81B27CAF628194AA211371A509E6 /* FPRGDTLogger.m */, - 702DB8C4BCE67FDA0A23A1E2E75AFEA2 /* FPRGDTLogger_Private.h */, - 23C5A59A890B6E1C5FECC8558F5202E2 /* FPRGDTLogSampler.h */, - FE279795BAD41C7B7649CCC05D54C23C /* FPRGDTLogSampler.m */, - 89CBE6A5E11CC51AE11D922959513012 /* FPRGDTLogSampler+Private.h */, - 54BCA113E76E0D7EA891B6A4A10E5472 /* FPRGDTRateLimiter.h */, - D7A0236E8BC0BB7AE00854E81B5BEF23 /* FPRGDTRateLimiter.m */, - 1169284F40E0931D74CA222C3A4961D1 /* FPRGDTRateLimiter+Private.h */, - C59F9F3C279B58CC6D3267736D500358 /* FPRInstrument.h */, - 931DFD843ED7AB7EBE42ABF56FDA4426 /* FPRInstrument.m */, - F08E311E637BADB1E4394BD6E427EB17 /* FPRInstrument_Private.h */, - FA6EC1079DA145438F1EDFBA69EAD913 /* FPRInstrumentation.h */, - 99EBB70BD686407112A3D83216B91BF8 /* FPRInstrumentation.m */, - C1439AE9CAC377E7F3FA273AFBBB1D67 /* FPRMemoryGaugeCollector.h */, - 5F5266FEC33A00D8617E0077542A0192 /* FPRMemoryGaugeCollector.m */, - 618BAEC679812800920C3C503DD3CAFE /* FPRMemoryGaugeCollector+Private.h */, - 139F9D7A855E978B5B4094ACA43BDE85 /* FPRMemoryGaugeData.h */, - 13EEA8E556F43323615CA94EF39A6F03 /* FPRMemoryGaugeData.m */, - A7E36303FCA7ED0F845EC6E75F1AF90F /* FPRNanoPbUtils.h */, - 4E87AA2E22FCABB61057D9336FDB8C36 /* FPRNanoPbUtils.m */, - 357EF49826829D04798EDF9C9629581B /* FPRNetworkInstrumentHelpers.h */, - 402A412A0ED5C84FCE2B99D201826039 /* FPRNetworkInstrumentHelpers.m */, - 20A3E2FD3CD69F04A30E4CC910F46E2C /* FPRNetworkTrace.h */, - B47BCB2E1C49D77B06BE96BAC8328D6E /* FPRNetworkTrace.m */, - C1DE3CA9A525BC02D8020F332EE11F9B /* FPRNetworkTrace+Private.h */, - BC2CA773DE349BB1F362D7332F5A5E1F /* FPRNSURLConnectionDelegate.h */, - D783F4DBDE12436648EAF49082F52330 /* FPRNSURLConnectionDelegate.m */, - 6287BF912327BE032FE0CF3D636EDBC9 /* FPRNSURLConnectionDelegateInstrument.h */, - 7E03EEF56D066B331715756A9230F988 /* FPRNSURLConnectionDelegateInstrument.m */, - 207036BF976DD471C134FECC71DDBEC6 /* FPRNSURLConnectionInstrument.h */, - 53A1C449DD0781CA1BD3589AD01EABC6 /* FPRNSURLConnectionInstrument.m */, - 27E0DFB0C48779C3C841CB4987DD9E4E /* FPRNSURLConnectionInstrument_Private.h */, - 3030EED4BA535977BE95397733E851DD /* FPRNSURLSessionDelegate.h */, - 3A225FABB24F50186F374E4640ED3FB4 /* FPRNSURLSessionDelegate.m */, - 14D3EB1EB00E1EF43AD84DFF1627548A /* FPRNSURLSessionDelegateInstrument.h */, - 2230FDFB1964D458826CCEDE4051845F /* FPRNSURLSessionDelegateInstrument.m */, - E0A9A96B52B34FB71581AEEDD922814F /* FPRNSURLSessionInstrument.h */, - 9524D0EAC76D4326B235663E1CB709F4 /* FPRNSURLSessionInstrument.m */, - 3FB99F619F5EBE586A20AF8E92B74B89 /* FPRNSURLSessionInstrument_Private.h */, - 1D429D4A6D19B79E6567590258337C36 /* FPRObjectInstrumentor.h */, - BFC68B2FD81FED3407969AD6FC9E72A0 /* FPRObjectInstrumentor.m */, - F857204ABE1267BDA37A7200B6E2A8A7 /* FPRPerfDate.h */, - 29DD4E7F39CAE73FDAFDFCA409E68176 /* FPRPerfDate.m */, - B47FA82E3324989226C8A864977CD5C1 /* FPRProxyObjectHelper.h */, - 91BAEC0D50D8F0DF7BE6270B1B199031 /* FPRProxyObjectHelper.m */, - 406F074261E088BBE47A27D79CE16781 /* FPRRemoteConfigFlags.h */, - 4EBA229F0C0309E345B9655C1640808D /* FPRRemoteConfigFlags.m */, - 86E8CBABD2AD413257AB6AFC4713904D /* FPRRemoteConfigFlags+Private.h */, - 7C72A2B6BE0A3BAB34AF97C95AD02B50 /* FPRScreenTraceTracker.h */, - 8AD9BD323BA7F07F47CA087192E6A766 /* FPRScreenTraceTracker.m */, - 756C5C4D77EF41779737B5225897D1BA /* FPRScreenTraceTracker+Private.h */, - 706CDE167861A5B1450260E626E9194E /* FPRSelectorInstrumentor.h */, - 64BA903023234D737E7A7D1A3865A7E3 /* FPRSelectorInstrumentor.m */, - 87FF2F2C20BAA5A29090F03ED3680A5B /* FPRSessionDetails.h */, - CA12645C95B52D75B1EE394D598B3B52 /* FPRSessionDetails.m */, - 7C48815AC07E69B5F69457C51F834334 /* FPRSessionManager.h */, - 74DE176D00C79C947291A77424BEB067 /* FPRSessionManager.m */, - 3A2CC692C3976128BBD46B0D8B013CDD /* FPRSessionManager+Private.h */, - 3CD18F37F4C8A5BF9F34BCFD7E991E6D /* FPRTraceBackgroundActivityTracker.h */, - F4201FCDA98FF7B4BD67AF2F671B6D3B /* FPRTraceBackgroundActivityTracker.m */, - 43AC66FE85DD71111E7F7124575831B7 /* FPRUIViewControllerInstrument.h */, - CC9FAA4BDAB174CBD5B5FB4C62A98B4E /* FPRUIViewControllerInstrument.m */, - F82C0B7623789D0AFA670B762451E78E /* FPRURLFilter.h */, - 31B02AA2CDF75FCBD8F52332EBA182F9 /* FPRURLFilter.m */, - A662B7124EEB3198A8CE3EE436F4F956 /* FPRURLFilter_Private.h */, - D03F292BCE3ED3439256E1B8754FED92 /* perf_metric.nanopb.c */, - 2ADAA81C2058CD1D39B05DE1BBFE9AF3 /* perf_metric.nanopb.h */, - 0184ADA5AE5036A71646540C87300E38 /* RCNConfigFetch.h */, - 501E2CDE994813AF8EE9398FFD16BAD4 /* RCNConfigSettings.h */, - 7C98A84711D2526144C5EFC5F5851581 /* Support Files */, + 379283FA4D2575BDF6EE36CD772CB3AF /* PrivacyInfo.xcprivacy */, ); - name = FirebasePerformance; - path = FirebasePerformance; + name = Resources; sourceTree = ""; }; - 64DC250D5B7085C19B8A93D5F298E6E7 /* MethodSwizzler */ = { + 6A2DC0ADAAD0D8DB0B2F1F64899A8966 /* WithoutAdIdSupport */ = { isa = PBXGroup; children = ( - DD043C4320C19708E8725CE5019C6BC7 /* GULOriginalIMPConvenienceMacros.h */, - 18E4D47B3101F19445B8B69BDACEADF6 /* GULSwizzler.h */, - 66BB169C0D3059CFB405C3D03F9E5C37 /* GULSwizzler.m */, + 681CFFF18BBABF73887468FB722E27E2 /* Frameworks */, ); - name = MethodSwizzler; + name = WithoutAdIdSupport; sourceTree = ""; }; - 66C169AB913BC622B6FBEADED12E4AC2 /* Pods-iOS-UIAppToolkitsTests */ = { + 6C1BF1ADE9768CA8C9DB9E29121044CF /* Support Files */ = { isa = PBXGroup; children = ( - D4BC0FA2555FDADB81C604C693817D55 /* Pods-iOS-UIAppToolkitsTests.modulemap */, - 7CBDA6C2461930C134ED617CD27163DE /* Pods-iOS-UIAppToolkitsTests-acknowledgements.markdown */, - 63A8A4C073C01274CBFDEB80C8343698 /* Pods-iOS-UIAppToolkitsTests-acknowledgements.plist */, - D07EFDE0E8E369B9C95367FDEC99FEF9 /* Pods-iOS-UIAppToolkitsTests-dummy.m */, - ED35FF31764D733D67C8EC54307061AE /* Pods-iOS-UIAppToolkitsTests-frameworks.sh */, - E616FE728960BC2D738A5BF66E74C38A /* Pods-iOS-UIAppToolkitsTests-Info.plist */, - 19BA60CCF3523DF7553C68F49F9AECF3 /* Pods-iOS-UIAppToolkitsTests-umbrella.h */, - FA0B6078DA8BA50A62F0F4EA0E71D7E4 /* Pods-iOS-UIAppToolkitsTests.debug.xcconfig */, - 2011156035F56E843773B2A7D5F678D3 /* Pods-iOS-UIAppToolkitsTests.release.xcconfig */, + EC1DE4AC12719806E7248D406FC93B2D /* EasyTipView.modulemap */, + F8564DEB42E5D50571081E81D1AFB1D3 /* EasyTipView-dummy.m */, + 0757DC8B6A092C821509D373C67C703F /* EasyTipView-Info.plist */, + 087586688C2AF221AB970D8873A228A3 /* EasyTipView-prefix.pch */, + 08BF4F28AA0DB8A96730633164328CAF /* EasyTipView-umbrella.h */, + 3BAFB957ECFADB0D4EFF39CB685650D9 /* EasyTipView.debug.xcconfig */, + 7D6AF87DD1B5808A2AEF43AC0743DB17 /* EasyTipView.release.xcconfig */, ); - name = "Pods-iOS-UIAppToolkitsTests"; - path = "Target Support Files/Pods-iOS-UIAppToolkitsTests"; + name = "Support Files"; + path = "../Target Support Files/EasyTipView"; sourceTree = ""; }; - 67105184D6B328BA21DFEEF31B728A54 /* Pods-iOS-WebParticlesTests */ = { + 6C2C177D23A281F0DC544F2A76C2F824 /* Support Files */ = { isa = PBXGroup; children = ( - 4A8B327493DD6A322636D8667D880BCC /* Pods-iOS-WebParticlesTests.modulemap */, - 9476799DC79C8B87CC19CBF1601E96F6 /* Pods-iOS-WebParticlesTests-acknowledgements.markdown */, - A5FEC35C2592A6129A090207F7C05394 /* Pods-iOS-WebParticlesTests-acknowledgements.plist */, - 58E3AE73BFEBB0FBAFE903D65A9DD732 /* Pods-iOS-WebParticlesTests-dummy.m */, - 2EF7984AE6A40F6482C5FF357AF58132 /* Pods-iOS-WebParticlesTests-frameworks.sh */, - 6B5E4436406B7B265085C0185C237818 /* Pods-iOS-WebParticlesTests-Info.plist */, - DD528624EDB64F69EC0765F3B3B34833 /* Pods-iOS-WebParticlesTests-umbrella.h */, - 715C4E510E29B253964023AA0AD9E137 /* Pods-iOS-WebParticlesTests.debug.xcconfig */, - 481420E74B910CCDCF489C32AE0EFE1D /* Pods-iOS-WebParticlesTests.release.xcconfig */, + BDF6091E8CB435FC8232205BEB5335FD /* FirebaseMessaging.modulemap */, + 35E69976578F65EE1AEB8BA395FDBC62 /* FirebaseMessaging-dummy.m */, + DD19E8A82E44B4C5883235F9064AAA6D /* FirebaseMessaging-Info.plist */, + 5503D1ADB797692D0342EC31B3DDDD7D /* FirebaseMessaging-umbrella.h */, + 59B683C4894B55995DCA1D9445664775 /* FirebaseMessaging.debug.xcconfig */, + 2F05D79BF9D203673C638EF44B0E5B25 /* FirebaseMessaging.release.xcconfig */, + 39E7DC9867ED2DEEB52499B52F96CA6F /* ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist */, ); - name = "Pods-iOS-WebParticlesTests"; - path = "Target Support Files/Pods-iOS-WebParticlesTests"; + name = "Support Files"; + path = "../Target Support Files/FirebaseMessaging"; sourceTree = ""; }; - 687A6572EA6E5755E4D15E13F518370D /* Resources */ = { + 6CC5B9B729C910D2226EED3F22F52A4C /* Pods-iOS-PlatformUIJedioTests */ = { isa = PBXGroup; children = ( - 4A5F38236A519D055D15AB2C88CA5CB6 /* PrivacyInfo.xcprivacy */, + 412666EFB00A7C3FCE3C2851E1571F85 /* Pods-iOS-PlatformUIJedioTests.modulemap */, + A1D5AD0ABDACBD3E51C726D73EBB7940 /* Pods-iOS-PlatformUIJedioTests-acknowledgements.markdown */, + 2654F2064EB88E611C45182E2CB5C7B3 /* Pods-iOS-PlatformUIJedioTests-acknowledgements.plist */, + 90D9CF97C43DBB32C16511584440A1B0 /* Pods-iOS-PlatformUIJedioTests-dummy.m */, + 6AB567BE35AFB7B26BC734A669F6F2C5 /* Pods-iOS-PlatformUIJedioTests-frameworks.sh */, + A76269176A19629FE9E7673BCA0B38C5 /* Pods-iOS-PlatformUIJedioTests-Info.plist */, + D743245FD5E7280169810ED13D857BB9 /* Pods-iOS-PlatformUIJedioTests-umbrella.h */, + CFB49B177EB23C5BFB87DC82492383E3 /* Pods-iOS-PlatformUIJedioTests.debug.xcconfig */, + EA8460C27F7015CD119D2617B858F554 /* Pods-iOS-PlatformUIJedioTests.release.xcconfig */, ); - name = Resources; + name = "Pods-iOS-PlatformUIJedioTests"; + path = "Target Support Files/Pods-iOS-PlatformUIJedioTests"; sourceTree = ""; }; - 691BF5188FABAFE7F5D079F0E1C6029E /* Resources */ = { + 6D76D252F8E56034658AB92CD85ED71D /* encode */ = { isa = PBXGroup; children = ( - F8BE66B2EDECA2B7E61694A9A1C80CF2 /* PrivacyInfo.xcprivacy */, ); - name = Resources; + name = encode; sourceTree = ""; }; - 6BEED7C9B3ABE8F22ACE59E7C385B29E /* Support Files */ = { + 7065F7CA104FEF7D98FCAC9863D328A6 /* Pods-iOS-PlatformParticlesTests */ = { isa = PBXGroup; children = ( - A3A8CA6FE12189471D15F189825CEED9 /* NVActivityIndicatorView.modulemap */, - 642A36957D6013D9964A4CD8DFC7F670 /* NVActivityIndicatorView-dummy.m */, - 521FB0AA31A0EFF65813AB3F3874F606 /* NVActivityIndicatorView-Info.plist */, - 0C01C5EC77534B438E0A269B077899B7 /* NVActivityIndicatorView-prefix.pch */, - DD8EC8424342368D8D9256DA392843E9 /* NVActivityIndicatorView-umbrella.h */, - 5974EFC6CE64C9FFCDA45D58D26845B8 /* NVActivityIndicatorView.debug.xcconfig */, - 05A3DA9492B25740CF251F103EB94384 /* NVActivityIndicatorView.release.xcconfig */, + C7FC34E452AF1AF726C185A7E7042BC6 /* Pods-iOS-PlatformParticlesTests.modulemap */, + 01D4F874FCB454C35B8795A299964D92 /* Pods-iOS-PlatformParticlesTests-acknowledgements.markdown */, + 83B173EB84F185434EDED8C428DE8622 /* Pods-iOS-PlatformParticlesTests-acknowledgements.plist */, + BF4444E6405FA00131ADC7BC312B5111 /* Pods-iOS-PlatformParticlesTests-dummy.m */, + B501C7AD80977CD3E03D776CAE485F9C /* Pods-iOS-PlatformParticlesTests-frameworks.sh */, + 6907224146901432FCF21DD6B8DB836D /* Pods-iOS-PlatformParticlesTests-Info.plist */, + 475F34E71CCF60B0A07D88F5990C864A /* Pods-iOS-PlatformParticlesTests-umbrella.h */, + 8D38E806B912DAE81912DFEB55902030 /* Pods-iOS-PlatformParticlesTests.debug.xcconfig */, + AED770EF88E5D364D61BD4637CB222C4 /* Pods-iOS-PlatformParticlesTests.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/NVActivityIndicatorView"; + name = "Pods-iOS-PlatformParticlesTests"; + path = "Target Support Files/Pods-iOS-PlatformParticlesTests"; sourceTree = ""; }; - 6E40AB8DF93C62E602EC6F30A514D4CE /* Support Files */ = { + 70C3CF2557B0F553EE6E2CBA75EDACCA /* Support Files */ = { isa = PBXGroup; children = ( - 3F3AF162E05CF96133C18F1C5995BA3A /* GoogleToolboxForMac.modulemap */, - 52BEF3B0DD6323773BCE986B45BBD964 /* GoogleToolboxForMac-dummy.m */, - CDD385F4DFE45D56B2E8E21E839C1F16 /* GoogleToolboxForMac-Info.plist */, - 3C03E6C89ADB3416C42B10F4DA8776D1 /* GoogleToolboxForMac-prefix.pch */, - 975A38F9466B7BCD353AF0A5D33A9F6D /* GoogleToolboxForMac-umbrella.h */, - D8BAEAC1E94B5E05EB57FB7165D62C4A /* GoogleToolboxForMac.debug.xcconfig */, - 398DBED577696105F30F54E066807E2C /* GoogleToolboxForMac.release.xcconfig */, - 7F75059B5501BB1331596C8EB58F7F40 /* ResourceBundle-GoogleToolboxForMac_Logger_Privacy-GoogleToolboxForMac-Info.plist */, - FF861DEFACE69E45D008807C6CC1E030 /* ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist */, + 23C25914DF59BF441416F5CC732558C2 /* Differ.modulemap */, + 473CF713B27AF23F6BEEEF6D0629828A /* Differ-dummy.m */, + 0AB98B8FC1D3E6541D9797A54B9E5A19 /* Differ-Info.plist */, + 36085489B9CE23C4431194C9BBD052C1 /* Differ-prefix.pch */, + 55935C2F6E7983DF866FFE4C9CBC072E /* Differ-umbrella.h */, + A1FB8F0837E41125262CE9780C3E8F3F /* Differ.debug.xcconfig */, + E412301A669B7EA1683F671EE699E0C9 /* Differ.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/GoogleToolboxForMac"; + path = "../Target Support Files/Differ"; sourceTree = ""; }; - 6E8D663183C645C2FB28CF822FFCDF45 /* FirebaseCoreExtension */ = { + 70CF2EBDEA001C1678E8FAADE98022C8 /* Pods-iOS-RoutingKit */ = { isa = PBXGroup; children = ( - 336FFE21C3BBE6A1620CB60DE25EDD3C /* dummy.m */, - ED8A85B9BBADC44746853B2EC00CC4E3 /* FIRAppInternal.h */, - 5A611FABF2B5FDDFAF43A2558CD1A28E /* FIRComponent.h */, - 6FAC8671F485691A1B33F197D22A9403 /* FIRComponentContainer.h */, - 9DC451BFBF231326A455B91667C156BA /* FIRComponentType.h */, - 7E4BF3F57B83F45EB05F69DF8C226B4E /* FIRDependency.h */, - 5750C5821EA749B0F99613C8700016E6 /* FirebaseCoreInternal.h */, - 8A283052D02A9AB8487DA34044B8BD29 /* FIRHeartbeatLogger.h */, - F6522C3E0E999D26FEBB62012E7F1D09 /* FIRLibrary.h */, - CF5EF215F8110D585E457A85A9377E10 /* FIRLogger.h */, - 21B80F9D234115F36A2C956CBF1F6827 /* FIROptionsInternal.h */, - 9BEC49E66F8F41B91D5403B6C8DADB61 /* Resources */, - 1D8E0C25CB825BD740846A81D006948A /* Support Files */, + 324499496EB8BC3C7C721651E27C6344 /* Pods-iOS-RoutingKit.modulemap */, + 8AE20B86A52194880C58CB8EA0179CC4 /* Pods-iOS-RoutingKit-acknowledgements.markdown */, + 8AA237554D27935D1D7A31B0F0F51BB6 /* Pods-iOS-RoutingKit-acknowledgements.plist */, + 4BFBFBAF8105D8B81D501F45C5942A84 /* Pods-iOS-RoutingKit-dummy.m */, + 58F6544B829F1E72278D58E4A8C25323 /* Pods-iOS-RoutingKit-Info.plist */, + 8D338E9D0D2481B1873F459B974FF138 /* Pods-iOS-RoutingKit-umbrella.h */, + 2C5AAFA44266C4E8F568A4A0513FC767 /* Pods-iOS-RoutingKit.debug.xcconfig */, + BD4431366CF80BD2A9CDA1F848FE6A5B /* Pods-iOS-RoutingKit.release.xcconfig */, ); - name = FirebaseCoreExtension; - path = FirebaseCoreExtension; + name = "Pods-iOS-RoutingKit"; + path = "Target Support Files/Pods-iOS-RoutingKit"; sourceTree = ""; }; - 70958DD7AC6AAB6891B636FB8703D888 /* GTMSessionFetcher */ = { + 72096B8A2E33A3B3F6B89B9B58B3C8A7 /* nanopb */ = { isa = PBXGroup; children = ( - 082902B00F8B5F0ED448130E94019D3B /* Core */, - 24F357C7705164335E507C44261ED078 /* Full */, - 4D4E7BCC5FCC641D484B3924C97D6585 /* Support Files */, + 8411A96B1286DFEDC0235E9BF5BC2619 /* pb.h */, + 4AC651C8D57CF5E6ACE2C1DB45582C2D /* pb_common.c */, + 7B1B1A1004BF31041C253E0BBD6A6028 /* pb_common.h */, + D277EBA721C444A647C137421D78BEF5 /* pb_decode.c */, + 412AED52F5CC9A800773A76C76BF09B5 /* pb_decode.h */, + 9649D6937B5BD8709AD49CD34F52B796 /* pb_encode.c */, + AF7B7110959E3917ABBC2BDCC3A16025 /* pb_encode.h */, + 52F16721D2B543D6F97B8410E01B76E5 /* decode */, + 6D76D252F8E56034658AB92CD85ED71D /* encode */, + 29AC90D6FE88C57ACA6CFA4C08537D53 /* Resources */, + EA76F1274BB36FB46211451DB199A1AA /* Support Files */, ); - name = GTMSessionFetcher; - path = GTMSessionFetcher; + path = nanopb; sourceTree = ""; }; - 71A3E205C158518D4ECE34870E79DDD1 /* Pods-iOS-dydxStateManager */ = { + 73D568A7E6BD0CCDF8596A610AB08911 /* Support Files */ = { isa = PBXGroup; children = ( - 2A8E7FA9890A42FD7B976496D1E05C31 /* Pods-iOS-dydxStateManager.modulemap */, - 502BD5A558FD4B2C6C6FB873E419BD9B /* Pods-iOS-dydxStateManager-acknowledgements.markdown */, - BD9246C2F4D44070EB0A1AD0DE0FDA88 /* Pods-iOS-dydxStateManager-acknowledgements.plist */, - 5A5BF710AA886218969F02F4E0AECE4C /* Pods-iOS-dydxStateManager-dummy.m */, - CFFDF1EF63C380377FB8D45F8F9C1EF1 /* Pods-iOS-dydxStateManager-Info.plist */, - C2C7162CFCF0D4FE705B93E129C49E3C /* Pods-iOS-dydxStateManager-umbrella.h */, - D8DE34624C861EC68708AC717817B225 /* Pods-iOS-dydxStateManager.debug.xcconfig */, - F8A06B54729444C83518A878D0585AA7 /* Pods-iOS-dydxStateManager.release.xcconfig */, + 6C56BEC6042E7E65D3506E66E0E42E47 /* Popovers.modulemap */, + 999E660786499A8F94FBA8ED71935EDE /* Popovers-dummy.m */, + 0B8A32F0406F7F9B23FC9AE28AD27A88 /* Popovers-Info.plist */, + 2691CC18E2994B982D9CA39671C08B98 /* Popovers-prefix.pch */, + 7D89E4C1427FC53043F8F987FBA656C0 /* Popovers-umbrella.h */, + 6C7EA34683D9FAB48637A835F6400B99 /* Popovers.debug.xcconfig */, + 25879E256CFAA7F235E680994BA82BF3 /* Popovers.release.xcconfig */, ); - name = "Pods-iOS-dydxStateManager"; - path = "Target Support Files/Pods-iOS-dydxStateManager"; + name = "Support Files"; + path = "../Target Support Files/Popovers"; sourceTree = ""; }; - 71A8ACE32414DFAAC437C25E8D1BF435 /* FirebaseInstallations */ = { + 74CCF70C9AC65CC7F1EB2F87EA090FDE /* Resources */ = { isa = PBXGroup; children = ( - D4F5BAD05698394A2A3B243B32183F62 /* FIRAppInternal.h */, - B0ED6FB374FA7B71FF6D2806A52542B2 /* FIRComponent.h */, - 6B06422D518A7078A54556EF4D344282 /* FIRComponentContainer.h */, - F0355FAA92DB8A6990A0A67373A2D9F9 /* FIRComponentType.h */, - 575C05C22E769C5491F84C0EE81715A9 /* FIRCurrentDateProvider.h */, - FC9FA8DCBBBAF45027CEC4FA60A477C7 /* FIRCurrentDateProvider.m */, - E880A9EA3ECA8DB8F8FFBFAF43EBBC22 /* FIRDependency.h */, - 01927563124FD9FD1BDB6559629A36C3 /* FirebaseCoreInternal.h */, - 77E40F763759D7CDA1CCDCA1033C5A7C /* FirebaseInstallations.h */, - 7836C5743ED79F00F6E5CDFBED464B2C /* FirebaseInstallationsInternal.h */, - BA0A2C34C62A3DDC2BBA160E1AF4F8B9 /* FIRHeartbeatLogger.h */, - 81289C5BA757D2307D521C7D1E11B786 /* FIRInstallations.h */, - 64DF5AD171857D3624A681A37370D56B /* FIRInstallations.m */, - 7FD8E23DA0BF73B2AEA135CA74AE3E4B /* FIRInstallationsAPIService.h */, - CBFD8CF4D016DDC788AEB4EBB2ED5689 /* FIRInstallationsAPIService.m */, - E6D3AA2B484BB6FE533738C8BCF15146 /* FIRInstallationsAuthTokenResult.h */, - 8A8B9F2B105832CBB3B0C54D20A5B6BC /* FIRInstallationsAuthTokenResult.m */, - A34C64862DD9365912B26D28CB494471 /* FIRInstallationsAuthTokenResultInternal.h */, - 8BA4CD08447059B4B086E8BDA00726D4 /* FIRInstallationsBackoffController.h */, - AD74DCC8A7310448424672AC21BB720D /* FIRInstallationsBackoffController.m */, - 485D9397756486E590342A684FC32CDC /* FIRInstallationsErrors.h */, - 33D966F72517699A6BF59335237139D5 /* FIRInstallationsErrorUtil.h */, - 910B86FE3431729C9157A9D62924432E /* FIRInstallationsErrorUtil.m */, - 9AB750A5E462335024C850E06A65DA6B /* FIRInstallationsHTTPError.h */, - 82CC9AE00FCE3360F91EC471A033D316 /* FIRInstallationsHTTPError.m */, - 2D9BFDCA676E3C6D1495C3056EC672EA /* FIRInstallationsIDController.h */, - 3B034D79EBB7A7E3C90346DEA49F3B15 /* FIRInstallationsIDController.m */, - F478FB944DBA79C335A3BEB947CF0A69 /* FIRInstallationsIIDStore.h */, - 0DB07270DD67B40C1875154882739981 /* FIRInstallationsIIDStore.m */, - 36BA3557BA6A9942A243FEF4E72A3D8C /* FIRInstallationsIIDTokenStore.h */, - C7D0BF59B0A33DFD19BFC1B8C9F4BD73 /* FIRInstallationsIIDTokenStore.m */, - 78EC6FBFE5B659081270360B7BC332C4 /* FIRInstallationsItem.h */, - 7F6125788BABD6F8384A97B21987F89B /* FIRInstallationsItem.m */, - 589EF491C6AB3D8C11F7BE7B163ECDF2 /* FIRInstallationsItem+RegisterInstallationAPI.h */, - EC74F247387666CF609D31B9E2F50E8F /* FIRInstallationsItem+RegisterInstallationAPI.m */, - DB673E3180781963D9B2582D82415E73 /* FIRInstallationsLogger.h */, - DEE653D7212A099314C6269C8D8445DE /* FIRInstallationsLogger.m */, - BF217BA5A99448D57D546199BCB6476D /* FIRInstallationsSingleOperationPromiseCache.h */, - F69E7567AB63BE15E91C343255CB4016 /* FIRInstallationsSingleOperationPromiseCache.m */, - EC52AFF410E7F28048879E65A0CED7C1 /* FIRInstallationsStatus.h */, - 17A0A2443E95A779A8D065EB66DF693F /* FIRInstallationsStore.h */, - 417D7AA3F4509C5207087D59E2BB773C /* FIRInstallationsStore.m */, - 364745DDA372867201DF4BE2BDA8D4DA /* FIRInstallationsStoredAuthToken.h */, - 439E3F0D91270CF5C92CFEDFA964644A /* FIRInstallationsStoredAuthToken.m */, - 8E304CB4F71524D710FEF4240C992245 /* FIRInstallationsStoredItem.h */, - 9D838441F70BEA870373F5A84A8149CC /* FIRInstallationsStoredItem.m */, - 35F66F3DCAE6D90B058A9C67B1FCC589 /* FIRLibrary.h */, - F6B1D0D4034D578D0BB7E67D94F562B6 /* FIRLogger.h */, - F780517352B38C013C09102386F765BE /* FIROptionsInternal.h */, - 782762C48DB928424E58FD2A447FB6CD /* Resources */, - DD4AC82433A52EAB2FCD5EC5DC8118A0 /* Support Files */, + 0F3D1C14E138C06F23C97C23B784022E /* PrivacyInfo.xcprivacy */, ); - name = FirebaseInstallations; - path = FirebaseInstallations; + name = Resources; sourceTree = ""; }; - 71EAE9AC4CCACCCA47BD37512BD0692A /* SwizzlerTestHelpers */ = { + 768DFE32406FF780C7BD4FB2E19A60A3 /* Pods-iOS-Utilities */ = { isa = PBXGroup; children = ( - 3380F334C82D40A283AABF9555CD7CB3 /* GULProxy.h */, - 91D187B48A6290D3DA8FAB8FAB2E3DD4 /* GULProxy.m */, - B38F24974565817FEE5FE46066CAC277 /* GULRuntimeClassDiff.h */, - A4ECBBFB21B0AB019F9061D58032F651 /* GULRuntimeClassDiff.m */, - F47B49F8766CD118DEFEDB7F0A0D8A75 /* GULRuntimeClassSnapshot.h */, - 889D5D236C59E9911DD19AB86CABF0E3 /* GULRuntimeClassSnapshot.m */, - D7D5070220D0CA87FCC70ACE3BB2FF07 /* GULRuntimeDiff.h */, - 4E09D2906C2FAFC7E68937F900DEB29F /* GULRuntimeDiff.m */, - 5FF1097FF9BF6E303F31A83974291869 /* GULRuntimeSnapshot.h */, - 4A806AA49DE56F8DFD99DF33ACA48F8D /* GULRuntimeSnapshot.m */, - 9542F8E1E959D32ED1D931FB083F1FC9 /* GULRuntimeStateHelper.h */, - E7ECC984CB98F2DE333D4AB34B836B1A /* GULRuntimeStateHelper.m */, - B76DF883998EB2C629B7763F47FB9777 /* GULSwizzler+Unswizzle.h */, - 2DC5102810D5EA44B71CAF825FAED8B1 /* GULSwizzler+Unswizzle.m */, - F8E9F2316FFCB61CDE409C1F2719DDB6 /* GULSwizzlingCache.h */, - 3E551FDC5A6BF59A387DE44A5B0CBD32 /* GULSwizzlingCache.m */, - B836BBF27FFECD9711CAF26571D8D91F /* GULSwizzlingCache_Private.h */, + F64F128CDEFCEAB9F34C868221F24F81 /* Pods-iOS-Utilities.modulemap */, + 939A87619ECFC5614E1DFB674ECEB7C0 /* Pods-iOS-Utilities-acknowledgements.markdown */, + 027A5EEDFBA496C32BBFD5E37DB71215 /* Pods-iOS-Utilities-acknowledgements.plist */, + 435D3F434D4814AAED68892EAB9B1FBD /* Pods-iOS-Utilities-dummy.m */, + 65D4D00578102F05332E319F2C2794A6 /* Pods-iOS-Utilities-Info.plist */, + AC3456484620E3E691CAE6A9AE96F6B5 /* Pods-iOS-Utilities-umbrella.h */, + 5C0DF795314110E68AB97D1182C26DAB /* Pods-iOS-Utilities.debug.xcconfig */, + 3B71F700F0954049E22703B0F3CCEC11 /* Pods-iOS-Utilities.release.xcconfig */, ); - name = SwizzlerTestHelpers; + name = "Pods-iOS-Utilities"; + path = "Target Support Files/Pods-iOS-Utilities"; sourceTree = ""; }; - 72A0140CE5582AB15EF41E5729492E59 /* Support Files */ = { + 76F9486AE4DBB8391A0946A3BF4C65EA /* Support Files */ = { isa = PBXGroup; children = ( - 0D79810DFAA72B200A7E8BD9F127E9F7 /* EasyTipView.modulemap */, - 3AFA6CF7068228098A0FEA33458C1358 /* EasyTipView-dummy.m */, - 9855EB08130CE7E973248D26552D583F /* EasyTipView-Info.plist */, - BF359289A35FB8A0244D74BA02D79CA3 /* EasyTipView-prefix.pch */, - F9ED53D35AB300F98C5F9CF95773F694 /* EasyTipView-umbrella.h */, - 2EE30A09C64062510832CF73DBE5AA0C /* EasyTipView.debug.xcconfig */, - 3B6DBABF7F295F13244C9B409354F554 /* EasyTipView.release.xcconfig */, + 2F8AB17F81403243DCC1CAF5D9EE79E0 /* FirebaseSharedSwift.modulemap */, + DD1E227706CA021001601E0B966A29CC /* FirebaseSharedSwift-dummy.m */, + CB8A1AFCE9FE3E7EB778C34C742691FF /* FirebaseSharedSwift-Info.plist */, + EEB3B234A896F634FAD084EA3743CD21 /* FirebaseSharedSwift-umbrella.h */, + BE1775B97AEFD6D9A3EA7A18B0116EEA /* FirebaseSharedSwift.debug.xcconfig */, + 04A06FAB8FDDC52A037EAA7A01540FEE /* FirebaseSharedSwift.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/EasyTipView"; + path = "../Target Support Files/FirebaseSharedSwift"; sourceTree = ""; }; - 72C9ADE84C030C01C3931B11C644AC02 /* Support Files */ = { + 78041F43962849E283BF64499C30EBE1 /* Atributika */ = { isa = PBXGroup; children = ( - 13AC369BA9CF82CCCBCEEC43CE4A1FA2 /* Differ.modulemap */, - 5B687A03C8A3D4EF38D035CB748DF284 /* Differ-dummy.m */, - FF64D59C7069BA0AB2D9423E7286D8FA /* Differ-Info.plist */, - 2346052F73EB8861698B7E14F02A5400 /* Differ-prefix.pch */, - 9065D6C8B1C26B855A48B5831F9DDD30 /* Differ-umbrella.h */, - 4AF3440DEA579B7BD64CC11E96E25A28 /* Differ.debug.xcconfig */, - 744BDC9F43945B0BE306C8059A4BE513 /* Differ.release.xcconfig */, + 7B18940D6D23BC8370921CAAB2C6CD94 /* AttributedStringBuilder.swift */, + CDA897D1F596AFD969793B042939C576 /* Attrs.swift */, + C3E6EF2A28C3DDE88BE6A4EC455E1014 /* Detection.swift */, + 8F553D81760512CB840B6F3AD16ACA5C /* NSScanner+Compat.swift */, + 6B55DF0B7DE78489A3952D8245EED50D /* String+Detection.swift */, + BB920BF67CDA938D89E4AC68E34F9257 /* String+HTML.swift */, + 4A4673F3F1BC6846C8E0CE5C693CF988 /* String+Style.swift */, + 15811EA0B82FF13D7EF9C5E3CB4A2E11 /* Tag.swift */, + CECBEA9A1B5F06B966F939B0AB46A943 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/Differ"; + path = Atributika; sourceTree = ""; }; - 73D0DA04DA8BBFBCA9EFDE7A052A5AFE /* Support Files */ = { + 7951BD00A5204269CBA5BC7D35634CDA /* Support Files */ = { isa = PBXGroup; children = ( - 1A129078F576F41250D45EAE33D9D6A4 /* ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist */, - 5FE067369E401EFEDC8B7D94856893AA /* SnapKit.modulemap */, - B4068A617C0BF6F4640E905B029D9D1D /* SnapKit-dummy.m */, - 737045BC3D053C3E1B2D28C8FD44B3E5 /* SnapKit-Info.plist */, - 4EAC067E34BDFFAC369F2DD1C153EB96 /* SnapKit-prefix.pch */, - 92627F2D85B023B907E4D903DA8130EE /* SnapKit-umbrella.h */, - BCCE8CCB6A50B45C140E51E625AD15EF /* SnapKit.debug.xcconfig */, - E33D907738ED41C5C093D84E8CDE19FA /* SnapKit.release.xcconfig */, + B371367E174C7D34B6C06A1C11A93989 /* FirebaseRemoteConfig.modulemap */, + D48D6667D2694EFFD2EACBA606523F96 /* FirebaseRemoteConfig-dummy.m */, + C74F40FABA992CBC4DD7AD9837E9AB15 /* FirebaseRemoteConfig-Info.plist */, + 67E91589D909B1F075D1A36B511BFC54 /* FirebaseRemoteConfig-umbrella.h */, + BA6178FFA4F6063CB57D0E28B32825A0 /* FirebaseRemoteConfig.debug.xcconfig */, + 9A87FAD9A91D5D4CC46FC00D15A5D1B7 /* FirebaseRemoteConfig.release.xcconfig */, + B84B5A9F6D9DB0274718358BC80C7F99 /* ResourceBundle-FirebaseRemoteConfig_Privacy-FirebaseRemoteConfig-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/SnapKit"; + path = "../Target Support Files/FirebaseRemoteConfig"; sourceTree = ""; }; - 748A5935A3C6AA2352FE06FE60D10ED2 /* Resources */ = { + 7A85B7DB33A2471C9ED755C2CB704E0F /* Resources */ = { isa = PBXGroup; children = ( - 7C6B590824805A2C89248260F4E4D649 /* PrivacyInfo.xcprivacy */, + 19739B194E0351B39360C0250220E4FE /* PrivacyInfo.xcprivacy */, ); name = Resources; sourceTree = ""; }; - 74CBE7753B9BC4332021260A3DFE4091 /* FirebaseABTesting */ = { + 7A8A5F73B63CD4BA3296481BB1351EBB /* Pods-iOS-WebParticles */ = { isa = PBXGroup; children = ( - 2633344C944C6320032E44E831AEB4D2 /* ABTConditionalUserPropertyController.h */, - 05EB88C821FC444A5742B6D9AFE40F30 /* ABTConditionalUserPropertyController.m */, - 6AC22109E4B30980ADD6B54D9E229BE7 /* ABTConstants.h */, - 90EFCC2A50969F5F941A13DA0892EEFA /* ABTExperimentPayload.h */, - 859B14E68209C9BEC8AF711F541C16B5 /* ABTExperimentPayload.m */, - 5A6B3DA209A8939ED9106E252932EF73 /* FIRAnalyticsInterop.h */, - 2A0B317CB0DC24528A71A816B8F16AA7 /* FIRAnalyticsInteropListener.h */, - A259B12A0DDE53CAB2B69BA7748F8C13 /* FIRAppInternal.h */, - 26F52C6D91494CAB893A6E21B45BBC70 /* FIRComponent.h */, - 106DE28E54848814FF4CC8F3842CFA42 /* FIRComponentContainer.h */, - CD9B705E44D41BAEE573A928433FF4EA /* FIRComponentType.h */, - D04DCFB73DCFA36E21091A6722F2B47B /* FIRDependency.h */, - 585D2E1AF6654FD350D174094B2639C5 /* FirebaseABTesting.h */, - 989421130514ADE0EC3F52D7113F34FC /* FirebaseABTestingInternal.h */, - 1CCD432878ABDA06E7FCFE9B0E5F0AE0 /* FirebaseCoreInternal.h */, - D385C5B8D114C63EBC07CAEC06BB4A19 /* FIRExperimentController.h */, - 9047DD93CB2520D7C9E451893E2D1512 /* FIRExperimentController.m */, - AFF431EB2D8E21BE8C9AE666586A06F0 /* FIRHeartbeatLogger.h */, - 30E01A67090A725268538DEDFED35556 /* FIRInteropEventNames.h */, - 4DBD7AC6A519E56223FE8DD3A2C78CA5 /* FIRInteropParameterNames.h */, - C8E69C0D4173EE4250130D6575562DED /* FIRLibrary.h */, - 64F5731AE3481B44B45F1916D8DF8B74 /* FIRLifecycleEvents.h */, - BFD1A4F19DDFE92C6D19FB45B9D06C55 /* FIRLifecycleEvents.m */, - D92209F05B09B6106F471696E73B6190 /* FIRLogger.h */, - 98E5583F5417100968AFC76EFEDFA140 /* FIROptionsInternal.h */, - 0F491C1E3E21CDDB92FC96F50B4B1930 /* Resources */, - A5653EC7990784F5B950F22B9D898A32 /* Support Files */, + 77DB031ED3D65BEB06269A96177C19FA /* Pods-iOS-WebParticles.modulemap */, + 2B2555217DA4CBB02CC7C1078286A3FF /* Pods-iOS-WebParticles-acknowledgements.markdown */, + F624F4A5E49F38DD0F51C4247606C00D /* Pods-iOS-WebParticles-acknowledgements.plist */, + 97520E1C008EA8450C402025DB0CB254 /* Pods-iOS-WebParticles-dummy.m */, + 4EA2807097E9B42F67BF7CEB514098F7 /* Pods-iOS-WebParticles-Info.plist */, + CF1281632D8CCD3B3802971E44F5DE3D /* Pods-iOS-WebParticles-umbrella.h */, + 0C5BBFE02687C03B530D0CED8C089919 /* Pods-iOS-WebParticles.debug.xcconfig */, + 9F4278D0F556C9C15AA345A796878F2E /* Pods-iOS-WebParticles.release.xcconfig */, ); - name = FirebaseABTesting; - path = FirebaseABTesting; + name = "Pods-iOS-WebParticles"; + path = "Target Support Files/Pods-iOS-WebParticles"; sourceTree = ""; }; - 74FC224B60E11C19A1703A0BC130DB78 /* Pods-iOS-CameraParticles */ = { + 7AAAB6D2CE0B5EC34BB93E986823304C /* Resources */ = { isa = PBXGroup; children = ( - 2D70F2AD0812BAE28ECFABCA018122C0 /* Pods-iOS-CameraParticles.modulemap */, - 9828987695D4E88719049EC284207E93 /* Pods-iOS-CameraParticles-acknowledgements.markdown */, - C3FB7FDCB49B9C8B19D6A9BF1FA642CE /* Pods-iOS-CameraParticles-acknowledgements.plist */, - 61A5B950644E96E879162FBDD7789185 /* Pods-iOS-CameraParticles-dummy.m */, - B7BF5D6F538EC57243273215667117C1 /* Pods-iOS-CameraParticles-Info.plist */, - 8405B46FFC8118E7EEA70E0EFBBB2E7E /* Pods-iOS-CameraParticles-umbrella.h */, - BE77914D08B8EA09BC8306286DFBA655 /* Pods-iOS-CameraParticles.debug.xcconfig */, - 3B483D07943F1DFF4F70A616B1B97D6A /* Pods-iOS-CameraParticles.release.xcconfig */, + E9770CC10FD7F61CD95999A6EA18F744 /* PrivacyInfo.xcprivacy */, ); - name = "Pods-iOS-CameraParticles"; - path = "Target Support Files/Pods-iOS-CameraParticles"; + name = Resources; sourceTree = ""; }; - 766A302E62351F2D8CA5A4138994C730 /* Pods-iOS-PlatformUI */ = { + 7ACC4126B7EC56979882A43B2107D97F /* Resources */ = { isa = PBXGroup; children = ( - 70F5CDDD6758F2FF10253E77D54780A6 /* Pods-iOS-PlatformUI.modulemap */, - B0D5B8432823E1A154AD2DFFFD328C59 /* Pods-iOS-PlatformUI-acknowledgements.markdown */, - A14D40B7281A917E7C72559E5DE18E2A /* Pods-iOS-PlatformUI-acknowledgements.plist */, - 8F29C8AEA339D19E592343BA2DEA8656 /* Pods-iOS-PlatformUI-dummy.m */, - 68AB950918E35DD94697DEA675BD92EC /* Pods-iOS-PlatformUI-Info.plist */, - 4E2ECA7AC4F5D74B98B3FE99A7B5A55F /* Pods-iOS-PlatformUI-umbrella.h */, - A545C8132189884A1635F87856E99753 /* Pods-iOS-PlatformUI.debug.xcconfig */, - 4526CCDAC4FD5F27A5ABEED6400FE1F8 /* Pods-iOS-PlatformUI.release.xcconfig */, + F6F87647ECE299A48DD5E65670EE347A /* PrivacyInfo.xcprivacy */, ); - name = "Pods-iOS-PlatformUI"; - path = "Target Support Files/Pods-iOS-PlatformUI"; + name = Resources; sourceTree = ""; }; - 782762C48DB928424E58FD2A447FB6CD /* Resources */ = { + 7AF1BA4D9C568A8524D417BC00A5D901 /* GTMSessionFetcher */ = { isa = PBXGroup; children = ( - 366498A5997940CB15CE404EA358CD69 /* PrivacyInfo.xcprivacy */, + 0E631182C470B5B4B6FDB872D4161E39 /* Core */, + 4B7F105A8ABDCC0FEC76B2596B877B33 /* Full */, + 5BD433E878DF59E160C833E32B5CC675 /* Support Files */, ); - name = Resources; + path = GTMSessionFetcher; sourceTree = ""; }; - 78C3223DCAC3D6AB6C4258A80C335DBF /* Frameworks */ = { + 7CA48996D3CB84077C2F7A02ED3FBAA3 /* NSData+zlib */ = { isa = PBXGroup; children = ( + D916F71ECBE03BC8D3C1C3E464E7BCE8 /* GULNSData+zlib.h */, + AEFEB89F66B7B0D62972572EB2710672 /* GULNSData+zlib.m */, ); - name = Frameworks; + name = "NSData+zlib"; + sourceTree = ""; + }; + 7D14CC060B77A80EFF4887BD9B9CDDE2 /* Support Files */ = { + isa = PBXGroup; + children = ( + D3FB896F63232093FFA8575ED4346FC0 /* BigInt.modulemap */, + CD1353D6392FDB678D8BB226D25A0D07 /* BigInt-dummy.m */, + 57566A759D5D3EE03F3A13665DBE5F83 /* BigInt-Info.plist */, + 4D51FA93CF2885B9DAEC21AEBE52D8D4 /* BigInt-prefix.pch */, + 79701722E260FB538A5C1DB04B6B4F56 /* BigInt-umbrella.h */, + 16DB30D21B4E9F89F4E5DF0BCA0A212D /* BigInt.debug.xcconfig */, + D67BF84B929355F1D0FE4265BD31B1B7 /* BigInt.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/BigInt"; sourceTree = ""; }; - 790B8852456432BCF4CF04A027CD809F /* Resources */ = { + 7DA16144C4D1A031ABBA796E95B676DE /* Resources */ = { isa = PBXGroup; children = ( - 06767132CC64099E27774BE22AD9E58F /* api.amplitude.com.der */, - 8C425F4996FF40E611B5FB0793E83205 /* ComodoCaLimitedRsaCertificationAuthority.der */, - 0F3438F9A7A1219BC116119FBB3E597C /* ComodoRsaCA.der */, - CCA9E1172A2C16CD2293ADFE92858840 /* ComodoRsaDomainValidationCA.der */, + BC6706AFADD1C21DF77DE1967D5474B4 /* PrivacyInfo.xcprivacy */, ); name = Resources; sourceTree = ""; }; - 7965EB454592DDC7324E6EF66CCF0D0E /* Support Files */ = { + 7ED3AD8A2990CA3D5782435C597738D0 /* Support Files */ = { isa = PBXGroup; children = ( - F78C9B4DA3303730EF040179F5E1ACA0 /* Validator.modulemap */, - E10DF6B99D50C11D4D5E9DCD3E32904B /* Validator-dummy.m */, - 2D5C8E9616127532B20BED68B22CB060 /* Validator-Info.plist */, - 9F4E9C0C3EE016A9FC96D04EE190EE0A /* Validator-prefix.pch */, - 16CAA18BF83A4A24B245C2DB897C7684 /* Validator-umbrella.h */, - F11BA0867FDE3906A1C89DA5DA05B42A /* Validator.debug.xcconfig */, - DEDED1EF84600E96CE9EC231FEA6FF2D /* Validator.release.xcconfig */, + A74CD4F2D1D25489EDBA519B2F7BC725 /* FirebaseInstallations.modulemap */, + 247FF766448A33D379A5995984ECC1EE /* FirebaseInstallations-dummy.m */, + F1C07436F5FAC96C9C14E61A43518378 /* FirebaseInstallations-Info.plist */, + 828E2C9FAF3A8E5CDF0638A6C6203D92 /* FirebaseInstallations-umbrella.h */, + EBD82B866147744C73228FF2446527D7 /* FirebaseInstallations.debug.xcconfig */, + CA33BD7F98661E82D144B8BC015CDE8D /* FirebaseInstallations.release.xcconfig */, + 6183423FBF87798C4A20C451AD1DDDE0 /* ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/Validator"; + path = "../Target Support Files/FirebaseInstallations"; sourceTree = ""; }; - 7C083BD8E69107F5958FDB4355B79802 /* Resources */ = { + 7FCC787FF26848FAE201E94A66DB4BD5 /* Core */ = { isa = PBXGroup; children = ( - 0C353DFCE074EA11891B25AC1680361D /* PrivacyInfo.xcprivacy */, + 99E2A4747979E949E1AA8676982D9961 /* CLIColor.h */, + E7B34556B4FA4F7C0A8B41F258CDA9DF /* CLIColor.m */, + 53B1F001808C70FB25E0034203A0BB51 /* CocoaLumberjack.h */, + FAB988DEE725EC655367E859E55CCC2E /* DDAbstractDatabaseLogger.h */, + 969380C04EECA0F0232D4730E24D87D0 /* DDAbstractDatabaseLogger.m */, + 67B3D9D9D0B6857D9224477B5506E1B0 /* DDASLLogCapture.h */, + 180BAB29A6136B2E6DF72CCA48B19FEC /* DDASLLogCapture.m */, + D8B1D3B1DC3D93296F5D1DAEAEC4713D /* DDASLLogger.h */, + 375C24B76508B61EB2A5D946498FA6AA /* DDASLLogger.m */, + 1C20729108E19824F005ED825D41284D /* DDAssertMacros.h */, + 0E4696AFB9C8B90E453E983925926A19 /* DDContextFilterLogFormatter.h */, + 43C1A9C122D6B5256D3079BCB6C7FA3A /* DDContextFilterLogFormatter.m */, + EB8BFAB69B9D41AF70BFE19CC3AF6CED /* DDContextFilterLogFormatter+Deprecated.h */, + B1100F815BABBB68111D23E6E2C766CB /* DDContextFilterLogFormatter+Deprecated.m */, + 592B6B54B3BFEC731341B4B41B0C98A7 /* DDDispatchQueueLogFormatter.h */, + 9BBC30049782EA91336E16595C6EDA23 /* DDDispatchQueueLogFormatter.m */, + ACB6ED86DC49C0428E8392B44486B8A4 /* DDFileLogger.h */, + 9446B54163521A49D37BE9C22FC50BD8 /* DDFileLogger.m */, + 7A15727355B552ABC50AA631FB60CBA0 /* DDFileLogger+Buffering.h */, + EF1E04435899BDB7099A1E05C4E22443 /* DDFileLogger+Buffering.m */, + 3B316D50C7E8D8483A794963AB613D61 /* DDFileLogger+Internal.h */, + E1D48058672DB5B5775B620004744DCA /* DDLegacyMacros.h */, + A7BFC55437F8BB97427495A951BF3A68 /* DDLog.h */, + 43C19EF9603711CBFD52CA04605EE427 /* DDLog.m */, + 4B808E1E5EFADEDEDD419E502BBBEDB6 /* DDLog+LOGV.h */, + 68F7E6DA189EA1FD071FD87062C9A959 /* DDLoggerNames.h */, + 60C8EB5C933B1ED6A088BE3B942D9B4C /* DDLoggerNames.m */, + A922B7CFC34FE18380302C47E3C401F7 /* DDLogMacros.h */, + 11D35105B520292329378F6ADEB4C585 /* DDMultiFormatter.h */, + 348F17CDFB8BF30629A350FC0BB87456 /* DDMultiFormatter.m */, + 3055638B96C34DB4977D2E2D8A73EBF8 /* DDOSLogger.h */, + 1743B40D380701F3D812EDEA891C334B /* DDOSLogger.m */, + 2B4261E0988729820723BBB3C24FC1B8 /* DDTTYLogger.h */, + 40FB9459E31BCCE39792CEA7171F5CD5 /* DDTTYLogger.m */, + EB05A8770CFBA7F710C29E27ABD35DC3 /* Resources */, ); - name = Resources; + name = Core; sourceTree = ""; }; - 7C98A84711D2526144C5EFC5F5851581 /* Support Files */ = { + 7FE74B8DBDF7AAE13AB1272DD7C70BA4 /* Support Files */ = { isa = PBXGroup; children = ( - A98E9C6BD555C9031F3A06B9508E90C2 /* FirebasePerformance.modulemap */, - 8BC21DB3362B5382F451B0EAC5F7C236 /* FirebasePerformance-dummy.m */, - CA71B4E1570B6CB4671C0615327EAE91 /* FirebasePerformance-Info.plist */, - E82023CD4AD0546E12B8219D2356E482 /* FirebasePerformance-umbrella.h */, - 117095D98A43BA5228734A6F5CE40B1C /* FirebasePerformance.debug.xcconfig */, - 9A346F25A918267E25A56C9A097BDBD0 /* FirebasePerformance.release.xcconfig */, + D12B62755D28DE0FAADBF10B198D1399 /* iCarousel.modulemap */, + EE849948AC56C7399CD47F789E93AE4A /* iCarousel-dummy.m */, + 6D6794BD41AC4E55DB058D928ED353C2 /* iCarousel-Info.plist */, + B26CF6A030C545A69732BB9BD7275134 /* iCarousel-prefix.pch */, + 4C4890F64A279C71762DE4F85A0383B3 /* iCarousel-umbrella.h */, + B2CC1850338009661AB7EF2676073472 /* iCarousel.debug.xcconfig */, + CD10E636F5AE69CBEF174422814DC936 /* iCarousel.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebasePerformance"; + path = "../Target Support Files/iCarousel"; sourceTree = ""; }; - 7CA0EC1A7815F5AA5029AD19809D2A38 /* Products */ = { + 8000334A0BB3C1EA9A02E1A143176EEF /* Frameworks */ = { isa = PBXGroup; children = ( - 79466250C0AB8216B905D3321D56C526 /* Amplitude-iOS */, - DDEAD447247DFA15F1E4DB584614F80C /* AppsFlyerFramework-AppsFlyerLib_Privacy */, - 6BB42E540B3D838029642AB50DA101A6 /* Atributika */, - 91BB24BA472AF523E913108C9AA301F2 /* BigInt */, - A1C1B977ED8804E8AEEC884E7359EE58 /* Charts */, - C261436D14052AE3C35F240BCD155CAC /* CocoaLumberjack */, - 519AF98C92B517DD023896CD077EBFD4 /* CocoaLumberjack-CocoaLumberjackPrivacy */, - 9C826F1A31F3EE529D8CB06EA88E80F7 /* CombineExt */, - DF168D471CF622893595ADB5F7B6AAD3 /* COSTouchVisualizer */, - 3436D7C5225069490C685D77EB2E7F20 /* Differ */, - 95DAC27120A1BA1FFA67C4A250AAB9FC /* DrawerMenu */, - 8A63F6AA6A1D241970B6D28C2970A8B9 /* EasyTipView */, - 4919E5F2B6A6807BB518ABF82953B627 /* EFQRCode */, - 7C3AE4425E7B08F16F1B4FD32951CA7F /* FirebaseABTesting */, - EBC0124F859F5CDD9578E444B7412AC6 /* FirebaseABTesting-FirebaseABTesting_Privacy */, - E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */, - 8BB937B1C0DFFCF92F41861C2BC54DDA /* FirebaseCore-FirebaseCore_Privacy */, - AEF1DC80F0EB62580B81D18786BAF924 /* FirebaseCoreExtension */, - ECAC028550A03412C51913B85686D98B /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy */, - 148D0F9E8C7373FEAF40D800FC5F1BAA /* FirebaseCoreInternal */, - 4DB03FD262B678178A44272143846563 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy */, - 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics */, - 859AE0302B28BD8AE67A780BFCAEE082 /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy */, - 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */, - 47C581450CDB4A6111CB97EEE0711A8C /* FirebaseInstallations-FirebaseInstallations_Privacy */, - 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging */, - B0B6501341FD6783C6874C54AB31A9CF /* FirebaseMessaging-FirebaseMessaging_Privacy */, - 6A15BE02073953CBB87C2DF4C39D91FA /* FirebasePerformance */, - AD776F1C94991D3E551CEAA515DB110A /* FirebaseRemoteConfig */, - E75B0787FCDF53EA02071FEB9C2AE06A /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy */, - 3CB3BCF1390F1406B03BC8DB4735D727 /* FirebaseRemoteConfigInterop */, - 83F5CCB22EE126A829F2A8820798DC8D /* FirebaseSessions */, - 519172F62353C84795D05BA8A499936B /* FirebaseSharedSwift */, - 6FAAB7D3DE9B2564509ABD18687E938E /* FloatingPanel */, - 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */, - F73AA961F4AEFF2B46B00AE435DF6BE3 /* GoogleDataTransport-GoogleDataTransport_Privacy */, - 251C6319AD50CB50F18D50CBF727F8B2 /* GoogleToolboxForMac */, - AEBA8CB6AA4F3222AF152902B80CC166 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy */, - 9264683869DB03D368724585C52FFD0D /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy */, - B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */, - 44E291D18340EAC3F761346198515323 /* GoogleUtilities-GoogleUtilities_Privacy */, - C1998E0D8085221AD87F89B614C10E52 /* GTMSessionFetcher */, - E826FA0DCB9AA6E7829C68391B323B78 /* GTMSessionFetcher-GTMSessionFetcher_Core_Privacy */, - 097A1F5B958C73856FCF44A3F4A839C6 /* GTMSessionFetcher-GTMSessionFetcher_Full_Privacy */, - EAF47B8D3BA5B9248FB8BA7EFB248038 /* HMSegmentedControl */, - C8217EB109A6A34051F09192C29B676F /* iCarousel */, - 95784DA3E052291A415D111DC394DDB0 /* JTCalendar */, - 399EC9508E73C0D54D9BBD8741FBA137 /* KVOController */, - 421ABAD2F376C4185F388A387E2E4655 /* libPhoneNumber-iOS */, - 27C947111F05E50E155DACD7C1FEB0A7 /* MaterialActivityIndicator */, - 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */, - 3227F3FC45681D7CEE5D1355A532398A /* nanopb-nanopb_Privacy */, - A1B9F27862201CD82B398E0B35B14128 /* NVActivityIndicatorView */, - 161277983660BBB6908A635083708CFB /* PanModal */, - 329F0CF7C35177D92B8D32D64D71EFEA /* Pods-iOS-AmplitudeInjections */, - B810BE3C5BF3466F1D655355392ECD48 /* Pods-iOS-AmplitudeInjectionsTests */, - 9EAA3D78A0895324DBA2329B57516BF7 /* Pods-iOS-AppsFlyerStaticInjections */, - 48C2F136F207509EE4860DEDB0E54EAB /* Pods-iOS-CameraParticles */, - 018B0A88C78DAEC66FFB517EF5B20C1F /* Pods-iOS-CameraParticlesTests */, - 79C71A13A4C8327CA927EFAAB1ACCFB3 /* Pods-iOS-dydxAnalytics */, - 292EB807E610A3396AECD09C28D27B9B /* Pods-iOS-dydxCartera */, - 8E3B39AA90D1040479BDC81FB23FC02E /* Pods-iOS-dydxCarteraTests */, - 081C182F8728181F3990871909257E11 /* Pods-iOS-dydxChart */, - 92EE6847B26D9E2B98ACFF867454EC7D /* Pods-iOS-dydxChartTests */, - E9B48D392EEB14826153FF7F36E7E550 /* Pods-iOS-dydxFormatter */, - C8FCB00C30CBA9BB478F5863E97C0F74 /* Pods-iOS-dydxFormatterTests */, - 026B0CD5C051ECFE6E05A6B1E702B60E /* Pods-iOS-dydxPresenters */, - 2848638B36E899B5F85D04D0D64596E9 /* Pods-iOS-dydxPresentersTests */, - F7F40D6C1E9419D3582AE3BD27D42253 /* Pods-iOS-dydxStateManager */, - 28618A7500E9524E19F1DA5F054677E3 /* Pods-iOS-dydxStateManagerTests */, - 5FBCF058696D0C1C14192BA051905E87 /* Pods-iOS-dydxV4 */, - 933A1D8DF9B555FC17BD144308C4B60C /* Pods-iOS-dydxV4Tests */, - 2F07332CC72E59DCA6B8098A13E218A1 /* Pods-iOS-dydxViews */, - 34F81295D6108226F1E059D235F70D70 /* Pods-iOS-dydxViewsTests */, - 573609E2C44C5D459C8ECE459E97AB40 /* Pods-iOS-FirebaseStaticInjections */, - 6261DDF5004567E10799F25A05AFE06A /* Pods-iOS-FirebaseStaticInjectionsTests */, - 3D7AA9B892085B89296FE4281256E8FE /* Pods-iOS-JedioKit */, - 2B6A33C121E2DFA074491753288590D3 /* Pods-iOS-JedioKitTests */, - AF3C0702ABA29F9BA8994E74AB4E57CC /* Pods-iOS-ParticlesCommonModels */, - 25DF7C5173BAE35E779C097DAB751044 /* Pods-iOS-ParticlesCommonModelsTests */, - B29C1B3A50C5216BC1CFAC785CF938EF /* Pods-iOS-ParticlesKit */, - 5B49F3776A194044999DA8D34B6F7683 /* Pods-iOS-ParticlesKitTests */, - 29081E5E1D8B63612CBC3A53007274A9 /* Pods-iOS-PlatformParticles */, - 49A2E402F2601F686FA94810EA68FA3D /* Pods-iOS-PlatformParticlesTests */, - 1FF897670BF36B15497793BDB9957056 /* Pods-iOS-PlatformRouting */, - A01CF4C70441C6C0DEBAE2ADBB4575D1 /* Pods-iOS-PlatformRoutingTests */, - AB3BCC8C653C3CBBB83544629EDB4D81 /* Pods-iOS-PlatformUI */, - 41D86A0024B5CE057D399B91CC354736 /* Pods-iOS-PlatformUIJedio */, - 9267610667EF455F97C9EE09100F8014 /* Pods-iOS-PlatformUIJedioTests */, - 1FFA70486A1F82F84C31A3750C296A75 /* Pods-iOS-PlatformUITests */, - 72E07D58069C9E39DB9E2776B409C57B /* Pods-iOS-RoutingKit */, - 4EE10662D9D779E124B2DE0C5B878BB5 /* Pods-iOS-RoutingKitTests */, - 2026E490EA379A81186FED2FE84D2C77 /* Pods-iOS-UIAppToolkits */, - 9F661AEAD85EA0EB96D9DE3186479238 /* Pods-iOS-UIAppToolkitsTests */, - 465202918ED58B9BE770283C929453F0 /* Pods-iOS-UIToolkits */, - 270AD2BA3A112CD41D14EC983E2A9A83 /* Pods-iOS-UIToolkitsTests */, - 64D82B649F1AB6BABDE65D9605CCB206 /* Pods-iOS-Utilities */, - 3E7F4195EFC9B76CB99D66BFE01EAE3D /* Pods-iOS-UtilitiesTests */, - F7952BBD4DD3330013B60E2297EB2AD4 /* Pods-iOS-WebParticles */, - CE58F390C0CBEA7CB3F2DD39FC97F523 /* Pods-iOS-WebParticlesTests */, - 51305B2D9D8DA36D89CC277D729083D2 /* pop */, - 19D355B137AADBEAE940E34A09FBDD01 /* Popovers */, - 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */, - 3F238BB22C5201CE689CAF2F766AED95 /* PromisesObjC-FBLPromises_Privacy */, - 379E5319BC6B4AE5613DFF7EEEAA6905 /* PromisesSwift */, - 067CED0F0662BBE6DC889AEC6DAB3049 /* PromisesSwift-Promises_Privacy */, - 70D9AF8816B83A48213CBE0912445559 /* RDHCollectionViewGridLayout */, - 21B03CA622E690725A6626C088E1D09F /* ReachabilitySwift */, - 842AED998605C42F2C05F53985DA2DF5 /* ReachabilitySwift-ReachabilitySwift */, - B0B214D775196BA7CA8E17E53048A493 /* SDWebImage */, - CF1281E58AA1045D4B7F33FC56691C42 /* SDWebImage-SDWebImage */, - E722D6805379E92A6556CE4A121DBEEE /* SDWebImageSVGCoder */, - 6B1B10F952F684F6767E6903C2F5E816 /* SDWebImageSwiftUI */, - 1F666B467B4C2BA9427FF79510009754 /* SDWebImageSwiftUI-SDWebImageSwiftUI */, - CD3B027EC578E22891ED55C05705F3CD /* SimpleKeychain */, - 979486118B3E90C08386079D57962701 /* SnapKit */, - B9DCB5EC0B1CDADD221717CADDF62359 /* SnapKit-SnapKit_Privacy */, - F8437BE58881E63196CF1F80191B3E2F /* SVGKit */, - 778A43DE3EA035383F503F3CB114C303 /* Validator */, - 94F95FFC70FA9CCF09D3D394F5C24511 /* ZSWTappableLabel */, ); - name = Products; + name = Frameworks; sourceTree = ""; }; - 7E27D9915518715608124D6BAF43B3BE /* CocoaLumberjack */ = { + 806459E8DB26A57ED054B87A59DF9E1C /* CocoaLumberjack */ = { isa = PBXGroup; children = ( - 97C93D686D563E0D3C87F006F5541691 /* Core */, - 2439A335DC105E7823B8CD42EB7957D2 /* Support Files */, + 7FCC787FF26848FAE201E94A66DB4BD5 /* Core */, + C7AEA03FD3F4CC58338EB5A5EB4C51FD /* Support Files */, ); - name = CocoaLumberjack; path = CocoaLumberjack; sourceTree = ""; }; - 7F5CDA0C26094390E09C4453B438EFE5 /* DrawerMenu */ = { + 8075431DF4574F54321AD176C6E4EF76 /* NSData+zlib */ = { isa = PBXGroup; children = ( - 3D31A2796AFFA08E1F776BC949C38926 /* DrawerMenu.swift */, - FF5C7C4BE600A6AE489FCCCAD8FACBAF /* DrawerMenuStyle.swift */, - 83C5A654C6CE669A7234A94E4B0D7A6A /* Floating.swift */, - ACB0AA6A9B07E4D42D32251FFDB38A71 /* Overlay.swift */, - 8B4EDF959436C410DF1D698AADFA4526 /* Parallax.swift */, - 7CF79475FF2EAEB49C1BD5D32BE844F6 /* Slide.swift */, - 6E3A768DAB3164C90E0F238493FBC55E /* SlideIn.swift */, - 0F512199C855B1B1DA019487000238A5 /* Support Files */, + 4941F769FAE39A52677C847D3C0167D6 /* GTMNSData+zlib.h */, + 8A1122A8109DA71832709E388F67187D /* GTMNSData+zlib.m */, ); - name = DrawerMenu; - path = DrawerMenu; + name = "NSData+zlib"; sourceTree = ""; }; - 7FD621F2A5BB4D25395063C2C8E1724B /* Base */ = { + 80DB11203D1513E1D90179668188E9EB /* GoogleUtilities */ = { isa = PBXGroup; children = ( - 039BF0F55F4DE14D3BF4B4687A56A646 /* NVActivityIndicatorAnimationAudioEqualizer.swift */, - 14337069AD72871A5565C84379E41338 /* NVActivityIndicatorAnimationBallBeat.swift */, - 844B51EFD1D5B2B0B41F5D12D89D3CB9 /* NVActivityIndicatorAnimationBallClipRotate.swift */, - D71E3DC0B61006C201D431A24BC94BE9 /* NVActivityIndicatorAnimationBallClipRotateMultiple.swift */, - C6AE971B409F4CC6D2AE10ACB2BB051A /* NVActivityIndicatorAnimationBallClipRotatePulse.swift */, - BF23C2269A3BC48A506AD33C5712FFAB /* NVActivityIndicatorAnimationBallDoubleBounce.swift */, - 8442131B8CD86A147185E71E402FC958 /* NVActivityIndicatorAnimationBallGridBeat.swift */, - 9326536A019291AAA0CEB4553722917C /* NVActivityIndicatorAnimationBallGridPulse.swift */, - 94C1D7F5D8D24C9616B6CE43E9289B98 /* NVActivityIndicatorAnimationBallPulse.swift */, - A82B3884E17A2D760AA738560CA8AD3B /* NVActivityIndicatorAnimationBallPulseRise.swift */, - 355C3EF037BC9E7524A1560CBC215ED0 /* NVActivityIndicatorAnimationBallPulseSync.swift */, - D198D3F6DEE09E5F77EF9A8B1FA3CBA5 /* NVActivityIndicatorAnimationBallRotate.swift */, - BDD9B90B9CFEFE91BB46637BF4AA76BF /* NVActivityIndicatorAnimationBallRotateChase.swift */, - DE4873F5DE7AF0A624B8EB23AE24C39F /* NVActivityIndicatorAnimationBallScale.swift */, - FE216CCB9BCDEB8241A6A6D4E1832DE4 /* NVActivityIndicatorAnimationBallScaleMultiple.swift */, - FEAD9AB2BD3A4A0C15D2E54B3F7A7207 /* NVActivityIndicatorAnimationBallScaleRipple.swift */, - 1215328E18316D75E5179B7FA0AEDB79 /* NVActivityIndicatorAnimationBallScaleRippleMultiple.swift */, - 542CDF544A2433F25D0E0B6333D6F417 /* NVActivityIndicatorAnimationBallSpinFadeLoader.swift */, - B88CDF7D7E44125F618FB4D61351EDED /* NVActivityIndicatorAnimationBallTrianglePath.swift */, - F9B66DAFFAF4D754ABD95FDDD5D1365D /* NVActivityIndicatorAnimationBallZigZag.swift */, - 6ACEC4B3306F125CC94BDFDB67027A92 /* NVActivityIndicatorAnimationBallZigZagDeflect.swift */, - 14DC14AB06A4FB131E752D2E1F248BCF /* NVActivityIndicatorAnimationBlank.swift */, - 51460631149BAD3F74CC99CAB2088BBE /* NVActivityIndicatorAnimationCircleStrokeSpin.swift */, - 640974370ECC6F2D69DE417054798DC4 /* NVActivityIndicatorAnimationCubeTransition.swift */, - 7FF1E51157AC404ADEA16D97AFA76796 /* NVActivityIndicatorAnimationDelegate.swift */, - 934336569A13E8745534CC6099722E5B /* NVActivityIndicatorAnimationLineScale.swift */, - 48F3AB176CB6045CF24DA8C1038F91F2 /* NVActivityIndicatorAnimationLineScaleParty.swift */, - 652BC20DEAA74B35E11DAB3251FF400D /* NVActivityIndicatorAnimationLineScalePulseOut.swift */, - 4C1AC8CB5A2E1A3CE923CA469552F007 /* NVActivityIndicatorAnimationLineScalePulseOutRapid.swift */, - 4FCDF928DCD4A3D4B74A7409F33844B9 /* NVActivityIndicatorAnimationLineSpinFadeLoader.swift */, - 6AFF5420FAA93BDA59A6061897B53AA6 /* NVActivityIndicatorAnimationOrbit.swift */, - CB48346F708FC76650F4960F25A62823 /* NVActivityIndicatorAnimationPacman.swift */, - 87536B5FCE4AFC5744F678BCD528254A /* NVActivityIndicatorAnimationSemiCircleSpin.swift */, - BE8C78AD8259471F1E8C1F24A1A535CB /* NVActivityIndicatorAnimationSquareSpin.swift */, - 6BF05D2B1D5844394F61721947523503 /* NVActivityIndicatorAnimationTriangleSkewSpin.swift */, - DBE184DA9C8E714A16B48309F331C614 /* NVActivityIndicatorShape.swift */, - FA05DDF675C11B519EECF831A091D168 /* NVActivityIndicatorView.swift */, + 39FB103C3E2E18F2DB20CF8E5B9B80CD /* AppDelegateSwizzler */, + E5706CD41476C97CE36CDEC1EBC158F3 /* Environment */, + F89BCE89801CFB5CEAFBDBEC20F348E3 /* ISASwizzler */, + 9F20C5F5A47929B38700EFDF99546F5D /* Logger */, + 345FF9D72716FE0653F93420BF18D638 /* MethodSwizzler */, + 0EA3BFD7242053D52FCE73592D0B03F9 /* Network */, + 7CA48996D3CB84077C2F7A02ED3FBAA3 /* NSData+zlib */, + 34ADA1C61BCEE8329A58095302489931 /* Privacy */, + EB2FD0CAFB7D00BCADFC4C07777813F7 /* Reachability */, + 995442E86CE694A87191B7EB0D07EC23 /* Support Files */, + 4607D1C07C6E26F01E987E0DCD8C0280 /* SwizzlerTestHelpers */, + AD1055D2EE96F92715A055C692B41F2C /* UserDefaults */, ); - name = Base; + path = GoogleUtilities; sourceTree = ""; }; - 802C2A582BEC459F940678D14BC43478 /* PanModal */ = { + 817FC2EB5B7C4BC079DFE6D7A5250C64 /* Pods-iOS-UIToolkitsTests */ = { isa = PBXGroup; children = ( - 98DD07F7A929B2A450E55C9E9BF462A9 /* DimmedView.swift */, - FE5E6ECE9D42902F6D350DE45ECE77DC /* PanContainerView.swift */, - 2953A6291154AF8AB41059E8D8723F87 /* PanModal.h */, - D23892F671788D267E451F9044E200F7 /* PanModalAnimator.swift */, - 9D4BC37C1203933F14E43586B412424D /* PanModalHeight.swift */, - 9C589F47A6CEC3FDF72571FFA7085C17 /* PanModalPresentable.swift */, - 18B61B015FBB659605179CEBD246D15F /* PanModalPresentable+Defaults.swift */, - 72ADFFC823EEE32F602D085F0CF6A8CD /* PanModalPresentable+LayoutHelpers.swift */, - 449CEBD8F3C157327298CAB5946A6986 /* PanModalPresentable+UIViewController.swift */, - 5725F9BB97B8B063F4EC62F2F62C8F4B /* PanModalPresentationAnimator.swift */, - B6E27BC3DEDD4A8A9731EF770BED32F2 /* PanModalPresentationController.swift */, - 64CDF9148C973251870F01661616D530 /* PanModalPresentationDelegate.swift */, - EFE726F0A186AB809BF3345882375E74 /* PanModalPresenter.swift */, - AC554DED1C78838A87E50BCF91CD901A /* UIViewController+PanModalPresenter.swift */, - C71C5C0ACB44A2AD0996C8318AE2B97A /* Support Files */, + BCEAFBDF6CA96B78AF08EB45C258378F /* Pods-iOS-UIToolkitsTests.modulemap */, + CA487E45C948DE05E6033F92FA002AAA /* Pods-iOS-UIToolkitsTests-acknowledgements.markdown */, + 6EDB3F355BA5DA9F4C746227BAA54048 /* Pods-iOS-UIToolkitsTests-acknowledgements.plist */, + 640733061789331D46C06F67D9403F3E /* Pods-iOS-UIToolkitsTests-dummy.m */, + 52E3636DBB85B0955B33AFE7E94D22F8 /* Pods-iOS-UIToolkitsTests-frameworks.sh */, + EEB9D2BF463BC6D03AE205F8B07F1CA0 /* Pods-iOS-UIToolkitsTests-Info.plist */, + 19BC85F9C214B0904ED7B93FF24934A9 /* Pods-iOS-UIToolkitsTests-umbrella.h */, + F5C10E7327448E93C63712943D6428A9 /* Pods-iOS-UIToolkitsTests.debug.xcconfig */, + 30C34072634FA7F988E1DEE8A5FD0F38 /* Pods-iOS-UIToolkitsTests.release.xcconfig */, ); - name = PanModal; - path = PanModal; + name = "Pods-iOS-UIToolkitsTests"; + path = "Target Support Files/Pods-iOS-UIToolkitsTests"; sourceTree = ""; }; - 82EE89D6339D9B321E35AE6B556834A3 /* Support Files */ = { + 835BA7E80AD2032F2890967332124BA3 /* Support Files */ = { isa = PBXGroup; children = ( - 5C84198AF2873383F524FE6D2BD867F0 /* EFQRCode.modulemap */, - 70DA70B17AEF301225FAE57625E480AC /* EFQRCode-dummy.m */, - 7EC0AAA65711076DE81A89500768EB10 /* EFQRCode-Info.plist */, - 3620B20AD6321BF6D9FDD795F79200F8 /* EFQRCode-prefix.pch */, - 297AB53E238F9E7FB6E4D0F942A6C119 /* EFQRCode-umbrella.h */, - 8F5E7ABF02731C4FEF99294BB7C3B3C0 /* EFQRCode.debug.xcconfig */, - A250D52195B566817AA6D521D0341987 /* EFQRCode.release.xcconfig */, + DB6FFE738248EDDD3822D8B2824B6217 /* PanModal.modulemap */, + F96909F8989F899A3A5AF91015FAC972 /* PanModal-dummy.m */, + 765EEA826942F6FDFFA465613347817F /* PanModal-Info.plist */, + 522086945AD1132B5D6CFA891D07A5EC /* PanModal-prefix.pch */, + 70AA8EC6568751BB77B5A35BBAEC6729 /* PanModal-umbrella.h */, + 4164CB504F4CA9498CA7236689899E72 /* PanModal.debug.xcconfig */, + 27C3B6BF6BD9A650A9189CD387698A64 /* PanModal.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/EFQRCode"; + path = "../Target Support Files/PanModal"; sourceTree = ""; }; - 8363340D0BCE9870BA09636945155EC2 /* Support Files */ = { + 84B3400BFC66D0F53DBBAEADD597742E /* DrawerMenu */ = { isa = PBXGroup; children = ( - 68702E93A0BCAB9E3E55594E91280CC6 /* libPhoneNumber-iOS.modulemap */, - 951FFFAE1788B0C83C5142BF47B47D5F /* libPhoneNumber-iOS-dummy.m */, - 39E61288C168E97D2B00A377FE6DAD84 /* libPhoneNumber-iOS-Info.plist */, - F95C8C301AB97B0F72A9DFFD6A39B621 /* libPhoneNumber-iOS-prefix.pch */, - 3A963C55FF19011FAAE4729F07C6F9FC /* libPhoneNumber-iOS-umbrella.h */, - 81F533A75E005CB4F4317B83E681BC4A /* libPhoneNumber-iOS.debug.xcconfig */, - F3EF62C9215DE4C09945BE0EA6AEC2F2 /* libPhoneNumber-iOS.release.xcconfig */, + B8CF9352E9039034E5A4606ECEA385C5 /* DrawerMenu.swift */, + 93A9B239EE5761F171C0231CADA8745F /* DrawerMenuStyle.swift */, + BFCE8403FAA63EB6361D22BE2494154E /* Floating.swift */, + 1489F91046CA959158B3BD8D61233AF9 /* Overlay.swift */, + A1F6199BB8399B5C6F41A985FC3C6848 /* Parallax.swift */, + BC25ACBE11856628108F9E4564BE0158 /* Slide.swift */, + EC1C09E2257FEE6FB6A7D858ED5303CE /* SlideIn.swift */, + 607CBAD988D77FFB7C45763B4A800A1B /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/libPhoneNumber-iOS"; + path = DrawerMenu; sourceTree = ""; }; - 83E430C755AA5E5008AF65777B9CF3A8 /* EasyTipView */ = { + 84B34F1C16C287DE58D89BD237D3D68E /* AdIdSupport */ = { isa = PBXGroup; children = ( - C447CD12B682001BD7CFB74471106B5B /* EasyTipView.swift */, - A0D66BC3BFB9D542DAD828111935DC9B /* UIKitExtensions.swift */, - 72A0140CE5582AB15EF41E5729492E59 /* Support Files */, + 65A4F918D757475B95559F515BF49285 /* Frameworks */, ); - name = EasyTipView; - path = EasyTipView; + name = AdIdSupport; sourceTree = ""; }; - 83FB20730F0C866D29E3FBC96E13226E /* DebugUtils */ = { + 85F224F6E5751E5C26E0251FF4F31DF5 /* Pods-iOS-PlatformUIJedio */ = { isa = PBXGroup; children = ( - 39C969A6102AEBE1C2E9FDB4C98DC820 /* GTMDebugSelectorValidation.h */, - 43585F3E5CF10BAE2D29583FE6657B26 /* GTMDebugThreadValidation.h */, - 40620AD0A3F04F1CB528CE3E4BDA19D4 /* GTMMethodCheck.h */, + 9426E87A1A24E8EEB5164013BE4F679E /* Pods-iOS-PlatformUIJedio.modulemap */, + 531AE741CFF950D85FCA7D67FCE6EEA7 /* Pods-iOS-PlatformUIJedio-acknowledgements.markdown */, + CA9E9EA55CF78B1B5D57690793D330D1 /* Pods-iOS-PlatformUIJedio-acknowledgements.plist */, + 8B4F27160E415A83133090AC68C35D8C /* Pods-iOS-PlatformUIJedio-dummy.m */, + 16AF46780661E12A0DF4FBBF5BAE78A3 /* Pods-iOS-PlatformUIJedio-Info.plist */, + 6A82C93400D8839F8DDD1657BF990FF3 /* Pods-iOS-PlatformUIJedio-umbrella.h */, + B471B7EE0576E8C01E2635D569914CFC /* Pods-iOS-PlatformUIJedio.debug.xcconfig */, + 52834556F4294AAACA1F6A613EEEB533 /* Pods-iOS-PlatformUIJedio.release.xcconfig */, ); - name = DebugUtils; + name = "Pods-iOS-PlatformUIJedio"; + path = "Target Support Files/Pods-iOS-PlatformUIJedio"; sourceTree = ""; }; - 844E30E814A59E6EF8DFD8CD4AE1E0F3 /* Pods-iOS-dydxViews */ = { + 87A291CB1BFE35457F48EE8BDE6E907C /* iCarousel */ = { isa = PBXGroup; children = ( - 039C73B9F64BBA2E25E0E8037B1A161D /* Pods-iOS-dydxViews.modulemap */, - A8D1701B82D2A84CE0B46F489369D952 /* Pods-iOS-dydxViews-acknowledgements.markdown */, - 121501594EEF7058E5C444EFB77A3CA6 /* Pods-iOS-dydxViews-acknowledgements.plist */, - 185908445946E703B691704F7752F05F /* Pods-iOS-dydxViews-dummy.m */, - 860F23E11DC98C906C888E0B2574B596 /* Pods-iOS-dydxViews-Info.plist */, - FB7CD9D85216D10489494857C848997F /* Pods-iOS-dydxViews-umbrella.h */, - 23FDBC1053D602DFFDD374E1447D4F39 /* Pods-iOS-dydxViews.debug.xcconfig */, - 44681EDE3A0EA9407E465091B4291D7D /* Pods-iOS-dydxViews.release.xcconfig */, + B0A2AB62AAF545986B3536791D9646BD /* iCarousel.h */, + AEEA42231B6482927394FFE39A2A87ED /* iCarousel.m */, + 7FE74B8DBDF7AAE13AB1272DD7C70BA4 /* Support Files */, ); - name = "Pods-iOS-dydxViews"; - path = "Target Support Files/Pods-iOS-dydxViews"; + path = iCarousel; sourceTree = ""; }; - 8482A955C77F1F2CF5FE92CE967E4592 /* Resources */ = { + 8A3DBF62988119D4F1DDDF6DEA5C696D /* Resources */ = { isa = PBXGroup; children = ( - EA7E25630BCAF0E01CBE193762AB250F /* PrivacyInfo.xcprivacy */, + 83332EFF6A5E6CFDD59E6A92FBDC25F3 /* PrivacyInfo.xcprivacy */, ); name = Resources; sourceTree = ""; }; - 84896C45B6544FF9A58D8F8B9284EA1F /* Support Files */ = { - isa = PBXGroup; - children = ( - 0CFABCD6657E97B0AF27C4FA5D5028CE /* Atributika.modulemap */, - 4F23B8B47AB4B5C847A25886162D8C37 /* Atributika-dummy.m */, - 2D0FDE75C079B880CE3E8DFCFB06AD66 /* Atributika-Info.plist */, - 62497791968745E671F6159BEC6B85A1 /* Atributika-prefix.pch */, - 4E53FF2AFD28D8029AA3CE5A7AEC37E3 /* Atributika-umbrella.h */, - 210E1D6AA2FC4E21653A9920E6A1421B /* Atributika.debug.xcconfig */, - 7449042CA7387BEF21B532F2E1BAAB9F /* Atributika.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Atributika"; - sourceTree = ""; - }; - 8801E81F1054D5A0D0F6230701F49D24 /* Pods */ = { - isa = PBXGroup; - children = ( - 395D91B1EBE03EC3B839FFBC4867187A /* Abacus */, - 337535472E2FAC47D89CD14794A5EC20 /* Amplitude-iOS */, - B0976C34854313F458FC01DAEE69ACFC /* AppsFlyerFramework */, - B7258848FCBAC5864736FA9A0772253B /* Atributika */, - 15FA8A44A96E5032B8C2F6193805D463 /* BigInt */, - 3CCD008BFE22B16E754829C61E561402 /* Charts */, - 7E27D9915518715608124D6BAF43B3BE /* CocoaLumberjack */, - B8108B231DFFFE43A9B756FBDC5A4432 /* CombineExt */, - 4CC14C8386EF4646E8F419A456D937AA /* COSTouchVisualizer */, - BC0849441E8D194FD7D013236A0BB241 /* Differ */, - 7F5CDA0C26094390E09C4453B438EFE5 /* DrawerMenu */, - 83E430C755AA5E5008AF65777B9CF3A8 /* EasyTipView */, - D660F43A0EEEA9A7BD358B8B1A06BAC6 /* EFQRCode */, - CEACE006827FFDA44CD7AF182AE93B69 /* Firebase */, - 74CBE7753B9BC4332021260A3DFE4091 /* FirebaseABTesting */, - 2290FA4C9616679EC5E3FF9666A0C0AB /* FirebaseAnalytics */, - E5711F64889CED30C10DFF0A9EB157C5 /* FirebaseCore */, - 6E8D663183C645C2FB28CF822FFCDF45 /* FirebaseCoreExtension */, - 92F0EBA187998555119C4333E6C17CAE /* FirebaseCoreInternal */, - 164E683A2DFB918878F19D457D85A394 /* FirebaseCrashlytics */, - 71A8ACE32414DFAAC437C25E8D1BF435 /* FirebaseInstallations */, - 41FEE153248E142E69EF0BFAF600A8D3 /* FirebaseMessaging */, - 64D3B7D14824FF0331DF71D29FAF4AA8 /* FirebasePerformance */, - E2B2B92076138A37C0141941E87F0C51 /* FirebaseRemoteConfig */, - E561DBEC355425FA8F47E94C1449D79F /* FirebaseRemoteConfigInterop */, - DC28B8789C8FB68A449CE556A08EC5A4 /* FirebaseSessions */, - 9C142DF3E905AD296C500A6D91340ACA /* FirebaseSharedSwift */, - 8FD2683DD287E86B5904A2D4D33A6377 /* FloatingPanel */, - 3AA4301CA7A5AF567D477E2BF53C9294 /* GoogleAppMeasurement */, - 9F831F5F886DF4D6927289B79BDDE6C3 /* GoogleDataTransport */, - 1B7D56E405864AF6FDC70B776F696D8C /* GoogleToolboxForMac */, - 9DA6B7F960E1CA8A088F2308E32C9B9C /* GoogleUtilities */, - 70958DD7AC6AAB6891B636FB8703D888 /* GTMSessionFetcher */, - 8CD5F3894C95D3EC3E8108CDA13AA4C1 /* HMSegmentedControl */, - 50D0AC352F51DB0E5617D7BD1B5BD374 /* iCarousel */, - B670DE34E641E3EF1026E9EB4E3E9683 /* JTCalendar */, - D971051D50AE2046F849AB150FAEAC59 /* KVOController */, - 211FF0920BDBD66A9139B10EBE27064D /* libPhoneNumber-iOS */, - D06BED702E4E8BB90212522980A3A3D2 /* MaterialActivityIndicator */, - 16CF708A5B837865A32136D8EABD635A /* nanopb */, - 0DF79CF290B3F14166E21065AA02B141 /* NVActivityIndicatorView */, - 802C2A582BEC459F940678D14BC43478 /* PanModal */, - 16200BC5EFEF8873A7A556AF549B0E30 /* pop */, - 8C92315B4FEE2441ED948C8D2ECA5B1B /* Popovers */, - E196F963E658463001066CDC5E9549F1 /* PromisesObjC */, - DED4DC3FCC90D4612B86868D6AB103B7 /* PromisesSwift */, - 4471DE02CD146B9142D224BC9D7C9D68 /* RDHCollectionViewGridLayout */, - 44A6998FE3723F777CB480F07F153E7F /* ReachabilitySwift */, - B7A2CA4DF52E5AB3A83A9FE9ECB1F072 /* SDWebImage */, - D761079249FCC1EC26FF81899BCB42DB /* SDWebImageSVGCoder */, - DD3ED78E891650CFC8A27DCBA4333957 /* SDWebImageSwiftUI */, - 59E8D17A13057CFC47808B7C2BC13A45 /* SimpleKeychain */, - 5FBB1FE1D7F9C487A1E308D237940301 /* SnapKit */, - 2D88D840A8FADDAF35C4E24FC2888B5D /* SVGKit */, - 63490C9C8832FCCEB05C4E8033F326D6 /* Validator */, - E82EFC1CAEE02611E99C6F9A1FE0EDC6 /* ZSWTappableLabel */, - ); - name = Pods; - sourceTree = ""; - }; - 88486733EECF0E12760A7F5E883B2A28 /* Resources */ = { + 8BB1CC151D18C8B35652ED5E842132A5 /* Resources */ = { isa = PBXGroup; children = ( - D3450D0D50952EEE5C2AA1A8DCFBD28E /* PrivacyInfo.xcprivacy */, + B2C0B28238378F4356D26A4202F1E016 /* PrivacyInfo.xcprivacy */, ); name = Resources; sourceTree = ""; }; - 890653EBFC3D5F4DE8D96649D7626D37 /* Pods-iOS-RoutingKit */ = { + 8D4C9A997A7BD0013490BA43B384E62B /* Pods-iOS-ParticlesKitTests */ = { isa = PBXGroup; children = ( - B20135D786F30990BAD8A1DE1D563EB2 /* Pods-iOS-RoutingKit.modulemap */, - D834ABF40D7209E905DD0B626E8C33D3 /* Pods-iOS-RoutingKit-acknowledgements.markdown */, - E36A8311A335A2B3C2901E548DB7F3C8 /* Pods-iOS-RoutingKit-acknowledgements.plist */, - 456422CED56661E9690E052A06AF81B0 /* Pods-iOS-RoutingKit-dummy.m */, - C68649582FC9AC7B16550ACF099A4E5F /* Pods-iOS-RoutingKit-Info.plist */, - 4EB0815DAA47A164F808A2AAB723C21A /* Pods-iOS-RoutingKit-umbrella.h */, - 6E1382D477AFAA3025A1A10446FD42A3 /* Pods-iOS-RoutingKit.debug.xcconfig */, - 863334BF05E211E896E065A6BCB460D5 /* Pods-iOS-RoutingKit.release.xcconfig */, + 48E5BA7B01BA6146F70B4C9D184D8572 /* Pods-iOS-ParticlesKitTests.modulemap */, + C94EDEFD5233D89635E66A59235103AA /* Pods-iOS-ParticlesKitTests-acknowledgements.markdown */, + 72CDE22179A37BCBA70BB03257E8E642 /* Pods-iOS-ParticlesKitTests-acknowledgements.plist */, + 3D29629ABFA49678FEAF7A1060E99CA9 /* Pods-iOS-ParticlesKitTests-dummy.m */, + 55BD8B651B90C42CB5FC2673C00DB9E6 /* Pods-iOS-ParticlesKitTests-frameworks.sh */, + A31A5CA2BDB67085A019A43E3BF6AAF4 /* Pods-iOS-ParticlesKitTests-Info.plist */, + FF9F1FDD28215DA09AAE0CB076BECAD4 /* Pods-iOS-ParticlesKitTests-umbrella.h */, + 21B0F9A400B07BFEA6E3D59CDA0CEDD0 /* Pods-iOS-ParticlesKitTests.debug.xcconfig */, + 44700A6ABDB77DA97D6156DDFC081ECF /* Pods-iOS-ParticlesKitTests.release.xcconfig */, ); - name = "Pods-iOS-RoutingKit"; - path = "Target Support Files/Pods-iOS-RoutingKit"; + name = "Pods-iOS-ParticlesKitTests"; + path = "Target Support Files/Pods-iOS-ParticlesKitTests"; sourceTree = ""; }; - 8B59AEBA18508473B7958B2D84A35207 /* Support Files */ = { + 8D9E150AB29D971BEB759F3A1FB909EF /* RDHCollectionViewGridLayout */ = { isa = PBXGroup; children = ( - E85D19992CC4648B21AB68C29084987F /* HMSegmentedControl.modulemap */, - D4FEC54B079D4D5CCDBD559447AE78F5 /* HMSegmentedControl-dummy.m */, - 90ABFFE8E164E7E78439E40A5F65C885 /* HMSegmentedControl-Info.plist */, - F8AFBDBC9726AC700FAC785DED43B659 /* HMSegmentedControl-prefix.pch */, - 0C700A6CBABAC368B9069E921E6C7838 /* HMSegmentedControl-umbrella.h */, - F1EBB95FA29D281672BF05FF19AF3F77 /* HMSegmentedControl.debug.xcconfig */, - 074E0C852DB0FACAC2444B028AE77A3D /* HMSegmentedControl.release.xcconfig */, + 55234452D489873B46086DB1DEDA3F5B /* RDHCollectionViewGridLayout.h */, + 6DD7DCF14A0684435D4965B153F27BF9 /* RDHCollectionViewGridLayout.m */, + 958993200CDCE9B8E864240616AEE9C2 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HMSegmentedControl"; + path = RDHCollectionViewGridLayout; sourceTree = ""; }; - 8C92315B4FEE2441ED948C8D2ECA5B1B /* Popovers */ = { + 8E11B8C602C0E5FC799A12AB5491EE18 /* Pods-iOS-AmplitudeInjectionsTests */ = { isa = PBXGroup; children = ( - C483A7A94879D801735EA95A9D59A71B /* Alert.swift */, - D64ED7250F2F854F58B14A54DFCC5699 /* Blur.swift */, - 10BFA9B413D265D78A922D471FEFA7EC /* Container.swift */, - 4103C86128B98844838AFF293BA18E96 /* Extensions.swift */, - 68165F7182F848AFC1E42ACD66936EBA /* FrameTag.swift */, - 7E1B74886372A6146756FF38AF7D9F62 /* Menu.swift */, - 51CD54A7973D845219A8345945B6DC92 /* Menu+Model.swift */, - 6812943290382DC5B203FAEFC9D19FDF /* Menu+UIKit.swift */, - 769BC28BD0CB60CD479A06A25EE277D1 /* Modifiers.swift */, - 68F74E7C4715533079FE595AF1D6DCAA /* Popover.swift */, - D6F7509CC2EA8C61E357286C0A7A98CC /* Popover+Lifecycle.swift */, - 9189FDB1EAFE45FA65774D5958043361 /* Popover+Positioning.swift */, - AA116C8F99D7CB185C78A4E713B0795E /* PopoverContainerView.swift */, - 3C951E9C46024D1B75791113EB6C785B /* PopoverGestureContainer.swift */, - 6FA7004C90773441619B151C215A0D27 /* PopoverModel.swift */, - 8F782B83247C8CE9CC4C7D4A31F13BAB /* Popovers.swift */, - 935A62CAFC8F30A9B3B320C1B4ECB977 /* PopoverUtilities.swift */, - 0A0F36924BD8DBD98AF264423AE9D5D5 /* PopoverWindows.swift */, - 6CA47D3068B35313F354345061EE289D /* Readers.swift */, - 7E2883B6B703C6F46F69984848962F21 /* Shadow.swift */, - ECD09A12D5F720A47774EE48F46B1475 /* Shapes.swift */, - 303FC894395DF107F3ED0FFD86926D50 /* Templates.swift */, - 5B6CF5B665F18DF86EA63C0BB9BBD773 /* Support Files */, + 5A85497C413FAC402812D166DF5C8337 /* Pods-iOS-AmplitudeInjectionsTests.modulemap */, + 40CCABBD1904DE4EAF375BBA904CC289 /* Pods-iOS-AmplitudeInjectionsTests-acknowledgements.markdown */, + 3A3E9761E99D0C2405F587A01B5202DE /* Pods-iOS-AmplitudeInjectionsTests-acknowledgements.plist */, + 96B5D0A06C6545775823AAAFBB32CE06 /* Pods-iOS-AmplitudeInjectionsTests-dummy.m */, + 9344CB12F1464FBA90D60DE90137E826 /* Pods-iOS-AmplitudeInjectionsTests-frameworks.sh */, + 524E2825C91E121181953EEA09D07690 /* Pods-iOS-AmplitudeInjectionsTests-Info.plist */, + D2C2FFE9772703044E6E22A97C510B96 /* Pods-iOS-AmplitudeInjectionsTests-umbrella.h */, + F0FFCE233AFEDD916F7CECEFDAD32A36 /* Pods-iOS-AmplitudeInjectionsTests.debug.xcconfig */, + 5FDF1E01B11B0CA92A5B67029B960AEE /* Pods-iOS-AmplitudeInjectionsTests.release.xcconfig */, ); - name = Popovers; - path = Popovers; + name = "Pods-iOS-AmplitudeInjectionsTests"; + path = "Target Support Files/Pods-iOS-AmplitudeInjectionsTests"; sourceTree = ""; }; - 8CD5F3894C95D3EC3E8108CDA13AA4C1 /* HMSegmentedControl */ = { + 8F46AE6B306ACA0D04CD95CF088ABA76 /* Support Files */ = { isa = PBXGroup; children = ( - CC25730F4114419EA14C230E24B7BF87 /* HMSegmentedControl.h */, - A94CAFB59BD57358A55E4FB0648E026F /* HMSegmentedControl.m */, - 8B59AEBA18508473B7958B2D84A35207 /* Support Files */, + 850CA4A0CB140F9C2382E81B6E9AEC62 /* FirebaseCrashlytics.modulemap */, + C28B90F152C22693CB8A362FF24EBADB /* FirebaseCrashlytics-dummy.m */, + 0A0D4D80C4B0BF601DCDC356C61369C5 /* FirebaseCrashlytics-Info.plist */, + CA1D1616F5C59B53233D53653E667C6F /* FirebaseCrashlytics-umbrella.h */, + C891E882E2CA6C72024BE838361A139C /* FirebaseCrashlytics.debug.xcconfig */, + 00C7F03716FC021ED38B6DB8AE11B44F /* FirebaseCrashlytics.release.xcconfig */, + 32F5DEE3818B42410B07CDC0AC2DE669 /* ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist */, ); - name = HMSegmentedControl; - path = HMSegmentedControl; + name = "Support Files"; + path = "../Target Support Files/FirebaseCrashlytics"; sourceTree = ""; }; - 8E13280172D332B236009A355065D4C3 /* Pods-iOS-WebParticles */ = { + 944C2456F162055EBBA815A80BBF0CF8 /* JTCalendar */ = { isa = PBXGroup; children = ( - BC9C5635B179AB7D6B51717BCAFD93B9 /* Pods-iOS-WebParticles.modulemap */, - 2DBC330276AD43EDE07C81984A04959F /* Pods-iOS-WebParticles-acknowledgements.markdown */, - CB94C52A4F80C9173E06076C2CC2F3A5 /* Pods-iOS-WebParticles-acknowledgements.plist */, - 5553449A554E315B2F458E36D903B8D3 /* Pods-iOS-WebParticles-dummy.m */, - 4512BFE5DAC59E13F420BEC6F0254365 /* Pods-iOS-WebParticles-Info.plist */, - 082A2EB878BE715355464F9C05150544 /* Pods-iOS-WebParticles-umbrella.h */, - D30AAF670BD75580819B7933BDE504E2 /* Pods-iOS-WebParticles.debug.xcconfig */, - FBFF4A0AFC9F17060A07764013F3E659 /* Pods-iOS-WebParticles.release.xcconfig */, + AC39B25E4F5970E86A9901F053AA0653 /* JTCalendar.h */, + D67F435F524C6311AD47A8950A6C1E1F /* JTCalendarDay.h */, + 8CF21FB3402C261D696A7FC98857ED68 /* JTCalendarDayView.h */, + C64719EFC5B04C2759AECBF1441AEC3C /* JTCalendarDayView.m */, + E6F06AC10A1A3AFD44D8AE80CB34E83A /* JTCalendarDelegate.h */, + 949472FE1A0D7EB9B170B655101B9C06 /* JTCalendarDelegateManager.h */, + 4F99D4EA7435DFD4809E169083385BCF /* JTCalendarDelegateManager.m */, + CCA394A7A599C0D7F6235DB12D260106 /* JTCalendarManager.h */, + 0F9399172F7E3619316C65685477BE52 /* JTCalendarManager.m */, + A23D38CE79E2CAC43D0975AD4CC1A684 /* JTCalendarMenuView.h */, + 57A927E1B8F0B70E44E4F26AD3088805 /* JTCalendarMenuView.m */, + 29CA1A8A7EDD22A00A71C558FA2CF2CF /* JTCalendarPage.h */, + 23DD3EF70FEFFD10F1E13BB2170682E7 /* JTCalendarPageView.h */, + 6F81EF305677DA9A2D91CF69BF2CF5EC /* JTCalendarPageView.m */, + B3EDFBB7FA6A3902E69C7345920E9EEA /* JTCalendarScrollManager.h */, + A43FD2A7E5298554F5B402ECB681757C /* JTCalendarScrollManager.m */, + B9C7125D8190CE562F89CCF7E19D478A /* JTCalendarSettings.h */, + 121B9D7F48E3B9BF32F5138D963744E5 /* JTCalendarSettings.m */, + 73DFFC8154CCED21259D6459E6F647DC /* JTCalendarWeek.h */, + 83E58D43069812DA8FB22A635207C8C1 /* JTCalendarWeekDay.h */, + 6E9CA6BBA43C14E4ECDEF79CA192BBD3 /* JTCalendarWeekDayView.h */, + F6B9C0B3696A89915079B4DB8545FD14 /* JTCalendarWeekDayView.m */, + DEAA66B23F5184322B90CA8FF85CFA19 /* JTCalendarWeekView.h */, + E8683D4B4C8CDAFD03FB652F317583A1 /* JTCalendarWeekView.m */, + 414CB9B3E3B8962803AAAF99FB369D5A /* JTContent.h */, + 92DDD341AC700672B926F9367F802360 /* JTDateHelper.h */, + A1A9DE3F9B62EBCE777867867B8AF962 /* JTDateHelper.m */, + 1B8DFDFDFB029BAC124381025F95B786 /* JTHorizontalCalendarView.h */, + 796F818341F498EF2686B50E4DA16315 /* JTHorizontalCalendarView.m */, + 871DCFCBAFCB9BBCBDB48AF5B9F72BA1 /* JTMenu.h */, + 92001ABED4756B3B360D8B2A17E45FF0 /* JTVerticalCalendarView.h */, + BB5C5369E17F28E992E2A0C3F907ED6B /* JTVerticalCalendarView.m */, + 16592117552FCB1BF7B2E7CD47D02976 /* Support Files */, ); - name = "Pods-iOS-WebParticles"; - path = "Target Support Files/Pods-iOS-WebParticles"; + path = JTCalendar; sourceTree = ""; }; - 8EE2F4C99102BB61F27217294845D0C7 /* AppDelegateSwizzler */ = { + 945854A789451349D5607B9856DAD860 /* KVOController */ = { isa = PBXGroup; children = ( - 9F33745DF8A38BE62179FD1C5B79F83D /* GULAppDelegateSwizzler.h */, - 3C404DB0363BB1DED61477B2DF33DFD9 /* GULAppDelegateSwizzler.m */, - 602807AD95486379BB2631540349AFBF /* GULAppDelegateSwizzler_Private.h */, - 01FB128698C9B3839658340C002D8F77 /* GULApplication.h */, - 63B0BAC874BEDE02DAC90C5F25450E11 /* GULLoggerCodes.h */, - DEC50ADA1E979933CFA544C864307FE1 /* GULSceneDelegateSwizzler.h */, - FFF3C82F817E739F447572046D28CEDF /* GULSceneDelegateSwizzler.m */, - 4C95B26173A671968471896F5CA16513 /* GULSceneDelegateSwizzler_Private.h */, + AB0C82DE8EA3D804AF0C56E1D1607FB6 /* FBKVOController.h */, + B4982A77EEA25C33B3D2F65AB2862D9D /* FBKVOController.m */, + DB7F9F5CBA155016A02CB455EE083BED /* KVOController.h */, + CB8F83EF05A62B24BFCBBC6FA78EC59B /* NSObject+FBKVOController.h */, + 37CDFD84E2938E32601D69676920072E /* NSObject+FBKVOController.m */, + 9EB1BC048151213BD403321E8352A469 /* Support Files */, ); - name = AppDelegateSwizzler; + path = KVOController; sourceTree = ""; }; - 8FD2683DD287E86B5904A2D4D33A6377 /* FloatingPanel */ = { + 94F554AEFBA28C7183099E47557DC879 /* Resources */ = { isa = PBXGroup; children = ( - A4DAA77B3409AA9D9CB3A6F930E0CEB7 /* BackdropView.swift */, - 5BE6FDE1F69F37416EECDA1415A5B6C2 /* Behavior.swift */, - 08ED5CFDF888625B6A5E6FDD3D82D28D /* Controller.swift */, - 09849700ED1767FC76E3CDA1F4A9449F /* Core.swift */, - A4FB609D163A51DD5E547C1D8CA9F644 /* Extensions.swift */, - DB23508689A730A72041217821B23532 /* GrabberView.swift */, - 2724B2BABF1C5E089B216B45773AE303 /* Layout.swift */, - 64FFC1D013EF63812F65DC2AE66C3584 /* LayoutAnchoring.swift */, - CA7FCD7ADCF0E2B1037BD4ACF8BC2946 /* LayoutProperties.swift */, - E833BCEB99754C2E2790687D1B275CF4 /* Logging.swift */, - E11239318F175F8203FFF21985ECC491 /* PassthroughView.swift */, - 2F48B0F71900AD3ADF55208C40C112A9 /* Position.swift */, - 6C1CD1CEB104BA5DA46E2B3E024E4681 /* State.swift */, - 23677216F193193C6055511F35A2F7DC /* SurfaceView.swift */, - 9EAC363E82A026546D2284C1604AE175 /* Transitioning.swift */, - DB49B23A28B91157D197728E96B8EE65 /* Support Files */, + 5115FC94829CF30F6515E28AE10838BB /* PrivacyInfo.xcprivacy */, ); - name = FloatingPanel; - path = FloatingPanel; + name = Resources; sourceTree = ""; }; - 90E25C2ABB0247E35B1A2732E343DD44 /* Support Files */ = { + 958993200CDCE9B8E864240616AEE9C2 /* Support Files */ = { isa = PBXGroup; children = ( - 164F9B360E34A9B66B9E839B8CA0182E /* RDHCollectionViewGridLayout.modulemap */, - 87EC2ABADBA769FECD14D651C33FBD88 /* RDHCollectionViewGridLayout-dummy.m */, - 88E685527FF9C3D1B055F2525A379DE0 /* RDHCollectionViewGridLayout-Info.plist */, - 110E4DB04003556D983B0F833A7F5963 /* RDHCollectionViewGridLayout-prefix.pch */, - EC068FA33649D4E531A4216DD9ABAA15 /* RDHCollectionViewGridLayout-umbrella.h */, - 20D017767C9E85269ABC59A2A76C8C56 /* RDHCollectionViewGridLayout.debug.xcconfig */, - ACD27C7304F379FBD78E4658E6B57A34 /* RDHCollectionViewGridLayout.release.xcconfig */, + 5A5763C6817E21521F3D82976113C3D7 /* RDHCollectionViewGridLayout.modulemap */, + C9D9818AE16DA84C3F02AC39FC795381 /* RDHCollectionViewGridLayout-dummy.m */, + DA8F8C36919F51F5ADB8FCCF4CEFCFAC /* RDHCollectionViewGridLayout-Info.plist */, + DDAB7E6979BF218E8D488FA65E034E04 /* RDHCollectionViewGridLayout-prefix.pch */, + 57593BDF7F88AFB30D966FC94B27FACB /* RDHCollectionViewGridLayout-umbrella.h */, + 6746C4799D2BD76EF190EA4D90B3E7E6 /* RDHCollectionViewGridLayout.debug.xcconfig */, + C638A96B68510225E9A9AC9D92420E3D /* RDHCollectionViewGridLayout.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/RDHCollectionViewGridLayout"; sourceTree = ""; }; - 92F0EBA187998555119C4333E6C17CAE /* FirebaseCoreInternal */ = { + 964804CA43024423262529609499C344 /* libPhoneNumber-iOS */ = { isa = PBXGroup; children = ( - 24E6A4B88748650587060B5A22E4D52C /* _ObjC_HeartbeatController.swift */, - A8870FFB3B51320F9A0EB47559F6F0CB /* _ObjC_HeartbeatsPayload.swift */, - 0841995AD4F3550DD7384A5011AFB87D /* Heartbeat.swift */, - 9301DA5C6FED392073C6976D5A4F31CB /* HeartbeatController.swift */, - 9ECCF105B390B8447CE73AA662232636 /* HeartbeatLoggingTestUtils.swift */, - 6140CA0EB382F01559E485AF12E4FC26 /* HeartbeatsBundle.swift */, - BFE9C7127FE57F0855E38189640BACF2 /* HeartbeatsPayload.swift */, - 4D8A5DEC1522246FF12D397600483A23 /* HeartbeatStorage.swift */, - C4C8A863A70F62D0A1FBB907235944C6 /* RingBuffer.swift */, - 0FBF44BB8549C347551BD0E9886C5613 /* Storage.swift */, - 530DB0320C1914581243AEA2F50266D5 /* StorageFactory.swift */, - 06D570EEB402787187D0E240131C13A9 /* WeakContainer.swift */, - 691BF5188FABAFE7F5D079F0E1C6029E /* Resources */, - 5FDCDD9C46623C8E6DF64FD246A76CAF /* Support Files */, + 565B7C8459FDE89E1F598EDCE57086FD /* NBAsYouTypeFormatter.h */, + 75A7A78CF18EC506D169431CB4468111 /* NBAsYouTypeFormatter.m */, + 6BD6548F0E46A196D12FC5F7746DC848 /* NBGeneratedPhoneNumberMetaData.h */, + E5714313FFD9754A5B7AD0E754AF397D /* NBMetadataHelper.h */, + C6AEB7EBE59380DC7F3DA5503D0A025C /* NBMetadataHelper.m */, + 70A9084A4CB22A7FA6A2758432D72A16 /* NBNumberFormat.h */, + 23FC82C8BB2DA807F8206EA692E914B2 /* NBNumberFormat.m */, + BDC9C75E87155AF8617BA22F055B0D29 /* NBPhoneMetaData.h */, + 39E060FD434E194363173D0E896E3273 /* NBPhoneMetaData.m */, + B5382A8EA2A0D8023D68FE738ECB8142 /* NBPhoneNumber.h */, + 50B40040248E67C7D3A7BE1FE3343DAD /* NBPhoneNumber.m */, + 1F6BE22DF058F9FE67882373A323B425 /* NBPhoneNumberDefines.h */, + 235FAF4364CF73B66E192F57966924AC /* NBPhoneNumberDefines.m */, + 8F0DFF8DCEA87556422906C1C7A18238 /* NBPhoneNumberDesc.h */, + EDCD0D53010D4BD407E0B69F53C0D64B /* NBPhoneNumberDesc.m */, + DBCB47D502FA896CD82FBB52C8261A0F /* NBPhoneNumberUtil.h */, + FBB799C3B1362B960146AE5A581D2EED /* NBPhoneNumberUtil.m */, + 2F72252EBF4E695B6C5BB5318ACD0BCB /* NBRegExMatcher.h */, + 7DDB542C0CC53D5EC5F998DB360BCEB8 /* NBRegExMatcher.m */, + A833890F9444B856DB9EF6AA34B68A47 /* NBRegularExpressionCache.h */, + D2BEC8B6A60A8C6132D48CD918AF398A /* NBRegularExpressionCache.m */, + 18AAE069A1D512F14056BFD113AA8E55 /* NSArray+NBAdditions.h */, + F88E5D8114C47BB78F92EE802CDAA42C /* NSArray+NBAdditions.m */, + F9D4A63396A30A8116990EF711EFD21F /* Support Files */, ); - name = FirebaseCoreInternal; - path = FirebaseCoreInternal; + path = "libPhoneNumber-iOS"; sourceTree = ""; }; - 941FA86AF2FF0D5C36BD973E487E984D /* Frameworks */ = { + 974507DE4F753E73AFA397F5152EFA2D /* Pods-iOS-PlatformUITests */ = { isa = PBXGroup; children = ( - F6B976B46E24E30453709924A3A3AA48 /* GoogleAppMeasurementIdentitySupport.xcframework */, + 2096CA178E562A71ECCE8E6512FDE05B /* Pods-iOS-PlatformUITests.modulemap */, + 0DD3A5AD010A73F37E69E3ECCA99DE6A /* Pods-iOS-PlatformUITests-acknowledgements.markdown */, + 061F2ECEFF9F015C39BE995670A32EB5 /* Pods-iOS-PlatformUITests-acknowledgements.plist */, + 6BC2872CDD439F03D97CD5C7802004EE /* Pods-iOS-PlatformUITests-dummy.m */, + 0DCD783B50B9092BC945A3A7D2CD3B82 /* Pods-iOS-PlatformUITests-frameworks.sh */, + 035A33C03BE89474DA7DE9E5419ED59E /* Pods-iOS-PlatformUITests-Info.plist */, + 664A38E770C0BB42843662543F53A8B8 /* Pods-iOS-PlatformUITests-umbrella.h */, + 6A16DA929C641757762A0F21EBACA75D /* Pods-iOS-PlatformUITests.debug.xcconfig */, + 3B23BDA7842783A2E03CE9DA1FB283AF /* Pods-iOS-PlatformUITests.release.xcconfig */, ); - name = Frameworks; + name = "Pods-iOS-PlatformUITests"; + path = "Target Support Files/Pods-iOS-PlatformUITests"; sourceTree = ""; }; - 963DA8A2C6A962887FBB6978AA60CC03 /* Logger */ = { + 977DA093CC97851467DD7F2800EEECD8 /* BigInt */ = { isa = PBXGroup; children = ( - 155E258E55263D52C3187609523522AF /* GTMLogger.m */, - D11ED9C5E407D89F1EEF1D48C3ACB9D3 /* Resources */, + 52CC7F07CD10072A510C00BC2A6C21BE /* Addition.swift */, + E01C0DD6839984F83012701C2BEC349A /* BigInt.swift */, + 87A8024BD0F153D783AFCC2C35CD290F /* BigUInt.swift */, + B90E5DC067F94AC3AA9EEECB995A27F4 /* Bitwise Ops.swift */, + 29C6725C29ECBF6AC887463C8FAC0A1F /* Codable.swift */, + 53AE0C3C7211584677F96C93906CC06D /* Comparable.swift */, + 4110648172126B5661B56C05EF2807B5 /* Data Conversion.swift */, + 73D337533A047535BE00D559F88C08D2 /* Division.swift */, + DC82FFC00E5757F21967F9E61E4D05A6 /* Exponentiation.swift */, + A56E1A65B8989CAFADE238CD94F8A4E1 /* Floating Point Conversion.swift */, + 61538AFD7A911FF29ED059DD8F475820 /* GCD.swift */, + 9949E7CF52BCD83803EC6163FAE53889 /* Hashable.swift */, + 16D502F1B70F74E517FA4B8BB1319D74 /* Integer Conversion.swift */, + CE1FBD64CD94A5DE3E73A154DCDA692F /* Multiplication.swift */, + D284E1109B7D8AF7DC6C8B53889CD1F0 /* Prime Test.swift */, + 1B1649A0D28173035FE86D17C6B3432D /* Random.swift */, + E186E3F71265647A78435CC6F2454876 /* Shifts.swift */, + 679095D2DA35F0CA9A4513074A1EB909 /* Square Root.swift */, + 7D98F7EAC0AF9A0965E3B9863A5ED107 /* Strideable.swift */, + 6220D6E1FE94352BCE1B88D043532E02 /* String Conversion.swift */, + AC937BEA24E8E5EDEE41585814985FB3 /* Subtraction.swift */, + 3366E6EDA627FF2D4E4E903C7DBC735B /* Words and Bits.swift */, + 7D14CC060B77A80EFF4887BD9B9CDDE2 /* Support Files */, ); - name = Logger; + path = BigInt; sourceTree = ""; }; - 97C93D686D563E0D3C87F006F5541691 /* Core */ = { + 97F64838FAB954205748E1E9879F9E09 /* Pods-iOS-dydxChart */ = { isa = PBXGroup; children = ( - 88CB731AE5EBF32B6FD8FDD9AE9E0388 /* CLIColor.h */, - 2115A28A96022D38A9BB2D764FC28325 /* CLIColor.m */, - 32E4562BE73048EFB962C6DC2145E1E8 /* CocoaLumberjack.h */, - 0888A52ECD9CC5CA214829AF6EFD97DA /* DDAbstractDatabaseLogger.h */, - 85ADC47B9A837AF4B550DDA48A9CADBE /* DDAbstractDatabaseLogger.m */, - 32FECDFF5DC4B893E64F403B7841C3DA /* DDASLLogCapture.h */, - 1F7423BF6AF9EC2FE1162FF6C3BA931B /* DDASLLogCapture.m */, - 42ED23439D4C5E1FD1BE59F1E07E7F1D /* DDASLLogger.h */, - 19515BEF70A60145D300B704F1538AE7 /* DDASLLogger.m */, - D7376CE1DF8303AF9664A440852153F1 /* DDAssertMacros.h */, - C0C4FADE64525432621CCFB0738AD6A9 /* DDContextFilterLogFormatter.h */, - 0B39712C09D5F0C3056B268B2BBC774A /* DDContextFilterLogFormatter.m */, - 91864DE57D6AF58209D4031EECADF948 /* DDContextFilterLogFormatter+Deprecated.h */, - 99B6CB4023A8E8023BAB6DA7208DF891 /* DDContextFilterLogFormatter+Deprecated.m */, - 2CB197AF8E8DFC42EBB4781E6C9C1E04 /* DDDispatchQueueLogFormatter.h */, - 35426B501EE614C1D87ECCEFF6E0D8FB /* DDDispatchQueueLogFormatter.m */, - AA0806B1AFD5E45F89AEDD0D5733E75D /* DDFileLogger.h */, - 86595F8A3B846796E72A73E04668D387 /* DDFileLogger.m */, - 9B79A9602AD918B4335A07AA559BF722 /* DDFileLogger+Buffering.h */, - 3B2E0CA6BBEC11387A0247EC26599D6D /* DDFileLogger+Buffering.m */, - AE5AC9D1BA5A086A550DC546E9C6EF8F /* DDFileLogger+Internal.h */, - 33748B62AA3F6E4B9931E7F523755622 /* DDLegacyMacros.h */, - 8B50442F34491919B1311F48DB341D3B /* DDLog.h */, - B27BDF791AD1DE5BEB766D51FA2ED897 /* DDLog.m */, - 7EA5F4422D9127D510141D5A0009CA5C /* DDLog+LOGV.h */, - 78050B3A464B83CC3513DB1882EC4F0D /* DDLoggerNames.h */, - 2519F9E43328C89AE8FBF1F4B48658BB /* DDLoggerNames.m */, - 5BA0E984B5E313BAD209351C9FB5D728 /* DDLogMacros.h */, - AFA9D9EDB7FB6069BD620F2010AA369B /* DDMultiFormatter.h */, - E8923D326310EC8602325CA6C8D47828 /* DDMultiFormatter.m */, - EB7E65C50BE88BD926FCC1D9CB20BCDF /* DDOSLogger.h */, - 71F7364C0A72EE436A534187EFD9934D /* DDOSLogger.m */, - AD0747313FC7E913AEAD6A0D52BDD7D9 /* DDTTYLogger.h */, - D20FAECE338C32DFA90DC91BCDF0FF48 /* DDTTYLogger.m */, - 588F558E36B5DDEE074AC18447173301 /* Resources */, + 916CD33D9565B5442DB4981D30080FF5 /* Pods-iOS-dydxChart.modulemap */, + DB4B93257A323A2B0E29B2D3A63F03CF /* Pods-iOS-dydxChart-acknowledgements.markdown */, + ED299A64A52881DCAF02B4908776A90C /* Pods-iOS-dydxChart-acknowledgements.plist */, + AD7281A1FA23B3BC5B87C4475A7F5DE0 /* Pods-iOS-dydxChart-dummy.m */, + B635E0D3D94888AC7F106608E095C142 /* Pods-iOS-dydxChart-Info.plist */, + 6B123FBF690A768A829ADECF6CEDCB63 /* Pods-iOS-dydxChart-umbrella.h */, + 252330389A7844B2BBE7027BF55D3E20 /* Pods-iOS-dydxChart.debug.xcconfig */, + 580899DA15C8FBF7DEB34D3FB5646AB1 /* Pods-iOS-dydxChart.release.xcconfig */, ); - name = Core; + name = "Pods-iOS-dydxChart"; + path = "Target Support Files/Pods-iOS-dydxChart"; sourceTree = ""; }; - 9ABFA9AD98D2DAE9ED1D4F4F966EE12C /* Defines */ = { + 992CC8B0A213EC2969783765FE066FA8 /* Frameworks */ = { isa = PBXGroup; children = ( - 4F24E5E66195931FF9A6799AF6B90549 /* GTMDefines.h */, - 7C083BD8E69107F5958FDB4355B79802 /* Resources */, + 00F17159E73D28F03CA8785CEBF81CA9 /* AppsFlyerLib.xcframework */, ); - name = Defines; + name = Frameworks; sourceTree = ""; }; - 9B2141F43BA78BE7FDB78B1E448AC802 /* UserDefaults */ = { + 995442E86CE694A87191B7EB0D07EC23 /* Support Files */ = { isa = PBXGroup; children = ( - FD1ADC77997BFB22B64D43A81F394E72 /* GULUserDefaults.h */, - 73FA346D53CF8E23B51EFE2DB9DF9C84 /* GULUserDefaults.m */, + 3A4DBD9CDF595367B3B5790E8030271C /* GoogleUtilities.modulemap */, + D0F7396BE3261B5C26650AC6379ACAA2 /* GoogleUtilities-dummy.m */, + 8D0F42784F6C07FB061DA56A2FAA22A7 /* GoogleUtilities-Info.plist */, + 74B4E5157D86768F524DDE7ECF6DACF4 /* GoogleUtilities-umbrella.h */, + 5FC04C9E748DE83C265A2D5F3E10B7FD /* GoogleUtilities.debug.xcconfig */, + 2F6FE255ABAB5D7100E33E1CE56D7F46 /* GoogleUtilities.release.xcconfig */, + 7CCCB6590F7C9519DF9B74EC3FF8E803 /* ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist */, ); - name = UserDefaults; + name = "Support Files"; + path = "../Target Support Files/GoogleUtilities"; sourceTree = ""; }; - 9BEC49E66F8F41B91D5403B6C8DADB61 /* Resources */ = { + 9DCA35C8CC54E8BE6D50CCA5C423E6E9 /* Pods-iOS-dydxViews */ = { isa = PBXGroup; children = ( - 98D06E1CC854DB59CDC8FEC55573B848 /* PrivacyInfo.xcprivacy */, + ADEEADD58E8FC4C373F579D45FC982EA /* Pods-iOS-dydxViews.modulemap */, + 13534225BAFD0591DFEC71388ADB2662 /* Pods-iOS-dydxViews-acknowledgements.markdown */, + 39AE9C387EB893D1E32D5FD87D4AE07E /* Pods-iOS-dydxViews-acknowledgements.plist */, + 5B33AB46CED47420178A92B0E80AD97F /* Pods-iOS-dydxViews-dummy.m */, + 8AFE0687F3FD20BF95B400A8B13DAAD2 /* Pods-iOS-dydxViews-Info.plist */, + B79D91EF2AB9D58C1E4C4142E072904B /* Pods-iOS-dydxViews-umbrella.h */, + 5F64A92034C8372F127AA84F06CCFC36 /* Pods-iOS-dydxViews.debug.xcconfig */, + 9D4E6CF0A1A7F0B65DC52FDF225F01E3 /* Pods-iOS-dydxViews.release.xcconfig */, ); - name = Resources; + name = "Pods-iOS-dydxViews"; + path = "Target Support Files/Pods-iOS-dydxViews"; sourceTree = ""; }; - 9C142DF3E905AD296C500A6D91340ACA /* FirebaseSharedSwift */ = { + 9EB1BC048151213BD403321E8352A469 /* Support Files */ = { isa = PBXGroup; children = ( - 7FCCDAB64DB58861B7ADDC7B10282E03 /* FirebaseDataEncoder.swift */, - 83F877E5E4CE08CA54801BEC5B1D6FDC /* FirebaseRemoteConfigValueDecoding.swift */, - D5A5ACAEE00B3FC8261F3396BF5020FD /* Support Files */, + DB38920ED8B551EF90FD8F5E92BF4FEA /* KVOController.modulemap */, + FD4F5719897BA75157044EF3B5922FF2 /* KVOController-dummy.m */, + A8E00551A66E5228515FFB91F9BFD910 /* KVOController-Info.plist */, + 02A5FCC0197511EB2497CEC29D723833 /* KVOController-prefix.pch */, + 4B363C96F39BE7E97EB8BF52CCF22DCF /* KVOController-umbrella.h */, + 5D654B1FE31667D78FB208A3396D7CA7 /* KVOController.debug.xcconfig */, + 564CFD071CF3257F59C07BDC9A709FA3 /* KVOController.release.xcconfig */, ); - name = FirebaseSharedSwift; - path = FirebaseSharedSwift; + name = "Support Files"; + path = "../Target Support Files/KVOController"; sourceTree = ""; }; - 9C1E66B5F2849574D4DD83316A526AF3 /* Support Files */ = { + 9F20C5F5A47929B38700EFDF99546F5D /* Logger */ = { isa = PBXGroup; children = ( - 2EBBB27F55FDB4A511B326F3B2E75B1C /* GoogleAppMeasurement-xcframeworks.sh */, - FFD277DADF45D77DEBC48F70BF5E3755 /* GoogleAppMeasurement.debug.xcconfig */, - 286FA870662B258F5A52688710E9FDCE /* GoogleAppMeasurement.release.xcconfig */, + BC7E8BEC7FB1B3F1A35EE234E98BAE37 /* GULLogger.h */, + 6D976F8BC88622BF7428EB615EE6EFD8 /* GULLogger.m */, + 7BA43AE79A2D18DAB0B84C466A3ABF9A /* GULLoggerLevel.h */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleAppMeasurement"; + name = Logger; sourceTree = ""; }; - 9CC73B4F6F63DDB0EEE070F6619F6DA5 /* StringEncoding */ = { + A46640C0C4CD010F2086BC4C8F59C346 /* Support Files */ = { isa = PBXGroup; children = ( - 80E0849826C139072730C5826DA45F28 /* GTMStringEncoding.h */, - 39546511D017A83A3E8B95D74CBB0B8F /* GTMStringEncoding.m */, + 6E0AD8A98E052CD5F07C3809802D669F /* AppsFlyerFramework-xcframeworks.sh */, + 803730A5F163A2D2BE3932CFADCE4268 /* AppsFlyerFramework.debug.xcconfig */, + FDCE99FF6D188BF682CAEBE561680605 /* AppsFlyerFramework.release.xcconfig */, + 39B6B28F264A903B0B3E42FD6196A52A /* ResourceBundle-AppsFlyerLib_Privacy-AppsFlyerFramework-Info.plist */, ); - name = StringEncoding; + name = "Support Files"; + path = "../Target Support Files/AppsFlyerFramework"; sourceTree = ""; }; - 9DA6B7F960E1CA8A088F2308E32C9B9C /* GoogleUtilities */ = { + A5D53DAA618FE2B3E1975B801BC175A4 /* FirebaseInstallations */ = { isa = PBXGroup; children = ( - 8EE2F4C99102BB61F27217294845D0C7 /* AppDelegateSwizzler */, - A11D2625A5C4070A9994268BF73097E8 /* Environment */, - EB504D1CC9F30F906BB62AEACAD79545 /* ISASwizzler */, - AD53679E556AC801D78C75F8A8E8BF69 /* Logger */, - 64DC250D5B7085C19B8A93D5F298E6E7 /* MethodSwizzler */, - 3A9F947AFD66A51BC2AD891470709597 /* Network */, - 3C74B49E284217495E29888162B06693 /* NSData+zlib */, - 53AF623E245DC844BC020A6704A84F3D /* Privacy */, - 0024DA6F743B33E729896902717B5534 /* Reachability */, - B2CB4B95D4CE57CE888854A38DDDF8FD /* Support Files */, - 71EAE9AC4CCACCCA47BD37512BD0692A /* SwizzlerTestHelpers */, - 9B2141F43BA78BE7FDB78B1E448AC802 /* UserDefaults */, + D440CBF6C9F16C7830567B629727E329 /* FIRAppInternal.h */, + 6981E43A8D5EC9B5746548BEB6302567 /* FIRComponent.h */, + BE0B7E34143A98CC25054D5308426F6F /* FIRComponentContainer.h */, + 7E2E3A2783C33E75BF57601366249A7C /* FIRComponentType.h */, + 207DCCBDA753B163C1CC2E22FF372F3C /* FIRCurrentDateProvider.h */, + CCDE9DF63C52433F9AD7F0350D7E9595 /* FIRCurrentDateProvider.m */, + 5CEA5F2FAFEBEE4D44112ABA9C82C4CC /* FIRDependency.h */, + B451091EA2DD2D23078ADAD86709614F /* FirebaseCoreInternal.h */, + C1354C8A00B1E869ED140E135C996AA1 /* FirebaseInstallations.h */, + 69986CC3A25CA94275A69CF546C96004 /* FirebaseInstallationsInternal.h */, + BF5F11835F131EEF4D89DAB2CB9AE2BC /* FIRHeartbeatLogger.h */, + 14E6D38691CEE25DE1585A418E260948 /* FIRInstallations.h */, + 8EEADCFD0AD42B15DD9AAC97CD332B79 /* FIRInstallations.m */, + D84835DBC7CBB003E23673A688C0A800 /* FIRInstallationsAPIService.h */, + 743890668339C3AC55133B3E6E45A931 /* FIRInstallationsAPIService.m */, + 527466CDE226DDC167E1F4DF199F5123 /* FIRInstallationsAuthTokenResult.h */, + 9246E5D508C9D9C65090EAC228F84FBF /* FIRInstallationsAuthTokenResult.m */, + 41301510BE50F6B9EC2C2909691CF51F /* FIRInstallationsAuthTokenResultInternal.h */, + D5B24138D8CDC77C360E9C5A4D8AB72E /* FIRInstallationsBackoffController.h */, + B7407663C55F099C2DA62679A03789EA /* FIRInstallationsBackoffController.m */, + A9951A210FC3EB3F2D42B5E9914FDB4D /* FIRInstallationsErrors.h */, + D70FE8761F642623CFCBBFDC7AE94365 /* FIRInstallationsErrorUtil.h */, + 59B76BC16D26FDB9C33110174DA49C31 /* FIRInstallationsErrorUtil.m */, + 023815A342C889FDB40C2E468E36B0A0 /* FIRInstallationsHTTPError.h */, + FF1D0D13F074A8F654744FE571163816 /* FIRInstallationsHTTPError.m */, + B706C61BEDA54C9A88FE6592E339EFC3 /* FIRInstallationsIDController.h */, + 23A2C2701DEBE52FFD4EB97A0608DAEF /* FIRInstallationsIDController.m */, + E2D91D0D1C53185E6B52B20E44D87511 /* FIRInstallationsIIDStore.h */, + FD0F16CE95FFB4C9EAA24C3A98753DDA /* FIRInstallationsIIDStore.m */, + 757D81C7B06DE638EB418E6FDE58581E /* FIRInstallationsIIDTokenStore.h */, + FFAEDD8487FAFA232E0CBDD680F74169 /* FIRInstallationsIIDTokenStore.m */, + 52D691F56B26982ABB512FC12306CEE6 /* FIRInstallationsItem.h */, + 5CB35E263ACF260FBC4446F9AE290D72 /* FIRInstallationsItem.m */, + 1DD7DEA28A6298EE2AF933AF2775D5DE /* FIRInstallationsItem+RegisterInstallationAPI.h */, + E2BD5C521EEA6CF46FDC5C3B0FC7D67B /* FIRInstallationsItem+RegisterInstallationAPI.m */, + B36ACA6DDC3B2A0480653D4E2A1D065E /* FIRInstallationsLogger.h */, + D1B3879188FD8AC6B06CAE989B830924 /* FIRInstallationsLogger.m */, + 33EC32213F3FF721E96542711ED04410 /* FIRInstallationsSingleOperationPromiseCache.h */, + A03E27F5C99C032D27467DD6647EDB86 /* FIRInstallationsSingleOperationPromiseCache.m */, + 5C84283B1B99E5E1FF0A325C82679FA1 /* FIRInstallationsStatus.h */, + EA092D42E6EA9F42391D88ED07EBFDA1 /* FIRInstallationsStore.h */, + 681CD31A8DB0FC539F5762B6763CBCEB /* FIRInstallationsStore.m */, + 901AE4850D24EF6C5627F0F5AE1F3CBB /* FIRInstallationsStoredAuthToken.h */, + E89370ADB0F7D40ADC3177D209ECF26A /* FIRInstallationsStoredAuthToken.m */, + DCE30388FF182F0559292D1186101B42 /* FIRInstallationsStoredItem.h */, + 6A828ED7C9611FFA7D99BAFE9CD56D6C /* FIRInstallationsStoredItem.m */, + 11690DCF5E18ECF4806763505D5C44C1 /* FIRLibrary.h */, + D8CA1CBF5DE776D4FA9E8E7B104A8871 /* FIRLogger.h */, + D54AAB127166B7CDF722AE4B29D56613 /* FIROptionsInternal.h */, + 7AAAB6D2CE0B5EC34BB93E986823304C /* Resources */, + 7ED3AD8A2990CA3D5782435C597738D0 /* Support Files */, ); - name = GoogleUtilities; - path = GoogleUtilities; + path = FirebaseInstallations; sourceTree = ""; }; - 9E6B33A7EED7AEE6A699669163A4FC61 /* KVO */ = { + A5DE8D292954A38812581F52B6500849 /* Core */ = { isa = PBXGroup; children = ( - 9E341BA39D3E728131B125A5DCB10D42 /* GTMNSObject+KeyValueObserving.h */, - E4232FF3580D37FFD9F8059FB7DC23BD /* GTMNSObject+KeyValueObserving.m */, + B216538FC5CDED7F58106B0A6853F5B4 /* GTMLocalizedString.h */, + 32083110E5BAE5F9EBF0E130519AC417 /* GTMLogger.h */, + 3268222664C811C5B9E575AEF2D50A40 /* GTMTypeCasting.h */, ); - name = KVO; + name = Core; sourceTree = ""; }; - 9F831F5F886DF4D6927289B79BDDE6C3 /* GoogleDataTransport */ = { + A6AAF0478E90B69602475053AE86DFBD /* COSTouchVisualizer */ = { isa = PBXGroup; children = ( - 1FDAC2C6789F8E503980F363322FDA2F /* cct.nanopb.c */, - 217E29252599403B1DCA0B7081AA8101 /* cct.nanopb.h */, - 01D3765ACCCE54D6B44ED2DB0AFCAD0D /* client_metrics.nanopb.c */, - 7E54F8AD765F6D841EA161A725F2CDC6 /* client_metrics.nanopb.h */, - 738CF0B9ACED9A7D9EF662D8F5CBDE15 /* compliance.nanopb.c */, - 0D7C8454D2C2DB8DBF552E94A60FDA8F /* compliance.nanopb.h */, - 7F345186E6C852B280B3FC73B7CAED7B /* external_prequest_context.nanopb.c */, - 146FB91CE9FFEE96FB4595A8ADC80603 /* external_prequest_context.nanopb.h */, - 4FB13647A31F7BB18AF288DFB1B5B7B1 /* external_privacy_context.nanopb.c */, - 8AC096086ED4391968AE0368B6F83E4B /* external_privacy_context.nanopb.h */, - 546578CA7918C6365A67A5F9256203B5 /* GDTCCTCompressionHelper.h */, - FDC970234CBF502FD9F3231947731DFA /* GDTCCTCompressionHelper.m */, - 9BF7BC86507900B9F06DD3000A41170D /* GDTCCTNanopbHelpers.h */, - 1DB3CDC09363C1FDFF5F8080D32334EF /* GDTCCTNanopbHelpers.m */, - 53E81E77AEF41B36DA88C5C002F15E1A /* GDTCCTUploader.h */, - B71822EF1F4D0778E8C14BEEAC986F93 /* GDTCCTUploader.m */, - 6E8F3DE82461D1674D8282B349BCF865 /* GDTCCTUploadOperation.h */, - AB7AD19C5F323DACCD3B4F60695FEDA5 /* GDTCCTUploadOperation.m */, - E76E94C5ABC9D7FAEEA81230D4B73A52 /* GDTCORAssert.h */, - 6BDD1CB182E8E9416F31798EE999730C /* GDTCORAssert.m */, - 4DD237A949E6658998AAF2399FD8106C /* GDTCORClock.h */, - 992C41B8CEBA858FFEB436BE00047729 /* GDTCORClock.m */, - 8BE2A19BB1AEC4AE77C6102032E6DE33 /* GDTCORConsoleLogger.h */, - C7288EB47E28E312DE351394B9BA6EDE /* GDTCORConsoleLogger.m */, - A2B72ABFBD6B71C3AAC7BEED42380C4D /* GDTCORDirectorySizeTracker.h */, - E4FEF123C376E53C6B1F647452091BFE /* GDTCORDirectorySizeTracker.m */, - 661B4BF5612309EDE4B80D3AF50B7560 /* GDTCOREndpoints.h */, - 56E9C5FFA2656BDA8FC918C9363C92BA /* GDTCOREndpoints.m */, - F610008C31DFB48A2AE2875767B268BE /* GDTCOREndpoints_Private.h */, - AA1DA9AD74251248C38EA7DD9FF0F9D2 /* GDTCOREvent.h */, - 25870840E4DEF47CE9CAAE98A831007C /* GDTCOREvent.m */, - 230EF78098E287BAF9AB91065E909168 /* GDTCOREvent+GDTCCTSupport.h */, - 3A955770332E1611894804AF41480C14 /* GDTCOREvent+GDTCCTSupport.m */, - B895DA9E676F4344D536641282D76335 /* GDTCOREvent+GDTMetricsSupport.h */, - 199D8BA5A31455B69C21F16737FC0776 /* GDTCOREvent+GDTMetricsSupport.m */, - 2168C6159471A3DB33EEE8CED95ACD91 /* GDTCOREvent_Private.h */, - A867B87A57E1F377C62ABDB481910CE7 /* GDTCOREventDataObject.h */, - D50A3E8B68FC60A3AA41E006D2EEFB14 /* GDTCOREventDropReason.h */, - A37AFCDF65ACEA1B0D96C788CC359511 /* GDTCOREventTransformer.h */, - A8737EA2A5609646124C0A5861A6A118 /* GDTCORFlatFileStorage.h */, - FB0FFAE5928B429B15F3565E41AD9E05 /* GDTCORFlatFileStorage.m */, - 16222EC944A13BC02E05656AE2E20E57 /* GDTCORFlatFileStorage+Promises.h */, - 64078AA1668B5D7A4F1B637D46366832 /* GDTCORFlatFileStorage+Promises.m */, - C9CA4D3321E22B2CA8805E6E7794B020 /* GDTCORLifecycle.h */, - DF275FC506C09A943C99768DA9C72528 /* GDTCORLifecycle.m */, - B82BE2D4296F803CE38C906D7B859E20 /* GDTCORLogSourceMetrics.h */, - 8F7B1BE3E1B509089D2C879232CD49F6 /* GDTCORLogSourceMetrics.m */, - F70A7845B303ABD78E6B664702F982B5 /* GDTCORMetrics.h */, - F89BE5D5F546931DEB14C20171E92073 /* GDTCORMetrics.m */, - 1F4A7D9248F4B12863BD74903EFF433F /* GDTCORMetrics+GDTCCTSupport.h */, - 64C260BA2568AE58BAED2D22B579A3EE /* GDTCORMetrics+GDTCCTSupport.m */, - DC6CEDC0CDB41E6FA9FA0DF6DD1AB480 /* GDTCORMetricsController.h */, - C7116EF0A10B4E42EF062C7D4D0B09A4 /* GDTCORMetricsController.m */, - 2DEE5BDB494FC51CF3EB4FD3824057EB /* GDTCORMetricsControllerProtocol.h */, - C191AD739A0C039A4A721C7BBC7F242B /* GDTCORMetricsMetadata.h */, - FBF006F2DA33B699AC63607FAA33839C /* GDTCORMetricsMetadata.m */, - CBE960E254718DE0E008D06C64803807 /* GDTCORPlatform.h */, - D3E9F7FDD12F036E52670A46C492C925 /* GDTCORPlatform.m */, - 5184B1E826AFF7C508598508B8E3F893 /* GDTCORProductData.h */, - 945E474C51B9A2642FDD763FA5D2776E /* GDTCORProductData.m */, - 526027A7499A3DD9842E99482252002E /* GDTCORReachability.h */, - 732B3714C59926CB4F23DACCB5A12054 /* GDTCORReachability.m */, - 84FD8615A263021A7E01FE429FA6209A /* GDTCORReachability_Private.h */, - 123089DF4994ABF897E140FFF90584CF /* GDTCORRegistrar.h */, - C4549EB027A39691D5FF37B12C8019A7 /* GDTCORRegistrar.m */, - 428EB21564E89326B0383E082266638D /* GDTCORRegistrar_Private.h */, - E32F9276DB53FA9AD0DA1CE44CF08145 /* GDTCORStorageEventSelector.h */, - FCB804B3DF3E52EE10DA3A358BF41956 /* GDTCORStorageEventSelector.m */, - C70CE06FE9EACF28F452ABD1381AE8EA /* GDTCORStorageMetadata.h */, - A08194B43C3B67C1847497E48866E510 /* GDTCORStorageMetadata.m */, - DA6BE0F54725CF529BCBE2C8DAB159DE /* GDTCORStorageProtocol.h */, - D48C3CEC64690D040A46C19259F53491 /* GDTCORStorageSizeBytes.h */, - 4A74AB40E2D904C8F4860D0E84AE99E7 /* GDTCORTargets.h */, - 1D06CE695B2E9B1CA6E75FB54A7353C4 /* GDTCORTransformer.h */, - A7A33C443BEAF3F90E5F2BE845EB5191 /* GDTCORTransformer.m */, - 2E483612A98D2DE175447F4F5229D1DE /* GDTCORTransformer_Private.h */, - 7CB82C40E0ABA1E8E62BF7B1E96CDA50 /* GDTCORTransport.h */, - 566B514E03A7E7D3246D55A64B032B01 /* GDTCORTransport.m */, - 4486B4A91F5209EC278DEAE3BD4E9FD2 /* GDTCORTransport_Private.h */, - BC651FDFD271F2C3B5B54D6788407A52 /* GDTCORUploadBatch.h */, - A32ADCF6709C46FBE207556DACC095DB /* GDTCORUploadBatch.m */, - 42BC9177FCE47E00979315F7F9750B78 /* GDTCORUploadCoordinator.h */, - A2DA4096332606F4B64BD5475210F991 /* GDTCORUploadCoordinator.m */, - 07EBC24EBFC2E29C34AED679AC8A6D0A /* GDTCORUploader.h */, - 7DD756705D2559E4949B67AB1F320233 /* GoogleDataTransport.h */, - E6173ACE265CB7B176281D133A50D528 /* Resources */, - 4B0B7EDAF11D2D3219EEB8881274852C /* Support Files */, + 13DDEE258FD75ABBA115FA2AA34112EB /* COSTouchVisualizerWindow.h */, + 8A85FDA0D273DEE482B1B921754BE207 /* COSTouchVisualizerWindow.m */, + 4E19F670801D52E22BDA2DC7855F1D27 /* Support Files */, ); - name = GoogleDataTransport; - path = GoogleDataTransport; + path = COSTouchVisualizer; sourceTree = ""; }; - A11081BCF1EA427801BB53A751998091 /* WithoutAdIdSupport */ = { + A70AFA6536E50DFAB56BED00183872F7 /* Resources */ = { isa = PBXGroup; children = ( - 78C3223DCAC3D6AB6C4258A80C335DBF /* Frameworks */, + 54FC38D2A12099CBB6B0E3114A44A874 /* PrivacyInfo.xcprivacy */, ); - name = WithoutAdIdSupport; + name = Resources; sourceTree = ""; }; - A11B9F8EB957799D42BA53AC37BC0676 /* Pods-iOS-ParticlesCommonModels */ = { + A7222FD08DFFB638197B1345FBB1C0D8 /* Pods-iOS-PlatformRouting */ = { isa = PBXGroup; children = ( - C27F6B53FB84E8E665FE143CCDDFF902 /* Pods-iOS-ParticlesCommonModels.modulemap */, - 776A378F2FECF1D92D274CB693FE6DB3 /* Pods-iOS-ParticlesCommonModels-acknowledgements.markdown */, - 38625E3FFF489113E7BDCEDA8687E820 /* Pods-iOS-ParticlesCommonModels-acknowledgements.plist */, - 7D9B8A1205E5315C4356A586AE8BBE9C /* Pods-iOS-ParticlesCommonModels-dummy.m */, - D89B95E420D9D685FEB0620E0D8F7DF0 /* Pods-iOS-ParticlesCommonModels-Info.plist */, - 34F8A709609F677742BD524A63216531 /* Pods-iOS-ParticlesCommonModels-umbrella.h */, - 632C30F3C9BEA9BF40BBCC4BD70D5C65 /* Pods-iOS-ParticlesCommonModels.debug.xcconfig */, - 0C90A12FED778E181E7056F255A11CFF /* Pods-iOS-ParticlesCommonModels.release.xcconfig */, + A87380ACE8360F92CE4786C6854D024D /* Pods-iOS-PlatformRouting.modulemap */, + 296F9D75F1532CCC2148C721515DA809 /* Pods-iOS-PlatformRouting-acknowledgements.markdown */, + AEFC023097C9BDF6701D6EE76C999F9E /* Pods-iOS-PlatformRouting-acknowledgements.plist */, + 42A747547C53E2C668ACEDD4F5A5535A /* Pods-iOS-PlatformRouting-dummy.m */, + 2D9B27CCE64318FEB4F562D6B15E9E3C /* Pods-iOS-PlatformRouting-Info.plist */, + 227F6DB567ECEBF2AB1D7C87293A3D88 /* Pods-iOS-PlatformRouting-umbrella.h */, + 37DBEA0570289F365020148BCE289205 /* Pods-iOS-PlatformRouting.debug.xcconfig */, + 7430DB8CBFEA7D7B0993E1AD8C0E41BD /* Pods-iOS-PlatformRouting.release.xcconfig */, ); - name = "Pods-iOS-ParticlesCommonModels"; - path = "Target Support Files/Pods-iOS-ParticlesCommonModels"; + name = "Pods-iOS-PlatformRouting"; + path = "Target Support Files/Pods-iOS-PlatformRouting"; sourceTree = ""; }; - A11D2625A5C4070A9994268BF73097E8 /* Environment */ = { + A777317253D5D6A892F23738411204B1 /* NVActivityIndicatorView */ = { isa = PBXGroup; children = ( - 8D84FED2A8E224393657278FBBEBE468 /* GULAppEnvironmentUtil.h */, - E0CAA3234212E4CA8C52FCEEC4259E22 /* GULAppEnvironmentUtil.m */, - C6416A4C1435DEF374EA2077AB05AC5F /* GULHeartbeatDateStorable.h */, - 552B565DE218BFDE96900056C15F6058 /* GULHeartbeatDateStorage.h */, - 5FE7551763DEA593DCDAF13E37D2CE76 /* GULHeartbeatDateStorage.m */, - C9E96A858753DCD39CBC5C3ADF11AB56 /* GULHeartbeatDateStorageUserDefaults.h */, - 7F4CCA1AC75EB7CD2E727773FF23E8B7 /* GULHeartbeatDateStorageUserDefaults.m */, - D1BC3D6B6E03C033DC060D009A94364F /* GULKeychainStorage.h */, - F76493863369D3D33AE905913F6007EA /* GULKeychainStorage.m */, - 641E2B22D8FD174AAE5CC7831F8AAEFA /* GULKeychainUtils.h */, - E6D9DFBF92746BD35CD3E2012A406D52 /* GULKeychainUtils.m */, - FE92558DCD805789872B5CC3E44032E5 /* GULNetworkInfo.h */, - FCE92BE968BD003B6EBC2A96BA907B53 /* GULNetworkInfo.m */, - AC7D2B782395ACBFC47D5D1F70CBE055 /* GULSecureCoding.h */, - 4AD753737A9740FD2AD20B866CBE92DD /* GULSecureCoding.m */, - C301D705A4E0603940A91E57048F7C29 /* GULURLSessionDataResponse.h */, - 3CFC714E841837139F8379574CC158DC /* GULURLSessionDataResponse.m */, - ED014D37EF55ECD2A8488EEAD8427DCB /* IsAppEncrypted.h */, - BDE6A0118920EA803A648ADCB1BAE3CA /* IsAppEncrypted.m */, - 9FE306AC92903F35B1FEACB58B26C03F /* NSURLSession+GULPromises.h */, - 1522D77853FB5D1E7B5895C855B29B53 /* NSURLSession+GULPromises.m */, + B2BB50DF173999ECE26B3D95B32349EE /* Base */, + 24DEDC6D4196D1396E48A484C219218A /* Support Files */, ); - name = Environment; + path = NVActivityIndicatorView; sourceTree = ""; }; - A3C790E1F22E2D4B8DA1F5A4F1BCDFE9 /* Pods-iOS-dydxCartera */ = { + A98E7763E24D97E6CB12C7BD83B0D677 /* Pods-iOS-dydxAnalytics */ = { isa = PBXGroup; children = ( - 75F3AE14BFD976E3F7AB8AAE9D01B54F /* Pods-iOS-dydxCartera.modulemap */, - D9256F2E2966ADD2A2438922EFD42A83 /* Pods-iOS-dydxCartera-acknowledgements.markdown */, - 4CEAD03AE19534818DA7FDBEE513878A /* Pods-iOS-dydxCartera-acknowledgements.plist */, - 0343BE48D4152D8559C5A4DA27084319 /* Pods-iOS-dydxCartera-dummy.m */, - F4B1CDC3A5BF1FD9C61F29D494900F89 /* Pods-iOS-dydxCartera-Info.plist */, - 058FB51936169E9BC9568FA310907945 /* Pods-iOS-dydxCartera-umbrella.h */, - 3671641A4540097DEDA4FD38B5AB7D0C /* Pods-iOS-dydxCartera.debug.xcconfig */, - FDF97DDB1D09E6D793AAE371E56741A4 /* Pods-iOS-dydxCartera.release.xcconfig */, + F63595F2E53E29BE8F56FB3BE1F73E96 /* Pods-iOS-dydxAnalytics.modulemap */, + FAC7E714C73BF6752C298EEBA9C769BA /* Pods-iOS-dydxAnalytics-acknowledgements.markdown */, + 81898ABB2E18ED34857E4A83DFB86F00 /* Pods-iOS-dydxAnalytics-acknowledgements.plist */, + A0F9119E35C98ADD15A55CABA779CED9 /* Pods-iOS-dydxAnalytics-dummy.m */, + FAD7818A830877BAD927DB7A5CEBC154 /* Pods-iOS-dydxAnalytics-Info.plist */, + 908BA7246AD3F36C1070FE5960D5BB0B /* Pods-iOS-dydxAnalytics-umbrella.h */, + 8B782028B8447716DA57A978233E145F /* Pods-iOS-dydxAnalytics.debug.xcconfig */, + 772D38927F2E86CDACC27743BCD4CDF3 /* Pods-iOS-dydxAnalytics.release.xcconfig */, ); - name = "Pods-iOS-dydxCartera"; - path = "Target Support Files/Pods-iOS-dydxCartera"; + name = "Pods-iOS-dydxAnalytics"; + path = "Target Support Files/Pods-iOS-dydxAnalytics"; sourceTree = ""; }; - A5653EC7990784F5B950F22B9D898A32 /* Support Files */ = { + A9C83FA22EFCC9A9D24168DBE251BB47 /* Support Files */ = { isa = PBXGroup; children = ( - 8879707748469776442169C7B62734B4 /* FirebaseABTesting.modulemap */, - D8E762DE581C60FF294CCF5F3733ADC8 /* FirebaseABTesting-dummy.m */, - 70ECA911F09038F25DC6ED9EA976C304 /* FirebaseABTesting-Info.plist */, - 64B4AEB505B159D45F6A91DCE8E5EE8B /* FirebaseABTesting-umbrella.h */, - 93C43321A9BF377DDF293DAB03F6C131 /* FirebaseABTesting.debug.xcconfig */, - 1C45C74227382EBB5CE9127F5B7269B8 /* FirebaseABTesting.release.xcconfig */, - 1DF9A4CBB6DA42F44E2C06A14B2DE3DE /* ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist */, + A9C308FB2094C5FD61BFCEABA751BE20 /* Validator.modulemap */, + F166266655007B71445011B201B01D49 /* Validator-dummy.m */, + 972B85C7FE7B48A024DA30AAC309EED2 /* Validator-Info.plist */, + F014F93A84F2C19F4453F05ED9A4B621 /* Validator-prefix.pch */, + 3DCDBE9FDCC30178929BF0A883E52076 /* Validator-umbrella.h */, + D19C1D37A1952174112C421E7587CB89 /* Validator.debug.xcconfig */, + 7BBD121CAE529EE56F8F4F0625F3785C /* Validator.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseABTesting"; + path = "../Target Support Files/Validator"; sourceTree = ""; }; - A615809CEDFFA83D3473AA2F553B5BA8 /* NSString+XML */ = { + AD1055D2EE96F92715A055C692B41F2C /* UserDefaults */ = { isa = PBXGroup; children = ( - 65D6A507740E376EDDAC57B2A173AE08 /* GTMNSString+XML.h */, - DA9E9435D974C6CDC872DC6F4EF78A96 /* GTMNSString+XML.m */, + 6D5A98554FE660DD99CCFBC275A8965D /* GULUserDefaults.h */, + EAB83AD51732D0C5FE07BA015D101AC0 /* GULUserDefaults.m */, ); - name = "NSString+XML"; + name = UserDefaults; sourceTree = ""; }; - A68C2286975A767B577FC71904C70558 /* Core */ = { + AF4AD7EAEC327CEE2DB9ACC3B1FBE1CF /* Pods-iOS-ParticlesKit */ = { isa = PBXGroup; children = ( - 56E51D1071669A6CB7BADC966148AD77 /* GTMLocalizedString.h */, - E70D38F75F2E4CA04B84808C47791A5C /* GTMLogger.h */, - B7735CCDF02EFC9E0E80E491ED6A838A /* GTMTypeCasting.h */, + AB395F8A9E04EAFF5DB4189FB9105FD7 /* Pods-iOS-ParticlesKit.modulemap */, + 88C24998FDBD35B2654AD033CDC4564C /* Pods-iOS-ParticlesKit-acknowledgements.markdown */, + 3FB3C2E1C64772246CE5E877887EACE7 /* Pods-iOS-ParticlesKit-acknowledgements.plist */, + 289ADC5C3D55269A3D4D7393FB162963 /* Pods-iOS-ParticlesKit-dummy.m */, + 0FE9BA29E0D66E68670BF23F40682B1D /* Pods-iOS-ParticlesKit-Info.plist */, + 1B70455ADA13D134B348496DC0ADA95E /* Pods-iOS-ParticlesKit-umbrella.h */, + 0B3E55E1896D5AA691C88C7517AA83A6 /* Pods-iOS-ParticlesKit.debug.xcconfig */, + 1203BEE2950F5CD72D6FA125BE08334C /* Pods-iOS-ParticlesKit.release.xcconfig */, ); - name = Core; + name = "Pods-iOS-ParticlesKit"; + path = "Target Support Files/Pods-iOS-ParticlesKit"; sourceTree = ""; }; - A74EAC0DD6D8E6CB87CFBB07A205586A /* Support Files */ = { + B037C3AB6BD884FA0374ACAB13E5709F /* Logger */ = { isa = PBXGroup; children = ( - F3892BCF7424E2B9C16C53C03B1CD8FB /* FirebaseMessaging.modulemap */, - D5F21500AC5762E322A1B5C4CB0A60A1 /* FirebaseMessaging-dummy.m */, - 136E9441B303B93508DFCA1EB9A2161E /* FirebaseMessaging-Info.plist */, - 7A05E1A8BB7D5DB85657A1EA1B05E0BA /* FirebaseMessaging-umbrella.h */, - 5D74073CE77F85F4459C7F235BF601A3 /* FirebaseMessaging.debug.xcconfig */, - 4F1EB24489E6D99444D64E23126E0675 /* FirebaseMessaging.release.xcconfig */, - E9651FB876712A84EAAE501E187198A8 /* ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist */, + 03D045BBCB5F0604141F9F7B512F00C9 /* GTMLogger.m */, + 140D7A5F4C83AC2C417BA2D3C459C4C8 /* Resources */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseMessaging"; + name = Logger; sourceTree = ""; }; - A90CC513975A591E3ADD7A75C7A105A1 /* Pods-iOS-JedioKitTests */ = { + B2B8413E63FF4A24DA56922CB4ED846E /* SDWebImageSVGCoder */ = { isa = PBXGroup; children = ( - EBAC40FCDCF816C65D27A3A870B23323 /* Pods-iOS-JedioKitTests.modulemap */, - 581AC5E320AADC8657992E4D8143DA83 /* Pods-iOS-JedioKitTests-acknowledgements.markdown */, - 739033C8FB23BF0CA5B35746626428A2 /* Pods-iOS-JedioKitTests-acknowledgements.plist */, - E67615EEC3ECDBF434478EDD6265697C /* Pods-iOS-JedioKitTests-dummy.m */, - C7A9D292D77E6B802225C1ACAE74B74B /* Pods-iOS-JedioKitTests-frameworks.sh */, - DFE82B903E1F5EB4A2FC7BE2E9ED6DDF /* Pods-iOS-JedioKitTests-Info.plist */, - 95F570E21E4AD32E2A3142741F989AE5 /* Pods-iOS-JedioKitTests-umbrella.h */, - 078E50E50A3D5BB45DA671C5451B4077 /* Pods-iOS-JedioKitTests.debug.xcconfig */, - E371F15A209ED4A414A28B6F9B4A273F /* Pods-iOS-JedioKitTests.release.xcconfig */, + 7EA567422C8CA3E13AAA1079176D961E /* SDImageSVGCoder.h */, + 3F6EA73E532B2EAC2E59604C1F010B57 /* SDImageSVGCoder.m */, + 1ED231A3BB46A0B62DBF33FC79B4095A /* SDWebImageSVGCoder.h */, + 959EAE625CD113612B126982A15C2B91 /* SDWebImageSVGCoderDefine.h */, + 95E4C81B6CE0AB50B7F1A8EEF0143F53 /* SDWebImageSVGCoderDefine.m */, + E305F9B96B287BB5A0E51F501DD72468 /* Support Files */, ); - name = "Pods-iOS-JedioKitTests"; - path = "Target Support Files/Pods-iOS-JedioKitTests"; + path = SDWebImageSVGCoder; sourceTree = ""; }; - AA5CA80E3904745265E29974995CB572 /* Pods-iOS-dydxPresentersTests */ = { + B2BB50DF173999ECE26B3D95B32349EE /* Base */ = { isa = PBXGroup; children = ( - 9F85ACDD4B0D8540FBB86630CC4A543E /* Pods-iOS-dydxPresentersTests.modulemap */, - 998503CD181437F1E219FEAB104E6A35 /* Pods-iOS-dydxPresentersTests-acknowledgements.markdown */, - E2AAF68A1AE83FEC8EF3BF1361EF63BF /* Pods-iOS-dydxPresentersTests-acknowledgements.plist */, - 343A0BF9285C79459D78CA62B9E2DAB7 /* Pods-iOS-dydxPresentersTests-dummy.m */, - 518A3B72B691A75C9EDDB0C2F059BCB6 /* Pods-iOS-dydxPresentersTests-frameworks.sh */, - F68106CA513792E018518901FBF273CF /* Pods-iOS-dydxPresentersTests-Info.plist */, - A6EA781401252B3DF0E21FE72AE63619 /* Pods-iOS-dydxPresentersTests-umbrella.h */, - 86C468209961A7B834FB867EEA3F00B5 /* Pods-iOS-dydxPresentersTests.debug.xcconfig */, - D022A83F18AEA5F144FB76560BDC158F /* Pods-iOS-dydxPresentersTests.release.xcconfig */, + 6FECE407B29ABD1178C90C066F53B51A /* NVActivityIndicatorAnimationAudioEqualizer.swift */, + F67DDFA5AF495451E14BCE78F6939251 /* NVActivityIndicatorAnimationBallBeat.swift */, + CDD4736BAB8676B21040A0FA91DE0122 /* NVActivityIndicatorAnimationBallClipRotate.swift */, + 25E6102BE171335BC49E2FB315DA745F /* NVActivityIndicatorAnimationBallClipRotateMultiple.swift */, + 175696D276286AF0ED5B0F8D88253398 /* NVActivityIndicatorAnimationBallClipRotatePulse.swift */, + D78939B426959FD0E21C2FDA48AE9317 /* NVActivityIndicatorAnimationBallDoubleBounce.swift */, + 18E4618F04BB58E43440A179FFDA86CD /* NVActivityIndicatorAnimationBallGridBeat.swift */, + D8E63558AE8B0BE88AE5F94183BF8BA9 /* NVActivityIndicatorAnimationBallGridPulse.swift */, + A6711DFC72D18E802ADB9CA681048150 /* NVActivityIndicatorAnimationBallPulse.swift */, + 8A9D118E7162A6D89629DFECE2EFD146 /* NVActivityIndicatorAnimationBallPulseRise.swift */, + 9E6C906D941EE3138EA5BC92BB33FD12 /* NVActivityIndicatorAnimationBallPulseSync.swift */, + 4878E2C442BAE39CDDED52917C7F0573 /* NVActivityIndicatorAnimationBallRotate.swift */, + 542E536CC568685EF33E6C02D0E4FD86 /* NVActivityIndicatorAnimationBallRotateChase.swift */, + 10C4E97C5B65EB1BC622D3EE7CC0ED3C /* NVActivityIndicatorAnimationBallScale.swift */, + 0DBCFBAA8DE962B1B96770B0C33E3398 /* NVActivityIndicatorAnimationBallScaleMultiple.swift */, + B9D0953316C50FA18A8C8376858A7126 /* NVActivityIndicatorAnimationBallScaleRipple.swift */, + 8DB2775A7FB78193F3BDD42C165CC331 /* NVActivityIndicatorAnimationBallScaleRippleMultiple.swift */, + 8A3DC39C81E542EEF5D2C4D9E7EDC5C1 /* NVActivityIndicatorAnimationBallSpinFadeLoader.swift */, + 4A3094E5185CC1E4936E4366F0BF4A0C /* NVActivityIndicatorAnimationBallTrianglePath.swift */, + 55C0E4D0A7F876CF4182FCA46C36B4D8 /* NVActivityIndicatorAnimationBallZigZag.swift */, + ED8E2736C58B348419124236FFDE0200 /* NVActivityIndicatorAnimationBallZigZagDeflect.swift */, + D9CBFBD9B80286B95556784958E6E10F /* NVActivityIndicatorAnimationBlank.swift */, + 94B0AD609C8EFFBFBCBDE3AC8065E4DD /* NVActivityIndicatorAnimationCircleStrokeSpin.swift */, + 8BFC210614B572B83B506FCDCF84D966 /* NVActivityIndicatorAnimationCubeTransition.swift */, + BFCE03F9E5402FDEE1C79C355FF5F832 /* NVActivityIndicatorAnimationDelegate.swift */, + 07866B969B55F241B7650265DD809286 /* NVActivityIndicatorAnimationLineScale.swift */, + 27409AA03E58135BFCE051FDA8656B34 /* NVActivityIndicatorAnimationLineScaleParty.swift */, + FA30D6470BFEDAEE1DF898ADBC492354 /* NVActivityIndicatorAnimationLineScalePulseOut.swift */, + 3E925339137B9203AF787E3EBDC13889 /* NVActivityIndicatorAnimationLineScalePulseOutRapid.swift */, + 8547C69625BF7C479CAA287F4AEB7456 /* NVActivityIndicatorAnimationLineSpinFadeLoader.swift */, + DAAAECFB621D602F56CF67D806296FAC /* NVActivityIndicatorAnimationOrbit.swift */, + 6DB9CDBE0959261D52AE6659A820F65F /* NVActivityIndicatorAnimationPacman.swift */, + 270FFFC7E3E0F113921189BCF14ED32D /* NVActivityIndicatorAnimationSemiCircleSpin.swift */, + 6C7041D682042AB4B9F00F71CFB2EBB9 /* NVActivityIndicatorAnimationSquareSpin.swift */, + A3C1AA947751B87DE2BCFCA2174E75B0 /* NVActivityIndicatorAnimationTriangleSkewSpin.swift */, + 4767CD3D2091841D6B9509F2671A2BD4 /* NVActivityIndicatorShape.swift */, + 47BC1D85068DEBA7E1A9A7ADDFF7ED26 /* NVActivityIndicatorView.swift */, ); - name = "Pods-iOS-dydxPresentersTests"; - path = "Target Support Files/Pods-iOS-dydxPresentersTests"; + name = Base; sourceTree = ""; }; - AAC2F7D9DE4DAC45A0941FF926834869 /* Support Files */ = { + B793DE7FF7E7E9BACE689679C66E3203 /* NSString+XML */ = { isa = PBXGroup; children = ( - 35FF48C35C10BDED651CD8D76242255A /* FirebaseAnalytics-xcframeworks.sh */, - EA9D3348DDE811FF3ABC0353C3D4AF9E /* FirebaseAnalytics.debug.xcconfig */, - 2F05D246B7BC9684DACC662F7A17EEC6 /* FirebaseAnalytics.release.xcconfig */, + F6AC55FC967F72A6A54460FD70303463 /* GTMNSString+XML.h */, + 3006F3BFD4342170428669F36F5D33C9 /* GTMNSString+XML.m */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseAnalytics"; + name = "NSString+XML"; sourceTree = ""; }; - AD53679E556AC801D78C75F8A8E8BF69 /* Logger */ = { + B84250617A55904A26D43D666001EEBD /* Support Files */ = { isa = PBXGroup; children = ( - 5F576696C45F845B4092837142462FCD /* GULLogger.h */, - 6DE105B1E9E7E10F7C6424066800F699 /* GULLogger.m */, - 96E51A6CC73CB29B4AD506F01AE43E8E /* GULLoggerLevel.h */, + C10481B51519712FCC046805421A50F4 /* ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist */, + 3430F772546E589A4E6E29B044571973 /* SDWebImageSwiftUI.modulemap */, + FBE64CE353BBAE140564CC921AA0AA37 /* SDWebImageSwiftUI-dummy.m */, + B6643B27CC0FB3767EADBFEB123FE5C1 /* SDWebImageSwiftUI-Info.plist */, + A4F67067710C94529494E2EF67E945CB /* SDWebImageSwiftUI-prefix.pch */, + 74951EB812DE53E6DAB5A832C5952432 /* SDWebImageSwiftUI-umbrella.h */, + B06F86E1EF7FD9365FD4C2CFE82B9A93 /* SDWebImageSwiftUI.debug.xcconfig */, + 047BB4C582E2058BDC034070FE4BE560 /* SDWebImageSwiftUI.release.xcconfig */, ); - name = Logger; + name = "Support Files"; + path = "../Target Support Files/SDWebImageSwiftUI"; sourceTree = ""; }; - AF5133DBBD11B7F942A1E7C6BAD08360 /* GeometryUtils */ = { + BBB648371DD042450381CCC7AA636367 /* Support Files */ = { isa = PBXGroup; children = ( - D520032AB32284C45180F48B065783A5 /* GTMGeometryUtils.h */, - 2093E92F9643FF0F1D28A5A9DA8BCB33 /* GTMGeometryUtils.m */, + EF0F2F2DE0F40011CC417D528075DF1D /* ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist */, + 3FCB47A42E443AD338FCA0825EB5112C /* SnapKit.modulemap */, + A9A90CEEC59786D5FDFD2D0B3AFB6055 /* SnapKit-dummy.m */, + 048A692DB9881EF470AFAFB4922294C5 /* SnapKit-Info.plist */, + 7444F89AF714B860E758F794D26F56B6 /* SnapKit-prefix.pch */, + C3AA7CB5032A2C140D9B4399A2EAD866 /* SnapKit-umbrella.h */, + AD499F868B4ACB1F0A2173A0E2A90976 /* SnapKit.debug.xcconfig */, + A5FE45E543ADE8DA3D19CB4270272915 /* SnapKit.release.xcconfig */, ); - name = GeometryUtils; + name = "Support Files"; + path = "../Target Support Files/SnapKit"; sourceTree = ""; }; - B0976C34854313F458FC01DAEE69ACFC /* AppsFlyerFramework */ = { + BCB4013C274F8C3662A7D46F8C8D9426 /* AdIdSupport */ = { isa = PBXGroup; children = ( - 45E99BF8DE508EAED0999ACFAB433AF1 /* Main */, - E72CB28B7DC85847D407DA52A9C0BC9C /* Support Files */, + 1548FA03E7C2ADDFC2C3799E94C58529 /* Frameworks */, ); - name = AppsFlyerFramework; - path = AppsFlyerFramework; + name = AdIdSupport; sourceTree = ""; }; - B14181F228E1B6D10230EC1E2B54117B /* Frameworks */ = { + C1397047C8994C3C77781699774C8120 /* Support Files */ = { isa = PBXGroup; children = ( - E6E64B4457DAC5C4679677A607A877E1 /* GoogleAppMeasurement.xcframework */, + 21203BCF7941CA2772F3CC64F87948EE /* FirebaseAnalytics-xcframeworks.sh */, + 6D1CD1E105F12FF5574E52CF551019D4 /* FirebaseAnalytics.debug.xcconfig */, + 6ECE16095781A432FFD67210DF29CD1F /* FirebaseAnalytics.release.xcconfig */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/FirebaseAnalytics"; sourceTree = ""; }; - B158241B37AF2E22EC3E88ACD877E6C0 /* Pods-iOS-dydxV4Tests */ = { + C63EDEC01D06795584FF37CF410DD666 /* AppsFlyerFramework */ = { isa = PBXGroup; children = ( - 9B0C45AC1028B0F0DB3F61519F3CB388 /* Pods-iOS-dydxV4Tests.modulemap */, - 1D513F4D8318D2D25664158CAFDDD4AC /* Pods-iOS-dydxV4Tests-acknowledgements.markdown */, - 1A51203586BC23C1256F14D90D47453E /* Pods-iOS-dydxV4Tests-acknowledgements.plist */, - 682B66A249D47ED86EBEEACB7B4B1A40 /* Pods-iOS-dydxV4Tests-dummy.m */, - F4E2F888A3A60A3322EDF1B0647A42A0 /* Pods-iOS-dydxV4Tests-frameworks.sh */, - 72C0EB74796C2939A4F80EFDCE42AFDB /* Pods-iOS-dydxV4Tests-Info.plist */, - E8272353FB59C1AD57E7B2BF4BBDB582 /* Pods-iOS-dydxV4Tests-resources.sh */, - 159C57AE88F4F4312B59F71F401D6FD9 /* Pods-iOS-dydxV4Tests-umbrella.h */, - AAC14C1AF0DD976589E863A43A488642 /* Pods-iOS-dydxV4Tests.debug.xcconfig */, - 0DED4D53BF887575339A358C383BC652 /* Pods-iOS-dydxV4Tests.release.xcconfig */, + 298B59BC8A87DF97BA316ECEF602AC0B /* Main */, + A46640C0C4CD010F2086BC4C8F59C346 /* Support Files */, ); - name = "Pods-iOS-dydxV4Tests"; - path = "Target Support Files/Pods-iOS-dydxV4Tests"; + path = AppsFlyerFramework; sourceTree = ""; }; - B226C124606F3A9E3E53B44692C829FF /* Pods-iOS-PlatformRouting */ = { + C7AEA03FD3F4CC58338EB5A5EB4C51FD /* Support Files */ = { isa = PBXGroup; children = ( - 784351B7F019BBEF2357E4150540193C /* Pods-iOS-PlatformRouting.modulemap */, - 294367767BC14935CA65E9D0527B06F5 /* Pods-iOS-PlatformRouting-acknowledgements.markdown */, - 42A7BA4AFDB6A1658599998D6266E709 /* Pods-iOS-PlatformRouting-acknowledgements.plist */, - 4A9762C858D337E67CFB2D9346E17954 /* Pods-iOS-PlatformRouting-dummy.m */, - 72B271F7310ECEAF6DFA17DE51C4E412 /* Pods-iOS-PlatformRouting-Info.plist */, - 9405728C452D25D8999CF416D980FB93 /* Pods-iOS-PlatformRouting-umbrella.h */, - BF9381557B1AE241479730C33A6DE01D /* Pods-iOS-PlatformRouting.debug.xcconfig */, - 354D70C7E3B12328F2FE31D86058681D /* Pods-iOS-PlatformRouting.release.xcconfig */, + 81E8D12236414D652690F6E075686BB0 /* CocoaLumberjack.modulemap */, + C1E272D081296C00FBF6D380F925C0C4 /* CocoaLumberjack-dummy.m */, + E2D092616DE6868C43CB6D20D4F9627D /* CocoaLumberjack-Info.plist */, + B4DEBAF865378563F55708AA59B76CA0 /* CocoaLumberjack-prefix.pch */, + 6BA967019FBE81F52E2CF00D99AF79FA /* CocoaLumberjack-umbrella.h */, + 24285970B170086136C41BB95845326A /* CocoaLumberjack.debug.xcconfig */, + E6119719ABE9F52AAD6573B4F34BE8CB /* CocoaLumberjack.release.xcconfig */, + 6229B05794F0530A34DBCC50C4306B99 /* ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist */, ); - name = "Pods-iOS-PlatformRouting"; - path = "Target Support Files/Pods-iOS-PlatformRouting"; + name = "Support Files"; + path = "../Target Support Files/CocoaLumberjack"; sourceTree = ""; }; - B2CB4B95D4CE57CE888854A38DDDF8FD /* Support Files */ = { + C97FD091F176C3516259F90F4490A85D /* Support Files */ = { isa = PBXGroup; children = ( - 2D6C5FFE7BDD347BF186E98AB6DC65F6 /* GoogleUtilities.modulemap */, - 87E3B1F4D36D1FED37F4E015666D6A91 /* GoogleUtilities-dummy.m */, - C1B998F8C0B6645A861D3EEA9ABA5B07 /* GoogleUtilities-Info.plist */, - E3B228B33042B5CF524FC0DEB6E78B49 /* GoogleUtilities-umbrella.h */, - CF1BAB234EAEC56B28A6141CFC210582 /* GoogleUtilities.debug.xcconfig */, - EC8552CD623E1E4491003E40C0C8CA62 /* GoogleUtilities.release.xcconfig */, - E95CC3D3904F7CAC97CF357491295005 /* ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist */, + 3119946E2055FCBFB10C701C1F4D7C18 /* Amplitude-iOS.modulemap */, + A45C6EDE803010CFE37F28C357441E38 /* Amplitude-iOS-dummy.m */, + E18C63D1201B8A0B1B9A57990C91F9AD /* Amplitude-iOS-Info.plist */, + 94E7DBB0D730B891FB8093E90B04B7C2 /* Amplitude-iOS-prefix.pch */, + 68F336658B40500CBDA8655928F5C03B /* Amplitude-iOS-umbrella.h */, + 1DC46DC442EFE2E21B0349DFF4D5B5E2 /* Amplitude-iOS.debug.xcconfig */, + B4EC05B80845ECB5123EF433B46BF475 /* Amplitude-iOS.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; + path = "../Target Support Files/Amplitude-iOS"; sourceTree = ""; }; - B4390262B29A9DA83383FBAD5DBC8B15 /* AdIdSupport */ = { + CA908F24A85E3DB2828A05DF2F089EC1 /* Resources */ = { isa = PBXGroup; children = ( - 60916184E8061C6B888F72C11D70D6BF /* Frameworks */, + 9D9EA01B7FE872746C9301F8E1E7AD95 /* PrivacyInfo.xcprivacy */, ); - name = AdIdSupport; + name = Resources; sourceTree = ""; }; - B4E97F55DEB88F2B825FC61BC4CBDF5A /* Pods-iOS-PlatformUIJedio */ = { + CB3BC86F5FF94864AF2662DC1FBE2B14 /* GoogleAppMeasurement */ = { isa = PBXGroup; children = ( - 2C4575CEA6A60AF79DC3EFD0B34BFC06 /* Pods-iOS-PlatformUIJedio.modulemap */, - 9F97F34AA0B65F23C2266B0C850ECA61 /* Pods-iOS-PlatformUIJedio-acknowledgements.markdown */, - 89414A8129BC7D8B8790C90FCF820486 /* Pods-iOS-PlatformUIJedio-acknowledgements.plist */, - 36F7F9FB29530BDE067A719485F06FF7 /* Pods-iOS-PlatformUIJedio-dummy.m */, - A7A3D7199E7FF02002EDC9625581BC04 /* Pods-iOS-PlatformUIJedio-Info.plist */, - 927B9D2027A3149E4BF627ADCB9E333E /* Pods-iOS-PlatformUIJedio-umbrella.h */, - C241B13058AA7936BE4208FE4A2F3E16 /* Pods-iOS-PlatformUIJedio.debug.xcconfig */, - C3C50EBC4947005ABB9880A6E8E95020 /* Pods-iOS-PlatformUIJedio.release.xcconfig */, + 84B34F1C16C287DE58D89BD237D3D68E /* AdIdSupport */, + CFE7EBB37C60A637759F8EE4C1819298 /* Support Files */, + 6A2DC0ADAAD0D8DB0B2F1F64899A8966 /* WithoutAdIdSupport */, ); - name = "Pods-iOS-PlatformUIJedio"; - path = "Target Support Files/Pods-iOS-PlatformUIJedio"; + path = GoogleAppMeasurement; sourceTree = ""; }; - B603ECC1AA9D6CC5632827B1DA4D4E28 /* Support Files */ = { + CCA4308310D90E4A2F1716B0DB2FC8FC /* FirebasePerformance */ = { isa = PBXGroup; children = ( - 95B797CF9C5A9AAFCECE2FD17B15A8B7 /* FirebaseRemoteConfigInterop.modulemap */, - 43176C98BB01A8ED4653DC4A683674B2 /* FirebaseRemoteConfigInterop-dummy.m */, - BB49E1F2BCDEF41EA2E130F868F37B98 /* FirebaseRemoteConfigInterop-Info.plist */, - 3131096C1F6CE8A24FFC3F0C81643E8D /* FirebaseRemoteConfigInterop-umbrella.h */, - 062508C13D13B8BBF426FDEC18BB96D7 /* FirebaseRemoteConfigInterop.debug.xcconfig */, - 3D96EAE066D8B4C56C6F7D7FC5212EBF /* FirebaseRemoteConfigInterop.release.xcconfig */, + EB7C63BC474B8E6D434E4F2B31588F57 /* FIRAppInternal.h */, + D3D8BD57424963F59E2AADD8E75D89BA /* FIRComponent.h */, + DFFCF4E485A0564235F88E2602420D82 /* FIRComponentContainer.h */, + 5FAB49D00B934B45D451E77DD029CF3E /* FIRComponentType.h */, + FB12537EEE300FB7634220564FF50864 /* FIRDependency.h */, + F9437D45409B628DDA3CFBDCF96EE3CE /* FirebaseCoreInternal.h */, + EEEB7A1A06EC7C9191FACA0FF2375AA8 /* FirebaseInstallationsInternal.h */, + 823D7895CAF6A367AEF6073D92FD066E /* FirebasePerformance.h */, + 86ABFB0523D2284935E6E2AC14590061 /* FIRHeartbeatLogger.h */, + A3668ABBB5DB6CDEE4F1F0D011C92E37 /* FIRHTTPMetric.h */, + E20A56B3786862DB0C20AAD5AEA92F92 /* FIRHTTPMetric.m */, + 07B074FAE4BAAFA8FE3F1B407E84E8CF /* FIRHTTPMetric+Private.h */, + 75EAD15166175204FF2470A510F176C0 /* FIRLibrary.h */, + A9B1FB4E28BB367FD95CF81990787615 /* FIRLogger.h */, + 146CBB3B2E3E73AD0951EACE488CF564 /* FIROptionsInternal.h */, + E52C72C0CA072BA8AD6206B4693C47B1 /* FIRPerformance.h */, + ADB09CDFBDD7FDE2F7776CB3B00F5453 /* FIRPerformance.m */, + 677347A3798A4AA2A6FC554D1C654080 /* FIRPerformance+Internal.h */, + DBDD602003BE0341890B267AC9C2AA47 /* FIRPerformance_Private.h */, + CDB2EF29B32D35E3402F8A76EEB3757B /* FIRPerformanceAttributable.h */, + 77BB1BDD8B18EC07576C96E5F2AAB423 /* FIRRemoteConfig_Private.h */, + 6EB896942509FDEF371E25D1B61E2F89 /* FIRTrace.h */, + 038C6862EAE662E8C74CB9545D5D101F /* FIRTrace.m */, + BE5353B37F030C79C7B25D57DBA25010 /* FIRTrace+Internal.h */, + 84B879E9DB0632EC864355E240D24591 /* FIRTrace+Private.h */, + A2A018DD768B355440CEED08C81CA01F /* FPRAppActivityTracker.h */, + 431227362270A57A0425BF3F2F157A02 /* FPRAppActivityTracker.m */, + 58217F42A84BB45D4C2D1FF110FBC232 /* FPRClassInstrumentor.h */, + A08339EDA825EADBEDEA89B2D3DEBC45 /* FPRClassInstrumentor.m */, + 27DA39E3A5994C07FC6A80DFB83F1294 /* FPRClassInstrumentor_Private.h */, + 6C486BECA830D93374EEC06AAF2E6083 /* FPRClient.h */, + 4546874D4FC0AFD9016003E87F700355 /* FPRClient.m */, + 5C40E391FC048E7C3D742D06C9BFFDBB /* FPRClient+Private.h */, + 0BA079C38C0BDFFAA70D46F613D83E77 /* FPRConfiguration.h */, + C3EDC6947AB914DB6212E29AD3D6B17F /* FPRConfiguration.m */, + E1FCADC48A6906D0575095AE25BDC3D9 /* FPRConfigurations.h */, + FD20CF1E87BE61832F33DF8C9D4C6767 /* FPRConfigurations.m */, + 7BB88EC3FF20EF4F725D044FAF6DBAF1 /* FPRConfigurations+Private.h */, + 0AB945D31FC4B407CF9E47F513F6BF66 /* FPRConsoleLogger.h */, + 3B8AC5AE77024696620FEA2E13C1A78B /* FPRConsoleLogger.m */, + 4261DC4E2401DF7E3183CDCCD7B6FADE /* FPRConsoleURLGenerator.h */, + FC22F2DF37C2BF81EE5C6C84A3A9A8E9 /* FPRConsoleURLGenerator.m */, + DE9888B78B7CDCDF6EC737EF485812A0 /* FPRConstants.h */, + 163A7EFE77DFA78AB1F5719CEC50C24C /* FPRConstants.m */, + 26596F273C6A7A512CB477F7D4FA56ED /* FPRCounterList.h */, + 5BC73F71C33B438E870EA2E9DFF0A2AE /* FPRCounterList.m */, + 0F7BA19A0B67FB1809E69F30E835ED39 /* FPRCPUGaugeCollector.h */, + 13B6F6EF1F87057A9D407CE84E7C1624 /* FPRCPUGaugeCollector.m */, + AFA0050419CA34A7EFAACBD4897B4F83 /* FPRCPUGaugeCollector+Private.h */, + 430DCB3B7A7493DE0FF9DBE8D69D8D68 /* FPRCPUGaugeData.h */, + 13DE45B4197C3F918768E7381BB638FF /* FPRCPUGaugeData.m */, + 21A18058963E61E6D50B08CBE38B2B26 /* FPRDataUtils.h */, + CA030A587F1D5D11038FCE44E19E8FBC /* FPRDataUtils.m */, + 98C28120885E8DB5279B10478D40634E /* FPRDate.h */, + 174961C33173F61F37C1F7F89D92CD8F /* FPRDiagnostics.h */, + 4863F7BDC1F345E61F851BCDCD51B3A2 /* FPRDiagnostics.m */, + 8C9D7E0E6AAD812167BFC7CE99834D88 /* FPRDiagnostics_Private.h */, + 48ECA1ECE14DDAAE06C6FBA6585C95D1 /* FPRGaugeCollector.h */, + 1D7AEEFCB866D17A291B34484535F497 /* FPRGaugeManager.h */, + B1F22321847CD03CF377164B7C94E8AF /* FPRGaugeManager.m */, + 6F923C595339BBC1DDD9AED4776F4D06 /* FPRGaugeManager+Private.h */, + 007DF86841C7789E52B8A37409B68959 /* FPRGDTEvent.h */, + 48520221D459B5C2BF2665D9037278DA /* FPRGDTEvent.m */, + 36AC59530326B2E61D6907FF1963D310 /* FPRGDTLogger.h */, + 5D685EAF6ADFF0904E1FB901A33C9004 /* FPRGDTLogger.m */, + 21B42D222A300F5037A91ECF95BAE226 /* FPRGDTLogger_Private.h */, + 903E48439BA96FF82EDC500294CA97BC /* FPRGDTLogSampler.h */, + D37FD5E3A17D4299781B51E531BFD2D4 /* FPRGDTLogSampler.m */, + 6DAF20D893898F9DC8D856B359D65471 /* FPRGDTLogSampler+Private.h */, + 00A9C16815D676C9FCC76E54B40468A1 /* FPRGDTRateLimiter.h */, + E83A23BBC2179AD4EA1FDB2462097BB4 /* FPRGDTRateLimiter.m */, + 8141E5B3229CFA19CA63E967F0841D1E /* FPRGDTRateLimiter+Private.h */, + 445162DB85603EE04C6BD2BE76E061A8 /* FPRInstrument.h */, + EDAD38B4AE322484E11287C719905529 /* FPRInstrument.m */, + 17E7095BCB93B41458F290C33B0DA3D7 /* FPRInstrument_Private.h */, + 8484EA3317BBECC8F118A910E40E3161 /* FPRInstrumentation.h */, + 768EC5C4896895D4D8CE0D6F64B6994B /* FPRInstrumentation.m */, + 3EA14E935104BB14AED3A6644457FDDD /* FPRMemoryGaugeCollector.h */, + 93D12D21E72BBAB12AA4C99F71B17B40 /* FPRMemoryGaugeCollector.m */, + B1EF8877BC0192F26D667D330758109B /* FPRMemoryGaugeCollector+Private.h */, + 4D5C6E3A83D4B0FA38912E1C549BE5C1 /* FPRMemoryGaugeData.h */, + FC3C24729137A7ECEBAEDBB64C1AC228 /* FPRMemoryGaugeData.m */, + EB5E4528A5B552036777A8FA33421236 /* FPRNanoPbUtils.h */, + B510E13987A9C61B81ABF8382CC386D8 /* FPRNanoPbUtils.m */, + 79D8EC321437CB5FC8964DA7DA115197 /* FPRNetworkInstrumentHelpers.h */, + 2DA17BF2E2055A8F3F35880D7E3BB483 /* FPRNetworkInstrumentHelpers.m */, + D493C153C2AA003DC36A888B9FD8C5BE /* FPRNetworkTrace.h */, + A21E55779999ED38C00A0867D0C679A6 /* FPRNetworkTrace.m */, + 1DF8D95C78360E27E24C2C99A77E7ADA /* FPRNetworkTrace+Private.h */, + A74D1DC0B7EE94A60932BD5041FA3F7B /* FPRNSURLConnectionDelegate.h */, + 0A108433DF3E3FA647F36DF833C20351 /* FPRNSURLConnectionDelegate.m */, + 928417649C1B2E0B31252D42984EE078 /* FPRNSURLConnectionDelegateInstrument.h */, + CA8C93925013048F6AD96DE482F81FA5 /* FPRNSURLConnectionDelegateInstrument.m */, + D8AD4FE5029BDEE5CD4B65421B15551B /* FPRNSURLConnectionInstrument.h */, + 58EC4B069D8AAF5D557C5AD2499CC499 /* FPRNSURLConnectionInstrument.m */, + A2BC1E11DC1E8C7CC2AE4EA293BCB3FC /* FPRNSURLConnectionInstrument_Private.h */, + 0DBD0247ECE332013D9A8C13BAA77FDF /* FPRNSURLSessionDelegate.h */, + 4DF975FD4B348E1D8A439C2379F5B052 /* FPRNSURLSessionDelegate.m */, + B96875796C4BAECF7972D9112F8B75A0 /* FPRNSURLSessionDelegateInstrument.h */, + ACDE58077CCFCE29D74C50C865B3293A /* FPRNSURLSessionDelegateInstrument.m */, + 35A78F19958D9FC73058381C636F3463 /* FPRNSURLSessionInstrument.h */, + D8B376402A977A5F13DDF2B3E96B1317 /* FPRNSURLSessionInstrument.m */, + 11E2082D58EF4AD2C76A603E5AFB6315 /* FPRNSURLSessionInstrument_Private.h */, + C43977C74836ABDF24F52584E6D014B2 /* FPRObjectInstrumentor.h */, + 056C639A47CD2F77696327E0EDD876A1 /* FPRObjectInstrumentor.m */, + 2DC653C229E50DD57911B3D2BD59B69B /* FPRPerfDate.h */, + 4B572F374948D78E1F4D2AB4719001E3 /* FPRPerfDate.m */, + 7E656A5B545EAC26BFAA706FB307D59D /* FPRProxyObjectHelper.h */, + D0A8424958A6C1400CA75D3432A96317 /* FPRProxyObjectHelper.m */, + D96631BA8CE2270817A77C8420A1C943 /* FPRRemoteConfigFlags.h */, + 7330D3C579F5DC526C137F843423F58F /* FPRRemoteConfigFlags.m */, + 9DA2525DDC67B28EBFF30BE31005C1F8 /* FPRRemoteConfigFlags+Private.h */, + E4F9DE5101C7C27CC7313F5AAD10C73F /* FPRScreenTraceTracker.h */, + 6E30CE7D4B827BC8ACBEB68681FD9BB9 /* FPRScreenTraceTracker.m */, + C9DB1B8DB88D266D46D0076F83DC0AB6 /* FPRScreenTraceTracker+Private.h */, + 9D1106F06F979152E89FB76D1ED3FA5A /* FPRSelectorInstrumentor.h */, + 0D7271CD0B338B536440587F0BFEDA0E /* FPRSelectorInstrumentor.m */, + B8E1E5BC33C4C51AEB71DB0AE993E37E /* FPRSessionDetails.h */, + A8416CB9AA481D5C14B909ECC92BD4A1 /* FPRSessionDetails.m */, + 48FE73DD730714A92AC9A9FBCE4FED41 /* FPRSessionManager.h */, + 55C31FF134E7C5C411C7788A31090595 /* FPRSessionManager.m */, + E2E4E9E641E6B75C644AB8AD998D9D06 /* FPRSessionManager+Private.h */, + E108EA9C98C46B7DEF6728071C9EF906 /* FPRTraceBackgroundActivityTracker.h */, + 00021EE80C78A8B3F5316C80A43809BB /* FPRTraceBackgroundActivityTracker.m */, + D8ABEE198647C868BC667F7FB3E98634 /* FPRUIViewControllerInstrument.h */, + D6B93FEC896077EF2BB851DDBC25A41A /* FPRUIViewControllerInstrument.m */, + D9120EB4FBAA7AFB65D5579B092085AB /* FPRURLFilter.h */, + 693DE4A11B97663D63A0B64F72359195 /* FPRURLFilter.m */, + C3F8A5E1452499EA936E30E74CCEAE9F /* FPRURLFilter_Private.h */, + 81B8697A7811A4F45F87D7BAA648B4C8 /* perf_metric.nanopb.c */, + D57CD4DF006CDBE44C0248D99982731E /* perf_metric.nanopb.h */, + A37E2B4B7CE4690EDBA5AAE8EA60AFA3 /* RCNConfigFetch.h */, + 47F2F5B3D522E87169B7BA8523A9EC00 /* RCNConfigSettings.h */, + 2C6AF647FB380562E88CBF48EDA07ECF /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseRemoteConfigInterop"; + path = FirebasePerformance; sourceTree = ""; }; - B670DE34E641E3EF1026E9EB4E3E9683 /* JTCalendar */ = { + CECBEA9A1B5F06B966F939B0AB46A943 /* Support Files */ = { isa = PBXGroup; children = ( - 2730AC1D2ABBAF0DAE3D2FE8A0B39F75 /* JTCalendar.h */, - ED55B1C101A9CCFA3F6A03D0FF7DF5DF /* JTCalendarDay.h */, - 6B58A0EF338385877B56DCE2652E71D6 /* JTCalendarDayView.h */, - 53E47E263793EC284E48C414AC18D0CE /* JTCalendarDayView.m */, - 15BB52291E8A8B56B03A138013F65DFE /* JTCalendarDelegate.h */, - 7EDCCB220C282C0C5727CBDEC51AE3D3 /* JTCalendarDelegateManager.h */, - 0F28D87446491275D761969EE77162CC /* JTCalendarDelegateManager.m */, - 48CAE73E44790A2192D8AF6D89E95789 /* JTCalendarManager.h */, - 6449536C2B41A27637E4761B639EC400 /* JTCalendarManager.m */, - 50EF8380A22A5CBFC9FA933C1B257D8C /* JTCalendarMenuView.h */, - D2A7AF7ACF8B03F81A48D2F6123B6A6A /* JTCalendarMenuView.m */, - 49D67EB156241937BCAF61BDFF610263 /* JTCalendarPage.h */, - 3B09022FF44B2F7EE5BEA8BA06F54226 /* JTCalendarPageView.h */, - FFD50B0DC8ED9101E92C4E1A806D2A32 /* JTCalendarPageView.m */, - DFB02301DB7F71F91A4D2B1AB8308EA1 /* JTCalendarScrollManager.h */, - 4434AD3833C6666C91CEEF7B53104CAD /* JTCalendarScrollManager.m */, - 53284268EDF0B9DC4FEEC6D11900CCD1 /* JTCalendarSettings.h */, - 9EAF4295D3F5CD93ED17D4EADFF6165F /* JTCalendarSettings.m */, - 35FDC090998D9BAD8AE886744172EC04 /* JTCalendarWeek.h */, - F00A16A336331D07B3E1E4EBB7D7AE9A /* JTCalendarWeekDay.h */, - BDEA94138997ABD117104A339F5F9B47 /* JTCalendarWeekDayView.h */, - A3CCC142830CBC0A088B4210DFD615C0 /* JTCalendarWeekDayView.m */, - E89C6B9CB3EF10A9DDF08DDB607E1C60 /* JTCalendarWeekView.h */, - CDFC6B2C58726EBFD5C472AEB154809A /* JTCalendarWeekView.m */, - C39606127C45EB0E43C592D13A689B8D /* JTContent.h */, - 7CDFE7A0805B7D91CE951E4CFE961B53 /* JTDateHelper.h */, - 950AA4BF16B8E31F366F0BDF95D7671B /* JTDateHelper.m */, - 6AA0D912131E35323F09C75CFECB5D46 /* JTHorizontalCalendarView.h */, - 3801DDFD2B5D4D8963D1D056BF166EC4 /* JTHorizontalCalendarView.m */, - 73D32E5038561EC74F85976608D3B4B3 /* JTMenu.h */, - 5D1BA101C6C9ABEFA505CB1FFE1C93E3 /* JTVerticalCalendarView.h */, - 4F0594949F970E9E6F373707D4E32E0D /* JTVerticalCalendarView.m */, - 1B88CA3E5AF6548BD1539B51D6B8A9DD /* Support Files */, + B55973F834ECC18BFF388700AC39CDC1 /* Atributika.modulemap */, + 9BD957FF32D17EDB18C6FBB28BFAB276 /* Atributika-dummy.m */, + FA4B6F70AFA9FDF6BB4233B3C8C0EE09 /* Atributika-Info.plist */, + AF360E4D5C1D9B7D9600D485F07F8F58 /* Atributika-prefix.pch */, + A8FD9BEB2D63C5D79A22682E79E036ED /* Atributika-umbrella.h */, + 41D8352B1A39CD5B7C9BDB6B204D71C5 /* Atributika.debug.xcconfig */, + 3E8FC551FD7877C878DD5A2B8DEF0AFB /* Atributika.release.xcconfig */, ); - name = JTCalendar; - path = JTCalendar; + name = "Support Files"; + path = "../Target Support Files/Atributika"; sourceTree = ""; }; - B7258848FCBAC5864736FA9A0772253B /* Atributika */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - 1D4E32153010F362CACC30AC0D5D4058 /* AttributedStringBuilder.swift */, - DF4F0DFEB3C0CDDD457D65C1C5BCC5A0 /* Attrs.swift */, - E952307BF3A099F7F748F553916EB2FD /* Detection.swift */, - F970EE44AC7C6C193164CFCC07C40CCA /* NSScanner+Compat.swift */, - C9173970E7CECE26BEBAF4AB81E14F1D /* String+Detection.swift */, - A29AFDDAF3B6CE155E89D0F86A58F60E /* String+HTML.swift */, - 5B9E626471005CD09A2CBB5FD3E3E9B7 /* String+Style.swift */, - 81974FCD48D89763651FBBC69CA89AC1 /* Tag.swift */, - 84896C45B6544FF9A58D8F8B9284EA1F /* Support Files */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 48A7B7CE1BC11DFAA128559A9ADA8564 /* Frameworks */, + DFD326461F6E5EF86A7DE2A052F89A6F /* Pods */, + D1782B3C4B9DD4F0D30B4A604F502B0F /* Products */, + 0A01C41DFB6BA99F925ADDF33BA25C3B /* Targets Support Files */, ); - name = Atributika; - path = Atributika; sourceTree = ""; }; - B739B95585D2924F6C2F4A45561612F3 /* Pods-iOS-dydxViewsTests */ = { + CFE7EBB37C60A637759F8EE4C1819298 /* Support Files */ = { isa = PBXGroup; children = ( - 438879C33561DFD4CF4137C21752E244 /* Pods-iOS-dydxViewsTests.modulemap */, - D75D47466E0279AD5214275E488A5C88 /* Pods-iOS-dydxViewsTests-acknowledgements.markdown */, - E80E08E1913D63F2F4199DCFFEA0C275 /* Pods-iOS-dydxViewsTests-acknowledgements.plist */, - 2FF39B7B68C7C30DFAC551906FB05AED /* Pods-iOS-dydxViewsTests-dummy.m */, - 2C297718A0F534061732B1916ADB2119 /* Pods-iOS-dydxViewsTests-frameworks.sh */, - E2D92AD80D5050377FDA8AE147835891 /* Pods-iOS-dydxViewsTests-Info.plist */, - C9E19FD1DBC67F6446114710D0251A13 /* Pods-iOS-dydxViewsTests-umbrella.h */, - 2CD7C5CD4CF6B74F89A6B18429BF6427 /* Pods-iOS-dydxViewsTests.debug.xcconfig */, - 390C3C429260FCC75082D74D21733149 /* Pods-iOS-dydxViewsTests.release.xcconfig */, + D7DF958081C72D6A938A004F7D5DFF5B /* GoogleAppMeasurement-xcframeworks.sh */, + CCA251F4038C4606C41C0D738E8B27FA /* GoogleAppMeasurement.debug.xcconfig */, + 6AC6753309962154A67FD821BA1438DA /* GoogleAppMeasurement.release.xcconfig */, ); - name = "Pods-iOS-dydxViewsTests"; - path = "Target Support Files/Pods-iOS-dydxViewsTests"; + name = "Support Files"; + path = "../Target Support Files/GoogleAppMeasurement"; sourceTree = ""; }; - B7A2CA4DF52E5AB3A83A9FE9ECB1F072 /* SDWebImage */ = { + D1782B3C4B9DD4F0D30B4A604F502B0F /* Products */ = { isa = PBXGroup; children = ( - 5153AA6EE1633C99FF86E8E63E53B4C7 /* Core */, - C1277CF4F6166F2021944D86DEB87487 /* Support Files */, + 79466250C0AB8216B905D3321D56C526 /* Amplitude-iOS */, + DDEAD447247DFA15F1E4DB584614F80C /* AppsFlyerFramework-AppsFlyerLib_Privacy */, + 6BB42E540B3D838029642AB50DA101A6 /* Atributika */, + 91BB24BA472AF523E913108C9AA301F2 /* BigInt */, + A1C1B977ED8804E8AEEC884E7359EE58 /* Charts */, + C261436D14052AE3C35F240BCD155CAC /* CocoaLumberjack */, + 519AF98C92B517DD023896CD077EBFD4 /* CocoaLumberjack-CocoaLumberjackPrivacy */, + 9C826F1A31F3EE529D8CB06EA88E80F7 /* CombineExt */, + DF168D471CF622893595ADB5F7B6AAD3 /* COSTouchVisualizer */, + 3436D7C5225069490C685D77EB2E7F20 /* Differ */, + 95DAC27120A1BA1FFA67C4A250AAB9FC /* DrawerMenu */, + 8A63F6AA6A1D241970B6D28C2970A8B9 /* EasyTipView */, + 4919E5F2B6A6807BB518ABF82953B627 /* EFQRCode */, + 7C3AE4425E7B08F16F1B4FD32951CA7F /* FirebaseABTesting */, + EBC0124F859F5CDD9578E444B7412AC6 /* FirebaseABTesting-FirebaseABTesting_Privacy */, + E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */, + 8BB937B1C0DFFCF92F41861C2BC54DDA /* FirebaseCore-FirebaseCore_Privacy */, + AEF1DC80F0EB62580B81D18786BAF924 /* FirebaseCoreExtension */, + ECAC028550A03412C51913B85686D98B /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy */, + 148D0F9E8C7373FEAF40D800FC5F1BAA /* FirebaseCoreInternal */, + 4DB03FD262B678178A44272143846563 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy */, + 86375444C196BA272DDBB8165BF64A15 /* FirebaseCrashlytics */, + 859AE0302B28BD8AE67A780BFCAEE082 /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy */, + 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */, + 47C581450CDB4A6111CB97EEE0711A8C /* FirebaseInstallations-FirebaseInstallations_Privacy */, + 5B654B4B042BA7DC93766943A643E42B /* FirebaseMessaging */, + B0B6501341FD6783C6874C54AB31A9CF /* FirebaseMessaging-FirebaseMessaging_Privacy */, + 6A15BE02073953CBB87C2DF4C39D91FA /* FirebasePerformance */, + AD776F1C94991D3E551CEAA515DB110A /* FirebaseRemoteConfig */, + E75B0787FCDF53EA02071FEB9C2AE06A /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy */, + 3CB3BCF1390F1406B03BC8DB4735D727 /* FirebaseRemoteConfigInterop */, + 83F5CCB22EE126A829F2A8820798DC8D /* FirebaseSessions */, + 519172F62353C84795D05BA8A499936B /* FirebaseSharedSwift */, + 6FAAB7D3DE9B2564509ABD18687E938E /* FloatingPanel */, + 856B5CD56F194FAD26EA91620B66D614 /* GoogleDataTransport */, + F73AA961F4AEFF2B46B00AE435DF6BE3 /* GoogleDataTransport-GoogleDataTransport_Privacy */, + 251C6319AD50CB50F18D50CBF727F8B2 /* GoogleToolboxForMac */, + AEBA8CB6AA4F3222AF152902B80CC166 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy */, + 9264683869DB03D368724585C52FFD0D /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy */, + B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */, + 44E291D18340EAC3F761346198515323 /* GoogleUtilities-GoogleUtilities_Privacy */, + C1998E0D8085221AD87F89B614C10E52 /* GTMSessionFetcher */, + E826FA0DCB9AA6E7829C68391B323B78 /* GTMSessionFetcher-GTMSessionFetcher_Core_Privacy */, + 097A1F5B958C73856FCF44A3F4A839C6 /* GTMSessionFetcher-GTMSessionFetcher_Full_Privacy */, + EAF47B8D3BA5B9248FB8BA7EFB248038 /* HMSegmentedControl */, + C8217EB109A6A34051F09192C29B676F /* iCarousel */, + 95784DA3E052291A415D111DC394DDB0 /* JTCalendar */, + 399EC9508E73C0D54D9BBD8741FBA137 /* KVOController */, + 421ABAD2F376C4185F388A387E2E4655 /* libPhoneNumber-iOS */, + 27C947111F05E50E155DACD7C1FEB0A7 /* MaterialActivityIndicator */, + 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */, + 3227F3FC45681D7CEE5D1355A532398A /* nanopb-nanopb_Privacy */, + A1B9F27862201CD82B398E0B35B14128 /* NVActivityIndicatorView */, + 161277983660BBB6908A635083708CFB /* PanModal */, + 329F0CF7C35177D92B8D32D64D71EFEA /* Pods-iOS-AmplitudeInjections */, + B810BE3C5BF3466F1D655355392ECD48 /* Pods-iOS-AmplitudeInjectionsTests */, + 9EAA3D78A0895324DBA2329B57516BF7 /* Pods-iOS-AppsFlyerStaticInjections */, + 48C2F136F207509EE4860DEDB0E54EAB /* Pods-iOS-CameraParticles */, + 018B0A88C78DAEC66FFB517EF5B20C1F /* Pods-iOS-CameraParticlesTests */, + 79C71A13A4C8327CA927EFAAB1ACCFB3 /* Pods-iOS-dydxAnalytics */, + 292EB807E610A3396AECD09C28D27B9B /* Pods-iOS-dydxCartera */, + 8E3B39AA90D1040479BDC81FB23FC02E /* Pods-iOS-dydxCarteraTests */, + 081C182F8728181F3990871909257E11 /* Pods-iOS-dydxChart */, + 92EE6847B26D9E2B98ACFF867454EC7D /* Pods-iOS-dydxChartTests */, + E9B48D392EEB14826153FF7F36E7E550 /* Pods-iOS-dydxFormatter */, + C8FCB00C30CBA9BB478F5863E97C0F74 /* Pods-iOS-dydxFormatterTests */, + 026B0CD5C051ECFE6E05A6B1E702B60E /* Pods_iOS_dydxPresenters.framework */, + 2848638B36E899B5F85D04D0D64596E9 /* Pods-iOS-dydxPresentersTests */, + F7F40D6C1E9419D3582AE3BD27D42253 /* Pods_iOS_dydxStateManager.framework */, + 28618A7500E9524E19F1DA5F054677E3 /* Pods-iOS-dydxStateManagerTests */, + 5FBCF058696D0C1C14192BA051905E87 /* Pods_iOS_dydxV4.framework */, + 933A1D8DF9B555FC17BD144308C4B60C /* Pods-iOS-dydxV4Tests */, + 2F07332CC72E59DCA6B8098A13E218A1 /* Pods-iOS-dydxViews */, + 34F81295D6108226F1E059D235F70D70 /* Pods-iOS-dydxViewsTests */, + 573609E2C44C5D459C8ECE459E97AB40 /* Pods-iOS-FirebaseStaticInjections */, + 6261DDF5004567E10799F25A05AFE06A /* Pods-iOS-FirebaseStaticInjectionsTests */, + 3D7AA9B892085B89296FE4281256E8FE /* Pods-iOS-JedioKit */, + 2B6A33C121E2DFA074491753288590D3 /* Pods-iOS-JedioKitTests */, + AF3C0702ABA29F9BA8994E74AB4E57CC /* Pods-iOS-ParticlesCommonModels */, + 25DF7C5173BAE35E779C097DAB751044 /* Pods-iOS-ParticlesCommonModelsTests */, + B29C1B3A50C5216BC1CFAC785CF938EF /* Pods-iOS-ParticlesKit */, + 5B49F3776A194044999DA8D34B6F7683 /* Pods-iOS-ParticlesKitTests */, + 29081E5E1D8B63612CBC3A53007274A9 /* Pods-iOS-PlatformParticles */, + 49A2E402F2601F686FA94810EA68FA3D /* Pods-iOS-PlatformParticlesTests */, + 1FF897670BF36B15497793BDB9957056 /* Pods-iOS-PlatformRouting */, + A01CF4C70441C6C0DEBAE2ADBB4575D1 /* Pods-iOS-PlatformRoutingTests */, + AB3BCC8C653C3CBBB83544629EDB4D81 /* Pods-iOS-PlatformUI */, + 41D86A0024B5CE057D399B91CC354736 /* Pods-iOS-PlatformUIJedio */, + 9267610667EF455F97C9EE09100F8014 /* Pods-iOS-PlatformUIJedioTests */, + 1FFA70486A1F82F84C31A3750C296A75 /* Pods-iOS-PlatformUITests */, + 72E07D58069C9E39DB9E2776B409C57B /* Pods-iOS-RoutingKit */, + 4EE10662D9D779E124B2DE0C5B878BB5 /* Pods-iOS-RoutingKitTests */, + FAA6AB0560C7676F16CD59DFB90B57F4 /* Pods-iOS-StatsigInjections */, + 2026E490EA379A81186FED2FE84D2C77 /* Pods-iOS-UIAppToolkits */, + 9F661AEAD85EA0EB96D9DE3186479238 /* Pods-iOS-UIAppToolkitsTests */, + 465202918ED58B9BE770283C929453F0 /* Pods-iOS-UIToolkits */, + 270AD2BA3A112CD41D14EC983E2A9A83 /* Pods-iOS-UIToolkitsTests */, + 64D82B649F1AB6BABDE65D9605CCB206 /* Pods-iOS-Utilities */, + 3E7F4195EFC9B76CB99D66BFE01EAE3D /* Pods-iOS-UtilitiesTests */, + F7952BBD4DD3330013B60E2297EB2AD4 /* Pods-iOS-WebParticles */, + CE58F390C0CBEA7CB3F2DD39FC97F523 /* Pods-iOS-WebParticlesTests */, + 51305B2D9D8DA36D89CC277D729083D2 /* pop */, + 19D355B137AADBEAE940E34A09FBDD01 /* Popovers */, + 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */, + 3F238BB22C5201CE689CAF2F766AED95 /* PromisesObjC-FBLPromises_Privacy */, + 379E5319BC6B4AE5613DFF7EEEAA6905 /* PromisesSwift */, + 067CED0F0662BBE6DC889AEC6DAB3049 /* PromisesSwift-Promises_Privacy */, + 70D9AF8816B83A48213CBE0912445559 /* RDHCollectionViewGridLayout */, + 21B03CA622E690725A6626C088E1D09F /* ReachabilitySwift */, + 842AED998605C42F2C05F53985DA2DF5 /* ReachabilitySwift-ReachabilitySwift */, + B0B214D775196BA7CA8E17E53048A493 /* SDWebImage */, + CF1281E58AA1045D4B7F33FC56691C42 /* SDWebImage-SDWebImage */, + E722D6805379E92A6556CE4A121DBEEE /* SDWebImageSVGCoder */, + 6B1B10F952F684F6767E6903C2F5E816 /* SDWebImageSwiftUI */, + 1F666B467B4C2BA9427FF79510009754 /* SDWebImageSwiftUI-SDWebImageSwiftUI */, + CD3B027EC578E22891ED55C05705F3CD /* SimpleKeychain */, + 979486118B3E90C08386079D57962701 /* SnapKit */, + B9DCB5EC0B1CDADD221717CADDF62359 /* SnapKit-SnapKit_Privacy */, + EE9AD2426D6357070B56F1D9F5F9C06B /* Statsig */, + 2C1D6F9F05FADC97C974067F135977E1 /* Statsig-Statsig */, + F8437BE58881E63196CF1F80191B3E2F /* SVGKit */, + 778A43DE3EA035383F503F3CB114C303 /* Validator */, + 94F95FFC70FA9CCF09D3D394F5C24511 /* ZSWTappableLabel */, ); - name = SDWebImage; - path = SDWebImage; + name = Products; sourceTree = ""; }; - B8108B231DFFFE43A9B756FBDC5A4432 /* CombineExt */ = { + D1A00D825F523D60926599FACC8EA477 /* EFQRCode */ = { isa = PBXGroup; children = ( - B8B1A8A9AB4233AC0149C8E99B64A0A9 /* Amb.swift */, - 7AC6615AE7814697F08DEE0598FA5C6D /* AssignOwnership.swift */, - F38814F2B12AEF49EB2D0F094872B072 /* AssignToMany.swift */, - F656493578991CC792BAF288FEC728B1 /* CombineLatestMany.swift */, - 505BE0AE119795524D37C6414AEE5FE0 /* Create.swift */, - 0015BC37A9F79171C7C552EB7913BDA3 /* CurrentValueRelay.swift */, - E9BABA2A3857AC26A8FE36AF2E3C08B6 /* DemandBuffer.swift */, - 529848C453C50708A09E61AB3C73A3A0 /* Dematerialize.swift */, - 4F6E45BFE54F0287DAFD918E43DAFD07 /* Enumerated.swift */, - B694297AA67B58D77D62438598C3DB2B /* Event.swift */, - A669459B4D5E708A11EE81F2BFE55603 /* FilterMany.swift */, - B0D8B3DD15293F89C4C902F54CA0787F /* FlatMapBatches.swift */, - E0331F18A43D1B724846797DFCCBD0E9 /* FlatMapFirst.swift */, - B0D531E5756AB3E1E117B85ACB11E781 /* FlatMapLatest.swift */, - D29E0A9AC93388D6C8192BCD8A137BEE /* IgnoreFailure.swift */, - C8E1897DB7141FC2E7ED5BF6491F0D27 /* IgnoreOutputSetOutputType.swift */, - B900676B2527F5494DA8308C63D14032 /* Lock.swift */, - C0F6B7E28C5601A01F2867A66FFBE8C5 /* MapMany.swift */, - 1095C36AECF0A9C1436626F4A583EAA1 /* MapToResult.swift */, - 1281DDEDD46284BDA8116FF3B6822DEF /* MapToValue.swift */, - 370AF4B52DD03E5B72249C16963F00C7 /* Materialize.swift */, - 043941CA28B348BD0C9BF6F0E215A141 /* MergeMany.swift */, - A0B414BBFFA783A5946937ED2F352932 /* Nwise.swift */, - EFE74919AFE548065EC11BE7089565F3 /* ObjectOwnership.swift */, - 4B1247D776F97E187266FF45797E0D79 /* Optional.swift */, - 8147BEA19F8C2938EC3064F271573F9C /* Partition.swift */, - BCBA5014B8D5E7B7C86FCDC3B430CB84 /* PassthroughRelay.swift */, - 7342D4DBA90E732C124E91E1D7EE8EBF /* PrefixDuration.swift */, - 41869962753EC3D78CD2AA7D713448BF /* PrefixWhileBehavior.swift */, - 7292C220979AA98D880ACA8923CF2730 /* Relay.swift */, - 850748DFBF792150B0A074898043873E /* RemoveAllDuplicates.swift */, - 43CD8750B1C3BEEA60DEC65A1ACDE58C /* ReplaySubject.swift */, - 384717A617121BF2993DA05834CD742E /* RetryWhen.swift */, - FAB61D27894BF823609334B0A91B9702 /* SetOutputType.swift */, - FCAEF58BB9DBC582F93DABE1A40332AA /* ShareReplay.swift */, - 6D6B41E1050F75B235AED01EF821D523 /* Sink.swift */, - 290C86F7592BDF893874BFDAF696622B /* Timer.swift */, - 03EEA4EB209924A8D5A21BBE8110C181 /* Toggle.swift */, - 3C487E2C1269107884DD0237FA2755F1 /* WithLatestFrom.swift */, - 5F74240B711E210E974DD5060311F494 /* ZipMany.swift */, - C46608CB0CAAFADBF2B3298F8AA9E887 /* Support Files */, + E50852C87CC8C6F41864A72B83A47730 /* BinaryFloatingPoint+.swift */, + F6CEC415115F746E618743D3F69AA5CB /* BinaryInteger+.swift */, + 602A6614DA86CF857C96136A38714506 /* CGColor+.swift */, + 9B6592EBB0E99420423C520958C9B8DF /* CGImage+.swift */, + C2EBF29D11F7655B377AA424FC157135 /* CIColor+.swift */, + 15E7B4CB62323A2AE14E0865E5C46A60 /* CIImage+.swift */, + 34ED7CC00EC15F051F8372AE9E71B105 /* EFInputCorrectionLevel.swift */, + 9366BFA159716F04E43EB574060A4BF7 /* EFIntSize.swift */, + FAB6AD2FD43A69F6BE7C80B1AB9A2B7C /* EFPointStyle.swift */, + 4A3F67DB7303E1B9C8B44DAE1888E610 /* EFQRCode.h */, + 68EF451780B277F6B799C22FC7785164 /* EFQRCode.swift */, + 597E805DF070AFD88B54E1143E50F88F /* EFQRCode+GIF.swift */, + F89A0F7DDD8B53DE40579611513FD537 /* EFQRCode+Migration-v6.swift */, + 07347DDD74B4C5C850FD04AA261DD710 /* EFQRCode+ObjC.swift */, + C01CEC06BB3769C44E677545993B4692 /* EFQRCodeGenerator.swift */, + 424521641C150F003CF481CB6D0E12E9 /* EFQRCodeMode.swift */, + 459ECA37E524A81EF2FC81BBEEF33C64 /* EFQRCodeRecognizer.swift */, + 110396A309E64F7466C066535F59AF29 /* EFUIntPixel.swift */, + 778B9A90673AC32E02CC59A0F2CE5ED6 /* EFWatermarkMode.swift */, + 637A20D17AE797DD57C184B4E2399F39 /* NSColor+.swift */, + 292B7C5199F82B812D6BBB6A752D8CE9 /* NSImage+.swift */, + 96EE3D7278DA660238068C67A98BCFA1 /* UIColor+.swift */, + 241AB5F7BEACD58132835B98D1BFCF2C /* UIImage+.swift */, + D429C869492F3DF0DCC2C2DAB7652CD3 /* Support Files */, ); - name = CombineExt; - path = CombineExt; + path = EFQRCode; sourceTree = ""; }; - B9DBD86FA6402D40B20FAEE35FE6A6EB /* Pods-iOS-ParticlesKitTests */ = { + D1AADBF905E6E6D4483C59A2C8555542 /* Pods-iOS-JedioKitTests */ = { isa = PBXGroup; children = ( - B994FA54C019D62DCCC321AC0836F709 /* Pods-iOS-ParticlesKitTests.modulemap */, - 1DE6EA949DD1D6CC8C72D8EB309E863B /* Pods-iOS-ParticlesKitTests-acknowledgements.markdown */, - 43CABA2E4C58218DEDE9C1666F6AFCCE /* Pods-iOS-ParticlesKitTests-acknowledgements.plist */, - 1F877D6D6751D840AB8127609BBF009C /* Pods-iOS-ParticlesKitTests-dummy.m */, - 3CCF03FF87AE2D28B56561ED53C73A84 /* Pods-iOS-ParticlesKitTests-frameworks.sh */, - AC660CDD7D71CEC6EC47B541A9003F0D /* Pods-iOS-ParticlesKitTests-Info.plist */, - 34D8E8CDCE7CE5DC706581F6CD799615 /* Pods-iOS-ParticlesKitTests-umbrella.h */, - BF3E2FFBAB1BF500EE73CA2D7911C3CC /* Pods-iOS-ParticlesKitTests.debug.xcconfig */, - BA51DFB2AE077D237D6AF12F73B04BE8 /* Pods-iOS-ParticlesKitTests.release.xcconfig */, + 02A5BA8C38CDEF692C2B4F2F37765510 /* Pods-iOS-JedioKitTests.modulemap */, + 03328510C3CE5FCE474DA44C293FCD46 /* Pods-iOS-JedioKitTests-acknowledgements.markdown */, + 2D939BED6628D13A760C8AFA7AC93C1D /* Pods-iOS-JedioKitTests-acknowledgements.plist */, + 899B651889A4128CDE162ED249E54536 /* Pods-iOS-JedioKitTests-dummy.m */, + C309AEDAC8849026A11DEC18D7764129 /* Pods-iOS-JedioKitTests-frameworks.sh */, + 2DBFD102188B28198391014B6390FD91 /* Pods-iOS-JedioKitTests-Info.plist */, + 97106AD6FB1AC42CCA8DB3BE69F3E9CF /* Pods-iOS-JedioKitTests-umbrella.h */, + EC8566C1CCBC390B1A56589A07EDCCA4 /* Pods-iOS-JedioKitTests.debug.xcconfig */, + E01457434371F0CEC3C7B2A33344CC13 /* Pods-iOS-JedioKitTests.release.xcconfig */, ); - name = "Pods-iOS-ParticlesKitTests"; - path = "Target Support Files/Pods-iOS-ParticlesKitTests"; + name = "Pods-iOS-JedioKitTests"; + path = "Target Support Files/Pods-iOS-JedioKitTests"; sourceTree = ""; }; - BA21CDBED5504CCF69C683C90D9E7F08 /* Frameworks */ = { + D1D5FDF921E208EB435A6912DCECD758 /* NSFileHandle+UniqueName */ = { isa = PBXGroup; children = ( - E59AC875C3C18A6EB02E559F58CE56BA /* Abacus.framework */, + 7E560BD172C8AD08504880A45473E405 /* GTMNSFileHandle+UniqueName.h */, + 2B9CE25B6EE3B8B2D66C9A55349695D9 /* GTMNSFileHandle+UniqueName.m */, ); - name = Frameworks; + name = "NSFileHandle+UniqueName"; sourceTree = ""; }; - BC0849441E8D194FD7D013236A0BB241 /* Differ */ = { + D26FEE7E519E0B4C4E75A3572D767027 /* Pods-iOS-dydxPresentersTests */ = { isa = PBXGroup; children = ( - 5A0C9397CA86AF4C2B99B830100C9FFA /* BatchUpdate.swift */, - F7059BF09F2C25EBDA30C4E24D45FB2B /* Diff.swift */, - 0BF754F0CDD20CCB97A95467FB567FA0 /* Diff+UIKit.swift */, - D301E195975608E6C403F3EFCC1C7032 /* ExtendedDiff.swift */, - 86811FAB044C84AE616F84D9BE1A7DBF /* ExtendedPatch.swift */, - 17D7BFE57342C17D6C80B7F9B9B3C767 /* ExtendedPatch+Apply.swift */, - F0C39661C46AB2CC763736391788B5F4 /* GenericPatch.swift */, - 8430EDA28EA17001D558F0B0979E7B59 /* LinkedList.swift */, - DF2E7BDB59AABC38198897B300260953 /* NestedBatchUpdate.swift */, - DB73D70BFB786A1C6A64B602F381A691 /* NestedDiff.swift */, - 6542295CD99B3CA64D6E7C6E79A61131 /* NestedExtendedDiff.swift */, - 5BEE3458DD24B45686AC8B359F57E1B4 /* Patch.swift */, - 86935895A62081D0A898F2D838907B94 /* Patch+Apply.swift */, - 65284EDAE05F8189DE41CDC0613F7AD3 /* Patch+Sort.swift */, - 72C9ADE84C030C01C3931B11C644AC02 /* Support Files */, + 7F8F6E2FF8B29BE858962371C2534F2F /* Pods-iOS-dydxPresentersTests.modulemap */, + 57DAB7BC8AFFF6964F5C5C492F6701FE /* Pods-iOS-dydxPresentersTests-acknowledgements.markdown */, + 729BDA2B81C02A6734008BE8C82F3E5B /* Pods-iOS-dydxPresentersTests-acknowledgements.plist */, + D2739A6E55369567CE7F044E49008B1C /* Pods-iOS-dydxPresentersTests-dummy.m */, + 9B553EBF5C108254CBB265F64B818823 /* Pods-iOS-dydxPresentersTests-frameworks.sh */, + B3B31B5DD35A2162038656B3126088E3 /* Pods-iOS-dydxPresentersTests-Info.plist */, + B2718FC7CE18F450915AE94F90325E16 /* Pods-iOS-dydxPresentersTests-umbrella.h */, + 9A053FC93D69A4869DF6F71DEE056CFA /* Pods-iOS-dydxPresentersTests.debug.xcconfig */, + A17AE9240EEDC44008BBC2AB9C161F23 /* Pods-iOS-dydxPresentersTests.release.xcconfig */, ); - name = Differ; - path = Differ; + name = "Pods-iOS-dydxPresentersTests"; + path = "Target Support Files/Pods-iOS-dydxPresentersTests"; sourceTree = ""; }; - BC18CFD8F31C58F0C06AC6C343C764DA /* Support Files */ = { + D2CEBE37EFDDB0A49DC52B2E0AC5A2C1 /* Resources */ = { isa = PBXGroup; children = ( - A98613312C57CCB4A3ACA12F1CAB1DB5 /* Charts.modulemap */, - BA430367AF3936CDA91BC5E02E8BE827 /* Charts-dummy.m */, - E7B6B8B3C028F0E72F2E0C69EC712614 /* Charts-Info.plist */, - B5E2301FCE0A6971C28120E2ED247AB2 /* Charts-prefix.pch */, - 601A8F5A2375B475F2D5CDA2FF7D7A78 /* Charts-umbrella.h */, - FA6BCB7AC7F0EFC6639C6A9FF629B7E0 /* Charts.debug.xcconfig */, - A0667977DA9A268468C0E50FB139BE6A /* Charts.release.xcconfig */, + A21390E1CE695B8AF6E31A06856E4B95 /* PrivacyInfo.xcprivacy */, ); - name = "Support Files"; - path = "../Target Support Files/Charts"; + name = Resources; sourceTree = ""; }; - C0B710D8AA5EC9B961E5E3BECEAF5672 /* Pods-iOS-PlatformRoutingTests */ = { + D429C869492F3DF0DCC2C2DAB7652CD3 /* Support Files */ = { isa = PBXGroup; children = ( - DA611D3DEC5558D83AB3257084DFA04A /* Pods-iOS-PlatformRoutingTests.modulemap */, - E92FFAD7C1BF86589990CF9B062ABEBE /* Pods-iOS-PlatformRoutingTests-acknowledgements.markdown */, - 30D69DDAAA6F4E814B9AB9E7F0EBB57E /* Pods-iOS-PlatformRoutingTests-acknowledgements.plist */, - 6233263A961184FCE92A72BA7AF56AFD /* Pods-iOS-PlatformRoutingTests-dummy.m */, - DEC946F2B8D8B6BFAA918E579B3D97EA /* Pods-iOS-PlatformRoutingTests-frameworks.sh */, - E6649BC13CAF98BD23A14D59E37778B7 /* Pods-iOS-PlatformRoutingTests-Info.plist */, - BFFD3F08C97EE04DA4B1FB52C67CB8AD /* Pods-iOS-PlatformRoutingTests-umbrella.h */, - 0BA79D2618AAED998ECFF60D786B4E73 /* Pods-iOS-PlatformRoutingTests.debug.xcconfig */, - 280E0C040EDD4CE8B7BFE6143F59060A /* Pods-iOS-PlatformRoutingTests.release.xcconfig */, + 8C842B09304C285DA9538CAC810FD25A /* EFQRCode.modulemap */, + 3D7C99D81364CE1DF5E6964341DDCC86 /* EFQRCode-dummy.m */, + 11FEACC544336436F49A9351B26289EC /* EFQRCode-Info.plist */, + 06E3DC888A29F58FF273F1A58D7C04DA /* EFQRCode-prefix.pch */, + 4200913CFD7342154B311573BECCBB60 /* EFQRCode-umbrella.h */, + 640459198589770A32697D5C85BE9D7F /* EFQRCode.debug.xcconfig */, + 3869900FFEA4D1024E2B54D2A7C5E6F3 /* EFQRCode.release.xcconfig */, ); - name = "Pods-iOS-PlatformRoutingTests"; - path = "Target Support Files/Pods-iOS-PlatformRoutingTests"; + name = "Support Files"; + path = "../Target Support Files/EFQRCode"; sourceTree = ""; }; - C1277CF4F6166F2021944D86DEB87487 /* Support Files */ = { + D5ECFE25D1958377298F3A3A23872C8D /* CombineExt */ = { isa = PBXGroup; children = ( - A81997E134A156B8B06D2945B29EC70C /* ResourceBundle-SDWebImage-SDWebImage-Info.plist */, - AA337B7D8CFC73EEB7DF463B4ED58A74 /* SDWebImage.modulemap */, - 66C0587B2CA7C84DC1C6DC5357E848A0 /* SDWebImage-dummy.m */, - E6A3E6DF1289569D72FE9FC8D083F7C9 /* SDWebImage-Info.plist */, - CA644CB4531974C27CEB601EBC825A12 /* SDWebImage-prefix.pch */, - DF26485F582991D835E9A24F28E90521 /* SDWebImage-umbrella.h */, - 8C3318E6802F2A0F4D93442F1744A22C /* SDWebImage.debug.xcconfig */, - B6E855AE2754928F5456F9788A0753C1 /* SDWebImage.release.xcconfig */, + 161CDB1210F669F593EA3C9521D85FF5 /* Amb.swift */, + 3F03BD77EAEF1BD2F3F490EBAC5FB35E /* AssignOwnership.swift */, + CB19C484FC8C55932FA6D965130AFF86 /* AssignToMany.swift */, + AEF50F8B5756591B59A2D0AF47C0D113 /* CombineLatestMany.swift */, + 16C7FFD09B7E80E81C6CDCDB6D2CEB9A /* Create.swift */, + 719D185F5C89B44DD7CBB3E44927242E /* CurrentValueRelay.swift */, + 4DF1CC7DB2D99CA06424971A8F6724AE /* DemandBuffer.swift */, + 3696FE950F4AD2052778C135773BFF96 /* Dematerialize.swift */, + F47CF793F447ED17E5AAFD4007654EC9 /* Enumerated.swift */, + 27DC33C796ECFE9C466D5E499185D47B /* Event.swift */, + 81349F5FEECF6D5884A85E9D8A97CCC5 /* FilterMany.swift */, + 9805214D06FEBEDB612C047351BF2847 /* FlatMapBatches.swift */, + 0C30A34E4667F41DA8CE553E8440392D /* FlatMapFirst.swift */, + 954E64DF62C1733575A96CEB4026C00A /* FlatMapLatest.swift */, + 20E513E40DCA3C8FEC5E1D1FAAE0EF25 /* IgnoreFailure.swift */, + 3DC4642F4D3281A7191732C8718112E5 /* IgnoreOutputSetOutputType.swift */, + 136D36AF6E6B537284D887BCAFC2E82D /* Lock.swift */, + 9ABD2D120C2184DF5B5E55BA06B14DDE /* MapMany.swift */, + 458E0FAC06472ACC263C36A1BE013659 /* MapToResult.swift */, + 3A70BD1020C3AA27802F817C2E4D8A6A /* MapToValue.swift */, + 5C6DBA5677E2067DA6EFCA8270193805 /* Materialize.swift */, + 68F800B180636DF77703B9DC29334DAB /* MergeMany.swift */, + 4EF53039A70D427D8814978CD0E9AC27 /* Nwise.swift */, + 4D6B6902A0A0C8C0EFD5212EC3E6D841 /* ObjectOwnership.swift */, + FD99927B36FB9DBC92A13785E65CB6DC /* Optional.swift */, + 0F775F3F55A62C31A6C2CB85699F3C43 /* Partition.swift */, + 9B0C3CAA850D8681FC3618D286284920 /* PassthroughRelay.swift */, + 70D5C10C6C71D96F7EE926D7A2635D69 /* PrefixDuration.swift */, + D6E406674BB39BB6156135972A188F19 /* PrefixWhileBehavior.swift */, + ABA4C6110F2746F039825A97E3FA7812 /* Relay.swift */, + E0792E7AE4142447104C121C5CED73BE /* RemoveAllDuplicates.swift */, + 8C2326FA51E2762C6BEC5811B1E06726 /* ReplaySubject.swift */, + 4023D1050D42A2D18D7729924E8F25F5 /* RetryWhen.swift */, + 06CDA6C7FD4B09B3EBFE3CFC1910BD02 /* SetOutputType.swift */, + 63A0E061A934F8DD005079F310363A16 /* ShareReplay.swift */, + 44D6F43D342EE8764B5DA4FFA9082016 /* Sink.swift */, + 622A57FB94B1DD2C09E0B59203BA719F /* Timer.swift */, + 7630D927186B42545EC12FA8311A1EAB /* Toggle.swift */, + 914425BF15F15429BCF8BD14CFBBABE2 /* WithLatestFrom.swift */, + 7C141BC5CD2F0A7A951D8CC8264C2BCD /* ZipMany.swift */, + 461ED5A24B3D80C702B82C2DCBB1892A /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/SDWebImage"; + path = CombineExt; sourceTree = ""; }; - C1E5F2DAC380F0C4BCEDBA4B2F1EBA82 /* Resources */ = { + D604FD0E193B90DF4724D0D3E0292A23 /* NSString+HTML */ = { isa = PBXGroup; children = ( - 44ECAEEF15FBC621E4284ACB8282F054 /* PrivacyInfo.xcprivacy */, + 3F081A148D75C4D7DE3EF2926571E4D6 /* GTMNSString+HTML.h */, + 2E4C94F1860AB2BF151C2246D887D28F /* GTMNSString+HTML.m */, ); - name = Resources; + name = "NSString+HTML"; sourceTree = ""; }; - C3551D963FBED49CC9595792B2B019B8 /* Pods-iOS-PlatformUITests */ = { + D6EC63FEC1A340BE4DDD74B26A8F389F /* SVGKit */ = { isa = PBXGroup; children = ( - 238F5BBFB3ECE908AEF7496FCD5779B1 /* Pods-iOS-PlatformUITests.modulemap */, - 779D064F0BE9D3F7DEBAB3152D2523B9 /* Pods-iOS-PlatformUITests-acknowledgements.markdown */, - 0D8FFEA015E1B984C305D6DFA8797DE6 /* Pods-iOS-PlatformUITests-acknowledgements.plist */, - 97B885CF4379A64316997DDEF72A1D7A /* Pods-iOS-PlatformUITests-dummy.m */, - B4EBF4565C95623CB4E2AFCAB272EFE8 /* Pods-iOS-PlatformUITests-frameworks.sh */, - 3EB77B8B0F2936F9F32762B43E86856C /* Pods-iOS-PlatformUITests-Info.plist */, - 537936C0E200A9FB58528A518AB752EC /* Pods-iOS-PlatformUITests-umbrella.h */, - 9A0908991752A7F835C8757465424AA5 /* Pods-iOS-PlatformUITests.debug.xcconfig */, - B56B460CDA1CA408F56140D2059E3FB6 /* Pods-iOS-PlatformUITests.release.xcconfig */, + CAAF7E0EE2376E4D90CAF9FAB25E4CC1 /* AppleSucksDOMImplementation.h */, + 5394C89067F67F83E5DCDD9192F6953A /* AppleSucksDOMImplementation.m */, + 6AF2BE6CFEEB30972EF26A5AEEC419DD /* Attr.h */, + 58537C5C918A13D0864F4346DD7A1733 /* Attr.m */, + 2B603A389B539D27FBB1FFA61CDA358B /* BaseClassForAllSVGBasicShapes.h */, + 979E45D06FC6B0B2FD980464420D751B /* BaseClassForAllSVGBasicShapes.m */, + D54653C47D89BD2FDDCDACD577213603 /* BaseClassForAllSVGBasicShapes_ForSubclasses.h */, + 0C072F603EBA177647AF8562DE88C6B4 /* CALayer+RecursiveClone.h */, + 0CAFBD2FAC55235ED75764F58616A33A /* CALayer+RecursiveClone.m */, + 60B6746E81831735B5058C8AB3D8A706 /* CALayerWithChildHitTest.h */, + 67C87A37996BFFF651B4579D87785F9B /* CALayerWithChildHitTest.m */, + 9FC28889B481D9C1E309F543E4D461E2 /* CALayerWithClipRender.h */, + D1081A70B69E90A1B23510C6DB9785B9 /* CALayerWithClipRender.m */, + 563AB239AFEA476FF6CFFA467C192F6B /* CAShapeLayerWithClipRender.h */, + E993B98A7BE7ABD1CC2AF75D89E68173 /* CAShapeLayerWithClipRender.m */, + 9B390494735356BEC17EF0DE292E4AFD /* CAShapeLayerWithHitTest.h */, + BB75E4EA469FDB5D93C961C5A435AD6F /* CAShapeLayerWithHitTest.m */, + 8A385454805FA64647BA398F537045F6 /* CDATASection.h */, + 5C997E53CAB098992551D9535E2844BD /* CDATASection.m */, + F338217FF9FC80328270D1F20AB2026D /* CGPathAdditions.h */, + 780335C97BBE5A433C46D1530278D4C8 /* CGPathAdditions.m */, + 6D00DFDBE96968A47452B3A4D7623A88 /* CharacterData.h */, + 9CCB0FA715364555C7D14EFE29BE7572 /* CharacterData.m */, + E32C3E4EF0BB9A5743C4E7DE3FB7C4B0 /* Comment.h */, + 4036EBA1030B28AA05681E7B14DE5751 /* Comment.m */, + AD6F2B6CF677C11C24AA854981D984C4 /* ConverterSVGToCALayer.h */, + BEBABF40E135D8B171D134A9E947DF98 /* CSSPrimitiveValue.h */, + 6E7DFE49161D4B12A88DAC1CAAA208BE /* CSSPrimitiveValue.m */, + 8A4FBC526D0C630802ABC8C1AD466A9F /* CSSPrimitiveValue_ConfigurablePixelsPerInch.h */, + 305FC8D0804C60F5A3F2D4C7568F06FC /* CSSRule.h */, + 49B899E256A413CBF9F217D2454C753F /* CSSRule.m */, + B3EB533005E368F18C455BAC61D8BD99 /* CSSRuleList.h */, + 69EB214F15E898FF4E903A2FD1AC3556 /* CSSRuleList.m */, + D44A3EAB80701A967992589C0E2CBC8A /* CSSRuleList+Mutable.h */, + BE1D69BAA5AC62DFC6347747B5199010 /* CSSStyleDeclaration.h */, + 6D6319B9E98E01EB10FE8DA703B6EB90 /* CSSStyleDeclaration.m */, + 5832B18FCE1170B440EE53640C6E2AA6 /* CSSStyleRule.h */, + 441745A2902630ACD20F0F5B56C7739B /* CSSStyleRule.m */, + 91EC9987B35D008DDE4A4B76EECFD902 /* CSSStyleSheet.h */, + 27E4C422456F8C5CD7D967C746376C7A /* CSSStyleSheet.m */, + DD20C7840D87AB706DCE9B957294DDEE /* CSSValue.h */, + 595E279F2893C13F07BE466EEC5F21A6 /* CSSValue.m */, + A2D7B468FBA55E241CE7A873DDEF3A53 /* CSSValue_ForSubclasses.h */, + 827A494973A553D434FACE86201C72DD /* CSSValueList.h */, + C377ABE3C6D4B923CAAB19114C4245FA /* CSSValueList.m */, + 2C60CCA38ACDC8BC1A7DB9D73E1A083F /* Document.h */, + 7B1CA1ED20A1690AA73E31ACCB618186 /* Document.m */, + 5D69570ED358AF6EABE9B8306FC1BCFE /* Document+Mutable.h */, + 313D00DBAA66FEC694FAF69B775A08B3 /* DocumentCSS.h */, + 4F9F73C8ABF8131DAC65A11D7DBC5689 /* DocumentFragment.h */, + 8EF180EFE8339FA8CE7744EB0A5B1698 /* DocumentFragment.m */, + B71EA27305785F2E25095A5E2027BA07 /* DocumentStyle.h */, + 8841BF4D2002BA1911EB8A8DB4B789A6 /* DocumentType.h */, + 2EA92C18B102D31DA835ED1D3C5059A7 /* DocumentType.m */, + A6ED8B52B8F0B1201435D283AA46658C /* DOMGlobalSettings.h */, + FB4E20F518A559BB7DDD8FA8D60AE3E0 /* DOMHelperUtilities.h */, + 3C9546BAAF0A59922A0AF550C455BD0B /* DOMHelperUtilities.m */, + 31DEF96D0832130546AA62170D3AB139 /* Element.h */, + 6AB5203687EAA4AB7D73732C53E84293 /* Element.m */, + 8B4E69B98204705566EA7A8069D186CD /* EntityReference.h */, + 6C62C294F9246600F859956401AB531D /* EntityReference.m */, + EDE8EF16017D431ACD4E5E4551D55A98 /* MediaList.h */, + 0915C43EAAE0EE400D358768F8A10657 /* MediaList.m */, + 5BB6CA9DEFDD4845EBDC03EC4087CFB6 /* NamedNodeMap.h */, + F435B41706037D2DF9C96EBE382E92FB /* NamedNodeMap.m */, + 7C8704FA39A6E3B99E43DB6A48299282 /* NamedNodeMap_Iterable.h */, + EAC6F43DEA92D60573B85EEA46A0D92A /* Node.h */, + 314672E803CC41DF4D47EC3846C8B8AB /* Node.m */, + F4209371FE65923861735F02995BCE52 /* Node+Mutable.h */, + 579FD15490555C5497157A25AB7C16E1 /* NodeList.h */, + 4DD74EE0E00FCB1959B1D3E972739121 /* NodeList.m */, + E8B2DAA64C93F32DE2AFA063FBF21C91 /* NodeList+Mutable.h */, + ADB9DA7689B7B59124516D06596DED73 /* NSCharacterSet+SVGKExtensions.h */, + 6D4DCBD6013983232303EC4178FEFF34 /* NSCharacterSet+SVGKExtensions.m */, + F23DC611C217B2B5B85A1A1ED8B78473 /* NSData+NSInputStream.h */, + 8D3848E44D4F23A12B5D11BFDB0E8DD4 /* NSData+NSInputStream.m */, + FFE2C0F94D0D01DE4561CC4B56132D60 /* ProcessingInstruction.h */, + 51B969CAA000C36A83F38BEC8A51CB84 /* ProcessingInstruction.m */, + 4B44D2DC38437933AECCB5A2505362F9 /* StyleSheet.h */, + 2BC0814DCD657A731CD984CD2536A9FA /* StyleSheet.m */, + 790BC989FD3AAE982F4B00B03741559A /* StyleSheetList.h */, + E78333AC9D4062C27762FE659BFA43D6 /* StyleSheetList.m */, + 87411A121AB3FEEF0A6E0DB6A088003F /* StyleSheetList+Mutable.h */, + B1EF3BD6D68A6E09D64674018E073C11 /* SVGAngle.h */, + 5955F4754259E341E10310E786BDCEC3 /* SVGAngle.m */, + B4EB852CE0E13F156162665A01588C86 /* SVGAnimatedPreserveAspectRatio.h */, + 357863ACDBC80D72C30AA48D77EE2061 /* SVGAnimatedPreserveAspectRatio.m */, + F57BBD8C79726499B9F5CA9359A4BFF8 /* SVGCircleElement.h */, + 1F2580DF8E0C4CB167285D4CB4CF3758 /* SVGCircleElement.m */, + F004EEB8DF0274B268D39DF5AEB4104E /* SVGClipPathElement.h */, + 738BE421D4E4153BB471BBF7209A1F2B /* SVGClipPathElement.m */, + 38D84FDFBC82619E424FEF1AFFC1F06E /* SVGDefsElement.h */, + BC48449946C25E0467C48C0394796A43 /* SVGDefsElement.m */, + DCF70084576192134F1FA3EA309F6127 /* SVGDescriptionElement.h */, + 17DA63250F3F28F86884CF9D5D4AF5CA /* SVGDescriptionElement.m */, + AC77B197F9797BC6C998A1CEE467D525 /* SVGDocument.h */, + F866612331B1B1F203E39AD8D9714C09 /* SVGDocument.m */, + CA7547B0D2F5A0FD03F47273850C28E5 /* SVGDocument_Mutable.h */, + B74C62E3E688DD1575C5187722D6322B /* SVGElement.h */, + 8D8943C0AB3BEA2D4B97E35319B16491 /* SVGElement.m */, + 707EE046F6B2E5A52469111443E3D80E /* SVGElement_ForParser.h */, + 9A277ADCD031EE8A7C17FE4D3FB1DAEB /* SVGElementInstance.h */, + AB7C39CFA8545A084982906D02EDBA14 /* SVGElementInstance.m */, + C66E69713777215C4CA43A2144C31F5F /* SVGElementInstance_Mutable.h */, + 68D72AF1E006609E08CD140CF182FC0B /* SVGElementInstanceList.h */, + F2363763666494A5137543A9C805D6F8 /* SVGElementInstanceList.m */, + BF184D80730BE7A3D74F27D6B8BB47C1 /* SVGElementInstanceList_Internal.h */, + BED460C102F16246227398E723A0A2C5 /* SVGEllipseElement.h */, + EDF6FEEA74B1EA12022D159A24CCAADD /* SVGEllipseElement.m */, + 3E32265C4091F4A926F7C8F76F926F69 /* SVGFitToViewBox.h */, + A0BEA2CC01D80D4A70A7C45185135A9A /* SVGGElement.h */, + F7EC1A414CC7E1D95601415026FA459F /* SVGGElement.m */, + 5EDE419D8C99C363F2C3BCA27D7D5046 /* SVGGradientElement.h */, + 8AFE684F11A6B0F2A9B676B456DC86D9 /* SVGGradientElement.m */, + 095C98C5754D19966927538185440F94 /* SVGGradientLayer.h */, + B102C52D7FD4F676223A691FC6BD4814 /* SVGGradientLayer.m */, + A59773333E918C6E854B4D515AC487FD /* SVGGradientStop.h */, + 2858D39DE761E4B0ACF953AD6D590234 /* SVGGradientStop.m */, + 81A3DBE51D0295D41FAFA837716CE22B /* SVGGroupElement.h */, + AB63C57268A4656AF0C1EDA7D60F2E58 /* SVGGroupElement.m */, + C62B7F8700AAF79AB4F53FF2DF7D810A /* SVGHelperUtilities.h */, + CE7AC6F0AFE0B4C0B1C0DD227E94AE77 /* SVGHelperUtilities.m */, + 980BAA6FBDE3C37B580D2D85ABB8D318 /* SVGImageElement.h */, + B32E3A9AC1364A16CCA51E32E581D358 /* SVGImageElement.m */, + B6BB86E1CB20B572653E15F494D7A69B /* SVGKDefine.h */, + 01738EDEC2FA9D8040A141609F640C8A /* SVGKDefine_Private.h */, + 9A35A1CC448856060B5F80C54A578B93 /* SVGKExporterNSData.h */, + D9C1F2B61ED12CEC36988FB0C953B523 /* SVGKExporterNSData.m */, + C3C7DD96BEB91BEA8042F936B58DAF3C /* SVGKExporterNSImage.h */, + DDA5C5B13A1133540ECF9FEAC1A679D3 /* SVGKExporterNSImage.m */, + 37A8C21B08ADBF7E690121D3C7439748 /* SVGKExporterUIImage.h */, + BA404E8F0D07899ACE5A873564B410C7 /* SVGKExporterUIImage.m */, + 0D5D4AFB5DD35D5A91E9CBFF12389B5E /* SVGKFastImageView.h */, + 016CDFAB37FB67A7841F28A91DE304B9 /* SVGKFastImageView.m */, + F4358F1CCA5EA42B5938C76E1DA1EC1F /* SVGKImage.h */, + C78A5F48118F10E469923120DF5C44F7 /* SVGKImage.m */, + AE8B15D62D9984EBD20F96035F6A8770 /* SVGKImage+CGContext.h */, + C589C01D8834CF34E1211DBA84521D74 /* SVGKImage+CGContext.m */, + 71CE1C480E0E9887F4A3965CAC671EEE /* SVGKImageRep.h */, + B586DCF171F6C8E7D330B873B84A0F95 /* SVGKImageRep.m */, + EF0EFB7D401AAB1D1D8BFE1BD4B1E11F /* SVGKImageView.h */, + F64DD692EA040EA67BC8E0E022FDEE12 /* SVGKImageView.m */, + 3F01AAB5CE4964BF589C3386AD507525 /* SVGKInlineResource.h */, + 3CBAB275BD7198DDEB809B04C4315382 /* SVGKInlineResource.m */, + BB04D4D6F75AEB205D2FE35348BA16A9 /* SVGKit.h */, + DD36710A5DE7B5C04634455BF510EFBA /* SVGKit.m */, + 8D4C02FF795E380BA756883A165F015E /* SVGKLayer.h */, + C70F37EB2B18A1389746387AE30B1A91 /* SVGKLayer.m */, + 214A938C9382D25DCEB684FF95CDD40E /* SVGKLayeredImageView.h */, + 1C6C89D3AF4E8EF40A639E597292BA83 /* SVGKLayeredImageView.m */, + FE57BCF80C396177CA6AF207A5727518 /* SVGKParser.h */, + B475F0700674CC4B57A267919F6566A0 /* SVGKParser.m */, + 7C89D60A420E6F6843029CA9F4029CD2 /* SVGKParserDefsAndUse.h */, + 96F486903CC7DF71D7A4CD7DB2325E2E /* SVGKParserDefsAndUse.m */, + 5175702C5DCCFE2F46E0DFB483C0BBC1 /* SVGKParserDOM.h */, + 44B5A9D7DCCE07A5C091F974441B45DF /* SVGKParserDOM.m */, + 0F570AEE9D9A8D819E4A7658552124E9 /* SVGKParseResult.h */, + 9FA3D8DFA8CEB4121F594196C2D66FC2 /* SVGKParseResult.m */, + C1926A23C31DCDF64A9DFF2AB05D8C01 /* SVGKParserExtension.h */, + D003F06A7D2184A3D0918D0BA5D4DBE4 /* SVGKParserGradient.h */, + 129CEB4DAC2A91163698D539A1ADC9E5 /* SVGKParserGradient.m */, + 5A668C586D4E4C70B996D3A441406F66 /* SVGKParserPatternsAndGradients.h */, + 11B5FFDF8C03D9B346E3E7EB3A268946 /* SVGKParserPatternsAndGradients.m */, + 5CF5E41F7D021C12375BA748E06F43D2 /* SVGKParserStyles.h */, + 9247B041172EA96937B6E0F865331F3E /* SVGKParserStyles.m */, + 682633E78B43E6F4DBAE61DF2468FAE3 /* SVGKParserSVG.h */, + 681B89DF26D158B4EFB404494A09D944 /* SVGKParserSVG.m */, + A8AF4B209BB4D691BFAC36F70CB5038F /* SVGKPattern.h */, + C5197A0961D64F3AB24E2DB84AACA7B2 /* SVGKPattern.m */, + B8AFB221B6146154A095EA04A5C6D465 /* SVGKPointsAndPathsParser.h */, + 2D33F15BDFC02882AF09505D41723102 /* SVGKPointsAndPathsParser.m */, + 6FC76B0286B6C3F50F3343F107B91E63 /* SVGKSource.h */, + F16869882AA36B580E442B2BA304D3AD /* SVGKSource.m */, + F4B3BEA07F3F2E65DC3DC9260C933986 /* SVGKSourceLocalFile.h */, + 47E067F71FAAF9EAF3D21F63B8226F92 /* SVGKSourceLocalFile.m */, + 4C580A34BA17FC5942ABF68C3FDD49C8 /* SVGKSourceNSData.h */, + 5AF9654A1FE504C5E64191E7D19F4518 /* SVGKSourceNSData.m */, + 0F8305CB07072C3B972835FB351BF1C1 /* SVGKSourceString.h */, + 9269A1E6146BDA132FC416A01FE33E04 /* SVGKSourceString.m */, + 9135172DFEDD0020E668EA2D1267499F /* SVGKSourceURL.h */, + 15A35609F65E05862EA587E77943E7EE /* SVGKSourceURL.m */, + 4C2EE1212271EFBD0457475C4B7BE443 /* SVGLength.h */, + 3B982CB86932A7AA3EC64C4DC1184F79 /* SVGLength.m */, + AC441D8D585F0EA82DFCA6512A6E0F26 /* SVGLinearGradientElement.h */, + BDA46D2394A4FBB6488021A563072541 /* SVGLinearGradientElement.m */, + A667AC728E33F55EB7A454BE3E08DC7E /* SVGLineElement.h */, + 22B2BEFCC9F6719872E8EAC69DBCB52D /* SVGLineElement.m */, + 1F7AAC0BB57C74CE413BAEE1FB993F0C /* SVGMatrix.h */, + 235CA55E9145584BCEA04C4519E41A3F /* SVGMatrix.m */, + 0ED56F3C2EE73B31D2E4BF257218F29A /* SVGNumber.h */, + 723954008D01A0F7A3A17BDEAB8EBBCA /* SVGPathElement.h */, + CDE0B0028B9CB956B57B5A6A36FA199B /* SVGPathElement.m */, + 5B733881E459562770B598F1367007D0 /* SVGPoint.h */, + 5C1BE0F97C9CC1F3F61F28510868E277 /* SVGPoint.m */, + 5E7899E79C10BC86547F5030C09F9CFD /* SVGPolygonElement.h */, + 7BA1831F53EC5D073E0116C0E11F4787 /* SVGPolygonElement.m */, + BE3ED2E6B5811D77AEFC1515E2A34EEA /* SVGPolylineElement.h */, + 598CAC381ED80267A32E1B6A3DCF3B5A /* SVGPolylineElement.m */, + 1BE382782038EA8CD53361FC65D86065 /* SVGPreserveAspectRatio.h */, + 06E74029235796AAB3DC64B71BD123CE /* SVGPreserveAspectRatio.m */, + 4270C502DE6A09CA3D47597737091312 /* SVGRadialGradientElement.h */, + 3B26782F582193D51FF993F87DA7FE1C /* SVGRadialGradientElement.m */, + AA601B4321AE47FB3B406DFAB7271514 /* SVGRect.h */, + 952EC38725A3E178DB7358003102207D /* SVGRect.m */, + 01445309456BE5F8DEB991286D1FB73C /* SVGRectElement.h */, + 01626C38ABEBC7336F74506C8DC819D4 /* SVGRectElement.m */, + 4B76702ABC30C68C9BBBD306A0DD5772 /* SVGStylable.h */, + A5000DE218F65E6400FCC64613297547 /* SVGStyleCatcher.h */, + 2361D97807CD1C7FF6706A3A7F189904 /* SVGStyleElement.h */, + 8B709EAF2276A12789F00B86B2FAFC83 /* SVGStyleElement.m */, + 26442DEE0A76DA9E79AB90ED25675B9A /* SVGSVGElement.h */, + 099E5994A2EDD2A94870FA5B18FC7A20 /* SVGSVGElement.m */, + 396B7DC247C972FDC964A074175783A1 /* SVGSVGElement_Mutable.h */, + 32991FDDA56C675D21103DB6E7AEC9B8 /* SVGSwitchElement.h */, + E4A4E0C0A431698AE5FAA849FDBEE9FE /* SVGSwitchElement.m */, + E8DDCDA8B87592980C58C9012A25D988 /* SVGTextContentElement.h */, + DB59DF90399079CAB5AB4217CDCF23CF /* SVGTextContentElement.m */, + C35E31A38D3BBB698FB39BE061B569AF /* SVGTextElement.h */, + 1965A45DBE7450B40E7D2A5738A4F139 /* SVGTextElement.m */, + 1C18DB09B7127D69A484B683ABD28C18 /* SVGTextLayer.h */, + CFFBD1D241436BFBA3163E6D69212970 /* SVGTextLayer.m */, + 45C132A0CDE12FABCDDB9805E182106D /* SVGTextPositioningElement.h */, + 4A6C892FA4301D99202B8545AFEB7344 /* SVGTextPositioningElement.m */, + DCB650FDFB5B9DBC98B19D0819DB009E /* SVGTextPositioningElement_Mutable.h */, + 2BEA855C4B6FD4687E0539069FDDBCE6 /* SVGTitleElement.h */, + 2717BAD14057F210DE94552AC8072B86 /* SVGTitleElement.m */, + C74EBA5A931AF9D31476170375C90AA2 /* SVGTransform.h */, + 3D0DA21F8A9C620CD1CACF89615D3883 /* SVGTransform.m */, + 73E0D06C9C47F9C041843D34A477DA81 /* SVGTransformable.h */, + BACB5E2C8A587D363EE9D1E1AE76383C /* SVGUnitTypes.h */, + 34483D003B2CE9863147FA0D6EF2FED6 /* SVGUseElement.h */, + D124E37B05FDEEF7FF7D4FB40A7C6DD4 /* SVGUseElement.m */, + CAE2111D7554D01E45869126435EEF5C /* SVGUseElement_Mutable.h */, + 0815F1BB10FED5774C42D073BACB2FED /* SVGUtils.h */, + 91481CC2BA44A9507EF170C7224E2C45 /* SVGUtils.m */, + 468B8523AB1E2DFD30DCB676B28D4A35 /* SVGViewSpec.h */, + 8D5A429F4F9088935BF9726299B7048D /* Text.h */, + F4A9E0014B468CDF6FEB3B9C9C94A648 /* Text.m */, + BEC2B97B2ED1B2783188B9D35CEA6FCD /* TinySVGTextAreaElement.h */, + E5BFF64660F139158A43F178E1D83808 /* TinySVGTextAreaElement.m */, + E22399BF570E685197D65A8A6D43076A /* Support Files */, ); - name = "Pods-iOS-PlatformUITests"; - path = "Target Support Files/Pods-iOS-PlatformUITests"; + path = SVGKit; sourceTree = ""; }; - C46608CB0CAAFADBF2B3298F8AA9E887 /* Support Files */ = { + D6F43912577916FA081383A8BA59A152 /* Support Files */ = { isa = PBXGroup; children = ( - DB2401F09A3EBDE21CD98CA0B7C1EA5B /* CombineExt.modulemap */, - 7B16C6DC05516EBFB67AB16F065A65F6 /* CombineExt-dummy.m */, - 20DFED67980D983AA5BDB697A6759419 /* CombineExt-Info.plist */, - 23E36B442EA53DE75F85FFBCF87FA973 /* CombineExt-prefix.pch */, - 5264F8675D4A2D0EDE193910609B985E /* CombineExt-umbrella.h */, - 6F124608468B4A07F2B88FE2A6BBADC0 /* CombineExt.debug.xcconfig */, - AE8F1B036856FF23DA2F0BC5B3E8F7F0 /* CombineExt.release.xcconfig */, + 0725ACCE79056B4951D893F0FF1783E9 /* FirebaseSessions.modulemap */, + 4068C3BD432BF54DDF586F0329EDA8F4 /* FirebaseSessions-dummy.m */, + 17BD8B23FE52DD0DA1E0A89F1C62E966 /* FirebaseSessions-Info.plist */, + 031E0CB826EEFCEE4B90597D1C2F221D /* FirebaseSessions-umbrella.h */, + A7D64560D1C4FFEC2560001DF12C82FF /* FirebaseSessions.debug.xcconfig */, + A6598FC624E78DCD3D4CFD45459CC073 /* FirebaseSessions.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/CombineExt"; + path = "../Target Support Files/FirebaseSessions"; sourceTree = ""; }; - C6F7532722E404B9B8417DBFB9B4A996 /* Resources */ = { + D794339C367E2342D107B5EF3F4079A3 /* DebugUtils */ = { isa = PBXGroup; children = ( - 3F23E5589B0DA655126F6848454FA176 /* PrivacyInfo.xcprivacy */, + 44B95A162F884673D9F19FA2B8D14258 /* GTMDebugSelectorValidation.h */, + 08B6BC54C85AF542076D9665AC608E81 /* GTMDebugThreadValidation.h */, + 0A33EBB276044FF5A34D6B03831E5119 /* GTMMethodCheck.h */, ); - name = Resources; + name = DebugUtils; sourceTree = ""; }; - C71C5C0ACB44A2AD0996C8318AE2B97A /* Support Files */ = { + D7A6E9192951E0D7D938B7819B40050E /* Support Files */ = { isa = PBXGroup; children = ( - 055FF1E67D9ABFD2E45AD25F4F4046D3 /* PanModal.modulemap */, - 8167146F556915CC8E0CD926C1664757 /* PanModal-dummy.m */, - C42124DBB4918BF59870D5C22794805F /* PanModal-Info.plist */, - 6882A4EB0BFEB70A3DBF17AD2AA8C24B /* PanModal-prefix.pch */, - A219C39DD718E652C1C42D724A5AB1AB /* PanModal-umbrella.h */, - 0266157A12F7210048616BF71804AE8C /* PanModal.debug.xcconfig */, - F83673CE6C51740E314BA26ABC13AA77 /* PanModal.release.xcconfig */, + D0C22E3EBB2542706BA11AC68AE51EA7 /* ResourceBundle-SDWebImage-SDWebImage-Info.plist */, + 46981F4574BD82D2D6B5E136E07F43EC /* SDWebImage.modulemap */, + 5FB8069ED63FB14530173067B1635912 /* SDWebImage-dummy.m */, + 60AC187A33FB86B840CD2EA330807D5A /* SDWebImage-Info.plist */, + 21286A40FD056CE74DED64A6832B60DC /* SDWebImage-prefix.pch */, + 144D135698804E2B5A8E0C923093E4AA /* SDWebImage-umbrella.h */, + D6D6A5C087CEB2499199317D9A0440CB /* SDWebImage.debug.xcconfig */, + 96E50B4EBA90D547CD243348BCB9AA55 /* SDWebImage.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/PanModal"; + path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - C764F1FE691A40ABB138632A206BB41C /* Support Files */ = { + D8021656CCF6D27FC3F107DFE805897F /* Pods-iOS-PlatformParticles */ = { isa = PBXGroup; children = ( - 734252AFB630D0428C308C860B4785B4 /* FirebaseRemoteConfig.modulemap */, - F063283BAFC365F5817C8D4BBA227DAE /* FirebaseRemoteConfig-dummy.m */, - 87C4F88D630D288FA5811F6FD5324944 /* FirebaseRemoteConfig-Info.plist */, - AA8F964F83A2232DC84AEE662E490540 /* FirebaseRemoteConfig-umbrella.h */, - 84A173E99ACA66A31CFAE2F9BD231751 /* FirebaseRemoteConfig.debug.xcconfig */, - 10B5FBC11F6D624CCCB68C5B83993E51 /* FirebaseRemoteConfig.release.xcconfig */, - E86B733A18E51113EFCB40FD983B1DCF /* ResourceBundle-FirebaseRemoteConfig_Privacy-FirebaseRemoteConfig-Info.plist */, + 9B758BE7DD160132B6F6C86AFC8A58DD /* Pods-iOS-PlatformParticles.modulemap */, + FD9E640FF63BDC95CA14B9B39E841E50 /* Pods-iOS-PlatformParticles-acknowledgements.markdown */, + D789E75E4401591F12AE30023E814B52 /* Pods-iOS-PlatformParticles-acknowledgements.plist */, + BA60789DAD9DF528D2F8249FD1F0506B /* Pods-iOS-PlatformParticles-dummy.m */, + 430282D825F31C3FC8A18300D59BD614 /* Pods-iOS-PlatformParticles-Info.plist */, + 9CD2AC9EBB420145FA28D68EE8AC6827 /* Pods-iOS-PlatformParticles-umbrella.h */, + D27096619B7C3CCE8C1148818EB3E564 /* Pods-iOS-PlatformParticles.debug.xcconfig */, + 9DDFD0C9A9CADF3968831FC7D10FBEBE /* Pods-iOS-PlatformParticles.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseRemoteConfig"; + name = "Pods-iOS-PlatformParticles"; + path = "Target Support Files/Pods-iOS-PlatformParticles"; sourceTree = ""; }; - CEACE006827FFDA44CD7AF182AE93B69 /* Firebase */ = { + D9698D97841701D27B5FDD89A49D1624 /* Pods-iOS-JedioKit */ = { isa = PBXGroup; children = ( - 1B42746B513E254A792A2179283D3A15 /* CoreOnly */, - 182AD277569D2299F051AA0AF63F17EA /* Support Files */, + 2D28BEFE348B656A0B675FDA67A9938F /* Pods-iOS-JedioKit.modulemap */, + 4F71C867236FE31C00C72B22CDABCE4A /* Pods-iOS-JedioKit-acknowledgements.markdown */, + 81C686BB351DF30974265D0FFBBB5765 /* Pods-iOS-JedioKit-acknowledgements.plist */, + 2159B8D0D36F915A2AE073767D0A96F7 /* Pods-iOS-JedioKit-dummy.m */, + AE2AF5722E61EF5905C97CF9D6B28B79 /* Pods-iOS-JedioKit-Info.plist */, + 1139234FB2F1758633DB9F9D6DC40748 /* Pods-iOS-JedioKit-umbrella.h */, + F0A27BDDCD81AA642D247886F17DE097 /* Pods-iOS-JedioKit.debug.xcconfig */, + 0224604AD1F7B9C3DA2631912748BFAE /* Pods-iOS-JedioKit.release.xcconfig */, ); - name = Firebase; - path = Firebase; + name = "Pods-iOS-JedioKit"; + path = "Target Support Files/Pods-iOS-JedioKit"; sourceTree = ""; }; - CF1408CF629C7361332E53B88F7BD30C = { + DADAFA153D70B9DF5CB2887781435A32 /* Core */ = { isa = PBXGroup; children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 48A7B7CE1BC11DFAA128559A9ADA8564 /* Frameworks */, - 8801E81F1054D5A0D0F6230701F49D24 /* Pods */, - 7CA0EC1A7815F5AA5029AD19809D2A38 /* Products */, - 3F42B13E92EADEB8343AFB173D2ED1D0 /* Targets Support Files */, + AD2EA437DCE8B4D5AD5AEB1D5E572032 /* NSBezierPath+SDRoundedCorners.h */, + 6AC9206958221912FCCB0250B0D24E5A /* NSBezierPath+SDRoundedCorners.m */, + F2847F3BA1118E38B817A265B8704E7C /* NSButton+WebCache.h */, + 4B807D36DEB0292C7143C7EAEA081E54 /* NSButton+WebCache.m */, + 247E14E61F5CBD3DC8111705108B493F /* NSData+ImageContentType.h */, + EEEB1E57D2680F472DE87CF128071976 /* NSData+ImageContentType.m */, + 40779FA437B93986602F632F05DCDB8C /* NSImage+Compatibility.h */, + 5611C1D06D04CB29C7FCE8399DFA2A1F /* NSImage+Compatibility.m */, + F8A8C2D8FCD5D6ABC124BAC98EE364AE /* SDAnimatedImage.h */, + 8EF29C2505B80595B7D347EFBF29F8B8 /* SDAnimatedImage.m */, + 49AE8C128C8DC1C8172E6F47F37FE330 /* SDAnimatedImagePlayer.h */, + 29C77848FEE60EAE7EFEE76132B854AE /* SDAnimatedImagePlayer.m */, + 59C72A019A07188F926299EF0440A0CE /* SDAnimatedImageRep.h */, + 5EC9DAEE9186CDEA822211BE23C33610 /* SDAnimatedImageRep.m */, + 69D0B191457222201D3FCDE344E73B3D /* SDAnimatedImageView.h */, + A60F3A27F227C25BA0A7F57DA7AA7503 /* SDAnimatedImageView.m */, + 569D109891F48A5F4A04611CF1CA7C31 /* SDAnimatedImageView+WebCache.h */, + 81795A393CEA906FD0EC60EE6EA3E3FD /* SDAnimatedImageView+WebCache.m */, + 9E7BA8291DB925724C964197E3AEF438 /* SDAssociatedObject.h */, + D74DB436319DB8C1C9641F859D6E1618 /* SDAssociatedObject.m */, + CA74CCD996B8486CC0F03DA9B601ACE3 /* SDAsyncBlockOperation.h */, + 24C085D7B65D1D0CC75F5D70CD48D2BE /* SDAsyncBlockOperation.m */, + B6FC5A3BC127D04E8302971253E9C3D6 /* SDCallbackQueue.h */, + 2877C89B6ED60CE638F9F14C334C953A /* SDCallbackQueue.m */, + EF7249685B427EEAB7A3528023A91760 /* SDDeviceHelper.h */, + 9732EDE3FE9925541C449ECC5639126D /* SDDeviceHelper.m */, + 9C9DAC713966A37727A882322577EE6E /* SDDiskCache.h */, + C563895494F11395CC754837FC6BD486 /* SDDiskCache.m */, + A264AE524689D71307B399F84B39B69B /* SDDisplayLink.h */, + 2837245A738526986E9F1E462C454F2F /* SDDisplayLink.m */, + AFC0C598180BC67151842EE02FA6770D /* SDFileAttributeHelper.h */, + AAFC8AE04ADB811ACD712CA9BB6BD60E /* SDFileAttributeHelper.m */, + C71D089CE401E2BDF14B8B190990BB77 /* SDGraphicsImageRenderer.h */, + 81086D2B3B1FCC518288CB71C1FC071F /* SDGraphicsImageRenderer.m */, + 4A3351522375FB8489570837673601E8 /* SDImageAPNGCoder.h */, + 4624D3988943623EB728B9BF65B522F6 /* SDImageAPNGCoder.m */, + 65AA8FCAD39A03BEF586EAD60B81C84D /* SDImageAssetManager.h */, + 3533B1123A98C0818F99598CDC067B3E /* SDImageAssetManager.m */, + 87F083A510D0EB39973A307C02DED60C /* SDImageAWebPCoder.h */, + F1A4679E815F3AEB2FDBF8C5CF62D7F8 /* SDImageAWebPCoder.m */, + 48EF131AC4B65E6BB7A8C68E9921D172 /* SDImageCache.h */, + 2338CD30D4C87FC68DF86D42B0AB3005 /* SDImageCache.m */, + DE534DF5FB9CB086F49EF0CA5AED676E /* SDImageCacheConfig.h */, + 8BCE1ADC3F167D772CD828AF2313F2D5 /* SDImageCacheConfig.m */, + 4CB3D765C4AE7373ACB36BE76AA76AEE /* SDImageCacheDefine.h */, + 23785EA02E608B163EA1A6BF760C5F24 /* SDImageCacheDefine.m */, + EDE4AB83427AEE4AE6290CFBF59608DF /* SDImageCachesManager.h */, + 078EAE175BD576F504BE3FE2A7BB2BEA /* SDImageCachesManager.m */, + B3AC871D7DD6E926BA4B18E73A711070 /* SDImageCachesManagerOperation.h */, + 08A373405B5B529572C814B374D9B061 /* SDImageCachesManagerOperation.m */, + F1575DCF5A6E97F3564BFC8DFEBCEA60 /* SDImageCoder.h */, + B1ED3FBDCE5DF6D6AF6354C6C650624E /* SDImageCoder.m */, + 541309435EA57A2AF8314C6A716A7D31 /* SDImageCoderHelper.h */, + 39E6E0007ED209C55B243A79FCDFFADE /* SDImageCoderHelper.m */, + 6C72516C755005239D2BDB599664A8D1 /* SDImageCodersManager.h */, + 6A692D77D070072C739AC7ABC00D4DBD /* SDImageCodersManager.m */, + EE9DCEB85A4D49E232043271165E747B /* SDImageFrame.h */, + C09B7D4BF4717C1BA4A6AD8AF0744922 /* SDImageFrame.m */, + 8705149BF6846A1C9846B595295107A7 /* SDImageFramePool.h */, + 79D85956786C36D2B366A53758B50192 /* SDImageFramePool.m */, + B35A472187BD2964EFC0FC4482CBF9F2 /* SDImageGIFCoder.h */, + 977D1A6B8A5AB5F983CA56F1E4DAE875 /* SDImageGIFCoder.m */, + 5803895B4B820FFDDE3C1AAD2596181B /* SDImageGraphics.h */, + 5FC3E7D674375D440D579431DB3004F4 /* SDImageGraphics.m */, + 48CCE26678848C18D4053CA189AECF4F /* SDImageHEICCoder.h */, + F31319EA5C1D8C70C92B4C220814D11C /* SDImageHEICCoder.m */, + 7259DBD804323DD2F4C76A7AFA728B4F /* SDImageIOAnimatedCoder.h */, + 80BECFA26892BD3CA4A2DFF98CABDEEF /* SDImageIOAnimatedCoder.m */, + 74120F2E8DF151ABA093E2FA41ECBC73 /* SDImageIOAnimatedCoderInternal.h */, + 4C4F983F9B8C21EE3DBD4F047C6786F1 /* SDImageIOCoder.h */, + 95BBBC2F1E63972DA0CA19957708488B /* SDImageIOCoder.m */, + 29F3CCC4D18C1765DAD63E7CA0382E13 /* SDImageLoader.h */, + 3B33E6FD1CEC6EB65996F3A4F3CDC1B0 /* SDImageLoader.m */, + B33C657767F6084084D010A6377FAB70 /* SDImageLoadersManager.h */, + 6DBE09148AD22AE2C443D377685B269D /* SDImageLoadersManager.m */, + 6A4FFD847CA1312214DF2184088A8FCC /* SDImageTransformer.h */, + E06EE257E14C544CE6573B138A726D90 /* SDImageTransformer.m */, + 65F97A46771234A0B398CED3C223EDA6 /* SDInternalMacros.h */, + 5B87CFE79D8C74EBF22ECFF2241B45F4 /* SDInternalMacros.m */, + 2443C22950CC4216E7426FFFBCDBC919 /* SDMemoryCache.h */, + 75C67D0376E0450DCE4348778E5D15B6 /* SDMemoryCache.m */, + 12F47B3E6167FD262282525D2A885849 /* SDmetamacros.h */, + 54A9E5723F993101BAB3E2FCD9542ACB /* SDWeakProxy.h */, + 882FA569167154E7854FEF0225C1EF78 /* SDWeakProxy.m */, + 91059A36A52B33B1A2D121E4A8FD8E10 /* SDWebImage.h */, + 99534B7B668580E1F9ADB3192BE13343 /* SDWebImageCacheKeyFilter.h */, + 5F5886561E3926F369567110E67E46F5 /* SDWebImageCacheKeyFilter.m */, + 34BBE9047551E8FAEB9BE7A1B9D9A276 /* SDWebImageCacheSerializer.h */, + EAD2B8B441C0B3146080BA46D4401EC7 /* SDWebImageCacheSerializer.m */, + FC48D77559BDB8A2D443BB66E13159CC /* SDWebImageCompat.h */, + 9259F52B925CCCDCD92CF2583F9449C5 /* SDWebImageCompat.m */, + EE19EDB29FF729F3396C0604DEF1ED18 /* SDWebImageDefine.h */, + 0DAAD276E1E74672A1935DF6E6821FF6 /* SDWebImageDefine.m */, + 4E212511E5895F1F908F301374ED2517 /* SDWebImageDownloader.h */, + BED83543E21BA6B7B7D1EE28FF7B2EFE /* SDWebImageDownloader.m */, + 193E914F40AA2678B685A8FC8ECBE81F /* SDWebImageDownloaderConfig.h */, + DECE147DBA00874081C5926EED0B7D6C /* SDWebImageDownloaderConfig.m */, + F7EFF1CAF36F1859FD5F066A9FEBF3F6 /* SDWebImageDownloaderDecryptor.h */, + 2625F31D7BF41509A29D611F5A658E3B /* SDWebImageDownloaderDecryptor.m */, + B5D5C061FCBC8B7E369B27E1EC787996 /* SDWebImageDownloaderOperation.h */, + 778031193E389249AF260D6A99181BEC /* SDWebImageDownloaderOperation.m */, + 25F08EB4D23E3B687AA045B93F9A1619 /* SDWebImageDownloaderRequestModifier.h */, + 123C7ABBAE496161E6F0433D439C76C1 /* SDWebImageDownloaderRequestModifier.m */, + 31400691AC7C7D51D22DF64C5591838B /* SDWebImageDownloaderResponseModifier.h */, + 8A962248A71DB9DC96A01AC408DBABFC /* SDWebImageDownloaderResponseModifier.m */, + CFC635AE4A711E3AA7203F9D84649E7C /* SDWebImageError.h */, + 639B5C53C00BAD5E849D3BC1E1D670D8 /* SDWebImageError.m */, + 1A4076BFC0A2A4E239A8EE8966C5A8FE /* SDWebImageIndicator.h */, + 3483E62A9ED200A4965453B44F5CEF3A /* SDWebImageIndicator.m */, + 69DDBA6866792632FAE524DF17C6341D /* SDWebImageManager.h */, + 5046DC99926033DE54CD6D7E3BA8DBF7 /* SDWebImageManager.m */, + 0E267833C59FD323ED45F711A1B27762 /* SDWebImageOperation.h */, + 2E71FCE49817B43170A03D4A2EAD8103 /* SDWebImageOperation.m */, + F8B17156E0636F9AB2873C2C21BEDF80 /* SDWebImageOptionsProcessor.h */, + 48077E5796805207B83125EB3F38463E /* SDWebImageOptionsProcessor.m */, + 1C1FC0E98C641D719F59FAE1E24ED625 /* SDWebImagePrefetcher.h */, + 8274D41A284D8D58078368A17E5E57F8 /* SDWebImagePrefetcher.m */, + 2EE5C0806E3EA300D258D0041DC5CA1B /* SDWebImageTransition.h */, + 068961EB8861654EB8C360BA35B68B62 /* SDWebImageTransition.m */, + 57288A8F0260F5DDA549456A923517C8 /* SDWebImageTransitionInternal.h */, + 77E28F6C6149333E3663BBAFD6F72956 /* UIButton+WebCache.h */, + 329026A419993C2D2B550B941B080425 /* UIButton+WebCache.m */, + 29513D1AF94B7149696C132FE3C4D5BC /* UIColor+SDHexString.h */, + 68B8ED11D6E826EA2BD83DD6F11CA5F2 /* UIColor+SDHexString.m */, + 49014D0EA510007618FE2A83E42ED1B3 /* UIImage+ExtendedCacheData.h */, + A00586193B0A89FAB8CBB278AB982349 /* UIImage+ExtendedCacheData.m */, + 5F2A1949BD80421917390319E984069A /* UIImage+ForceDecode.h */, + 20B9EC1597393BC32C0809DA9FA3A517 /* UIImage+ForceDecode.m */, + 5954663A819EED2A5B3A2133D60551D1 /* UIImage+GIF.h */, + 2434402478F62DFE76D8AC0616223287 /* UIImage+GIF.m */, + AF6955620AE8BCC7C0A0342C4E588210 /* UIImage+MemoryCacheCost.h */, + AB33F9339C9B435A6EACBF9E0E2CD5F7 /* UIImage+MemoryCacheCost.m */, + F79E270E7610EEA8B101A4BC4C848DD1 /* UIImage+Metadata.h */, + EE55230C13B752C84A7197A4D57540DC /* UIImage+Metadata.m */, + C4108F087F4EBF429A841233A7B3EFE3 /* UIImage+MultiFormat.h */, + A44F7910DF8D22A47BF26A80AABBA024 /* UIImage+MultiFormat.m */, + 24967A384162429B0A63288A21F6E1F3 /* UIImage+Transform.h */, + 2618680A515360E2A37731B700276247 /* UIImage+Transform.m */, + 86783A1B44B637CCD9CBB0337C3515C0 /* UIImageView+HighlightedWebCache.h */, + A0DDC512B69B3CC8A82D030FE6AFB2B1 /* UIImageView+HighlightedWebCache.m */, + AD2B868F9597BE21BD64B32D8CDD91A6 /* UIImageView+WebCache.h */, + B23D74B206C9BDD915B4CFD9E0EE7E51 /* UIImageView+WebCache.m */, + 3EF22D70EF19ABB87D31477B499D5CAE /* UIView+WebCache.h */, + 2809875E5A55A1640A0D8B686CC7BD55 /* UIView+WebCache.m */, + C3386745D673376D9D65602E8C0A6CEA /* UIView+WebCacheOperation.h */, + 2EC7288F4420C00039691E02C7DE814E /* UIView+WebCacheOperation.m */, + 010AE2FA82FFCBD00BA3C5463824B5C9 /* UIView+WebCacheState.h */, + BE2EFAE6F6CE484E10BC6D863D317A41 /* UIView+WebCacheState.m */, + 0A3B6A2A7F900C76D736731D885E78D3 /* Resources */, ); + name = Core; sourceTree = ""; }; - D06BED702E4E8BB90212522980A3A3D2 /* MaterialActivityIndicator */ = { + DE107A0746D2C370FFE9787875114B7A /* Support Files */ = { isa = PBXGroup; children = ( - 25F9C2FA94287C0DBD9A953D3774CB7B /* CAPropertyAnimation+Key.swift */, - 342842084D016B2CE2574C9A7006AE27 /* CGRect+Center.swift */, - E52F4CEA2E07530C6FBD5C310D90E2AC /* CGSize+Min.swift */, - BEAB7CE7F03E887076BD9C163A931CE0 /* MaterialActivityIndicator.swift */, - DDB9528066EBCDABCE6A54496B774A96 /* MaterialActivityIndicatorAnimator.swift */, - E82F979FF3C0BCF9A7AE7789F525E889 /* UIBezierPath+Circle.swift */, - 3A8E612307BE09DF5FA2DEAF72AB69AD /* Support Files */, + 8C99020F5E96D9F8266F8C6822858163 /* GoogleToolboxForMac.modulemap */, + 71A38499DE08286181CC5E8A8342AB54 /* GoogleToolboxForMac-dummy.m */, + 7C8E432F19D0DDC2F7688F07F595FA9F /* GoogleToolboxForMac-Info.plist */, + 542A075164539B0CD6BB3074F6BC5276 /* GoogleToolboxForMac-prefix.pch */, + 72EABEEE86C4DB14941CC0EA5D6CA6B7 /* GoogleToolboxForMac-umbrella.h */, + 762034EC8E4E423DB2462FE7450E56E8 /* GoogleToolboxForMac.debug.xcconfig */, + D5C384836B864B4EA3F83B757477DDFC /* GoogleToolboxForMac.release.xcconfig */, + 578AE89625A81EE7E8A24FBB137082AD /* ResourceBundle-GoogleToolboxForMac_Logger_Privacy-GoogleToolboxForMac-Info.plist */, + 26CFABD4D5A2632328E669B6EC6A1CEF /* ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist */, ); - name = MaterialActivityIndicator; - path = MaterialActivityIndicator; + name = "Support Files"; + path = "../Target Support Files/GoogleToolboxForMac"; sourceTree = ""; }; - D09AF8E9EC640F669757A58C178F2825 /* Resources */ = { + DE9DA9930A6E4BA5490E776C9D532035 /* Pods-iOS-dydxV4 */ = { isa = PBXGroup; children = ( - 951CE3A105E0E115139ECB53F68D1A04 /* PrivacyInfo.xcprivacy */, + F9B5780A78BF8EA1C4990E3A1CDCA10C /* Pods-iOS-dydxV4.modulemap */, + 13A9A92F6B2D2FE49764C8C0E4575C63 /* Pods-iOS-dydxV4-acknowledgements.markdown */, + 7D5893A157AE1C7085BD6B9519A2D11A /* Pods-iOS-dydxV4-acknowledgements.plist */, + 77C83E4DEF9B958A043424BE0A479C71 /* Pods-iOS-dydxV4-dummy.m */, + 7DE1AF9EC9467B191ED1079D23EA2752 /* Pods-iOS-dydxV4-frameworks.sh */, + FC0B086FB2CA524C4FA4F868F1EDA3AD /* Pods-iOS-dydxV4-Info.plist */, + B5FC49DA555AB4DFA550D7DCA0C5FD36 /* Pods-iOS-dydxV4-resources.sh */, + FA6056831CE0F155E3F4A5C969E82DF0 /* Pods-iOS-dydxV4-umbrella.h */, + 18DFC3DC592AAFAB2C25BB83DD40F711 /* Pods-iOS-dydxV4.debug.xcconfig */, + 52C2D71BE1ADA985C28146D84152642E /* Pods-iOS-dydxV4.release.xcconfig */, ); - name = Resources; + name = "Pods-iOS-dydxV4"; + path = "Target Support Files/Pods-iOS-dydxV4"; sourceTree = ""; }; - D11ED9C5E407D89F1EEF1D48C3ACB9D3 /* Resources */ = { + DF8DC8920BD0505C8CBBA71A2C85A804 /* FirebaseSharedSwift */ = { isa = PBXGroup; children = ( - 28F3DA02A9264C6BF5ACAC46F821A9E7 /* PrivacyInfo.xcprivacy */, + F344BDCF15FAEDDF16A201ACFED1D052 /* FirebaseDataEncoder.swift */, + E9743B65A8486B441C28ED53F20A4C46 /* FirebaseRemoteConfigValueDecoding.swift */, + 76F9486AE4DBB8391A0946A3BF4C65EA /* Support Files */, ); - name = Resources; + path = FirebaseSharedSwift; sourceTree = ""; }; - D2AAF326CFE5966D0F5EC2005FCBF542 /* Core */ = { + DFD326461F6E5EF86A7DE2A052F89A6F /* Pods */ = { isa = PBXGroup; children = ( - 1EB11B70AE9D68DBD2B6F22653A958A5 /* AnimatedMoveViewJob.swift */, - 425E8326AFFE209468C37E499D27BD4A /* AnimatedViewPortJob.swift */, - F1F9AC7FD758AF08169768D579744673 /* AnimatedZoomViewJob.swift */, - CD428F7907FE1780BC0A19DF1F75AEC7 /* Animator.swift */, - 21EE3D515D656BE6CF9ECC4F0A93D272 /* AxisBase.swift */, - AC287F0A08C0639EDE3A2CB081C2739A /* AxisRendererBase.swift */, - F29BA610F82DB5D897E95BECE072FC1D /* BarChartData.swift */, - BF6E0E96F2B840B71BE38D70B39CB8D3 /* BarChartDataEntry.swift */, - 9F64BC75DEE0447388D7CC60A8A7C6AE /* BarChartDataProvider.swift */, - 958AB4ACA7CFDE241E2BDD4816E235F0 /* BarChartDataSet.swift */, - 638C5319DF973D0F61D8ADC7BDB0E315 /* BarChartRenderer.swift */, - 51E8F6A4787B4006E6C5618E96B4418B /* BarChartView.swift */, - F4F07DB9405179966C24E28853F91EC3 /* BarHighlighter.swift */, - AACA689438895ED1BBBE53BDE7AFB302 /* BarLineChartViewBase.swift */, - CA66ABA3D670BFE114A93989FB4F865B /* BarLineScatterCandleBubbleChartData.swift */, - B9A6D070EF897D3E27247EE52A0C161A /* BarLineScatterCandleBubbleChartDataProvider.swift */, - 9755504C1DD6B4103416D46DC6A52900 /* BarLineScatterCandleBubbleChartDataSet.swift */, - 172A7F1E7A9883A463280C8E0E9243B9 /* BarLineScatterCandleBubbleRenderer.swift */, - 31EC82DF45D316CF73AF82A49D4A7C41 /* BubbleChartData.swift */, - 714956EA9F437FE16F667C4C55315751 /* BubbleChartDataEntry.swift */, - 96B40BCE181CCC55F7B117B4FCC291DB /* BubbleChartDataProvider.swift */, - 61EBF52416F89733599D0718AC6B034D /* BubbleChartDataSet.swift */, - 979F2CD79345ECE5600B94A0997E8968 /* BubbleChartRenderer.swift */, - 0185F4ED0167C749F25F1BDF5F0FEBBD /* BubbleChartView.swift */, - 91DEFA675057791FAC071EDBF7A46B5D /* CandleChartData.swift */, - 89EDB61E4BF58E00B22C600055435EA9 /* CandleChartDataEntry.swift */, - 3602B0550DC70A3F76B225085D4E79CB /* CandleChartDataProvider.swift */, - C5F21CC499B3E5610D752BD78D78A5AC /* CandleChartDataSet.swift */, - 6143E30DC234DB7B5EAAB16A15599906 /* CandleStickChartRenderer.swift */, - 40E7DA745C0A6065403BE81069099EBC /* CandleStickChartView.swift */, - 8160B316961E28CCF0CB7C69B1F611C6 /* ChartAnimationEasing.swift */, - DCADE7058330BC88DF964BEE406AF334 /* ChartBaseDataSet.swift */, - 619F643CB115FF98EAC060EF4830CCA0 /* ChartColorTemplates.swift */, - 97D503A8BC066EBCA018C5200F356619 /* ChartData.swift */, - D963CE0B6A6726C80BBBEA8F4827FC31 /* ChartDataEntry.swift */, - 7DAE7E9A4A348B321283000055097AC2 /* ChartDataEntryBase.swift */, - B29004985876DDD8CA887C10B6EF0778 /* ChartDataProvider.swift */, - 5A23B5F154871C7CA4DCEDB1CB4C2587 /* ChartDataRendererBase.swift */, - EA756745C55287AE829DEB3BD216FC74 /* ChartDataSet.swift */, - 745222B800EED05E5E279A6A6AA30029 /* ChartHighlighter.swift */, - EE11605BE2D11B8F7C9075F30DEF7BB6 /* ChartLimitLine.swift */, - 94DA925F70640B5A573EE815B063EDE4 /* ChartUtils.swift */, - 56B360535A9CCAD3D1E30B6623C2B5A2 /* ChartViewBase.swift */, - 2AB1C7F4981317607E1CF73E5D57CFE2 /* ChevronDownShapeRenderer.swift */, - 551E25D319D196C29C25AEBD21CEA573 /* ChevronUpShapeRenderer.swift */, - 958CBA9F71B6D6DEEBED02FC5A4306C6 /* CircleShapeRenderer.swift */, - B283958A1149C77835A89F9FAAD45820 /* CombinedChartData.swift */, - 12C852BA9B62A3316FEC34C66B297D51 /* CombinedChartDataProvider.swift */, - 01B21638AED5EC868B22FFB346C92429 /* CombinedChartRenderer.swift */, - 2E5583C49CBD9978C9368C6728F07544 /* CombinedChartView.swift */, - BBA61FAAD3443875EF21744841029ADD /* CombinedHighlighter.swift */, - E7C438AEBDD471B1F7BA8D1BC3EC9A48 /* ComponentBase.swift */, - 72016F275F523CEB56B4C309FC57EA7A /* CrossShapeRenderer.swift */, - 49A451CB1A51E86480EBBE2B56C7AA11 /* DataApproximator.swift */, - 74CCF8F1EA2ACAB9DF4F9B8181BF1164 /* DataApproximator+N.swift */, - 6ADBEF4392E9218F8282FED8E83BA296 /* DefaultAxisValueFormatter.swift */, - 2F8D27E3BD60D58EEB1A9AB95CF2AC89 /* DefaultFillFormatter.swift */, - 748269AB50FAADC5CFEE0563AFF9B3E1 /* DefaultValueFormatter.swift */, - 7C8BA3E606C9B9942CB75216C95CFD0F /* Description.swift */, - DC2C260C81055EF1704BE2FEEE605CA4 /* Fill.swift */, - 59302A740E6439230E19E0F726D0E670 /* Highlight.swift */, - D3CBAFABD07F66D3A5CA2E67FD166299 /* HorizontalBarChartRenderer.swift */, - 949868120EAD250A8C6C318F1A2D4204 /* HorizontalBarChartView.swift */, - F1AB34CB508B92C1D8E37361DFA9E8F8 /* HorizontalBarHighlighter.swift */, - BA5305C0FA0E61B968DC1D479F17A9DD /* IAxisValueFormatter.swift */, - 9A2E540D4B78A1FB21D3525334DCB69F /* IBarChartDataSet.swift */, - B97111478DD8157E4CA97AAA18759E70 /* IBarLineScatterCandleBubbleChartDataSet.swift */, - 822F0A05102CDECFE04E6F12954B2F54 /* IBubbleChartDataSet.swift */, - 987720B1FF5E6880CE9EA8360CF9E7AF /* ICandleChartDataSet.swift */, - 744A76E1B8519CB792FDB46565ADB19C /* IChartDataSet.swift */, - 274E9436C4D0CDAD2EB4613A78E0511A /* IFillFormatter.swift */, - 84A06A405BCF335567F612AF5BB8CC2D /* IHighlighter.swift */, - CFBA2A7E47AAA87B9982A68CC39C1348 /* ILineChartDataSet.swift */, - C5B1A2600C0F65217B09D8D6C951815A /* ILineRadarChartDataSet.swift */, - 91937D6B56E4B4B3442136620D6D78A2 /* ILineScatterCandleRadarChartDataSet.swift */, - 79D8582CD031E17AC5320D60F8688313 /* IMarker.swift */, - 36FE291F39C5D7479C5DB0A5F0E16492 /* IndexAxisValueFormatter.swift */, - 4A7B576D834D4688983CE57A969A338D /* IPieChartDataSet.swift */, - 406F7BDD563781E0384BBA3E82036026 /* IRadarChartDataSet.swift */, - A7C8C9F4A7A644F905CF11D2D62D88ED /* IScatterChartDataSet.swift */, - 46F2DB4BF50B6D8CF14353B34EB2FEC9 /* IShapeRenderer.swift */, - 4A1F9E8C2E0BB67A1B25215D6081A30F /* IValueFormatter.swift */, - 74D5BDAA636B1A61B3C8A0E5BEA17E1F /* Legend.swift */, - 9DA438918FBF247A364C1A64FD78119B /* LegendEntry.swift */, - 2987CC79DD3DF63E123E363B1D241ECA /* LegendRenderer.swift */, - 10B3B9D499B8D0F149E908574EF86538 /* LineChartData.swift */, - C925693D29E0120A463B452E2833BA9E /* LineChartDataProvider.swift */, - B804E19EC356854463F9BDC08C8EEF62 /* LineChartDataSet.swift */, - 34A7118B7F2B713DC71057DB3576DFC0 /* LineChartRenderer.swift */, - BFB93F2E821FC017E806F4C22C05CF9D /* LineChartView.swift */, - EAEF1EC47641FFE0A5C13A8F9280EA68 /* LineRadarChartDataSet.swift */, - A0D9B8FDC7CA0940E5D77355C8FE90E3 /* LineRadarRenderer.swift */, - 2B3B035A1D4AC0CD0195E685343AB241 /* LineScatterCandleRadarChartDataSet.swift */, - 5251E668069ECF96563CA5946DB5BC0B /* LineScatterCandleRadarRenderer.swift */, - AA414745954DCAC10905083AEBBC768D /* MarkerImage.swift */, - E102166326302E8407520407932C16C7 /* MarkerView.swift */, - 3242FB9A5F0BE192E7064FC046A36948 /* MoveViewJob.swift */, - DB7577B2A153C36DF19AFD62E45CF2B8 /* PieChartData.swift */, - 5784F6050E1C206635C2CB347938BE6E /* PieChartDataEntry.swift */, - 6D5F0D8AC11D96C1C7FB20FBDFE862B6 /* PieChartDataSet.swift */, - 02494902D9DC397973327D1996B4F660 /* PieChartRenderer.swift */, - 5A8D8D71CF667E54FB987A109EC541A2 /* PieChartView.swift */, - 84A6EA6DA3B34C7AA0C490D69DD03F50 /* PieHighlighter.swift */, - F3B5DC8B4B8AEE157B06CCFED85A6A5A /* PieRadarChartViewBase.swift */, - 09B675AB8F2D505004C2EBD222C60832 /* PieRadarHighlighter.swift */, - 63D4CCFA6E97CF9D75C0E241A112F87A /* Platform.swift */, - EDE455C0BD22E085735FE25323930A7B /* Platform+Accessibility.swift */, - C576A96E06643AF30E4A1D29BC493989 /* Platform+Color.swift */, - 6FF6BCB496CA22F422C3CD7C8396016D /* Platform+Gestures.swift */, - 65154EF2FA340CD008692F1E4BE4116D /* Platform+Graphics.swift */, - A89E847D06439F0E7C583709E5A1FEEA /* Platform+Touch Handling.swift */, - 5F38E277F2DFC68D88173804B703E884 /* RadarChartData.swift */, - A1E785CBD405A3021AE27426D4F4BF59 /* RadarChartDataEntry.swift */, - F788FE37262CF0072FA2B78546A2B4E0 /* RadarChartDataSet.swift */, - BDEF8BFF4FCA97F18B7C48F26FDA9952 /* RadarChartRenderer.swift */, - 7A9A583FFCB4888EFDBE0AA49912DA02 /* RadarChartView.swift */, - C695E0E4D3C446570E712BDFF50B18F2 /* RadarHighlighter.swift */, - F935226D8F27DD3DF204DECA978110C9 /* Range.swift */, - 1C640E4A9B7F3AD1E8C37E042059A716 /* Renderer.swift */, - 8515B483AF96F91DE0BF28336B86FFD4 /* ScatterChartData.swift */, - 98C61FF02D4629708B2552592AC8F8F2 /* ScatterChartDataProvider.swift */, - BAC774076B6C4A0120FCB78310DE03F6 /* ScatterChartDataSet.swift */, - 2297B8359B2D8DFA84EE6A224379C216 /* ScatterChartRenderer.swift */, - A2A5228E431B805C031F65462EC7D795 /* ScatterChartView.swift */, - 28579F787630868754897D8A81F89B18 /* SquareShapeRenderer.swift */, - 6AD6E9340B290157F16D2396050FDBB3 /* Transformer.swift */, - 3E9297C1E6E86768B6027A255918286B /* TransformerHorizontalBarChart.swift */, - 540A06675C4559B28C21ED2B48639C95 /* TriangleShapeRenderer.swift */, - 83C02C3CA0FB7C74678A697A72C00B2D /* ViewPortHandler.swift */, - AD7F17362209A236485F449FDC4F0300 /* ViewPortJob.swift */, - 1DDABC6FC3C43FF51FE15F17CE103DF6 /* XAxis.swift */, - A32430A433188B25BCD90C6A435E1413 /* XAxisRenderer.swift */, - 30D5DC1A39AFA16C50E0101704FFF9D3 /* XAxisRendererHorizontalBarChart.swift */, - 2DC7801844EDBCDCA3EE16A1DB0CEB45 /* XAxisRendererRadarChart.swift */, - AB1F4629477BB65BB0DA76873F2B1A4B /* XShapeRenderer.swift */, - E16FEBDDBAE4B9ED78DE1BDB11C846BD /* YAxis.swift */, - 265D8B66170C0892800F8D9DAD8B319C /* YAxisRenderer.swift */, - 2AEC0B807981001D5BCECB6EE778FA6B /* YAxisRendererHorizontalBarChart.swift */, - 4D346969587FACF9545693D25AC49E3B /* YAxisRendererRadarChart.swift */, - 3F66673D2367822D3262561F64E09FCC /* ZoomViewJob.swift */, + 1FD4CC50674A27B026F476701A44E667 /* Abacus */, + 502733152A192F16D3C92DF338B82759 /* Amplitude-iOS */, + C63EDEC01D06795584FF37CF410DD666 /* AppsFlyerFramework */, + 78041F43962849E283BF64499C30EBE1 /* Atributika */, + 977DA093CC97851467DD7F2800EEECD8 /* BigInt */, + 0C743D0B397A393EBB26802D4F5D0641 /* Charts */, + 806459E8DB26A57ED054B87A59DF9E1C /* CocoaLumberjack */, + D5ECFE25D1958377298F3A3A23872C8D /* CombineExt */, + A6AAF0478E90B69602475053AE86DFBD /* COSTouchVisualizer */, + 19FE20C09A57796F66680A0A99EEFF0B /* Differ */, + 84B3400BFC66D0F53DBBAEADD597742E /* DrawerMenu */, + F998CA6E20D65E8AC2BD378481546F04 /* EasyTipView */, + D1A00D825F523D60926599FACC8EA477 /* EFQRCode */, + 0A1B33688435954A5ADBE2F7058026F5 /* Firebase */, + 477BF05128C5A4E759D1F4968EE837F7 /* FirebaseABTesting */, + 559FE7EC32EB8043CF3E6C6CFA8632C3 /* FirebaseAnalytics */, + FA108868FC5C4D962AAFDD74802DF6B6 /* FirebaseCore */, + 183F3F29859F08E79463BD9278054377 /* FirebaseCoreExtension */, + 11A7FFFE10E636EF825A11ACAD54FB7E /* FirebaseCoreInternal */, + 5F9311DC3DEB54C8CDE4D9B03D59ECCE /* FirebaseCrashlytics */, + A5D53DAA618FE2B3E1975B801BC175A4 /* FirebaseInstallations */, + 63EBDB5A2E3EE462ED317F2364240A03 /* FirebaseMessaging */, + CCA4308310D90E4A2F1716B0DB2FC8FC /* FirebasePerformance */, + 21D5997391906E88EBDD2ED3ACE58C40 /* FirebaseRemoteConfig */, + 5C72F9643D216F50C9838A0DAF41AB1D /* FirebaseRemoteConfigInterop */, + 2EFB6EE8E3DE8BF9BC110FCD9A73E6B4 /* FirebaseSessions */, + DF8DC8920BD0505C8CBBA71A2C85A804 /* FirebaseSharedSwift */, + FFAE4258F04BE6447FD60D3D279F6ED8 /* FloatingPanel */, + CB3BC86F5FF94864AF2662DC1FBE2B14 /* GoogleAppMeasurement */, + 49D051F5AC3848DE20A933DFFABFC1E2 /* GoogleDataTransport */, + 4B80F47BE7CBEAE1462F4018A341A73F /* GoogleToolboxForMac */, + 80DB11203D1513E1D90179668188E9EB /* GoogleUtilities */, + 7AF1BA4D9C568A8524D417BC00A5D901 /* GTMSessionFetcher */, + 1A295B2E8C6552105D67FB7A163CCD0F /* HMSegmentedControl */, + 87A291CB1BFE35457F48EE8BDE6E907C /* iCarousel */, + 944C2456F162055EBBA815A80BBF0CF8 /* JTCalendar */, + 945854A789451349D5607B9856DAD860 /* KVOController */, + 964804CA43024423262529609499C344 /* libPhoneNumber-iOS */, + 09D062F85E56580B26BFF6910E3DBC76 /* MaterialActivityIndicator */, + 72096B8A2E33A3B3F6B89B9B58B3C8A7 /* nanopb */, + A777317253D5D6A892F23738411204B1 /* NVActivityIndicatorView */, + 2607B063A0E08D857458B0594C264274 /* PanModal */, + ED4CF6A4031AF105E7333BE71A73C190 /* pop */, + 5285CC48ECA5FEFAA2AEB15E24B02089 /* Popovers */, + 232CD83928834CBB9F9B1CBB9CE0B340 /* PromisesObjC */, + 3E90278D43F22A5293C6B23D5D2B2594 /* PromisesSwift */, + 8D9E150AB29D971BEB759F3A1FB909EF /* RDHCollectionViewGridLayout */, + 1A9E2077432EC512F04EC6EF04756204 /* ReachabilitySwift */, + 3A346E0795DE11059F2CDCDF169656C4 /* SDWebImage */, + B2B8413E63FF4A24DA56922CB4ED846E /* SDWebImageSVGCoder */, + 2EDD1AEF106E0B6F923ADC48A0589999 /* SDWebImageSwiftUI */, + 5E47FBAD98BAB1CE8EB544070403383E /* SimpleKeychain */, + E10FEFED68EA8945BECAE4DD96F56E23 /* SnapKit */, + 27AADA33E62FAB8B8384EF564D6B878E /* Statsig */, + D6EC63FEC1A340BE4DDD74B26A8F389F /* SVGKit */, + EC50A72A2C3F284DCCA0688E28B4D6FA /* Validator */, + 44AE3F8DF2D2E6264B802E980FE2C10F /* ZSWTappableLabel */, ); - name = Core; + name = Pods; sourceTree = ""; }; - D4DBE4446C47E8AE416141C825A07DDE /* Pods-iOS-UIAppToolkits */ = { + E10FEFED68EA8945BECAE4DD96F56E23 /* SnapKit */ = { isa = PBXGroup; children = ( - 0E20B045A5E2410D483C948B8832D4CC /* Pods-iOS-UIAppToolkits.modulemap */, - 2D89CECECFB3A257FA19325EB5C18898 /* Pods-iOS-UIAppToolkits-acknowledgements.markdown */, - BD6994EB6A2B77844A4B7F8C1ADFDF10 /* Pods-iOS-UIAppToolkits-acknowledgements.plist */, - 47AA0C1EBF78C66B08F95EFB620744F0 /* Pods-iOS-UIAppToolkits-dummy.m */, - 7A3494DF0B1335A22AA89CF67D3AB927 /* Pods-iOS-UIAppToolkits-Info.plist */, - 21DD3815D18524AF14B9938B36B60885 /* Pods-iOS-UIAppToolkits-umbrella.h */, - 532706D26D4702B6E6F1BF981020245C /* Pods-iOS-UIAppToolkits.debug.xcconfig */, - 0B777949FDD60194708A56DB3728E91D /* Pods-iOS-UIAppToolkits.release.xcconfig */, + E3862FBF36616CB8CF53AF46D979DA0B /* Constraint.swift */, + D946C81C3D1B881EDCB00C9130257E52 /* ConstraintAttributes.swift */, + F21F7FC37406A8986CCD77CD62573EE2 /* ConstraintConfig.swift */, + 2C727AE886CF4DC5394F8156A5C59C9C /* ConstraintConstantTarget.swift */, + 1D15B7BF767D065928ADCD53E8C61BD3 /* ConstraintDescription.swift */, + 401DE883C90FCA30BA2CD33F5CE894B3 /* ConstraintDirectionalInsets.swift */, + 4CBD57F6F4A03BB3C2EA6502CD8F2027 /* ConstraintDirectionalInsetTarget.swift */, + F2DC801D68EC52ABF89131D58350C4F9 /* ConstraintDSL.swift */, + AF43104B21E6D3FE1AADB5616D05404E /* ConstraintInsets.swift */, + 72375C549A0372117430D796D01E75B4 /* ConstraintInsetTarget.swift */, + 208D75440E0507CB5A9BD138B97CBC4F /* ConstraintItem.swift */, + 03815F50BA7DF9A408D8A7BDD2EF9A40 /* ConstraintLayoutGuide.swift */, + 1AF1DB3ACC21622F57F289C7D1F95841 /* ConstraintLayoutGuide+Extensions.swift */, + FD57DF3A29BF2D006DA6CBE929EFA666 /* ConstraintLayoutGuideDSL.swift */, + 117758AEB1B30C81ACABF2A1822FF7BB /* ConstraintLayoutSupport.swift */, + 9CC00F5DBF7D9365AFA4997836AEDC5A /* ConstraintLayoutSupportDSL.swift */, + E2CBB274F8CC27E93FA0698CAD80C196 /* ConstraintMaker.swift */, + 056D036F9A34CE3A69C04728D29FCE3D /* ConstraintMakerEditable.swift */, + B9F185A3156F92BD8CF11772F3B85092 /* ConstraintMakerExtendable.swift */, + A7C3947B289E4557C00E1D9F3A523A96 /* ConstraintMakerFinalizable.swift */, + AB7954A42FE11E1CB00FE29E9DE02013 /* ConstraintMakerPrioritizable.swift */, + 247AD480BB196B204CED64A774B9A182 /* ConstraintMakerRelatable.swift */, + DA4118B144F598364E493C7E7078C913 /* ConstraintMakerRelatable+Extensions.swift */, + 66AC2BBA30AF7546F2E43518CAB7A579 /* ConstraintMultiplierTarget.swift */, + CD8F5992BF588B97368C977BE7093B83 /* ConstraintOffsetTarget.swift */, + 660A6D716E60EFD8ED3EEB01A2F0C043 /* ConstraintPriority.swift */, + 3A702B4F8894D32795B28837CCC1CD5D /* ConstraintPriorityTarget.swift */, + 076413F752C0D4195D64DBFBD8BB480C /* ConstraintRelatableTarget.swift */, + F8E9CC125D82B2F4CF42F35DBFA91C6B /* ConstraintRelation.swift */, + 83010FC16DC060298DBBA622EA0AD23F /* ConstraintView.swift */, + 0B4CF15E3EED41687DA15B8A7DB0FD38 /* ConstraintView+Extensions.swift */, + DCF4EB917D3D9938F964CEAA3DA92F7C /* ConstraintViewDSL.swift */, + FF09559DD666B1140391C49F430F33A1 /* Debugging.swift */, + 921514B0B19CAF3A038FEC35A22E8FAB /* LayoutConstraint.swift */, + F493658629183C8BE50FE8BE3FC5E48C /* LayoutConstraintItem.swift */, + 89F191682DBF7CB4F9B62D613A2D7DA8 /* Typealiases.swift */, + 577232FB8BE7F7706D02554B5D917BF6 /* UILayoutSupport+Extensions.swift */, + 8A3DBF62988119D4F1DDDF6DEA5C696D /* Resources */, + BBB648371DD042450381CCC7AA636367 /* Support Files */, ); - name = "Pods-iOS-UIAppToolkits"; - path = "Target Support Files/Pods-iOS-UIAppToolkits"; + path = SnapKit; sourceTree = ""; }; - D5A5ACAEE00B3FC8261F3396BF5020FD /* Support Files */ = { + E113E57DC839E76BF41BCAF729103581 /* Support Files */ = { isa = PBXGroup; children = ( - 78A487B2D09BA191938813F79021BA98 /* FirebaseSharedSwift.modulemap */, - 1206E7295BB6B992179E2978E413F37A /* FirebaseSharedSwift-dummy.m */, - B96707E645BE1DB38F25499D9B99652A /* FirebaseSharedSwift-Info.plist */, - 4D5C2541AFB61220E823F62ECA848B00 /* FirebaseSharedSwift-umbrella.h */, - 5BA244FE442150B61E2FE91C2BC26E2C /* FirebaseSharedSwift.debug.xcconfig */, - 7408A1231719E3BC2CAD7F21C3659045 /* FirebaseSharedSwift.release.xcconfig */, + FC8CB6BAAC904FEFCABAE1545A3BD1AB /* pop.modulemap */, + A89AC3F83C6618B2A16C81B514E4185F /* pop-dummy.m */, + AA77615EE8327EAD1EBE2151602D8DDE /* pop-Info.plist */, + B62DFB6CF65EE7B26BDA87CC1AE1BAD6 /* pop-prefix.pch */, + 0C5C9D7FD0DA1FF130FB7B32897F9EB4 /* pop-umbrella.h */, + 9AE666D2426473BE90C64D5B6F101EBA /* pop.debug.xcconfig */, + 56DDA7507CB6EE2722C25BA834E1F938 /* pop.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseSharedSwift"; + path = "../Target Support Files/pop"; sourceTree = ""; }; - D660F43A0EEEA9A7BD358B8B1A06BAC6 /* EFQRCode */ = { + E22399BF570E685197D65A8A6D43076A /* Support Files */ = { isa = PBXGroup; children = ( - 6CA7DDF702968E17D4B91C17D022D7FB /* BinaryFloatingPoint+.swift */, - 0C825BFE1EAD848563199F8CEEF1D740 /* BinaryInteger+.swift */, - B5EB343A99E1F5A2C6F56BDD003B770E /* CGColor+.swift */, - 8980ADC2C1878A933FB4E3F58855B950 /* CGImage+.swift */, - 8406FF822113D80D95EAB31E6957FE04 /* CIColor+.swift */, - BAE144DFFCAB6F31EA89A63CB053BB6E /* CIImage+.swift */, - DD7CDB944B2D90996BC81DBDE8103019 /* EFInputCorrectionLevel.swift */, - 137E69CB1D4385FA752A3817A291CAE0 /* EFIntSize.swift */, - 708BAC2FE4E33CB41754B64F5036C1AE /* EFPointStyle.swift */, - C8483D46D32728C58E360FFB9FB338BA /* EFQRCode.h */, - 8B7EF9D08E5667E742C3E9570C3D301D /* EFQRCode.swift */, - 46A0DA7DF6AE5D1B51EA0B5B0DC0C308 /* EFQRCode+GIF.swift */, - 739AE8731C6B932240F68E79B3CB92AF /* EFQRCode+Migration-v6.swift */, - F4BF87099B053101A037FEC786C70ED2 /* EFQRCode+ObjC.swift */, - E476A636D11166CE9F3F76C806A66FCB /* EFQRCodeGenerator.swift */, - 28261FBDEC65DBB79EB736B8E4C5B66F /* EFQRCodeMode.swift */, - A8EE1145A805BE51B92E50AB9AAB405F /* EFQRCodeRecognizer.swift */, - D7704EAFC6781BDA6F8037D6230CB3B6 /* EFUIntPixel.swift */, - 369DF671DAB1EE8E1F153D44298E595E /* EFWatermarkMode.swift */, - 4F0C261A032B35E8CA24B940E79882B8 /* NSColor+.swift */, - 43203685CC2CB5AF627BBD71EC837D32 /* NSImage+.swift */, - 56E5CF1D2BE080220F76ABE85508ECAD /* UIColor+.swift */, - C1EB1B984BF2B773878AF1ECB18A0528 /* UIImage+.swift */, - 82EE89D6339D9B321E35AE6B556834A3 /* Support Files */, + 820CA189CB690106A1C3BC8FF1A999C3 /* SVGKit.modulemap */, + 01A43BF9BB2ABC68CF65CE3199DD4139 /* SVGKit-dummy.m */, + CEBD3BF50C25BC5AF203C7648EE13FD5 /* SVGKit-Info.plist */, + 43F604091F800849160A10C37FB550A7 /* SVGKit-prefix.pch */, + A64251AE5FBFC4E5709787BB01FF85A8 /* SVGKit.debug.xcconfig */, + BA33686B99B4D41C9AF56F2DBDC3323A /* SVGKit.release.xcconfig */, ); - name = EFQRCode; - path = EFQRCode; + name = "Support Files"; + path = "../Target Support Files/SVGKit"; sourceTree = ""; }; - D761079249FCC1EC26FF81899BCB42DB /* SDWebImageSVGCoder */ = { + E305F9B96B287BB5A0E51F501DD72468 /* Support Files */ = { isa = PBXGroup; children = ( - DA20BEE18513287871E2A19B8AB8A240 /* SDImageSVGCoder.h */, - 4D4821A7C26CE39F4F5EA2617E679991 /* SDImageSVGCoder.m */, - 17C2E9612BC499CD238E1F61259ED43A /* SDWebImageSVGCoder.h */, - BE1D43C51707AAFC93027DF57C790D98 /* SDWebImageSVGCoderDefine.h */, - E71DAE2847D6319FE441E424588AA752 /* SDWebImageSVGCoderDefine.m */, - 2F7E11BDFAA29DE83F6742FA48AE80B0 /* Support Files */, + 857331658361947097A291AF03189FED /* SDWebImageSVGCoder.modulemap */, + 3BFB3B3EC77DB0CA4A391463BE6D38B2 /* SDWebImageSVGCoder-dummy.m */, + 2F84E2CC394A8B78B60C84271D0B0E2B /* SDWebImageSVGCoder-Info.plist */, + 81BF90EA03B7F20596332977F8514E68 /* SDWebImageSVGCoder-prefix.pch */, + A53ACFF1326801A3838ADF7E5B61FE96 /* SDWebImageSVGCoder.debug.xcconfig */, + 6A04427E72F3D29AFADF1D78D5F94C25 /* SDWebImageSVGCoder.release.xcconfig */, ); - name = SDWebImageSVGCoder; - path = SDWebImageSVGCoder; + name = "Support Files"; + path = "../Target Support Files/SDWebImageSVGCoder"; sourceTree = ""; }; - D971051D50AE2046F849AB150FAEAC59 /* KVOController */ = { + E5706CD41476C97CE36CDEC1EBC158F3 /* Environment */ = { isa = PBXGroup; children = ( - 6E6C1B8D07558B65E3777FB29C6324BA /* FBKVOController.h */, - 17A5297C9581F0F52615935673566948 /* FBKVOController.m */, - 6D90785DE17B12DBD1F0FF6E05CBE935 /* KVOController.h */, - 9C0AF20C080833B9EDD4CB18A95D2FF9 /* NSObject+FBKVOController.h */, - 26AE6553EAF5611B82959456C91A1C5E /* NSObject+FBKVOController.m */, - 0A05CBB55B5274661F9416B99DBD547D /* Support Files */, + C6F5A306D8E437FA56F03835B602BE59 /* GULAppEnvironmentUtil.h */, + 10C9A9E12AEB67F12A5C977AFE412A01 /* GULAppEnvironmentUtil.m */, + A8BEB8A2B9EE91BE863F7BB2936B1E82 /* GULHeartbeatDateStorable.h */, + 14A95C954D52298E81440E60FE7949ED /* GULHeartbeatDateStorage.h */, + 82A1865F6AC10592B7DE5EE9CB448828 /* GULHeartbeatDateStorage.m */, + 34C6E918F788BABAEC70AE7D961ABFE3 /* GULHeartbeatDateStorageUserDefaults.h */, + CBD5863838D90ABD61E5B96F7C132F38 /* GULHeartbeatDateStorageUserDefaults.m */, + 8F0176F3D11186655907F4B0DB9E0B12 /* GULKeychainStorage.h */, + 4DDED370B56FEC896A2546B3CD5E4228 /* GULKeychainStorage.m */, + 298532E78BBFEEB4F142AC266D9CEF6A /* GULKeychainUtils.h */, + E6F093D4CD068923478623C3E85CBED0 /* GULKeychainUtils.m */, + 3A7F6CCD854CB7FD65ED92654B36B75E /* GULNetworkInfo.h */, + 1A687BEA2B52C7AE53206F94B6E59A26 /* GULNetworkInfo.m */, + CA3854A6F057FE09CA0DBD5AA693362D /* GULSecureCoding.h */, + B1761F4CD0D595312FF72CE3907272C3 /* GULSecureCoding.m */, + 9EC6705F6C6FEA739064C1493BCA0EF9 /* GULURLSessionDataResponse.h */, + 4416A3E1AE8D602DE6C8F324788DFE5E /* GULURLSessionDataResponse.m */, + A453B41CDD74AE1207A1ACCF8D59D19C /* IsAppEncrypted.h */, + 8900464B680592AAC8AA88D898F2F273 /* IsAppEncrypted.m */, + 8A48FFC8EFBE7021B913545795CA64A0 /* NSURLSession+GULPromises.h */, + 383314F5135D3A675635305F23CF467B /* NSURLSession+GULPromises.m */, ); - name = KVOController; - path = KVOController; + name = Environment; sourceTree = ""; }; - D9C4809FB2BE611F3EFB1975F1D8E177 /* Support Files */ = { + E75BFB9FE1B0A92E5A1351D2372BE23C /* Pods-iOS-dydxStateManagerTests */ = { isa = PBXGroup; children = ( - 753D4EEA3A7456920C772F674AB59FC6 /* pop.modulemap */, - 82CAE22B4A944027BA28818C7BC791D0 /* pop-dummy.m */, - 6A9E534A6D748644C09E6D2B78FE948B /* pop-Info.plist */, - A3A96E6552439BAEF98EED1101E44176 /* pop-prefix.pch */, - B0D79D5AB6EA395A2DE42548A489E99A /* pop-umbrella.h */, - A34E8BCEF1F4E3CEEDA4D179BE6845D8 /* pop.debug.xcconfig */, - 3CEA6F070D66065E2CC94C1AD7B59F11 /* pop.release.xcconfig */, + FC47F713900F499F76B8C1380F487C86 /* Pods-iOS-dydxStateManagerTests.modulemap */, + E6EBAA56BFF23644035DCD01A4338159 /* Pods-iOS-dydxStateManagerTests-acknowledgements.markdown */, + 22E2AC578150A9425D68ABCC566FC685 /* Pods-iOS-dydxStateManagerTests-acknowledgements.plist */, + CFF2F5012544F568FED50800FEE2BD58 /* Pods-iOS-dydxStateManagerTests-dummy.m */, + 7D2803675F00976DDBCB54BD7748E783 /* Pods-iOS-dydxStateManagerTests-frameworks.sh */, + 2997D2B9289ABB082DB0808DD7AEB43B /* Pods-iOS-dydxStateManagerTests-Info.plist */, + 44CB1D74A4E9D4B1388F00CC634A78E0 /* Pods-iOS-dydxStateManagerTests-umbrella.h */, + F7C240AB697046A40BC335B03D13AD26 /* Pods-iOS-dydxStateManagerTests.debug.xcconfig */, + 7B3435E206CB2F60782F8B3CDAAB4A48 /* Pods-iOS-dydxStateManagerTests.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/pop"; + name = "Pods-iOS-dydxStateManagerTests"; + path = "Target Support Files/Pods-iOS-dydxStateManagerTests"; sourceTree = ""; }; - D9EAAE01EBBD45B71972B039C7105C78 /* Support Files */ = { + E7D7F8E250A023D03D0E8122C6E6A47A /* Pods-iOS-dydxPresenters */ = { isa = PBXGroup; children = ( - ED9E617FEC1BBA2769965B87638CF306 /* SimpleKeychain.modulemap */, - 8B82EB729A3C4C3E4A550424C215032A /* SimpleKeychain-dummy.m */, - F336355A493520939942BE522549785E /* SimpleKeychain-Info.plist */, - D9BD45EF3D5B9D871A0FC7A582C35404 /* SimpleKeychain-prefix.pch */, - A64D668552C2BBCAB143219B660AF4C8 /* SimpleKeychain-umbrella.h */, - 40E63B6676D704B703A45EAEF01F58E5 /* SimpleKeychain.debug.xcconfig */, - FCEE33C1F8E5C2B734FE47D799A37192 /* SimpleKeychain.release.xcconfig */, + 505826272C9DA6EEBB26AD70D9EFDF04 /* Pods-iOS-dydxPresenters.modulemap */, + 3762F73A14868578AD2B8FA9B9680B8E /* Pods-iOS-dydxPresenters-acknowledgements.markdown */, + 49AD4F9FF01A0AC6B9DA5DCB023C9F74 /* Pods-iOS-dydxPresenters-acknowledgements.plist */, + 1D7E8CAE74956C87C8D235D202078DC2 /* Pods-iOS-dydxPresenters-dummy.m */, + 0AD22A61959786B0DD4EEE9E6F35CDC4 /* Pods-iOS-dydxPresenters-Info.plist */, + 9F219F7D22AEA4D08778D7EA64387934 /* Pods-iOS-dydxPresenters-umbrella.h */, + 882FE46ED704BB4CD7E834ECB9192AD1 /* Pods-iOS-dydxPresenters.debug.xcconfig */, + BEE8138F6EC7A99E55ADE1E074D41A6A /* Pods-iOS-dydxPresenters.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/SimpleKeychain"; + name = "Pods-iOS-dydxPresenters"; + path = "Target Support Files/Pods-iOS-dydxPresenters"; sourceTree = ""; }; - DB49B23A28B91157D197728E96B8EE65 /* Support Files */ = { + E8BFA4A8E8C182A4153336B3CBC01782 /* Pods-iOS-CameraParticles */ = { isa = PBXGroup; children = ( - 770B326B730A8C26E26AFD9F6556E9F3 /* FloatingPanel.modulemap */, - B56063515F16667D78C5C6F4D1371C91 /* FloatingPanel-dummy.m */, - 86AEA27D7F1360073470048B3179AFD2 /* FloatingPanel-Info.plist */, - 0875CFBBAD6B35D52342C9612D7A4D3D /* FloatingPanel-prefix.pch */, - 49701D92C7D2A5CC8EEFDF80D6961C28 /* FloatingPanel-umbrella.h */, - C6259AFA27B62C25A949385BB2E3D90D /* FloatingPanel.debug.xcconfig */, - 8F4E01EADFC494021CEAFDCDC954981F /* FloatingPanel.release.xcconfig */, + 3A50E390041E3EDD606A5F161D200F44 /* Pods-iOS-CameraParticles.modulemap */, + D39D75ECC8B66C056C94CCF1BA5B577A /* Pods-iOS-CameraParticles-acknowledgements.markdown */, + 2B7DD7F6BE23200835EEA7ED166DC2E0 /* Pods-iOS-CameraParticles-acknowledgements.plist */, + 6887D45BCD2DD7845E11CAFF7676C70C /* Pods-iOS-CameraParticles-dummy.m */, + 7BB5FB0871015E8C12BFB47765E7500E /* Pods-iOS-CameraParticles-Info.plist */, + 01CD5E30C112D1F2B6BFAB855FE7870B /* Pods-iOS-CameraParticles-umbrella.h */, + 537D85A2BDFE906D3AA7AF92A146909E /* Pods-iOS-CameraParticles.debug.xcconfig */, + 0F3A554A138D3A03A3EC4A8EE7DE2F46 /* Pods-iOS-CameraParticles.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/FloatingPanel"; + name = "Pods-iOS-CameraParticles"; + path = "Target Support Files/Pods-iOS-CameraParticles"; sourceTree = ""; }; - DC28B8789C8FB68A449CE556A08EC5A4 /* FirebaseSessions */ = { + E9D4A68737D51E29B28715B0D60A19D5 /* CoreOnly */ = { isa = PBXGroup; children = ( - 2E7C821957E6E5AF28875BB3DDB9890F /* ApplicationInfo.swift */, - 87EDB5C335DD6F322841D4F7AA33903F /* DevEventConsoleLogger.swift */, - DEE0992F29511AD8266A0394B29C4999 /* EventGDTLogger.swift */, - 81B2AC31466B0F39920CDC47391046BD /* FirebaseSessions.swift */, - 372F65C40B6DA0E462E49AE23DFEFED3 /* FirebaseSessionsError.swift */, - CF0FF378CCB1F56ED826E376F1092DC1 /* FIRSESNanoPBHelpers.h */, - B1DB8FA84A502B850EA2806B37C0FA4F /* FIRSESNanoPBHelpers.m */, - 2C479B76EDBD8E34F795FF28399CEAC5 /* GoogleDataTransport+GoogleDataTransportProtocol.swift */, - 475F3AAB233B7396F59FB4470CFE5076 /* Installations+InstallationsProtocol.swift */, - 48D4F7C45ABECE622F026CF0A7991F38 /* LocalOverrideSettings.swift */, - E4723551DC0C3252F915F0B85CEFF98D /* Logger.swift */, - 40A60849916BFBB75B01E6C92DBBB1E7 /* NanoPB+CustomStringConvertible.swift */, - EAE473EE16731A2108BEC1B20AE057A5 /* NetworkInfo.swift */, - 32979A33DB22A542A44BF2F728960127 /* RemoteSettings.swift */, - 2CD7967CADAD788600F3933D8B45B99D /* SDKDefaultSettings.swift */, - 61DE28ADBD589F43E64A11949407E18B /* SessionCoordinator.swift */, - 9706AEBE1FF75762BF70D0751DA58C8A /* SessionGenerator.swift */, - 0E27452EB9EEA5D9AF0F4E54D95BE75C /* SessionInitiator.swift */, - 0FA8C9E2C62CC4592622FB48534A1EF6 /* sessions.nanopb.c */, - 0300EF3DA38745738EE16EEFEA59CC3D /* sessions.nanopb.h */, - 31E6E587306D08D018E6EF4E650C4672 /* SessionsDependencies.swift */, - FBAE869CD64BBAC36117ECD12D5ECFDA /* SessionsProvider.swift */, - F8CB838B61ED4FFAB58AC9581A7846D4 /* SessionsSettings.swift */, - 5BFC97988D96F0CC3DD6C156EE9BEFCD /* SessionsSubscriber.swift */, - 052E51C7F2570FA2F5572B1FF57836D0 /* SessionStartEvent.swift */, - 1442F564CCE9EF90B63E8DDD6D2BC2D0 /* SettingsCacheClient.swift */, - D6C4BF9F1CAEBDB47123311E4A550E34 /* SettingsDownloadClient.swift */, - 3CBD2F384507D6FA3B84621BB5C2DB5B /* SettingsProtocol.swift */, - 8815200FA72EAFA0879EA24D6B383F77 /* SettingsProvider.swift */, - 64F5405A4526D2018F30B781C697F58E /* Time.swift */, - 002537F45B8E363204DB99BB02ABF0B2 /* Support Files */, + 12DE52CEA2D79C386900EAA6F9606D18 /* Firebase.h */, ); - name = FirebaseSessions; - path = FirebaseSessions; + name = CoreOnly; sourceTree = ""; }; - DCB78E06E0D446D2BBE64AC053461E92 /* Support Files */ = { + EA76F1274BB36FB46211451DB199A1AA /* Support Files */ = { isa = PBXGroup; children = ( - D0E12D7432293C99747B1BB7E02C894C /* iCarousel.modulemap */, - 61962C510B5792FF27E40267EFE3F6D3 /* iCarousel-dummy.m */, - 64F0051CD5781BC2B24283A2D2FCA2D2 /* iCarousel-Info.plist */, - 085A9CEE7233BEE7806035A32EB30653 /* iCarousel-prefix.pch */, - 820839E899F358597EC2AA2FC0045A51 /* iCarousel-umbrella.h */, - 969F952B206981C626DBB85845819B8B /* iCarousel.debug.xcconfig */, - 390E2FCC208F14DD3221B32599AEB6B6 /* iCarousel.release.xcconfig */, + F9929828BC7329F0BCB2B2E1CC08C4EA /* nanopb.modulemap */, + 5BD52CF9988716E933C7CD3F787CE112 /* nanopb-dummy.m */, + A294DB689A43EC8E9640D1325D2A656D /* nanopb-Info.plist */, + 650DE1BFEAB75455DBEF25A302391919 /* nanopb-prefix.pch */, + 07B3CFE55A278E0DEF2E01D2FD6C1E8A /* nanopb-umbrella.h */, + 5A38767D95E7D3F196FEA1CB7FCA42F3 /* nanopb.debug.xcconfig */, + 38EADC1BD7E4E5FA67A947AB6638443D /* nanopb.release.xcconfig */, + CC84446DCD823E0510A4DD0F89CA907E /* ResourceBundle-nanopb_Privacy-nanopb-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/iCarousel"; + path = "../Target Support Files/nanopb"; sourceTree = ""; }; - DD3ED78E891650CFC8A27DCBA4333957 /* SDWebImageSwiftUI */ = { + EB05A8770CFBA7F710C29E27ABD35DC3 /* Resources */ = { isa = PBXGroup; children = ( - 06218E10F21F42A06C33C8418BD6E022 /* AnimatedImage.swift */, - D61727DF927B491FD35C6DE200EA57D1 /* Image.swift */, - D9BC3A9CD8AFC2876713D803F8E63BF2 /* ImageManager.swift */, - 6CD7516618CC2A1B568AAD4F985A2DB7 /* ImagePlayer.swift */, - 8686E0C53B9F6B47F3F4E9BBE79C3D4F /* ImageViewWrapper.swift */, - 27ABF59460A91C1A38EE1409F3A578AB /* Indicator.swift */, - 1B9AAE488BBDFB4DB6FD7EDE7919C854 /* SDWebImageSwiftUI.h */, - B78F280268F58439B6CA91A690DE5F77 /* SDWebImageSwiftUI.swift */, - 3EFBF99E3D749E858676333EF21304B0 /* Transition.swift */, - 270B07C1287BAA0E51E51FB628761B3E /* WebImage.swift */, - C6F7532722E404B9B8417DBFB9B4A996 /* Resources */, - 2E24940A65B134AC03205EAF81CD3EF6 /* Support Files */, + 11DFBF93527D0FD093560795858D34A8 /* PrivacyInfo.xcprivacy */, ); - name = SDWebImageSwiftUI; - path = SDWebImageSwiftUI; + name = Resources; sourceTree = ""; }; - DD4AC82433A52EAB2FCD5EC5DC8118A0 /* Support Files */ = { + EB2FD0CAFB7D00BCADFC4C07777813F7 /* Reachability */ = { isa = PBXGroup; children = ( - 92D7AB43FCB35EBEEC6C34FA52C804B6 /* FirebaseInstallations.modulemap */, - B484F036F0CAD3BF56DE3B848AF899D9 /* FirebaseInstallations-dummy.m */, - 0F7038027FE80E4493714069DB2DC0F7 /* FirebaseInstallations-Info.plist */, - 21B582F900DFA7F9BB6413942A6378D8 /* FirebaseInstallations-umbrella.h */, - 68834799D8271232308FC6552A7CDB81 /* FirebaseInstallations.debug.xcconfig */, - 1894C8890D5464C172F1971B39EEE580 /* FirebaseInstallations.release.xcconfig */, - 0FE5ED7942FB1B18E79FE900FD322AE5 /* ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist */, + C5BD5B2CF0DF8EEC36CE051725F96068 /* GULReachabilityChecker.h */, + 013CE2F0B6D93F3984F36B98B2241636 /* GULReachabilityChecker.m */, + 1BB82719B983AB47C7BA0D108C4AE3AF /* GULReachabilityChecker+Internal.h */, + 9F13E36E902E63423CD09B3204CA666C /* GULReachabilityMessageCode.h */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseInstallations"; + name = Reachability; sourceTree = ""; }; - DED4DC3FCC90D4612B86868D6AB103B7 /* PromisesSwift */ = { + EBA978EA5B1A6B53F6C52C33E34D95B9 /* Pods-iOS-dydxViewsTests */ = { isa = PBXGroup; children = ( - B989BD79ECBBF3180235D2C35E41C08D /* Promise.swift */, - E7FC9E29CA992F74F82E3399F7BD8875 /* Promise+All.swift */, - 73FD8F2372FF6BD2EB12141F83321115 /* Promise+Always.swift */, - AF3F87B09BDAF994AD828940A10C1ADF /* Promise+Any.swift */, - 239FF678463D16FFFA0F2DAB2E2EA4C3 /* Promise+Async.swift */, - 156F0BCF222A29EA5F33EB266CF42835 /* Promise+Await.swift */, - E3B98D97B8D1F91FE6567BBBCDEB59E0 /* Promise+Catch.swift */, - CBEBE3C48DE8AB58FAB6AEE206D61CC0 /* Promise+Delay.swift */, - 9F4E7E331E3F7153A5D1D41EA8619600 /* Promise+Do.swift */, - CF62413B14A3B91A3DE0093477DEC600 /* Promise+Race.swift */, - 7F6B7B8DDEA7E93608D82DE67CDE7C62 /* Promise+Recover.swift */, - 179BE8A332B28C6FAC3240C4BC3C8F2E /* Promise+Reduce.swift */, - 3E503AE05667F6F429BFF31A9663D2AE /* Promise+Retry.swift */, - 49F3FF2F3559BA9D4C07427BAC453553 /* Promise+Testing.swift */, - BCD2561296E7934687F4D61969759044 /* Promise+Then.swift */, - 93CC32D1BFD969F1973647CD2AA10E0F /* Promise+Timeout.swift */, - BA6BCCE94E2F4EA1385A3619F1388C7C /* Promise+Validate.swift */, - 328008FB910E7C3149F6D1B3B777DC2C /* Promise+Wrap.swift */, - 24F8AD6F7299CC8513059B6B5308CBBD /* PromiseError.swift */, - C1E5F2DAC380F0C4BCEDBA4B2F1EBA82 /* Resources */, - EE9DE6058D40DBD8BBF82537D4F9BDBA /* Support Files */, + 2D709E616A7AD38838DA2ED332DC9950 /* Pods-iOS-dydxViewsTests.modulemap */, + D435CD375814293EB632927DFBD3F2E4 /* Pods-iOS-dydxViewsTests-acknowledgements.markdown */, + D7648CE9768206C6AED2BAF19169E37E /* Pods-iOS-dydxViewsTests-acknowledgements.plist */, + 35DBB1741FE31FBCD7DD23EBA1479FF3 /* Pods-iOS-dydxViewsTests-dummy.m */, + 33D5F3C072A440A7AD51D72AD5404529 /* Pods-iOS-dydxViewsTests-frameworks.sh */, + 0B75CD5005AFD2B9CE1BAACF0A4240EB /* Pods-iOS-dydxViewsTests-Info.plist */, + 5D606613296A25B3DB89BFDB4DF4DF67 /* Pods-iOS-dydxViewsTests-umbrella.h */, + 82FA646F4FADB027BFEF0779063914F0 /* Pods-iOS-dydxViewsTests.debug.xcconfig */, + 3C26E7BCF5956F5ABBDB4C772215305A /* Pods-iOS-dydxViewsTests.release.xcconfig */, ); - name = PromisesSwift; - path = PromisesSwift; + name = "Pods-iOS-dydxViewsTests"; + path = "Target Support Files/Pods-iOS-dydxViewsTests"; sourceTree = ""; }; - E062733C6C74F746CE04433029EAA874 /* Support Files */ = { + EC22617D75FCFE66513287D7138536B2 /* Resources */ = { isa = PBXGroup; children = ( - 6F7AE0F8BF99E3292E193FB336F0C490 /* Abacus-copy-dsyms.sh */, - 8F05F14038FDD9DB47A257FF06AE195D /* Abacus.debug.xcconfig */, - 4170BD5336E5EA635EB281E3CFCFD7E2 /* Abacus.release.xcconfig */, + 55CCE0155D37C174A8F1D27E98A9768B /* PrivacyInfo.xcprivacy */, ); - name = "Support Files"; - path = "../Target Support Files/Abacus"; + name = Resources; sourceTree = ""; }; - E0671A77D4FE42979A37E1BAFD3F971C /* Pods-iOS-AmplitudeInjectionsTests */ = { + EC50A72A2C3F284DCCA0688E28B4D6FA /* Validator */ = { isa = PBXGroup; children = ( - 3823B0188FF62EE2F837D7F8693F1107 /* Pods-iOS-AmplitudeInjectionsTests.modulemap */, - F423E5749E0F5DDB6FAAEDA9F1C9B356 /* Pods-iOS-AmplitudeInjectionsTests-acknowledgements.markdown */, - 5165BB9AD4E5263CDBD29FE9F489A1D9 /* Pods-iOS-AmplitudeInjectionsTests-acknowledgements.plist */, - F5EA757601EAC110124792EFC57715B9 /* Pods-iOS-AmplitudeInjectionsTests-dummy.m */, - 6EF41D54DCB64834A951CAFE60F5CD0C /* Pods-iOS-AmplitudeInjectionsTests-frameworks.sh */, - EAAB424DAEA31270BBF1E3485B98781D /* Pods-iOS-AmplitudeInjectionsTests-Info.plist */, - EF79E5878513C4FF7F7EED43A546ECE6 /* Pods-iOS-AmplitudeInjectionsTests-umbrella.h */, - 32DE7B6EB9BEF57C59018357DD69196E /* Pods-iOS-AmplitudeInjectionsTests.debug.xcconfig */, - 953648D8A48FF46765B5887FCDE6C0AB /* Pods-iOS-AmplitudeInjectionsTests.release.xcconfig */, + 235A9CDE5C93A9B05302348F1C2C833C /* CaseValidationPattern.swift */, + 793BCB70C950194059A82EA6D76D890F /* ContainsNumberValidationPattern.swift */, + 88E36D5F1CF1E7D8C913AB56CD9CE252 /* EmailValidationPattern.swift */, + 53B5986F395257AE4CA1AEE9378ABF3C /* UISlider+Validator.swift */, + B8503585ACDEC1DBD56070E7DF92220C /* UITextField+Validator.swift */, + 1F4F1B1410E792C5EEEE70D2020DE7C8 /* UITextView+Validator.swift */, + CBA2B687DE1618E0588300DFE91FD585 /* Validatable.swift */, + A0F30C81157EFDDBBDA217EA09A13486 /* ValidatableInterfaceElement.swift */, + 97CAE3BB138F3DA2BF022C2176188E7B /* ValidationError.swift */, + BFC8C005479356110B614AD811D8EB81 /* ValidationPattern.swift */, + 0C0EE5E4255F4129A638C25BA43BDBD5 /* ValidationResult.swift */, + 6F802DD1D8C3230DF7706C8F8FB1E234 /* ValidationRule.swift */, + E605092CD12277850660937000B110EC /* ValidationRuleComparison.swift */, + 85CC30057BBB75E2B59AFD76184FAB19 /* ValidationRuleCondition.swift */, + 4B13949F27434553AABDBAF2CA94BCE0 /* ValidationRuleContains.swift */, + 957DCA01F9C9789E7F56778558A4220A /* ValidationRuleEquality.swift */, + 36EF3E871DF5786BF337261E7D569C3B /* ValidationRuleLength.swift */, + FA8319F6545F4157E20B0E8512366EDC /* ValidationRulePattern.swift */, + B46EE8E286EF0B5A84DB003A99619A01 /* ValidationRulePaymentCard.swift */, + 7BF2FBD4D44DCDE4DBE773A4270C5E17 /* ValidationRuleRequired.swift */, + 17FB84F196A74DBB09A29915958ED12D /* ValidationRuleSet.swift */, + 4A9709BAFB4847204D958DA8C08634CE /* ValidationRuleURL.swift */, + 832CCF9AB203FFB3E7D045F453E9EB4C /* Validator.swift */, + A9C83FA22EFCC9A9D24168DBE251BB47 /* Support Files */, ); - name = "Pods-iOS-AmplitudeInjectionsTests"; - path = "Target Support Files/Pods-iOS-AmplitudeInjectionsTests"; + path = Validator; sourceTree = ""; }; - E196F963E658463001066CDC5E9549F1 /* PromisesObjC */ = { + ED4CF6A4031AF105E7333BE71A73C190 /* pop */ = { isa = PBXGroup; children = ( - 56798E88A0FBC664E1C91F9188260888 /* FBLPromise.h */, - 8DD32D5F5A44355DFCDEAFF001B31FD5 /* FBLPromise.m */, - 85271CBBD751C5D5105A1D4BF7A83D94 /* FBLPromise+All.h */, - 9566F0EC249F0BF22384158701630BFA /* FBLPromise+All.m */, - 17798E96E30B7583AAEE59D6577FE0AD /* FBLPromise+Always.h */, - 3454F04C565469515F0D210B2A676C5C /* FBLPromise+Always.m */, - A356FD59050F1C52AABD288713FE1AAC /* FBLPromise+Any.h */, - 4AC65393B303D3CFB49B635F6ED15119 /* FBLPromise+Any.m */, - 20E7B11BE5A9FFF2075F8761A0060818 /* FBLPromise+Async.h */, - 740CF4A64D8AA4576F395456117F7CBF /* FBLPromise+Async.m */, - DBF2007E348CAE022CA6A2121AD4B00F /* FBLPromise+Await.h */, - 52AFC9DCE8D2E1E0BBC2B8119F0A59F4 /* FBLPromise+Await.m */, - CBA25D390907FC9C815A35A9BA019C35 /* FBLPromise+Catch.h */, - 776514F71E5659BCCF6B44251BF99F48 /* FBLPromise+Catch.m */, - 3B2E0DEDB9FFFE650885B79EAB41DF63 /* FBLPromise+Delay.h */, - 35389BD822C15F950AE61516920A9F51 /* FBLPromise+Delay.m */, - EC8A1A09FD0A6A2E2AC76688528C43A3 /* FBLPromise+Do.h */, - 407BCAA3020BFB551D265BBBCD073E06 /* FBLPromise+Do.m */, - 3B155BF4E1301BB607EC7503B75E0E4C /* FBLPromise+Race.h */, - C7F02DC05CD65E128D88EE2CDE99549A /* FBLPromise+Race.m */, - 5D213F2AFC3BBF5859BEC2EC4E475E2F /* FBLPromise+Recover.h */, - 76739898543F7C00B94833D12A61A37B /* FBLPromise+Recover.m */, - 3D23D33D75EB090D6ED062C4BF8DA26D /* FBLPromise+Reduce.h */, - 7C969E3F9EC4311181A5CA04A52D992C /* FBLPromise+Reduce.m */, - FFF8FD411FC876BE96B76535E60C630C /* FBLPromise+Retry.h */, - FCD50739E09F07BFF7D7FBC027C39890 /* FBLPromise+Retry.m */, - 30B6D93C7B5D1DDF7E8E296ACE5713B4 /* FBLPromise+Testing.h */, - 5FE819F7EE9BFD41741EFF7DE31655B0 /* FBLPromise+Testing.m */, - 7A19FCD3D36EFFA0BF6F5B2DED67ED56 /* FBLPromise+Then.h */, - 0C2B7F3584400270A21A1C628DA46E35 /* FBLPromise+Then.m */, - 3DC518119E521E2A6436CA14A08B0BBE /* FBLPromise+Timeout.h */, - B3A7A9423E15F0AB29F2DEBC393FD757 /* FBLPromise+Timeout.m */, - 5F49B0C665DF97D2687011EEF5007C37 /* FBLPromise+Validate.h */, - F2BD41792B6C78D257F12E71E17407A5 /* FBLPromise+Validate.m */, - 18AEFD5C40601458583CC498A840A4F9 /* FBLPromise+Wrap.h */, - 1FAA7A7D512BFA74865AC09306355EC2 /* FBLPromise+Wrap.m */, - FC702EBF37864DF98352CFD78A47D04F /* FBLPromiseError.h */, - E6E7E2055626081DD4ACEDFD3A0192F8 /* FBLPromiseError.m */, - 60C2CEBF6AFAD3EED67DA446AEBEA496 /* FBLPromisePrivate.h */, - 3EEE9B977691FB589577C6081D8E5A53 /* FBLPromises.h */, - 748A5935A3C6AA2352FE06FE60D10ED2 /* Resources */, - 08E98EEB54B863BC6821E4A8E371BEA8 /* Support Files */, + A838C48735645474C10298915858A9FF /* FloatConversion.h */, + E082A103446037BF5DE4476647129102 /* POP.h */, + 7941C6CC0383BFE83473C9FC263BA617 /* POPAction.h */, + 6D3088F158EFD178AF13C5FA1DB9ED79 /* POPAnimatableProperty.h */, + D87CE295685004E681188F7D050DDB42 /* POPAnimatableProperty.mm */, + 223687A225AD88158B476434DF288317 /* POPAnimatablePropertyTypes.h */, + 660D4393D33C8B99D81C6CDE98FFDD9B /* POPAnimation.h */, + 062B6596469E7B33FEAE7CBF91455C84 /* POPAnimation.mm */, + A47B45F30821B5FFF68E0E150C8510AC /* POPAnimationEvent.h */, + 4EE3FE040B8C9FCE739D47EE400C0A81 /* POPAnimationEvent.mm */, + CE5B87F1E8C174BBAD2F86B2A56F0790 /* POPAnimationEventInternal.h */, + 18E5B1D0FEE5D8EFBC355775F9716917 /* POPAnimationExtras.h */, + 903E7183D74BFDFF57898810FE715C71 /* POPAnimationExtras.mm */, + 8E36EA38B6A356AE4577B1F24D338949 /* POPAnimationInternal.h */, + 0231D30F105DA7C8777F30E6DED687FD /* POPAnimationPrivate.h */, + B7E1F538AD3BD82F448183866E8E2FD7 /* POPAnimationRuntime.h */, + 1D0241888FFC5B88E785CB42A9B4652C /* POPAnimationRuntime.mm */, + 26CC840B418C386B1808111E332D1F8B /* POPAnimationTracer.h */, + 579F0479D7BD4BFCE16F64017E6FB6FD /* POPAnimationTracer.mm */, + 1DE1CA995A0D81091FC1B879A976C9D9 /* POPAnimationTracerInternal.h */, + 6523FE1894AE8F1E5C81E95E5C6154D4 /* POPAnimator.h */, + AA6DF047167932482E00AB50702436D4 /* POPAnimator.mm */, + 69B6C81F178D8249E145AFA22EAE5211 /* POPAnimatorPrivate.h */, + BC5D38B7469C689567C6555944EE3D08 /* POPBasicAnimation.h */, + 4E1E34A9FA7377722E5359B158CD2D0E /* POPBasicAnimation.mm */, + 4206D73A6AFFD6A32F69538275EFE9CC /* POPBasicAnimationInternal.h */, + 9B9260DFAA0B6D689B7DD9848E697D2B /* POPCGUtils.h */, + 85D939339585078DB3C913736BF966CB /* POPCGUtils.mm */, + E2CF1CD460D9BD78D6DCBE9D984B88BB /* POPCustomAnimation.h */, + 0F147D8782057D83EB45B0EC49E00922 /* POPCustomAnimation.mm */, + 13999FE4AC223F847FBB071BFD931C5F /* POPDecayAnimation.h */, + 1ABBF81ADD66466044A5B7229E98130D /* POPDecayAnimation.mm */, + C0C0FBAD9BEF313B810E5FE4D08EA594 /* POPDecayAnimationInternal.h */, + A1BFA2E382465B62CE68782B22AE3660 /* POPDefines.h */, + A98D5A8E0102D7F4A75C7658A7C8D526 /* POPGeometry.h */, + 7157F5C19E1321A7C7A99CB455A1F282 /* POPGeometry.mm */, + 477E54E51285F3E75C7FA5C5031BECBE /* POPLayerExtras.h */, + C6E6D17BA34B2C8DE988DDDA73A5B77E /* POPLayerExtras.mm */, + 5BF6376A83F6312553F442E3DC48D2CB /* POPMath.h */, + D25B72DCE86B70BCB56A95DEAA387465 /* POPMath.mm */, + D4AE882B95F9EEEE472D7BC599286D70 /* POPPropertyAnimation.h */, + EACB58C70640CEAD15E6A7073B3CB326 /* POPPropertyAnimation.mm */, + DBA51F54E9A3D6ECF908805F7D3E2DA9 /* POPPropertyAnimationInternal.h */, + C49220B47A0BF3A95EF9DEF2EA282BAB /* POPSpringAnimation.h */, + 0353308298B289ADAE27084A253592A2 /* POPSpringAnimation.mm */, + 083F31AEDE789C18827CCA7AB11CE3BA /* POPSpringAnimationInternal.h */, + B23494457942330E067AB552CE13F32A /* POPSpringSolver.h */, + 90722E5F8C622668EDB20BFC50863403 /* POPVector.h */, + 885154789C1AF6E520C56C024B2B02B4 /* POPVector.mm */, + 4FF56812311B9E9E85FE430B36D7887E /* TransformationMatrix.cpp */, + D4AE9A6525D9DABAF0DF3279D63098E6 /* TransformationMatrix.h */, + 5FDE9C4664CED1DC38642D897691F26A /* UnitBezier.h */, + E113E57DC839E76BF41BCAF729103581 /* Support Files */, ); - name = PromisesObjC; - path = PromisesObjC; + path = pop; sourceTree = ""; }; - E29C47CCC3CFC519595936A1863CD87C /* Pods-iOS-RoutingKitTests */ = { + EE8FD8E4869DACC4AACA551B5224CA49 /* iOS */ = { isa = PBXGroup; children = ( - 1A2F24218848CC392F04EF6C65BA4925 /* Pods-iOS-RoutingKitTests.modulemap */, - 9354A3576E4219B841C42C25A43CFFB1 /* Pods-iOS-RoutingKitTests-acknowledgements.markdown */, - 9F3C057289313367980535A8BEDED286 /* Pods-iOS-RoutingKitTests-acknowledgements.plist */, - 9AD18A315E89070652363937C1E56EF7 /* Pods-iOS-RoutingKitTests-dummy.m */, - 09E87A94FBCF73E8041E4A29F0D749CB /* Pods-iOS-RoutingKitTests-frameworks.sh */, - E1A68FF380A1A759C2EB6372530594F9 /* Pods-iOS-RoutingKitTests-Info.plist */, - FD59C94EF84CACCD68F3499DAF724A27 /* Pods-iOS-RoutingKitTests-umbrella.h */, - 65C7E153276E99D3AB287F58DCD68DFF /* Pods-iOS-RoutingKitTests.debug.xcconfig */, - 8FFEEFB8CF1E8DC8BC671F34B41FC9CB /* Pods-iOS-RoutingKitTests.release.xcconfig */, + 57384BC6C280E195CDAEB67D78847774 /* Combine.framework */, + 31C4BEFC9861CE8C00724903E4B2FC59 /* CoreGraphics.framework */, + CF17439B76A7CD1C064D1E99C4583E5F /* CoreImage.framework */, + 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */, + 75441199AC440007E4E2F7EEBB6B0685 /* CoreText.framework */, + 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */, + 6160C03B916098A1265B847409E95B5B /* ImageIO.framework */, + FD1CF503D77E992C93B82CC90D688683 /* QuartzCore.framework */, + BD1CBCEB1BD9B1433A9BF6825CC57499 /* Security.framework */, + DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */, + 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */, ); - name = "Pods-iOS-RoutingKitTests"; - path = "Target Support Files/Pods-iOS-RoutingKitTests"; + name = iOS; sourceTree = ""; }; - E2B2B92076138A37C0141941E87F0C51 /* FirebaseRemoteConfig */ = { + F3CB4F136468DDA32CD4BECBE5782C28 /* Pods-iOS-RoutingKitTests */ = { isa = PBXGroup; children = ( - F15F93C6EB567EAB550FBA78239CB44D /* ABTExperimentPayload.h */, - 3DE4F051BDECDB50D8AA163917779B15 /* Codable.swift */, - 3C905CDA4B6FC5A39FE4A5F9C908D8D6 /* FIRAnalyticsInterop.h */, - 64944D14DAC200E707D9D7995BD4A353 /* FIRAnalyticsInteropListener.h */, - E05DB23F7CA7A1CA20161FD94EC9B259 /* FIRAppInternal.h */, - 3A02A2E471B7EE2057FB2DE7798B959C /* FIRComponent.h */, - C841DE40633D4B7735BB42A51E3E4617 /* FIRComponentContainer.h */, - 2CD2D547ECB97CD672CEB0B9B46BC25E /* FIRComponentType.h */, - CB5138079E1CB4CDA0A8E775A6F215DE /* FIRConfigValue.m */, - 25D553823568398F7BD8BDC12B2D4730 /* FIRDependency.h */, - 14DF7C63BCCEB712092AEE5F5DC1D899 /* FirebaseABTestingInternal.h */, - FDFC65FEF07296F4A30E889865C45F99 /* FirebaseCoreInternal.h */, - C92F7CDED10F0624DEE9AEB4D952EE68 /* FirebaseInstallationsInternal.h */, - 8C781B4C0E96D23DD932CE2D42B25B53 /* FirebaseRemoteConfig.h */, - E1BF35ACC07C4661B25D0B6716F2A0F3 /* FirebaseRemoteConfigValueDecoderHelper.swift */, - A7C0BF2A3A9B86D06A275D34E7D1C287 /* FIRHeartbeatLogger.h */, - C5091A5FA8AA54BD0C0824679F6C84A4 /* FIRInteropEventNames.h */, - A84F76BDDE91BB082D29D0264701A016 /* FIRInteropParameterNames.h */, - CAA5F54179F77AC34B83020CD235ADE2 /* FIRLibrary.h */, - CD7528A3A69EBCD1DDB64A55BB1F4795 /* FIRLogger.h */, - CB5876800430EAFA497B2333190942D1 /* FIROptionsInternal.h */, - B832E05A0F3B8DE3F2D0650416670C9D /* FIRRemoteConfig.h */, - 8544104145C8C298A6D774100B8118F8 /* FIRRemoteConfig.m */, - 8F6328F1C27DFB734930E2B475812CD9 /* FIRRemoteConfig_Private.h */, - 3115A21687C4CB41FC80DF653CDA0483 /* FIRRemoteConfigComponent.h */, - 0C7F665A9A5B6ABEAC0B4EF4A90A0ABF /* FIRRemoteConfigComponent.m */, - E00A851B6F9A60B7516A23F1F21AC4AA /* FIRRemoteConfigUpdate.m */, - B4FFA1324CAA57119F8CC02067E68C66 /* RCNConfigConstants.h */, - E4AF989A5712E818F65629B455FCEB91 /* RCNConfigContent.h */, - 906F636DBA035F934EE56575693A6375 /* RCNConfigContent.m */, - FE5E6CE17922AB01691D0B643886D57C /* RCNConfigDBManager.h */, - 47BCD79C4D7D4BEFABA568E6DC23772C /* RCNConfigDBManager.m */, - B286DD9660CDC6A10683270CE42A1862 /* RCNConfigDefines.h */, - 08225D0901423B54D25C1BD8D0B434E7 /* RCNConfigExperiment.h */, - 551D9D97B7E506D645D1D48CBA03B243 /* RCNConfigExperiment.m */, - CDE46C4A7DCC918D45DC15831B277BF7 /* RCNConfigFetch.h */, - 4B6A49010CCED3123E3A7F1E4B702EFB /* RCNConfigFetch.m */, - AE80EB549DC47D0990694D0FBF238CE3 /* RCNConfigRealtime.h */, - 1B5009FF7F4E02E70C4FD338B5657630 /* RCNConfigRealtime.m */, - 276CFD1A3DF5EA12EBCC6D0AA900F510 /* RCNConfigSettings.h */, - FA138098ABA5200EA23E9AB73E897A3A /* RCNConfigSettings.m */, - 268D501155D0E4F383E183B3604DBAF3 /* RCNConfigValue_Internal.h */, - 2F5F568E629CC3ED59AB7F457597D538 /* RCNConstants3P.m */, - DCB9C6108699963A15DFBB45C006A776 /* RCNDevice.h */, - 4D6DEBE913E4348C1111515897C6F482 /* RCNDevice.m */, - D332C429C14752008DFF800334EE4B7E /* RCNPersonalization.h */, - 0236D869C6E0EF13F9EA53C82F40EF0C /* RCNPersonalization.m */, - ACC127F69C2AC468477FE0A70B3E7DC5 /* RCNUserDefaultsManager.h */, - 4DC0C6A4E0E24795FB55E469FABD374B /* RCNUserDefaultsManager.m */, - B1E109F9D13B4552578FD090B8EB4B1E /* RemoteConfigProperty.swift */, - 1846F6FB7F1BDFA432C06A795694D5C5 /* RemoteConfigValueObservable.swift */, - 39A12103DCAAF409BA4545CE1990B733 /* SPMSwiftHeaderWorkaround.swift */, - AE83C3097B2EA13F94E1DB0CD34515B4 /* Value.swift */, - 0B18BD78733843A0B7FDADFAF6A5CDF9 /* Resources */, - C764F1FE691A40ABB138632A206BB41C /* Support Files */, + DB1167C26FE84045B0D9D1041741A5F0 /* Pods-iOS-RoutingKitTests.modulemap */, + D36388BCA6ECA7459AD2F560AA1B2958 /* Pods-iOS-RoutingKitTests-acknowledgements.markdown */, + 5710A70C34125EC9A523604F868B092A /* Pods-iOS-RoutingKitTests-acknowledgements.plist */, + 83B6AB2ACD0B030A8CF40F5A45143F38 /* Pods-iOS-RoutingKitTests-dummy.m */, + 223866BD3E83A46F752BF10281DC129D /* Pods-iOS-RoutingKitTests-frameworks.sh */, + 1E12A5E592A7769F28D98B956467712A /* Pods-iOS-RoutingKitTests-Info.plist */, + 66D1BB2D51D7134D28B955AC584EC19C /* Pods-iOS-RoutingKitTests-umbrella.h */, + 8D49274F7D676C5385512622997C627D /* Pods-iOS-RoutingKitTests.debug.xcconfig */, + C240F794C07CC013471F3E52C8D819D4 /* Pods-iOS-RoutingKitTests.release.xcconfig */, ); - name = FirebaseRemoteConfig; - path = FirebaseRemoteConfig; + name = "Pods-iOS-RoutingKitTests"; + path = "Target Support Files/Pods-iOS-RoutingKitTests"; sourceTree = ""; }; - E3E97EF8524E8235FB5F95E69D16BC25 /* NSFileHandle+UniqueName */ = { + F55B0CF5C0156A796125F8919BF0F56C /* Pods-iOS-FirebaseStaticInjectionsTests */ = { isa = PBXGroup; children = ( - 03C2F7506832BA2717307C5D8F8F9BBB /* GTMNSFileHandle+UniqueName.h */, - F31FBE03B359E2026B89C2346796B00C /* GTMNSFileHandle+UniqueName.m */, + 511C338E48D05D39B5F247F4144AC534 /* Pods-iOS-FirebaseStaticInjectionsTests.modulemap */, + E2D78338C19ADC1AA188052AE0382BC5 /* Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.markdown */, + C56FE96415282273848B14AF31F9605E /* Pods-iOS-FirebaseStaticInjectionsTests-acknowledgements.plist */, + 27CF97E38D5F61092395DAC608C2F3B4 /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m */, + 758F59E37FDFB9697B5BF7BDA9451983 /* Pods-iOS-FirebaseStaticInjectionsTests-frameworks.sh */, + B32EE42CA47022134CF7FF8D8FA458A3 /* Pods-iOS-FirebaseStaticInjectionsTests-Info.plist */, + 344E3ADBDE3A76A8A10B5A758B17CFB1 /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h */, + 7875A8C5A9F1F8CB1E9FB80A18ED127B /* Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig */, + 286ED6DAF3E56042DDC51899FBC76525 /* Pods-iOS-FirebaseStaticInjectionsTests.release.xcconfig */, ); - name = "NSFileHandle+UniqueName"; + name = "Pods-iOS-FirebaseStaticInjectionsTests"; + path = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests"; sourceTree = ""; }; - E401A6C11388721E13AA4FD8F7736BAF /* Pods-iOS-AmplitudeInjections */ = { + F7EDD498C0AD0CC9A7DAB3DFE559C963 /* Support Files */ = { isa = PBXGroup; children = ( - A62AC65C775AAB9635F0FDC720D1C465 /* Pods-iOS-AmplitudeInjections.modulemap */, - 899077A2C321D7415796A66A9F5CD3E2 /* Pods-iOS-AmplitudeInjections-acknowledgements.markdown */, - 2474B73834ED971557A93F0F64589A8A /* Pods-iOS-AmplitudeInjections-acknowledgements.plist */, - 505FE31318C13ACADF788364AEA94253 /* Pods-iOS-AmplitudeInjections-dummy.m */, - D52A2B43607DE03359739512C3334BF6 /* Pods-iOS-AmplitudeInjections-Info.plist */, - EDB36785A20F494FBD24758BDD2BBA40 /* Pods-iOS-AmplitudeInjections-umbrella.h */, - 0C5D0D5A0E489508D43F5E50C1CCFF4E /* Pods-iOS-AmplitudeInjections.debug.xcconfig */, - 83303B3F9A580AB893BC3F3362F5D91D /* Pods-iOS-AmplitudeInjections.release.xcconfig */, + 9DACAFD60D37F241EB68E2B9DA9ECB20 /* FirebaseRemoteConfigInterop.modulemap */, + 85738410D46175C5B917E794E9B393EB /* FirebaseRemoteConfigInterop-dummy.m */, + A2C10FF93893B93F773F8D1ED99E6E73 /* FirebaseRemoteConfigInterop-Info.plist */, + AB4DA95456C1729F639B8B2B34FE7593 /* FirebaseRemoteConfigInterop-umbrella.h */, + D2973D4FF3B43164673B112C245755F2 /* FirebaseRemoteConfigInterop.debug.xcconfig */, + F17ADB902DA9F273B7E9788CA0C51983 /* FirebaseRemoteConfigInterop.release.xcconfig */, ); - name = "Pods-iOS-AmplitudeInjections"; - path = "Target Support Files/Pods-iOS-AmplitudeInjections"; + name = "Support Files"; + path = "../Target Support Files/FirebaseRemoteConfigInterop"; sourceTree = ""; }; - E561DBEC355425FA8F47E94C1449D79F /* FirebaseRemoteConfigInterop */ = { + F830DE24A8FD1E8F33423F7DB3AC71F5 /* StatsigInternalObjC */ = { isa = PBXGroup; children = ( - 38091D80CBCF7E19A94D207ABD824838 /* RemoteConfigConstants.swift */, - C8C94A7EB38ECE69AD06BD43007C1B04 /* RemoteConfigInterop.swift */, - 79F31FD67F0296EA7A837488FD0BD382 /* RolloutAssignment.swift */, - 8650F7C7914C71E46D517CBF18659D0E /* RolloutsStateSubscriber.swift */, - B603ECC1AA9D6CC5632827B1DA4D4E28 /* Support Files */, + 5A96759BF50463D01FB942D851830944 /* ErrorBoundary.h */, + 06DB77B0FEE07289FD17D1CF988CE7BD /* ErrorBoundary.m */, ); - name = FirebaseRemoteConfigInterop; - path = FirebaseRemoteConfigInterop; + name = StatsigInternalObjC; sourceTree = ""; }; - E5711F64889CED30C10DFF0A9EB157C5 /* FirebaseCore */ = { + F89BCE89801CFB5CEAFBDBEC20F348E3 /* ISASwizzler */ = { isa = PBXGroup; children = ( - C6C75E1E6BEBF7516580CB3A24896237 /* FIRAnalyticsConfiguration.h */, - 3BA19C60424033FB9A481561B04014EB /* FIRAnalyticsConfiguration.m */, - A2F7A645B3C91267FE31F8BE081E36AC /* FIRApp.h */, - 8094DF1E620915CDFD880F6D670D9858 /* FIRApp.m */, - 755BBE10A923AF5E44778A8350FFC663 /* FIRAppInternal.h */, - 6CC8406037EAD56F65DF31974D690CF6 /* FIRBundleUtil.h */, - 375524493B17CDF82BD7D1DD92B4C0C8 /* FIRBundleUtil.m */, - 1472B1155573C8FA5B95106D6E13C8C9 /* FIRComponent.h */, - 019AAB5606D6D3B801853691FCFA7B83 /* FIRComponent.m */, - 1897C91A2DDD83DAD7D28E1FB8BA700E /* FIRComponentContainer.h */, - 9693B1A8946D38CDD1097404DB847BBB /* FIRComponentContainer.m */, - 2771DE2693DCB145194298D0048D25AB /* FIRComponentContainerInternal.h */, - 5AB4B16065FD6DEF5CFE0DBD02D6A40E /* FIRComponentType.h */, - F416162444A7FF97B8D49E4F4285E6C6 /* FIRComponentType.m */, - 4A4CDF27E84DBD6FBA6E8D7AFFC03560 /* FIRConfiguration.h */, - C72BDDAF4E7B111A7713A9BFB6711B0B /* FIRConfiguration.m */, - 924EB3544D212CDC8E223B3609F20790 /* FIRConfigurationInternal.h */, - 10EC0D36FC2908FFFA6CE256DFE8161C /* FIRDependency.h */, - E291D0CD2BD4827F6BAECD83856D0695 /* FIRDependency.m */, - 82259E747D589314F7DA0CCBB9DC5FC6 /* FirebaseCore.h */, - C2374F404714FABEC6B7EC2DB7A8ED12 /* FirebaseCoreInternal.h */, - 821FBD963C598C0F83A214B684118FAA /* FIRFirebaseUserAgent.h */, - BA29A7823335368F641C06E85BCA6776 /* FIRFirebaseUserAgent.m */, - C02434140AE5153D5F231CBC70F997BC /* FIRHeartbeatLogger.h */, - 5579547F5E86F1B632014492727CEC9C /* FIRHeartbeatLogger.m */, - DF7A824B56B96F2D26DF21F978F83CFC /* FIRLibrary.h */, - 6D8D178C3FECC0F62A1158DD7BAB65CA /* FIRLogger.h */, - AF37845E97020426F78F96382A70F4FC /* FIRLogger.m */, - 84B5DB4658B396B5341234DF3C69025F /* FIRLoggerLevel.h */, - CD118E2C94B3E0E721EC4DEE1E041747 /* FIROptions.h */, - 936AE17BDDDBAE7850F9FA5EAFB81323 /* FIROptions.m */, - 358C98958B9BDB88CF2893C6B95BBCC3 /* FIROptionsInternal.h */, - 76057FE48F976928C0D5B4FCEEAE0C57 /* FIRVersion.h */, - B1B40BCCE2AED2B9EB7C9156BA640F88 /* FIRVersion.m */, - 687A6572EA6E5755E4D15E13F518370D /* Resources */, - FAD6E75D7ABF380A1EF57F45B0BA1F6D /* Support Files */, + 9E93D31F03B0A04F3363FD07FC2633CC /* GULObjectSwizzler.h */, + 06BF99A9584E5E0718F9EF775D5C2350 /* GULObjectSwizzler.m */, + 2A478F9FAA66D6BF47BBBA5EF58E0727 /* GULObjectSwizzler+Internal.h */, + 8FCE9810CB76B0E8818AC90755A84F03 /* GULSwizzledObject.h */, + AE95C1F9B48FB0450A9120D5F9D23F23 /* GULSwizzledObject.m */, ); - name = FirebaseCore; - path = FirebaseCore; + name = ISASwizzler; sourceTree = ""; }; - E6173ACE265CB7B176281D133A50D528 /* Resources */ = { + F943426335DC8F968E40DE766E72771C /* Support Files */ = { isa = PBXGroup; children = ( - 86B13610EFB55FFEB8B2837D42D17043 /* PrivacyInfo.xcprivacy */, + D2730872E967B11326E35397CC1CAF7C /* ResourceBundle-Statsig-Statsig-Info.plist */, + 3BEA8066D5C9E6CDF6EED46B67073264 /* Statsig.modulemap */, + 80AEBE57CB43ED4E78B660400F238464 /* Statsig-dummy.m */, + 8A281A0248CA79907AA24A47F67F456B /* Statsig-Info.plist */, + B8500DECF7E165AF56D49A09205D39DF /* Statsig-prefix.pch */, + C29D39509C76EC6362EAB0B866B3C925 /* Statsig-umbrella.h */, + B1756326980A2AEC8CFAE8DBABA2DF1A /* Statsig.debug.xcconfig */, + A3E85A3F6E268C1D60FB0DD20B292479 /* Statsig.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/Statsig"; sourceTree = ""; }; - E72CB28B7DC85847D407DA52A9C0BC9C /* Support Files */ = { + F998CA6E20D65E8AC2BD378481546F04 /* EasyTipView */ = { isa = PBXGroup; children = ( - E0924A14AD63410445CEE05DCBF67E79 /* AppsFlyerFramework-xcframeworks.sh */, - 172AB4144326921BC0CB9652C6675DA1 /* AppsFlyerFramework.debug.xcconfig */, - F66D8341C2C0BF1731F86042488CE442 /* AppsFlyerFramework.release.xcconfig */, - D5F20A85ED50D0B5D5D5EA5705F0EE27 /* ResourceBundle-AppsFlyerLib_Privacy-AppsFlyerFramework-Info.plist */, + 8D01CFB538C56FEF3E9DE6D17F1EA852 /* EasyTipView.swift */, + 0D288087F252032AEFF9C82FADCE7ED6 /* UIKitExtensions.swift */, + 6C1BF1ADE9768CA8C9DB9E29121044CF /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/AppsFlyerFramework"; + path = EasyTipView; sourceTree = ""; }; - E82EFC1CAEE02611E99C6F9A1FE0EDC6 /* ZSWTappableLabel */ = { + F998CEBD4105A5A058709CD1281DDE58 /* Support Files */ = { isa = PBXGroup; children = ( - 77D38A97112956E6472CA40B0B6B821D /* ZSWTappableLabel.h */, - DEDD8C3409E777D2634C1C261AA3C568 /* ZSWTappableLabel.m */, - BA6E9D45D98C1BCC8C4EF7E081F65D47 /* ZSWTappableLabelAccessibilityActionLongPress.h */, - 4EA0B189F5F880E60F5B443356E4A525 /* ZSWTappableLabelAccessibilityActionLongPress.m */, - ABB84D5FFF54B662AEEB7DC677ED8091 /* ZSWTappableLabelAccessibilityElement.h */, - ACF758EB5F524135000F99BA74FD80AE /* ZSWTappableLabelAccessibilityElement.m */, - EC66AF53C6EEE482EA4F04AFC4BD7179 /* ZSWTappableLabelTappableRegionInfoImpl.h */, - B7627E596E764B6CE1483383489E6BF7 /* ZSWTappableLabelTappableRegionInfoImpl.m */, - A244B634C23B357F6B647B0DE91A9D6B /* ZSWTappableLabelTouchHandling.h */, - 22A8B33167A484A07123C44581C8F5B1 /* ZSWTappableLabelTouchHandling.m */, - 055E65DA6DFED69BA37CD00A9DAEE1FB /* Support Files */, + 462E0F4E95D84521C505B5D7E57B4054 /* Charts.modulemap */, + 2D94AC31CC1F729D5842188B594E1C2D /* Charts-dummy.m */, + C2DF6D8C6B3B6145032B1A474B1BF856 /* Charts-Info.plist */, + 2CAC8FFB0EDFFAC121C8C81F4D0EDB86 /* Charts-prefix.pch */, + 616A8AD461FDE51433320CCBB0F98C77 /* Charts-umbrella.h */, + 1AC52B3D4F6AD7C81733427EB621FAF4 /* Charts.debug.xcconfig */, + 187FFEF78D02C7D3793B34A79D7B1D7E /* Charts.release.xcconfig */, ); - name = ZSWTappableLabel; - path = ZSWTappableLabel; + name = "Support Files"; + path = "../Target Support Files/Charts"; sourceTree = ""; }; - E8ABD522449952961FC3C4E34211666A /* NSThread+Blocks */ = { + F9D4A63396A30A8116990EF711EFD21F /* Support Files */ = { isa = PBXGroup; children = ( - D114408C48A2151FEF7AC3A6AB4913EC /* GTMNSThread+Blocks.h */, - 7A43C0CBA86B0DB095F3BD022448FD1D /* GTMNSThread+Blocks.m */, + D4764288BA425191274FC7845B70C285 /* libPhoneNumber-iOS.modulemap */, + 6F2B14DBD23DB47CD40DCA372786B556 /* libPhoneNumber-iOS-dummy.m */, + 1A8C01EE4A3CEF7A120EF5633719A2B7 /* libPhoneNumber-iOS-Info.plist */, + F62C4D1ED27D3D577F45ECA1398C66AB /* libPhoneNumber-iOS-prefix.pch */, + 927E63FB73C3B4C2CC81EB62EB99DA48 /* libPhoneNumber-iOS-umbrella.h */, + 4E1A3F03A07BFD07D5B3CFCF9DD27E39 /* libPhoneNumber-iOS.debug.xcconfig */, + 9093D67BD9CB43682131E44D64A4AFC8 /* libPhoneNumber-iOS.release.xcconfig */, ); - name = "NSThread+Blocks"; + name = "Support Files"; + path = "../Target Support Files/libPhoneNumber-iOS"; sourceTree = ""; }; - EA03A35596CD8FB33A89694B8892AA51 /* Resources */ = { + FA108868FC5C4D962AAFDD74802DF6B6 /* FirebaseCore */ = { isa = PBXGroup; children = ( - C3B76CE168BDEA99C6BD71A8E5659EBD /* PrivacyInfo.xcprivacy */, + 20630EF48A675270AB67B171723DD900 /* FIRAnalyticsConfiguration.h */, + 28AC2A5FC0F516CA701CF859F33116F2 /* FIRAnalyticsConfiguration.m */, + 3F9D8B03B74C90539918583CA274B3F9 /* FIRApp.h */, + 392ACD2364D14671FFF975B5AD5CFD32 /* FIRApp.m */, + 8748D6252E692282582FA08CD36C7E8D /* FIRAppInternal.h */, + 72321828F474D3503C57B44BB9278E0D /* FIRBundleUtil.h */, + F3CC812EC777E24CDB1A97B204DAACB3 /* FIRBundleUtil.m */, + E8B11CCA755575216085E3121AC91E54 /* FIRComponent.h */, + DF8F7A65784A80BF98F35F113853DDBA /* FIRComponent.m */, + 37B0A28771BDD2373009819A88350F3C /* FIRComponentContainer.h */, + 9B5816ACBB58C025FE49D548D01A6570 /* FIRComponentContainer.m */, + F3D3623B717BCA52F498DE295276DE86 /* FIRComponentContainerInternal.h */, + 71DA25EB4BF78DB9FB6B7842169773BB /* FIRComponentType.h */, + 0DC02D3F8CA4753A6C0F4BB731C1536E /* FIRComponentType.m */, + 8C04FB39BB1A85A1094637AA53E36449 /* FIRConfiguration.h */, + 7BBDA05AD1287F155358775C798B542C /* FIRConfiguration.m */, + DFBD519D25CAD70260CEC61C5F3E7E4B /* FIRConfigurationInternal.h */, + 4902CA43E35BD1FC90993E842947E864 /* FIRDependency.h */, + 1CA168135570D072218F81CC4FFD941E /* FIRDependency.m */, + 97DE1C098135DE12271790ADD892D201 /* FirebaseCore.h */, + 94D792A092935DA1143F8EE71506A081 /* FirebaseCoreInternal.h */, + 496C3BC29E240263AD1C9456696D550B /* FIRFirebaseUserAgent.h */, + 2BC7B03FC6D2782AA467C19225BCDD7B /* FIRFirebaseUserAgent.m */, + 1A77E35CD6CB4AC27B9D55D5522145B3 /* FIRHeartbeatLogger.h */, + 2ED1EEBBA12C1117F9B58535FDEA6360 /* FIRHeartbeatLogger.m */, + 1C4733B2D98D1714D24EBF402A2CCF26 /* FIRLibrary.h */, + 1742073444011475A727751E5B07E068 /* FIRLogger.h */, + A6C941F27A3C2E42696239582A8CF6BE /* FIRLogger.m */, + 6631FEF81D1FDB3F24DF17DC76DB3BE8 /* FIRLoggerLevel.h */, + 4B5E6F71D16BA904E07300682D2E71AF /* FIROptions.h */, + 43F86B5F11C9C032ABAA9A2B3A718FD6 /* FIROptions.m */, + 1CB57442F2ECF6E219D940202E1B9862 /* FIROptionsInternal.h */, + 5FA99B827DFA3D052CA27344E193E4C6 /* FIRVersion.h */, + 796EDF3353EAF8D5F0D0746A988C2F59 /* FIRVersion.m */, + 5466F74ADBE8A7A5C9D23A7C24F54D0E /* Resources */, + 4F1F58876547BA89B6A3763D5276F45A /* Support Files */, ); - name = Resources; + path = FirebaseCore; sourceTree = ""; }; - EA3F874353CF1F473657EF89F3073169 /* Resources */ = { + FBDB31587E67166A4F21B1222B80F26A /* Pods-iOS-CameraParticlesTests */ = { isa = PBXGroup; children = ( - 70C8D50F0221FCC26F0674E2E86254FC /* PrivacyInfo.xcprivacy */, + 6B3447D2FBD035FF24946489D7856D85 /* Pods-iOS-CameraParticlesTests.modulemap */, + FB201CA8456271AD7C39F6CB222E5E4D /* Pods-iOS-CameraParticlesTests-acknowledgements.markdown */, + F27FEE0A82FFCE50731FFBF9BB6D5D6C /* Pods-iOS-CameraParticlesTests-acknowledgements.plist */, + 49674458C532D98B299DC3767B91CED2 /* Pods-iOS-CameraParticlesTests-dummy.m */, + 8542B1E80AFEFB2AB8D5738E8DC46D09 /* Pods-iOS-CameraParticlesTests-frameworks.sh */, + 800B959D85D6476E91F422C4D24E6780 /* Pods-iOS-CameraParticlesTests-Info.plist */, + 879F2EDB448C866D8B18402E16710A5F /* Pods-iOS-CameraParticlesTests-umbrella.h */, + A09C43F55B0966677531E2A9506168BE /* Pods-iOS-CameraParticlesTests.debug.xcconfig */, + B169D5AD9AE816666283A557704C3243 /* Pods-iOS-CameraParticlesTests.release.xcconfig */, ); - name = Resources; + name = "Pods-iOS-CameraParticlesTests"; + path = "Target Support Files/Pods-iOS-CameraParticlesTests"; sourceTree = ""; }; - EB504D1CC9F30F906BB62AEACAD79545 /* ISASwizzler */ = { + FCB976B3C8A93B1E07626AF61525234E /* Support Files */ = { isa = PBXGroup; children = ( - 988BCF814C1E6AFAEA7B5230F9528568 /* GULObjectSwizzler.h */, - 7280A8CA06E9AF7BA493399369FD4A4D /* GULObjectSwizzler.m */, - 69C134F0BAA6BD926F77E776924EA79F /* GULObjectSwizzler+Internal.h */, - 4A5766DA6E838D2CA90DDAB740ED5E25 /* GULSwizzledObject.h */, - 9B66153D14031D3EC279C36839D7C806 /* GULSwizzledObject.m */, + 2EAE094F9533F3910B5C75FA52FC86A7 /* SimpleKeychain.modulemap */, + F55E6FDD253677BDA98E03A58DEC828E /* SimpleKeychain-dummy.m */, + 16CFAE25F17B1C5D53AD938B1BF65CD4 /* SimpleKeychain-Info.plist */, + 9CE7AE4171EB29686F325CD0D852D43A /* SimpleKeychain-prefix.pch */, + 0F83A2C9BFD4480F7EA58622E96D6F64 /* SimpleKeychain-umbrella.h */, + 29A5E7A91E81E1B155231857F5320702 /* SimpleKeychain.debug.xcconfig */, + ED23D7D6BA985E3BEF8FA06F8416DBC1 /* SimpleKeychain.release.xcconfig */, ); - name = ISASwizzler; + name = "Support Files"; + path = "../Target Support Files/SimpleKeychain"; sourceTree = ""; }; - EE8FD8E4869DACC4AACA551B5224CA49 /* iOS */ = { + FCC54AE3688D4C9B140FAE25B1955366 /* Support Files */ = { isa = PBXGroup; children = ( - 57384BC6C280E195CDAEB67D78847774 /* Combine.framework */, - 31C4BEFC9861CE8C00724903E4B2FC59 /* CoreGraphics.framework */, - CF17439B76A7CD1C064D1E99C4583E5F /* CoreImage.framework */, - 1EC304A1CA23EE485CF98A357D49A798 /* CoreTelephony.framework */, - 75441199AC440007E4E2F7EEBB6B0685 /* CoreText.framework */, - 886F35DFD811DE4DB5DEE82EFD746B59 /* Foundation.framework */, - 6160C03B916098A1265B847409E95B5B /* ImageIO.framework */, - FD1CF503D77E992C93B82CC90D688683 /* QuartzCore.framework */, - BD1CBCEB1BD9B1433A9BF6825CC57499 /* Security.framework */, - DA9AFEECB146C7F65D936C341F2C11E6 /* SystemConfiguration.framework */, - 50A5E946575F361D63FC3E4D37F3F4A4 /* UIKit.framework */, + 1EFCBC26AAECFA3DFEC5A73923F64AF2 /* FirebaseCoreExtension.modulemap */, + 6010343AE1402AFEDE12DC531500F9C6 /* FirebaseCoreExtension-dummy.m */, + E9D11C0A257C6D9F6D2C783D72D3AE14 /* FirebaseCoreExtension-Info.plist */, + EDA7958128C1D594B2D54C7F4F0978C1 /* FirebaseCoreExtension-prefix.pch */, + 51D9CAB4E6D62D98B9D373E15CD13D9E /* FirebaseCoreExtension-umbrella.h */, + 0C26E401F3BC36545993B96D17A08CA8 /* FirebaseCoreExtension.debug.xcconfig */, + 97F044CFFF90B4C7726EC25F479406DD /* FirebaseCoreExtension.release.xcconfig */, + C0785E4F01B58F04A29145378B99B8CB /* ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist */, ); - name = iOS; + name = "Support Files"; + path = "../Target Support Files/FirebaseCoreExtension"; sourceTree = ""; }; - EE9DE6058D40DBD8BBF82537D4F9BDBA /* Support Files */ = { + FE701CA0999522A99ED596A4122CF5ED /* Support Files */ = { isa = PBXGroup; children = ( - 8E38658FBE687E43D0D6D699AA421E0F /* PromisesSwift.modulemap */, - 9B1ABD1A07F1741B409DD2F22D9FB34D /* PromisesSwift-dummy.m */, - E866B839C1FB717C26E2C024138BFF4D /* PromisesSwift-Info.plist */, - 7A190E0D50B6ECBA94C8F29D0E5426BC /* PromisesSwift-prefix.pch */, - AADFE92BF7ECAC902BF3717ACE08185D /* PromisesSwift-umbrella.h */, - 381667EC6325784CDD0D309627D10BFC /* PromisesSwift.debug.xcconfig */, - C978FF760BFC6028F13A9CF59AE3ED4B /* PromisesSwift.release.xcconfig */, - C777B55519693898FA63AF65674A0987 /* ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist */, + 391DF68F4E0755609DF6B5395DF639DC /* ZSWTappableLabel.modulemap */, + 9A4B2DAEA9F20F6BB5B1187A09D53BA2 /* ZSWTappableLabel-dummy.m */, + 867BE904CC39F0EC898ACC55E41B6765 /* ZSWTappableLabel-Info.plist */, + 1655FDAB6EBAE7A29D8ECF1969D24F68 /* ZSWTappableLabel-prefix.pch */, + F9D23906888A8F51067D287E8B99D2AA /* ZSWTappableLabel-umbrella.h */, + AC428D0B790C1225578174B1FCB91AF6 /* ZSWTappableLabel.debug.xcconfig */, + 81AD04D7C957E43342AD1F479D469B33 /* ZSWTappableLabel.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/PromisesSwift"; + path = "../Target Support Files/ZSWTappableLabel"; sourceTree = ""; }; - F8B51A1337C635E882C539ADAE41595B /* Pods-iOS-CameraParticlesTests */ = { + FEA32CF05C9F53BD9CE1066029A8B3AD /* Support Files */ = { isa = PBXGroup; children = ( - DE83730FBEDB07B2C41BC0B7748E1FC8 /* Pods-iOS-CameraParticlesTests.modulemap */, - 829C1E1E8BF0561772D75DA4BFF5C55F /* Pods-iOS-CameraParticlesTests-acknowledgements.markdown */, - 829A9FD102D3AA418F33152F6F4D34CC /* Pods-iOS-CameraParticlesTests-acknowledgements.plist */, - D21198DBABB833118EADD7A7D149D877 /* Pods-iOS-CameraParticlesTests-dummy.m */, - 18FB00B64B028D5C5FA273B3FD3D480E /* Pods-iOS-CameraParticlesTests-frameworks.sh */, - A50F266ADD20195F8F8A806B2F727B33 /* Pods-iOS-CameraParticlesTests-Info.plist */, - A7158AD74A2F29A6074020A0CE579978 /* Pods-iOS-CameraParticlesTests-umbrella.h */, - C7634797B911DBF5238C26238C990C44 /* Pods-iOS-CameraParticlesTests.debug.xcconfig */, - 8BD02EB359C637F9DBA3E3EAC16788E5 /* Pods-iOS-CameraParticlesTests.release.xcconfig */, + 8FE2DA67A45F5DED0F3AC4D6D76DCD6C /* Abacus-copy-dsyms.sh */, + E0706E95E80AC928F57F6302E736504A /* Abacus.debug.xcconfig */, + FA5333384B1596EEE78FAA9BCDEFC0EC /* Abacus.release.xcconfig */, ); - name = "Pods-iOS-CameraParticlesTests"; - path = "Target Support Files/Pods-iOS-CameraParticlesTests"; + name = "Support Files"; + path = "../Target Support Files/Abacus"; sourceTree = ""; }; - FAD6E75D7ABF380A1EF57F45B0BA1F6D /* Support Files */ = { + FF70A9A61063A0D7997B7D4F0853F521 /* Pods-iOS-PlatformUI */ = { isa = PBXGroup; children = ( - 7BF50B5C62E94A26DF6EF75826A19858 /* FirebaseCore.modulemap */, - 0C7AEEDB1946B173D3DFEDA42CB8569C /* FirebaseCore-dummy.m */, - E35700305DCDF623825F14397C791F81 /* FirebaseCore-Info.plist */, - F4986545D6D2FC08EBA68C7213200094 /* FirebaseCore-umbrella.h */, - 28001D42029B86B0F368F2A1F3267434 /* FirebaseCore.debug.xcconfig */, - 5632A816BA74DC8B938809F9C431637B /* FirebaseCore.release.xcconfig */, - 3B624D7A99C92E7706BDF8804CD0C8B4 /* ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist */, + F49324F65C027A4669157E7D998BF6D3 /* Pods-iOS-PlatformUI.modulemap */, + 0AD83420067F042F79E75528B1E0C007 /* Pods-iOS-PlatformUI-acknowledgements.markdown */, + 04D63422F5FD0953105E4D84AB2CDCA6 /* Pods-iOS-PlatformUI-acknowledgements.plist */, + B6C7FBB7C8B4E98F4C00F8B82A471070 /* Pods-iOS-PlatformUI-dummy.m */, + CB658979EFC79EEBB3801DFC0BA3B4B7 /* Pods-iOS-PlatformUI-Info.plist */, + 7865A67BA2F4A9639B5C90BB0E95D7DC /* Pods-iOS-PlatformUI-umbrella.h */, + 2E82CBDE7C402C15F46EF4C5356F1EF7 /* Pods-iOS-PlatformUI.debug.xcconfig */, + 9D8EFCA5E5B5897C424DA9CF2890F36F /* Pods-iOS-PlatformUI.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCore"; + name = "Pods-iOS-PlatformUI"; + path = "Target Support Files/Pods-iOS-PlatformUI"; sourceTree = ""; }; - FE28108BF604458E3996BE36049CFA07 /* AdIdSupport */ = { + FFAE4258F04BE6447FD60D3D279F6ED8 /* FloatingPanel */ = { isa = PBXGroup; children = ( - 941FA86AF2FF0D5C36BD973E487E984D /* Frameworks */, + F123FF1294A12777D38C1B05FB4F5F81 /* BackdropView.swift */, + CFE3A6B390486EED3E75D66857B24632 /* Behavior.swift */, + BC8FC87CC5EC8653A5AEB68FB61C4846 /* Controller.swift */, + 225D7B3F4F5663E99B2670C224E2F794 /* Core.swift */, + AAE7D3B2495DACCA9DAAE306903F6EEE /* Extensions.swift */, + 0A42F18281E7CD6EF5D4ECD93E73DB86 /* GrabberView.swift */, + 8B5CA74D9A1EC296FE9EC2055B3B9664 /* Layout.swift */, + 913DD0F14B0EACF6409E2B01E598DB58 /* LayoutAnchoring.swift */, + 2B7A894E7CDC0979BBCCB09237AC6466 /* LayoutProperties.swift */, + DA15E148D70E46C49412836E430F6070 /* Logging.swift */, + 1B16279182E359956A39AEEFD8621AC3 /* PassthroughView.swift */, + 26E7CA705917B1685019A6C5A6AE0028 /* Position.swift */, + 4F4C2AAD598AF2345DAFF5D9AAB44D4D /* State.swift */, + 0D28D6448790D0E583B7CE456D297BF3 /* SurfaceView.swift */, + 7A5948C1E44CC833F310950709F7CCD2 /* Transitioning.swift */, + 4897C42E2247730BF99AB5EFA297D172 /* Support Files */, ); - name = AdIdSupport; + path = FloatingPanel; sourceTree = ""; }; /* End PBXGroup section */ @@ -18649,6 +18934,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 04DA8A56D70179B8976705DF041A10F3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 317C70F97D76E747903DD5478501C717 /* Pods-iOS-dydxV4Tests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 04F672D25C4A6B11380226AD145D299D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -18662,6 +18955,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 057A2441331AEEFDEDB61A43D95E4014 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C817B24FC8B456B37E2B6451F17C7545 /* FIRAppInternal.h in Headers */, + 750F4FAF67E2FAC0EC602E071FD26166 /* FIRComponent.h in Headers */, + 0041E63B8D66DB904042FD233ADF5A98 /* FIRComponentContainer.h in Headers */, + AC08023F49421E69BBB6EA965114F008 /* FIRComponentType.h in Headers */, + 709E919C38B5062A5125DCDFDA399CF6 /* FIRDependency.h in Headers */, + A13586667B813E36836C46ED97F1B121 /* FirebaseCoreExtension-umbrella.h in Headers */, + 5E3A7003D343918126B7BDFACF32211D /* FirebaseCoreInternal.h in Headers */, + F1209C4B899F0E8BCB1750751F9A96FD /* FIRHeartbeatLogger.h in Headers */, + 7D39076F8F69928EFDFE2DF8E36F2174 /* FIRLibrary.h in Headers */, + DB983757FF160861751F6308E53A81CE /* FIRLogger.h in Headers */, + 231A9DCE7923DBB42A621DD8EB1762B8 /* FIROptionsInternal.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 07F5A627E227F3407FD9BE37A0F130AA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -18670,6 +18981,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 08CA79D34574F62CFE188E4598150457 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 4B0F30329A6B729862C3C98EB8ECFE81 /* Pods-iOS-FirebaseStaticInjections-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 0DA00818ABE5D16DE1B6AC943E323FA9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -18729,6 +19048,74 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 0FD72533034CE0E9EB6F6A28793FF9CC /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9AAB1ABD70D39F0A2B640C0DA363CEE8 /* cct.nanopb.h in Headers */, + 41FCC566DD83D404972AB204128E27FF /* client_metrics.nanopb.h in Headers */, + 0EA62F65564AB33B545DAD3D63B0A8DD /* compliance.nanopb.h in Headers */, + 6AB19230473C3D4B530D14FBD6CBF440 /* external_prequest_context.nanopb.h in Headers */, + 62F16CF3D9425E49ECAB8634B4E19D2A /* external_privacy_context.nanopb.h in Headers */, + BE9A54DA3CC9D0E0C19CED9E336EAF55 /* GDTCCTCompressionHelper.h in Headers */, + 1122302F77B6853AF2AD66424E5F36F8 /* GDTCCTNanopbHelpers.h in Headers */, + 7BCA897EE06435FDD659E9D31D896FE4 /* GDTCCTUploader.h in Headers */, + 2BF1BCB279B0EE767D801BBAEF61ECE0 /* GDTCCTUploadOperation.h in Headers */, + 1BFFD71A5E878A257DF0159A3E3D0887 /* GDTCORAssert.h in Headers */, + 13B32F5A194B4D948AD0F09312107DE7 /* GDTCORClock.h in Headers */, + 814D3364F0AAEA9895EC8E5C51B9E084 /* GDTCORConsoleLogger.h in Headers */, + 351822FFCBD5049E06FC1F0D4CCB506C /* GDTCORDirectorySizeTracker.h in Headers */, + 3C40352021D33774EB2130DA8B0DC96C /* GDTCOREndpoints.h in Headers */, + 8EC9575DEAE44F598D6B41FBC018D8CB /* GDTCOREndpoints_Private.h in Headers */, + EA398793A4937F9D2D40C72A0F0F0B31 /* GDTCOREvent.h in Headers */, + D91030DBBBAA31F6FEF46AFBDF0CB426 /* GDTCOREvent+GDTCCTSupport.h in Headers */, + 0183BD24280A8FBF3AC0BA096EDE6102 /* GDTCOREvent+GDTMetricsSupport.h in Headers */, + BEA695544CD1D18EEA089EAD5062486F /* GDTCOREvent_Private.h in Headers */, + 77E69B1526D56564DB12CA0CFA407238 /* GDTCOREventDataObject.h in Headers */, + 84BC4428C6997F49F60F13E03E23C6F8 /* GDTCOREventDropReason.h in Headers */, + 2AE3FEA1B8165AC78AFD0F0B848D3189 /* GDTCOREventTransformer.h in Headers */, + 11733B86FA6B38C72A209E6CA167935C /* GDTCORFlatFileStorage.h in Headers */, + 75183B2EE8E0CDA6D67572E8AF84ED10 /* GDTCORFlatFileStorage+Promises.h in Headers */, + A86C3B3AE3526889CC73751AEEAFBAC8 /* GDTCORLifecycle.h in Headers */, + 0BA47849E81BDF026677CAFA2977ED5E /* GDTCORLogSourceMetrics.h in Headers */, + 697F6BB8D3C72C9F60C6DFA1F1BE8B2F /* GDTCORMetrics.h in Headers */, + B7A16DD630B0E649ECAC9EA94A60C9ED /* GDTCORMetrics+GDTCCTSupport.h in Headers */, + 9BF886FAA390D5FBFE81E4EE09C2674B /* GDTCORMetricsController.h in Headers */, + 04255801B757C281790D38E6306D4E6C /* GDTCORMetricsControllerProtocol.h in Headers */, + 9591043EC5567ED9F9E6000BD8707FBB /* GDTCORMetricsMetadata.h in Headers */, + DD15340C14F745308DA28FCFF359308E /* GDTCORPlatform.h in Headers */, + 00D7F1B7E5FA87052F466C0EC158AEF6 /* GDTCORProductData.h in Headers */, + 32220AB393EE293687FCB5F61F4DE806 /* GDTCORReachability.h in Headers */, + 49B03765A06E360A7B6989DE99948453 /* GDTCORReachability_Private.h in Headers */, + 775C69638E72259C6525EDB51284FCA1 /* GDTCORRegistrar.h in Headers */, + 1261B4AF9DDA1D151539E313D4115D0A /* GDTCORRegistrar_Private.h in Headers */, + EE19866429EAF59F20ECBAE3F9CE0433 /* GDTCORStorageEventSelector.h in Headers */, + B093AAE12AF32E258568E83CFE24B8FE /* GDTCORStorageMetadata.h in Headers */, + 6EE0A6EF1C9245C6355EA4836140940A /* GDTCORStorageProtocol.h in Headers */, + DFFF971DB082DA113C56667B31C1F194 /* GDTCORStorageSizeBytes.h in Headers */, + 1FDCF23B6C77F95D608E1A5618E65B15 /* GDTCORTargets.h in Headers */, + 4D50F06289D97E92B1630EBF2D1C9E14 /* GDTCORTransformer.h in Headers */, + 68C2B365F5A2F79C8CB44A4E3360A814 /* GDTCORTransformer_Private.h in Headers */, + C9270D1FA7DAFF5DD907BFD199707439 /* GDTCORTransport.h in Headers */, + B5514C9330248F49697C056B0449DFEB /* GDTCORTransport_Private.h in Headers */, + C31C2C3C532FD0790A9D8C738E73574D /* GDTCORUploadBatch.h in Headers */, + 4C1D78E8BF7F93226346C215220C74AC /* GDTCORUploadCoordinator.h in Headers */, + 669C7452D8679030166864FBCBB0C1D4 /* GDTCORUploader.h in Headers */, + DF8EE8B79F1FDFE6232C36C686E1BD9E /* GoogleDataTransport.h in Headers */, + 4B1C222C5AEFD681E757DCEC3CCD113D /* GoogleDataTransport-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1023AB475B877844B5A296A46ECA85CC /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9871231B65A0070BB03358A087C27643 /* FirebaseSessions-umbrella.h in Headers */, + 21593DC246B7426CC6331D3B7478B209 /* FIRSESNanoPBHelpers.h in Headers */, + 7E38346ADDD7E4C70546CBD1FDD2538C /* sessions.nanopb.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 123CBE31E41EECFCDCE41A6A7AE9BB72 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -18756,11 +19143,43 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 15DE38C94585E8B753B6ACA223EBE16A /* Headers */ = { + 175EC41A58CE98BEF4CCE3669AD33447 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F7ED80A8AA768A6C154BD037CF751928 /* FirebaseCoreInternal-umbrella.h in Headers */, + 647ED5DE1B9DD846CF30BBF12F833EA7 /* FIRAppInternal.h in Headers */, + DA1621C6447379C40C00605347830817 /* FIRComponent.h in Headers */, + 2EF4BAB0FC970203A22A37E50DE4A164 /* FIRComponentContainer.h in Headers */, + 30FA04AAADAA15DD901E391715CE2C12 /* FIRComponentType.h in Headers */, + 606B15A3001E02C950CDDCDD87BE9B3A /* FIRCurrentDateProvider.h in Headers */, + 438E72F4C32D7AB8210153A1758B8494 /* FIRDependency.h in Headers */, + F84042AF06F541A517E8CF5C0E7B73BC /* FirebaseCoreInternal.h in Headers */, + 7BD237F5A8A36D7DD5300F92E6601C92 /* FirebaseInstallations.h in Headers */, + 432400450375F0E3075CDE4722B2C44E /* FirebaseInstallations-umbrella.h in Headers */, + 083457D9CE44DD2E7A831D74ACBB39E0 /* FirebaseInstallationsInternal.h in Headers */, + DB0102B71C5E2B8A88201B22E8066B5B /* FIRHeartbeatLogger.h in Headers */, + DCB3B000DDEB55FB64BA22D818DF7210 /* FIRInstallations.h in Headers */, + 290BE8A55BE6B241AE2E2170F18819F7 /* FIRInstallationsAPIService.h in Headers */, + 477579223D30684029E3EBB4E274157C /* FIRInstallationsAuthTokenResult.h in Headers */, + 86DDEAF1D205C1D4F6944E4C3A142B5F /* FIRInstallationsAuthTokenResultInternal.h in Headers */, + 5603BA8E7141669ABC631604732CEE91 /* FIRInstallationsBackoffController.h in Headers */, + 0E421113BB399F62232F133C55BEA343 /* FIRInstallationsErrors.h in Headers */, + A199792687B15B9FFB0D2AF1C9FBC618 /* FIRInstallationsErrorUtil.h in Headers */, + 308BFAC782CCDDC1899EE2A8E015650A /* FIRInstallationsHTTPError.h in Headers */, + A1FC8AC79A2AF80ED3782F52EF4C9806 /* FIRInstallationsIDController.h in Headers */, + 733D3E790AC1D6AE06A8BB7F05D30A0B /* FIRInstallationsIIDStore.h in Headers */, + 09A901A16191D0EB30203131E59DBEAB /* FIRInstallationsIIDTokenStore.h in Headers */, + DD52D9DA9AC3964BA084A9AD7B73B52A /* FIRInstallationsItem.h in Headers */, + 4A7773033F10861B2CD9EDDBAE0C655F /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, + 13830EAAEC21BBFD29B6826226FD983E /* FIRInstallationsLogger.h in Headers */, + FF9997966947DBCFB9687AB79C773E3E /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, + FBC05DA12BCAB8DF5741EC33E724B2EF /* FIRInstallationsStatus.h in Headers */, + C316B3EC1784568589EBB18899ED5E1C /* FIRInstallationsStore.h in Headers */, + D1A7192D41D32DBE081161FA05CB1C73 /* FIRInstallationsStoredAuthToken.h in Headers */, + 3E4D9B01FAAC02A471F3B3B362CBD9FD /* FIRInstallationsStoredItem.h in Headers */, + 5220A20499492B6EDAE6522F8C5B90F1 /* FIRLibrary.h in Headers */, + 022F9EA8D2EA906D5CDACCA20BDFFC5D /* FIRLogger.h in Headers */, + 9BD86455F075D679136B31FDCA946646 /* FIROptionsInternal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -18788,89 +19207,40 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2338C7B751502AF4EB7036BD9232B7BB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - AB6F95544066FFFC38030F811A75D870 /* FirebaseSessions-umbrella.h in Headers */, - E45D91FEDDD973653B0088BCCCB6B510 /* FIRSESNanoPBHelpers.h in Headers */, - 072762F663C94B136A5DDED30890B24B /* sessions.nanopb.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 25E8BA6CF0FC9451E6394E4B3BFDE25A /* Headers */ = { + 219C60423A6253F1761F62E960C6B043 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - C2C3EEB54023561CF148BB86B0DFF382 /* cct.nanopb.h in Headers */, - 2DF0AB3A6E3ABE0519F4F3253BC63272 /* client_metrics.nanopb.h in Headers */, - 3D034C460F32ADFDECCD2EE8BFB0E9C3 /* compliance.nanopb.h in Headers */, - AB456B6F15AE55488A189BAC63709253 /* external_prequest_context.nanopb.h in Headers */, - 1512D8B7D22E67741FE46B67B66D97B6 /* external_privacy_context.nanopb.h in Headers */, - 174A6A1C5E23579B7E40F0F2AFB0BDF7 /* GDTCCTCompressionHelper.h in Headers */, - 588DB1716D9F807D3132F2B20B71F10C /* GDTCCTNanopbHelpers.h in Headers */, - F323063A40C1FCDBBD6B2CA879AB018E /* GDTCCTUploader.h in Headers */, - 8498D4EE6148FF3ACF9BD18A53276511 /* GDTCCTUploadOperation.h in Headers */, - 2FA4B2687C7CAB1579EB8D82961914F0 /* GDTCORAssert.h in Headers */, - ACED403ACA9F970B61C33E233864E566 /* GDTCORClock.h in Headers */, - FAE09CBB8C7583DDA4241CD969F6C9E9 /* GDTCORConsoleLogger.h in Headers */, - AC0F5B611D3EDEE54825932449A124E4 /* GDTCORDirectorySizeTracker.h in Headers */, - 36E34261D07D5770B4DB5152F563D42F /* GDTCOREndpoints.h in Headers */, - E0021E95D1485A0B7B3BDEA08BD23E82 /* GDTCOREndpoints_Private.h in Headers */, - FE6FDFE250356FCDFB697F6D91876DF0 /* GDTCOREvent.h in Headers */, - 00FE13BC5016F1F6C522833CDADA0F72 /* GDTCOREvent+GDTCCTSupport.h in Headers */, - 1CDDC19268A92A9D1B4EA0DF4E0CAD28 /* GDTCOREvent+GDTMetricsSupport.h in Headers */, - 2FEF00898F234C333133B2B3AFE9A55F /* GDTCOREvent_Private.h in Headers */, - D9F400357DE4DEB466874821DA44ED49 /* GDTCOREventDataObject.h in Headers */, - 550969D18EE1ACCC750EE3DF60951BF5 /* GDTCOREventDropReason.h in Headers */, - 791318C957CE229307CCE51AF7292FFB /* GDTCOREventTransformer.h in Headers */, - B6767566631C4F5901DAAAD01E701280 /* GDTCORFlatFileStorage.h in Headers */, - 2DEA739797B2803A5BD8CD828FE8EEA3 /* GDTCORFlatFileStorage+Promises.h in Headers */, - 378862524956B4CA683AFEFE6F43BC5F /* GDTCORLifecycle.h in Headers */, - 457BC5965539993E552E33B982A69CAA /* GDTCORLogSourceMetrics.h in Headers */, - 64961096109E018C7EAB8DD46C13C91A /* GDTCORMetrics.h in Headers */, - 3F259D31D85B7151AF1B30E50A02AA65 /* GDTCORMetrics+GDTCCTSupport.h in Headers */, - AA4A62FFE67E89C28C56B217F1FC3BAD /* GDTCORMetricsController.h in Headers */, - 8515FD23835CB555A3EC15E863A9712F /* GDTCORMetricsControllerProtocol.h in Headers */, - 830697B63EDB909CC0D44E274CFC67A5 /* GDTCORMetricsMetadata.h in Headers */, - 096EF74135429A44BAFEA67343653219 /* GDTCORPlatform.h in Headers */, - 6E52B1EE460D8C21FE61B17C4BE670E2 /* GDTCORProductData.h in Headers */, - 60657059B64B028BACAF903C6419AC16 /* GDTCORReachability.h in Headers */, - E33B9AD025EDB37FF846011F6A283892 /* GDTCORReachability_Private.h in Headers */, - C3BEBA3581A05CEBFE6C991B66271A1C /* GDTCORRegistrar.h in Headers */, - 56C83C1E6526F5DB7BCA4791D0E70339 /* GDTCORRegistrar_Private.h in Headers */, - 2CDF13C51CF62DAD35CBEAAF3D44C200 /* GDTCORStorageEventSelector.h in Headers */, - 0A3E9E713A1EF463E1EF784C79BCFB31 /* GDTCORStorageMetadata.h in Headers */, - 0A6DE14BB73774F30E4F66FEC4D3E0F4 /* GDTCORStorageProtocol.h in Headers */, - 86D640C2B3CD430F95D65C733DA3DA3C /* GDTCORStorageSizeBytes.h in Headers */, - 44BD72A138FC269C6AA18F6DE9991F89 /* GDTCORTargets.h in Headers */, - E4D1D656266BD67A6D403E276F1243BF /* GDTCORTransformer.h in Headers */, - 12CAE0239073CB69F4D7DF3D854CCFB6 /* GDTCORTransformer_Private.h in Headers */, - EC4F8A095A6C809A99E64C1161E8B2AE /* GDTCORTransport.h in Headers */, - 09B9DCFEBB4914290BFF01920EB7C025 /* GDTCORTransport_Private.h in Headers */, - D27E8686A8EF4E00B67FDD3AFCCFC8F2 /* GDTCORUploadBatch.h in Headers */, - E5C4AFF55C9AE2C888EC40FAB473136F /* GDTCORUploadCoordinator.h in Headers */, - 25E278FD8E54108888C2DE2165990742 /* GDTCORUploader.h in Headers */, - 14210631CFBF46B5143F73841B330601 /* GoogleDataTransport.h in Headers */, - 6897EE50A41C1B902E13F526EA40257D /* GoogleDataTransport-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 260C6189D4DDBE4F944F3A41515CAF89 /* Headers */ = { + 3B0792A828E94898C932FFC98677E3CD /* FIRAnalyticsConfiguration.h in Headers */, + A5C85D2B4A25B4F3147FAC515C8E2AC0 /* FIRApp.h in Headers */, + 39A8F645E0ACCF8E9745DC20443D9873 /* FIRAppInternal.h in Headers */, + 327E544BEE2912F49BA5C9E69629A177 /* FIRBundleUtil.h in Headers */, + 06F3DA9CBE0A945E4E86CFB26D057C88 /* FIRComponent.h in Headers */, + CC9FCB24921DA7C42E985A70C950A275 /* FIRComponentContainer.h in Headers */, + 50275B9F8C529561879D278A1A31A0C3 /* FIRComponentContainerInternal.h in Headers */, + D61C6A7DF3BFA5EAF6127667ED43AB62 /* FIRComponentType.h in Headers */, + 0E0D1BDEB0A93BF67A2251789EA765F4 /* FIRConfiguration.h in Headers */, + 85696362380ABEB442E4D825649FEB84 /* FIRConfigurationInternal.h in Headers */, + F60DCAE082D659DF02C019B159CFA7D1 /* FIRDependency.h in Headers */, + 2BFDB5D061C685E83D205B22FB32B99B /* FirebaseCore.h in Headers */, + 6292A9D0D17DC195F7F6FE82F1F274E6 /* FirebaseCore-umbrella.h in Headers */, + 6EF6F2367D48F2D56899468745EF9969 /* FirebaseCoreInternal.h in Headers */, + 6F438CFB7A809FA84437BB971EFB3B79 /* FIRFirebaseUserAgent.h in Headers */, + 161D02554712E7613BB59CFFD89B693C /* FIRHeartbeatLogger.h in Headers */, + 86015C4BCA4E5963A21C537E9A6035E3 /* FIRLibrary.h in Headers */, + 1B2A0D7DD4DDBFE175CCCA93A8905C2A /* FIRLogger.h in Headers */, + 882136DCCC74F9FB8AAB18BC5F8007F2 /* FIRLoggerLevel.h in Headers */, + B3F25745464E192F9BB3F919BF006F33 /* FIROptions.h in Headers */, + 8E9A076544B90E3A64FB01555C5B16B1 /* FIROptionsInternal.h in Headers */, + 43AEC07429F5EF39BB92A1BA337C1147 /* FIRVersion.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 250C0E541CC2AAD2011E9084C24C129D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - DE8BB5BCD5FFE870F616EE330C63AE78 /* FIRAppInternal.h in Headers */, - 456350E2EABC3C819D696C059336C4CF /* FIRComponent.h in Headers */, - C40CB4F8769671563CB768BDC520F9F9 /* FIRComponentContainer.h in Headers */, - 025A7EF3D86A83712212BBD357FFAF29 /* FIRComponentType.h in Headers */, - 81607D112CE5B89DFB663283C1C2A3C0 /* FIRDependency.h in Headers */, - 1D093A9AF15EF1EDFDBE0496268814F1 /* FirebaseCoreExtension-umbrella.h in Headers */, - 4A4DF36B23C4217657084349E3FE3FC4 /* FirebaseCoreInternal.h in Headers */, - 17A27D6351C087134F0446EBAA116573 /* FIRHeartbeatLogger.h in Headers */, - 63FD9FD38A3E7FBC1C9D04FAC5D07E59 /* FIRLibrary.h in Headers */, - 053B121380C4B6C9DE6F78FAF7234F15 /* FIRLogger.h in Headers */, - E67E8CF29D06DD665B60D97F1A4DF1EB /* FIROptionsInternal.h in Headers */, + 37E7B2D28A80A9A36617B0E2C5AFDC50 /* Pods-iOS-dydxV4-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -18901,56 +19271,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2EF8B7CE14A3A3CF982253930BF9F11C /* Headers */ = { + 2E5E8C40459A78369F1B9CDEB3FEA3AB /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1182019F6E77B3A3ECF4EB14E8FA191F /* ErrorBoundary.h in Headers */, + D9AE9288699BFE482D78F772A7E54D60 /* Statsig-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 31CE87BF3F86F3577937AD7094CEE4A5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D4192FA3E7FA1B7FA85285324BC1A376 /* GoogleUtilities-umbrella.h in Headers */, - 703355D9C90FD938C29291FEDAF19901 /* GULAppDelegateSwizzler.h in Headers */, - 1A057FA88B5060937AE42FEC4F0C4FF5 /* GULAppDelegateSwizzler_Private.h in Headers */, - 6BD659C54797F81B24B979C5F93A604B /* GULAppEnvironmentUtil.h in Headers */, - CB5A6C8074975DFAF8688A8B70534045 /* GULApplication.h in Headers */, - E1F7D701645ED3F1B9344F136D6E9523 /* GULHeartbeatDateStorable.h in Headers */, - FACD3C57F7C80DD55BB6B3FBECC92CE7 /* GULHeartbeatDateStorage.h in Headers */, - 4203F497D6077F7C34799A4AD38417BC /* GULHeartbeatDateStorageUserDefaults.h in Headers */, - F27B2DF4C5362B4F596563120431E445 /* GULKeychainStorage.h in Headers */, - 206685838838EC67A36D69BD67D23FF8 /* GULKeychainUtils.h in Headers */, - 9EEF090331DF3E2CC078C8C330D5EBF6 /* GULLogger.h in Headers */, - 0A0F0C654CE4D600E02355A0C99DEACE /* GULLoggerCodes.h in Headers */, - B7D60E6C5B6B51362CBFA653FB6049BC /* GULLoggerLevel.h in Headers */, - F1DCE7FA9E0050151820B1C6B96F6819 /* GULMutableDictionary.h in Headers */, - FC91101AFC39ECD07A88E01D69F0897B /* GULNetwork.h in Headers */, - 98DDCFC6B665C0214D8B47F287074354 /* GULNetworkConstants.h in Headers */, - 56A59C255419DC0B686BB985014CB39B /* GULNetworkInfo.h in Headers */, - 679FBB86A66C39C79B80DE467C1DC419 /* GULNetworkInternal.h in Headers */, - 84F735E6E398C261A4FF27527C5A490E /* GULNetworkLoggerProtocol.h in Headers */, - B467CF3AC7505F2E887CAF141A30146A /* GULNetworkMessageCode.h in Headers */, - E8F028F1A017ACDE0BF2E1EF2A16CF4D /* GULNetworkURLSession.h in Headers */, - E408A7F862B6B559CF637BC6E94EF2EF /* GULNSData+zlib.h in Headers */, - 6A66D329EC3CEEB83514F30BE1AD5BEA /* GULObjectSwizzler.h in Headers */, - F47A291CFAE265DF212EE8109886C327 /* GULObjectSwizzler+Internal.h in Headers */, - 0C933D0294D7F0409D92E828ACAD0876 /* GULOriginalIMPConvenienceMacros.h in Headers */, - 9F7E08BEF478C9C8752955EB2A087338 /* GULProxy.h in Headers */, - EC6D44AC27426CC4390BCC8DD2AD6D28 /* GULReachabilityChecker.h in Headers */, - 904E90480AD7A24C890C0CB1BB5D6756 /* GULReachabilityChecker+Internal.h in Headers */, - 959E1B1197D625A8CC84B03E556E7B5B /* GULReachabilityMessageCode.h in Headers */, - A35148F32B9A62DA95E007E0C63CD31F /* GULRuntimeClassDiff.h in Headers */, - 2A224923F309D4B2FB242B564EA45E1D /* GULRuntimeClassSnapshot.h in Headers */, - EE57EA35D50B141038743894EE6CC0E9 /* GULRuntimeDiff.h in Headers */, - 20CC3B4C9C74677CD38CE336E4C1E81A /* GULRuntimeSnapshot.h in Headers */, - 9FD6659F6DD3FC1F6201E8E3188311CF /* GULRuntimeStateHelper.h in Headers */, - 0B3BAA1FA39B4CF78DA6BC9A4AC9B0D2 /* GULSceneDelegateSwizzler.h in Headers */, - 5287F7B31765158EE4BC5BAF7FF3B6AA /* GULSceneDelegateSwizzler_Private.h in Headers */, - 33804C2ABC5779AF1A1C5B8017786809 /* GULSecureCoding.h in Headers */, - 88116159A4156D962C28269D2511EF07 /* GULSwizzledObject.h in Headers */, - 9B1BFCE78C064393660488C7A8FD10A3 /* GULSwizzler.h in Headers */, - 4E78790BC4994323632934A93AA20DBC /* GULSwizzler+Unswizzle.h in Headers */, - E748DC3B3F18B5E2B52BAF8DDC22D11F /* GULSwizzlingCache.h in Headers */, - 763B3CF940017C1A8DB7BE22B7304973 /* GULSwizzlingCache_Private.h in Headers */, - A0C56BE70851D8C11B1871A26FB571DD /* GULURLSessionDataResponse.h in Headers */, - F721C2FA402A9EA208652A63DA28D5A2 /* GULUserDefaults.h in Headers */, - A244CCBBA6DDEB8EA57C6EF9B122C889 /* IsAppEncrypted.h in Headers */, - 1C320A08A5571917688E95A3AF53C70C /* NSURLSession+GULPromises.h in Headers */, + 7966097598BE91EB5D8DD3E85B6A8299 /* PromisesSwift-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -18962,56 +19296,68 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 34B4AC45944110C51CDCD6072226ABA2 /* Headers */ = { + 33549A51CB75A16422CE94483030E747 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B9AEAF8F425CDA91E20219232A7C7C1B /* Pods-iOS-PlatformRoutingTests-umbrella.h in Headers */, + 4C24135CE9E6A9202F9A970C350EE691 /* Pods-iOS-dydxAnalytics-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 37AE7D2BC15DA08BDDA6651906CA3EF7 /* Headers */ = { + 34B4AC45944110C51CDCD6072226ABA2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1864A7C63193FBE9B718CF82F4C565E2 /* FBLPromise.h in Headers */, - ECACD4C309AC36E3132F85A6B0F55DBF /* FBLPromise+All.h in Headers */, - B521B8C49E695156D5C566E6AA5909FE /* FBLPromise+Always.h in Headers */, - A240EE1811EA6CE53C413E71358AF3B3 /* FBLPromise+Any.h in Headers */, - 5B5C5E5C29EEC6CAB8DEDED14779DB41 /* FBLPromise+Async.h in Headers */, - DE07E49F87720A35AC93EF90361BC5FB /* FBLPromise+Await.h in Headers */, - FACE5A6A0363926C28A429CFE3C2A764 /* FBLPromise+Catch.h in Headers */, - CDD5A044F653D45EAA4F34ACAF45983C /* FBLPromise+Delay.h in Headers */, - 3FE50D09CAE2027EF9B9964F77A01078 /* FBLPromise+Do.h in Headers */, - A927D86CE141A40B1595184041766662 /* FBLPromise+Race.h in Headers */, - 81B72457747D4908B02F28E9D77B0610 /* FBLPromise+Recover.h in Headers */, - 857220C4D48922D75EA72E05D1DADB30 /* FBLPromise+Reduce.h in Headers */, - 8FCF37C58D4ED32D04C367054BD0A89C /* FBLPromise+Retry.h in Headers */, - 2BE1500C5B32916E2FD1FBE0E2F06004 /* FBLPromise+Testing.h in Headers */, - 2C74E93F724519A73504F5A8B814F3F8 /* FBLPromise+Then.h in Headers */, - 6FD104C27DFE024662837824E441E892 /* FBLPromise+Timeout.h in Headers */, - 7EA4C27E5B7874067B78CA154B6453B7 /* FBLPromise+Validate.h in Headers */, - E4766D4931EBEB8AF08BB481DEF29EE5 /* FBLPromise+Wrap.h in Headers */, - 0347178B60E0A97D85FFF3455DA4C57B /* FBLPromiseError.h in Headers */, - 6C5B11231D666FE34C5600F6E590D7B7 /* FBLPromisePrivate.h in Headers */, - ACE61EEE4911AD61EE8ADA59467BC61C /* FBLPromises.h in Headers */, - 2B1D2BE20A4C0424238779E2D849DBBC /* PromisesObjC-umbrella.h in Headers */, + B9AEAF8F425CDA91E20219232A7C7C1B /* Pods-iOS-PlatformRoutingTests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 398A6C8D795CDD1C7AC26745819629A0 /* Headers */ = { + 36D66F04E9088DEAB7427A156BD04341 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 63D20FC4FC3C2436FDF94B5FAE02323C /* Pods-iOS-UIAppToolkits-umbrella.h in Headers */, + A2A9B03B4853D71D46BD0835F68E1BF5 /* ABTExperimentPayload.h in Headers */, + 9026B151335C44AA10B2770609D1998A /* FIRAnalyticsInterop.h in Headers */, + 3487D8C1F1C0C01C326BD03DBA64A9DB /* FIRAnalyticsInteropListener.h in Headers */, + A0C7EAA0DBB1F7F3A93AEEC256C3E546 /* FIRAppInternal.h in Headers */, + 4C370C3407278A2F1C197488673CDB1B /* FIRComponent.h in Headers */, + 3EAC41BB381026CD5CB986A3E4F15DDE /* FIRComponentContainer.h in Headers */, + C2EA6030E6EABD479DD113FFD2F0D1DD /* FIRComponentType.h in Headers */, + 60868C2D1558A321C3534EFCBDBBB965 /* FIRDependency.h in Headers */, + FBFEBE89194BA13C57487EE416668A83 /* FirebaseABTestingInternal.h in Headers */, + 82469ADAE7C89049126BC94316C1AF0A /* FirebaseCoreInternal.h in Headers */, + 2A06F801867E53D23ECF0296804A8428 /* FirebaseInstallationsInternal.h in Headers */, + D30983863A9E325FB3AC3C896B3A5505 /* FirebaseRemoteConfig.h in Headers */, + 9ADCCDBF2B1A88F2F433D787307DA034 /* FirebaseRemoteConfig-umbrella.h in Headers */, + D2F43457AB8A03E4CF4E1FC30ED48D36 /* FIRHeartbeatLogger.h in Headers */, + 15FB9147FD7FB24A4F798BD7FE42474D /* FIRInteropEventNames.h in Headers */, + 627E84ECBB6C6BD04BF307B9630ADD2C /* FIRInteropParameterNames.h in Headers */, + FE75AF3148C58C27E30506C0869687C4 /* FIRLibrary.h in Headers */, + BAC57FC9DC117D12C86EE20F41A44207 /* FIRLogger.h in Headers */, + 2DAF3B9D9440C460A0CEEE5E290DD347 /* FIROptionsInternal.h in Headers */, + CCC6E83ADBB29529A425631BAFAC7FE6 /* FIRRemoteConfig.h in Headers */, + 25ED0333B527E14E5060147472F1AAAB /* FIRRemoteConfig_Private.h in Headers */, + 336879BC863DA39DFE8543CA315FD1E5 /* FIRRemoteConfigComponent.h in Headers */, + DBDB144F3CFB56AEDDC40CE56342836D /* RCNConfigConstants.h in Headers */, + 7D02F47638A888F8D0A78EC2730F31A5 /* RCNConfigContent.h in Headers */, + DC64E3E41111000980D24CD64C7A88E3 /* RCNConfigDBManager.h in Headers */, + 0A413683AF7FB2487352F03469416B0D /* RCNConfigDefines.h in Headers */, + C35B0A3D4C4E80155CE017436F869518 /* RCNConfigExperiment.h in Headers */, + 9F6234D94B801BCF7ABFC8CA5887572D /* RCNConfigFetch.h in Headers */, + 691C76791F272A5C57808F3FDE56D17F /* RCNConfigRealtime.h in Headers */, + 8EF65E0678A764B6EE747B386E64464B /* RCNConfigSettings.h in Headers */, + E2096C49988CEEC99BE697ACB443670B /* RCNConfigValue_Internal.h in Headers */, + 312C0D52B6C796DDD98AA95D04C7C2E2 /* RCNDevice.h in Headers */, + 8E74FE80A841C1E7E9DA5757695C6A56 /* RCNPersonalization.h in Headers */, + C45041DBF6270A6BAAA4F90245AA44AF /* RCNUserDefaultsManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3A9580197BD44635F0B87FC7BE3F82CC /* Headers */ = { + 398A6C8D795CDD1C7AC26745819629A0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 703E5EB57A0F8F88FE8A32915731710B /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h in Headers */, + 63D20FC4FC3C2436FDF94B5FAE02323C /* Pods-iOS-UIAppToolkits-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19031,155 +19377,159 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 447B20E5C64B6BEDFA1E8E67D65F8E88 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - DE787722902FB4A7C8D27C0167F4DFD1 /* ABTExperimentPayload.h in Headers */, - 82B670A0B7CFD8D55B0AF30B3DE93D72 /* FIRAnalyticsInterop.h in Headers */, - F348378350412EB77A9382D3E0D6FD70 /* FIRAnalyticsInteropListener.h in Headers */, - F4AD791D2C7028657798A84BD82DB697 /* FIRAppInternal.h in Headers */, - 04BE6A1B618275B798DF085466DE7DDB /* FIRComponent.h in Headers */, - D8E7D2E4C9F8FE2D5A780458B9B3756B /* FIRComponentContainer.h in Headers */, - 90E2EDF19F24E252214551F40717B926 /* FIRComponentType.h in Headers */, - C7352FF7DFE8495124818A87EEBFE6D7 /* FIRDependency.h in Headers */, - 7D1F25AC01D9E84CAB934D19CC29AB0C /* FirebaseABTestingInternal.h in Headers */, - 0AD7DB717B94FA37ED8189561AAB6786 /* FirebaseCoreInternal.h in Headers */, - 92405BB9313EF680083DDD50DA0839CB /* FirebaseInstallationsInternal.h in Headers */, - C6C8C5F0902A1EE7077127DE6A4FFB43 /* FirebaseRemoteConfig.h in Headers */, - AB1ABC62280492A2AC00F1ADAEB67A6C /* FirebaseRemoteConfig-umbrella.h in Headers */, - 490A4FA3ACB181EB0F5CF08C7F5CE20D /* FIRHeartbeatLogger.h in Headers */, - 03DC3DE81195C472F8CF4FA08A19E876 /* FIRInteropEventNames.h in Headers */, - 8410F03CA3AA9FB631C2B9075E3E3145 /* FIRInteropParameterNames.h in Headers */, - C5110936B3D69CD86042F3D4625C2CCB /* FIRLibrary.h in Headers */, - 04A2C5B9611986B6CDACB5B9711919E3 /* FIRLogger.h in Headers */, - E920FC7DFAA646A09B8962B7D818DC3B /* FIROptionsInternal.h in Headers */, - 5C2DFDD1772A4968863A8B6918954324 /* FIRRemoteConfig.h in Headers */, - 342044B38E4F8B8036FBF026BC37B0BC /* FIRRemoteConfig_Private.h in Headers */, - 10DA4C31022B50874A6230EB0B7A7ABF /* FIRRemoteConfigComponent.h in Headers */, - A54124A272D3B28F99FBF3122BBD15AF /* RCNConfigConstants.h in Headers */, - 5AF2CA41D636A1359D30A28F43B6D9F3 /* RCNConfigContent.h in Headers */, - 190ED571464678055B5376AAE1C32A79 /* RCNConfigDBManager.h in Headers */, - 0F469319454900253B4311C31CDB7B37 /* RCNConfigDefines.h in Headers */, - AAEED9BAFC5823B48890D18CB697C8B2 /* RCNConfigExperiment.h in Headers */, - 2CB592B3B3EDD5342B3ECA9D8BE29778 /* RCNConfigFetch.h in Headers */, - F521EA1E1F5BF03F8729FB205E3B23B0 /* RCNConfigRealtime.h in Headers */, - 4E0EA24AD5AB529479F13A9DA2DD2D6E /* RCNConfigSettings.h in Headers */, - 0B5D1DC5292A711BED00D5363088D0ED /* RCNConfigValue_Internal.h in Headers */, - 8ACEC36D6C78DEBF71FCEF814D4E7FA9 /* RCNDevice.h in Headers */, - 0C66B1EF0BDB8EE1FFEEE6070B90A650 /* RCNPersonalization.h in Headers */, - E3FBF93481D8DE080F7B8A4CA9D08F88 /* RCNUserDefaultsManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4541F87AA776CEC0BAC4E2343D41F082 /* Headers */ = { + 41AEB83A43A648DEAC40239D56030A42 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FFDD8FA796A417B8332E2C16543C3F77 /* FIRAppInternal.h in Headers */, - 98CF4A82F6A7868C5B3669A83043A9B2 /* FIRComponent.h in Headers */, - FCC3299EF85E33C47D211F4445EFA815 /* FIRComponentContainer.h in Headers */, - 84D46D24695F7B164FCFFA0CAB060171 /* FIRComponentType.h in Headers */, - 96235A08B4F2C1A8CE666313FCDCF655 /* FIRDependency.h in Headers */, - 73181D5652B966457A527C1FFF1F5D5B /* FirebaseCoreInternal.h in Headers */, - 407584597097EAFB72BB5975CC9923D1 /* FirebaseInstallationsInternal.h in Headers */, - 69AE899381624C6B9EBE479AFA393087 /* FirebasePerformance.h in Headers */, - 05801B50DC16B5C26251A4E5FD7AC067 /* FirebasePerformance-umbrella.h in Headers */, - D10EBEE6BEB039B2C0317BC98B1EC0CE /* FIRHeartbeatLogger.h in Headers */, - EFC05539770BB32856241A71D41A9373 /* FIRHTTPMetric.h in Headers */, - 6303A4C2CA306E232169E5A8C3A39FD7 /* FIRHTTPMetric+Private.h in Headers */, - DE9582548762E63076149EA1A2F81C70 /* FIRLibrary.h in Headers */, - 8250366006E374E8E50D35591C63D4D5 /* FIRLogger.h in Headers */, - D5160F71E6A7CB7FE4886427D10D581F /* FIROptionsInternal.h in Headers */, - DC63B73754B21128B2E05D894DB45E1B /* FIRPerformance.h in Headers */, - 24AA25915861519C7876F08FA7C3E2A0 /* FIRPerformance+Internal.h in Headers */, - 310800131EB402B93B6DB4B1E646BF4D /* FIRPerformance_Private.h in Headers */, - 594B6EC2AE84AB5C7F25B691D3550428 /* FIRPerformanceAttributable.h in Headers */, - 7975E3725CA73196A768D9EC68047212 /* FIRRemoteConfig_Private.h in Headers */, - 85237B79130BC47F69C6280AB41F5C64 /* FIRTrace.h in Headers */, - 706CF45B51B6E7147771410CDEBB65C4 /* FIRTrace+Internal.h in Headers */, - EDFF3F6C42FE9DEBA5C376D251BADCF8 /* FIRTrace+Private.h in Headers */, - 2BE95DC1BAA2546AA321E5D52094BA20 /* FPRAppActivityTracker.h in Headers */, - E58F813680361A68DF8B897BB239F695 /* FPRClassInstrumentor.h in Headers */, - 9C4725AEB4C3FDAAABF74E6A22E3D779 /* FPRClassInstrumentor_Private.h in Headers */, - 1207BBCA46FAAC13218BB30D6272E0A1 /* FPRClient.h in Headers */, - 620A40F646DEE7FA3AEDE8FA920EFD53 /* FPRClient+Private.h in Headers */, - 9F7D78B497E635AFCF68BE1A3B9C737A /* FPRConfiguration.h in Headers */, - 81BE38FEC3437CD95713E90B7EA38176 /* FPRConfigurations.h in Headers */, - CA8BE41B8C69E06E12DF3477510810C2 /* FPRConfigurations+Private.h in Headers */, - 41738DFCA0E32219061D7D0830611AA9 /* FPRConsoleLogger.h in Headers */, - 760402CF9E95466DF34A4BDFCA810070 /* FPRConsoleURLGenerator.h in Headers */, - C231F7A77DFA480FC522CEB908E1FC89 /* FPRConstants.h in Headers */, - 959586E32F49FFC1449334B6AFCE9FCB /* FPRCounterList.h in Headers */, - F5D4E7369C15C220E2405902B8AF198E /* FPRCPUGaugeCollector.h in Headers */, - 7F0C875655781E5EAE9EAF8E4D5AE392 /* FPRCPUGaugeCollector+Private.h in Headers */, - D754CC0CC84566BF1C66C1588DD50AAE /* FPRCPUGaugeData.h in Headers */, - AB4387ED084B4EEBAC7456FF9297765F /* FPRDataUtils.h in Headers */, - F6841D37EEE21F605D0C67FBAD423F06 /* FPRDate.h in Headers */, - E2FFD0590F81323554F1240713DBD58C /* FPRDiagnostics.h in Headers */, - 7525E03AFE037D6DA649A550DB196950 /* FPRDiagnostics_Private.h in Headers */, - EF5BF3F26BC838B72B0DD5BE2620AC1F /* FPRGaugeCollector.h in Headers */, - D6E3628B589D8A2506949F44C78570F8 /* FPRGaugeManager.h in Headers */, - C145249309092FBC3E5B623DD1B32CC9 /* FPRGaugeManager+Private.h in Headers */, - 063FE3E8EBF8BA16FAE320B19DAF2313 /* FPRGDTEvent.h in Headers */, - EFD238918B3F6E11896B2FCC51D4B75D /* FPRGDTLogger.h in Headers */, - 6EFBB8E8B05D3BFFAEC743FD03CBEA8C /* FPRGDTLogger_Private.h in Headers */, - A51C98ADB754280470DAE76840EA26CB /* FPRGDTLogSampler.h in Headers */, - 27F01F30E7266D0784C9BD690B0FEC87 /* FPRGDTLogSampler+Private.h in Headers */, - 2F55D36669E3043560AA648A2EAAC526 /* FPRGDTRateLimiter.h in Headers */, - 344E679FEF38981A3BE1560B2DAD0305 /* FPRGDTRateLimiter+Private.h in Headers */, - 3E2369D63645620BA759519810461721 /* FPRInstrument.h in Headers */, - 7C4C02AFDB7352BBE2A41F207B03C7C7 /* FPRInstrument_Private.h in Headers */, - 278132C253BE4452055F0F479139C9B9 /* FPRInstrumentation.h in Headers */, - 00888CF31EFA294DEDEC89F131293A5D /* FPRMemoryGaugeCollector.h in Headers */, - A50189D20A39BA4DBA1434588A5C4404 /* FPRMemoryGaugeCollector+Private.h in Headers */, - A6ECE0425B5128AC2CB29146E26B60AF /* FPRMemoryGaugeData.h in Headers */, - 2C259DE3640D7D9F6AAD4EC418BB4AF8 /* FPRNanoPbUtils.h in Headers */, - 4E907DF2686283655E0917024BBA5715 /* FPRNetworkInstrumentHelpers.h in Headers */, - 3C2767085A1976EC0B7E304FF4720FE0 /* FPRNetworkTrace.h in Headers */, - F0A60140CF686363BCFB79EE9A6FA463 /* FPRNetworkTrace+Private.h in Headers */, - EBE88409F3E4D60746023F680DE90104 /* FPRNSURLConnectionDelegate.h in Headers */, - B6B4D42185FDC07D2C54A8E35AD6F172 /* FPRNSURLConnectionDelegateInstrument.h in Headers */, - E2E09CAB257A857AE067E4C1DB3DE3BF /* FPRNSURLConnectionInstrument.h in Headers */, - D37F92168F8AEF83522C8B8716C8D645 /* FPRNSURLConnectionInstrument_Private.h in Headers */, - D28E64AF89355309E1710554366DC8B4 /* FPRNSURLSessionDelegate.h in Headers */, - E4A5D711BC8D44709CC39FA4F3E4A301 /* FPRNSURLSessionDelegateInstrument.h in Headers */, - 9F29F69BD246B0B9016290F8EAAE8EC9 /* FPRNSURLSessionInstrument.h in Headers */, - FB93E97D39B4EBF808F2FEBEBEB5E3C6 /* FPRNSURLSessionInstrument_Private.h in Headers */, - 8AC50AE699CD9B17B2A8C30EDAD76323 /* FPRObjectInstrumentor.h in Headers */, - 5982AE60E57130EF8BA72720E2B40C93 /* FPRPerfDate.h in Headers */, - FBB0AE22ED1382AB080A37BE42FF65E7 /* FPRProxyObjectHelper.h in Headers */, - D7B59C11C10352AB6A3E82E9D8DCD4AB /* FPRRemoteConfigFlags.h in Headers */, - 23680C9B710D8D19A8CB4E7E4C4FA1F4 /* FPRRemoteConfigFlags+Private.h in Headers */, - 072E6D7B086893BE0C7D38357D5099CD /* FPRScreenTraceTracker.h in Headers */, - E9272EDD6117416527A02BF23A79C13E /* FPRScreenTraceTracker+Private.h in Headers */, - 007313E2C74B8BEB6B99E06D9BDFC5BF /* FPRSelectorInstrumentor.h in Headers */, - E526314779A689E77E25750491B2BDB6 /* FPRSessionDetails.h in Headers */, - 6C82AA0BE96A0622CF4CD1B683DB0E79 /* FPRSessionManager.h in Headers */, - AA279F50879C4E564E3230842E84EA1C /* FPRSessionManager+Private.h in Headers */, - D2C7E326285A6E3789E63E291C1E2934 /* FPRTraceBackgroundActivityTracker.h in Headers */, - 50F03CB1A366FE248EE020318803ABD6 /* FPRUIViewControllerInstrument.h in Headers */, - 7050E5A98FB3AA366BD062860BEBFF58 /* FPRURLFilter.h in Headers */, - 264AA40ED37B73FB8C1C059598366094 /* FPRURLFilter_Private.h in Headers */, - CCE298EF4BB7234E5A5C3861A6E56DD6 /* perf_metric.nanopb.h in Headers */, - 05FF224B8E840E3651FD05DB713AA2D8 /* RCNConfigFetch.h in Headers */, - 20425B29FFAB50BB227B776F849093A4 /* RCNConfigSettings.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 46F57D10F0779BE7B041BC78BA8F4F5D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - F0652D53BCA31B7A5AC7C9815EE8339E /* PromisesSwift-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A69C60C4A6212454F514F96B9B523B0 /* Headers */ = { + 96670F68D982DDBC41C5666FD837C22A /* FIRAnalyticsInterop.h in Headers */, + 42190D904E44AB05466A427707F3656A /* FIRAnalyticsInteropListener.h in Headers */, + FCF435CDAE43656D9BBC488F591FD835 /* FIRAppInternal.h in Headers */, + 6730A17F59D8AF6598110A2C5A8F5947 /* FIRComponent.h in Headers */, + EC4859F235DEAC7AD2196E7C70307AD8 /* FIRComponentContainer.h in Headers */, + 150B64E16AEEA1FE16EECF5273FB4B40 /* FIRComponentType.h in Headers */, + 14B8166D7A41556FBA494A38BB8ED206 /* FIRDependency.h in Headers */, + E4997D71859F795C93B702B31F012629 /* FirebaseCoreInternal.h in Headers */, + F7126EA2DD228C08C80DAD9BAF7D2AC5 /* FirebaseInstallationsInternal.h in Headers */, + 77366DE3013CDF7405B4BBC55718BA12 /* FirebaseMessaging.h in Headers */, + 51390047DEBDEB7ECD7F981D1D11AD0B /* FirebaseMessaging.h in Headers */, + 06D12755C11623E45CC4D60909763B6C /* FirebaseMessaging-umbrella.h in Headers */, + 090C8C0DA247D5FB163F6E989CEB8F95 /* FIRHeartbeatLogger.h in Headers */, + AF501A8EA57DC329058E0CF25AED7F97 /* FIRInteropEventNames.h in Headers */, + B50C728463EB1E48B84FB75C17E4F4F9 /* FIRInteropParameterNames.h in Headers */, + A8AA28A5E9E342AFB879796F7008F7D8 /* FIRLibrary.h in Headers */, + 76272D535FFB629451B289F76EF8BC87 /* FIRLogger.h in Headers */, + 32BBF26E9C7744B3B619A3FC5CB2A90B /* FIRMessaging.h in Headers */, + 6D8DD0E5509225AF4EAF12ACC64593C5 /* FIRMessaging_Private.h in Headers */, + C0E2C0A14978B8A22A485B09E69019B7 /* FIRMessagingAnalytics.h in Headers */, + FC96AEB56A356C68B3EAEF5BE1332113 /* FIRMessagingAPNSInfo.h in Headers */, + 02A6F503DBB4E011C1D268BD8425C760 /* FIRMessagingAuthKeychain.h in Headers */, + 06316B1E9ADE4F62E4E061204A9A684C /* FIRMessagingAuthService.h in Headers */, + 4C10700FA8E1AB839C46E331610DFEFA /* FIRMessagingBackupExcludedPlist.h in Headers */, + 511E79AFA7417BFB652D50877A6DA3D4 /* FIRMessagingCheckinPreferences.h in Headers */, + 579F15A17DC7D7510003B767EFC82087 /* FIRMessagingCheckinService.h in Headers */, + 5607EE8271B7E0D227355B7593CDE3DC /* FIRMessagingCheckinStore.h in Headers */, + 27044237FF7E6B7F9D881020047D4B41 /* FIRMessagingCode.h in Headers */, + 1938AAB0D7A3B3738E04FF10EE54A390 /* FIRMessagingConstants.h in Headers */, + 4476AEB8BCC1E5536E68343A7E393DCE /* FIRMessagingContextManagerService.h in Headers */, + E393C1023457903483230C7F47CBE531 /* FIRMessagingDefines.h in Headers */, + AF3F80B4ADE0BCCE07440E3BCCF3C56A /* FIRMessagingExtensionHelper.h in Headers */, + 139461D8370DD4951280084BFF285EFE /* FIRMessagingInterop.h in Headers */, + D288AF07D14E89D3D7D1DEB4F0E45D1E /* FIRMessagingKeychain.h in Headers */, + 31611584743581ACE0160FB55D90CCDA /* FIRMessagingLogger.h in Headers */, + E202906D581032ECF3F6EC5665A92B82 /* FIRMessagingPendingTopicsList.h in Headers */, + D053938750BC40F986265CD7866C90CD /* FIRMessagingPersistentSyncMessage.h in Headers */, + D0F0F4308073A0E48C155974E9A9D48E /* FIRMessagingPubSub.h in Headers */, + 52D333B6C1D566C05799CD98F4BC7D31 /* FIRMessagingRemoteNotificationsProxy.h in Headers */, + 1E053128FF9731ECE395A626ECE81B10 /* FIRMessagingRmqManager.h in Headers */, + D3281E3354D3C929C3AFBF1A7B0C88C1 /* FIRMessagingSyncMessageManager.h in Headers */, + 32C8B2267F7ADA25376933535B2982E9 /* FIRMessagingTokenDeleteOperation.h in Headers */, + ABFBDCD8867E79D38DB281EA33BB1C21 /* FIRMessagingTokenFetchOperation.h in Headers */, + FFADA6F826A576ACCDEA2A62B1337EB2 /* FIRMessagingTokenInfo.h in Headers */, + 5D9A8686CD6F1EDF30D1BE24E00789D6 /* FIRMessagingTokenManager.h in Headers */, + 205E3947F63A6002D1AAE8151173EF5C /* FIRMessagingTokenOperation.h in Headers */, + 98BC19B6E523A1F16738E6B8808C4262 /* FIRMessagingTokenStore.h in Headers */, + DFF62A528702904721272DA4B9579A3E /* FIRMessagingTopicOperation.h in Headers */, + 084356853C5EAF53263936C43942BE8A /* FIRMessagingTopicsCommon.h in Headers */, + 7160979771EEE4FE2EAB9975F38C8565 /* FIRMessagingUtilities.h in Headers */, + 32DDC2F3EEC1C4F93BF5A8D2614D1807 /* FIROptionsInternal.h in Headers */, + 0860841E9729B50BF5F8C3C97089368A /* me.nanopb.h in Headers */, + 24758B95B4ED362D41E27A9CD2276255 /* NSDictionary+FIRMessaging.h in Headers */, + 09B63CF3BAB2F39ECDA1A2D9B8613EE5 /* NSError+FIRMessaging.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4254A40994DC931CBF885720FC384C15 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1F79FD9E29A6D2FDCDB8EC3FE11D4C5F /* Pods-iOS-dydxV4Tests-umbrella.h in Headers */, + D7ABDCA56DDB5984C9975264F2498C52 /* FIRAppInternal.h in Headers */, + C76A55B262E6AE8C6E4B95328A55FA7E /* FIRComponent.h in Headers */, + E3C585E6BD1BD17C365026931A814D3E /* FIRComponentContainer.h in Headers */, + 23B54ACA4232E3AF64A2E4CE500F2E55 /* FIRComponentType.h in Headers */, + CF903DA3E4990A9DB7B021388BC5A8D0 /* FIRDependency.h in Headers */, + C9ADC0DB61F3EBB95615D7BE6E715187 /* FirebaseCoreInternal.h in Headers */, + 41A83932F558A34648F336692B64C918 /* FirebaseInstallationsInternal.h in Headers */, + 22A14F42232D864C8EB43B547CAD3D60 /* FirebasePerformance.h in Headers */, + 26752BB4B3210D04415E1AE765599205 /* FirebasePerformance-umbrella.h in Headers */, + F6EC902B9170F4D029C5DF2B68A66ABD /* FIRHeartbeatLogger.h in Headers */, + 63E15339F19DC9F1441976661758CDB5 /* FIRHTTPMetric.h in Headers */, + E7B058AC82CBF36F3CB332A4A542700A /* FIRHTTPMetric+Private.h in Headers */, + 86DA17BB96D979E4633B5F1B2F821FD4 /* FIRLibrary.h in Headers */, + 01DFD61A10BFEF224A04CBD81C22087D /* FIRLogger.h in Headers */, + 1A7A31DDE3FB71B7868F07B9CAF3F526 /* FIROptionsInternal.h in Headers */, + 85A361597C8013A0216F0F930B0CE3A5 /* FIRPerformance.h in Headers */, + B1306D7437411A1B001928546EB677ED /* FIRPerformance+Internal.h in Headers */, + 2A8D29D3C1E1D9D1AAC835DCD55C69FA /* FIRPerformance_Private.h in Headers */, + 7930876B659FACDB3B50D3DBA31A173E /* FIRPerformanceAttributable.h in Headers */, + FD6B84F19D0FCA85D261CEEC290517D8 /* FIRRemoteConfig_Private.h in Headers */, + ED9BEFCD8770EE53DBC92F40645D698A /* FIRTrace.h in Headers */, + 6B5141C8925CCD8556F761FEF4B20254 /* FIRTrace+Internal.h in Headers */, + 7CE9919EE5C3837E4371065DA7074ECB /* FIRTrace+Private.h in Headers */, + 8F6E44B79941BEF0CCCA4A3018C0F870 /* FPRAppActivityTracker.h in Headers */, + B883F07284709728D2070CD8570ADA78 /* FPRClassInstrumentor.h in Headers */, + BA268BA95420070DFAAA6F9E44600ED8 /* FPRClassInstrumentor_Private.h in Headers */, + 839F38AC700F106905E1199E30DC9ED8 /* FPRClient.h in Headers */, + BD75AE40D4B498045353486CDAB3F513 /* FPRClient+Private.h in Headers */, + B1E980407BE28AF330009282E463CAE7 /* FPRConfiguration.h in Headers */, + FEF4C7D84F2F5289404336273F3ECC3B /* FPRConfigurations.h in Headers */, + 6A82C826A207A1983529BECB1021779C /* FPRConfigurations+Private.h in Headers */, + D4D2BB1FEC2D96FA22BAF803B87E614F /* FPRConsoleLogger.h in Headers */, + 9DC23A82EFA221C536881AD70E4D067B /* FPRConsoleURLGenerator.h in Headers */, + BBD0AF929818EF9E95245E475C6471E2 /* FPRConstants.h in Headers */, + 3C366657EEB14EA9B505C7D4BE144503 /* FPRCounterList.h in Headers */, + 1A393B016A05075E332F9F797E285B3C /* FPRCPUGaugeCollector.h in Headers */, + E824706489BB769AF7B175C352DB8463 /* FPRCPUGaugeCollector+Private.h in Headers */, + 2AEB004D7A4760988DFEF9FE8BB89A75 /* FPRCPUGaugeData.h in Headers */, + 26948AAAC878F98A23D185744282967A /* FPRDataUtils.h in Headers */, + FC222F0751B3A16121C70C2A92540827 /* FPRDate.h in Headers */, + 7849C749C5FE47177C00218D6E651A2C /* FPRDiagnostics.h in Headers */, + E41C1F604B982BAE232D9F79FC2A1BA3 /* FPRDiagnostics_Private.h in Headers */, + B28C363D1F4AAB25FD399BD67FA11C83 /* FPRGaugeCollector.h in Headers */, + CE1FEF4E74A6128144C602E88603A505 /* FPRGaugeManager.h in Headers */, + 4D3CA3BBB0843217F78CFD018E42BD7F /* FPRGaugeManager+Private.h in Headers */, + 9950DE5BBBEA5159EB2D078670FDB5C5 /* FPRGDTEvent.h in Headers */, + 7B7883DF650F6AA45C4B86B485BC0A34 /* FPRGDTLogger.h in Headers */, + 8C24015D0BE181C1B72FB69401861389 /* FPRGDTLogger_Private.h in Headers */, + 1E2C35BF582E48B0E1482129D1F7B89A /* FPRGDTLogSampler.h in Headers */, + E9B4A6E1A64DC69C32BD79D8ADFC6E54 /* FPRGDTLogSampler+Private.h in Headers */, + D1940CEC594A19FBAB4C962CD33D2A0A /* FPRGDTRateLimiter.h in Headers */, + 4F7D01EF9D54A65E1BF6A22601590BAF /* FPRGDTRateLimiter+Private.h in Headers */, + 5F5FF94662A46745EE84DFADDC421C20 /* FPRInstrument.h in Headers */, + F8C777B66A3619262D273D603D71EE64 /* FPRInstrument_Private.h in Headers */, + B2B5C77870B733283DFDA76993DC8891 /* FPRInstrumentation.h in Headers */, + A16E0688466E2DF013B61537E0100345 /* FPRMemoryGaugeCollector.h in Headers */, + 6D9652223539125AB5044E86D66B4B1C /* FPRMemoryGaugeCollector+Private.h in Headers */, + D1A9DF679E3E7186893F4B8FC5EB45FE /* FPRMemoryGaugeData.h in Headers */, + 1D04CEA05B8836268A32C296A492D212 /* FPRNanoPbUtils.h in Headers */, + F9AD63E694FF9D3B30DD96069FB067F2 /* FPRNetworkInstrumentHelpers.h in Headers */, + 108B5643606E91803A924E3A851EEADC /* FPRNetworkTrace.h in Headers */, + 1563D6A29B43597D087F87562D0BE96A /* FPRNetworkTrace+Private.h in Headers */, + 71CE1BF45DEDAB6EA565C27B6BC3FB1B /* FPRNSURLConnectionDelegate.h in Headers */, + B1C18B45C6962ECD497496908579A493 /* FPRNSURLConnectionDelegateInstrument.h in Headers */, + 42C64F9EC5A5941A550AE647B528A823 /* FPRNSURLConnectionInstrument.h in Headers */, + 0698E1F3BCAB3EDBF71999616B1DC8BB /* FPRNSURLConnectionInstrument_Private.h in Headers */, + 1BBEFD870C40BCB2B0650F4515ACA5B1 /* FPRNSURLSessionDelegate.h in Headers */, + 257F6245A62EE43280FF9F09BFD5401D /* FPRNSURLSessionDelegateInstrument.h in Headers */, + E320E3C27D999F205D1A07ED54860BAD /* FPRNSURLSessionInstrument.h in Headers */, + 7182A0C244D2FEB47684F748165D1316 /* FPRNSURLSessionInstrument_Private.h in Headers */, + DA10D1333C444A57F511CD2BB494C582 /* FPRObjectInstrumentor.h in Headers */, + 115AFBF4D2DDDC89849511112E9810F8 /* FPRPerfDate.h in Headers */, + 5548C29F7A92FEB2A8ED22AE9E0D9D37 /* FPRProxyObjectHelper.h in Headers */, + 97B5CBC8FBEDAE782F583CCC840595FE /* FPRRemoteConfigFlags.h in Headers */, + 6D77C7141AEFF85DCDAEC9E6797104D7 /* FPRRemoteConfigFlags+Private.h in Headers */, + 958A315C78DC36DFC20B0E414B99BBFA /* FPRScreenTraceTracker.h in Headers */, + 126C582ECF14A926E9C2F91A5C3F300E /* FPRScreenTraceTracker+Private.h in Headers */, + F3D1CDD5904F30599DECE8A32D4001D1 /* FPRSelectorInstrumentor.h in Headers */, + B746FDF9DB033AD4FF18BA1AD1D83798 /* FPRSessionDetails.h in Headers */, + D131F4B300DDF07D5AD335A2458D7FE5 /* FPRSessionManager.h in Headers */, + 5AFCD5B5D79DC049658F6915D73C04CB /* FPRSessionManager+Private.h in Headers */, + 36AB2BCFF8767CAB0682CB6FF2A41AFE /* FPRTraceBackgroundActivityTracker.h in Headers */, + B840A103950F3FE442FC5EF956C042EF /* FPRUIViewControllerInstrument.h in Headers */, + 8A9DE407DEF4CE3F7E9E53CB79DA318A /* FPRURLFilter.h in Headers */, + 373011EFFDB3EA8BAABF50800619AEA8 /* FPRURLFilter_Private.h in Headers */, + 1B812C1A0AD59072B52081F53F901DE6 /* perf_metric.nanopb.h in Headers */, + 6798E678D05ACE845E617B8F18117E2F /* RCNConfigFetch.h in Headers */, + 28069B60253993B867A92D333127366A /* RCNConfigSettings.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19199,46 +19549,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 527961F5CF80555CACB3289B08AACA1A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 255FFD29A9BF7B4796F76F0F727ED8DD /* FIRAppInternal.h in Headers */, - 9534A5DF800ABC7F514F72C7BDC1A837 /* FIRComponent.h in Headers */, - F9A22DF72ADA9614317F16D56A90D85C /* FIRComponentContainer.h in Headers */, - 454920BB261BF0A71E4D021C5D64E52F /* FIRComponentType.h in Headers */, - 96A22C562FAC8A4D28F20413912B06D2 /* FIRCurrentDateProvider.h in Headers */, - A4C42574F47916EDDFF4B468602FBD28 /* FIRDependency.h in Headers */, - 08848E67889A80411010A17B1D850868 /* FirebaseCoreInternal.h in Headers */, - F946288FF46DED3A5DB55575D7CE6DC9 /* FirebaseInstallations.h in Headers */, - 9CA1D45F8BC6E9BECBE9D86A5CDD015F /* FirebaseInstallations-umbrella.h in Headers */, - 7A81CFAF3E07CCDACD7B58F31D8AB32C /* FirebaseInstallationsInternal.h in Headers */, - F5E8A77B73695223AED65D2EA28C0A2C /* FIRHeartbeatLogger.h in Headers */, - 9F0DDCB7B744479E6BAF85795B348CB0 /* FIRInstallations.h in Headers */, - 7B1805B2A15E11B1B7FBF8FCA008E638 /* FIRInstallationsAPIService.h in Headers */, - 9350B2815B7C49A4719DF0A14A7284C7 /* FIRInstallationsAuthTokenResult.h in Headers */, - E1AFB3B5D3A312DDCBE69C4275BD7DBD /* FIRInstallationsAuthTokenResultInternal.h in Headers */, - 066474BC0F7DB9BAC99C50E9B197BEE3 /* FIRInstallationsBackoffController.h in Headers */, - CC7D44A7155DF5E8250A506CDDA6F89B /* FIRInstallationsErrors.h in Headers */, - 31BA9713E40F798892714D2C10FEEB93 /* FIRInstallationsErrorUtil.h in Headers */, - FD82F7C23D19AC974003696DBFAECAD1 /* FIRInstallationsHTTPError.h in Headers */, - 18DCB4B9D1011439081A310225DB2164 /* FIRInstallationsIDController.h in Headers */, - 9A08D787397FBA32E932D27CC008D8F4 /* FIRInstallationsIIDStore.h in Headers */, - 3DD81BBE100F1636B17E6280460060B5 /* FIRInstallationsIIDTokenStore.h in Headers */, - 5FD8D387FD4A8E4C1F40C9B9FDD1652A /* FIRInstallationsItem.h in Headers */, - 21C4AC1A8027664AEBCF74E71C0716BB /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, - 1645CF97334A4900AB707BF17FE4E5C9 /* FIRInstallationsLogger.h in Headers */, - 30AA01114DD5948FF26D4524CFA0DFE2 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, - 6648E682F1F15A4712942C808E3F78DE /* FIRInstallationsStatus.h in Headers */, - D192411F8BB18DC6725749A879CC19F6 /* FIRInstallationsStore.h in Headers */, - 69CD75631C5783A23A6541F5E1DED2B2 /* FIRInstallationsStoredAuthToken.h in Headers */, - A2F5984090BA7ED099BF8DB9B62A3A27 /* FIRInstallationsStoredItem.h in Headers */, - B9A4762A1177603836CD028DEBAB54EE /* FIRLibrary.h in Headers */, - E02AF6978CB8F1DFA5CC5025DD4738D4 /* FIRLogger.h in Headers */, - 385053433A228847B8039600E1B9E6FC /* FIROptionsInternal.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 55A98542210D1FF3EA8D49154BEDC009 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -19339,6 +19649,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5AABB202137097299F0434835711D67A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + BFDCBB1E3B5CAC28EB18A7D3C4EC375D /* Pods-iOS-FirebaseStaticInjectionsTests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5F4B364B421DD12B8AF12C943DFCC14A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -19355,6 +19673,59 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 614C5C74833A09916A6FE2710902572B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FBB23DD1F738DD4B225AC2B73EF22B2B /* GoogleUtilities-umbrella.h in Headers */, + 71803B9FA8DEB2A097FE7BB7F247D22A /* GULAppDelegateSwizzler.h in Headers */, + E81AC497230AC3ECAEFC0AB765C8200A /* GULAppDelegateSwizzler_Private.h in Headers */, + 9F324DC3A4D8A82E837CA6EF71E73C8F /* GULAppEnvironmentUtil.h in Headers */, + F8C97EDCADCB4D0B67CFAF1ACB4EFCF1 /* GULApplication.h in Headers */, + 0175BE708A02A25F06301C4E33DDD494 /* GULHeartbeatDateStorable.h in Headers */, + 50E68BEEE559F1BEB3C620FCFDD835F8 /* GULHeartbeatDateStorage.h in Headers */, + 7C676F055CB1277D565E84EC75027F68 /* GULHeartbeatDateStorageUserDefaults.h in Headers */, + F5B8CFC56557CEE07A8947142929A305 /* GULKeychainStorage.h in Headers */, + DB95E18ADA19EB1CE08A17D06C155638 /* GULKeychainUtils.h in Headers */, + 58AC0536EC49E838C3B5A3B532BCC11B /* GULLogger.h in Headers */, + A1BF5D4E22256063AA238247EA90C44F /* GULLoggerCodes.h in Headers */, + F615984CD94BFE9C8CEDDBAD5F7EDC36 /* GULLoggerLevel.h in Headers */, + 04F749C026F147D86D14BDF804F9CC04 /* GULMutableDictionary.h in Headers */, + 88F0E24712D7FE14AECF629E5A69849C /* GULNetwork.h in Headers */, + 3885C867CFBEEE64E39230CC276A4B4F /* GULNetworkConstants.h in Headers */, + 570FBD40629D789EFF666CC282BB8C6A /* GULNetworkInfo.h in Headers */, + 156BB1DE3BC1CA9297E27DBA53B72B7F /* GULNetworkInternal.h in Headers */, + 3F1A17E2B0E4FADBE5F85772B7386631 /* GULNetworkLoggerProtocol.h in Headers */, + 6A85278F42B3A90692ADB2188FF5C403 /* GULNetworkMessageCode.h in Headers */, + BAA979AB60C0590D06E3540640287185 /* GULNetworkURLSession.h in Headers */, + 685E29F77E34FFE2428A43A4909D13CE /* GULNSData+zlib.h in Headers */, + 192752E4E6481B2B6AE33BCB1655C69B /* GULObjectSwizzler.h in Headers */, + 1335E8DFEB109BB415E507EEB2F4B7E0 /* GULObjectSwizzler+Internal.h in Headers */, + 1494F53BA1DDB5B5E674BC7E6D761A0E /* GULOriginalIMPConvenienceMacros.h in Headers */, + BAAA5244FD0C076D5E3DAAE15DFAAAC1 /* GULProxy.h in Headers */, + 739409CCBB2A7491FD8B7BE19BF751A7 /* GULReachabilityChecker.h in Headers */, + 9A1ADCF8825E2A9E7C1E9814EFCA8A43 /* GULReachabilityChecker+Internal.h in Headers */, + EFED2DE384A2152C36132C128B94A457 /* GULReachabilityMessageCode.h in Headers */, + E59D2CBADCAAE89F4C4A3BC1BE78914A /* GULRuntimeClassDiff.h in Headers */, + 505CFB5AE3F64E25CD44FFA126726207 /* GULRuntimeClassSnapshot.h in Headers */, + D9FD934506C234D8F884980086623715 /* GULRuntimeDiff.h in Headers */, + 3FAB3A112D2857D14931F8FBD81AD8CE /* GULRuntimeSnapshot.h in Headers */, + 81CC5F9B759CCB31DA2FE4189B152997 /* GULRuntimeStateHelper.h in Headers */, + 499D9FEE9566F487FCEB835F88AD5B04 /* GULSceneDelegateSwizzler.h in Headers */, + 4BA13D54E0B95D0A7668CA6ACB33F175 /* GULSceneDelegateSwizzler_Private.h in Headers */, + 2DD16A958ED363DAF8D471C00D4A50A5 /* GULSecureCoding.h in Headers */, + 7DD4C53F114C9F6538A3999BD2DBF5CC /* GULSwizzledObject.h in Headers */, + 97D9FA9E183B8BB73F97CFE1E499298C /* GULSwizzler.h in Headers */, + 56BAFE2720E80DC470A8C7B70A134AB5 /* GULSwizzler+Unswizzle.h in Headers */, + CB7A2465C2877956D9053C340B048718 /* GULSwizzlingCache.h in Headers */, + F340D7EA38D9D31C19253E9B2FF111E8 /* GULSwizzlingCache_Private.h in Headers */, + 20EFC6A9F19848F3FD58B0E36ABB987D /* GULURLSessionDataResponse.h in Headers */, + D85E27E5AA50ABA8040E77A11B92FCCF /* GULUserDefaults.h in Headers */, + D9BDB09729B6C89272AA77EC8990BBBB /* IsAppEncrypted.h in Headers */, + 3D32E33FBA5D83107C0F09D29039E20D /* NSURLSession+GULPromises.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 61FEC7EED4C5DCB3990AED08289C4072 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -19439,6 +19810,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6729B7E59460D05AE760772C1DC36A28 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C5D48C99EC2B71A1E95A43A7A3B6E7DC /* Pods-iOS-dydxFormatter-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6863696DB2F13CA2A16EC162EF857629 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -19463,19 +19842,23 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 70A7EAFBC2C0E8E6558ACFAC62550CDF /* Headers */ = { + 6F1C3F7B8D02E5C7E5A823D5E2EE45F7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A7A2E42C5044C1D43D00EF41A5AF1FDE /* Pods-iOS-Utilities-umbrella.h in Headers */, + B42A71132DB54529E9AD9D774038494C /* nanopb-umbrella.h in Headers */, + 45BFA8A4512C26FE3C3F899B3D24E13F /* pb.h in Headers */, + 08026F68E86435B1F0E803DBB442FDF0 /* pb_common.h in Headers */, + 105B48ACB54A84C01D4B5037A527B16A /* pb_decode.h in Headers */, + 71FA813C58CF058028F43C70990CC3DA /* pb_encode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 749FEDEF162E2AC9D8C6DEABB367B1B7 /* Headers */ = { + 70A7EAFBC2C0E8E6558ACFAC62550CDF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CCB9CF933D1FD7CC8BBC567FB754F12F /* Pods-iOS-dydxFormatter-umbrella.h in Headers */, + A7A2E42C5044C1D43D00EF41A5AF1FDE /* Pods-iOS-Utilities-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19507,48 +19890,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8206567B79B3E0038C7886BD8F881276 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 202B19274CE931FA948CE567F960F0D1 /* FirebaseRemoteConfigInterop-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 82F28CF851D260046BBC17648A1CE923 /* Headers */ = { + 7FE07919EFD37852AA7C529BDDF27CB3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 3791FF5742AB42DE82DBD9A77E5EAC53 /* FIRAnalyticsConfiguration.h in Headers */, - 25953A1597BEEA857A9773A611044727 /* FIRApp.h in Headers */, - BA02F463B2C7F12BC85D723CD5F2C6C7 /* FIRAppInternal.h in Headers */, - 722BD5474FD263EB4C1603176B0045E9 /* FIRBundleUtil.h in Headers */, - AB262199E647F8FCEFAE81CDFED6A1A1 /* FIRComponent.h in Headers */, - B4BC0CD18B683AD23E786A339FC98B8A /* FIRComponentContainer.h in Headers */, - 9B6C46FFAC557A2F99F2791576760500 /* FIRComponentContainerInternal.h in Headers */, - 07C6F6292A48D3887AFEC1D513BBC282 /* FIRComponentType.h in Headers */, - 1D40A7700FCE628BE46C63A631E0B734 /* FIRConfiguration.h in Headers */, - 267573C9F44BEC6BDF90BA8C43243C89 /* FIRConfigurationInternal.h in Headers */, - 5E928F19C1191952A9AD67F717BC4EFF /* FIRDependency.h in Headers */, - E4BD6DE937498F415CA78D5DC7203399 /* FirebaseCore.h in Headers */, - 9284981F1F200F37BD9D3241925617B2 /* FirebaseCore-umbrella.h in Headers */, - C8CC94EFE51614C0D31EF7B79B6F67B6 /* FirebaseCoreInternal.h in Headers */, - F711E5EE8AAABF50761A5B597D0191CC /* FIRFirebaseUserAgent.h in Headers */, - B503A44694FF8284C9577D42AFDC28FD /* FIRHeartbeatLogger.h in Headers */, - 2F639F82970B5B233CF04E048C35B5B2 /* FIRLibrary.h in Headers */, - 3487426862D23FECA5193DFBDD49B6A2 /* FIRLogger.h in Headers */, - C26A3BB14B3DFF6D1A461BC3E6E48A0C /* FIRLoggerLevel.h in Headers */, - E199517569E1FE596F05CBE3F2DCED83 /* FIROptions.h in Headers */, - 84AB7B6FBF26A7EA7280F05EA33125B3 /* FIROptionsInternal.h in Headers */, - 4AC1FB8EFCDA83140443FFBE1AE56F07 /* FIRVersion.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 84463BD91FDC89B12CA9D7AB3E933CC4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 84EC14584D513AE3D3C12FA3FDEA2708 /* Pods-iOS-FirebaseStaticInjections-umbrella.h in Headers */, + B88DC55729D02D8F39C4C51973694C3C /* FirebaseRemoteConfigInterop-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19609,39 +19955,56 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9F08844C5E314A19D71995F32AC5F4BA /* Headers */ = { + 99C0E036D537F4B731D8A292B3EDC9DF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F4768891A56F1D5A9CB80C37A0E2F338 /* NVActivityIndicatorView-umbrella.h in Headers */, + B8D4F037751A47760B7513C1EBC67044 /* ABTConditionalUserPropertyController.h in Headers */, + FA65D989E4A8AE7DAC645447D6B03416 /* ABTConstants.h in Headers */, + 4BE7412E594D024251D6FF452330C62B /* ABTExperimentPayload.h in Headers */, + 30BEB4D2D267073E09418DD69A412357 /* FIRAnalyticsInterop.h in Headers */, + 9CCCF7848B07FA3D4626FAA24DA50F27 /* FIRAnalyticsInteropListener.h in Headers */, + 76E53EF17FD579F0B4E33A3FCD4AC774 /* FIRAppInternal.h in Headers */, + A224CF25419EA6CBC396A206CDC1573D /* FIRComponent.h in Headers */, + 8012F758FA172D2A37FAB35B0D4FA1BE /* FIRComponentContainer.h in Headers */, + 488A9702CD47D900E4CBE76FDCB4A150 /* FIRComponentType.h in Headers */, + 155CC2C951F06F622160E441D8A08231 /* FIRDependency.h in Headers */, + 93AFCAB504A55E0201422B987A006AC0 /* FirebaseABTesting.h in Headers */, + 2EE52923EC396F763907524D88088B92 /* FirebaseABTesting-umbrella.h in Headers */, + 45E54B05E6E2DECF886046E48EDE9DB4 /* FirebaseABTestingInternal.h in Headers */, + 1246E266C957172F5AFA3004AB4A8C45 /* FirebaseCoreInternal.h in Headers */, + A3A9EBBE1C8E91E14C5D82C4C8FB2B6E /* FIRExperimentController.h in Headers */, + BDE835DA3A8458AA933DCA0AAF3CAA48 /* FIRHeartbeatLogger.h in Headers */, + 7A4AA6AD860A9CCC63F3C5C6021E3C53 /* FIRInteropEventNames.h in Headers */, + 791CF2739CF1684C7EE46D2CA245CCDB /* FIRInteropParameterNames.h in Headers */, + 11D5268D5CE460E7D70210D7084D8C77 /* FIRLibrary.h in Headers */, + 9E23AA8B1946F34B03AF0EACAC6A20E5 /* FIRLifecycleEvents.h in Headers */, + EE854EFFCC558F76BA4E22A8C8C395F5 /* FIRLogger.h in Headers */, + B54DB6BB5135DAE808EF24AC931A7B8F /* FIROptionsInternal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9F5A9E125366FCA227E4C3576F4604A7 /* Headers */ = { + 9F08844C5E314A19D71995F32AC5F4BA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 927D1B505B07CAAD8C5F667DC520BB96 /* FirebaseSharedSwift-umbrella.h in Headers */, + F4768891A56F1D5A9CB80C37A0E2F338 /* NVActivityIndicatorView-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A5C915E0809FF807FF82E6A7E7F59F6B /* Headers */ = { + A4AA4F67A3D005BDB85C78FD01D0BC1B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FFEFDFB4447A8FAB1B8ADD17B09DDAF9 /* Pods-iOS-dydxCartera-umbrella.h in Headers */, + 570291D662FCDE047455842B92E57193 /* FirebaseCoreInternal-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A60368444C8A462E805E8FD1ABA3BD2E /* Headers */ = { + A5C915E0809FF807FF82E6A7E7F59F6B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 0C2ECD509C420145C0031EEFDE5806A7 /* nanopb-umbrella.h in Headers */, - E9505B05AE5124B8F20A8CC7EADCB737 /* pb.h in Headers */, - BC06B0BFD848FB5309003816F5E91140 /* pb_common.h in Headers */, - 206DA71DEC431F044D762AB55142F392 /* pb_decode.h in Headers */, - 07E071DF6DD66CB965E491A080C1BD30 /* pb_encode.h in Headers */, + FFEFDFB4447A8FAB1B8ADD17B09DDAF9 /* Pods-iOS-dydxCartera-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19653,14 +20016,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AC48AC36E50A11513D3D60C547D7E6E7 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C4C84B84DAFED2B34615FFFDE2FA3A75 /* Pods-iOS-dydxAnalytics-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; AF2E1F477064F25E884810FC5950A464 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -19685,14 +20040,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B9934C7EE2199B9463989CC0315A23AD /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 32830F7BCF9F0A3F4A949552B4BE784B /* Pods-iOS-dydxV4-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; BD2B111EBF8A7845E42930BF05778C63 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -19701,56 +20048,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BF5EE892321819C427F7DF87010D4419 /* Headers */ = { + C13C058325DDFB065C5CA1EC6DCBA1C1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 70B20D126064FAAE7C7C35341A2EBE69 /* Pods-iOS-dydxFormatterTests-umbrella.h in Headers */, + B23A27C6E5F031FCE2C1FFA3879F066F /* Charts-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - C13C058325DDFB065C5CA1EC6DCBA1C1 /* Headers */ = { + C67463C46DF1174FF15DB6BE77731B44 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B23A27C6E5F031FCE2C1FFA3879F066F /* Charts-umbrella.h in Headers */, + 7412A0EA435767AA1811EDA0308A12A7 /* ReachabilitySwift-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - C67463C46DF1174FF15DB6BE77731B44 /* Headers */ = { + CB219CDD1BFB4AC0508373365765467E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7412A0EA435767AA1811EDA0308A12A7 /* ReachabilitySwift-umbrella.h in Headers */, + 18CAE299E40FE01CD157C54E8F4ABF8C /* FirebaseSharedSwift-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - CA39B68CE7F0B24D2392590B98D6215D /* Headers */ = { + CB86A627114CF87FCB1867D69F08EE17 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A30E798A3B83D41DBEC17537B8048DA9 /* ABTConditionalUserPropertyController.h in Headers */, - 7506C553A01C27D9EAFD641DAF77EF97 /* ABTConstants.h in Headers */, - 27027AD80261073D6C06B487345E6D08 /* ABTExperimentPayload.h in Headers */, - 9E93045AF1449BD0F5E96DA7A8FBDE23 /* FIRAnalyticsInterop.h in Headers */, - E8438A924E19D8917E6FB115DBA5220A /* FIRAnalyticsInteropListener.h in Headers */, - 09B42A2079CB1F17917EB5D5BEFF0675 /* FIRAppInternal.h in Headers */, - B8B0244E4902E60EF4EB3C250BDF6E1D /* FIRComponent.h in Headers */, - C9B7F0790457A4BA8D109B251250307B /* FIRComponentContainer.h in Headers */, - 6ECF1F120CF9C4DAFB42741B207CE414 /* FIRComponentType.h in Headers */, - CB86FDC262E4A13AA522A64EF95945C6 /* FIRDependency.h in Headers */, - F20267A089C0D2E56C58BD5C9ADE28A6 /* FirebaseABTesting.h in Headers */, - 70A60220F031C66500B5D7EB657492AA /* FirebaseABTesting-umbrella.h in Headers */, - 8936C80605EA41E8F51CADB92B050F13 /* FirebaseABTestingInternal.h in Headers */, - 598B8CDE0882DC6566B62DA997AB9585 /* FirebaseCoreInternal.h in Headers */, - FB3C2F7D9A2E89C803412DCC32913C3C /* FIRExperimentController.h in Headers */, - 6A6B9904CCC1D71D746407849AF5FAF0 /* FIRHeartbeatLogger.h in Headers */, - CA3316DE2759BB6DAF6977E57C560E22 /* FIRInteropEventNames.h in Headers */, - C7F373C6F502AAFC9FDBB60DF0FA3C84 /* FIRInteropParameterNames.h in Headers */, - D207072FA683B0DAA4A090D11984B043 /* FIRLibrary.h in Headers */, - 39D0ADF06CB21D1A320F0C1F7B8E4AA3 /* FIRLifecycleEvents.h in Headers */, - 6042110EB245747CA33962538E5EB6BC /* FIRLogger.h in Headers */, - 44CB3BB1A3F1B2554489F026378DE0A6 /* FIROptionsInternal.h in Headers */, + 2233760C99F9F43C04DDB37F23C4068D /* Pods-iOS-StatsigInjections-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20022,6 +20348,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F674C50521460023A034DB09A109DFDA /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 380AA6A97EB76E467FAC83E0261146BE /* Pods-iOS-dydxFormatterTests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F7AB22E806DE24E896B62918E0A699F8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -20038,64 +20372,32 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F9DCA8527FFB8DB1144055ED8039C665 /* Headers */ = { + FB001DEE8A57D54503D49E30C3E250A5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 0FCC436C62EFD6A7D81CA59974508A8A /* FIRAnalyticsInterop.h in Headers */, - 1B3961C23722A3AF50BEEDC3F9E876AB /* FIRAnalyticsInteropListener.h in Headers */, - CE5299B9BB00E24102E292DBEF03A38C /* FIRAppInternal.h in Headers */, - A10059C81028F6B7890DB664574FD71A /* FIRComponent.h in Headers */, - E12A6F11BA8EC188F355BF9EEEFD9834 /* FIRComponentContainer.h in Headers */, - 45082D74260816C1722FCD3AD6ECC823 /* FIRComponentType.h in Headers */, - 452F44300F22AB72FC5A8A754A9885B7 /* FIRDependency.h in Headers */, - AE47E26664F33A625039214991FAF96E /* FirebaseCoreInternal.h in Headers */, - FB8194DF0303A92B7FB143475517E771 /* FirebaseInstallationsInternal.h in Headers */, - DA7BBB620A13E080E432C0C5E21810AE /* FirebaseMessaging.h in Headers */, - 4ECC6BDE27C034CC049321F031655F28 /* FirebaseMessaging.h in Headers */, - 9A84BFA2E1CD85EDFFB53CF2C04E1CF2 /* FirebaseMessaging-umbrella.h in Headers */, - E6C148B19AAA6E0B8A4AA278E3764682 /* FIRHeartbeatLogger.h in Headers */, - DF617D00314D62D07F403245BBD11C69 /* FIRInteropEventNames.h in Headers */, - 7DCF550FD93AB59826DAE3B42FCB9D59 /* FIRInteropParameterNames.h in Headers */, - 6CE267B4ACE2B2189E8D70DFDECC7768 /* FIRLibrary.h in Headers */, - 0C5C6052F5FDCC88DB8338B39C2435E5 /* FIRLogger.h in Headers */, - 5D318B3156D1F82505E9A04B688C4218 /* FIRMessaging.h in Headers */, - 504ED23FD7ED4CB1E3B0206DCB79D87F /* FIRMessaging_Private.h in Headers */, - A1A671CD0B7AD5CFAB4AC0C60FB7304F /* FIRMessagingAnalytics.h in Headers */, - C52FFC8E460532F8E4D7E86E4BEE0BF9 /* FIRMessagingAPNSInfo.h in Headers */, - 30322FE544D76AD8A4EE132D3BF9B590 /* FIRMessagingAuthKeychain.h in Headers */, - DCA8256AAE2A1D837636CACB7F88BA1A /* FIRMessagingAuthService.h in Headers */, - 894F6A33FA2A50883E449F68B3FD821E /* FIRMessagingBackupExcludedPlist.h in Headers */, - 74C0468F88C58481C35CE56467127090 /* FIRMessagingCheckinPreferences.h in Headers */, - C9DB6C55F6FF0A4ED0AF48D2CB6F42AA /* FIRMessagingCheckinService.h in Headers */, - F4E508631ED31DA37EB6D06AABD860DD /* FIRMessagingCheckinStore.h in Headers */, - CEA2FCFEAD29532CF2271717F2F2C0E8 /* FIRMessagingCode.h in Headers */, - 645FBE902CB23796FA166EEA505364AC /* FIRMessagingConstants.h in Headers */, - 62B6C1834EE1AD27B84A14AE34D17B3B /* FIRMessagingContextManagerService.h in Headers */, - A11D7AFB36FDBF30F88D03C1D16C9757 /* FIRMessagingDefines.h in Headers */, - 869D2B7AC5FAE15DB807F97B5D5B7393 /* FIRMessagingExtensionHelper.h in Headers */, - 7F6A3E5D2C3901594833E55D9D63B5B0 /* FIRMessagingInterop.h in Headers */, - 417FA6FA1A8CD784F8F9BC93D8B31BAD /* FIRMessagingKeychain.h in Headers */, - EEA2AC5248481A20D242C074EDC3B09C /* FIRMessagingLogger.h in Headers */, - 27391776D0A0BB555369E09CD8B6B306 /* FIRMessagingPendingTopicsList.h in Headers */, - 859BB2BB1A41DE0A4B7890DE738839A9 /* FIRMessagingPersistentSyncMessage.h in Headers */, - 14642E6A885EDED66487F1084882637D /* FIRMessagingPubSub.h in Headers */, - 6352B5D63C4CBB9DEFC37D85CC19EFDD /* FIRMessagingRemoteNotificationsProxy.h in Headers */, - 5D2237D0D79D5D9E021DB8FD277B8841 /* FIRMessagingRmqManager.h in Headers */, - B791CB9C4E0EA5DF4CAA79E4BB2DF32D /* FIRMessagingSyncMessageManager.h in Headers */, - 3AFAF593FA789D1E801575232D221B19 /* FIRMessagingTokenDeleteOperation.h in Headers */, - F54664B71FC640C0167407343A12B536 /* FIRMessagingTokenFetchOperation.h in Headers */, - 9C6921BD95CD2E1CB7793CE4E1AF6FA3 /* FIRMessagingTokenInfo.h in Headers */, - D101C4464E15D476F1E773343A4729AC /* FIRMessagingTokenManager.h in Headers */, - 815A0696412258286E9DA7695186A85D /* FIRMessagingTokenOperation.h in Headers */, - B408EC5F933E9A5092DFC56E90312305 /* FIRMessagingTokenStore.h in Headers */, - 6EBA19ECD71BF1C104E9B17E612E2AE3 /* FIRMessagingTopicOperation.h in Headers */, - A3A9D16B6836BFBBD751347AE8492FC3 /* FIRMessagingTopicsCommon.h in Headers */, - 61E985AC5E3B6F94E072E645A3A5E014 /* FIRMessagingUtilities.h in Headers */, - B2FE55B7974D3BACA9170B41B3AD80F8 /* FIROptionsInternal.h in Headers */, - 313958C895F5442422FFDE6C0936C77E /* me.nanopb.h in Headers */, - 3E02E0DC3A3C9B56C0507B4907BCBE45 /* NSDictionary+FIRMessaging.h in Headers */, - F8C6ACDE6DC77E2F19312ED9EB441E57 /* NSError+FIRMessaging.h in Headers */, + 01A52C2B5A608A39B3C839BADA51706A /* FBLPromise.h in Headers */, + 0BC4E5FCF610D5465D8692FD825D0FD0 /* FBLPromise+All.h in Headers */, + 271C8E49C14CFA791DB2C181EA90310A /* FBLPromise+Always.h in Headers */, + 6250A7D2A1794E8D561FB428FCA07E25 /* FBLPromise+Any.h in Headers */, + E48F51EDE99DE273EFA985D8A65B3247 /* FBLPromise+Async.h in Headers */, + 9491B531D891CAB4C567E3AB16571E50 /* FBLPromise+Await.h in Headers */, + 6D55F0EAFE57A34233F92CFC5F811386 /* FBLPromise+Catch.h in Headers */, + 3564784562AF821C6A83A8EA5C5FA187 /* FBLPromise+Delay.h in Headers */, + 6438B1618B423B39E7E041BE20468DC8 /* FBLPromise+Do.h in Headers */, + 1875A25B78856AC155A096BCC228ABB7 /* FBLPromise+Race.h in Headers */, + 42DDB3276632B48E312B552C4641F345 /* FBLPromise+Recover.h in Headers */, + B6013C1696D56B397A89E0CF76A41CA5 /* FBLPromise+Reduce.h in Headers */, + D51C4DF67C59D25A7A2FD78BA68EB887 /* FBLPromise+Retry.h in Headers */, + DFB400AF0774D611C2BAF8F82FBD0032 /* FBLPromise+Testing.h in Headers */, + 9D3FBBAFDA036EDC4DA45E61B610065A /* FBLPromise+Then.h in Headers */, + 01F7028608A45F4178FB5707E44EFB07 /* FBLPromise+Timeout.h in Headers */, + D06CDB6367F27EC5ABCC2C3A66596442 /* FBLPromise+Validate.h in Headers */, + 979EFB01214D7723E428810E5E155F0B /* FBLPromise+Wrap.h in Headers */, + 9E810B504FD516166D59A7DE2DFEC802 /* FBLPromiseError.h in Headers */, + B2C8D5E891E20D2ED5118FA852FBAC60 /* FBLPromisePrivate.h in Headers */, + 029B1856381414167ED51EC17422EB6E /* FBLPromises.h in Headers */, + 87FD48516ADE42C56125D6E9AAFCD669 /* PromisesObjC-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20272,35 +20574,35 @@ buildRules = ( ); dependencies = ( - 36D7D746168CBEEE0CD437DE647EF297 /* PBXTargetDependency */, - 054B3D245411DEC93B324BDD1827E649 /* PBXTargetDependency */, - CC50545A669E004B604C8C6A17E7AFC7 /* PBXTargetDependency */, - 8ACD0AFCC8701C493BDD09F6C3D02A2F /* PBXTargetDependency */, - E9ED055F594C4C4B33A812CEF98FBF77 /* PBXTargetDependency */, - CB0FA86A544A60246D88A52522B912EE /* PBXTargetDependency */, - 4C682EB048EC99EDF2DF43AC44504377 /* PBXTargetDependency */, - 7D9A6A3DA2A9B28937F661380DDCCDA5 /* PBXTargetDependency */, - FBFBEED7AC2DCD401160D3520B7A0598 /* PBXTargetDependency */, - B545D38CE0F142FEB0335AF18E86ADC3 /* PBXTargetDependency */, - 2E348B6483AE1B0060E7C5E69CAC8D31 /* PBXTargetDependency */, - 4E99FDA5C4FD67B2CA367D1E05049EE6 /* PBXTargetDependency */, - D84BA90E5B68FA08A20841E3535D11D3 /* PBXTargetDependency */, - 4706ECCF2197484E87B90487D04212AA /* PBXTargetDependency */, - 62B050FC80FDB4DB5085358BC75C7F2E /* PBXTargetDependency */, - 0ED940467F36E70131B4D09C2B4E772C /* PBXTargetDependency */, - CB6A92D74EE60A3404014C836AF31EB7 /* PBXTargetDependency */, - 21E0C54CD0E8C555F344DAA520EAED03 /* PBXTargetDependency */, - 94BFA5C27F236CDDDDA67F17B44A5DD8 /* PBXTargetDependency */, - 5D8578515110C84992B8DC9C8097CC33 /* PBXTargetDependency */, - 8BA18B2EC44BB3CDD7DC4B3E7633184D /* PBXTargetDependency */, - 04904E6699D2125E0CB6A06506BA1541 /* PBXTargetDependency */, - F4A3DB075B11313FA59C925C78E7EA03 /* PBXTargetDependency */, - BC917094D02B0408B1CAFF734FAC08CA /* PBXTargetDependency */, - 71198D067EBB9BF208957095E6A1AFF7 /* PBXTargetDependency */, - 440231098258318DA1D10A22FBC0A4B3 /* PBXTargetDependency */, - CE55DAD92128BDC14FE1FFF86EC93764 /* PBXTargetDependency */, - 4A1CADF8DD65E0815834BCBBBD1D075B /* PBXTargetDependency */, - BB77B2677F78637DC7142D981E8706FB /* PBXTargetDependency */, + D1666A968BC71CA999A65996D8559472 /* PBXTargetDependency */, + E7AA818C7B8959BE3BD40039441BA2EE /* PBXTargetDependency */, + 1C48C12070F07F1F47780737202E0E04 /* PBXTargetDependency */, + 7130A21B4579FA9948D34CFBB920A622 /* PBXTargetDependency */, + 86B889AF5620F0710F87E2B2E3F8A019 /* PBXTargetDependency */, + 719E581CD6F985B273E58A3A968F1373 /* PBXTargetDependency */, + 79E44A69F698885EE911AA5F6F86DDB6 /* PBXTargetDependency */, + 5DF464C15301A2CA223B81F5C78FAA61 /* PBXTargetDependency */, + 3217BE60BF3B6B7135F639EDD3FF36EB /* PBXTargetDependency */, + 78FC5F4FD0B195BFA9273715D35CCD8D /* PBXTargetDependency */, + 22013EFBA372E6EC9D78E0DEE0A3334B /* PBXTargetDependency */, + 3103C6AB36696220368E2FDCF2FB3A70 /* PBXTargetDependency */, + 4F82BB5167FF01770CFE5045CC800827 /* PBXTargetDependency */, + CE77EF9C6551BAA430FD44026AB12709 /* PBXTargetDependency */, + 2AE0EA2479686F6121446BEC2572D399 /* PBXTargetDependency */, + 3950F1673BEBB90D7C2EBF456BA6AEA7 /* PBXTargetDependency */, + 87D58CD5FA0DB571B834A61CA548A76F /* PBXTargetDependency */, + 37A14791078DF837A4E0EDC59A982A7B /* PBXTargetDependency */, + 61EC681C262352168E95222A1E830DA3 /* PBXTargetDependency */, + 672752FE243349EF5A01C7C35E1561F1 /* PBXTargetDependency */, + 9B050911D07B323C3C2293D5BA22789B /* PBXTargetDependency */, + 2C9DFF7558D845A28FAED95E93C6F623 /* PBXTargetDependency */, + 7E245056EB6AABF82348B2EFDC36B8B4 /* PBXTargetDependency */, + 3A7265AAC6E5F331241CF66F10E88796 /* PBXTargetDependency */, + B9766DB37E38BAA491AFE7771270BD0E /* PBXTargetDependency */, + EAA773061DBF50CE30923CA74F5FEEC5 /* PBXTargetDependency */, + 16A0EBC107398FFD510E5842DD681B7C /* PBXTargetDependency */, + 6EAB0CB092B3F46ACBD2073BE6727E26 /* PBXTargetDependency */, + 1F1277918F269A24E61FE1154D59FE5B /* PBXTargetDependency */, ); name = "Pods-iOS-dydxChartTests"; productName = Pods_iOS_dydxChartTests; @@ -20363,11 +20665,11 @@ }; 0A8C943EF5CB0B747A82882C5D3ECF93 /* ReachabilitySwift-ReachabilitySwift */ = { isa = PBXNativeTarget; - buildConfigurationList = 0EDFC15324F7E7532C663716DF08A897 /* Build configuration list for PBXNativeTarget "ReachabilitySwift-ReachabilitySwift" */; + buildConfigurationList = C81BFAFA6FA79E6D261C3F6FEF98C79B /* Build configuration list for PBXNativeTarget "ReachabilitySwift-ReachabilitySwift" */; buildPhases = ( - 33BB62B6DAB157003328E59138B28D72 /* Sources */, - 3460B9C50B94350E20F1336A68680878 /* Frameworks */, - 493EB1A182D754E0FE387027636309A2 /* Resources */, + 40B7A16157315ECDC26665F5B124D6C4 /* Sources */, + 8E70ED45877BC3DAE5D7472CE2FBCFE9 /* Frameworks */, + 4727ACEB3D14BFD06C59A1AAC831D01F /* Resources */, ); buildRules = ( ); @@ -20390,7 +20692,7 @@ buildRules = ( ); dependencies = ( - CB9959E2784C2F5458C2A1BFCD02A4A6 /* PBXTargetDependency */, + 12C6B673BEA58C844FCCE6008DC9C6C2 /* PBXTargetDependency */, ); name = ReachabilitySwift; productName = Reachability; @@ -20409,14 +20711,14 @@ buildRules = ( ); dependencies = ( - D73926633CE170BF3A1DF58BD2A03AE0 /* PBXTargetDependency */, - B5FBEA1660AACB5BCC0DC7930D3300E2 /* PBXTargetDependency */, - EFFBDDEC19DF472AF62D0A9A9411BC52 /* PBXTargetDependency */, - A9F5ED2CCB480F08E45183B9A3D6A34E /* PBXTargetDependency */, - 475A2F5769E7D501884D5E0CDD94243B /* PBXTargetDependency */, - 81DAED9FDEA1E92B07C45AEA62FDB61C /* PBXTargetDependency */, - BCE9723B9D5E19FCFE0F2630A6AEE3B6 /* PBXTargetDependency */, - 87439EDCBCFAD84717A49113DF4550B9 /* PBXTargetDependency */, + D23F513D038F7516F4FA82EF52B7BF4A /* PBXTargetDependency */, + 321BBF9C4BD99E3A80D89C9093BFD552 /* PBXTargetDependency */, + 58CFA98113C954EB71DC5D5EF4412BCA /* PBXTargetDependency */, + FD8A8967C3A1F9959C1DFEF2D88E9112 /* PBXTargetDependency */, + 7CCF365895DB7AA83041A96461EEDF0B /* PBXTargetDependency */, + 712B4384228FD589550963846A94BCA8 /* PBXTargetDependency */, + E14D8D9A0633B2273002C336AB2CF7A7 /* PBXTargetDependency */, + B77C75968DAF3EB7A6F2915C39B6BA90 /* PBXTargetDependency */, ); name = "Pods-iOS-dydxStateManagerTests"; productName = Pods_iOS_dydxStateManagerTests; @@ -20425,45 +20727,46 @@ }; 0CEBF41F7840EC5D3A6CD5E056147F81 /* Pods-iOS-dydxFormatter */ = { isa = PBXNativeTarget; - buildConfigurationList = 66578707AEC634AA80C66929015F80AD /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxFormatter" */; + buildConfigurationList = 154B2784AFA17D7529A892A9F7F49549 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxFormatter" */; buildPhases = ( - 749FEDEF162E2AC9D8C6DEABB367B1B7 /* Headers */, - 033BC4329EAA591D5C46E888A530D1E7 /* Sources */, - D09D7F3A50AD85F55DD7C043CFF8816A /* Frameworks */, - ABCADA242CCC01CA795FB6FE1ECFDCB3 /* Resources */, + 6729B7E59460D05AE760772C1DC36A28 /* Headers */, + 9223D303D68389BD40192DAFA5EFCEBC /* Sources */, + 115DE98DF090D3A27CE78BF35277A1A7 /* Frameworks */, + ED02B052BCC32C006234B715AB3C7E37 /* Resources */, ); buildRules = ( ); dependencies = ( - F1AD6C023959E941BF11ADDD389464AF /* PBXTargetDependency */, - 868AFECB5BA6865E885DCCB198BC3292 /* PBXTargetDependency */, - 9E8AE90500EF1E9F546D8E82DE59C4E2 /* PBXTargetDependency */, - 4F8829227F4E71FC1552A166E7627D56 /* PBXTargetDependency */, - 18F7DE1DA5D22E9C3BE3C84C63047F82 /* PBXTargetDependency */, - 94809419474142D9429B5887453D2573 /* PBXTargetDependency */, - 0FBAE50C7F30154B97F301ECB3E5C186 /* PBXTargetDependency */, - D532183EC1694DF9E52DA5A11C35C467 /* PBXTargetDependency */, - 72BED1B9E5A0BAB54C6BF64051888382 /* PBXTargetDependency */, - 4811980E11DECD0168C1ED5B52C3A31B /* PBXTargetDependency */, - 6FC53B7A7A5FAFA21B5FA6812813C125 /* PBXTargetDependency */, - A81894178BD31F5BC7FB9CBAA31AC724 /* PBXTargetDependency */, - 3FEDB9B41AB316E937F989653EFECD43 /* PBXTargetDependency */, - 7E0E9DA9EC15FE9C88A50EFCA7591ADE /* PBXTargetDependency */, - 135FA1C999C43B33EEC297774B501B71 /* PBXTargetDependency */, - 2E37CD392C67190F39B7B365819F382A /* PBXTargetDependency */, - C648381669B60561820B8561D31A93CD /* PBXTargetDependency */, - E8350EA45B7B98BC3C7BB3C4E4476CA1 /* PBXTargetDependency */, - 05459229A760BEFF83D912E235C2669E /* PBXTargetDependency */, - D14017AF9243F1C7F79917AF15120BC4 /* PBXTargetDependency */, - 3D5510BE85F7F6096A6C7CBA37764BC2 /* PBXTargetDependency */, - 7C841F61037F0C478A98820064E7FC58 /* PBXTargetDependency */, - AB2C378850137CF7430381F3B1E1E504 /* PBXTargetDependency */, - CC5538702B44A2B5088DFAD1B6F4DC0E /* PBXTargetDependency */, - 3E34D96478C5EBD02901F577091E471F /* PBXTargetDependency */, - A8185E06E20DA6B7A7B3D0D1538EAA67 /* PBXTargetDependency */, - BC15E894BA1719EDC03F13B5CE207CA4 /* PBXTargetDependency */, - 18B57A1F56C7C3DF93BFA207FAA8F353 /* PBXTargetDependency */, - A6E3C972012EB90D92947C4964F451C4 /* PBXTargetDependency */, + 8B20E0524CAA6B89B73CF03C3C560A70 /* PBXTargetDependency */, + 951E3ED22BED16FD2F2C56E530923A79 /* PBXTargetDependency */, + 3BAB7F5C58C85A4B485AD9E7AE35839F /* PBXTargetDependency */, + FF08158CBAF116ECE2C627622AAFD6BC /* PBXTargetDependency */, + 24149BB622783414E068337776F7C06D /* PBXTargetDependency */, + 107F00D1684DB5C3F3924A73CFEF0835 /* PBXTargetDependency */, + 77C9FF72DCF3844471A0C5160039FA47 /* PBXTargetDependency */, + 1D6625D5B23FB234BE70912CC5D25E09 /* PBXTargetDependency */, + 4EAC94F254DD76ADA9B596B72395A988 /* PBXTargetDependency */, + 2A3E1E1DA5B8FBED45E354AA0FA066AE /* PBXTargetDependency */, + 3375B6FD6338C55DDEF302C11D0FA97B /* PBXTargetDependency */, + A352EA7F57AF5565629FA06D2C7818D1 /* PBXTargetDependency */, + A0537A232DCC848B8A914877E2D211B3 /* PBXTargetDependency */, + D376FAFEE7A90F684D91B4DEBC573133 /* PBXTargetDependency */, + B1F98A7B6D3DE62230AB7ACC3934362B /* PBXTargetDependency */, + 8F30C28B846DFC02532BBD8F420F2EDF /* PBXTargetDependency */, + 74653B310B0407C9908D29A6FDCF168F /* PBXTargetDependency */, + D229116697BC87E05228C94E1BD176CA /* PBXTargetDependency */, + FB38F1E17E1E1B80BC2481FA53CA7E8F /* PBXTargetDependency */, + 821730D73BB672FD2B2E9ED127B64971 /* PBXTargetDependency */, + F6A7E8B8E4FA554D79A0D060F383B07B /* PBXTargetDependency */, + 37674BE95B29D5DC85BB76A38A39F006 /* PBXTargetDependency */, + EFEBD49DDE3DB2CF7C72B88205C7F9C1 /* PBXTargetDependency */, + A12A55E60C1E151FDF290979AF6CB28D /* PBXTargetDependency */, + 5B01861DA9BCCC3E17F36A418F1D3528 /* PBXTargetDependency */, + 76CC00D87BCD6EC40AD464B2E44948D4 /* PBXTargetDependency */, + 980E55F1144190105E83AB6D39C04581 /* PBXTargetDependency */, + F171FB2DF92D6F454C545AB41B134BAE /* PBXTargetDependency */, + 6CA921FC6ABF53B24819C064721A5835 /* PBXTargetDependency */, + CEFE5BBE8F327AF4D4388DDC409ADED1 /* PBXTargetDependency */, ); name = "Pods-iOS-dydxFormatter"; productName = Pods_iOS_dydxFormatter; @@ -20472,11 +20775,11 @@ }; 1001C16510D946B47CFF8B19DBC0B787 /* FirebaseCore-FirebaseCore_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 27219F8D9BE9C401D71F2F6B2E693AA0 /* Build configuration list for PBXNativeTarget "FirebaseCore-FirebaseCore_Privacy" */; + buildConfigurationList = 7E92555BD2128A7D7B2DF513C499E77D /* Build configuration list for PBXNativeTarget "FirebaseCore-FirebaseCore_Privacy" */; buildPhases = ( - 00FA6C246FD54C2079EE81BA2A1EE12B /* Sources */, - EF4B5A6F8439BE35A70EB923258BAFB1 /* Frameworks */, - 90601927A17FB367946ED25B4197BEFD /* Resources */, + 5A98D8303D873D4E0F52FD57DB165AA3 /* Sources */, + 72DAC0FE8B116710DDC3C25160046F20 /* Frameworks */, + 70820F960D044E50F9FBBD892866884E /* Resources */, ); buildRules = ( ); @@ -20499,13 +20802,13 @@ buildRules = ( ); dependencies = ( - 4F6F074EBD342B1C86CFA522E32C7E56 /* PBXTargetDependency */, - CB67AF1B434B4EF17DF558F54CF65D3E /* PBXTargetDependency */, - FF20A25490E60C98826D6C2EB1A97DCC /* PBXTargetDependency */, - FECDAFBA1626EC08E88B0845B8372036 /* PBXTargetDependency */, - 8D760554301CCDFF927D9CA998023418 /* PBXTargetDependency */, - 85848BE967BA953208E617780D4B7C2B /* PBXTargetDependency */, - E935E372BD95A435AE2E8A5EDF3D626A /* PBXTargetDependency */, + 48F033895524FB270E4F1245E51ED4C5 /* PBXTargetDependency */, + 006C79AE9DF597D51271F4C4C6DEEFDC /* PBXTargetDependency */, + DAAC1747297E0CE94DC8096AF1782FFE /* PBXTargetDependency */, + 9BC02E63A43E731DC85A79952BC7CAC9 /* PBXTargetDependency */, + 6E97560A44FE2D0AEEB6D08C6A7F1967 /* PBXTargetDependency */, + 4BED31AA3D904C865EFE4CBE2E6E4EC3 /* PBXTargetDependency */, + 2687A87898AC3DFF5622EBC2A3F11449 /* PBXTargetDependency */, ); name = "Pods-iOS-ParticlesKit"; productName = Pods_iOS_ParticlesKit; @@ -20524,17 +20827,17 @@ buildRules = ( ); dependencies = ( - 747270631A5D3853A90E9C38B3814EB4 /* PBXTargetDependency */, - C172A8EF0F99FFBCD925B640AD96A2DD /* PBXTargetDependency */, - A90DBF3591988AEF267D6BFBF23608C7 /* PBXTargetDependency */, - DF895571298162E4D4EA22F83037BC15 /* PBXTargetDependency */, - 34C7044934B83D526B9C8088A0A0630D /* PBXTargetDependency */, - 57A66DCC766C128FFAA15C2F99776C89 /* PBXTargetDependency */, - 060B1B55289C986999E1C245D5B097D1 /* PBXTargetDependency */, - 0876D812ACBF7D6E3F9A1C3B321025D8 /* PBXTargetDependency */, - 2C1E178FEBB03323A7CB3705F89273DE /* PBXTargetDependency */, - DD22C2697095B7724F967477C92C2AF9 /* PBXTargetDependency */, - 3FE13BFFA2CD62F59D0AE8A3EDE39328 /* PBXTargetDependency */, + 264204E42D7CFFE64A3F3B957D36D3AE /* PBXTargetDependency */, + 099641BDDE098E052740CC4EC0F39E28 /* PBXTargetDependency */, + 1F95838080BF6BA5DF58D92FE2F1C099 /* PBXTargetDependency */, + D6AF0973094ED3A38196F9E42CB2868C /* PBXTargetDependency */, + C26B446BCBE9D12A8D415701E8608C5E /* PBXTargetDependency */, + 6CE128E0649075CBD6B03C2BCC81AD59 /* PBXTargetDependency */, + 923893082547C6AD3A93A2E1CC9A0665 /* PBXTargetDependency */, + E1258D61CE423866D5F053326A7E5B41 /* PBXTargetDependency */, + F5ED183A5AB4A43B07948817C878A921 /* PBXTargetDependency */, + 019F97193D91280A65BF8AD699219317 /* PBXTargetDependency */, + 732BCF83142A769EAB2BC0036F5509C6 /* PBXTargetDependency */, ); name = "Pods-iOS-PlatformUI"; productName = Pods_iOS_PlatformUI; @@ -20561,11 +20864,11 @@ }; 17CBCC6221F62B870268E935098B7D7D /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 9CB466259B7B96324EE4EA020F58122F /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics-FirebaseCrashlytics_Privacy" */; + buildConfigurationList = 6F0B16BAA11151FABFA6D053B76E6E96 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics-FirebaseCrashlytics_Privacy" */; buildPhases = ( - 5ABC7A03A6C34E18CB448CC1B413E0EA /* Sources */, - BFFA23BDC21AC7A10239AE9799BEC34C /* Frameworks */, - 1DC14EE399510A2C750EB85D52D6E0A5 /* Resources */, + 20B6E9C9959244A879642BE210517500 /* Sources */, + 31F9136E69CFB880B97B8F1420AEBD5A /* Frameworks */, + 9645612357296F7990B65CE84656CDE0 /* Resources */, ); buildRules = ( ); @@ -20606,7 +20909,7 @@ buildRules = ( ); dependencies = ( - 514F14B679DFAD9D9A8B75163199966B /* PBXTargetDependency */, + 6F97CCBF29FE1A8A2FD9EAEE65AD4E4B /* PBXTargetDependency */, ); name = SnapKit; productName = SnapKit; @@ -20615,11 +20918,11 @@ }; 1BFBEDBF7E03729D43C96530EE190825 /* PromisesObjC-FBLPromises_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = BAFF27464C115A688D20D38907C9160F /* Build configuration list for PBXNativeTarget "PromisesObjC-FBLPromises_Privacy" */; + buildConfigurationList = A53773FEECFF68DBA2A46A0D3BAFEA2F /* Build configuration list for PBXNativeTarget "PromisesObjC-FBLPromises_Privacy" */; buildPhases = ( - CEA366E98471512F9C9DEEEC9100B534 /* Sources */, - FABE3377FCD47DB53C6709FBE20535EB /* Frameworks */, - 3300413EEFCC14898D03232019FE3855 /* Resources */, + 3CACE3C22BEC1631491923DC075FB3BD /* Sources */, + 35301F75F85782A1401E8C7797A13AFA /* Frameworks */, + 9C6C55DCB99BDD99853366086E034798 /* Resources */, ); buildRules = ( ); @@ -20642,14 +20945,14 @@ buildRules = ( ); dependencies = ( - DA9B58EBEB4C16E13CE7D15187EB51E9 /* PBXTargetDependency */, - DF48E7C4DA5F6BF8131FE4B5B67D909B /* PBXTargetDependency */, - 087D1C2A02DCC1346E0817B4D08B6270 /* PBXTargetDependency */, - 60729E79EC80349F56006EF83915722E /* PBXTargetDependency */, - A345BECAFB3361570E9704E02C77D2A2 /* PBXTargetDependency */, - D1DBA4A5AC6B844133F0E35F95F8D601 /* PBXTargetDependency */, - CE583B183516E6FA7E0E4FE88D3AA2F8 /* PBXTargetDependency */, - D4D79CAB5262F1A13FB9F12597F0D024 /* PBXTargetDependency */, + F0275B3A8BC4C3C4378B094DBB6AF2DA /* PBXTargetDependency */, + 1A14D3530F92935832E77686ABCA35A6 /* PBXTargetDependency */, + 5763810AFFD3D56B62FD3683488DC025 /* PBXTargetDependency */, + F39F9ACCEB5EF354372C38124AB77B0A /* PBXTargetDependency */, + 8085B5F07426492D10FBE04A3721E2E8 /* PBXTargetDependency */, + F45D6B88A895AA75917AABBC7FEEAEB5 /* PBXTargetDependency */, + 7308333AB331FFAC13287159F905247E /* PBXTargetDependency */, + 62402561CF220F3B99B99D193A725CEA /* PBXTargetDependency */, ); name = "Pods-iOS-AmplitudeInjections"; productName = Pods_iOS_AmplitudeInjections; @@ -20668,35 +20971,35 @@ buildRules = ( ); dependencies = ( - 7AE8430729A5B415C9FFBE040397514D /* PBXTargetDependency */, - 4CC5E2B360E6FE91E1F73C0DDFC4310E /* PBXTargetDependency */, - E2E97785C30DAB723FAD3A3A5E339B77 /* PBXTargetDependency */, - 5D7BFDAAEFA9C63F0C4D1931DA9D08C5 /* PBXTargetDependency */, - 1876732EAC5D25C69D548CC711D93D2D /* PBXTargetDependency */, - CB9712CF71AA6A82E164A0888BD7D3FB /* PBXTargetDependency */, - B6ED5D3084A0EF1210BB6ED5AE7A5DCE /* PBXTargetDependency */, - 4C170F88584ABACBCFA51FAFCC120FB4 /* PBXTargetDependency */, - 773317DF5EE406F63A530E95B8E281E2 /* PBXTargetDependency */, - 7DECE05AA3EAE2CF214EA348B3899AC9 /* PBXTargetDependency */, - 09EAAF54CD5AEE4E90B13373B5ACF8D0 /* PBXTargetDependency */, - 9BBAA953A487549AC038540D678068FF /* PBXTargetDependency */, - 6BE6E983F4DB474EACEE5EB46E5590E4 /* PBXTargetDependency */, - 963F8C869C204DF18093EE3A4CA3BC7F /* PBXTargetDependency */, - ECDDAB3F5C4802CD226AE4C62F6ABCE2 /* PBXTargetDependency */, - 4DA0A34F7CAC658A2E2C9708C6479190 /* PBXTargetDependency */, - 6B2A117C14A3F318C8C88BA8B95B9C0C /* PBXTargetDependency */, - 46E6D5991956F6B9F4D9D9F48B99994B /* PBXTargetDependency */, - 6EA567F67258F5B48B3B26C8DFE1563D /* PBXTargetDependency */, - A446FBB1FD91339C629B58D4956531F3 /* PBXTargetDependency */, - 4000ABF05661622728231A7D68C2703F /* PBXTargetDependency */, - 13A20B240A19CD0CA1BDCD1B85D93CDE /* PBXTargetDependency */, - 5FC6DB59019DBCCA055C33026D282656 /* PBXTargetDependency */, - 83BE7ADB0A414CDA4337390B0F66F527 /* PBXTargetDependency */, - CE158850229E448480205EBCEB8949E7 /* PBXTargetDependency */, - CE107D1D8D786129D3F10333A4C32440 /* PBXTargetDependency */, - 62CB3AE458078E7E2CB7A165CC3F3A3A /* PBXTargetDependency */, - 3DF11FF274FC48AEADD7E35C646896F7 /* PBXTargetDependency */, - 75DDC9E23024E3C05E9086ED9F3A7C47 /* PBXTargetDependency */, + 1A3386FCCDEC529834E32022C9EFEFC1 /* PBXTargetDependency */, + 3767B848FEF4AA748D0B265823793E51 /* PBXTargetDependency */, + 87FB20C60A688933D75CB1ABAFAF7E79 /* PBXTargetDependency */, + 1298C300CAA454B63283DCD361D371F6 /* PBXTargetDependency */, + 5B70BD3ACB199E995C29A373E391EDF8 /* PBXTargetDependency */, + EF7FD95B1F9E091F457F03F3D2E2257D /* PBXTargetDependency */, + 526DA76FD5E836F8CB77DEEEAE0E1E6D /* PBXTargetDependency */, + 4C1F17A0E9D1E9FAA5C819CA225952E9 /* PBXTargetDependency */, + 4D8654AABC9020894F5F1267840C5E00 /* PBXTargetDependency */, + C3ADA3CA84EA7784C8F219F064694A69 /* PBXTargetDependency */, + CDE64A5B67A541AA6D2FF56A96F6C915 /* PBXTargetDependency */, + 6D1D3CCFDCA7A999BB19254F772118A0 /* PBXTargetDependency */, + 58425DC2F503746DA0AB99854FB59534 /* PBXTargetDependency */, + B4791567D1E0DE8FE2D8C425687070CB /* PBXTargetDependency */, + 51FCFA9DD4DEC7ABA8C6524ABB63D4B8 /* PBXTargetDependency */, + 44E06A631407221CC252C76EAEF26BE7 /* PBXTargetDependency */, + 2A20BF9D5D51A51E9E0058C39CC4F594 /* PBXTargetDependency */, + AA20B796F11FCDF2C4FB861F597F06A1 /* PBXTargetDependency */, + EBB606379EB753FD27E472618D025E31 /* PBXTargetDependency */, + BA8C97C8BE8E8C6B5F0B39E1BCEC301C /* PBXTargetDependency */, + 2B851EB043C73892573CE1C94B4B71B2 /* PBXTargetDependency */, + 100361B276B996A7D5CE15D88203F429 /* PBXTargetDependency */, + 6E39598A5532BB6A80596D88C29519BD /* PBXTargetDependency */, + 48F2EE3DCA41E46EBAFA38090FE01904 /* PBXTargetDependency */, + 4828C09395B92C4ACE0D11AA529C8AB9 /* PBXTargetDependency */, + 58B91423CCFCE3429BB8FAD687EFD4D3 /* PBXTargetDependency */, + 52E404FA67CA5BBAC177BCDFC4652624 /* PBXTargetDependency */, + B0803D4973A5BEFE8EA3816C716DBC8D /* PBXTargetDependency */, + C1C327DD81361BABA0ED082017D30EA2 /* PBXTargetDependency */, ); name = "Pods-iOS-UIAppToolkitsTests"; productName = Pods_iOS_UIAppToolkitsTests; @@ -20705,11 +21008,11 @@ }; 21FB29F43C8A2A81ABFE8C478370070E /* FirebaseMessaging-FirebaseMessaging_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 076CD66D89A108FE59445B441C0C81B0 /* Build configuration list for PBXNativeTarget "FirebaseMessaging-FirebaseMessaging_Privacy" */; + buildConfigurationList = 39726597BE6B8182AAE40C2CD7860CD1 /* Build configuration list for PBXNativeTarget "FirebaseMessaging-FirebaseMessaging_Privacy" */; buildPhases = ( - 7A4000F6FC9D626D33FDD139D89225BD /* Sources */, - F793377E0A87F0EA5243CB40FB56FEE9 /* Frameworks */, - 2601B1D07DA85D57AC75798ABDFC4AD5 /* Resources */, + A68C5501E576ED8E5B63EF8440D165C2 /* Sources */, + FC0EF095F08ECB3942096AA6446B707C /* Frameworks */, + 9FBA0E7F46B83BF6B0053565FC35E94D /* Resources */, ); buildRules = ( ); @@ -20722,11 +21025,11 @@ }; 230F5EE18ECBB227C09ED2C571AFA319 /* PromisesSwift-Promises_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 68F24D43C711B2DB3C79EBC2559295FF /* Build configuration list for PBXNativeTarget "PromisesSwift-Promises_Privacy" */; + buildConfigurationList = 1EF1A13567D9890E6E3C34C4AD33D5AF /* Build configuration list for PBXNativeTarget "PromisesSwift-Promises_Privacy" */; buildPhases = ( - 19350EC12FE557EE20B13C859872C8D8 /* Sources */, - EE44A4065330B4BAA4127F373A88BF0A /* Frameworks */, - BC240CAF151E8872B97C4F2E25BD08F5 /* Resources */, + A79FF0950A0BCF9148AE90147E7A755C /* Sources */, + 083E73942ED7F065C94EBF30399C0CE4 /* Frameworks */, + 76B842CE6CC605EB9A9207FB417CADF4 /* Resources */, ); buildRules = ( ); @@ -20739,11 +21042,11 @@ }; 24D7789A4C8783E3684E7D8CFAC12CC6 /* GTMSessionFetcher-GTMSessionFetcher_Full_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 83F145DE594A25D46992AA5717EE924A /* Build configuration list for PBXNativeTarget "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy" */; + buildConfigurationList = 9F6B8B1E3A4C6907F67C4460AD3D5DD4 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy" */; buildPhases = ( - 18F1E5520D3BFEF2E2D90B606CF66407 /* Sources */, - B1C872DE10DA059B1CCB613CDE4BA114 /* Frameworks */, - A49D086CB981DF928DFE9DC4AE4A562C /* Resources */, + 514DDD9F24D64A289BBCAEB38311667A /* Sources */, + 8E1F09E04CDD16F7E7A24FEB7F5FBEBD /* Frameworks */, + 518C9981048AB84D0CBE0E3A007889B3 /* Resources */, ); buildRules = ( ); @@ -20774,18 +21077,18 @@ }; 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */ = { isa = PBXNativeTarget; - buildConfigurationList = D5FB21D4881DD472016E5B4BC11799A5 /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */; + buildConfigurationList = 397451FB69B910DFB5A1027BB67A3162 /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */; buildPhases = ( - 15DE38C94585E8B753B6ACA223EBE16A /* Headers */, - 25363F8D747CE07E2C33575024224D0B /* Sources */, - 66D997CC71DA26DCCCB800BFBD7CC96F /* Frameworks */, - 83612D6B9591FCF084B77D25E3AE6E09 /* Resources */, + A4AA4F67A3D005BDB85C78FD01D0BC1B /* Headers */, + 138AE57F4896B4B2FFB762B174884EE9 /* Sources */, + 45024780010F45E38A93709F34E9B2C5 /* Frameworks */, + EC6CDB2DF65C00E87F455C64B7BB9C73 /* Resources */, ); buildRules = ( ); dependencies = ( - 25E758C144C183A8C6ABD98B1C29E48D /* PBXTargetDependency */, - BD344926919E9E1E40E2558782CFC175 /* PBXTargetDependency */, + 38FC7C8FBCD6B5B09EED17EB964E803C /* PBXTargetDependency */, + 78642A57506FB46AF22FE541745D2A2B /* PBXTargetDependency */, ); name = FirebaseCoreInternal; productName = FirebaseCoreInternal; @@ -20794,11 +21097,11 @@ }; 276021C4482165D46E0CBBEFB822FE95 /* CocoaLumberjack-CocoaLumberjackPrivacy */ = { isa = PBXNativeTarget; - buildConfigurationList = E2340BF96285BBEB0611E26DFC0839EF /* Build configuration list for PBXNativeTarget "CocoaLumberjack-CocoaLumberjackPrivacy" */; + buildConfigurationList = 8AA7FEAA6CF8C88B0F8603B433C46BC8 /* Build configuration list for PBXNativeTarget "CocoaLumberjack-CocoaLumberjackPrivacy" */; buildPhases = ( - 588E794E10BFACFE35387E229FC4C09D /* Sources */, - 2604521E5E511927C3E1E3267DDAAB33 /* Frameworks */, - EEF31BA7A75A366865375D62E4FA4942 /* Resources */, + 401E76462B6B5EE415FC61AF728256FA /* Sources */, + 9EC31A9E7680BD009A22B0D62A665A4F /* Frameworks */, + AB1E414320D831534A92BB7ED4EEDD13 /* Resources */, ); buildRules = ( ); @@ -20811,11 +21114,11 @@ }; 2949783F7EDB27AD4666B5427B63DC79 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 97BC4618CC794C58D29AC07479E96CAB /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal-FirebaseCoreInternal_Privacy" */; + buildConfigurationList = CB8877A20CB7D59A5A1007362C37708D /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal-FirebaseCoreInternal_Privacy" */; buildPhases = ( - F8DD36D9180B3A34224B9564CE26DCBC /* Sources */, - 89A0176365AF0986E1A670279F74ACB6 /* Frameworks */, - 4C7C1F02224A997FB2F3AE7D139FEEE8 /* Resources */, + 2C43E9DC5AA806CF629D8C72DE392041 /* Sources */, + 572194DD2525DE058A21B24FF56E39FB /* Frameworks */, + 6549DEABE948B5F37BD8B7AFD8D98F81 /* Resources */, ); buildRules = ( ); @@ -20828,17 +21131,17 @@ }; 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { isa = PBXNativeTarget; - buildConfigurationList = 98CC20B1F4B0D41BCA54B12E2CFA11F9 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; + buildConfigurationList = EBD926DF64DD33307A6D1E939757BE5A /* Build configuration list for PBXNativeTarget "PromisesObjC" */; buildPhases = ( - 37AE7D2BC15DA08BDDA6651906CA3EF7 /* Headers */, - 590D9A50A836C5B9E9A897B1B658D903 /* Sources */, - 7BC179FF1D92DD143C2D9CCDF2C265B7 /* Frameworks */, - 4E8871DE029F3E2ADC610B63CA733D4D /* Resources */, + FB001DEE8A57D54503D49E30C3E250A5 /* Headers */, + CC2319EE3482E4AFC5BA08A333A8415B /* Sources */, + 6BBC7060FDD02775D683C66449E80703 /* Frameworks */, + 1F2FFA2636B061BF3EFC380FBDBA7425 /* Resources */, ); buildRules = ( ); dependencies = ( - 786CAA74831169525B6DE027D38EDDF4 /* PBXTargetDependency */, + D139F20579BBC047104247CDA195B195 /* PBXTargetDependency */, ); name = PromisesObjC; productName = FBLPromises; @@ -20857,36 +21160,36 @@ buildRules = ( ); dependencies = ( - 71BAED15F24798416BBC790F9D556BEE /* PBXTargetDependency */, - 99819A5708177BEBD37C371996B215C8 /* PBXTargetDependency */, - 0CA0D43243768A23DC902DA02F379A6A /* PBXTargetDependency */, - 1AE2387C8A369E071B6ECE58D8E7B9D5 /* PBXTargetDependency */, - 71C15B8BD89B77F45BE3A6F4B736C466 /* PBXTargetDependency */, - A65A5BEB93D7949214472BC19F6D0493 /* PBXTargetDependency */, - 1A81F2521F5E2E0B694699ECB6E54428 /* PBXTargetDependency */, - 3AB02BCA007559C7D3C7B111E2BC3193 /* PBXTargetDependency */, - 497AD36F0D3FF73A9551D4380682B717 /* PBXTargetDependency */, - 6F15764201A7F489DABD7B823C93F6B5 /* PBXTargetDependency */, - B460C0AC39EAC0B07135EAEEAF90FCC9 /* PBXTargetDependency */, - 91D64277D4730756A0F40B5FE723B67A /* PBXTargetDependency */, - D252E3BC6A8DF5FD2F8D198F9213398F /* PBXTargetDependency */, - FA024035A784A168B1B6B74AD8569E11 /* PBXTargetDependency */, - 480C8287E385FA2B808B0FF68557D08F /* PBXTargetDependency */, - 060170F52923EE0B009F3DDBB50841BE /* PBXTargetDependency */, - A34A4622F8EAAFE6AD3A00C6556069D9 /* PBXTargetDependency */, - 56741057DDBF86A6BD6C8AA9ED5AA1F6 /* PBXTargetDependency */, - 863C36BE7C36D3D91EEC7819B32A8E53 /* PBXTargetDependency */, - E20B9D453523A07270FAF2A9D6A71D8B /* PBXTargetDependency */, - 8B0213E279F124342E3C75E4C451A9BC /* PBXTargetDependency */, - E9C21726D6BE38E5788E08010E37C13E /* PBXTargetDependency */, - 05061E9186173AB9D73336ADB6053FA4 /* PBXTargetDependency */, - E5BB980A81899EAC15B242F98343B27D /* PBXTargetDependency */, - A8B69B1E83BFA5939C9AF534A7907D1D /* PBXTargetDependency */, - A04435D99F290DD5E82D5D116DD611F5 /* PBXTargetDependency */, - 4AAEE385526C15B2012638D50A46F615 /* PBXTargetDependency */, - 7CE152C3564E823DC0C93C662E1DE285 /* PBXTargetDependency */, - 3EFE434128852911977C5BC2670C0F44 /* PBXTargetDependency */, - 63623D6A85A2F4773971DC9D8F8F6C60 /* PBXTargetDependency */, + AB43D52ABB2D2558DD41A6442AE6EBAF /* PBXTargetDependency */, + DC9306002D9B12F66EB497081DF983B0 /* PBXTargetDependency */, + C0068FDC6D89D38071E399ED568D0DA2 /* PBXTargetDependency */, + F4790E679C1A487C34A9AEFBB8B5E8BF /* PBXTargetDependency */, + 3A2BA1D950E4E42BD15BA230394B5DB3 /* PBXTargetDependency */, + 562831D85846AED89EB96FA9755FE770 /* PBXTargetDependency */, + E71DE7B52898C767838F558BE6392CFF /* PBXTargetDependency */, + E93F2F04F57A7E1243E05C0AD2BE0343 /* PBXTargetDependency */, + D2EB81228A561F42E936FC3D2FBD4A11 /* PBXTargetDependency */, + D323271478E27505694B470A580938F8 /* PBXTargetDependency */, + DA0B2DF143255E17DF834C4D3CD3A52C /* PBXTargetDependency */, + 3EA8F5D1C5A97860FBF7E7000FAB7393 /* PBXTargetDependency */, + 1761576A66E86F99B4760FDD1A038DEA /* PBXTargetDependency */, + 072165DDA0C28D962B20D1A2936885AD /* PBXTargetDependency */, + 8E5F2B8C2CD59446E461D910F663EC3E /* PBXTargetDependency */, + 106D2B0F657D777618A4B21A1D530207 /* PBXTargetDependency */, + 5A175D858840FEE6BFFC54E09E8431D4 /* PBXTargetDependency */, + B5B2F30FD5437DB07DFAEC6323C6C82A /* PBXTargetDependency */, + 66EDAFEAD339F193FD2402D834A182E4 /* PBXTargetDependency */, + A3D5B577552B29AD80831B93DA36A74A /* PBXTargetDependency */, + E55F448E0E77AC667794DCDB5A1816F5 /* PBXTargetDependency */, + 8406815119E7A99506F4C06A24CE0F01 /* PBXTargetDependency */, + 6E4A22CF4FF666F7FE571C2FE6D76B00 /* PBXTargetDependency */, + DB9B21D0B2FC593CBF8DC4BC6384388A /* PBXTargetDependency */, + B38941E51C7F204CF2A1792BB68F9948 /* PBXTargetDependency */, + E180A7A51F417B5773C39D45BFE1AC52 /* PBXTargetDependency */, + 5CEFB3103C545D8C2E65E01EB29E05A6 /* PBXTargetDependency */, + 96732B2FE2F10D92F88EF465513B5835 /* PBXTargetDependency */, + FF0A9CB0F213905CA48F22F8EA7E8568 /* PBXTargetDependency */, + 602A31F2AD7FF83795BC5F56288F74D3 /* PBXTargetDependency */, ); name = "Pods-iOS-dydxPresentersTests"; productName = Pods_iOS_dydxPresentersTests; @@ -20895,72 +21198,73 @@ }; 2DF34AAED0B608186525EDDD80153AB0 /* Pods-iOS-dydxV4Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = E00A9D921E852BCC38FF4ACC066C0FE7 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxV4Tests" */; + buildConfigurationList = 89A176AC9B463DDE3F20CF23F7370003 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxV4Tests" */; buildPhases = ( - 4A69C60C4A6212454F514F96B9B523B0 /* Headers */, - 23DE5DEFD298374788A95530EFDD8A0E /* Sources */, - 78C76434690E2F339B2CDA2B3BFA88AB /* Frameworks */, - EFE8A4905C445A56B9B46A9515C695B1 /* Resources */, + 04DA8A56D70179B8976705DF041A10F3 /* Headers */, + 8011C81EE104285FCE35645079DC6F08 /* Sources */, + DFC83BCEEA98E3A3CB9AA989B0E24E13 /* Frameworks */, + 69742C8D75F9E777DEFF898100B7FDA4 /* Resources */, ); buildRules = ( ); dependencies = ( - C4B61A725BBB228DEFBB945361DDC1F4 /* PBXTargetDependency */, - 1F6D2D98CFFB33562FB309FD86477061 /* PBXTargetDependency */, - 0CA496D1B09AAF45B071AF5C4F40FC2F /* PBXTargetDependency */, - F9BFDF509CC53C34900534E4F2B9BCAC /* PBXTargetDependency */, - BFC1DA48F7D677752E06CBC5E910DB17 /* PBXTargetDependency */, - BD127116DF91C23EA646529A29BDC4F5 /* PBXTargetDependency */, - A289FC9636A9BED29FB650870C65A45E /* PBXTargetDependency */, - 66513EDA11392D5F8CF6160E0513FA41 /* PBXTargetDependency */, - C9D468706016DD3622CE220EDCAF8392 /* PBXTargetDependency */, - E2D138FA2A244BD4C877B1A730018630 /* PBXTargetDependency */, - 427946987E11E2F0E3D6FF16471590B9 /* PBXTargetDependency */, - 5393AD7161E54F8731313DC1ABBDE447 /* PBXTargetDependency */, - 916F3A56D8A8406DDB0C861AE08D336D /* PBXTargetDependency */, - 56910B4A0BA081E62493B614F9E1FC71 /* PBXTargetDependency */, - ED9289820B1D4210D6EC9D554872D5E0 /* PBXTargetDependency */, - 8DF3CDFFE17AA6842953D29FDBFF46DE /* PBXTargetDependency */, - 4DB5C1F4F207F8F6E5C4BB457342DC7F /* PBXTargetDependency */, - BD16D198EB96991FCA27BFECC3A6E244 /* PBXTargetDependency */, - 085F07516F225223A2ECFA0434D9A327 /* PBXTargetDependency */, - D218652DE16F76168319CE047B71BBF4 /* PBXTargetDependency */, - DCCB401222F05D963D1F843F0A0ECDF1 /* PBXTargetDependency */, - BF62EC952CC7F0AB124CEAE74C77C2C6 /* PBXTargetDependency */, - DE378993183EEB89C6DD88E8871735E7 /* PBXTargetDependency */, - 3CCCFCF52563F44136A25C595B598BBE /* PBXTargetDependency */, - E2BA693A183EE4D27E03DFC01B655A19 /* PBXTargetDependency */, - C66CBB90E98867D3D6985039CDF0C419 /* PBXTargetDependency */, - 2F5D63BFAABCE95A492581AC0095A352 /* PBXTargetDependency */, - F6FD0AFD545221AB14302ECD2A9C807D /* PBXTargetDependency */, - 00BC19E759857A52FB3EA60E1AF1C591 /* PBXTargetDependency */, - 978B147466B7DA24C16B8EA1105F384D /* PBXTargetDependency */, - 4FC6EDEB2917A0FDD26D30E00D7A6A71 /* PBXTargetDependency */, - B10B681091D7607B4E48DBF13B429395 /* PBXTargetDependency */, - BCB5921C0A2D7BF36BEA952840F4B60A /* PBXTargetDependency */, - 0225FC30B47BF86FBA60043C5491E080 /* PBXTargetDependency */, - 7BF7B31A6FD6D8BC0D14D0B24C5B893E /* PBXTargetDependency */, - B75AACE60AE9DB25E1CED1CFA038A66D /* PBXTargetDependency */, - 5F9F492F06ECE87BEAF0BAA55DE2F01B /* PBXTargetDependency */, - 07BBE8C2B2C80E7D0F92CA1DD7CF5158 /* PBXTargetDependency */, - 78C7009B39752100C73C675FE769F0B5 /* PBXTargetDependency */, - 23E4829C66FDDF806899940585EDEA7A /* PBXTargetDependency */, - 082DE953D449A7ADC661FFC551AD1C67 /* PBXTargetDependency */, - DFC4BC14024537A4D7C3123BF2C9A6DC /* PBXTargetDependency */, - 2EBBB2F444B49B4DFC340A5ED1D72BC8 /* PBXTargetDependency */, - C5D509E2308B25742BA164BC74F0527F /* PBXTargetDependency */, - 5B828140ACFB842577C5C88303396B3C /* PBXTargetDependency */, - FCA1CE3AB3CFE6B0C3D69DC1EA4F3568 /* PBXTargetDependency */, - E7F4018D0455BDE32E3AD3331925CBB7 /* PBXTargetDependency */, - 3B6D8D6E18213B04770D517EECB56B29 /* PBXTargetDependency */, - 04BFE9442BE16E66588696812F8C6083 /* PBXTargetDependency */, - DD67D149D5CD063B0EB20E067E307888 /* PBXTargetDependency */, - FE022196D79DB8CCF44E5F30AB07E64F /* PBXTargetDependency */, - F137F0433B01B575BA31F86993C92056 /* PBXTargetDependency */, - B8679839274EE082C63071D7F0F4EAB2 /* PBXTargetDependency */, - 726F6455E8F896389CA1E690AB28B75B /* PBXTargetDependency */, - 9FE0E4B286E10D3B9E867458281D521E /* PBXTargetDependency */, - 2011C39EF7409D4614A0505F2D58D4D0 /* PBXTargetDependency */, + F60A77256C2298EDE26F23B23088B175 /* PBXTargetDependency */, + BBC404811819B5E5883575A3DC08D559 /* PBXTargetDependency */, + 7E0565901A7A15A46586743D57780F47 /* PBXTargetDependency */, + 1387B1DAA54EFB4F7757762DD6F2F2C3 /* PBXTargetDependency */, + 9EAE3FFE2AE2578EEA5C93E450860FEC /* PBXTargetDependency */, + F74AC63DF318968575068B0C33BB6FD6 /* PBXTargetDependency */, + DBFF096FF99371CB1F68B82A6BE63E5B /* PBXTargetDependency */, + FEC44AB84202DA32BB8CA22D3126CA24 /* PBXTargetDependency */, + 8BEA27751B5A272BE279CDF6A64101BB /* PBXTargetDependency */, + A13E113E30F52EC56F4EA035CA5F50D4 /* PBXTargetDependency */, + 7437A86FA9B2EE298E65638AACA7290A /* PBXTargetDependency */, + 3578275E7A9089178AAEDB8819F8F1CA /* PBXTargetDependency */, + 93FD54C154C45E9503D98518D24AB161 /* PBXTargetDependency */, + A06B93EB63F560C828E8B890821CF0F6 /* PBXTargetDependency */, + A296B1C6370223EAB05858A1DC632888 /* PBXTargetDependency */, + BB1908907BD0C6B121BEE7A0517CA9D2 /* PBXTargetDependency */, + A7174EAE9D99F481724FEC114FF7BBDF /* PBXTargetDependency */, + 69C662BF3BC70E6D87CF57DFF7B21B03 /* PBXTargetDependency */, + 4E84E62B7E44417E2DB39A661A8FD2A9 /* PBXTargetDependency */, + 275E6AFEC1D653A4581BDCC235DF844E /* PBXTargetDependency */, + 17B7B67A2BD9F6CF875E8DCFD27DEAB7 /* PBXTargetDependency */, + EDD73D61F16FA00D63DD26F66FA9986A /* PBXTargetDependency */, + DD57BD44BCBF24D5649FCCF9FC7FEC41 /* PBXTargetDependency */, + 45489D878FB3340FF8379EB86716E2F0 /* PBXTargetDependency */, + 11B6132CEC16110840A43AE842CD9F81 /* PBXTargetDependency */, + 2E5543803ED58D61A281AD2572C26860 /* PBXTargetDependency */, + 90254CC0B47B15333BCFDA9C14C23930 /* PBXTargetDependency */, + 56049BF07857C8CAD3EAEF3AE86F518F /* PBXTargetDependency */, + D428E13C08EBD06922895BDB161A425B /* PBXTargetDependency */, + D53FDF3CFBCF172E3E2182D5A17A0CB5 /* PBXTargetDependency */, + 5855F2A4C1EAE7AE30EE548567B5B444 /* PBXTargetDependency */, + C12499CC697FB5F7BDEA64948E8DD80E /* PBXTargetDependency */, + F73C06817345226F68C4ADD76341B6A4 /* PBXTargetDependency */, + CD5BCAA3D29A4232B9F43B1EE0955149 /* PBXTargetDependency */, + 59435AC199FB8F690575F1591530B9CB /* PBXTargetDependency */, + 668B236345CC635A055218F40AC29374 /* PBXTargetDependency */, + 9DD5CCA873D54331DDD3BBDA0BCF68D4 /* PBXTargetDependency */, + 96524312FCE088850501A773FD88C651 /* PBXTargetDependency */, + E47E9ED8EBDD916CD165BD98558A555A /* PBXTargetDependency */, + D6573FB72CCF1DCCE6DC45F719E8D95F /* PBXTargetDependency */, + DEE7D891E6E39F77A37359DEDD093769 /* PBXTargetDependency */, + 300BE5FA47DC7C4B16324AA7FDA4F338 /* PBXTargetDependency */, + EBBE18ECE60DC52DC69BCCF88379676B /* PBXTargetDependency */, + 59AFA68538D0B1AC8DE057ED5EDC0D3A /* PBXTargetDependency */, + 4ED8637410ED2D81F4CFBEE1028477D2 /* PBXTargetDependency */, + 9206D4FA5C3E2191069A288DFF659BFA /* PBXTargetDependency */, + DDFCF46027A537AA76D47BF295CA5B10 /* PBXTargetDependency */, + 9E653A32B5D32ABD3A5E54FAA6459133 /* PBXTargetDependency */, + B7E1BDFC86D986A14C5E4048D943ECFF /* PBXTargetDependency */, + A49948B0BE69831E39077441D914FCE8 /* PBXTargetDependency */, + C2D0174C0E27962D690D487E2F116270 /* PBXTargetDependency */, + DD824695C02D7BE47272BCDCF417252E /* PBXTargetDependency */, + A97D2E1275F0A5D3DCDDD52855EA3E80 /* PBXTargetDependency */, + F947F4700973435BA24A3EBAD29B35E6 /* PBXTargetDependency */, + F1958EA2D7748D962A91465678BD587B /* PBXTargetDependency */, + 311C97B96D8CAFB8C0CC9B2C0AAA613D /* PBXTargetDependency */, + 9B62DE9E02C7D46E3C544BF6523AD536 /* PBXTargetDependency */, ); name = "Pods-iOS-dydxV4Tests"; productName = Pods_iOS_dydxV4Tests; @@ -20969,76 +21273,77 @@ }; 31319EB2C3C861FA06ADBF171F9F5336 /* Pods-iOS-dydxV4 */ = { isa = PBXNativeTarget; - buildConfigurationList = 89B1DF3A4F04A24D1E5F3573C19DAED6 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxV4" */; + buildConfigurationList = B45B8ECDEBA652770376B7291E73D763 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxV4" */; buildPhases = ( - B9934C7EE2199B9463989CC0315A23AD /* Headers */, - E99C247A52859390032A0AB96BA86D27 /* Sources */, - B15C8043A470AF2A64FB04C6D5240464 /* Frameworks */, - EB87506EE2D08EAD982B025DE4E7B573 /* Resources */, + 250C0E541CC2AAD2011E9084C24C129D /* Headers */, + 370649AB2309AD8E639992BB4A74CF39 /* Sources */, + 851D53D736B02EAB0D4FDCD6D481E40B /* Frameworks */, + 6C806B189ADEBCB3BD4758B3FC7442AC /* Resources */, ); buildRules = ( ); dependencies = ( - AA995CDE791DB909ED8AD370823FEA77 /* PBXTargetDependency */, - BE3A44B055C22DF5425CEC779DD54D2B /* PBXTargetDependency */, - 85F2D85F7D94D808004810ED9D55574B /* PBXTargetDependency */, - C36045D1FDA1B27F7E3ADCB49F9FEE53 /* PBXTargetDependency */, - 615AFE8DE6B8930329CBD69824C85512 /* PBXTargetDependency */, - FA313D9A9BBE86E14713B545833937CC /* PBXTargetDependency */, - AB699C786F1EDBC2D1AEEA09DC652708 /* PBXTargetDependency */, - 8A4BAF04585AB660FBA03A18E99A67BE /* PBXTargetDependency */, - 5A082CBA54E5619AAC0DDBA06F5DB8BD /* PBXTargetDependency */, - 7581B90B1A100D8EAFB0B3E8A903EFC2 /* PBXTargetDependency */, - 06E5E4070632114C0D6CDBCD9CD67D92 /* PBXTargetDependency */, - 4BD2F30E0D888E2F5EF97E08C3FA8697 /* PBXTargetDependency */, - 805C7580F1FF074B6A23839C2FE38650 /* PBXTargetDependency */, - 7271C55006CE75092D81E4A7A659C937 /* PBXTargetDependency */, - 27AB674D6C2979F58182294514ADC2A2 /* PBXTargetDependency */, - 270BBA11AE93C2C42D4015EA25B7ABD8 /* PBXTargetDependency */, - D7CDFFCFD17427AEDBFB62EC4F62BEBA /* PBXTargetDependency */, - B68148C30264858B2BA5E444543D4480 /* PBXTargetDependency */, - 97F62D567DD2BAF1C39F2A1C509D4663 /* PBXTargetDependency */, - 2598961B01B0F17CE985BE4D270BC61E /* PBXTargetDependency */, - EFBA3D7D1A61E6CA0D1EFC068EE6E4A1 /* PBXTargetDependency */, - C4A5C6631EC280E18F1B0E08CBF3C31A /* PBXTargetDependency */, - 3B9666FB99E507C92E20B4DF5A22C652 /* PBXTargetDependency */, - E3470D5BF400E9DF6490CA00F6E7A558 /* PBXTargetDependency */, - C31BD50608639B4FD8392970903BC7F4 /* PBXTargetDependency */, - EA6B7966795305F39747E67934B9209B /* PBXTargetDependency */, - 041EDBC76660CA1D994853F1792B7EFB /* PBXTargetDependency */, - 3D275031D49227A5BD8C3CCF434F99C0 /* PBXTargetDependency */, - C8043B244DD44997009DC40D1B2E2725 /* PBXTargetDependency */, - 798162B7C3DB92C0281C77367C6325BE /* PBXTargetDependency */, - 87C94390A858F640744E9EB940E5611D /* PBXTargetDependency */, - 128E0E5722F20CFE5BDBB4BD56367978 /* PBXTargetDependency */, - F2FFB7C0E55DD1F3129AFEDE829019AE /* PBXTargetDependency */, - 0CCBDAF13B0EB405F3DC975F92A116E8 /* PBXTargetDependency */, - F25364C80C25FCC26E2D278989741912 /* PBXTargetDependency */, - 93223862D81D9C447B3ADF4F011135DB /* PBXTargetDependency */, - 2D54056B16668CC3427E06264CA03A43 /* PBXTargetDependency */, - 7CF742D96068A235E4632F4385053C73 /* PBXTargetDependency */, - 49687E88E2AAD5587B6D5420BB318FB4 /* PBXTargetDependency */, - B872461DC9C4E074A32AE221D4292F37 /* PBXTargetDependency */, - 79692CE787300A212B13570C43F8FB31 /* PBXTargetDependency */, - 897D78567D24F8D6C02D282C403D5AF9 /* PBXTargetDependency */, - 2C64C6FBE3C091AA80CAEB65699E0884 /* PBXTargetDependency */, - CD41CDA490324244BA218282EB562654 /* PBXTargetDependency */, - 30FF8E010A8201850474ACACF9CA0B71 /* PBXTargetDependency */, - 3640BAEA7A43B50C49A585B1023F8F6D /* PBXTargetDependency */, - DBA0B648802134886A64E53C4C49745A /* PBXTargetDependency */, - 04F7722B3601D5FFA9F05A7D9E688495 /* PBXTargetDependency */, - 57BFA990E8D199EE51EF15F3DE38365C /* PBXTargetDependency */, - 9620F1702F8CA9B243D46D8579B414D8 /* PBXTargetDependency */, - E308E4312271CA23C7641C7D3FCD60DE /* PBXTargetDependency */, - D29F6063CEDD2E1819584428EE9BF366 /* PBXTargetDependency */, - 26BB57505C22571E2EAB21EECFABFE2C /* PBXTargetDependency */, - 23FDD9D35A09000C8F3FD9C1B06426A6 /* PBXTargetDependency */, - D61448E8CCDB54C6E0FDD3AAEF411919 /* PBXTargetDependency */, - 76323297FD9B6CB277E99E6129DC0AD3 /* PBXTargetDependency */, + AAA7A7DC981B4CDC48E06284BAD3D242 /* PBXTargetDependency */, + 44EE7C53B490348EFBA4C5A7E3EC4432 /* PBXTargetDependency */, + 7F6F37C4BDABDDE13CF08ACE03B77809 /* PBXTargetDependency */, + 523067774C542C05885C3A6A2E9D5614 /* PBXTargetDependency */, + 64D30581F16EBBFC99D1A388F3268510 /* PBXTargetDependency */, + A817F4AC6634D9B1528A4BE456B52D5A /* PBXTargetDependency */, + 13EC894796EFED3CB937173ECC91C279 /* PBXTargetDependency */, + 194B2607956AC09360A11788FD18938A /* PBXTargetDependency */, + 7C263C712D430222C3845257E21064E5 /* PBXTargetDependency */, + E8B27EB1A255AD1D40886B7494247296 /* PBXTargetDependency */, + F62AA3579282D7FF487F63113802BB91 /* PBXTargetDependency */, + 6BD6869EA2A7AC3BBD46345CC2A0056E /* PBXTargetDependency */, + 7C47BFAEE39CC0DD458A1FF20F67F791 /* PBXTargetDependency */, + 22A8689A0254A921080F80281909078E /* PBXTargetDependency */, + CED25B9AC430CD232092FBBFF84D8BAD /* PBXTargetDependency */, + 0B4A5D21C4CAEF58A2C17A2C45CA83CD /* PBXTargetDependency */, + ECD68FB8D29BE8704EB1653D6273680C /* PBXTargetDependency */, + 35B38C69946FEFC4873D1123BA6E3E31 /* PBXTargetDependency */, + 1EE7859B1E590F548824643A2DAF33EE /* PBXTargetDependency */, + 6519223F5D7DC1DF1578EF2FB884AEE0 /* PBXTargetDependency */, + E31FD57DC2AE09DBA068D3C74C755364 /* PBXTargetDependency */, + 3A1C9AEDF23F80CCEED46DC9193A2B41 /* PBXTargetDependency */, + 52D5D4BFDBF769FBF01362C134286DF7 /* PBXTargetDependency */, + 11F165546E2FB8D944677A4C1FE171A0 /* PBXTargetDependency */, + 431E4A69667B9E4CD07A2A2E8FB17F47 /* PBXTargetDependency */, + 81BCF7BE5C2529AC82DD1B644D000FAC /* PBXTargetDependency */, + 5D6DA0FA5AD3B9B874CF80667A8FCEBD /* PBXTargetDependency */, + B6BAC473C5AE647401422B5D5F47D002 /* PBXTargetDependency */, + 7C1BDED1ED93932BD1709A5AFC83E608 /* PBXTargetDependency */, + D241428B8EE14F58CA587787E9A68314 /* PBXTargetDependency */, + 05C6465F6DFA864565E9931A921528D9 /* PBXTargetDependency */, + 4FA4C0485E10F6834F438A01280A6A9A /* PBXTargetDependency */, + F1D1200E61A779AE80DFDF50241DDB1F /* PBXTargetDependency */, + 760CC2B3D2D00889CD99B284A912D4B6 /* PBXTargetDependency */, + DC262CE9BE2E5CD173FF15ECDBF5BAED /* PBXTargetDependency */, + F93FBE7D2EEC0D7F4152172FA81E641E /* PBXTargetDependency */, + 85499A9EEC9FBC162DFD0EC31CACC9B7 /* PBXTargetDependency */, + C84B83A845C06B44A415D2A4D6DE3DC3 /* PBXTargetDependency */, + 269AD8505D0451D32F317F1E534A2C3E /* PBXTargetDependency */, + 6F162E14CF22F2ACADDF67DDACD8B316 /* PBXTargetDependency */, + 3AF156823795BD01D8401AF66360D954 /* PBXTargetDependency */, + 8392A239F4F0CF729F5DB4EE8C8D71A1 /* PBXTargetDependency */, + FA4CFE6A845D441635CD1976166B4548 /* PBXTargetDependency */, + 957C71985315C362CF8775139CF5660F /* PBXTargetDependency */, + 9BCB0849854E813F49023590130A087E /* PBXTargetDependency */, + 9F45559EC83EBC9EA09C478D20CD3F8A /* PBXTargetDependency */, + 6116BB379859DDB64FFD4BFE5472829F /* PBXTargetDependency */, + 0760E8F3CEF3E6A92EEAB4859AC13C76 /* PBXTargetDependency */, + E81910001B3F4E7F35E777C5DC3A5CC5 /* PBXTargetDependency */, + 0F228D114AD9432268DE7587EAD56F8C /* PBXTargetDependency */, + B2AB8BC1A5E5864E709FD20719841018 /* PBXTargetDependency */, + E849A83E6C8AF1852C493B3428C85760 /* PBXTargetDependency */, + 25A1E4A5588010AF8C2A9D1BDC1550E7 /* PBXTargetDependency */, + AB86256CDD4928CBE7EBA924D9A6134E /* PBXTargetDependency */, + BC506CFCC3F880202E73EA0392CF287B /* PBXTargetDependency */, + 641DB509C7763451156DCF907B100ADB /* PBXTargetDependency */, + 50E411E05B0592DDB4B6D7373C78BDBC /* PBXTargetDependency */, ); name = "Pods-iOS-dydxV4"; productName = Pods_iOS_dydxV4; - productReference = 5FBCF058696D0C1C14192BA051905E87 /* Pods-iOS-dydxV4 */; + productReference = 5FBCF058696D0C1C14192BA051905E87 /* Pods_iOS_dydxV4.framework */; productType = "com.apple.product-type.framework"; }; 32550A46A3247811642584C10FB851B6 /* Pods-iOS-UtilitiesTests */ = { @@ -21053,13 +21358,13 @@ buildRules = ( ); dependencies = ( - 664D593776E3E26ECE0C743BAE7202B4 /* PBXTargetDependency */, - EEA824F2B3732BD3B0F6A258F67F4B6E /* PBXTargetDependency */, - 721D31601B9DE3ADAC03AC7200042EF5 /* PBXTargetDependency */, - 92A017F54FCFEA5B98E785A2DD005D4F /* PBXTargetDependency */, - 171624E2559D6B7B19238E9A73409C2C /* PBXTargetDependency */, - D1A8471D0FC25AE8BB8187F92DA04E18 /* PBXTargetDependency */, - 5897A4AD759D06899DCB256630130004 /* PBXTargetDependency */, + 7CF2E957BFC763C8827F3C24CA8D131B /* PBXTargetDependency */, + A570285E6451CB2D9E78D4D59EDAE272 /* PBXTargetDependency */, + 79DF622C4760DA6452FA97988B06F4D0 /* PBXTargetDependency */, + 70A6DC3499120DDB849BACE9DB5E667F /* PBXTargetDependency */, + 1EC0C906E34DAF62E4446D4019343BF4 /* PBXTargetDependency */, + 8380E525359749D6EBF38497D0A53511 /* PBXTargetDependency */, + A1AD4053E6EF4F03F695559148B9D823 /* PBXTargetDependency */, ); name = "Pods-iOS-UtilitiesTests"; productName = Pods_iOS_UtilitiesTests; @@ -21068,12 +21373,12 @@ }; 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */ = { isa = PBXNativeTarget; - buildConfigurationList = 7BB2DD99B5A46CD954BC092CB4F4699E /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfigInterop" */; + buildConfigurationList = 6F6E963D439D201290A3203DE5CE34A5 /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfigInterop" */; buildPhases = ( - 8206567B79B3E0038C7886BD8F881276 /* Headers */, - 94EFE0E53AB4CE75E75004B7DD42EB3C /* Sources */, - 33D58EDE5719BC79F23AA0DC81DA968C /* Frameworks */, - F4FB16018A44B315D57AC20B61629F5D /* Resources */, + 7FE07919EFD37852AA7C529BDDF27CB3 /* Headers */, + C5921C717BC79A045B7554EF7CDD4C06 /* Sources */, + 7E2363C03D3708A96B9BD3A01549D63A /* Frameworks */, + C7732B14E99FC79088CC17B17E9AC7F2 /* Resources */, ); buildRules = ( ); @@ -21114,7 +21419,7 @@ buildRules = ( ); dependencies = ( - C83085E8D0F568A3EC1EE9BEDE87D702 /* PBXTargetDependency */, + AD20F11327FC49D40FD0FC9890B91983 /* PBXTargetDependency */, ); name = SDWebImage; productName = SDWebImage; @@ -21133,14 +21438,14 @@ buildRules = ( ); dependencies = ( - FF126B05C08CC989DB885028091E4C57 /* PBXTargetDependency */, - 98F02AB1E81AD1E3F8445309EB971BAE /* PBXTargetDependency */, - 56B3C595F4A94855E318FEC315E56B40 /* PBXTargetDependency */, - 813E404D5A6ECC712EE8F13DE133AF09 /* PBXTargetDependency */, - B736BD29D9C050E332D7456A32A2BE50 /* PBXTargetDependency */, - BFAD56A9CDAA93E900325DB294B8EEDE /* PBXTargetDependency */, - E3DBC58BA5416CCE043468E96FF9C1C9 /* PBXTargetDependency */, - 5A3F4FADBEDEC1084279582B5F916509 /* PBXTargetDependency */, + 8D384EDA07627BAAF47D076888C4FE13 /* PBXTargetDependency */, + 0BFF4CA42F008F834C092865112E74DC /* PBXTargetDependency */, + 356C8EF4F294B3377208CA64D6B10434 /* PBXTargetDependency */, + 69D58BB88BE7FB9C8DE9EF07646801DF /* PBXTargetDependency */, + 1CA18480EDDB593E8FEC7C4A96FF68A9 /* PBXTargetDependency */, + 1CDF9A78F702759697EE1F4754F6F064 /* PBXTargetDependency */, + ED59D3403F2359841EA099343A028D2C /* PBXTargetDependency */, + 6DFA14CCE2E232B57BAC72220E66DEC9 /* PBXTargetDependency */, ); name = "Pods-iOS-AmplitudeInjectionsTests"; productName = Pods_iOS_AmplitudeInjectionsTests; @@ -21149,11 +21454,11 @@ }; 3EB14444A17F9D4F1F697F7C1FF32245 /* FirebaseInstallations-FirebaseInstallations_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = B612A81F9F8BC6F0722FA994B7462691 /* Build configuration list for PBXNativeTarget "FirebaseInstallations-FirebaseInstallations_Privacy" */; + buildConfigurationList = 043769F9339ADA588F57171BED3E14D1 /* Build configuration list for PBXNativeTarget "FirebaseInstallations-FirebaseInstallations_Privacy" */; buildPhases = ( - B42E10111576FC63479A297B680A390A /* Sources */, - 7A3BB0EC55AC9E457494678EC05CE9CB /* Frameworks */, - D3EC70ACB39EFDE72585E3F158EAD1A2 /* Resources */, + DC5C080137776C76454A47A6BC7DEA29 /* Sources */, + F05865F897FE3735B5198A5C40F75058 /* Frameworks */, + EF5E562778D87F3BD1AD0A6808931D55 /* Resources */, ); buildRules = ( ); @@ -21166,23 +21471,23 @@ }; 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */ = { isa = PBXNativeTarget; - buildConfigurationList = 084E3B2F1F43F6D14610C46BE9546D74 /* Build configuration list for PBXNativeTarget "FirebaseSessions" */; + buildConfigurationList = D1EF5E18A1236920F6A80F55C2500F8B /* Build configuration list for PBXNativeTarget "FirebaseSessions" */; buildPhases = ( - 2338C7B751502AF4EB7036BD9232B7BB /* Headers */, - F88BDB77132D3F33F232813B17F0B490 /* Sources */, - BC8D87AE18B82215614CC250A3526BD8 /* Frameworks */, - A2293568AA7669378FCB1CB1F62A295E /* Resources */, + 1023AB475B877844B5A296A46ECA85CC /* Headers */, + CEB9854FF8552926E673F18E70F9BA5E /* Sources */, + 7265343A759EAEE3E73AEE519049876C /* Frameworks */, + 450BCFD6342AA2185189E504C5FA0EAE /* Resources */, ); buildRules = ( ); dependencies = ( - 5267F6A77AEE180DC4CF859C9F1FC784 /* PBXTargetDependency */, - AB53F882453B9EA8D9447DE8FC7540E1 /* PBXTargetDependency */, - AC10B584D159ACE72FF2A89EE4A98CFC /* PBXTargetDependency */, - 02383425DF6096F6C26D9EBAA7E2604B /* PBXTargetDependency */, - 7C0987A038974BD6CE9768678E4B82E8 /* PBXTargetDependency */, - FB31D8018AA190F907D30D4AE190D70B /* PBXTargetDependency */, - D80CB4CC0A456BC894672AF61ADEEDAB /* PBXTargetDependency */, + C38ABAAED0A557E3A7EF33EF3904B07D /* PBXTargetDependency */, + 507B2F896253780C067090C280142FAD /* PBXTargetDependency */, + 2B5EB59F666FF735A71CEF7EE789048F /* PBXTargetDependency */, + 4209EA79E700AEB7118C5C1646E441D1 /* PBXTargetDependency */, + 992689C71FB09EEE0A35B6C66CCF5CDF /* PBXTargetDependency */, + C5C8C8365BF8E131016E97F94B0A50F0 /* PBXTargetDependency */, + 811E9FF4D812AF05BA8B364F3B83F534 /* PBXTargetDependency */, ); name = FirebaseSessions; productName = FirebaseSessions; @@ -21191,11 +21496,11 @@ }; 417B25AC44CA1D040034CC1F375CEE36 /* GTMSessionFetcher-GTMSessionFetcher_Core_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 432F25E81D59F1EF5647068D3F538EAA /* Build configuration list for PBXNativeTarget "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy" */; + buildConfigurationList = B7E0896578FA001ADB5376BC02FBF172 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy" */; buildPhases = ( - 434ABB77BAFC9451CF16DAED6A29DA67 /* Sources */, - 8FDBB617C72A487294D55F546F56433B /* Frameworks */, - 67C7F70B648CE8FE8E976CE75E222024 /* Resources */, + D3DA787A6A8B9A13A3C56E9CF5349C96 /* Sources */, + 648824E14CA76817152ACC1715117CC1 /* Frameworks */, + 4B24F9AD266921D98DC2F87705EBA0CB /* Resources */, ); buildRules = ( ); @@ -21208,23 +21513,23 @@ }; 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */ = { isa = PBXNativeTarget; - buildConfigurationList = D195EA70F282E7FDFE6DD458144D98AA /* Build configuration list for PBXNativeTarget "FirebasePerformance" */; + buildConfigurationList = E9BCC1B6329A84A2CD9E4C48C8743C30 /* Build configuration list for PBXNativeTarget "FirebasePerformance" */; buildPhases = ( - 4541F87AA776CEC0BAC4E2343D41F082 /* Headers */, - 4F46CB3F0E337C8A1E2E457B36B83E49 /* Sources */, - 8F1473C6C7766ECF5537973A2CF98CEA /* Frameworks */, - C1133CD6361784ABFA51E85F9295AE32 /* Resources */, + 4254A40994DC931CBF885720FC384C15 /* Headers */, + D08BDE65556C2C1F0C2A080593722AF1 /* Sources */, + C42CDA85B9373D686C4DF573D7B6C35B /* Frameworks */, + FD0E73403D9F47AB60D467FBF6832E10 /* Resources */, ); buildRules = ( ); dependencies = ( - D3A03D070E0D726B03A9D693FFD6825A /* PBXTargetDependency */, - ABA6FD1121ADE97D4299AD737155E0E4 /* PBXTargetDependency */, - 0A9DA2F13E562235B7ACED73F04011D7 /* PBXTargetDependency */, - 845D891E978E9A667407751832FFB8B4 /* PBXTargetDependency */, - 6C0A5E21AFB91BF3B18154480EA1676E /* PBXTargetDependency */, - F3F6DA55328F46E393F3D395320838E0 /* PBXTargetDependency */, - 46226758C21D0C3C692AA773EE2CA89D /* PBXTargetDependency */, + D24242FB74C39AEA4A37F6429A15E516 /* PBXTargetDependency */, + D887EF294F5A716DE0255501C61461D3 /* PBXTargetDependency */, + AD86EFD7CF5D49C8BE26E8758A82A893 /* PBXTargetDependency */, + 5BBBC6FBD8DC4A8A8CBBC33D4CD717BF /* PBXTargetDependency */, + FD95CB7A1CB55F735907E82192401D0D /* PBXTargetDependency */, + 0FDF0A11D87C1170598523648BB697C3 /* PBXTargetDependency */, + 16654F74E98A7A23F3F5F080A779EA1A /* PBXTargetDependency */, ); name = FirebasePerformance; productName = FirebasePerformance; @@ -21233,19 +21538,19 @@ }; 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */ = { isa = PBXNativeTarget; - buildConfigurationList = BA8E003689F2B70AD392F18878D8D1BC /* Build configuration list for PBXNativeTarget "FirebaseCore" */; + buildConfigurationList = 8AACEFB1389AE9C8F9D151DC95EF2C02 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; buildPhases = ( - 82F28CF851D260046BBC17648A1CE923 /* Headers */, - 112C23049CC794ED8A2CEC6BDCB79F90 /* Sources */, - 1D17D1CA99DFB8A9898B0A71193624C4 /* Frameworks */, - 28135611034C6FA62B27D4D65D5D93A2 /* Resources */, + 219C60423A6253F1761F62E960C6B043 /* Headers */, + DA948DACD6CEA6BC027D957FB068297C /* Sources */, + 03B6099F150864F1C1B6AA94921A5C2A /* Frameworks */, + 35D9B729144AC2708E78787B6AD57D47 /* Resources */, ); buildRules = ( ); dependencies = ( - D2A1764ABB474750B70E5CBB50A293AD /* PBXTargetDependency */, - CB2A6F560BFE7B38EF67941181A83CE5 /* PBXTargetDependency */, - 28ABCB129DAEEF03514704D4A00823F6 /* PBXTargetDependency */, + 64779611990DFB056DC15AF20D8FAA64 /* PBXTargetDependency */, + 426D229265778FD9BA22D551482EDD0E /* PBXTargetDependency */, + 98B1A26578459CAEE42A63D6D5887E3B /* PBXTargetDependency */, ); name = FirebaseCore; productName = FirebaseCore; @@ -21282,35 +21587,35 @@ buildRules = ( ); dependencies = ( - 4E56372F19F6BAE87823720804CAF896 /* PBXTargetDependency */, - A80BF18A568F28D83A24CA7B4CF89DE5 /* PBXTargetDependency */, - 6E94513FFF55973AF891A056929555CA /* PBXTargetDependency */, - E615AB0688FF6976149E0DE13A4E844A /* PBXTargetDependency */, - DB0B29F39A35F1B0FA0388B437ED518F /* PBXTargetDependency */, - E968E5FD5C666AE4F7C2642142E61ACB /* PBXTargetDependency */, - D535C2DBCC7ED192F0B717D4D0823678 /* PBXTargetDependency */, - 43BF45C170340ABCB8E2895022CA858F /* PBXTargetDependency */, - 62088BA9696E3BC552B3F915630C6318 /* PBXTargetDependency */, - F9C991B77CBCBD02E28C5519DB7F284F /* PBXTargetDependency */, - 426C22A9A263BE79928E445B592B9C82 /* PBXTargetDependency */, - C708E8033BA1F48D5B7CBE7EC09C04C8 /* PBXTargetDependency */, - 58A696BB2ABF178C783798A9920260E9 /* PBXTargetDependency */, - 7562E80211C576F4D77DD714DCB182AD /* PBXTargetDependency */, - C00F6C55565A99583DF7567A955AE313 /* PBXTargetDependency */, - 1CC3C3F0534AE79E026C945111AAE18E /* PBXTargetDependency */, - EFA25DADBDF1C66C9143C6A39B831C8C /* PBXTargetDependency */, - B1E3C1F444EA875801F77C7DFAB7F539 /* PBXTargetDependency */, - 49D72C78450F3082A0DF715E733E55B5 /* PBXTargetDependency */, - E67D1365FB51937D85BA8DCA90384836 /* PBXTargetDependency */, - 4C84657D1F54C9ECF2A658FA4EDBC3FA /* PBXTargetDependency */, - CFFDCB3E956948EA5F8D04DD49B6A2E3 /* PBXTargetDependency */, - F5E0406A3B6DD77C409695E70C120DC0 /* PBXTargetDependency */, - 951175FDF922686CD4E11F3FFDF4D76A /* PBXTargetDependency */, - 313ACE867714E394AF63229713481742 /* PBXTargetDependency */, - 4086B2CA047AA1DCF8FFC67B955E7A4C /* PBXTargetDependency */, - CE811CA970AEEF470EDDB0B90A4BB525 /* PBXTargetDependency */, - B9C542DB25F52577F7540C61993B9105 /* PBXTargetDependency */, - D7519B159749DD74AFEB00FFC971652A /* PBXTargetDependency */, + 9224137A7489FFB4726BAB374972358A /* PBXTargetDependency */, + 90F74050133D1336C6F386B27586B843 /* PBXTargetDependency */, + 22E92732C4EAB2FA85CA671F013F1C7C /* PBXTargetDependency */, + 79243C0C5B462AF7ABB0DCED9841E4CE /* PBXTargetDependency */, + 84866882D4BB7422273E8E310CA97674 /* PBXTargetDependency */, + 16D4992C09230FE9D0B771FC6693D7A1 /* PBXTargetDependency */, + 86D3FA127B6E4EB51FA0CABCAC2AC881 /* PBXTargetDependency */, + C1432DC8012BCB53FCBA04C14F7552E2 /* PBXTargetDependency */, + E995C5EB69AC5987843FC17588E22FE3 /* PBXTargetDependency */, + 33CA00B6C731087C94A8D924E595403E /* PBXTargetDependency */, + D339395A385224D70575C88812D1C9C6 /* PBXTargetDependency */, + 6E6F4A1B8464313F25D106370B19E197 /* PBXTargetDependency */, + 8B45588AAFEEF77836EEEA434A3AA451 /* PBXTargetDependency */, + 7A088EEF16413943A1A346DD5AEC4A65 /* PBXTargetDependency */, + A6770AC39CAD52AC552F3DF7CD6F126C /* PBXTargetDependency */, + 45805FBB8A6CDC6E7D9EBC270A0C3A6F /* PBXTargetDependency */, + 3AF3C37D272EF2497FD392E92821E418 /* PBXTargetDependency */, + D9D60FECBD65FA82C0761D68F3DBF21C /* PBXTargetDependency */, + 835726071CF3A5DF328C2485F0B9FB15 /* PBXTargetDependency */, + 33D3C844BC7CCAA0473201524DF39EFA /* PBXTargetDependency */, + 44C2D9EB85644AD240946FAD26FB6DA2 /* PBXTargetDependency */, + 9EA4FAEAD90C3DDDCA8D4BBC8DAFAFB0 /* PBXTargetDependency */, + 5B98EBABEF5DED92C53C4D79916CFB72 /* PBXTargetDependency */, + 6B5FDAAB8CFFE7ECCCA1F82874A74B62 /* PBXTargetDependency */, + B3D6337250C70367C9671F4C46A3D154 /* PBXTargetDependency */, + D5668E5BB6FF022034CD4FAA19FE63F1 /* PBXTargetDependency */, + E42E209D4DFEF4D9D123C2CF167F8395 /* PBXTargetDependency */, + 2862CA86AC3493F0A8B7F5989A422F6F /* PBXTargetDependency */, + 4881C58A7026A1D9B21CEF22EF8F52CA /* PBXTargetDependency */, ); name = "Pods-iOS-PlatformRouting"; productName = Pods_iOS_PlatformRouting; @@ -21329,13 +21634,13 @@ buildRules = ( ); dependencies = ( - 532819913EDB0FB30767B36D1098BDDF /* PBXTargetDependency */, - 43AC602AC6D5815637B5C8C13B64ABFD /* PBXTargetDependency */, - 68349ADC62AE26779E6608430871270D /* PBXTargetDependency */, - 30E0BF25D61DB0FB6F65C19D33E24209 /* PBXTargetDependency */, - 0C4258574087FC4F6B61E3E0863FCDF1 /* PBXTargetDependency */, - 6E1DDCBA1A14D317BC44AC84B115341F /* PBXTargetDependency */, - 8042EE647B62F1200F96D2803B8FC835 /* PBXTargetDependency */, + 31E729AFCA9C9E2CCD17908EFB0AF316 /* PBXTargetDependency */, + 1E9D0C1948A68B159B05BD26A2926486 /* PBXTargetDependency */, + EB4D8323F7B2D75A38BB4F78FD1741BD /* PBXTargetDependency */, + 36489685F9E07644AC9A1E1D673619A6 /* PBXTargetDependency */, + 6BBA3E799A2EB56203B2534475B9B716 /* PBXTargetDependency */, + 33C58D1D807E15DCC4F3FD717593233A /* PBXTargetDependency */, + 2929C7E5CA643A331A124FE891B3270C /* PBXTargetDependency */, ); name = "Pods-iOS-RoutingKitTests"; productName = Pods_iOS_RoutingKitTests; @@ -21380,45 +21685,45 @@ }; 4CAF7A6747403A9F300A59E2DD25F563 /* Pods-iOS-FirebaseStaticInjections */ = { isa = PBXNativeTarget; - buildConfigurationList = 352AF6861E4DCE90FF4BD2809D60B9EE /* Build configuration list for PBXNativeTarget "Pods-iOS-FirebaseStaticInjections" */; + buildConfigurationList = 948C19167BC4C00C73F7F968569A1F6C /* Build configuration list for PBXNativeTarget "Pods-iOS-FirebaseStaticInjections" */; buildPhases = ( - 84463BD91FDC89B12CA9D7AB3E933CC4 /* Headers */, - A1416E36906F15AC2F3BCEAEDB8A1185 /* Sources */, - C3A1771C7B82A8691EF87854F63A4832 /* Frameworks */, - B4459028DBE6A086019123C16731D1EA /* Resources */, + 08CA79D34574F62CFE188E4598150457 /* Headers */, + C1AAD20F44BBE63FAF51F56861C5FBD1 /* Sources */, + 422C6F75666527D902356A66DD26F477 /* Frameworks */, + C5B5615F091A30F716DFB52BD654D965 /* Resources */, ); buildRules = ( ); dependencies = ( - 61D883977FC32D66AA8645183DBB9F4A /* PBXTargetDependency */, - 92EB0529F725A1E1BC2CEFD521F66E44 /* PBXTargetDependency */, - EE27013416462BF3107BF2ADD65B6F45 /* PBXTargetDependency */, - B7FD4CD45B2686BFF9C61CC202C3DE42 /* PBXTargetDependency */, - 37DE89E3F60A0DC96770199E7EA2AAAD /* PBXTargetDependency */, - A7686D826DB8588E2250808BA967FBD5 /* PBXTargetDependency */, - C0A79B9E632FD86C03329584649D31F1 /* PBXTargetDependency */, - 54E5E8891FE92495AF4E4D89CC77F2AE /* PBXTargetDependency */, - 6FD7CE08B76365AFCE57BD885CB426AC /* PBXTargetDependency */, - AA24E3A1F9DBB3F372F027905E7805D6 /* PBXTargetDependency */, - DC8B54C32EEF20D6BEBF453CA6130184 /* PBXTargetDependency */, - 687D1F55281D681BA157C9FCD70CF968 /* PBXTargetDependency */, - 6942D44D6224C6E577A5E1590B60CE85 /* PBXTargetDependency */, - 2ED44955C0C6B9823635076A5D037729 /* PBXTargetDependency */, - 839F361B818336DFFCDDB3084D7E8FB6 /* PBXTargetDependency */, - 7F4299F705B54269E2195E6530B0663C /* PBXTargetDependency */, - A5AA8C6B00E4C4EC0676A64B99B8A80F /* PBXTargetDependency */, - 855EB93FA3F16DC28E60E71033FA6EBD /* PBXTargetDependency */, - F34538AB6E72C3298B868E22C4415A2A /* PBXTargetDependency */, - 5BC9AE28AEEA2CC8928C4717F2B3335F /* PBXTargetDependency */, - A35FB83A4032878C4842CC8FC1871874 /* PBXTargetDependency */, - F0BAFCCF666F409F09090920FD693111 /* PBXTargetDependency */, - 17C387A865F2F1B00A4FDAF2EDA4BEE8 /* PBXTargetDependency */, - 361AF1D6B817759889622C3336BD82D2 /* PBXTargetDependency */, - 900253AD21D8FC5E8293A24D61E7923A /* PBXTargetDependency */, - EAF18491811B5B5A0962C9C3F7FF2E7B /* PBXTargetDependency */, - 8D6D69B69521364F5086E955CA93166A /* PBXTargetDependency */, - 424364ACB2D4F11A69CE95609171341B /* PBXTargetDependency */, - 08BEB8EE49D18B41DCEA70CC16C991E9 /* PBXTargetDependency */, + 74973CDF3A1ED7BC23784196D9D5CEEF /* PBXTargetDependency */, + 5E906616955024DA1510509A247C80B3 /* PBXTargetDependency */, + 97E1CDE7BC6F9183C18FF022BADF49D0 /* PBXTargetDependency */, + 8B5D58D51541C49D2C24A2594048C43E /* PBXTargetDependency */, + D3C23A6C28FBB7A726050B4D31993F08 /* PBXTargetDependency */, + 01C84047A4CB30F9D4666474BA594B89 /* PBXTargetDependency */, + C5519B76E59D866C7E65BBA862321919 /* PBXTargetDependency */, + 59A449B4BB5A10B41EAF7BB337549821 /* PBXTargetDependency */, + 5938D3B311B68F4459335240B25DFA86 /* PBXTargetDependency */, + 63C427C2746761A82242382C58ECFA66 /* PBXTargetDependency */, + 4F7331EF373987EC0F76A26AFE36DE65 /* PBXTargetDependency */, + 3A50AA5EEC558319BEB04C2F5C8BB1DC /* PBXTargetDependency */, + BC93CF5420593E7C80F206CB49F0728B /* PBXTargetDependency */, + E8658793F1252B740B1CF9AE1CFE4F1E /* PBXTargetDependency */, + 0A30134892AA7E864C4F75B18067B6D6 /* PBXTargetDependency */, + E071AB8BA2A88E3E6EB89F90FB6C7850 /* PBXTargetDependency */, + B15A433E761757C540BA6824AB07A3E2 /* PBXTargetDependency */, + 5AF1E95E6DC9AA8A7F989C4E7E7D05C3 /* PBXTargetDependency */, + 7EB1E9BEE084AE22F954435CEE568FAD /* PBXTargetDependency */, + 1A494BA1D4CA513CCA8F317AFBD0E40D /* PBXTargetDependency */, + 545F684715565C2622571531A9FB0501 /* PBXTargetDependency */, + EECE93D89906962CF2DDF06B91DE3D6A /* PBXTargetDependency */, + 4F04591427778F7348D607648B11F3EF /* PBXTargetDependency */, + 66E602804104EE5662195105F0650F2F /* PBXTargetDependency */, + 4DD33D3E84F93F23838DA407592548DE /* PBXTargetDependency */, + 4AAA6F69208293239D6F4CEBF3239E4B /* PBXTargetDependency */, + 0CD941E47A2B54DBA058ACA5AB6314B9 /* PBXTargetDependency */, + BFDD36D880A5FE4421B842261AF854B6 /* PBXTargetDependency */, + A6AC0D35674D67E71703BEBAD6150BA8 /* PBXTargetDependency */, ); name = "Pods-iOS-FirebaseStaticInjections"; productName = Pods_iOS_FirebaseStaticInjections; @@ -21437,35 +21742,35 @@ buildRules = ( ); dependencies = ( - D0D519BD0676A84BA6E02B31E499A809 /* PBXTargetDependency */, - FADB18883A5D0D9FA68EBC570B4FDD3B /* PBXTargetDependency */, - DCABEE7590BFFFE54D9A49E97C66C90E /* PBXTargetDependency */, - 9AC1F6A1762851277B430BDF5AFF869F /* PBXTargetDependency */, - 870F0D6446015527F12EF1D29DC0A46D /* PBXTargetDependency */, - 95537D7770BF4ADC34581818F2521EA2 /* PBXTargetDependency */, - 237B4C26E970D6C54751DF87DA3A61F9 /* PBXTargetDependency */, - 5C4228A26F1ACBD211941937FF6C5424 /* PBXTargetDependency */, - 0BD87E7E6F76AED97FFCA8BE930BC69B /* PBXTargetDependency */, - 801C79AE1B7E53BA70A32581AE1ADA99 /* PBXTargetDependency */, - 863F2B2A78DA32345F0D84F196832C16 /* PBXTargetDependency */, - 2214E8F9354C8C430552AE832B52D15E /* PBXTargetDependency */, - 1010169C8241D8AF1FACCCE0DA05D89A /* PBXTargetDependency */, - C66959ACA54740C59207F47BE520E536 /* PBXTargetDependency */, - D68F0DA71875D6359CE6A5839ED4EE6D /* PBXTargetDependency */, - DF0A06A1D98933306BAACC869C1D5588 /* PBXTargetDependency */, - 6F80C36879EC11E1416554D30E430403 /* PBXTargetDependency */, - 751D63F8D1EB60C5F868BB734C3F428E /* PBXTargetDependency */, - 2E1C2AF251A8F59C5FBFBEC4DD169B81 /* PBXTargetDependency */, - 121E0E03F2C0AF5B04FBD36DA38CE6F9 /* PBXTargetDependency */, - EF0E7258112B14EF6DB7184C3184D77E /* PBXTargetDependency */, - BF17574B312CCCF9F510DF47CA6F9D42 /* PBXTargetDependency */, - AE6D993F1D725B9BC5572C0E67042D1E /* PBXTargetDependency */, - 82176FDF73D928C97374A2D808E7188D /* PBXTargetDependency */, - 58E866EF4832FA5C3CFBED52D6107113 /* PBXTargetDependency */, - 51118D779EE83E3251966EECA25E5B49 /* PBXTargetDependency */, - 97DA3685B591D8E5901176CEC7E5CFCB /* PBXTargetDependency */, - C7E0336AAC0D4A990B7209FC47FE5B6D /* PBXTargetDependency */, - 482B63CF6F104765CA411219F73F4DE1 /* PBXTargetDependency */, + C1FBEB857CB2571FC5A1224204035AB7 /* PBXTargetDependency */, + 081FBD64E486244D5D91E1B8EEA515F8 /* PBXTargetDependency */, + 0B8FA7F628162344ABEFF6DDA7FDBC15 /* PBXTargetDependency */, + 916D0A9E8616702083C0EDD2DF184F83 /* PBXTargetDependency */, + F2475B171C789DBBD9A1A578FC2CC16D /* PBXTargetDependency */, + 9CC4F1FA4B2F63DB775E19030D493186 /* PBXTargetDependency */, + E3F82B278AA3EBCCB3E287EE5029335B /* PBXTargetDependency */, + D620F2F5DF6DEA7FD33C84CB6CD9F934 /* PBXTargetDependency */, + B27458AA3851357646967B117B6A2A90 /* PBXTargetDependency */, + 5629EB711301EAD44F93F7301B91960B /* PBXTargetDependency */, + 80E434AEF8AAD7CF55E239123013B244 /* PBXTargetDependency */, + B009ADC3F02AC7314FFFCF4689F22E48 /* PBXTargetDependency */, + 9247652141A6389F28AAB32C9EA212EB /* PBXTargetDependency */, + D7311B288A7FD3DA1A90EF50E6EB55CB /* PBXTargetDependency */, + D5E339569FEE7BEB2074702849F0FDE2 /* PBXTargetDependency */, + 79178D982BE917599AA2BDE5850FE9D6 /* PBXTargetDependency */, + DFF1365CB8F807738F60D78D50C954E4 /* PBXTargetDependency */, + 23B38D75969DF41E7CD96BEF6A44CEDC /* PBXTargetDependency */, + 6FF27B869922FB6D861EE3F7685E2630 /* PBXTargetDependency */, + D48A9CADA531555116E085ECB75A411B /* PBXTargetDependency */, + 8FF9465A4F487D6F586EE195B3FB8BDA /* PBXTargetDependency */, + CB6196960185AD602AB669CB39FD7EB8 /* PBXTargetDependency */, + E2906D2DE54A0C5360F7BA7C85BFBA3F /* PBXTargetDependency */, + 4DBD73953321277314EC015FA60A2888 /* PBXTargetDependency */, + 4AB77D0F29A7119979F36E57FFBD33C5 /* PBXTargetDependency */, + 984C7E373322CFFE3BBC6B591B68A3C3 /* PBXTargetDependency */, + 08C6952E59D0358AFF8F440B948C7E87 /* PBXTargetDependency */, + 4ED4A2A3AD00CEF7C4E44DB22B87F09F /* PBXTargetDependency */, + BB8450E89F6535099327DB21D8E284D9 /* PBXTargetDependency */, ); name = "Pods-iOS-CameraParticlesTests"; productName = Pods_iOS_CameraParticlesTests; @@ -21474,23 +21779,23 @@ }; 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */ = { isa = PBXNativeTarget; - buildConfigurationList = 16ED55A371E634D90DCE3E875F8DA587 /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfig" */; + buildConfigurationList = 9BF7B71055AB9404F6E18FB8535AE43C /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfig" */; buildPhases = ( - 447B20E5C64B6BEDFA1E8E67D65F8E88 /* Headers */, - 3E655296ED92DE8D0E07BAF581C7E9DC /* Sources */, - EE78E40D3A10E6A69A437EBECD11F705 /* Frameworks */, - 8BA953E4FF911DCECBEE96749F9C3D04 /* Resources */, + 36D66F04E9088DEAB7427A156BD04341 /* Headers */, + 04B798AF550A578CD213F3B276EA4C59 /* Sources */, + 056DC336D5BEE8E24945F106D0CE6427 /* Frameworks */, + E196B04A187E2A4A94F98A7C3E0BBDAF /* Resources */, ); buildRules = ( ); dependencies = ( - F6ABF95D1A37C1130CA430B100CA6CD0 /* PBXTargetDependency */, - 958E8D4D555EC1BBD00B258B3594754A /* PBXTargetDependency */, - 0CEE768D4423119FB0DE57B81184B821 /* PBXTargetDependency */, - 400E08906E2C12D98618C9AE31F16B51 /* PBXTargetDependency */, - D2A4215A429A0B5EB999DA298FADFAF5 /* PBXTargetDependency */, - C7BDA44E36BE53CD81ED189F6D62CEE4 /* PBXTargetDependency */, - F4A5DECFCC5BF56A83E3F1BF2307A885 /* PBXTargetDependency */, + 83F92112B30A3E9B92CB947006F1A825 /* PBXTargetDependency */, + AB9FC971317026F41516476188ABC7BC /* PBXTargetDependency */, + 69554DB227AD960F7E8C41B403624E0A /* PBXTargetDependency */, + BD89DA9E04135E1A3EE25F0903BF8FF0 /* PBXTargetDependency */, + CE9677EB73DE4431ED9B46B1569C9951 /* PBXTargetDependency */, + 568AB2DF54C51021742A76AC1FE70DD9 /* PBXTargetDependency */, + C2053891D84A96823365363830BA66B7 /* PBXTargetDependency */, ); name = FirebaseRemoteConfig; productName = FirebaseRemoteConfig; @@ -21509,15 +21814,15 @@ buildRules = ( ); dependencies = ( - C3CE789639E5FEF40A1897AA6EA335EA /* PBXTargetDependency */, - 717C54E94384B2B081A32638B86600AB /* PBXTargetDependency */, - 9FE5E8694566A063BE7610B703460698 /* PBXTargetDependency */, - 80C954A7D788EBC8215384D30F41E544 /* PBXTargetDependency */, - 240AA533F0171845E84AA330F33A942E /* PBXTargetDependency */, - D726D9F75A88392C337A81D9A8D302C0 /* PBXTargetDependency */, - 7B61334B44A61B81B8DB93644E5991B4 /* PBXTargetDependency */, - E891D6E51D2CD883AD93745AC65BE763 /* PBXTargetDependency */, - 54DC2EADAD66E47A141E1F77AC2355B2 /* PBXTargetDependency */, + 12CA8F559BB725D33A1BC12B1857C492 /* PBXTargetDependency */, + A55261FEE4420EABAD2F239162E08299 /* PBXTargetDependency */, + 8850EFFD5B2D20B275606BF6179E950B /* PBXTargetDependency */, + 80ACEE78756E041A1DE49D666C0A091B /* PBXTargetDependency */, + 00B9E34099B20815B82E633814ED56A5 /* PBXTargetDependency */, + 0F64D317DD3DE4FBE8AFADEFE244C9F5 /* PBXTargetDependency */, + C2A6576963FEF6FF7BA8CEC6609BA405 /* PBXTargetDependency */, + 463C1B0C49E10F3E48E8A46CF9173060 /* PBXTargetDependency */, + 4030763B2F90D49C332BD6EB54DA3464 /* PBXTargetDependency */, ); name = FirebaseCrashlytics; productName = FirebaseCrashlytics; @@ -21544,11 +21849,11 @@ }; 55522A91938FF505CFEBEAD2DD85AE2D /* nanopb-nanopb_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 624D3A36297DE9B08FBDF7EE2F12E5AE /* Build configuration list for PBXNativeTarget "nanopb-nanopb_Privacy" */; + buildConfigurationList = 762E0FD8458EA87D0CB830482B4039B6 /* Build configuration list for PBXNativeTarget "nanopb-nanopb_Privacy" */; buildPhases = ( - 28BEC0BC7098F2F0E8625C4EE5909A34 /* Sources */, - 9B8C82D7924F7A41962DCD66504B58B2 /* Frameworks */, - F8DC2D3636BCBA8FAEFAD04BB1D98C44 /* Resources */, + 009350109CB1F70AC9B90F6331EA344A /* Sources */, + 8BA1CDC4E1DFA1E35CECFF95F8C0A60B /* Frameworks */, + 51506A06F3F3E071372A31811C16CD9C /* Resources */, ); buildRules = ( ); @@ -21571,35 +21876,35 @@ buildRules = ( ); dependencies = ( - 4669908C1B33DF4500CE76159BA7AE8F /* PBXTargetDependency */, - 5B7BA3CB634EC4E0A2C2AC3FF4315E43 /* PBXTargetDependency */, - 767A49AAD618BEBD3AAE78F38DA40B8A /* PBXTargetDependency */, - A7E2FE2572EACFB24AFAB505AA3CD828 /* PBXTargetDependency */, - 8E9C6C5B668E4E2032198CA3CEDFFAC6 /* PBXTargetDependency */, - B8BFB7AB5312DCCEED265F39C96A6215 /* PBXTargetDependency */, - D29CE6B1ADA8CB306F64399C05BF3D06 /* PBXTargetDependency */, - C6716C5742824D0FEFD5AE8FD9684AA1 /* PBXTargetDependency */, - B5373565ABED7F7DEF3FAA3F5277762F /* PBXTargetDependency */, - CB3FF4958C1A46663D7D617CB2B289C4 /* PBXTargetDependency */, - 21E447D12E279E4F5501CE31EFA1CD59 /* PBXTargetDependency */, - F56EF7BDE69A4E7F0BE8919147A22D29 /* PBXTargetDependency */, - E6BC31AD80A7D1DDD876C95C89E363D2 /* PBXTargetDependency */, - 6C4BC2F2F4D0961DD47BD928FA24ED2C /* PBXTargetDependency */, - F6AEEE7510FF8F9B1B2F7BCD64D25DF1 /* PBXTargetDependency */, - 948AA04FA24CD4C732FDCBEDF9518F89 /* PBXTargetDependency */, - AF2F44A180BE492626B93C63E882E057 /* PBXTargetDependency */, - D703F6A3D14E760CDA87F589E142E0BF /* PBXTargetDependency */, - 4A56969982C05A4FC62D7FBAB7F95DF7 /* PBXTargetDependency */, - B404C3C53252F9F2C52B38CC5565CD13 /* PBXTargetDependency */, - 1DECCE9CBDCFABFA562D1D0ACE47BDBE /* PBXTargetDependency */, - 9FC6867A1D4FE22E9982A60FDD6AA940 /* PBXTargetDependency */, - F3E30BCD60DCAC49484350D406D33988 /* PBXTargetDependency */, - 998F133325B703659EE24F25B265CFD7 /* PBXTargetDependency */, - 8FDA85468DE732C0F8573E0F9E7C36C5 /* PBXTargetDependency */, - 690615B19EFD6C02A342F1E9060FC450 /* PBXTargetDependency */, - F6A6611AD04CE05528409969E259A60A /* PBXTargetDependency */, - 6057DF2DFCA8DFAF5DF5652AE9CFFCAA /* PBXTargetDependency */, - CA284761511E5483A96923B1B7460F17 /* PBXTargetDependency */, + 84E31C0590361DF99DA8C2DBC7BC09E7 /* PBXTargetDependency */, + 22362751C8B34F12FDB7F39068F5B3C1 /* PBXTargetDependency */, + 6C4677DFEB7186E88D9CAF0C571F5F92 /* PBXTargetDependency */, + 34B7FDFEDD606C0015505244208A0055 /* PBXTargetDependency */, + C203AAD98EE61888EAAF1620074E1695 /* PBXTargetDependency */, + 3B855045EFE0B4B472D227A4F3687439 /* PBXTargetDependency */, + F7AFBD510B6CD8ADF781EAB5434F740F /* PBXTargetDependency */, + 44C28AA646FB886D2E32C7B89325947E /* PBXTargetDependency */, + 610B5DC35BED997F8C44056019FE1116 /* PBXTargetDependency */, + 5A3B52F9C82DD5A03088F829A638E350 /* PBXTargetDependency */, + 6D5F9902C0FF926BB146DCF41E87FBAD /* PBXTargetDependency */, + 14FD6338713C74FB62BAD68E5F24DFC9 /* PBXTargetDependency */, + 432FC4C8694474D9025059B96397AEC6 /* PBXTargetDependency */, + 9943A882C0A881125261DC492EF3F163 /* PBXTargetDependency */, + ABAFDFD8D32ECB074B2D663064CD390B /* PBXTargetDependency */, + 990DF6D7C9ED52F40B107D3F88F0C575 /* PBXTargetDependency */, + 60B6ADB3D8B01FF17CEDCDD8CDAD5BB0 /* PBXTargetDependency */, + 616AC423D54FF103AE5B53A8C85F006A /* PBXTargetDependency */, + 0B7B677782F3DA8F13E6722347B6406A /* PBXTargetDependency */, + E421E3525B73617EC8C7D588F9795A44 /* PBXTargetDependency */, + F99D1AF99FCED986C0058D915CCC6838 /* PBXTargetDependency */, + A4DA2B175951B0054518989E7268AAB6 /* PBXTargetDependency */, + 5ABFED10839BCA3C3ABFD92F75FEC7D0 /* PBXTargetDependency */, + 64F2690CB97C1471F1D43EE9611BD3F4 /* PBXTargetDependency */, + 1069F9557E9AA1404CD4800EF008BAD1 /* PBXTargetDependency */, + C815ECF5D7D8DF32985257223EC28594 /* PBXTargetDependency */, + 6FFF4FDF403FC522A1A773C84519D8D7 /* PBXTargetDependency */, + A40021AED0FA6EE06D54C3AD1B291F4E /* PBXTargetDependency */, + 4B2A5898AA09FE653F9C76D9E6D6B797 /* PBXTargetDependency */, ); name = "Pods-iOS-PlatformParticles"; productName = Pods_iOS_PlatformParticles; @@ -21626,22 +21931,22 @@ }; 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */ = { isa = PBXNativeTarget; - buildConfigurationList = 88A56F5F68BD53A474E06EFE8B610AF5 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */; + buildConfigurationList = 13E3D0D894BD3550A2C74764DBC59233 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */; buildPhases = ( - F9DCA8527FFB8DB1144055ED8039C665 /* Headers */, - EBD8A103CF7678CD09102B8F15CEE10D /* Sources */, - 37C541FE7C109256653E76D0DE0B70F7 /* Frameworks */, - 58BF6E2A6B97A0F50AEEE71F70F31EC2 /* Resources */, + 41AEB83A43A648DEAC40239D56030A42 /* Headers */, + 8370893CE428D39C37DB240F27AFE087 /* Sources */, + 323D36C70AB997FB4D9A4365EEAF2C19 /* Frameworks */, + F0495B00BDF79F29A5A1C41D6B9C1B25 /* Resources */, ); buildRules = ( ); dependencies = ( - 5009854674B94C8E98DEA344B2D10576 /* PBXTargetDependency */, - 66510051861579CF619992D7D070C6AB /* PBXTargetDependency */, - A0AEDAB7B98FD7EABD670BCC4E528EB5 /* PBXTargetDependency */, - FBCFDD21EB3824388D3DCDDCA4E6D38B /* PBXTargetDependency */, - 617F1B288B3E830759CA0DD949E0270C /* PBXTargetDependency */, - 6BB00D1136557C85895994BC61665D44 /* PBXTargetDependency */, + 5C9628E1E54311205E7EB10F29FA3BA3 /* PBXTargetDependency */, + 307143034C682403776FC415EC98815E /* PBXTargetDependency */, + A87ADBB69FF11CD73451156516118936 /* PBXTargetDependency */, + 85252B3703FB06F9599C09C1704DBB20 /* PBXTargetDependency */, + 92F9BE2FCCB483779C722EB34B0C9F4A /* PBXTargetDependency */, + DFB9CF89360C6DE9AD2541653C0398E0 /* PBXTargetDependency */, ); name = FirebaseMessaging; productName = FirebaseMessaging; @@ -21650,20 +21955,20 @@ }; 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */ = { isa = PBXNativeTarget; - buildConfigurationList = 4347825F68E852E009659FDD2198D035 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; + buildConfigurationList = CC2DECAE011C944F9FCF30E4E4221DB4 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; buildPhases = ( - 25E8BA6CF0FC9451E6394E4B3BFDE25A /* Headers */, - 14A9E5ED170E8F1187D5A8331839CBF6 /* Sources */, - 830BDACCAEF2BB49A2AC06DA0ECCE6DF /* Frameworks */, - 06348AE8AE9D79116EE4D420298BBC26 /* Resources */, + 0FD72533034CE0E9EB6F6A28793FF9CC /* Headers */, + 0C1918C9DC8C6C4425527C7DE3F5E677 /* Sources */, + 00058F7ED73E95C8BDF2581207D17538 /* Frameworks */, + 1F1A16ABFFECAC404846A581C4EE972A /* Resources */, ); buildRules = ( ); dependencies = ( - 99553DB2B4F192F9B9BD4558476EAF1E /* PBXTargetDependency */, - 70EE90AB14CFBAC5EB640C4DC6DC1933 /* PBXTargetDependency */, - BB557E6C8D1769D4E559E8F12D4AE654 /* PBXTargetDependency */, - 3D7D5794A8E5671BD26ED31F9D809910 /* PBXTargetDependency */, + C0B31507297D56EB03037CFE1D000F8D /* PBXTargetDependency */, + C235591E6B82F4D1AAD87A6DC9538036 /* PBXTargetDependency */, + 4B23FD1EF66561A9B08E62B77F71F92E /* PBXTargetDependency */, + 226E2EC619B4C2A3CAF154692E3C92B9 /* PBXTargetDependency */, ); name = GoogleDataTransport; productName = GoogleDataTransport; @@ -21672,11 +21977,11 @@ }; 5FF1A58DEEC5DB749FCD6C120B97CC82 /* GoogleUtilities-GoogleUtilities_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 1452ADE8030F62F371F6B89F062EEBE6 /* Build configuration list for PBXNativeTarget "GoogleUtilities-GoogleUtilities_Privacy" */; + buildConfigurationList = C8FFDE5BA4C3DC557268302F7C04C621 /* Build configuration list for PBXNativeTarget "GoogleUtilities-GoogleUtilities_Privacy" */; buildPhases = ( - A1B34425B4E37EF4BB7AAF8A3A2C86B5 /* Sources */, - 7699D8AA3C953A9B1EF32FBCD27B803E /* Frameworks */, - 39A3385063DEA4CECAD72C84B0679522 /* Resources */, + 54CD60E18A0675C572D526B638CB00B5 /* Sources */, + 43087D45FDE4C319EA3ED745E0BC906C /* Frameworks */, + 62C327D8393A8527C092C0392C704EB8 /* Resources */, ); buildRules = ( ); @@ -21699,35 +22004,35 @@ buildRules = ( ); dependencies = ( - DF6D550AA978E325EB7BF6D6A829C4D8 /* PBXTargetDependency */, - 8FE1EE4BECFF1AF23F2DF6F36F3EA8E3 /* PBXTargetDependency */, - 6D717DF9B39A100F86488E728C05F01A /* PBXTargetDependency */, - F93E2352B59165AC16A4EB6C42D2F039 /* PBXTargetDependency */, - 83F89426987DBF288031B840C3D9E979 /* PBXTargetDependency */, - 049EFE891187D7076226C854E8D2EF8F /* PBXTargetDependency */, - 0DE695165395D9FB54E1B3795BBAA0DC /* PBXTargetDependency */, - 087C786AF479BCBA04011B583F32E998 /* PBXTargetDependency */, - 5537EC2D4D7BE68C1880C3FAD4AAC831 /* PBXTargetDependency */, - 8E915837AF45768C2ADDD840680D13F3 /* PBXTargetDependency */, - B9E5F9FE7E0219149B7CDD4878238CC6 /* PBXTargetDependency */, - FE632092639C549E78A0BFCAE9949B6D /* PBXTargetDependency */, - 3FAAB8C6D0E1EFBFED1B43EEEBB50D4A /* PBXTargetDependency */, - 5CEEEFD77D261E95CCCC0AD8E028D801 /* PBXTargetDependency */, - 2CE8CE41D0E333419F24D56FF525E8EC /* PBXTargetDependency */, - 830E71CFB31C83D40A0E612F6A897078 /* PBXTargetDependency */, - D785865D2946C5D42E67E44C24BD5D3C /* PBXTargetDependency */, - 2239A9D124EA50279F9890B000D7F037 /* PBXTargetDependency */, - DFE94638A953C9A92C660210AE386BD1 /* PBXTargetDependency */, - 2B022691CA888D0ADB5360AE228BC1BD /* PBXTargetDependency */, - 44B9DD028F53C5D63ABCEC934E5BD240 /* PBXTargetDependency */, - 6F7B7CBEB0DC798D418687C595D95A91 /* PBXTargetDependency */, - F571A6653A55971C423EEB73D356E4FC /* PBXTargetDependency */, - 0BBB36B0B80283F4E6E2373847D5941F /* PBXTargetDependency */, - 79DBA656E6024C0EFDFB632959F5CF7E /* PBXTargetDependency */, - 2221C077DE4750F0DC648830DCF57A92 /* PBXTargetDependency */, - A4CB7394948AED27A9649E59DA595324 /* PBXTargetDependency */, - ED9641A05DE4BF4EA397517286C93B64 /* PBXTargetDependency */, - 22DF7414F725AF7AE7BDE4E2CDA77D91 /* PBXTargetDependency */, + 335153064F0949ACC303489AB70AE09A /* PBXTargetDependency */, + 6CAC02A13E85F36B015322F04ABE24D6 /* PBXTargetDependency */, + 77B7BE81C6351BAC32BF45795C51BA84 /* PBXTargetDependency */, + 3F270DE399B3A677B7B5053EB0E3DD48 /* PBXTargetDependency */, + F350FCC84F8E50F5C68B8F566264707F /* PBXTargetDependency */, + 355A01D19A60A8E21CA7151364EE9A0B /* PBXTargetDependency */, + FCDBB62AD7E8BEEB0480E903A36CC419 /* PBXTargetDependency */, + C84A697F01180196C31CB7599C2A987F /* PBXTargetDependency */, + 42F990A3CF00393357585BFB13161F73 /* PBXTargetDependency */, + 18CEFAA1C394A682656A84A4A7105D54 /* PBXTargetDependency */, + ED8E37FACAA3FE014B2571CC4BA47228 /* PBXTargetDependency */, + 3AB8EA450096EC113029DB5546B19A33 /* PBXTargetDependency */, + 957F44DE4BB6616603E47194D1990E33 /* PBXTargetDependency */, + 9C724B30276D70F08BCBD74D198EED60 /* PBXTargetDependency */, + CA36DCF4DC58993C59F87563F6B82B86 /* PBXTargetDependency */, + A253BF5C57E4A7346ADB9BAFF2FABA44 /* PBXTargetDependency */, + 7AF6F3E9F153C1B68F1E86543F8F7E7D /* PBXTargetDependency */, + 87A28F25721B65349B83180C5196D23B /* PBXTargetDependency */, + 7AA18698C2D438583E6A95D38AAECCDB /* PBXTargetDependency */, + 2C3F0663D7BC88939BCD4C7BC51F4541 /* PBXTargetDependency */, + DF03704A3E24BCB06065830731EEFEBF /* PBXTargetDependency */, + 4CC95FAB7169C7AFFAFCC35FCA30D8F7 /* PBXTargetDependency */, + 85AEA5DEEE70E4EAE992E3E304E08129 /* PBXTargetDependency */, + 2CC381FFACC909FE50E9DFBD956DE1C3 /* PBXTargetDependency */, + FB264E2F0FFBCB5C3C6B3FEA9F50BC14 /* PBXTargetDependency */, + AA8CFC38A02E204D479B3F46FB8088BF /* PBXTargetDependency */, + 782A608A56780D71625121235B72DC5F /* PBXTargetDependency */, + 228F95A3EDA0069EA3F67D54430FEC6D /* PBXTargetDependency */, + 0FB9801F7AE3841C6DBA515B182B78B2 /* PBXTargetDependency */, ); name = "Pods-iOS-PlatformParticlesTests"; productName = Pods_iOS_PlatformParticlesTests; @@ -21746,35 +22051,35 @@ buildRules = ( ); dependencies = ( - EACD131E7C7502B4FC882EC0FC45B60D /* PBXTargetDependency */, - C84A6495E9687DF28230A36E976835B4 /* PBXTargetDependency */, - 5B9CD3977DC2E90C36649640644BEFBE /* PBXTargetDependency */, - 30FCA9901AF52E082FDA16EEC43B792E /* PBXTargetDependency */, - F5C6E91BA4E7D228331B3BAD9BFCBE75 /* PBXTargetDependency */, - 40C17C54FE3DD041FD12AA8AEB2A7B11 /* PBXTargetDependency */, - 931500E0EFAAF09AFAABD8BA8746BECB /* PBXTargetDependency */, - 9B0CF20C712CE6442197B67CE579AFE8 /* PBXTargetDependency */, - 0A6D679C4D585F3073AA30E509B46FCF /* PBXTargetDependency */, - 47A22A1C110F6324E2C11008DC563C24 /* PBXTargetDependency */, - 531E152FA4111F8CD4AAC2BC5780924F /* PBXTargetDependency */, - A3B0A6F5A290672363B84739BE22A4BC /* PBXTargetDependency */, - F8A9FF43410B7324CCC13C2F30DEB036 /* PBXTargetDependency */, - 51929BA0BE7BCE51AB98EECE4F94E829 /* PBXTargetDependency */, - FFF585582677F24F90B90A17B17E513D /* PBXTargetDependency */, - 00D17B4A1A4EC1C4A834AB0AAB6592C5 /* PBXTargetDependency */, - 55E2381C4A12DD91833E639A1142D532 /* PBXTargetDependency */, - 6BAEB17B22E902537FC3723602BACF2F /* PBXTargetDependency */, - 3C4D3B479C9A7308CDE26AD422EEA46F /* PBXTargetDependency */, - AA757958C8AB8E502FCB7CAF534D80F4 /* PBXTargetDependency */, - FF226030124CE9E365E0791204BBE1F3 /* PBXTargetDependency */, - 3123F29A2680890C8310D495D4E3F937 /* PBXTargetDependency */, - 111C5E5EEDA3A0B33195DDEFD41F6B5C /* PBXTargetDependency */, - 6F6B22644895E52CED7DD52400661F33 /* PBXTargetDependency */, - 1A9EFAD540E8D45DA61B7003B6460126 /* PBXTargetDependency */, - EE3D22A7AC7369D3635E27200709F4FA /* PBXTargetDependency */, - 2FC9D46589C5E0523FC8EFF357BE795D /* PBXTargetDependency */, - 538481DD64232F96D98336E6DAA9EBA7 /* PBXTargetDependency */, - 336486065AB1C91BE713EF4333AC611E /* PBXTargetDependency */, + 65F6E0EA16B76874849EB892E1263BED /* PBXTargetDependency */, + B1AC84A38C8BF1264C1A10633247B36E /* PBXTargetDependency */, + 6BF645EBBCD3A109EE9D342753987778 /* PBXTargetDependency */, + 9BDD1B0409D9A6FC510ABE7F9462CDED /* PBXTargetDependency */, + 412811AFB6F540140C55FF9229F10394 /* PBXTargetDependency */, + 9F2D4639FBE4E826AE147A84D68D8AA7 /* PBXTargetDependency */, + 9B213074ACE4D00E6D10B83EFA64FDAF /* PBXTargetDependency */, + BE661E9D155E145C86CA947E8237A9AB /* PBXTargetDependency */, + 2407E8A78837AD3D7B737410AD56A198 /* PBXTargetDependency */, + A14BEF856FCF4AF8CA8F2455F84C44A1 /* PBXTargetDependency */, + E408E30CDA9988B1834A903AC1490D0D /* PBXTargetDependency */, + 1CC4094CF147CD44CDB3DEC7CF6924E0 /* PBXTargetDependency */, + C498849B07E7B772BA564A1E40ED38A6 /* PBXTargetDependency */, + DD45B523165DB5DC2395002D8B8E1393 /* PBXTargetDependency */, + 0B04CBB106468616B66F9F7AE98AEDC2 /* PBXTargetDependency */, + C604AA71AB714723D2FC0860D4FFE56F /* PBXTargetDependency */, + B9360801B4A50A3F3B8EDD8E71EE7AFB /* PBXTargetDependency */, + A8C6D2A8F6F93B13FCBFDCE7DD593C37 /* PBXTargetDependency */, + 083789B96685FD7695433F330CCC1877 /* PBXTargetDependency */, + BFE09858F278CF65FD6316496394666F /* PBXTargetDependency */, + 415E3C328455BE2633F2D21E02572CAC /* PBXTargetDependency */, + 21D7001954BE437894C77363B46473FC /* PBXTargetDependency */, + 1E52560D1E8520D94974F1CE46241E7D /* PBXTargetDependency */, + 70AC2D5FA2CDFF12C4B34B4B29B2C077 /* PBXTargetDependency */, + B92764546F08F5A39D94987D031DFBE7 /* PBXTargetDependency */, + 030525276724910AAF37BE664B61F7DC /* PBXTargetDependency */, + 690FF7D2AD348A0DAD72382F3F0B1300 /* PBXTargetDependency */, + C02C6A65EEEF9D83D3B1937F602E05D2 /* PBXTargetDependency */, + D096E14AF01E8B2FE5BD73E3B118380A /* PBXTargetDependency */, ); name = "Pods-iOS-CameraParticles"; productName = Pods_iOS_CameraParticles; @@ -21783,43 +22088,43 @@ }; 64FD6D8A13D9E736C9EE8B61222DE316 /* Pods-iOS-dydxAnalytics */ = { isa = PBXNativeTarget; - buildConfigurationList = 636EB0208A83979A956A01E2C04A8C54 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxAnalytics" */; + buildConfigurationList = 884ED5E42CF943DD68B813AB9EA5807B /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxAnalytics" */; buildPhases = ( - AC48AC36E50A11513D3D60C547D7E6E7 /* Headers */, - 00026F5D63DB8C2D1C7FE99F86A03243 /* Sources */, - 8B2B521053C603EEDD50BB2CAFF53268 /* Frameworks */, - 3AB121F766249072F3F99956D8E13246 /* Resources */, + 33549A51CB75A16422CE94483030E747 /* Headers */, + E72B5216A25D5BB0ED88D1274B03DE6D /* Sources */, + 371CB1ADF7574AB7B07E874FA5CB153E /* Frameworks */, + A8DC3EED71E7D5CB5A7BD8E1FFE76C78 /* Resources */, ); buildRules = ( ); dependencies = ( - 8E6DE7E305280AD219F5F3A8FAC20C8D /* PBXTargetDependency */, - 14A965EAE7A03FDD2CB8943FDCBB0C36 /* PBXTargetDependency */, - 9ADA839411F0BE50D19BDF29CC7BE41A /* PBXTargetDependency */, - 99829706506F23B938C0D1D7EB2842FD /* PBXTargetDependency */, - DAF908EDE750370360B049F2517421FE /* PBXTargetDependency */, - F82E7491B771F50287CBE45878E36211 /* PBXTargetDependency */, - F093EA51F72D4AAEC0AFF2F5EA060861 /* PBXTargetDependency */, - 671864A00C0F8070D750CDF8CDF0AAED /* PBXTargetDependency */, - 67495EBF3719DCBE3ABBF4E11AB571AD /* PBXTargetDependency */, - 515B4945DED1AEDB571337B6A73709DF /* PBXTargetDependency */, - BB3425A37D671E927A9C64841A34C698 /* PBXTargetDependency */, - 50FBECAE153B56E9EFF2E7A32A9DC017 /* PBXTargetDependency */, - 1142FB45EE170F2C19B2C3B04D21A5E3 /* PBXTargetDependency */, - 1AC10A794432131DA82B4A4DDF2D56BB /* PBXTargetDependency */, - BE86C98175486259F0D96DECD6A6FF21 /* PBXTargetDependency */, - 95A979B2244963B38B662EA900892CF1 /* PBXTargetDependency */, - 6F88E58B187149BFDE82A84159C876C8 /* PBXTargetDependency */, - DD1B6ACADCDA40E1205AB1CA74892C5D /* PBXTargetDependency */, - 13FA4A2F3F498CB88FAE186E197BA904 /* PBXTargetDependency */, - 23E29F95B98FE9CC812D4B41176ABA17 /* PBXTargetDependency */, - 78480D5A9B94D1548BCBDF4195752F9F /* PBXTargetDependency */, - 651AD52A1B3D27343A56B1CC841203AA /* PBXTargetDependency */, - 85C9EB456A0708FC08745D8D62840A2F /* PBXTargetDependency */, - 7A2563CF5F99B7A50E5A299AFBB86A37 /* PBXTargetDependency */, - 86A8E0F2C30F0681481F754831A26B8F /* PBXTargetDependency */, - FE42E1789CBC197617D82716BCF34049 /* PBXTargetDependency */, - 81C0D59D856C883CF16E35EA997D535F /* PBXTargetDependency */, + 9EC2BF2B9BF0DB60CF3CBF06D7BB1FA2 /* PBXTargetDependency */, + EBB52C5295F95C693B030BEEC0FDDD45 /* PBXTargetDependency */, + 1EE02634A26F90266F06D42F72F30A85 /* PBXTargetDependency */, + C589DD4E16B4EAE72DC340D867A80705 /* PBXTargetDependency */, + E1B10AB53C5936A3E88627F581BEF793 /* PBXTargetDependency */, + BC0FF4D4C758765A2A38F5905BF037B4 /* PBXTargetDependency */, + 7190E6C02BCE4C68915269969C604EB6 /* PBXTargetDependency */, + 18644EA1F7AB9953C6436E1A81E6563F /* PBXTargetDependency */, + 3656CF028A85F03FD13F29CD0B26AF3A /* PBXTargetDependency */, + 416A5DBBBEC03FA32D8B96260DFAB231 /* PBXTargetDependency */, + FFF9F1E98ED98C932B8EC52CA62B39B6 /* PBXTargetDependency */, + 207F09AD840AB6F3C051FB25EA214822 /* PBXTargetDependency */, + F696584BCACC5049561DFEA70E6CE69C /* PBXTargetDependency */, + 9BFCC2C1E06560FE0ED88D2A66EB59AF /* PBXTargetDependency */, + 022A354950625494EC044B4B5877827B /* PBXTargetDependency */, + 916EDF3BBCD2D298AD24BE30C8AB4EA3 /* PBXTargetDependency */, + 16D7F8B79FE61C954DCB72EE3C1F77A4 /* PBXTargetDependency */, + A6061ED1CA5E952442CBA12A3BA5B776 /* PBXTargetDependency */, + 44F35F5E2FFEBB617A4416D1DEBC8FD2 /* PBXTargetDependency */, + 7F83D0D2E70E171D07A206D5028BBF00 /* PBXTargetDependency */, + FEDAAE027C76B31E019C655B78522287 /* PBXTargetDependency */, + F432507E2971CFB62A0FEE33EF521B7B /* PBXTargetDependency */, + 25D13CADD8667CE8A95B7FA562A368F7 /* PBXTargetDependency */, + 643D5E7C1886347364B14F45FFFAC6B9 /* PBXTargetDependency */, + 0F96B3626BA38DA3ABF5EFDA33358673 /* PBXTargetDependency */, + 18A1D4253FBC4A115829937D448F43CC /* PBXTargetDependency */, + AF5F1B5640C1600B111A2255BB17BC34 /* PBXTargetDependency */, ); name = "Pods-iOS-dydxAnalytics"; productName = Pods_iOS_dydxAnalytics; @@ -21838,35 +22143,35 @@ buildRules = ( ); dependencies = ( - 53AE875F58C9036D28AB2727722E7EF0 /* PBXTargetDependency */, - 36313D37535A8A4339128AF9A9093F69 /* PBXTargetDependency */, - 9FCE95B0AB7FED9C8B260647F55F2FFA /* PBXTargetDependency */, - B3D63F687AC7C272D7A161513BB32450 /* PBXTargetDependency */, - DD5489DCC05856AFEC67892E06ACF0C6 /* PBXTargetDependency */, - 32DCCF6C627F656BC6825DDA0D085F38 /* PBXTargetDependency */, - 713D307EFF8E53ABA35CA6838A63BCAF /* PBXTargetDependency */, - E24DB9CB4F097CA61D3FFF33C0B57961 /* PBXTargetDependency */, - D907778A77B1F9471BF4AEAF10AAC331 /* PBXTargetDependency */, - 8624AD42DECC092B4763EB7A8A363416 /* PBXTargetDependency */, - 484DDD1F39BB6AA55BF960853EC5185E /* PBXTargetDependency */, - 92645ECB3060CC6FB5A1657D4EED0ED4 /* PBXTargetDependency */, - 0B7E916EE49C3900A2EDEC6AF60AE476 /* PBXTargetDependency */, - 05A470609C7C115530CA006C8AC60A28 /* PBXTargetDependency */, - 79F0A50AF2B4736BA75EFE52B85A167D /* PBXTargetDependency */, - A5DF4CAD37D45D21F49109CED3292DEE /* PBXTargetDependency */, - 6A5CF2A071E1ADC01760DEA536D8B85D /* PBXTargetDependency */, - BAB70ED3FA6EDBFA43546485F9F452A2 /* PBXTargetDependency */, - 339568601365541218462393A64AA41F /* PBXTargetDependency */, - C91BC3B08CA222FD8E86FFDEE6F0B117 /* PBXTargetDependency */, - 58205DAB8E42654E03BB65290ED7DDFA /* PBXTargetDependency */, - 2D22DC3B5DAB79C6CFE967AC4BE76852 /* PBXTargetDependency */, - 0AF29327C525C2C80A842211D85540E0 /* PBXTargetDependency */, - 91735D904F5ED152D057C4B07D0680CE /* PBXTargetDependency */, - EC570902A6FED18C4457D8D701607885 /* PBXTargetDependency */, - 7A2DF26E8D59721434998B76E55BE2E5 /* PBXTargetDependency */, - B836D3751E63576361ACCDC90EA93ED1 /* PBXTargetDependency */, - 711A2CA8AAD6EB9BA54FFB150CC25F97 /* PBXTargetDependency */, - C778D2460900B34B248E7577C526A889 /* PBXTargetDependency */, + 9C3D7D438E4613F3977E86EA679C52D1 /* PBXTargetDependency */, + 0FFF9430B472F97991BFA64B3C1EE771 /* PBXTargetDependency */, + 998368E006E7366C745DE43595262517 /* PBXTargetDependency */, + 5F62D9667E786959DFE1B6876365A3AB /* PBXTargetDependency */, + 97F514C992C376BED69AA5FB4F4830E8 /* PBXTargetDependency */, + 1009391B36A8CFB1F5A0881F47F3912A /* PBXTargetDependency */, + C8E4D9C9A0DEBF6284649217E9CB64AE /* PBXTargetDependency */, + 5312459080146F046FFF283DEC84BAEA /* PBXTargetDependency */, + 1BD0ABE2964EF88364CA7B5AA3E3B3DC /* PBXTargetDependency */, + C945AEC29DC7249C17A67EA0E6CA909E /* PBXTargetDependency */, + 6A381FAC89B12BC84B1C970BB602515B /* PBXTargetDependency */, + 275EAAEB985BBD7020165ECA38DA6DB7 /* PBXTargetDependency */, + 782EC814B630D42241C43B9DED8EBF2C /* PBXTargetDependency */, + CCC7C522658D03E9D9CD6297D5B31E5D /* PBXTargetDependency */, + 6BD07A643FF657B42F52E7AC22417474 /* PBXTargetDependency */, + 7B1E4FD53C5B02D00027253E1F90F169 /* PBXTargetDependency */, + C5FABB78A339F61E7F8F310D2879DFD7 /* PBXTargetDependency */, + 4535A65F2A4F9581FE297E16DF98F98B /* PBXTargetDependency */, + 98E051B1A8A44F99D2BE02FF7926173A /* PBXTargetDependency */, + DDF110D75B38448927224A87E5823657 /* PBXTargetDependency */, + 31BF752B88F890C5F527B7A761706770 /* PBXTargetDependency */, + 724D7858BD9DA2684EF1DC1EE6F91683 /* PBXTargetDependency */, + 1742B06E84688EE345BA71BBF0D340E3 /* PBXTargetDependency */, + 7A32837F978B72248DF06ADAB139A4BD /* PBXTargetDependency */, + 0E0081A2C41324CC19FCCFF923EDB483 /* PBXTargetDependency */, + 3E414471D48281F4DE8734AC98AAE774 /* PBXTargetDependency */, + 09BFAD0247CFB752B3C93255814375D3 /* PBXTargetDependency */, + 50C81EB52E77052A254B70CA86CA1FDB /* PBXTargetDependency */, + C73B4F57AC512E4D9BB071303B45CA99 /* PBXTargetDependency */, ); name = "Pods-iOS-UIAppToolkits"; productName = Pods_iOS_UIAppToolkits; @@ -21885,35 +22190,35 @@ buildRules = ( ); dependencies = ( - 5F14011ED1526CD1563933001040CFFF /* PBXTargetDependency */, - 3A364CD2205AAF9AA0B0C0C01CDA6633 /* PBXTargetDependency */, - D9FB6023FB2B73002D4A1FC0A3591D99 /* PBXTargetDependency */, - F19F375E9C1497D99967C1087ECF5684 /* PBXTargetDependency */, - 344901567D67CF2E4011C4C89BDD727D /* PBXTargetDependency */, - EBAA8746875490AE741E36CFB348D235 /* PBXTargetDependency */, - D8C29FA21211F85ADB98AA1AD1D14B70 /* PBXTargetDependency */, - 3DBF357FF1568C3A3A9889F751369879 /* PBXTargetDependency */, - A7117A12D19EA3A621B6DEC68D74885E /* PBXTargetDependency */, - D5DEFB3EA99B30FEF24E567852FD66ED /* PBXTargetDependency */, - D9F7C59517BB65E10325B49E409F1FF1 /* PBXTargetDependency */, - 9C48DDA6B33FD12FB3E56D0BC7B1D0F9 /* PBXTargetDependency */, - 2415F05E23819496EC2F52B1A5CD820F /* PBXTargetDependency */, - 0BCBB79CE55753BBC75856801C466F96 /* PBXTargetDependency */, - CCEF95633EC3C5BFE0DA893A86AF6BB7 /* PBXTargetDependency */, - 3ACA1FA3659271848C4D4F1D1C58F091 /* PBXTargetDependency */, - B68903F8CB960F61B74C232DA7B5D0E1 /* PBXTargetDependency */, - 97779844E0DFB570228D15ADC6E28AAA /* PBXTargetDependency */, - 62C11863C4E038ED468DB415333A335D /* PBXTargetDependency */, - EF4E95C38C6ECD3E52AA911F37644DDA /* PBXTargetDependency */, - D2E31FDDEE4D0517B452D3E11C24503E /* PBXTargetDependency */, - F9042B20019D5E81082A9C6821AA7941 /* PBXTargetDependency */, - 53CE402D028C83FCB8AF3964EF1E6FC2 /* PBXTargetDependency */, - 4CE6D65382DD504C0FD94274C57E0EC5 /* PBXTargetDependency */, - 4C4E64FDC5423794F0B3D3A6BFD9B660 /* PBXTargetDependency */, - CFAF044619E0F97489BC16ADBEA92341 /* PBXTargetDependency */, - 702E22A46A7EBE67B31E03EF5DAAD9BC /* PBXTargetDependency */, - 62A7A5FCB08C21DCF8FEE58FD42CC0E9 /* PBXTargetDependency */, - 28A06171E346AD893CB54CEF20B78EB1 /* PBXTargetDependency */, + 6823E55F03835102DD4C288F54304BE7 /* PBXTargetDependency */, + 464FFEFEA2A5453400FDDBFF1C5F66E6 /* PBXTargetDependency */, + A47247426A5775088C1A09E332FC5D4B /* PBXTargetDependency */, + 11B84BAD293A308416D5228A71074DC3 /* PBXTargetDependency */, + AFBD69998FB847C53FFA346608D9B375 /* PBXTargetDependency */, + 1AD0D7B9E91294435998258F9CACA246 /* PBXTargetDependency */, + D000632112F663705F09AF5CF2322FD3 /* PBXTargetDependency */, + D187F45DE0742D862813D827EC2B07A4 /* PBXTargetDependency */, + 17547984DB3775DD3118D2E47AD45AC7 /* PBXTargetDependency */, + 7F460CCA9F979D51C9289B9DF28F8DF7 /* PBXTargetDependency */, + FA8C18E554877EBD41A0E39943710914 /* PBXTargetDependency */, + 7F10DE6D8081AF7C4BF11CDCD3A56D1D /* PBXTargetDependency */, + DEA7400B2900E6F98CB084495F07106F /* PBXTargetDependency */, + 248E54748AF2C7ED058235D25EE896F9 /* PBXTargetDependency */, + 9E8BE68AA95ED291C473AD54D36D15DA /* PBXTargetDependency */, + B47A7E1A4DF21500CF5DB7F5ED4AD5B0 /* PBXTargetDependency */, + B4B6222F42EC04686B7B4772612DBA96 /* PBXTargetDependency */, + 7CAF5EF47E07FB278C5263458BCC00DE /* PBXTargetDependency */, + D72B934BFFE7B75494447DE266FF0926 /* PBXTargetDependency */, + 221F72E88F3213BF17FDA7BF1ADC5463 /* PBXTargetDependency */, + 55198FF5314B0577D625D125A4EC8FB9 /* PBXTargetDependency */, + 48AEAB1794D8CA28CFEEC9F21D368830 /* PBXTargetDependency */, + 1D803D787390211C51FE7301E0635036 /* PBXTargetDependency */, + 5FED2B5E1A7B9D40E98CE582020C0908 /* PBXTargetDependency */, + B7E27285C0F3F87EE68F73CFA2F50070 /* PBXTargetDependency */, + 7D55854ABC0FDC7D567102D37F1DED91 /* PBXTargetDependency */, + 44D19C37C30AC0758296C133CFD0334E /* PBXTargetDependency */, + 951A2284FE7C16FBA39A50324D746BB3 /* PBXTargetDependency */, + 00332B1ACC6C26E34405D6A9E184B742 /* PBXTargetDependency */, ); name = "Pods-iOS-UIToolkits"; productName = Pods_iOS_UIToolkits; @@ -21932,35 +22237,35 @@ buildRules = ( ); dependencies = ( - FC5B17A39D043F0CBCE84ACE8E3D2DB0 /* PBXTargetDependency */, - 4F68828446DF0183E12641947BEAB02D /* PBXTargetDependency */, - 9199203953E2172D3CF7451CCE3E6483 /* PBXTargetDependency */, - 004A574424896A4B6FCBF4484B5B2F62 /* PBXTargetDependency */, - 00A5811FC75CB46D82DA54D90673E046 /* PBXTargetDependency */, - E56B3A9704F180440590455495CD6499 /* PBXTargetDependency */, - 2C529EBC9F1FAF54AC608E3D09E42478 /* PBXTargetDependency */, - 6E88B2FE3E49AED7DBE4138CD9CF37C6 /* PBXTargetDependency */, - 8BBF8582F336D2E1E308589AA880E03F /* PBXTargetDependency */, - 50A8AF8B3D71F80A65BE94BDEB5222B0 /* PBXTargetDependency */, - 6CBD26579959C325CAFC47D61612F4E8 /* PBXTargetDependency */, - 2A307DDD74E5FD350D2E1892F27CBE17 /* PBXTargetDependency */, - E959DE859324704A0C430323ECB2DCFA /* PBXTargetDependency */, - 7BB41CA3802BF40EA9C7E96B34325575 /* PBXTargetDependency */, - D62A3144CC814BA525E1AF21FA9B9B93 /* PBXTargetDependency */, - A96DF45242C57E9846EB89C96EB1DE11 /* PBXTargetDependency */, - B186B2432433F26E752AAD63FBEE3053 /* PBXTargetDependency */, - 07019238DC78FE1CD5F728ADFF636559 /* PBXTargetDependency */, - CA7B2481E59AF43587225E97AFD25F8F /* PBXTargetDependency */, - EE83307177211FB32CF41B1A2D7C9B11 /* PBXTargetDependency */, - F8B4C1D7ABFCCA4B180B41F71BB5EDE0 /* PBXTargetDependency */, - 293309CFD8FF222F24C600071756A5A0 /* PBXTargetDependency */, - 64429DC0F8093F4D3844A9568EBAAF55 /* PBXTargetDependency */, - 63EF17579B625E0B2F8174B31F7C7350 /* PBXTargetDependency */, - AA008E6A6CEB56181AD2E7DAD5F252EB /* PBXTargetDependency */, - 10360698531AB247F4F6D9ED5174AA45 /* PBXTargetDependency */, - 414386E5C09F9BEA427362280DBFC748 /* PBXTargetDependency */, - 451E574B4A3FEEF1D39A09C70C5DBED3 /* PBXTargetDependency */, - 98A6C7FBA05B50FA116B837A78ECB8D4 /* PBXTargetDependency */, + 74F4EDCF37307C8D917D68156EDB6B98 /* PBXTargetDependency */, + C2CD8B8A7845261018D4BC4EC7657F6D /* PBXTargetDependency */, + 7E88D6378864809BF53E6E8AECB91196 /* PBXTargetDependency */, + 28359A543947F1ED5935E894B9ECDDC9 /* PBXTargetDependency */, + 8E4A48F0F8E2D394A9F573BC95CB8E65 /* PBXTargetDependency */, + 884DC33FF5D8CE37118FD0D518FF1AE9 /* PBXTargetDependency */, + 6BE33F695ECDF54D724A41032EE1F580 /* PBXTargetDependency */, + 743A869E51FFE764A57F02BB336D6DA5 /* PBXTargetDependency */, + 22BFE79D001A9471079A948FBDC13DBF /* PBXTargetDependency */, + 03A0BC26C4B68A773C45596A269BA9C8 /* PBXTargetDependency */, + 8B1C0691CFD1634DE9E5BB4E37745FCB /* PBXTargetDependency */, + 74F3C9F68384645D3B470A674B9203CB /* PBXTargetDependency */, + 96EB2098BD4B9CA7D393B68F7463EADC /* PBXTargetDependency */, + 7B9AD42532E11EF213C2C375A212557F /* PBXTargetDependency */, + 0B0C67ECD164A0432E6EA7EC2DC9821A /* PBXTargetDependency */, + E0E634CCE51ADF034E2905CA133F2174 /* PBXTargetDependency */, + DEC3D8A29A859A2616C4C49437CECD12 /* PBXTargetDependency */, + AD17465B6F1DD54E0F4F9BF457DA3DC5 /* PBXTargetDependency */, + FC1BF70952195EEFEFEFFBF92803A65A /* PBXTargetDependency */, + 2AC8BD7DC57E7C22FE189D48039F3E4E /* PBXTargetDependency */, + 4F09519EF10927321207DA30E8AA4ACA /* PBXTargetDependency */, + 8C819BB28EC0A748C3348A1A70014EAB /* PBXTargetDependency */, + 45674C15EA30EB5B3C30052F33C8F904 /* PBXTargetDependency */, + 25ABF291C1D9959188A235DC03BACFA8 /* PBXTargetDependency */, + BA6AEFE8E957F015EDAEC33F7F922261 /* PBXTargetDependency */, + 830F666892260EAA211EAA8B48CB5CF4 /* PBXTargetDependency */, + 5089FFA37236BD164B4AEF13FD88AED8 /* PBXTargetDependency */, + 5FA94370E9EB3239898A239073E12BDC /* PBXTargetDependency */, + 73E37E2F03F258C7F35F1CCA10D14587 /* PBXTargetDependency */, ); name = "Pods-iOS-UIToolkitsTests"; productName = Pods_iOS_UIToolkitsTests; @@ -21979,17 +22284,17 @@ buildRules = ( ); dependencies = ( - 37E5A6EA023282F1EBE601486B2808D3 /* PBXTargetDependency */, - 60A7CD6CB97B222DAE75E7F7535DDC4E /* PBXTargetDependency */, - 936543AFC62121C3423BD5105DC89627 /* PBXTargetDependency */, - 7F163411CD4AC58C7189AE85824803BF /* PBXTargetDependency */, - 566BF22EB7B50BFD1538C485F3AA9073 /* PBXTargetDependency */, - 15C39C6CE4209277F093C097C4E496F6 /* PBXTargetDependency */, - 4C99D9D5B614559773AA5EDF7ACBEF65 /* PBXTargetDependency */, - 4D6170CB7048CFD53CB6FCB07DC41F93 /* PBXTargetDependency */, - 4B5DA371CE5F81C968A768743F546FF0 /* PBXTargetDependency */, - ECAA70D36781D4A472A92C580E5F804D /* PBXTargetDependency */, - 8F9E1AA460DBD302A4A89916D8A883C9 /* PBXTargetDependency */, + 1BD3D3F06FBA8D0A0ED84C04C4B1E4E5 /* PBXTargetDependency */, + 3856F682647F3EC869904DA49B44905C /* PBXTargetDependency */, + 3AF12CC0C601F72E709EA8B385935B99 /* PBXTargetDependency */, + 0A08D54B6E984CD06113B80A4F9D03F5 /* PBXTargetDependency */, + 084054F58ED26C1361957B3FF3EAE952 /* PBXTargetDependency */, + 03F897B410D0EF453E4B4C56935BC2CC /* PBXTargetDependency */, + 595CA70E6C5E4BC7CA5AD30C758799C8 /* PBXTargetDependency */, + 4933AA307F6B21BD2384BDB97B8E63E0 /* PBXTargetDependency */, + A72F8626A552875CB891E3E7034F4429 /* PBXTargetDependency */, + 93A5197537B189FA439ECE5FCE794E25 /* PBXTargetDependency */, + 60A9C1D859C26B81D0DD4858AA601D39 /* PBXTargetDependency */, ); name = "Pods-iOS-PlatformUIJedioTests"; productName = Pods_iOS_PlatformUIJedioTests; @@ -22026,17 +22331,17 @@ buildRules = ( ); dependencies = ( - D9A36E99F88C7833160D0783584D182C /* PBXTargetDependency */, - 09F3DF43BE733EB68DCE816F486DB184 /* PBXTargetDependency */, - 4E411CD8EAD25E25D1A71E4EA0C5BAF8 /* PBXTargetDependency */, - CD4BA9D0AC9E9FD0EC7C1F7586B0BFCD /* PBXTargetDependency */, - F44321481D3A98B7FEF6A398A5F15C40 /* PBXTargetDependency */, - 6C183A1BD1628F7F8876A007A500FE94 /* PBXTargetDependency */, - B213704F2FE6922D113D3ED8874E55A5 /* PBXTargetDependency */, - FBA5ED09668AA60CF089C4CFB4157E62 /* PBXTargetDependency */, - 2D011AE15BE4531C4E2F9C79A5E54B24 /* PBXTargetDependency */, - 68F97BC8CC1E33C583D5C0879CE15BD3 /* PBXTargetDependency */, - 061707486E033D87FA54B14775C784B0 /* PBXTargetDependency */, + AB3F3882C23D703455E1EC78A342F92C /* PBXTargetDependency */, + AC952F55AD3BD28D71883D4873778228 /* PBXTargetDependency */, + 39CCBDFC7A412BCF1260C7CFFB42A138 /* PBXTargetDependency */, + 1BCBF91DE3DB2C4FB91D55B7F6E4FC59 /* PBXTargetDependency */, + 6013064D9F9FF636DDA4E4064AEC42F0 /* PBXTargetDependency */, + BD47BDB2B573B533C8B079BBB0490D34 /* PBXTargetDependency */, + 80414D03E672B1AE68B375BF926B8D3B /* PBXTargetDependency */, + 54A4D79440C39E3795D9C911218DC431 /* PBXTargetDependency */, + 5ADF38D094EAB0EB607581F353604C76 /* PBXTargetDependency */, + F1DEDEB4537DC65D39F2BA2EB743B2FC /* PBXTargetDependency */, + 03472A9DBC4ACF5C41048DCA64766C47 /* PBXTargetDependency */, ); name = "Pods-iOS-PlatformUIJedio"; productName = Pods_iOS_PlatformUIJedio; @@ -22045,20 +22350,20 @@ }; 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */ = { isa = PBXNativeTarget; - buildConfigurationList = 8614493BE57F4D32BFB4526424355ABB /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; + buildConfigurationList = 8C9D53581AADCEA855D0CC9B9450928B /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; buildPhases = ( - 527961F5CF80555CACB3289B08AACA1A /* Headers */, - D813B57A6E639833AC980C6E8B8D939B /* Sources */, - 77FB98EF228D958C86A3D82E3392D4A2 /* Frameworks */, - 8B165C35487BA22964CD110D93E79657 /* Resources */, + 175EC41A58CE98BEF4CCE3669AD33447 /* Headers */, + C23D5D49F6B62FB4FCBBA33877B1ABE9 /* Sources */, + B4879AD472B8AB1EB7E855AD8B36AE05 /* Frameworks */, + 60600E094814FCE9C37D83B7A5CD1D8D /* Resources */, ); buildRules = ( ); dependencies = ( - 7C31CEF14A702B16F6EF98A5EB67EC24 /* PBXTargetDependency */, - EB675B1EDE3602BED4DF4E0B57897AE9 /* PBXTargetDependency */, - EDE311FEC4A5A72985ABA7D55324D478 /* PBXTargetDependency */, - 86A716473F8B1AD33FFB3500AF31A602 /* PBXTargetDependency */, + BBD237F4C419C1F468EC2C8CE3ACFB00 /* PBXTargetDependency */, + D6090A8C7127369AD1D4C9BF81BC83EF /* PBXTargetDependency */, + 1B3E2F0EBD1E002C5B7A8456D8F6B8F1 /* PBXTargetDependency */, + 1171444DE4C4EBF48DC601DCC258533D /* PBXTargetDependency */, ); name = FirebaseInstallations; productName = FirebaseInstallations; @@ -22067,45 +22372,46 @@ }; 889E3DAF4B910CB3F73CFAE8822FD367 /* Pods-iOS-dydxFormatterTests */ = { isa = PBXNativeTarget; - buildConfigurationList = A3D2F02F268BD96C48FC2B4017C27AA5 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxFormatterTests" */; + buildConfigurationList = 1EBE95C756262EDEA906FCF9D0D1296B /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxFormatterTests" */; buildPhases = ( - BF5EE892321819C427F7DF87010D4419 /* Headers */, - 759BE152A9CD29AA24DC480AC5934285 /* Sources */, - 3AB1496C64E77EF9BB4B0C09D10D610F /* Frameworks */, - 12A37AB11C7F5E9DBFE9788D4A202D98 /* Resources */, + F674C50521460023A034DB09A109DFDA /* Headers */, + 77E0438DA1B7741462A3973CDAFD23D0 /* Sources */, + 6BDDDD73AC1C31566CB601DEA73ADDFC /* Frameworks */, + 30E4D0B6DA4D0288BE2AD66A70A89DA5 /* Resources */, ); buildRules = ( ); dependencies = ( - EE05464FC6934E9959C2EF82B7BE99EB /* PBXTargetDependency */, - 80FA24DBEE4FD6E9608A9EC9D045E04F /* PBXTargetDependency */, - 328597FA4DA7A7CC0A761EC968B2D9BC /* PBXTargetDependency */, - C235A2761E73EE3E17CADED9AF59B155 /* PBXTargetDependency */, - C4BE3A2D5FCCE4A69747AF5C8045075C /* PBXTargetDependency */, - 8324DB0D7F32064B33AD53AAE123F7BF /* PBXTargetDependency */, - DEB04485B3EDFE248603C212BEF094E6 /* PBXTargetDependency */, - BBB487ECAA7B68E9D7031139E5E4C88C /* PBXTargetDependency */, - 56CF81A50BA1CB08D629E0CF460A6DFD /* PBXTargetDependency */, - 38D4D51A455879B2646D90AFBF843002 /* PBXTargetDependency */, - 77A6F8DAA3EE771942518C3BCB8B059C /* PBXTargetDependency */, - 3FA8CC85F5C77AD268022DF93DF78892 /* PBXTargetDependency */, - B7CB88AE3CF99A147E1269F9697A752A /* PBXTargetDependency */, - 25508A7649F99A563BF0BAD575F18780 /* PBXTargetDependency */, - A3E9B03CBE6F63D479E4CF5CA38F0375 /* PBXTargetDependency */, - 878F72727D15ECD8DB9CE4260296BA74 /* PBXTargetDependency */, - A6154F88DDB36AB2ED82346F38DB596A /* PBXTargetDependency */, - FE570CA3E025A89CC605E298B6C5E09D /* PBXTargetDependency */, - 318AA16F3778307756B8836086C20D8B /* PBXTargetDependency */, - 346A808BFABF712B4C096D5CF1B05665 /* PBXTargetDependency */, - 7E85B285F0ABCEC5166C1C423F4DFD9A /* PBXTargetDependency */, - D57EAE301AF62FD4A901C79248215DD4 /* PBXTargetDependency */, - 98F4328B7A2188C8D8790002938A3B10 /* PBXTargetDependency */, - E48A43B2A9D5F5E2F1C3DC6C7A56D7DA /* PBXTargetDependency */, - E0A84BA3F0AED0066F38C39BA24131FD /* PBXTargetDependency */, - 0AEAF06F02F7C3BA13ACF2184DBE2D3E /* PBXTargetDependency */, - AEB1DD93A76B1351845CB32F040DC8AF /* PBXTargetDependency */, - 0F920D6F37DAAD86F6685543C0BC5B59 /* PBXTargetDependency */, - 5A5818E220C1E8F67D1D706D85714BB9 /* PBXTargetDependency */, + 82FF4DC6D349E9FE5A3CB1F815D7D4DF /* PBXTargetDependency */, + 7D86ED9A183ADCBE0876EE4B952850B2 /* PBXTargetDependency */, + 3C29F888A7C2D96721FBA8C28A21B1E2 /* PBXTargetDependency */, + A4D1A98B00A6ACA3B67D1BC1E0D7EF2B /* PBXTargetDependency */, + 4D30B96F68E6CBAB3D6A1DE11C17F26A /* PBXTargetDependency */, + 39E66D79BC05D5ADCA431BBFEAEB544A /* PBXTargetDependency */, + 64D8943E96475822E486194C7F54D958 /* PBXTargetDependency */, + 7575C492FCCD000E828ED77EE5F0D9EC /* PBXTargetDependency */, + AE9D7A3658BF943E055F73A4C4686260 /* PBXTargetDependency */, + 97C7583A4FB4F38CE6EBD526C2851F6B /* PBXTargetDependency */, + 9C3764E43E072ED529DC5AF611EDC7A2 /* PBXTargetDependency */, + 983C6E4434E696C1E57A7C36472FD01A /* PBXTargetDependency */, + 37A048963ACFA9DCFF12B9093611DD2C /* PBXTargetDependency */, + 055E9A5298FD4C23228BC502858B1DFB /* PBXTargetDependency */, + 358D115C7DCAD455E5BAF36665578B96 /* PBXTargetDependency */, + 2635CC005324112A52CEEFC17C0A3E27 /* PBXTargetDependency */, + 2797D22C42383F25BE4E6A5D9659435C /* PBXTargetDependency */, + F7985E89538E2BA0E4597B676F440C77 /* PBXTargetDependency */, + 6F1B4510DC9DB4960EAFB5F1828C96B7 /* PBXTargetDependency */, + 8F323A43C7E6B9D5FBA0E5122474F397 /* PBXTargetDependency */, + 88FCD5B6D29F9B08DE96B0B79D2B223B /* PBXTargetDependency */, + 1FD5D831B686B13D6921583F11C5BC00 /* PBXTargetDependency */, + 5C7B4554C86C95C185F8E18704E268E8 /* PBXTargetDependency */, + 64A61120F5537FF272DCA520AC998FF6 /* PBXTargetDependency */, + ED11395CBD1BCF1F5E432B7E60DDA1E0 /* PBXTargetDependency */, + 41E47FD30F8E0F0B5A33534F66ADA3D1 /* PBXTargetDependency */, + 707266D27E987410A6F21120AB45C3EF /* PBXTargetDependency */, + 0449886E6A41046A1C0499ABB05C4678 /* PBXTargetDependency */, + 6DC98174756FC4B36869ABFB15E83340 /* PBXTargetDependency */, + 420767C85200CB2BEF6C2618434A0EB9 /* PBXTargetDependency */, ); name = "Pods-iOS-dydxFormatterTests"; productName = Pods_iOS_dydxFormatterTests; @@ -22124,13 +22430,13 @@ buildRules = ( ); dependencies = ( - 12B306CB39AFD4E79006089D24A303BD /* PBXTargetDependency */, - 306B16AF7CA4C6251B8A1B1FE4CEC10F /* PBXTargetDependency */, - AEAE0F2EA3ABF2A1CF251847D56C3FFE /* PBXTargetDependency */, - 2B66F42009866ABAF59DF158B89B18E6 /* PBXTargetDependency */, - 7D6ADDECD42924ADAE3A5BA32179A6CC /* PBXTargetDependency */, - E6A6A3A14CE7CC817C82276DB5AA630B /* PBXTargetDependency */, - 6A1E8CE60CA371A110545B21140CD4EC /* PBXTargetDependency */, + E46FF4481E26EA4E33BFF43248FE49A9 /* PBXTargetDependency */, + 5C88F8662BAFE11BC4DC47B4BE69DD76 /* PBXTargetDependency */, + B9DEAC0E0967F5515867180715B3BDE0 /* PBXTargetDependency */, + 563239CE4DA4822B0F7F9307BE81A81C /* PBXTargetDependency */, + 71761FC197FDEB356EBD68CF85E8D525 /* PBXTargetDependency */, + 861A8C579C342EB5FDF195FA0C74FF51 /* PBXTargetDependency */, + DB4468C58B2EB0694F1906CA57871041 /* PBXTargetDependency */, ); name = "Pods-iOS-ParticlesCommonModels"; productName = Pods_iOS_ParticlesCommonModels; @@ -22139,11 +22445,11 @@ }; 8A8DB685241263AFDF5E6B20FE67B93A /* SnapKit-SnapKit_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 2F32440675A319CB6D1B8AB77B78BEA0 /* Build configuration list for PBXNativeTarget "SnapKit-SnapKit_Privacy" */; + buildConfigurationList = B918761456B878076F5169A9241346D0 /* Build configuration list for PBXNativeTarget "SnapKit-SnapKit_Privacy" */; buildPhases = ( - 8370A395DDC927FED18A80FD03AF18F2 /* Sources */, - 9D434C0BBBE943511C0751F2A745B5FE /* Frameworks */, - ECD685044110008ED7DD337E680573E2 /* Resources */, + 315EB702583EF12F90FB00525C9A54DA /* Sources */, + EEDE484BDC7362D06818AFC4E029D082 /* Frameworks */, + 61AA7408F97B9FDF9F5563E869C8C085 /* Resources */, ); buildRules = ( ); @@ -22156,18 +22462,18 @@ }; 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */ = { isa = PBXNativeTarget; - buildConfigurationList = 8D0CDFCB44D39D719FF4E77CA51E0FB2 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; + buildConfigurationList = EC75A9149CE41AAEAE0C08B873CF64A1 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; buildPhases = ( - 2EF8B7CE14A3A3CF982253930BF9F11C /* Headers */, - 181039AA9882CAAC6D7BF367E1A39B14 /* Sources */, - B6E4CC79FCEC6C1E64B57BE872E99292 /* Frameworks */, - CC0662F1B5DD0BB6C9BDDBA11CF9BCBD /* Resources */, + 614C5C74833A09916A6FE2710902572B /* Headers */, + D1F04F7F7E5D96E90D1D4808B8AB3387 /* Sources */, + E149F4C0D7C6ED803774291A4F90CE3E /* Frameworks */, + 7817B02BFD5201E9D3C8E3A7FD52064E /* Resources */, ); buildRules = ( ); dependencies = ( - FE137B3F4FE9F7C94E2AA85D3E0E1D44 /* PBXTargetDependency */, - 2AFB3156CE8A345AB44668B6460A67ED /* PBXTargetDependency */, + 7C7F69FB3FFFC439B63A09CD5F07FAE9 /* PBXTargetDependency */, + 3FEE002608FB03AB4B607AB90C40F395 /* PBXTargetDependency */, ); name = GoogleUtilities; productName = GoogleUtilities; @@ -22176,18 +22482,18 @@ }; 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */ = { isa = PBXNativeTarget; - buildConfigurationList = F460571C075458AE24A6BAF3DA445C52 /* Build configuration list for PBXNativeTarget "FirebaseABTesting" */; + buildConfigurationList = AB443ED71335142342DADBDE0691910C /* Build configuration list for PBXNativeTarget "FirebaseABTesting" */; buildPhases = ( - CA39B68CE7F0B24D2392590B98D6215D /* Headers */, - 9CDD1C86E0BE20A75F0618D24D1AE67F /* Sources */, - 0316B5D9F35B38C92BA65D5DB59CEEA5 /* Frameworks */, - 2F62AC8E1E1099792D34CF692A98679E /* Resources */, + 99C0E036D537F4B731D8A292B3EDC9DF /* Headers */, + 7D82473AAB39F3E09F75467D592F0123 /* Sources */, + AAC32139238F975AB8020E29FC90420A /* Frameworks */, + 8975E6F07FC13AA6BE4183A24582E588 /* Resources */, ); buildRules = ( ); dependencies = ( - 5EDEB32F84F6693B055F6FF38EBC29A9 /* PBXTargetDependency */, - 392CE849CF77B1DA004BC5104A167AB7 /* PBXTargetDependency */, + 09C8CEC88C21C53820BFBAAAF888A6AB /* PBXTargetDependency */, + EFAB9DE9C5A1BBA55D89A512BFECFE16 /* PBXTargetDependency */, ); name = FirebaseABTesting; productName = FirebaseABTesting; @@ -22206,8 +22512,8 @@ buildRules = ( ); dependencies = ( - AFB38F49308731BF617A9A4C4CFD89FB /* PBXTargetDependency */, - 85582E657105B0934287F05A4E3B321D /* PBXTargetDependency */, + A130FD929D9A3369E5D9750EED8EA8FB /* PBXTargetDependency */, + A3A152309F078D90BA48E7F5AB959A8B /* PBXTargetDependency */, ); name = SDWebImageSwiftUI; productName = SDWebImageSwiftUI; @@ -22216,12 +22522,12 @@ }; 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */ = { isa = PBXNativeTarget; - buildConfigurationList = 8752DFD40999434AF560001A1946A07A /* Build configuration list for PBXNativeTarget "FirebaseSharedSwift" */; + buildConfigurationList = 59F17DD9516A8F9D707CD283A79082F8 /* Build configuration list for PBXNativeTarget "FirebaseSharedSwift" */; buildPhases = ( - 9F5A9E125366FCA227E4C3576F4604A7 /* Headers */, - A5B2265941A5BAF48286698C5E5E2E34 /* Sources */, - 325F0924D1200871011802105514DC73 /* Frameworks */, - 4445489A8399C5E25CE4507614F2E5A6 /* Resources */, + CB219CDD1BFB4AC0508373365765467E /* Headers */, + A335D237F5C324F56BEBE76427B78391 /* Sources */, + A7E4D704D7DDA576EB1C9DD08BEFE251 /* Frameworks */, + 721739F1E627EC0CE50DD0B712B3C7F7 /* Resources */, ); buildRules = ( ); @@ -22234,11 +22540,11 @@ }; 94CFBA7D633ECA58DF85C327B035E6A3 /* SDWebImage-SDWebImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 6A3B0C942C4C884E2FDAC9118546E857 /* Build configuration list for PBXNativeTarget "SDWebImage-SDWebImage" */; + buildConfigurationList = C6A7062C7A634ECB8E032354A322490D /* Build configuration list for PBXNativeTarget "SDWebImage-SDWebImage" */; buildPhases = ( - E9FAD47635B67299406C22565A7BB069 /* Sources */, - 29B00E7429766F7BD9BD2B3114C0E96C /* Frameworks */, - F3AEFAA73A0F26248E32E68B571A2701 /* Resources */, + 728FE9FDAAD82875E3D7441905EDA0AE /* Sources */, + 4EEB53F431AE17065D5B85BAD6BB4D0C /* Frameworks */, + 0182EFFA54EE50B0135F3EE31404906D /* Resources */, ); buildRules = ( ); @@ -22251,11 +22557,11 @@ }; 9C4575D64B2B6264CF6AB60FB03302AA /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 589773EC3752D941D16C28763BEDC2FF /* Build configuration list for PBXNativeTarget "FirebaseCoreExtension-FirebaseCoreExtension_Privacy" */; + buildConfigurationList = CC5CFD0EE214481686EE149E94101044 /* Build configuration list for PBXNativeTarget "FirebaseCoreExtension-FirebaseCoreExtension_Privacy" */; buildPhases = ( - A3760E4DAB29FCE369ABE7AF1A8B03A3 /* Sources */, - D0A22A3CA5A7E98912C1739EE753B1DB /* Frameworks */, - FA9AA1D0F52E39EF9B15547C43E73624 /* Resources */, + 571791D31A2478DF6E87EABCE3105D88 /* Sources */, + 68D1749CCE9A19C07AC6DEF455A795B1 /* Frameworks */, + 809A519439F001D275F5838F12362B7B /* Resources */, ); buildRules = ( ); @@ -22268,11 +22574,11 @@ }; 9CC46F9FA6BA4F71309A4A4ACA6F02C3 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 375359011655057925D19E80D45356ED /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy" */; + buildConfigurationList = 3CC19459C453EB89DCF368CCC6DCA051 /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy" */; buildPhases = ( - DD435A201C19B0DE0FCC5E698C5CFC4D /* Sources */, - AFC2B226BDAE1C7833A23C164A5CCDC9 /* Frameworks */, - 6B1B1B43D99270D2088E6D37042986C7 /* Resources */, + 5BFED8D679DAB5C6739502FDF6F7964A /* Sources */, + 7B92324CD795B16ACDA4079DB362BE02 /* Frameworks */, + 244A471E57951346A83A7AAB33E72E6A /* Resources */, ); buildRules = ( ); @@ -22295,17 +22601,17 @@ buildRules = ( ); dependencies = ( - DDA7B7233F0D9EFCF417F9C0545A080F /* PBXTargetDependency */, - 4F9F0CBD98736E260B73B7E2C217C149 /* PBXTargetDependency */, - BF0EBF82192BC9864750FD434C6B798C /* PBXTargetDependency */, - 37F7221AC2035977434B691941214795 /* PBXTargetDependency */, - 05C49820182DD276003889687BAB8A26 /* PBXTargetDependency */, - 72D579E717B9E7233A9CEBFB9F3C8061 /* PBXTargetDependency */, - 50763F39FC3AE81B71A7B80A00E13F89 /* PBXTargetDependency */, - 8158DF8CA6320860833110D8174A2361 /* PBXTargetDependency */, - 853381294087F6968D0C25F1C0492156 /* PBXTargetDependency */, - AF34E48C3745688F9E109F8BBBD9C797 /* PBXTargetDependency */, - 6737DE7A2774CD0B1E108F34603F0612 /* PBXTargetDependency */, + 9C925C1DF8A455B480DD9461C87D12BC /* PBXTargetDependency */, + 74CA2C0124E85DEA2764391926B01F32 /* PBXTargetDependency */, + 55473D431D39A0BC426FCC748CF64A13 /* PBXTargetDependency */, + B6DDD39A150DC5EFB02F6E6920097090 /* PBXTargetDependency */, + 4AE76AE56D8B9C0A5B9FA6137FF13C83 /* PBXTargetDependency */, + 6997254AD63D29CA993BA9DCBC26642A /* PBXTargetDependency */, + 2E1B9AAEA004A71F29620ACAAACE5CCB /* PBXTargetDependency */, + 340D93A69870881A3D7F4B036271CCC9 /* PBXTargetDependency */, + 290301C57F95710E372006A6850BC398 /* PBXTargetDependency */, + 038B546EF5C1CB29B0A9E61AE8558175 /* PBXTargetDependency */, + A829FBB038BB41A79EB68118FF5BDBB9 /* PBXTargetDependency */, ); name = "Pods-iOS-PlatformUITests"; productName = Pods_iOS_PlatformUITests; @@ -22350,18 +22656,18 @@ }; A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */ = { isa = PBXNativeTarget; - buildConfigurationList = B300BF4B8C466CAC34A0F6CD6A619310 /* Build configuration list for PBXNativeTarget "PromisesSwift" */; + buildConfigurationList = E3EA27D469188D21FA8A95C72D15B2C1 /* Build configuration list for PBXNativeTarget "PromisesSwift" */; buildPhases = ( - 46F57D10F0779BE7B041BC78BA8F4F5D /* Headers */, - 683FC78BCCB88C2EDE08C86F64D13BF4 /* Sources */, - 67414A58C9CA151674F1339302CF541C /* Frameworks */, - A8E4D564346C45A1F3F517226647D5BB /* Resources */, + 31CE87BF3F86F3577937AD7094CEE4A5 /* Headers */, + 8CC38FFE5929F8276A3EB4139AB9F83C /* Sources */, + BCC63019CDCE6D0BD909F306D4A3DA70 /* Frameworks */, + F36A9374233ECB9BD79407672622B9B2 /* Resources */, ); buildRules = ( ); dependencies = ( - E31A9645967BC2F7F5043BA2EBBE264B /* PBXTargetDependency */, - 34F4D329CFC6AB5C0C0B0A7E7DCA5964 /* PBXTargetDependency */, + 394F7BDEF2C6A3EE31C5C0089ACEB777 /* PBXTargetDependency */, + 86BD4854C9118C4DDD6D54EAEFE9CFCD /* PBXTargetDependency */, ); name = PromisesSwift; productName = Promises; @@ -22380,35 +22686,35 @@ buildRules = ( ); dependencies = ( - 52B9727EBDD045E908A4972F4EF706CE /* PBXTargetDependency */, - 4708C4691C0D100C9E821EAB9A54C827 /* PBXTargetDependency */, - F63FDF369E609B59521FEB027E97DF77 /* PBXTargetDependency */, - 37E28C232BFE27BB66D6D006C05F966A /* PBXTargetDependency */, - B54EE27872F57031E70B269337A75288 /* PBXTargetDependency */, - 57D6F5B55BB2FF106111EBEAE871D207 /* PBXTargetDependency */, - B6702F6C371AF41A61B04D62960A0825 /* PBXTargetDependency */, - E2C6ED423C607CBA91BB20511833F594 /* PBXTargetDependency */, - 14DE324EB3A1079EF67A34175B9CB656 /* PBXTargetDependency */, - ADCEC6A9CE26142F9593FD905FE7DF15 /* PBXTargetDependency */, - 3A4711C250A6584A7644B159BB7ACB9D /* PBXTargetDependency */, - C2B034D8FAF0B25117BDD7B07C0101F0 /* PBXTargetDependency */, - 3422B6C47E896C3D797C971C3DE23354 /* PBXTargetDependency */, - B2A38F1CB7A2B59BD6AE3DBDFFC77BEC /* PBXTargetDependency */, - BFDAC0DBE3E4EC4011A7EB05EFEE4062 /* PBXTargetDependency */, - F5F05157CC626ECE4B67B3C1ABF47ED7 /* PBXTargetDependency */, - BBB71291537F1A1828C3EB60B611894A /* PBXTargetDependency */, - C8CBD6665A19BAC2CC70DE9CAE43E63F /* PBXTargetDependency */, - 2FCB166F1269CF1AFBEA645B0B19C0AF /* PBXTargetDependency */, - E773C1EF006B41834198591912A4E0C5 /* PBXTargetDependency */, - A86E39735F1339630D9894FC29587D01 /* PBXTargetDependency */, - 70A672F757DD83710B940EF75AEDFE79 /* PBXTargetDependency */, - 03AD0D10809F604A6A3E1797AF4E3939 /* PBXTargetDependency */, - BD659A22FBC604BFF4061FADDC3104F1 /* PBXTargetDependency */, - 6970AFFE3E6C8F2C0BFDC8A07A8D66A4 /* PBXTargetDependency */, - 0D2005905F02E1DA9B089D4973A1DBBD /* PBXTargetDependency */, - 071907C227B6E88A447FE1BB64C57585 /* PBXTargetDependency */, - D1220F2AB2E13A9A2831BFD1290644EA /* PBXTargetDependency */, - 3B6D7448A26AF33A2FC84B4C94AF7860 /* PBXTargetDependency */, + 15CC03A63EA69158FADC16DEE2093546 /* PBXTargetDependency */, + 2C3843BC34ED770F4C90721FAADC52E1 /* PBXTargetDependency */, + 73CC64D0CF50DDA9EBB2732773DF9BF5 /* PBXTargetDependency */, + AC2A44662CE2DC70FBB95E4E6B94FC52 /* PBXTargetDependency */, + 4A97C1F15BAE365AEF46DDF77A513546 /* PBXTargetDependency */, + A60A34AC3B410984E2A41E20052F8C17 /* PBXTargetDependency */, + 53A8B9C3925BEBC092122C76AE69AD2E /* PBXTargetDependency */, + CC0864A39F2366AD7996573656290927 /* PBXTargetDependency */, + B623A9ECC98371DF8231CCF124938DA0 /* PBXTargetDependency */, + E3C60628DEE9C0985DF968E747E3956E /* PBXTargetDependency */, + 998F24D711000ACDC763B64215D70838 /* PBXTargetDependency */, + 74B5B9AD5E01E950920EB28939BC5A31 /* PBXTargetDependency */, + 07C18D4AAD8E402DF6A9D1AA5615966A /* PBXTargetDependency */, + 5A6AF945A466A8D1E3B336CDB516BF76 /* PBXTargetDependency */, + B499B03330035F6EB61741A88975801E /* PBXTargetDependency */, + 42ACC11D5D9441404B0E18BE3B86BFC4 /* PBXTargetDependency */, + 21C0ADBCC830AF467B67C8EE3F6D0882 /* PBXTargetDependency */, + CA97E2103B14C1C04E37D613B443E89F /* PBXTargetDependency */, + 572D866D066ED6DECF6FC996FFD10F71 /* PBXTargetDependency */, + 8178A54CA1A2380C1A16C27EF5FF78AC /* PBXTargetDependency */, + 07FE0CECBF05E09333E7345F9AE54EE1 /* PBXTargetDependency */, + 707DE8154702FE6A01F9617D2D593231 /* PBXTargetDependency */, + 869EC92CA556E5060A55CBDA5F84FE4B /* PBXTargetDependency */, + 797B04F066FC44CB73B8A0F6AB320DB1 /* PBXTargetDependency */, + E05F85A233B79334A690B99874379BE9 /* PBXTargetDependency */, + 4AEB470B0498521D872F6BB058E228F4 /* PBXTargetDependency */, + A6D605F29608A4F822BC9D01D74A1202 /* PBXTargetDependency */, + F61C87568E642E032F8F2A4E59659198 /* PBXTargetDependency */, + 43C33214B27093BB77EFA7BAE165BC1F /* PBXTargetDependency */, ); name = "Pods-iOS-dydxCarteraTests"; productName = Pods_iOS_dydxCarteraTests; @@ -22481,7 +22787,7 @@ buildRules = ( ); dependencies = ( - E9C4C8532958E0DA9F3BC9CEB2764BDC /* PBXTargetDependency */, + EFEB1218EE7ECA661EE3E7D77650EF1E /* PBXTargetDependency */, ); name = SVGKit; productName = SVGKit; @@ -22490,11 +22796,11 @@ }; B5C45F0BF79D5D87C6C791F345189310 /* SDWebImageSwiftUI-SDWebImageSwiftUI */ = { isa = PBXNativeTarget; - buildConfigurationList = EF626105EABE5BE7CD862B20C47C9B7D /* Build configuration list for PBXNativeTarget "SDWebImageSwiftUI-SDWebImageSwiftUI" */; + buildConfigurationList = 3EC32B1AC38A8DC19B39CF1DDBDE787B /* Build configuration list for PBXNativeTarget "SDWebImageSwiftUI-SDWebImageSwiftUI" */; buildPhases = ( - 00CCA17666F91A4CBCA734BB7A877356 /* Sources */, - F46FCF8682D51A9DECC0E036AAC62283 /* Frameworks */, - C8DC3826D09ACD0915C5FBD1C9E92624 /* Resources */, + 19F00E13DE1177AA78EA5027CC06DB03 /* Sources */, + 8FB78C69DD9AFFB3D93830D5CFD4E484 /* Frameworks */, + C54C44B29FF5FDE0652B053DD1A1C2A6 /* Resources */, ); buildRules = ( ); @@ -22553,7 +22859,7 @@ buildRules = ( ); dependencies = ( - 3BD73C0F0FEC3D7428948A20640A12D1 /* PBXTargetDependency */, + A2659411DA6EB766C4361FE63B1376DF /* PBXTargetDependency */, ); name = SDWebImageSVGCoder; productName = SDWebImageSVGCoder; @@ -22572,35 +22878,35 @@ buildRules = ( ); dependencies = ( - 950C4362FCFFC786A25D558B2B6E8A13 /* PBXTargetDependency */, - B3099EB01CE580E2F93CB2692561E0F4 /* PBXTargetDependency */, - F87F492FCD67BA3B2DFC2E3D58ACBD50 /* PBXTargetDependency */, - A53840EDCD5216B2895368E0D0855A4F /* PBXTargetDependency */, - 2F674709A02442631799CCD91D1061F3 /* PBXTargetDependency */, - BEB52E6AF87D1447D2A43071777117A1 /* PBXTargetDependency */, - 4C4AA7D3495AA621F41F0E99D89CA33D /* PBXTargetDependency */, - 2866B797927BF44D15002832E92CE7BD /* PBXTargetDependency */, - C538EF175734F78ED83BECC06659BCC1 /* PBXTargetDependency */, - 2B0CCBDD6941D2B1D59E957DB95FDE8A /* PBXTargetDependency */, - F98C70C53115F92CA0212ED71E225C6D /* PBXTargetDependency */, - 782CACD7AAB87CC110371BBB799C00FA /* PBXTargetDependency */, - B77FBF6A4DE0276BE0D99BEB43EC1C8A /* PBXTargetDependency */, - 7BBBBD66430C4BB15A40E106CFD0D306 /* PBXTargetDependency */, - D453070126204AEBD81D1EB2EDC8C208 /* PBXTargetDependency */, - 9076E5F49E3130DAFCE5646D33834204 /* PBXTargetDependency */, - 9ED73857D1F17410C8FE09D763AA816A /* PBXTargetDependency */, - DC2AB46396B446DDCCD62C13E7E20AE4 /* PBXTargetDependency */, - 8B0BB8A96814B4BCDAB2152CE8ACC1ED /* PBXTargetDependency */, - 55769D6D611058A59A2EB4DE6483107E /* PBXTargetDependency */, - 4A05894C2F8141EA5E79FA1B6152F419 /* PBXTargetDependency */, - 0373F46D85B7CF15C6E8470154714A33 /* PBXTargetDependency */, - CBD4F67BBA7934259196DC054FCC9D9C /* PBXTargetDependency */, - EF606FBE72C29805289C900CED230AF4 /* PBXTargetDependency */, - D04C805BD21EE6421821C9B59AB21B8D /* PBXTargetDependency */, - 7CADBC103ADAFA0BC4C24196F04E32DB /* PBXTargetDependency */, - AD0ED7ACBB0D81FA4E58FC4D8CAD30D5 /* PBXTargetDependency */, - 2324BD4AAF61834499D020565848D713 /* PBXTargetDependency */, - 52DB115EFFDA1995F1B2C67F5C21DC53 /* PBXTargetDependency */, + 5EE46A28EB8F4DE3C11E0B05B029E35B /* PBXTargetDependency */, + F985EE32B4125A0D9992FD6433FED9DF /* PBXTargetDependency */, + 5174116D2613DCE044503472374C7354 /* PBXTargetDependency */, + 08B4F7331D1598FC8C83A863C2B2D164 /* PBXTargetDependency */, + 35E9987AA8E59E6451764D0B6BD41752 /* PBXTargetDependency */, + B433826E3FC5E82342BC31F61CE72A7A /* PBXTargetDependency */, + 83A31B2A5DF98AC8471F8CD6CB992282 /* PBXTargetDependency */, + A38576AD8CE75AAA96BFE02692A870C0 /* PBXTargetDependency */, + CA7C98140BABBAEBA11F9CAF0875148E /* PBXTargetDependency */, + F279256FA7FA3D59D4E2015BC778C129 /* PBXTargetDependency */, + 76CC52445B4B531568D2A84FE42A4052 /* PBXTargetDependency */, + 11082C0A20514117728B6161F97C24A1 /* PBXTargetDependency */, + 31089AB5FBF67468AD7FC9D3235259F3 /* PBXTargetDependency */, + EA2F92C892A626AC203BA2CFB0C37B3A /* PBXTargetDependency */, + CE68D2B585A2CF9AF013B5AB9D9AF799 /* PBXTargetDependency */, + 6931096C148950B4A9D3055D05499E51 /* PBXTargetDependency */, + AA268138D3D47ACB1FB6ED5DAAB9C07E /* PBXTargetDependency */, + 1C99278CB2C3D0B7AACF09AFEE348D15 /* PBXTargetDependency */, + 09DFFF601D973118FDEF0F0A41095A97 /* PBXTargetDependency */, + 7FB7F13328949072C9DE18C69CB457CA /* PBXTargetDependency */, + 69AE673F098940287B152973F181A9FF /* PBXTargetDependency */, + 7172329504E5FFEC90BF5A19FC1649C7 /* PBXTargetDependency */, + 8C78A9300D716DBBBABF3D8178C5EF82 /* PBXTargetDependency */, + 5B528399DB62D2C0DDAAE4F01A8C03FD /* PBXTargetDependency */, + FBE22BE8E706DE15BC560449CA61A6F4 /* PBXTargetDependency */, + D311EEF65D79F32F8C3AA015D6CA7C71 /* PBXTargetDependency */, + 580750DA141E1FE504F7B8B72D62E1E9 /* PBXTargetDependency */, + 780CBA7D6F864BE0C56E8AB7BD659ADF /* PBXTargetDependency */, + CE73A45A2DD052CC552D4DF5BC419471 /* PBXTargetDependency */, ); name = "Pods-iOS-dydxCartera"; productName = Pods_iOS_dydxCartera; @@ -22619,13 +22925,13 @@ buildRules = ( ); dependencies = ( - 3C229EEA2C832A71CB5B0B38A8F0D889 /* PBXTargetDependency */, - AA2826C749F781EBD1E97F9D849FF689 /* PBXTargetDependency */, - 8C7730BED20E876A6CAD1D3FDE6EB4E9 /* PBXTargetDependency */, - 0E8DF9E8ACD36AF9981689ABA44A8EB2 /* PBXTargetDependency */, - D2CEFB6329466A93389851E230229CC7 /* PBXTargetDependency */, - D9E1AC2AD3AA77BCCE6FA0A6E01DFBF8 /* PBXTargetDependency */, - 8A138D754778D8E78251AD7A06CE2C3B /* PBXTargetDependency */, + 506778EF24667A6442F771F7C1A913C7 /* PBXTargetDependency */, + 3D0DE756A74D412F73AFE2D0A4D4BFE5 /* PBXTargetDependency */, + 57EC08AF0C35A504FE486D9C3AA5376B /* PBXTargetDependency */, + 1758F203EA6E30C84760096EDC4DB1CB /* PBXTargetDependency */, + 3C26FD6686D720C9F626705935E2BB88 /* PBXTargetDependency */, + F4CD65C783597257D7A1FBB89B984844 /* PBXTargetDependency */, + 5E220BB4D98F7C756933F6F90324C423 /* PBXTargetDependency */, ); name = "Pods-iOS-JedioKitTests"; productName = Pods_iOS_JedioKitTests; @@ -22644,13 +22950,13 @@ buildRules = ( ); dependencies = ( - 3A3D933E9462EE2112FB5ADD8C052411 /* PBXTargetDependency */, - 7F12FCC00AAE59F52CAE915D0A1F6F0F /* PBXTargetDependency */, - 56899C5CA5E361C317D3FC9AFD9D6A2F /* PBXTargetDependency */, - DC40EFE27E741B34F5DAA7A5EB0B0DD4 /* PBXTargetDependency */, - 899393A150C9623F5B132073E181714D /* PBXTargetDependency */, - D6237982BF13E598FD95A7B2D226B9D7 /* PBXTargetDependency */, - E785B62934F4989681D93DA49CC39FA2 /* PBXTargetDependency */, + 031E052670C9B1A1D94C80E3E1BE626A /* PBXTargetDependency */, + 4868D7022D489A96CD2D00B5C0EA6805 /* PBXTargetDependency */, + 5325A3DA08A10318BCD5899A5C83737B /* PBXTargetDependency */, + 752513BB664073AB3597D2CC37AD3A14 /* PBXTargetDependency */, + B9DB23BCBD3BF97F782B7F920CA4CEAB /* PBXTargetDependency */, + F4ABE8CE7B4BA2DE77E8808F5872D49B /* PBXTargetDependency */, + 96B402D754390C79E14B0BF0C09D235B /* PBXTargetDependency */, ); name = "Pods-iOS-ParticlesCommonModelsTests"; productName = Pods_iOS_ParticlesCommonModelsTests; @@ -22669,13 +22975,13 @@ buildRules = ( ); dependencies = ( - B9E506073104204049FEDAFB8272CD39 /* PBXTargetDependency */, - C02188D9E4DD70E68DC95774B4F42628 /* PBXTargetDependency */, - CBE12F57805026F67A12FA0E6A09199D /* PBXTargetDependency */, - 382BCFBE64AF489851C51D66719A3EA1 /* PBXTargetDependency */, - 326A7621E56BB79E81941F630BA6607B /* PBXTargetDependency */, - F0907E8396D60A2FA18F9C2E3DF9F761 /* PBXTargetDependency */, - D4591B96C179A21EEA076230C4441432 /* PBXTargetDependency */, + B0A04DFAD81ABD95C4D0191D8D99E9A4 /* PBXTargetDependency */, + 816C025595941F2AD7FD87B7E706ED1B /* PBXTargetDependency */, + AB2AA3AD0EC3D183E997FB1328174E94 /* PBXTargetDependency */, + C16B657A8D5B3C011D1258ACFD94F107 /* PBXTargetDependency */, + 686426597CF197B17038A8A402239781 /* PBXTargetDependency */, + 2FD8B72342A85B217B666B8CADA488A9 /* PBXTargetDependency */, + C85AA41744AD99AFC954D454EFAA29FB /* PBXTargetDependency */, ); name = "Pods-iOS-JedioKit"; productName = Pods_iOS_JedioKit; @@ -22738,11 +23044,11 @@ }; C1B7E9FCC674E977BE2D38FC2709798C /* AppsFlyerFramework-AppsFlyerLib_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 025A124C276B8A31A9BCA47938088A32 /* Build configuration list for PBXNativeTarget "AppsFlyerFramework-AppsFlyerLib_Privacy" */; + buildConfigurationList = 317B0AD436BFCC2E81F54FB79F479756 /* Build configuration list for PBXNativeTarget "AppsFlyerFramework-AppsFlyerLib_Privacy" */; buildPhases = ( - 7C3BD2F292E378060092A5F1460B3138 /* Sources */, - B6902F0353C61AC6FB757D54B261376D /* Frameworks */, - 8E98C574A32D45537DBC29450B55441B /* Resources */, + 940C5C6E7BDC116229633327F4C635C6 /* Sources */, + 63EC0240C412AD6CB9AF03E729FAEFA7 /* Frameworks */, + 9D4882E1600D1986490032853FEFCE8A /* Resources */, ); buildRules = ( ); @@ -22753,6 +23059,25 @@ productReference = DDEAD447247DFA15F1E4DB584614F80C /* AppsFlyerFramework-AppsFlyerLib_Privacy */; productType = "com.apple.product-type.bundle"; }; + C369636770D47D26A48AC38168784079 /* Statsig */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2A11CD2DEB784945AF5351AB0B73AB72 /* Build configuration list for PBXNativeTarget "Statsig" */; + buildPhases = ( + 2E5E8C40459A78369F1B9CDEB3FEA3AB /* Headers */, + 1B452FF06E72B3770ADD1EB71C75CFBC /* Sources */, + 56836F1196AE7C25259C3A40B0227364 /* Frameworks */, + 7B58629E96FDE7DCD82DC396156AE523 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 23E6D2C1A3FFEF6D08FCBAAD3A2B6F2A /* PBXTargetDependency */, + ); + name = Statsig; + productName = Statsig; + productReference = EE9AD2426D6357070B56F1D9F5F9C06B /* Statsig */; + productType = "com.apple.product-type.framework"; + }; C63F3A133F999728E87ED5BB315A2AB6 /* Pods-iOS-dydxViewsTests */ = { isa = PBXNativeTarget; buildConfigurationList = B2BBB35FD757A4F3B5344354F2D78E95 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxViewsTests" */; @@ -22765,37 +23090,37 @@ buildRules = ( ); dependencies = ( - 3AAD9D0303C09B6F04CE783685073EEA /* PBXTargetDependency */, - 52343EDAF3B86162022F6739BE7F19C8 /* PBXTargetDependency */, - ED84B044719E1A8C9FC4F59042DD468B /* PBXTargetDependency */, - F84E6AAE23971B784CD9A88656AA6B72 /* PBXTargetDependency */, - E3A62A10044C9F09763B56BD41039ADE /* PBXTargetDependency */, - 499AB7C6398568B358FE742A436C9DFE /* PBXTargetDependency */, - A482744AFBF3C1E3C562FD16FE894EC1 /* PBXTargetDependency */, - 60A93A96D73403C0CDE6EE954374FCAE /* PBXTargetDependency */, - CC86955542C0385B57A93F10F87DB919 /* PBXTargetDependency */, - 5E1ADAA1E1F36D8E2F7392C0123FBD30 /* PBXTargetDependency */, - F8040C93D6C984D7F9D0EAAFBBEFE0EF /* PBXTargetDependency */, - 094F1FE282427AF6B7530BE0F0B11EED /* PBXTargetDependency */, - D5457FD3B50ABE6DB70B17B62986910D /* PBXTargetDependency */, - 2E452A241B19CA5226183587AA03D806 /* PBXTargetDependency */, - 9D65825F0554DAE569A7B10387F3FE28 /* PBXTargetDependency */, - 65F7AF8FDD7C0893540682E9CA81B468 /* PBXTargetDependency */, - 11583A5366E55853D92B78DC68B48613 /* PBXTargetDependency */, - DACD049962149E274C78394872303D54 /* PBXTargetDependency */, - A0EA1587FEE1E67CB43A8145025E63C8 /* PBXTargetDependency */, - 44BAC3FCA700E26EBA1C2B9B83787FA5 /* PBXTargetDependency */, - 6175A2D45BAFDC1AEB1C49D339FAD72C /* PBXTargetDependency */, - 62C805CF912644234FEA7799087CAADA /* PBXTargetDependency */, - B1C07348B3E6FEE0DA9283CA10CD78EF /* PBXTargetDependency */, - C4113DE85AD27FD32A770411F9C5AEBE /* PBXTargetDependency */, - A411CC35DACE2843AADA77B1010DA3F4 /* PBXTargetDependency */, - 214126D45E31E11497BC0C876771C762 /* PBXTargetDependency */, - 4420D08B5033C86E43329F5CE292B090 /* PBXTargetDependency */, - A87D4CE95FDC1460058F012E8FB396F9 /* PBXTargetDependency */, - 19832F49C94062B00CB5A4688CD18CA8 /* PBXTargetDependency */, - F657465ADE132276304C5355D101BA12 /* PBXTargetDependency */, - DF56C0CD22F0624DFD4B93261ECE4E55 /* PBXTargetDependency */, + 8562039F0F190FA61E8F2E97B4788932 /* PBXTargetDependency */, + F8FE0547A93A2890BD7708AF5D01177F /* PBXTargetDependency */, + D5F64F0D0177DB880F0995E84A161653 /* PBXTargetDependency */, + 0D282F8ACB9F2D7C861D4B199EC39C5F /* PBXTargetDependency */, + 39FEA5D30E723538DC1C1A32CC6AB7EA /* PBXTargetDependency */, + BC187AFDE1D4DC6968140673A2C1C8DF /* PBXTargetDependency */, + 7CE865A52106491CE330E8EF6725E9D0 /* PBXTargetDependency */, + 260A3B46C7523558F8CA2CCD08770985 /* PBXTargetDependency */, + 55A50AE33D094D1F37888D2D2EBABC88 /* PBXTargetDependency */, + 3CF29ABED58619483DD9EE1A140FEE1B /* PBXTargetDependency */, + CC66D7C51F52FA19B7FF4AB947FC1F36 /* PBXTargetDependency */, + 587B24BA66D40A5560DB25693C9F5C51 /* PBXTargetDependency */, + 1DB8A0234A15863BFFC5BBD92D7A20C2 /* PBXTargetDependency */, + 9E0BEB903D6A7DC1B41CCC14273A6029 /* PBXTargetDependency */, + 555B870BB4D5308A40254ED08A4E6D45 /* PBXTargetDependency */, + 007E52EDE4D4150F6CFC833B8095F453 /* PBXTargetDependency */, + AB76F70941643847567B973C1B2697D1 /* PBXTargetDependency */, + 36F0283B206EB7FE2A8F7B4DEAA51D7E /* PBXTargetDependency */, + D388681DD3C2E4890F1B798FD57C7BDE /* PBXTargetDependency */, + 6BEF51C8D12E8893BC8636F6031388EA /* PBXTargetDependency */, + E3AE564BC747A71C5CFAE5C58C27C8A1 /* PBXTargetDependency */, + C3B6480AC04D1E134F491E3E661C8B09 /* PBXTargetDependency */, + CE06E9E0B1CC28FCD7E9CDDE74449D71 /* PBXTargetDependency */, + 63C1EC7213D17E50B1268042A9382B1D /* PBXTargetDependency */, + DC9DE2373A44ECFB8BEEC9B24373E3F1 /* PBXTargetDependency */, + 950CD28BF5C5AABAC874A93CA96D3293 /* PBXTargetDependency */, + 98204396A27B78202B2A2408153962BB /* PBXTargetDependency */, + 3256CC67753126DDB15A1A1EF2A3C65E /* PBXTargetDependency */, + CC6CEB5CAC7DFAB88CFB438F26978ACF /* PBXTargetDependency */, + 6EF1905F24109E3656CF390379CF04C7 /* PBXTargetDependency */, + 3C8FAAD0FC3D0131D3241316BCDF965A /* PBXTargetDependency */, ); name = "Pods-iOS-dydxViewsTests"; productName = Pods_iOS_dydxViewsTests; @@ -22804,11 +23129,11 @@ }; C7B621349CB28ED0EBA4C3E416947AB6 /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = DE3EC4DF85BBD8BEE27C720055958B7B /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy" */; + buildConfigurationList = 87902611943DCDA32C85586C9808010E /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy" */; buildPhases = ( - 7C4F9D91BA803A6771D086B4BD75405E /* Sources */, - 36A0BDCCFE51D8AED0F5A8409FA4BB92 /* Frameworks */, - 3F1C56B87E82D2D65D211BAD4213C1FA /* Resources */, + E7505EBE93CDDCA3F4251F851D2B8AF3 /* Sources */, + 41F49E0A58016314347C5FFC1DCFC12A /* Frameworks */, + E98879599CE7457E451C132BE4931E1A /* Resources */, ); buildRules = ( ); @@ -22821,11 +23146,11 @@ }; CCF6C52F9360788E81C175B1BF1292C5 /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 1A812D936A0509D59DDD502F5B4137A3 /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac-GoogleToolboxForMac_Privacy" */; + buildConfigurationList = BE14B4B083C4A335B066DBA3039C16D0 /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac-GoogleToolboxForMac_Privacy" */; buildPhases = ( - DAFAC8B4F36BCEFFB33B9C6572D34355 /* Sources */, - 27F6B9CAB85D45A03693EC4F2AE83EA9 /* Frameworks */, - E50E5E2F90CDD00FD2316537465C9950 /* Resources */, + 1FD9350B6B4D7CDE1820538DE425D2F9 /* Sources */, + 759B89E0F3DEFBA590BF577E4B18CBD9 /* Frameworks */, + 0C514A156F4FD6D0D1D7C3EE4B3A9AA0 /* Resources */, ); buildRules = ( ); @@ -22838,45 +23163,45 @@ }; D1753249BDEA91352E77C471815220AD /* Pods-iOS-FirebaseStaticInjectionsTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 36CC1065A2931C20203830F4D467B02F /* Build configuration list for PBXNativeTarget "Pods-iOS-FirebaseStaticInjectionsTests" */; + buildConfigurationList = 9F2A88C2449C11AB994195AE32425056 /* Build configuration list for PBXNativeTarget "Pods-iOS-FirebaseStaticInjectionsTests" */; buildPhases = ( - 3A9580197BD44635F0B87FC7BE3F82CC /* Headers */, - 2566C97797E6FA18C73CFE156CCFE5F8 /* Sources */, - 602C373FEC6BB33E90885525E82DB079 /* Frameworks */, - 545B75EDF5BDFE3C410B4934BD8FB3C2 /* Resources */, + 5AABB202137097299F0434835711D67A /* Headers */, + 3C099180C7A108BF588A572A1EDB5A16 /* Sources */, + 16888CEB8C409D4FEC4CFD223D442DFE /* Frameworks */, + F5177DF812AD1B2B39C9FFF6DCDA8403 /* Resources */, ); buildRules = ( ); dependencies = ( - BC83DB0EF10445752C8186F9A90FBBCD /* PBXTargetDependency */, - 4736CD7A667EA042634D06F6BF5FC219 /* PBXTargetDependency */, - C718FEFAC38F542726BBEE30942402CB /* PBXTargetDependency */, - E3D236EB6ABD2360D7C5F51AB67C03FD /* PBXTargetDependency */, - 3CE6069241CCB7A8E3EF538384992EC6 /* PBXTargetDependency */, - 11FC22C9B805E9A9F96D75E25A02A535 /* PBXTargetDependency */, - 8E9095C3389596DEBD359C821180279D /* PBXTargetDependency */, - 6D1582EC75A2F9048619EF4012A11869 /* PBXTargetDependency */, - D7E72995DF16266CA2D351CB48678138 /* PBXTargetDependency */, - 5F324859293598AD668E0EA03C1C59C2 /* PBXTargetDependency */, - 3E4EEE6C8077D0865B418F39786827FC /* PBXTargetDependency */, - E00B2BE366174F23BF14A13BCE37BE8A /* PBXTargetDependency */, - ED0CC3C3B8C5D014B46A397AE3857055 /* PBXTargetDependency */, - 98F36376B1EF27E2F1A5AF77FDAD0910 /* PBXTargetDependency */, - 713E1FEC354D9F1602843C178523F4D8 /* PBXTargetDependency */, - 1770438344C0D9AC914328E8237E56FE /* PBXTargetDependency */, - 0AE170E235D38FB3E648D3117378A34B /* PBXTargetDependency */, - C9E5F83EE6060B3FC5AC839C11A0CC07 /* PBXTargetDependency */, - F41C9D35EE7E190C645CF0D82A2D6964 /* PBXTargetDependency */, - 376812F91CDFAB302C0E24505BAAF9C8 /* PBXTargetDependency */, - DB2E4C8A6FE15C044F576D41FADC9BC3 /* PBXTargetDependency */, - 9E7CDE3ACA0BD74A8C677A72669BB925 /* PBXTargetDependency */, - A152D23B825960B004772B275D03C943 /* PBXTargetDependency */, - 5E2455BFF7FA8FB775A751AE1D101B7F /* PBXTargetDependency */, - B72FF1111AC32CA664E943C7368BE5EC /* PBXTargetDependency */, - 7125918A4263E2CF8B3F5F5FFF8A3349 /* PBXTargetDependency */, - FA83F0F05814CD8052DF4754A11037CF /* PBXTargetDependency */, - C9801FAA4EE172A6CBCF9F2B5A96AC28 /* PBXTargetDependency */, - 6DCEF8B8C783C7530EF806E029B0E26C /* PBXTargetDependency */, + BEFA5ED82832A03D664F9E36F55804C6 /* PBXTargetDependency */, + 17DEE227BA3CA0F506F867909FC056F2 /* PBXTargetDependency */, + 470559F90F74FEE29EC731512DCDFDC0 /* PBXTargetDependency */, + 9D3F9250D8176537CA914AF857FFF482 /* PBXTargetDependency */, + E083C1EBDCFE8B274A94734B75AECE15 /* PBXTargetDependency */, + AF1437C27C33A7A52FE93A6800323DCB /* PBXTargetDependency */, + 46C7244EC8037B13D08CD955F4DC5167 /* PBXTargetDependency */, + 63979DB6AA93F9F250891D947969AB62 /* PBXTargetDependency */, + CEEF83A690D4227B97FBDF550D80A2B7 /* PBXTargetDependency */, + F48D608DBA924E0F637ED50A633A4247 /* PBXTargetDependency */, + 7E45F1A569FC583721CF966B45CAD190 /* PBXTargetDependency */, + 95953E1F27DA7C0582933EBFA626ED89 /* PBXTargetDependency */, + CF8F8F43217915881DB2B7B7EC945FF8 /* PBXTargetDependency */, + D75EF6B37C6DE6B84EA29B0BBE0BABB4 /* PBXTargetDependency */, + C1E91FCC7CAF0BB88E49B767C34D1577 /* PBXTargetDependency */, + 5C90D37F06B32A86FA19CC7D48823660 /* PBXTargetDependency */, + 3A75D6A57F57E24D08F7C6E9C4BB1DD9 /* PBXTargetDependency */, + 9CCF2C61CEEEB3EB803C3DF155C7223F /* PBXTargetDependency */, + 9F53C02EC24AD3E3B42DA0CEB4EE1482 /* PBXTargetDependency */, + DC6DAA1EC25332E593B16142333BCDD9 /* PBXTargetDependency */, + D6F9C6334B22594B0B0399B38EC0CF1F /* PBXTargetDependency */, + 334A7CBA42BA5958123C77D1FC2261F6 /* PBXTargetDependency */, + 384F4546E14CF9D8501ECEF80D6425E4 /* PBXTargetDependency */, + CA5DD44DD7603C35A5D47C34A5593C31 /* PBXTargetDependency */, + 6888556F19E5E99DC9D4030EAE9AE868 /* PBXTargetDependency */, + 19389A562D690C3CA3D77378CD17A77D /* PBXTargetDependency */, + 3242CAEC432151E5E17ABA9EBB79F363 /* PBXTargetDependency */, + AECA14B7BADDA5C248435AB883130EF1 /* PBXTargetDependency */, + 8BDFF79E47752D2DC1E3300F73AC640B /* PBXTargetDependency */, ); name = "Pods-iOS-FirebaseStaticInjectionsTests"; productName = Pods_iOS_FirebaseStaticInjectionsTests; @@ -22885,17 +23210,17 @@ }; D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */ = { isa = PBXNativeTarget; - buildConfigurationList = 94A817E615F00DC15C190DC9CABFA1F6 /* Build configuration list for PBXNativeTarget "nanopb" */; + buildConfigurationList = 924A838F7BB00188AF9BDF992890FFC7 /* Build configuration list for PBXNativeTarget "nanopb" */; buildPhases = ( - A60368444C8A462E805E8FD1ABA3BD2E /* Headers */, - 06240D738E47FBF871222ECAFE42F44B /* Sources */, - 08A3FA14AB5C7D98A51D4D4A4BA08642 /* Frameworks */, - A2720AF4953F107EBC121C80455A5A2B /* Resources */, + 6F1C3F7B8D02E5C7E5A823D5E2EE45F7 /* Headers */, + 9AA5801DD42E9C0068CC0F5981D95193 /* Sources */, + 0CA3B8DD5804E7546DD87210E65E6832 /* Frameworks */, + 0A14857C351F4901B98EE783A06731A5 /* Resources */, ); buildRules = ( ); dependencies = ( - DCCF6E31B1D313022375B2F8A7B9189F /* PBXTargetDependency */, + 9F459D52EDD15BD127C47B44AAC114B1 /* PBXTargetDependency */, ); name = nanopb; productName = nanopb; @@ -22914,40 +23239,40 @@ buildRules = ( ); dependencies = ( - D54FCA910AC4B07A073B593C26E3D64D /* PBXTargetDependency */, - 5DD7F9D6401FB67E9824E8700F416240 /* PBXTargetDependency */, - E81AD27786C7C13EA70505EAC12463C5 /* PBXTargetDependency */, - 88CE9B618DAC86CC4DA36CB0C2608E51 /* PBXTargetDependency */, - EA5B61ECB725C43A6B632B196FB56985 /* PBXTargetDependency */, - 704DCCFA58F03561A58CA9641D2DF3B2 /* PBXTargetDependency */, - 9556B39EE79B7328870451F7A4D210CD /* PBXTargetDependency */, - 31249B6CDF7C34C8990F9A0B5217DF93 /* PBXTargetDependency */, - A6F4C1085C972C1811D35F20C03D5611 /* PBXTargetDependency */, - 7AB01704DFA2F62C5D4506A2BF0DA167 /* PBXTargetDependency */, - F5B6A0A9B35F9A1E0E63DAB91BB61157 /* PBXTargetDependency */, - 4334BE4B09AB20759057C762D9E926FD /* PBXTargetDependency */, - 3098EC56220633C524A8015FACC79C1B /* PBXTargetDependency */, - D9EBD392D2B1824EC8E5D15E298E54A1 /* PBXTargetDependency */, - CEC23E98BBC07B07BE275F8248F43B7E /* PBXTargetDependency */, - 74806B23DD5CD251048F3EDF020D0143 /* PBXTargetDependency */, - 8849FEAEE508A7BDC1A2467ED1BFFB05 /* PBXTargetDependency */, - BF72646A338624CFB95B338651F2B785 /* PBXTargetDependency */, - 409D0B3A26F3AED2C74539253D1ABB8B /* PBXTargetDependency */, - 914A3D096BDF8DF612FB365CB9800E8C /* PBXTargetDependency */, - 3483A926F577E92793CD75D89850DBAB /* PBXTargetDependency */, - 354913C983A71A1E492FE71FC4BCE913 /* PBXTargetDependency */, - 9B98BC744C1519E5042E00BD79922116 /* PBXTargetDependency */, - 3D00FC0BD6F728D8F03D7555B2446046 /* PBXTargetDependency */, - 61C6E5A4BC5573E6D049D5E214C655A5 /* PBXTargetDependency */, - 2F4BFC2ED073D994695924CA0F455249 /* PBXTargetDependency */, - AF4D65CDF00D33464F7B94F1DA2C52FD /* PBXTargetDependency */, - 50FA6EB4C39B3D31EDFAD08109AE4D90 /* PBXTargetDependency */, - FB829947846917E23FBB86AF6E17A45B /* PBXTargetDependency */, - DE93D28D5741D68B07C22929D4276742 /* PBXTargetDependency */, + FBA67CBD949E76070C651E5931D9BBB9 /* PBXTargetDependency */, + 6DECD5363621EB64AC9E9BA306702C1E /* PBXTargetDependency */, + 1D3EAD73F3D3F698B7B7A7A3F01A99F6 /* PBXTargetDependency */, + 5AC0BB57AE6DF14EB37D1BF90DDCC710 /* PBXTargetDependency */, + A2A213B27FCEF0F4C9F4D354E2CE5319 /* PBXTargetDependency */, + DD67927B0C747B09C93F6E68A11A446F /* PBXTargetDependency */, + CB0122CFDA55BF0CC3EC61BFD0D14AFB /* PBXTargetDependency */, + 439B27CEDF1B74FF3C4659B53EFF3434 /* PBXTargetDependency */, + C1509C7F666AABCAE47DB83A4D39156D /* PBXTargetDependency */, + 2B93AA5F2538E2D6A19462C1A6626EFD /* PBXTargetDependency */, + DB67212C7897E0B529936E364AFA5A62 /* PBXTargetDependency */, + 37D2C2ADE0B30FE87EA76CDC48B3A3EB /* PBXTargetDependency */, + 33982B7E8645CF4E2EDD7034ED3A7E72 /* PBXTargetDependency */, + A05DF4CCF77A6A566FB54426BE13BC04 /* PBXTargetDependency */, + C04DDB8AC16F9CBF7006CDDBFEA59E93 /* PBXTargetDependency */, + 81950163830F080A254090CE56C3859A /* PBXTargetDependency */, + 770CDE7FB523435FD9F1F3F1AD9CDCAA /* PBXTargetDependency */, + 7F17DD83A0C7C995EE018A8C1C7F8A01 /* PBXTargetDependency */, + DA329EDBF8EFA67974161C8BE473CBD9 /* PBXTargetDependency */, + 1C7377BD2E5B6F0F7D563165FF57F7EF /* PBXTargetDependency */, + C200D1B63E2F31DF3116BC5A15AB7D49 /* PBXTargetDependency */, + 53237E0316311A04235A503DA847E8C8 /* PBXTargetDependency */, + 426D90CE7FDA6151B579ED863EE8AD40 /* PBXTargetDependency */, + B9AC2A8EE7D5D8D15797C6714954DE5B /* PBXTargetDependency */, + C2F64D6D848A2DDA6B638E663248F3B7 /* PBXTargetDependency */, + BB48572AF19AEDA4EAEE268073983E67 /* PBXTargetDependency */, + 400772DDD995BFF21E025A0E4CE34CC6 /* PBXTargetDependency */, + 1B8392C9FAC97EC4135853ADF4FD21F7 /* PBXTargetDependency */, + 6C1B275CF4E74D5163153BB848AF2A06 /* PBXTargetDependency */, + 9055B7D813A1689BE05022EA5BC3F9C3 /* PBXTargetDependency */, ); name = "Pods-iOS-dydxPresenters"; productName = Pods_iOS_dydxPresenters; - productReference = 026B0CD5C051ECFE6E05A6B1E702B60E /* Pods-iOS-dydxPresenters */; + productReference = 026B0CD5C051ECFE6E05A6B1E702B60E /* Pods_iOS_dydxPresenters.framework */; productType = "com.apple.product-type.framework"; }; D442594055A0A2CF2A20DC866E1102D0 /* Pods-iOS-dydxStateManager */ = { @@ -22962,18 +23287,18 @@ buildRules = ( ); dependencies = ( - 06EF30CF55C936AFBADBD07AA3DD65B1 /* PBXTargetDependency */, - 6540BBF110F1D0F1F3F711AA83DA1CC6 /* PBXTargetDependency */, - 20EABE4334D66B60EEBBB55D31640769 /* PBXTargetDependency */, - 25E9356610C09DDA633A98F29FBE256A /* PBXTargetDependency */, - DC3379CD4958409044541F5311166A50 /* PBXTargetDependency */, - 34E74C60D564238D6998EFE032E949D5 /* PBXTargetDependency */, - 1DBCBB38B422DCD604EA5BC8D4D55BA1 /* PBXTargetDependency */, - 0263200AD9D7E2BDDBFEFCCC89E16708 /* PBXTargetDependency */, + 22783F50B0705842F24C3993E885F02A /* PBXTargetDependency */, + 5D48C2D78123301035AC03D6BA7B4E27 /* PBXTargetDependency */, + 899F7D4CAE18C6D8C5A38A8CA37495CE /* PBXTargetDependency */, + EEFE908E4FE50969D02A9B3A0B6ED298 /* PBXTargetDependency */, + 8E75D568A31B424F6FFD4AAA4B0A9C09 /* PBXTargetDependency */, + 4097B2416C55DEFBA451C8255D4D62C1 /* PBXTargetDependency */, + E1A45266ADE74F3363061381F74BE81A /* PBXTargetDependency */, + D9E3124C861D867978FBBF654385F35C /* PBXTargetDependency */, ); name = "Pods-iOS-dydxStateManager"; productName = Pods_iOS_dydxStateManager; - productReference = F7F40D6C1E9419D3582AE3BD27D42253 /* Pods-iOS-dydxStateManager */; + productReference = F7F40D6C1E9419D3582AE3BD27D42253 /* Pods_iOS_dydxStateManager.framework */; productType = "com.apple.product-type.framework"; }; D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */ = { @@ -22988,8 +23313,8 @@ buildRules = ( ); dependencies = ( - FF35DCD8917AB6B37780FCC85B53AE0C /* PBXTargetDependency */, - DDCC5F806F82CE43521FC8407E9A1634 /* PBXTargetDependency */, + A6F3367C61C2C2DFD088437B5704A3DB /* PBXTargetDependency */, + 46DCCE78110E5F24690010E183451389 /* PBXTargetDependency */, ); name = GoogleToolboxForMac; productName = GoogleToolboxForMac; @@ -23008,21 +23333,47 @@ buildRules = ( ); dependencies = ( - 926D75FEE07680137A2AAB0752D02236 /* PBXTargetDependency */, - FBD8ADAA766FD889358337C562343EAA /* PBXTargetDependency */, + 614A2584489A4A3D8A2C3D388FB56450 /* PBXTargetDependency */, + 5F4D21A250F40863590B9A511038136C /* PBXTargetDependency */, ); name = GTMSessionFetcher; productName = GTMSessionFetcher; productReference = C1998E0D8085221AD87F89B614C10E52 /* GTMSessionFetcher */; productType = "com.apple.product-type.framework"; }; + D9B5C6C453F1E0ADB75C971B9137D3DC /* Pods-iOS-StatsigInjections */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1CF0E2D4AC10737912400991AF54E8FA /* Build configuration list for PBXNativeTarget "Pods-iOS-StatsigInjections" */; + buildPhases = ( + CB86A627114CF87FCB1867D69F08EE17 /* Headers */, + 1FFD7704692DA5CBF2A4412B7CBE3F55 /* Sources */, + F067D2D64D47AB6211FE729958F3D2F2 /* Frameworks */, + 00DEBD2447D9982637E46F3DC79FEBFA /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B7E32465ECD6B0EC5EFADA26C9F5613C /* PBXTargetDependency */, + 1C3B98F714EA3EA0BD47062D19FA8BF0 /* PBXTargetDependency */, + 978131FD2F5F898640CF6D5A48A12B73 /* PBXTargetDependency */, + 35A41BB098063CF8061CD6758B154C8F /* PBXTargetDependency */, + DF78E175F2F37FF60D9042CDED7F4FCD /* PBXTargetDependency */, + EF93C0014F6BBEB097877A1FC85217B2 /* PBXTargetDependency */, + 256FD7CE5CFB9226FD430095BF22D0B2 /* PBXTargetDependency */, + A1D10B1EC2EAD5C2744262C91357DB99 /* PBXTargetDependency */, + ); + name = "Pods-iOS-StatsigInjections"; + productName = Pods_iOS_StatsigInjections; + productReference = FAA6AB0560C7676F16CD59DFB90B57F4 /* Pods-iOS-StatsigInjections */; + productType = "com.apple.product-type.framework"; + }; DD0D41A9315A48004E57F4F0E54095F1 /* GoogleDataTransport-GoogleDataTransport_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 364EAB4034EEAC40B97CA58422FFFA5D /* Build configuration list for PBXNativeTarget "GoogleDataTransport-GoogleDataTransport_Privacy" */; + buildConfigurationList = 7255918084D951BEBE66744F84C35C70 /* Build configuration list for PBXNativeTarget "GoogleDataTransport-GoogleDataTransport_Privacy" */; buildPhases = ( - 2163699EE345CF008B12343BAACD747B /* Sources */, - BF3863AA75BAB2FF28DD891E40A2B644 /* Frameworks */, - 5D7BD11D911D7DB3B221FFFBD2F6F46C /* Resources */, + 7CF4CBC2CA8AC3DEC198D36EC34AD76F /* Sources */, + B22D2566731E84B240748B3C2080E269 /* Frameworks */, + 9C651F7483E07565B73F9A83F198E305 /* Resources */, ); buildRules = ( ); @@ -23045,35 +23396,35 @@ buildRules = ( ); dependencies = ( - 75F1F9E113BE31637C23F6A16E77FE09 /* PBXTargetDependency */, - B88C6ACE102DA012EE241BAFBF435520 /* PBXTargetDependency */, - 3D6F9060ECABF0162C6E71BEBE4A1677 /* PBXTargetDependency */, - 7C3DC11F146D32A0F9B5DCD01FAB4715 /* PBXTargetDependency */, - AD6446D8401CF9B9A4728F74F19336DE /* PBXTargetDependency */, - 6A65944775E9479C1A30690CACFD7536 /* PBXTargetDependency */, - 6DE7FC4233B3672425AA549DD2974480 /* PBXTargetDependency */, - 2134D4A77BA15072FCAE55B177763102 /* PBXTargetDependency */, - 604C692597CFE289D407E215970F4F61 /* PBXTargetDependency */, - 24E6269A749C094FD0E86D094E6EDAF8 /* PBXTargetDependency */, - B5C7CEE9FDFF2B63C081576DCAA1111B /* PBXTargetDependency */, - 3CBCC00F191F7B03AEA62614AD3BB8E2 /* PBXTargetDependency */, - 9CF9168E94C346F386465C4E0EF39200 /* PBXTargetDependency */, - E061171B767662B4B8A0FEE9347BD185 /* PBXTargetDependency */, - 616265EF411ED94BE3D2C0D276E9359E /* PBXTargetDependency */, - 22354D3F2F3EA031896C3BD16566081B /* PBXTargetDependency */, - 78FE399A22CA9C894D65025ABB961EC5 /* PBXTargetDependency */, - E3F94AB3BCDFE0F02CAE08E214BF1D95 /* PBXTargetDependency */, - 1438735A2EC1D71D0E487EAB488FEFBE /* PBXTargetDependency */, - 7AC898184C6C24F346344E5FAA2399FE /* PBXTargetDependency */, - 8859BD6FA93DA66C9B9F4B139D831DA7 /* PBXTargetDependency */, - FA07C18669A8BE4498106592606FB029 /* PBXTargetDependency */, - A2CE77305999AE6AEE9314CC06C7678F /* PBXTargetDependency */, - 5071CE600B5FFB86C3E8987541C4CCFD /* PBXTargetDependency */, - 0BEF1D36C080367454FB1CC6E20A785D /* PBXTargetDependency */, - 3E2C0C64343CBADBEAF589A422906FFD /* PBXTargetDependency */, - D13ED02FB6D0EBD82E81B7CC24FC1A34 /* PBXTargetDependency */, - 4010F71F52BAF8E6795223FD42A5DE9A /* PBXTargetDependency */, - 6645D7772128320F41DB2D4C79AC26F4 /* PBXTargetDependency */, + E19602A79ACC136CA8375313E85EAFFC /* PBXTargetDependency */, + 4E6C9FF48AAC489F858159F8E28AA460 /* PBXTargetDependency */, + C16E30799A5917890694ED43CDCBA4D9 /* PBXTargetDependency */, + C10D525BEFEF605DD7BD3DFE050056AB /* PBXTargetDependency */, + 2E0D854B5432A1531F55E5FC974BE4CD /* PBXTargetDependency */, + 090A9C2E07A16CC2A910A8546E7BD90C /* PBXTargetDependency */, + CC2960E9EE96AFF19AB2A8F49EFA6390 /* PBXTargetDependency */, + A945ABD3013AF918BE2B3A65E8FACE88 /* PBXTargetDependency */, + 45C9B6B1F2133515C022A6BC36A4A4B2 /* PBXTargetDependency */, + 7340B108AFDE6E5B54C93E79DA805439 /* PBXTargetDependency */, + 093036F429C9C26B504F9992F48B968F /* PBXTargetDependency */, + 3CB063D0173B1522C3B3C4BAE396CF1E /* PBXTargetDependency */, + 9BF497D6842A7F00E65A8A13D4FE88D7 /* PBXTargetDependency */, + 5EA0204423D6C599AC6B2BB20A968FD1 /* PBXTargetDependency */, + 6207417DC0DB91A4EDEADCDB6A1A5A6F /* PBXTargetDependency */, + FCA7AEBB510DB10CFF9E7846492CED79 /* PBXTargetDependency */, + 64EB4E064868A6A65B8987EF614AEE1A /* PBXTargetDependency */, + 47D03EEFC6C9FA3118534A7DF68DBECD /* PBXTargetDependency */, + B71ED4E90C7947DE7EBED5457A31A1F6 /* PBXTargetDependency */, + CFB745CAE6D7DFBE3B2827AE289205EE /* PBXTargetDependency */, + E3014A2E760D80ADFE2F76575D8A6609 /* PBXTargetDependency */, + 8FC6D6EDCB6BE47069499EEBBD22AB5F /* PBXTargetDependency */, + 316C192F8D09B4BA95F9305F912C9F22 /* PBXTargetDependency */, + E9AB05FA0059C99B5BC5C2F1AEC28348 /* PBXTargetDependency */, + 6F706F34C4FFE0F9C45CA24E8E322364 /* PBXTargetDependency */, + FFC6AC982BA218650FFC9CFDFC41B5D9 /* PBXTargetDependency */, + FD3CCED3841042CB5D6C67F262FB1BFF /* PBXTargetDependency */, + 2029F175B7F6CB4E83189B2CF92FBF48 /* PBXTargetDependency */, + A1D9E92F0BA50E50F1B3A41EBB326196 /* PBXTargetDependency */, ); name = "Pods-iOS-dydxChart"; productName = Pods_iOS_dydxChart; @@ -23110,7 +23461,7 @@ buildRules = ( ); dependencies = ( - C287802030E69AC5DEBE773EDA11D2CE /* PBXTargetDependency */, + A88643996C61949EE58DBDBC9060AC4D /* PBXTargetDependency */, ); name = CocoaLumberjack; productName = CocoaLumberjack; @@ -23129,13 +23480,13 @@ buildRules = ( ); dependencies = ( - 49D1B79CD9578E801C51B6D0599DB4BE /* PBXTargetDependency */, - B61E805B8D6A28D4063121D3625F3718 /* PBXTargetDependency */, - C9B0641C3F96483462D6332723D9639F /* PBXTargetDependency */, - B058372129CA09541DFC47217C01B7FD /* PBXTargetDependency */, - 25993737D0527677A408BA3AD6CB4635 /* PBXTargetDependency */, - 97D2F02118BE3A634422E40133997129 /* PBXTargetDependency */, - D6F3C573E3FDCE8B48407178679610CD /* PBXTargetDependency */, + 646DAF6DA2A85FD8C3B67B6F3033B2AD /* PBXTargetDependency */, + DBD5F884AD28CC808AA3FE06BFC73642 /* PBXTargetDependency */, + C4C446A021EF1D95AFC2C6C1DD70BBDB /* PBXTargetDependency */, + A0AC25AD363BECF008B1208284846CE4 /* PBXTargetDependency */, + 2EB9A0AF08E21DD31051215B6E623569 /* PBXTargetDependency */, + BE883F7F739BCDBCEC59F3FE59B6F669 /* PBXTargetDependency */, + 84CFB649B1728221CE92040380F78D0B /* PBXTargetDependency */, ); name = "Pods-iOS-Utilities"; productName = Pods_iOS_Utilities; @@ -23144,11 +23495,11 @@ }; E9F5D289F4688880F8AEA528F4783976 /* FirebaseABTesting-FirebaseABTesting_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 0AEE6DDCD05CE0DDA0EDEC78461EAE5F /* Build configuration list for PBXNativeTarget "FirebaseABTesting-FirebaseABTesting_Privacy" */; + buildConfigurationList = D75441AFCFA2520369FFA00DE369089F /* Build configuration list for PBXNativeTarget "FirebaseABTesting-FirebaseABTesting_Privacy" */; buildPhases = ( - 67473E2E1455DFA1C61BE425B47DB6AC /* Sources */, - 93501D1736AA29EB89C0851AC2034551 /* Frameworks */, - 785DF24A3652EF10EE18F2F98EBEE13A /* Resources */, + 24FCC4FD40A70253C0E4C78B974E4E89 /* Sources */, + 546D8E357987A8B0C5ABAAF4A9B46C09 /* Frameworks */, + 1C60606661B365FE3D178862C68443EB /* Resources */, ); buildRules = ( ); @@ -23171,37 +23522,37 @@ buildRules = ( ); dependencies = ( - C37ED78AA6D6CDBF93D75D83223E0D57 /* PBXTargetDependency */, - E1C5B4B79AA39E6FAB40331C85CDB3EB /* PBXTargetDependency */, - F0ED17F52534843EFE3D2D2640C74DE1 /* PBXTargetDependency */, - 50076896D0ABA79CAD804DBED9EB7D8D /* PBXTargetDependency */, - 932A480BE307671B2D6523EA5D03C6B5 /* PBXTargetDependency */, - D3DCBB884670FC51D9C9BDA18072FD03 /* PBXTargetDependency */, - 05F59AF2D46C7AC7409A9717091D5A4D /* PBXTargetDependency */, - EA12E96ADD56807F0D0FFA6DFB885CF2 /* PBXTargetDependency */, - BF0494449B428D178827A79C3AA4364F /* PBXTargetDependency */, - 593F677867AA292C738FD3B742491A3B /* PBXTargetDependency */, - DD7B044E76CA95EE21DD0587EEDACFD3 /* PBXTargetDependency */, - 0F590411BDBE37B12A73D95775200A9F /* PBXTargetDependency */, - A3AD222F41850C3F2F6EFED07D17A997 /* PBXTargetDependency */, - D091D2598E48895D62025728E2CF53F7 /* PBXTargetDependency */, - 218B7D3A57F1801492A3D96F0DD0AD31 /* PBXTargetDependency */, - C654931F8E223479DA280169179EA28E /* PBXTargetDependency */, - AF137ACB6A0F136D255C024AAC30DAD3 /* PBXTargetDependency */, - AAD17691D13D163C9851018AE1BFDAEB /* PBXTargetDependency */, - 1C80E4B6E794C90054B9FC2B8DE42A9B /* PBXTargetDependency */, - 6F1CAB132063E139BBEB5BBD4E0F4E09 /* PBXTargetDependency */, - C07625A793925C51877DABA188BC68C2 /* PBXTargetDependency */, - C59CABB9255CEBFE15A79013FDB03682 /* PBXTargetDependency */, - 434899959C6153C8CDEEFC2392D21FE5 /* PBXTargetDependency */, - E7C245ECC372E5A202E498DC33958BF7 /* PBXTargetDependency */, - 5D3FD1E0DBB1F9E065F4BFD602210914 /* PBXTargetDependency */, - BBB8F0B2B18A0E0C385E36E043B48F05 /* PBXTargetDependency */, - D34EE0D1DCA66979AC46269601D103FA /* PBXTargetDependency */, - B99C5DB52CBD9183B4E522361FC5C28F /* PBXTargetDependency */, - EFD8EF5E68F40F6638C7759C89FC4A12 /* PBXTargetDependency */, - AD31868A08B09B315583EA6935E8EB26 /* PBXTargetDependency */, - 754A89981396B92AF65A085B46D7C97B /* PBXTargetDependency */, + FBE71CC7E1BFEE8463F66913367A33F5 /* PBXTargetDependency */, + 8C5F9EE2ED349547231439D877C4C93C /* PBXTargetDependency */, + 759486D6813A04167B3D1C6DF6E61B5D /* PBXTargetDependency */, + 041CB94923ED635F5A305C9CA6557C43 /* PBXTargetDependency */, + 98969A6C8C9D4E28236A91EA49CE7D84 /* PBXTargetDependency */, + AC17B26F9EF8F4C89595950CB711D7BC /* PBXTargetDependency */, + 377CC503508932842FE72964FDC33F38 /* PBXTargetDependency */, + 35A79D40D28DA2B6125AAB28F5D38459 /* PBXTargetDependency */, + 00DECC31E6E96143D74CC53C9884EC93 /* PBXTargetDependency */, + 2527411BD8CB4DE1F1EEA472CF01A929 /* PBXTargetDependency */, + 78240E29711CC02C9ED531180E1B2830 /* PBXTargetDependency */, + 055EEADE28850EBEEE16BB9E9EFD0163 /* PBXTargetDependency */, + CC319056A2CA5BFEDA50F16E7D317DAA /* PBXTargetDependency */, + 8F9C89A115A651A325A89288833D8D94 /* PBXTargetDependency */, + 309D97FBFA0715FC61D909E16898D190 /* PBXTargetDependency */, + CD446B58F10E6433E7DFE4FBD073AD6F /* PBXTargetDependency */, + 31DA85B5A17D5D2D7117187FCD53FDF6 /* PBXTargetDependency */, + 0940DD93B8912F71893D58092E46ECE2 /* PBXTargetDependency */, + 87223A9A2F8E20EC64F7583181639910 /* PBXTargetDependency */, + BB5F26F587F8BCAE203D0C9A364770FD /* PBXTargetDependency */, + 39B6F4E4EEA3B58E54419F5263372139 /* PBXTargetDependency */, + 4D66572AA2AE5C79D1A783C960EC79C9 /* PBXTargetDependency */, + DF6D320BFE6519584E78A5EC3B992F18 /* PBXTargetDependency */, + EB677905110A546F6DC47706406B8251 /* PBXTargetDependency */, + EEFD3F5964F42CA58123B3D5C9AB456E /* PBXTargetDependency */, + 46C77154BB8CF3C5CD97AA628FAE0573 /* PBXTargetDependency */, + A676E05B62229197499D1902BE5C8905 /* PBXTargetDependency */, + DAED6B8AA347D3BD155362C05C0A3858 /* PBXTargetDependency */, + ACE657A3577A8377F4861401A86C3AC5 /* PBXTargetDependency */, + 82DCC2AB3ACE11DC52A60076F79DF483 /* PBXTargetDependency */, + F4E6F58F9A882AA7145DA904F3A1765F /* PBXTargetDependency */, ); name = "Pods-iOS-dydxViews"; productName = Pods_iOS_dydxViews; @@ -23220,13 +23571,13 @@ buildRules = ( ); dependencies = ( - 5ADD161C8F663CE49A9BBCCFFB7A2E5E /* PBXTargetDependency */, - 5A420DD7483311014EE56037B31D3A03 /* PBXTargetDependency */, - E713B57D461BD3AEDAFE8A1A6EB3E68F /* PBXTargetDependency */, - 6EA4C9922A5E613B27488C774206CF60 /* PBXTargetDependency */, - DDCB02EDA0CD9E9188E0D916F2AE7689 /* PBXTargetDependency */, - F838821D807B1B7FF52DAFEC725A12EE /* PBXTargetDependency */, - 1F30BF07B6906E058AEAEA562B8F993B /* PBXTargetDependency */, + 96330551A76EF41C9E8212055F4449A8 /* PBXTargetDependency */, + 440F4900F8FF8531FCF9AE078DEF09C3 /* PBXTargetDependency */, + 8B5A7839A4CB4B51EFDFE589C041227C /* PBXTargetDependency */, + 40DB06FFA763A24B399F167CBB65D351 /* PBXTargetDependency */, + C724FA729575A47FB5A40A4A697C490B /* PBXTargetDependency */, + AB805FE4EE7D07E98CC4F3FDC152D737 /* PBXTargetDependency */, + 7E48A81BE40892B5FFE90F070E1F9A61 /* PBXTargetDependency */, ); name = "Pods-iOS-ParticlesKitTests"; productName = Pods_iOS_ParticlesKitTests; @@ -23245,18 +23596,35 @@ buildRules = ( ); dependencies = ( - 862F8E524D7DC09ABC9B5AE6A267D2E6 /* PBXTargetDependency */, - FF23AC7184AF7557422B2159A7836142 /* PBXTargetDependency */, - B4CC4E2763C8B0724C949DDCD62A8276 /* PBXTargetDependency */, - 0D69A518AA92D248630DB6AC050587A8 /* PBXTargetDependency */, - DB2F5116478C1270A9EEC21EF84D7922 /* PBXTargetDependency */, - 4369D620AE8ABE847CE1B3DA9F2668C0 /* PBXTargetDependency */, + ECC40921A97CBF8FAE633F2BC380C3C1 /* PBXTargetDependency */, + B201E13CC4BCEB83481866B0DACE4DE5 /* PBXTargetDependency */, + B834DE198DD0B950ACF8CAD35D7B3009 /* PBXTargetDependency */, + 437241F962D2E8941D68F3E76149E3CC /* PBXTargetDependency */, + FFC7FF25D4E9EF07409B5656C1DBCD02 /* PBXTargetDependency */, + 76598DF96AB8A6020D4EF4E291DF927C /* PBXTargetDependency */, ); name = "Pods-iOS-AppsFlyerStaticInjections"; productName = Pods_iOS_AppsFlyerStaticInjections; productReference = 9EAA3D78A0895324DBA2329B57516BF7 /* Pods-iOS-AppsFlyerStaticInjections */; productType = "com.apple.product-type.framework"; }; + EE66121177221697B2C1E9170606A1E0 /* Statsig-Statsig */ = { + isa = PBXNativeTarget; + buildConfigurationList = 23AF8344B98BC387C6074D8172371DC4 /* Build configuration list for PBXNativeTarget "Statsig-Statsig" */; + buildPhases = ( + 62CF40F49901070F9F76FE80FE8805F0 /* Sources */, + 6B628E77EF592BDFF311C3E12BC331AC /* Frameworks */, + 758606CEFAC804E4BF2688B16BC0F7F1 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Statsig-Statsig"; + productName = Statsig; + productReference = 2C1D6F9F05FADC97C974067F135977E1 /* Statsig-Statsig */; + productType = "com.apple.product-type.bundle"; + }; F15E2E5D96F1315C83E4887559686FE1 /* Pods-iOS-WebParticlesTests */ = { isa = PBXNativeTarget; buildConfigurationList = 646AFC96F5F07F7632CCE3037123DD66 /* Build configuration list for PBXNativeTarget "Pods-iOS-WebParticlesTests" */; @@ -23269,35 +23637,35 @@ buildRules = ( ); dependencies = ( - 573E56E1AE5F174A1E586AB33A3303E1 /* PBXTargetDependency */, - F242594FF18540AEF83EFABB59FCE404 /* PBXTargetDependency */, - B9AEC8D2589691D34B3C7A54683A7E46 /* PBXTargetDependency */, - 4F750A5540387DA8D17FFBBE0F9E3A8F /* PBXTargetDependency */, - 9F1CBA9B757BEC298FB4B36EA11016AF /* PBXTargetDependency */, - B8DEE9F2A76B741D3FE4F2C9A49A87AA /* PBXTargetDependency */, - 361DBB4A9EC2B00AE2FEEEA00D666AE9 /* PBXTargetDependency */, - 28F80F6B943A51F560CB79EA5DE17479 /* PBXTargetDependency */, - 6D088A3736DF4ECFEB1C57D7C99B285B /* PBXTargetDependency */, - 142DD9EC710756B470A34FFC1F95B44E /* PBXTargetDependency */, - C1A4DBF51DF40963165650C76363C8CC /* PBXTargetDependency */, - 3484B6730F4281ED9FFE42F7595AF6FF /* PBXTargetDependency */, - 6C268947EA4249D53D09EE2D067F916E /* PBXTargetDependency */, - B8804A20C2DF1557AFDDD77EF97A12A1 /* PBXTargetDependency */, - 2E62368475D5AA339F2F7ECB192A446D /* PBXTargetDependency */, - 14B8472A7891D142A997927B4ED8FCE4 /* PBXTargetDependency */, - 411289EE0E4E26F64ECF385794035707 /* PBXTargetDependency */, - 367AA7AA086DEFD8D8C4EECB85B26382 /* PBXTargetDependency */, - 636D1457A8D57AC25255962D330E1532 /* PBXTargetDependency */, - 455DA3D1455E23710EC526C17FE09E34 /* PBXTargetDependency */, - ABF0D78BF3B8F4550F064EC982516611 /* PBXTargetDependency */, - 72A4B6177B0F5ABE96EF2D328772B759 /* PBXTargetDependency */, - 072B294FEADA7114D6360D6330D6BDBA /* PBXTargetDependency */, - 4D8F5B05E94617082E531546B1E5BB31 /* PBXTargetDependency */, - A028E671AAD27C99EEEF07953452BC32 /* PBXTargetDependency */, - 7386F6F36F34710102FA7D8AEAD59F37 /* PBXTargetDependency */, - A4E456F03DED128325CBAF0226FCE500 /* PBXTargetDependency */, - 11E0A5E4F1AB6B96C9DE450E84860680 /* PBXTargetDependency */, - B63498283DAFC76011AA9302F71C09A0 /* PBXTargetDependency */, + B874ABB4706D0F5E8804E4217E61EC93 /* PBXTargetDependency */, + F3E3D6A3D616AFD284C0C7C66B259A84 /* PBXTargetDependency */, + 9288E3B5A0EC56EA5180836FA824D21E /* PBXTargetDependency */, + C385129AD05F8D33386B0FEFE82CAB5F /* PBXTargetDependency */, + 4A8D7AAB41BDE09341C6A9556064854F /* PBXTargetDependency */, + 095F96ABC8B7715F9B9BF0882E456737 /* PBXTargetDependency */, + 84D668504DD2146FBA3EB0C52A2E334F /* PBXTargetDependency */, + 5437946228E8CE0EB4605FCCE12DB995 /* PBXTargetDependency */, + 80F84A88172035E1A5F04308B655B6D3 /* PBXTargetDependency */, + DBDF50EECF295BCD2BE40755B9621B37 /* PBXTargetDependency */, + F0B164D5D551917C475E0A441B615A73 /* PBXTargetDependency */, + 277244FC194912C9150B7EFFA103E871 /* PBXTargetDependency */, + E3FC85A63DF15F7FA2056B714B44FCCA /* PBXTargetDependency */, + 1D77C1631D22D8A5A614D399A7212BFF /* PBXTargetDependency */, + C7A558FE0DA6CBA71FB78F8E2061AA18 /* PBXTargetDependency */, + 2F11EA748C69603053D463A1E4746B2C /* PBXTargetDependency */, + D5830719E70712856B0EA25D55BAFD2C /* PBXTargetDependency */, + 199126DAA3B5857E7A6B0B9277486533 /* PBXTargetDependency */, + A66A5A0AB271E76FAD7F0D6A4E02878A /* PBXTargetDependency */, + 43B4DB281C4780816063F17C2429EEE3 /* PBXTargetDependency */, + 5B8534D9C6153F147A0F9655D5C1A88E /* PBXTargetDependency */, + 96A499CEE88A354BD185BAABEE1399CF /* PBXTargetDependency */, + 32EF3DA4D888AEE7AD2CDD943EEA96DF /* PBXTargetDependency */, + 66905F96BE3319E25E063B07F4FB76D2 /* PBXTargetDependency */, + AB3F6F87F2D9337FFAAA83930EFEE5B4 /* PBXTargetDependency */, + C61628EE2A580CAEC1808C53FE6D7410 /* PBXTargetDependency */, + 064024F3438A47BC3CFFF6796D897738 /* PBXTargetDependency */, + EE1ABBDE5D8D80799ABF76BAA26033C9 /* PBXTargetDependency */, + D63B5951DB6EF625AE3BCF846F406AAB /* PBXTargetDependency */, ); name = "Pods-iOS-WebParticlesTests"; productName = Pods_iOS_WebParticlesTests; @@ -23316,35 +23684,35 @@ buildRules = ( ); dependencies = ( - 61FEAAC816C062DA208E129E90968D6F /* PBXTargetDependency */, - 76A81503E9E02CB07AA55BE2A86870AB /* PBXTargetDependency */, - 42DE440DA4FE56848A29440172DB9EF7 /* PBXTargetDependency */, - 624F75644D8E824432EBA3F2FB574309 /* PBXTargetDependency */, - D87A060D46FB00B91E125877EF071D14 /* PBXTargetDependency */, - 67A2BD450D81253FD9380D6F08DCA5A1 /* PBXTargetDependency */, - 157733C278EE319933D547E514DAEA4B /* PBXTargetDependency */, - 4BB2BF6B21DA39DF69FF7CB92635B480 /* PBXTargetDependency */, - C795A09C07B5AD167F368540C19BE1EB /* PBXTargetDependency */, - FD44648FB949957354F0E609411FBB66 /* PBXTargetDependency */, - AA71A0AB5D5D9A4ED1633927884EFF98 /* PBXTargetDependency */, - 7494E5145010133A55403CB3E838B60B /* PBXTargetDependency */, - 1737141F0299140283A66E9EEA0B5BD9 /* PBXTargetDependency */, - 7047BA9B08367BC55F84238F3BD14887 /* PBXTargetDependency */, - C763EB2AB19BF1DAC3F88220A79DE97D /* PBXTargetDependency */, - E3E6AD9800BF3CF36FE5C1AA3B2336C6 /* PBXTargetDependency */, - 0794FDC78B83C66B06BB4391114C880C /* PBXTargetDependency */, - 13C3C0CC3082CF3A5A75FEC9FB9762A9 /* PBXTargetDependency */, - D0B293FAE9EA290DAE2E219A282BEBF8 /* PBXTargetDependency */, - A381EE1F1DA2694C3B8B3C63902BDF93 /* PBXTargetDependency */, - 122C49CF931A92931CDD3A67C7B258D0 /* PBXTargetDependency */, - 5276E752630B753762E4807DDE7938D0 /* PBXTargetDependency */, - F4F71F7D5E42AA365D99E076B85DB4BD /* PBXTargetDependency */, - F914FF769F3A96E6AD82D72A8DF01DB5 /* PBXTargetDependency */, - 767CDCE6D1EE670368EB66274AB41694 /* PBXTargetDependency */, - C0B35E0DC1B51E6CF2CD82BBD0FC62E9 /* PBXTargetDependency */, - 2C884C8462882CFD7885BF14C1775CD3 /* PBXTargetDependency */, - C07F3FA60725A1CC8E7C214847FB0CB3 /* PBXTargetDependency */, - E9189DCAFA41C252B33BFBFDD08F6D9B /* PBXTargetDependency */, + 063DA9752A3F60D2123E6E01F776913A /* PBXTargetDependency */, + FCA74448DD92BB7E9FA5BE7351FA56DF /* PBXTargetDependency */, + 5B8D17E1861F3BB6123B54E09E2A40E2 /* PBXTargetDependency */, + 90BA3F502638FA9010A4BB6B670A75D9 /* PBXTargetDependency */, + 417F46686E5445BF74812551D45EE162 /* PBXTargetDependency */, + 1ADB93E9913978722E260381A053718D /* PBXTargetDependency */, + 582D3F02115E5E512E881E31F27CC39B /* PBXTargetDependency */, + 0C36AAE712092BAB3809F46CA1E3AF54 /* PBXTargetDependency */, + F2D67B8B0A84F98B8C8722A2F5ED9A39 /* PBXTargetDependency */, + AEE973CCA7680CC5413A14FAC944A57A /* PBXTargetDependency */, + C55D0FB0087B76BFF93D427898E4FD91 /* PBXTargetDependency */, + 4161AD4AC2AEACCCE79AA463C99D48AC /* PBXTargetDependency */, + 2D8CE6AA4EEAEE06F90CB155754F57DC /* PBXTargetDependency */, + 6F5029971DCC46BDF55E1F234491B2BE /* PBXTargetDependency */, + EDB6C41F4A942CDE1AA7A0122B7D0ADE /* PBXTargetDependency */, + 6294C640BE4D2C63665BDA992AB385ED /* PBXTargetDependency */, + 72DCABF9423C7FF40202084B9CCBDDDF /* PBXTargetDependency */, + F3D47D56BDA48A24D53196954C0168F6 /* PBXTargetDependency */, + D54800FB3B091045D5782617625A9586 /* PBXTargetDependency */, + 572C327AA150BFC6F5DA2C4EC6C6A9F0 /* PBXTargetDependency */, + 7F33FA1A45CCA66A0F646BFB720D03BA /* PBXTargetDependency */, + 833B864ADBD223755BADA8B9D6C2860E /* PBXTargetDependency */, + DDCE3FAC99F44F92BBFB1A416832D270 /* PBXTargetDependency */, + 14EDD33BCFB58F4733D88D2368EC6098 /* PBXTargetDependency */, + 1EF922BB3EA6A1423F0B0B54A98EE522 /* PBXTargetDependency */, + 06B777436356E8AE5892D43714271495 /* PBXTargetDependency */, + 53DAB45A80A9C9D3985231C4A0A67416 /* PBXTargetDependency */, + 2D8A4EF94F87B958DA39EF08557E167C /* PBXTargetDependency */, + 435A900DFE34A6D854E6B399FCD9C5F0 /* PBXTargetDependency */, ); name = "Pods-iOS-WebParticles"; productName = Pods_iOS_WebParticles; @@ -23381,13 +23749,13 @@ buildRules = ( ); dependencies = ( - 6E5C176CE87F4A8E32DB4E74D95948BD /* PBXTargetDependency */, - BCB6385FFD1D47DBD05308C8A7140648 /* PBXTargetDependency */, - 67C618F1AD876BDE80EC2294CB58BFD9 /* PBXTargetDependency */, - 483D1395C0C74ADB9B5B3348EDE499C5 /* PBXTargetDependency */, - 974A717C7B5DE699DF3C5E5801EE08FD /* PBXTargetDependency */, - 89BD1268FBA5175FF8686E96FEA3B4FB /* PBXTargetDependency */, - 71D4220CA622520D301EDEE3F36E7002 /* PBXTargetDependency */, + DF2E52FE81D98D3B77DEFA9A9BD98767 /* PBXTargetDependency */, + 8B065A298A1FA32D4F8DF80586DCD3CD /* PBXTargetDependency */, + 12FF14583BFAB678187A5514F2CCC0D4 /* PBXTargetDependency */, + 92B26C0387B24B980397D94ED2CA3007 /* PBXTargetDependency */, + 8F5D6EDD9442BB064C9769E06B248162 /* PBXTargetDependency */, + 2A15E61E1D6B167630CDBDB278F830C2 /* PBXTargetDependency */, + FC2004357DBA5A17F639851C2F9A7FCA /* PBXTargetDependency */, ); name = "Pods-iOS-RoutingKit"; productName = Pods_iOS_RoutingKit; @@ -23396,18 +23764,18 @@ }; FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */ = { isa = PBXNativeTarget; - buildConfigurationList = D94F1277CA01779A353693770FE8932B /* Build configuration list for PBXNativeTarget "FirebaseCoreExtension" */; + buildConfigurationList = CE7E8C5D976D2D88943BAB472D0C361F /* Build configuration list for PBXNativeTarget "FirebaseCoreExtension" */; buildPhases = ( - 260C6189D4DDBE4F944F3A41515CAF89 /* Headers */, - 634568166FBA2C3EE6733E3877C06DB7 /* Sources */, - F13AF13F9001FE43F8D952C6221D9A7C /* Frameworks */, - E21FE892493D054ABC13F0BDA731013F /* Resources */, + 057A2441331AEEFDEDB61A43D95E4014 /* Headers */, + D8D645D53B6D3744DC7C6BE1C543673B /* Sources */, + 198CBFC283856752A7029F8A5DEF1779 /* Frameworks */, + 5EAFA7318BA0378513DE4C74168F7045 /* Resources */, ); buildRules = ( ); dependencies = ( - DE330FF6A0DB92900405D420E933E13E /* PBXTargetDependency */, - 9F897A66C12FE69EAAEC61C281C7A838 /* PBXTargetDependency */, + 6E33EAB9A6A8D11493535FC989FB8971 /* PBXTargetDependency */, + 14FCA70101FB0DCCB905EEA1A395DAB1 /* PBXTargetDependency */, ); name = FirebaseCoreExtension; productName = FirebaseCoreExtension; @@ -23426,35 +23794,35 @@ buildRules = ( ); dependencies = ( - 073FFC5B885E5D172D6E368008B62A99 /* PBXTargetDependency */, - A1295325F71F90772E5B7675B0900AB7 /* PBXTargetDependency */, - 34A850D7BDCCFEADE8724996A22FA99F /* PBXTargetDependency */, - F79C3316FC7DA0DCD6AA58F32AA0E004 /* PBXTargetDependency */, - 18C1F5F9C6A51F5FEE804C92F3E5A672 /* PBXTargetDependency */, - FF696AF06810C2AB273A10D76586BB19 /* PBXTargetDependency */, - E88DC7D039F08B937E3A8764F475CA46 /* PBXTargetDependency */, - 2FC9EB101C451BF1C13AD5BA37FE6851 /* PBXTargetDependency */, - 350C393667BF8571B10486B68614FCA0 /* PBXTargetDependency */, - B54D2914FF243703997EE3A9E3E1D75E /* PBXTargetDependency */, - 6490C753BC1762CA2E9136D01AC8B227 /* PBXTargetDependency */, - CB04125A9DC459439B30C57FE9C49CFA /* PBXTargetDependency */, - 99E9AC72D7807F385A88B902F036E197 /* PBXTargetDependency */, - 829873A64403EB538DD7DEE559A729EE /* PBXTargetDependency */, - 4F625FFC95BE5ABA61ADF3454C27E6F2 /* PBXTargetDependency */, - D87681374CEC6526EFD16B31D1FB6CB2 /* PBXTargetDependency */, - 37468CFDCD8D4C891D55186E2A0B299C /* PBXTargetDependency */, - 377B4E5D01667670DF8F82626D34A2AF /* PBXTargetDependency */, - A9D8054709750C3AA9869F3C74632F27 /* PBXTargetDependency */, - CDB86D994676AC9A7720EC9FA3A33803 /* PBXTargetDependency */, - 677BAC6796CE701BFE75E682788F9C10 /* PBXTargetDependency */, - 71C3FB2630D1172C03CCF1381DF3E8FD /* PBXTargetDependency */, - 24D44C8153EBB19A2B2F7868822BF135 /* PBXTargetDependency */, - 4767E66CF1F5C552B78BF9B93EDB0F9B /* PBXTargetDependency */, - 6CB65F04204413590D80ABC4E1739817 /* PBXTargetDependency */, - 966FB8834B13A0115507AD594DD8A1E0 /* PBXTargetDependency */, - 1C6106F06711AC4AB4C39E7D74DFCE12 /* PBXTargetDependency */, - 5ADF6C7E70AF7FF92A8F99CCBA3904B4 /* PBXTargetDependency */, - 9C0C1DC0CB45A85B0732892F54DA746B /* PBXTargetDependency */, + 3A3FD4C13535500D6F008417123E2798 /* PBXTargetDependency */, + 4F2B5370BDA5349762034D40AB576606 /* PBXTargetDependency */, + 72F97AC20298A47BB994C6AD98D7A78C /* PBXTargetDependency */, + 1191C0C451A9BBBCBB34775845CC8E4F /* PBXTargetDependency */, + 126148D4375F46A39D37BCE3746439D5 /* PBXTargetDependency */, + 01438FD4B02B48E9F3214186C0B51EDB /* PBXTargetDependency */, + DBAABCC25F6444E345A137A6DC77B232 /* PBXTargetDependency */, + A0CFA1C54B7A633EE0A712FC5D04D130 /* PBXTargetDependency */, + 711BDE86671A90CB96C7D493D495B17F /* PBXTargetDependency */, + 9D0CEB4A9EB3D18647AAA1CA3FCA9D92 /* PBXTargetDependency */, + 763969E164C9B1ADE3782FDFBDF48B64 /* PBXTargetDependency */, + C93F25A08A56D109F89B3422284A6A81 /* PBXTargetDependency */, + D57A2D34B6D9560B81ABAE679EE4B718 /* PBXTargetDependency */, + 8CEF39411E0285F96F63501837F3125C /* PBXTargetDependency */, + 7EB7BD230E64A4D6BA6305BC449B53BC /* PBXTargetDependency */, + 1B6BDC83286AE22D3261F9995925D7E3 /* PBXTargetDependency */, + 0FEA29085C486AADB4F5936BD9E718BD /* PBXTargetDependency */, + D107F1DF6C1AAF6EDFECFBFE76C9D70C /* PBXTargetDependency */, + 1B23AC1F915FF755ECB692D42B416291 /* PBXTargetDependency */, + CFADE23049EF639AF39B0427D1A5A5F6 /* PBXTargetDependency */, + 92828F65603258FF3A24B18C970A8142 /* PBXTargetDependency */, + 73DDCA7CC21E9F794C852CDD026C1C45 /* PBXTargetDependency */, + D42125F22A8854A3D5EC680C7B5B29F2 /* PBXTargetDependency */, + 4E2A043D2C2A4D8AA812D4E97BD2CAA6 /* PBXTargetDependency */, + A427C0BA46431A3DB313B4E7C1465129 /* PBXTargetDependency */, + E6F557E78958510FCC8DCBE2067928A6 /* PBXTargetDependency */, + 92125DFB8E62D2FD91D1F33E8A8EC871 /* PBXTargetDependency */, + BEDF4352657E7A481ADC21EBBA9B007F /* PBXTargetDependency */, + 6A8918EB0FBF6BB0D3B50CA2BD42C598 /* PBXTargetDependency */, ); name = "Pods-iOS-PlatformRoutingTests"; productName = Pods_iOS_PlatformRoutingTests; @@ -23479,7 +23847,7 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 7CA0EC1A7815F5AA5029AD19809D2A38 /* Products */; + productRefGroup = D1782B3C4B9DD4F0D30B4A604F502B0F /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -23498,8 +23866,8 @@ 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */, 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */, 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */, - F701F16821D7AA8B115646DA013C13EE /* Firebase-2149e159 */, - 8F04F0E8FF3A36306C4FAA84540970E7 /* Firebase-5a1e767e */, + 4523574CD9BAB130771CDA070AE9A1B3 /* Firebase-360edc41 */, + 6F3EE273F0EDCDEB4C95A2C5FEE50D7B /* Firebase-40c737bb */, 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */, E9F5D289F4688880F8AEA528F4783976 /* FirebaseABTesting-FirebaseABTesting_Privacy */, C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */, @@ -23581,6 +23949,7 @@ 9DAC708D04FD9188E98682B5B48A08DA /* Pods-iOS-PlatformUITests */, FD676280BB7C4D26B6AA91811C36C149 /* Pods-iOS-RoutingKit */, 47C94C6CA19E1A930841BB4CB208C0B7 /* Pods-iOS-RoutingKitTests */, + D9B5C6C453F1E0ADB75C971B9137D3DC /* Pods-iOS-StatsigInjections */, 68F4EF1570271C3237C60786846230ED /* Pods-iOS-UIAppToolkits */, 1FD0B361F5CB50B35854750845B38A1C /* Pods-iOS-UIAppToolkitsTests */, 6FE9E7E56FF718CBCCD773EC00FAF247 /* Pods-iOS-UIToolkits */, @@ -23606,6 +23975,8 @@ 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */, 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */, 8A8DB685241263AFDF5E6B20FE67B93A /* SnapKit-SnapKit_Privacy */, + C369636770D47D26A48AC38168784079 /* Statsig */, + EE66121177221697B2C1E9170606A1E0 /* Statsig-Statsig */, B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */, 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */, 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */, @@ -23614,186 +23985,186 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 03FB874D61C08CF15D4C7AD474AB66CE /* Resources */ = { + 00DEBD2447D9982637E46F3DC79FEBFA /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 06348AE8AE9D79116EE4D420298BBC26 /* Resources */ = { + 0182EFFA54EE50B0135F3EE31404906D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 329859A84D669676DB5A6F48ACED68EA /* GoogleDataTransport-GoogleDataTransport_Privacy in Resources */, + 1836633F9E04DC5735A167B3FC00B617 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0CCBA062244AC750DFF5A8C109EE92CF /* Resources */ = { + 03FB874D61C08CF15D4C7AD474AB66CE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 0EF168A6E1CE20AA632F162F671E7959 /* Resources */ = { + 0A14857C351F4901B98EE783A06731A5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 5B8215D6021B0081F449CC882CB255BA /* nanopb-nanopb_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 12A37AB11C7F5E9DBFE9788D4A202D98 /* Resources */ = { + 0C514A156F4FD6D0D1D7C3EE4B3A9AA0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + A174CA5EB8DDC4E36EBB0928AC5EAB80 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 13CEDFD8E50E7C7D435E6C0B371D7EEA /* Resources */ = { + 0CCBA062244AC750DFF5A8C109EE92CF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1B00412F51EC6653F8FC1681E834A1F7 /* Resources */ = { + 0EF168A6E1CE20AA632F162F671E7959 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1DC14EE399510A2C750EB85D52D6E0A5 /* Resources */ = { + 13CEDFD8E50E7C7D435E6C0B371D7EEA /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 84079742EA8F0FEE8F1B79BC4B0A6250 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1FA75864953DA5ADA735AC8C995D844D /* Resources */ = { + 1B00412F51EC6653F8FC1681E834A1F7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 24A14CAC028F1F7853F9AE272546E417 /* Resources */ = { + 1C60606661B365FE3D178862C68443EB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + D9B51BA960EC5286F57E794A54BA261F /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2601B1D07DA85D57AC75798ABDFC4AD5 /* Resources */ = { + 1F1A16ABFFECAC404846A581C4EE972A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - CC3CA3BC71400BCE8F2EEE671A126E53 /* PrivacyInfo.xcprivacy in Resources */, + EE17433AFE574661553A9E2C4088AED8 /* GoogleDataTransport-GoogleDataTransport_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2628B16D6F4315075C4F64FC40589E1B /* Resources */ = { + 1F2FFA2636B061BF3EFC380FBDBA7425 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 61351F9EE29842704418F995A16C7E69 /* PromisesObjC-FBLPromises_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2762CAE164681E550484B81821EC293A /* Resources */ = { + 1FA75864953DA5ADA735AC8C995D844D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 28135611034C6FA62B27D4D65D5D93A2 /* Resources */ = { + 244A471E57951346A83A7AAB33E72E6A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 52B9DE9BAA44B427AC7F2221E40EFF43 /* FirebaseCore-FirebaseCore_Privacy in Resources */, + 7E50F8238E9B6241DDB5ACE069CEF60A /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2A38EA830D2D5A8398596C417D39376C /* Resources */ = { + 24A14CAC028F1F7853F9AE272546E417 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2AD1EAD7EE3DB2F0851574316FC6D6A4 /* Resources */ = { + 2628B16D6F4315075C4F64FC40589E1B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2BA8DC54E3332A9DC1350CC280FFD353 /* Resources */ = { + 2762CAE164681E550484B81821EC293A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2F62AC8E1E1099792D34CF692A98679E /* Resources */ = { + 2A38EA830D2D5A8398596C417D39376C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - B3A418CBF4162D474C828FE6E1253A5F /* FirebaseABTesting-FirebaseABTesting_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3300413EEFCC14898D03232019FE3855 /* Resources */ = { + 2AD1EAD7EE3DB2F0851574316FC6D6A4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5B4A2D9DFE272E7266474088B06953BB /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3343868F4CAFA4D0E01F90B6085F2E94 /* Resources */ = { + 2BA8DC54E3332A9DC1350CC280FFD353 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 39A3385063DEA4CECAD72C84B0679522 /* Resources */ = { + 30E4D0B6DA4D0288BE2AD66A70A89DA5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0DE5672363CF0BEC4457FD6B08EA672D /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3AB121F766249072F3F99956D8E13246 /* Resources */ = { + 3343868F4CAFA4D0E01F90B6085F2E94 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3AC2DB85B7FBCF30461C04F0BC298E61 /* Resources */ = { + 35D9B729144AC2708E78787B6AD57D47 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 474440CFF877D276997B532B21590B4E /* FirebaseCore-FirebaseCore_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3B3E9EB9E4C24AC703640B866210F6BA /* Resources */ = { + 3AC2DB85B7FBCF30461C04F0BC298E61 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3F1C56B87E82D2D65D211BAD4213C1FA /* Resources */ = { + 3B3E9EB9E4C24AC703640B866210F6BA /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 280ED3FFB4141F4ACDADEABA514B4D24 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23806,25 +24177,25 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4445489A8399C5E25CE4507614F2E5A6 /* Resources */ = { + 450BCFD6342AA2185189E504C5FA0EAE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4820D85E236E6BB5FCF3890C0518A16F /* Resources */ = { + 4727ACEB3D14BFD06C59A1AAC831D01F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + A2AFC0F32C8EA5346839D21125615C84 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 493EB1A182D754E0FE387027636309A2 /* Resources */ = { + 4820D85E236E6BB5FCF3890C0518A16F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 85811C3AA3F19B6AE5CE3D569CB9275B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23843,11 +24214,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4C7C1F02224A997FB2F3AE7D139FEEE8 /* Resources */ = { + 4B24F9AD266921D98DC2F87705EBA0CB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 153638C1DE8919D51EF0B10924493F6B /* PrivacyInfo.xcprivacy in Resources */, + 6C263CD7242EE1A05641BB78218368FC /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23858,29 +24229,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4E8871DE029F3E2ADC610B63CA733D4D /* Resources */ = { + 51506A06F3F3E071372A31811C16CD9C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6563E21FB80B817214D64B6833583A4D /* PromisesObjC-FBLPromises_Privacy in Resources */, + 37C0BE2BAA2DD4DE5E0D8CBD1BB39EFC /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5377610DE6836583D58DC57326015926 /* Resources */ = { + 518C9981048AB84D0CBE0E3A007889B3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 3B72B4EC5D000032BAD62DEB9FF61D39 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 53A5EF6FE88D8FDCB375D3BFE8BE09FB /* Resources */ = { + 5377610DE6836583D58DC57326015926 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 545B75EDF5BDFE3C410B4934BD8FB3C2 /* Resources */ = { + 53A5EF6FE88D8FDCB375D3BFE8BE09FB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -23908,40 +24280,40 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 58BF6E2A6B97A0F50AEEE71F70F31EC2 /* Resources */ = { + 594E695D8A0E4937088E4DB60359B120 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A0453007D34991164B1F3195E8FF2215 /* FirebaseMessaging-FirebaseMessaging_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 594E695D8A0E4937088E4DB60359B120 /* Resources */ = { + 59A0D5789080A97840E7A0DAC7640DD1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 59A0D5789080A97840E7A0DAC7640DD1 /* Resources */ = { + 5EAFA7318BA0378513DE4C74168F7045 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + CD8579DF42BA3C9D7EBBAE37E58E49F9 /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5D7BD11D911D7DB3B221FFFBD2F6F46C /* Resources */ = { + 6010BD634C2E559C8FFCCC8EE73519D4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 30EC99C64A7B4A5D25102C64CB640646 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6010BD634C2E559C8FFCCC8EE73519D4 /* Resources */ = { + 60600E094814FCE9C37D83B7A5CD1D8D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 296E4160E5E1C5F87F1F55795F455BED /* FirebaseInstallations-FirebaseInstallations_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23952,168 +24324,205 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 642D61DB2C456452A74D160F3B7A9265 /* Resources */ = { + 61AA7408F97B9FDF9F5563E869C8C085 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + ADB267BF463A06DE67981FE16A892726 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 67C7F70B648CE8FE8E976CE75E222024 /* Resources */ = { + 62C327D8393A8527C092C0392C704EB8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8C086940C2A2A3A47D23C3B74CE0377F /* PrivacyInfo.xcprivacy in Resources */, + 16353C0F8042389096C146CB7F4CB044 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 694483A0DF04C8B502C78DFFAB4F2CEB /* Resources */ = { + 642D61DB2C456452A74D160F3B7A9265 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - D91AAF8FD5F6335E604D1E4DEE99FE28 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy in Resources */, - 14FBCA48CB5CBAB5AA0DD18325D993EA /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6B1709DCDD61B255A2B2EF302AA6C832 /* Resources */ = { + 6549DEABE948B5F37BD8B7AFD8D98F81 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + A77D628EA034DCC761EE6BB269AF6758 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6B1B1B43D99270D2088E6D37042986C7 /* Resources */ = { + 694483A0DF04C8B502C78DFFAB4F2CEB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - D88B7E0E441BE02F4EB51C5E48C6EBD4 /* PrivacyInfo.xcprivacy in Resources */, + D91AAF8FD5F6335E604D1E4DEE99FE28 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy in Resources */, + 14FBCA48CB5CBAB5AA0DD18325D993EA /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6D379A2906E54FCAEF3EF9CEB0BAC141 /* Resources */ = { + 69742C8D75F9E777DEFF898100B7FDA4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6FA7F08874F236C1400A0FA84AC77BA9 /* Resources */ = { + 6B1709DCDD61B255A2B2EF302AA6C832 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 758DD399F9F318FD8A2304DCB695C4B0 /* Resources */ = { + 6C806B189ADEBCB3BD4758B3FC7442AC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 785DF24A3652EF10EE18F2F98EBEE13A /* Resources */ = { + 6D379A2906E54FCAEF3EF9CEB0BAC141 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - B56B1CD6423A4757902310A665737014 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7A768A314A05426B463265BD3CEC84FD /* Resources */ = { + 6FA7F08874F236C1400A0FA84AC77BA9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 81BD96CB01A83C5EF679F3F5D9ABDC9D /* Resources */ = { + 70820F960D044E50F9FBBD892866884E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 1B37327866DBC42E6A858D19018C80A9 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 83612D6B9591FCF084B77D25E3AE6E09 /* Resources */ = { + 721739F1E627EC0CE50DD0B712B3C7F7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 362B159593FBCA5F52F40C8B43687B37 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 83E50B512B509D236961448CEC3A9877 /* Resources */ = { + 758606CEFAC804E4BF2688B16BC0F7F1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 10030A199C3B833276EF953BEC81651D /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8480325624E2EE5FE0C6438F3BCFF613 /* Resources */ = { + 758DD399F9F318FD8A2304DCB695C4B0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8AF2837BDEC4E02BE3A68BAA4E4280FF /* Resources */ = { + 76B842CE6CC605EB9A9207FB417CADF4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 5658AB0C25445C0901F4C3FDEB60987C /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8AFC96B9D49AC279B3790C99847FF1B3 /* Resources */ = { + 7817B02BFD5201E9D3C8E3A7FD52064E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - D091D9EA20CEB92609BF1E622E8CA348 /* SnapKit-SnapKit_Privacy in Resources */, + EB1EDC1CF8EE51DABE1A1442D7AFC7D2 /* GoogleUtilities-GoogleUtilities_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8B165C35487BA22964CD110D93E79657 /* Resources */ = { + 7A768A314A05426B463265BD3CEC84FD /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A9293EDD387A23BE768DBAFDC8FD0F53 /* FirebaseInstallations-FirebaseInstallations_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8BA953E4FF911DCECBEE96749F9C3D04 /* Resources */ = { + 7B58629E96FDE7DCD82DC396156AE523 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4CCD6BC754E4101C1B6C5A92A9064E9C /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy in Resources */, + E0F7B49B700A2D5D1C626AA8F88E3465 /* Statsig-Statsig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8D6B9181EEC1D0D2A85D54FE1C01FEBE /* Resources */ = { + 809A519439F001D275F5838F12362B7B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + ECB267CC1F870BD4D6F3CB78304C8E06 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8DCA42AD62DC0CC470D817FC01AD8D07 /* Resources */ = { + 81BD96CB01A83C5EF679F3F5D9ABDC9D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 83E50B512B509D236961448CEC3A9877 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8480325624E2EE5FE0C6438F3BCFF613 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8975E6F07FC13AA6BE4183A24582E588 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 620E2A62C1B15B5ACCFA212B9D94AC5F /* FirebaseABTesting-FirebaseABTesting_Privacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8AF2837BDEC4E02BE3A68BAA4E4280FF /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8AFC96B9D49AC279B3790C99847FF1B3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + D091D9EA20CEB92609BF1E622E8CA348 /* SnapKit-SnapKit_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8E98C574A32D45537DBC29450B55441B /* Resources */ = { + 8D6B9181EEC1D0D2A85D54FE1C01FEBE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 30DCA6BA59CF1A56B4C9D5095FE72FF7 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 90601927A17FB367946ED25B4197BEFD /* Resources */ = { + 8DCA42AD62DC0CC470D817FC01AD8D07 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4A4BA09001304722C0931537F09201C7 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -24124,113 +24533,115 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9A05DD6E30ADF5CDC7EDEEDD886C5745 /* Resources */ = { + 9645612357296F7990B65CE84656CDE0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + B54EF9E77010AD5A19B9FBB0651EEDA2 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9D9E1789CB2527EDC916097894C6A227 /* Resources */ = { + 9A05DD6E30ADF5CDC7EDEEDD886C5745 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9F501F71488754EA5E735BFA53871495 /* Resources */ = { + 9C651F7483E07565B73F9A83F198E305 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 9B796737582C6450228CE49CE5231FE5 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A051CAC0FD8F33A0D3B4E586041764B6 /* Resources */ = { + 9C6C55DCB99BDD99853366086E034798 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3E7C9F2E9D8989060B94B397BAC576C7 /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy in Resources */, + 27471DCD046A1FD0D4AA4B9D2EC036AA /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A19267D15561BA7709BADE11D3F3D1BC /* Resources */ = { + 9D4882E1600D1986490032853FEFCE8A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 88C5E2D7EDA03CA9CBFD289575F72760 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A2293568AA7669378FCB1CB1F62A295E /* Resources */ = { + 9D9E1789CB2527EDC916097894C6A227 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A2720AF4953F107EBC121C80455A5A2B /* Resources */ = { + 9F501F71488754EA5E735BFA53871495 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 37159F0685D3AB654E66A37E15F8665A /* nanopb-nanopb_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A49D086CB981DF928DFE9DC4AE4A562C /* Resources */ = { + 9FBA0E7F46B83BF6B0053565FC35E94D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - BE84ED92DC6C0C93304089862AC32182 /* PrivacyInfo.xcprivacy in Resources */, + 4EB4B7EB3AB21D1D4FF3F8FDCC741C4A /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A8E4D564346C45A1F3F517226647D5BB /* Resources */ = { + A051CAC0FD8F33A0D3B4E586041764B6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A660217A909DCEC53B335D6220840B46 /* PromisesSwift-Promises_Privacy in Resources */, + 3E7C9F2E9D8989060B94B397BAC576C7 /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - ABCADA242CCC01CA795FB6FE1ECFDCB3 /* Resources */ = { + A19267D15561BA7709BADE11D3F3D1BC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B4459028DBE6A086019123C16731D1EA /* Resources */ = { + A8DC3EED71E7D5CB5A7BD8E1FFE76C78 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B54603941293FF85DDB3F7C1B1CCB001 /* Resources */ = { + AB1E414320D831534A92BB7ED4EEDD13 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 4ED47BB84BF401AB92D49481DF744909 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B858490F4CD2C939E83F5EEE5B9394CE /* Resources */ = { + B54603941293FF85DDB3F7C1B1CCB001 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BC21DE5FCFC0C4670360223136D684E5 /* Resources */ = { + B858490F4CD2C939E83F5EEE5B9394CE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BC240CAF151E8872B97C4F2E25BD08F5 /* Resources */ = { + BC21DE5FCFC0C4670360223136D684E5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 498B15A7B8267B0E67AE6DFD1F402732 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -24278,55 +24689,54 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C1133CD6361784ABFA51E85F9295AE32 /* Resources */ = { + C2DA19FA2CD8DD4C3FF99C1529F1538C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C2DA19FA2CD8DD4C3FF99C1529F1538C /* Resources */ = { + C54C44B29FF5FDE0652B053DD1A1C2A6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + E7D044743AF8B4DBDD9A4ECC1C7E3408 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C657D7D9BE598809718A93F9649EEC14 /* Resources */ = { + C5B5615F091A30F716DFB52BD654D965 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9EDFB43D3D033AF515207222B9450F63 /* SDWebImageSwiftUI-SDWebImageSwiftUI in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C720709F45C103E9E735751ABF41967A /* Resources */ = { + C657D7D9BE598809718A93F9649EEC14 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 9EDFB43D3D033AF515207222B9450F63 /* SDWebImageSwiftUI-SDWebImageSwiftUI in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C776F6A64A073BE88CD07D9069E3346C /* Resources */ = { + C720709F45C103E9E735751ABF41967A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C8DC3826D09ACD0915C5FBD1C9E92624 /* Resources */ = { + C7732B14E99FC79088CC17B17E9AC7F2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2BD87E058C1696D2765ED58301A103AF /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CC0662F1B5DD0BB6C9BDDBA11CF9BCBD /* Resources */ = { + C776F6A64A073BE88CD07D9069E3346C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A1ECEF7D0755DB691C4A8E19654251B3 /* GoogleUtilities-GoogleUtilities_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -24351,14 +24761,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D3EC70ACB39EFDE72585E3F158EAD1A2 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5007EAACD2BF1C0D88293F0012D28B1B /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; D88066C93E1D916F3DA16BD323886310 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -24373,11 +24775,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E21FE892493D054ABC13F0BDA731013F /* Resources */ = { + E196B04A187E2A4A94F98A7C3E0BBDAF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6D952B8A57AAA543FFBD00CBDBCEA0BE /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy in Resources */, + 7BF3E574D5D2270A059234C5D4EA3866 /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -24388,18 +24790,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E50E5E2F90CDD00FD2316537465C9950 /* Resources */ = { + E5A67D3292A49A199FCD7C2B58EBE43D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A5556EB8E990EDEF4094C7DE47C2CF4D /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E5A67D3292A49A199FCD7C2B58EBE43D /* Resources */ = { + E98879599CE7457E451C132BE4931E1A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 1EBE2BF91285B8F45050809244E20880 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -24414,41 +24816,42 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EB87506EE2D08EAD982B025DE4E7B573 /* Resources */ = { + EC6CDB2DF65C00E87F455C64B7BB9C73 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 16C3F965BFED9330E72120F21AEB75B2 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - ECD685044110008ED7DD337E680573E2 /* Resources */ = { + ED02B052BCC32C006234B715AB3C7E37 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 81D35F4191CD330555BA948ED9CCE9C4 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EEF31BA7A75A366865375D62E4FA4942 /* Resources */ = { + EF5E562778D87F3BD1AD0A6808931D55 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - E8D3B80EDD8E7DAE085CCE57FED63538 /* PrivacyInfo.xcprivacy in Resources */, + 4D67EE69623CC60D4A5CB2B76F6468A8 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EFE8A4905C445A56B9B46A9515C695B1 /* Resources */ = { + F0495B00BDF79F29A5A1C41D6B9C1B25 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 7F20DDECAE02863E149321785A126791 /* FirebaseMessaging-FirebaseMessaging_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F3AEFAA73A0F26248E32E68B571A2701 /* Resources */ = { + F36A9374233ECB9BD79407672622B9B2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 076B3886E6D58CC0059DEDF31D3BF764 /* PrivacyInfo.xcprivacy in Resources */, + E945E873418EF599C078EDF631D812E9 /* PromisesSwift-Promises_Privacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -24459,30 +24862,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F4FB16018A44B315D57AC20B61629F5D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F8DC2D3636BCBA8FAEFAD04BB1D98C44 /* Resources */ = { + F5177DF812AD1B2B39C9FFF6DCDA8403 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 13D3EF8DB18B968AD45A393D42CCA9BC /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - FA9AA1D0F52E39EF9B15547C43E73624 /* Resources */ = { + FD04CA2AE830D2AC8116D3B03A6C7BFC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - AE25F8EB5B95694C0ABFF1ADC09755BA /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - FD04CA2AE830D2AC8116D3B03A6C7BFC /* Resources */ = { + FD0E73403D9F47AB60D467FBF6832E10 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -24506,55 +24900,55 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - B1176D71CA1D75BF5D4C95994F09DA88 /* [CP] Copy XCFrameworks */ = { + 2FC00DD593CB2ABA89EB32A2ECB87B62 /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-input-files.xcfilelist", ); name = "[CP] Copy XCFrameworks"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; - CA5B30EA59D4B5B5F564A6DDDF0C3872 /* [CP] Copy dSYMs */ = { + 8EA5868F1B114612F4A004E82B0C1CA8 /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Abacus/Abacus-copy-dsyms-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-input-files.xcfilelist", ); - name = "[CP] Copy dSYMs"; + name = "[CP] Copy XCFrameworks"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Abacus/Abacus-copy-dsyms-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Abacus/Abacus-copy-dsyms.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; - CFBCDE1E4A02029F6B9D8BA85CD8967D /* [CP] Copy XCFrameworks */ = { + CA5B30EA59D4B5B5F564A6DDDF0C3872 /* [CP] Copy dSYMs */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Abacus/Abacus-copy-dsyms-input-files.xcfilelist", ); - name = "[CP] Copy XCFrameworks"; + name = "[CP] Copy dSYMs"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Abacus/Abacus-copy-dsyms-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Abacus/Abacus-copy-dsyms.sh\"\n"; showEnvVarsInLog = 0; }; DB7C100E6D7A5CF954757DB8962D9B72 /* [CP] Copy XCFrameworks */ = { @@ -24587,44 +24981,81 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 00026F5D63DB8C2D1C7FE99F86A03243 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4FB30DEA05597BD5AA227F41FCF608CB /* Pods-iOS-dydxAnalytics-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 00CCA17666F91A4CBCA734BB7A877356 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 00FA6C246FD54C2079EE81BA2A1EE12B /* Sources */ = { + 009350109CB1F70AC9B90F6331EA344A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 033BC4329EAA591D5C46E888A530D1E7 /* Sources */ = { + 04B798AF550A578CD213F3B276EA4C59 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6308FC37224CA1A1F700348A2DF9796E /* Pods-iOS-dydxFormatter-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 06240D738E47FBF871222ECAFE42F44B /* Sources */ = { + E04E00F8DCB4AD845777DEF71B3682D5 /* Codable.swift in Sources */, + 843B4AF077858B08C2561DC8F2AB42D5 /* FIRConfigValue.m in Sources */, + B81994F316D55E5948FF521D9659FF39 /* FirebaseRemoteConfig-dummy.m in Sources */, + DF794025FC57275B05DF1F6A70BC6AC6 /* FirebaseRemoteConfigValueDecoderHelper.swift in Sources */, + 1C4CBDB2013B4E0740E707F03981EB3E /* FIRRemoteConfig.m in Sources */, + 8823AAA14021BAFDCC5D956FF89C828F /* FIRRemoteConfigComponent.m in Sources */, + 79F91CA24E1C789474500E8BD6E494C0 /* FIRRemoteConfigUpdate.m in Sources */, + 7DB8D35DCB1688BF68C37A0BBFE8305F /* RCNConfigContent.m in Sources */, + D2492FB76697E66979CDB1FE37582562 /* RCNConfigDBManager.m in Sources */, + BFDF3D8515A27718B8BE1190C0E89422 /* RCNConfigExperiment.m in Sources */, + A1800F104E9DC87DFDFBD7F7F2261F7D /* RCNConfigFetch.m in Sources */, + F701A28C5EE697650846657DD257AF65 /* RCNConfigRealtime.m in Sources */, + BBACB0C7067CDE535619B8A5A924109A /* RCNConfigSettings.m in Sources */, + 97033DBFC6ED67F4F69685047ABF2434 /* RCNConstants3P.m in Sources */, + D5CD1CDD0730BFB164022BA4FE8911C8 /* RCNDevice.m in Sources */, + E24763258D25689EF672A0DF44C1CFD4 /* RCNPersonalization.m in Sources */, + 5008735E8816B03E63867DA1548016BB /* RCNUserDefaultsManager.m in Sources */, + E601D7FC4CE2B2732885F88EFDCC9258 /* RemoteConfigProperty.swift in Sources */, + 1A42A1CB57C99C2FD4338B581E6D197D /* RemoteConfigValueObservable.swift in Sources */, + 3812343BB8DE99D0F4BB06961B085707 /* SPMSwiftHeaderWorkaround.swift in Sources */, + 5DEB75E2882E014FFBD8C226B326A6B2 /* Value.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0C1918C9DC8C6C4425527C7DE3F5E677 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 15F591AD65451660CF20D32360F76097 /* nanopb-dummy.m in Sources */, - 3E815E18448C3AE53802902082D041A0 /* pb_common.c in Sources */, - 0717284CE4B68B9D36990CC0133AF45D /* pb_decode.c in Sources */, - 8F468DD40A6FD7C37539E690F09FC3CC /* pb_encode.c in Sources */, + 6E3E2EEEB367338BF00415249AB21551 /* cct.nanopb.c in Sources */, + A3225F0D2E3816C8637FF501621D4234 /* client_metrics.nanopb.c in Sources */, + 804D48C1332481769C7856A76A5E4BE0 /* compliance.nanopb.c in Sources */, + DE86C89777E62FDB959124B659A20AFA /* external_prequest_context.nanopb.c in Sources */, + C05F00FEA68B2300C90B6A19310914B5 /* external_privacy_context.nanopb.c in Sources */, + 6F205FF10F35AF482D88AC5BB4471F5B /* GDTCCTCompressionHelper.m in Sources */, + 89933C64DDB5D7ED2469BAD3BA195183 /* GDTCCTNanopbHelpers.m in Sources */, + 5A5ED0AC21F84640B2809ECD90414FB4 /* GDTCCTUploader.m in Sources */, + FE2CE1D248AFA7F78F6FEEBCA814C8B3 /* GDTCCTUploadOperation.m in Sources */, + E383B31788364BDE62A1546027F75070 /* GDTCORAssert.m in Sources */, + 71859F9BD431E9B85A6D4F6A74B02AAC /* GDTCORClock.m in Sources */, + 706509B9D0C0891C699AB3A7E737E936 /* GDTCORConsoleLogger.m in Sources */, + AABF43A9F91EC89F0F8325DE72E57244 /* GDTCORDirectorySizeTracker.m in Sources */, + AB85036476383F811C15B8F835872A18 /* GDTCOREndpoints.m in Sources */, + 4F94661AFD1875A6636C0F0205CA51AC /* GDTCOREvent.m in Sources */, + 3379B25ECAF22588F2E9EE84C08B0EE1 /* GDTCOREvent+GDTCCTSupport.m in Sources */, + F2CF162DB7DF57AFAE6E6B6955B867A3 /* GDTCOREvent+GDTMetricsSupport.m in Sources */, + 07CB1DEC8AC5D0EBA3B9262B5DA64082 /* GDTCORFlatFileStorage.m in Sources */, + 8DA6A4A8C3FECED1DEDE308D619788C9 /* GDTCORFlatFileStorage+Promises.m in Sources */, + 7255FB6BF3584641EC2DFB292360AE61 /* GDTCORLifecycle.m in Sources */, + D97BE45C0E47C012984F1A8475C1822D /* GDTCORLogSourceMetrics.m in Sources */, + 6EBFD344E33953F79E8A230C12B42410 /* GDTCORMetrics.m in Sources */, + 9C7C498111E6072D3F02D915D76804A7 /* GDTCORMetrics+GDTCCTSupport.m in Sources */, + 356382DCC1DD6BEF8DAAF6F3D46704A3 /* GDTCORMetricsController.m in Sources */, + D32D1F90B0E880C59CECF347B53D2899 /* GDTCORMetricsMetadata.m in Sources */, + CA1BA6BA869D235534DECB079C6DBB4B /* GDTCORPlatform.m in Sources */, + E3C309A229C35BE71670E56F1DB182D8 /* GDTCORProductData.m in Sources */, + B8637CF3ADCC8EE43983CEF5F017EDD7 /* GDTCORReachability.m in Sources */, + 4D1E2886D54FEF99927B643AC7943734 /* GDTCORRegistrar.m in Sources */, + 76AAC5C4B66AC083187B51880C827240 /* GDTCORStorageEventSelector.m in Sources */, + 8A9E0350B8D533F47C894ABA200B342D /* GDTCORStorageMetadata.m in Sources */, + 461A7D8F30C3D1C5ECA7BEBE1D5B5BA1 /* GDTCORTransformer.m in Sources */, + EBCBBC0333BC1F85F59E3BF3B619935A /* GDTCORTransport.m in Sources */, + BEF18FC10F0EFBA0BEB2365C62C873C6 /* GDTCORUploadBatch.m in Sources */, + 1C6BA5285BBD43BC4788AE36722FFDF3 /* GDTCORUploadCoordinator.m in Sources */, + FF6B92FE6CE26FFFDE6774AC438132FD /* GoogleDataTransport-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -24749,32 +25180,31 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 112C23049CC794ED8A2CEC6BDCB79F90 /* Sources */ = { + 121101C44A6BAAF8950033BADBB439C7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C9442C1BB65054CDEF890AC2AB92750F /* FIRAnalyticsConfiguration.m in Sources */, - 5B1C4E11A3EDB451E00FB40B4E6BE808 /* FIRApp.m in Sources */, - B1F280753CA169A2A1BA95C5653F7B07 /* FIRBundleUtil.m in Sources */, - B0E462F299138FA188179DB17F76044F /* FIRComponent.m in Sources */, - DB205EE51373C3922B13509FFBD088E7 /* FIRComponentContainer.m in Sources */, - 412C9858D60167F819F2F6350F31006A /* FIRComponentType.m in Sources */, - A71EB73E2DD446BB9A7CF288FC37DC90 /* FIRConfiguration.m in Sources */, - 393A8BFCC418400DEDE58EEF22E5B35F /* FIRDependency.m in Sources */, - FB6299C0EFD74A1EE8F17541C685C8A9 /* FirebaseCore-dummy.m in Sources */, - 1FC35A2C6FF4BA8506E99EB4D22EEFDD /* FIRFirebaseUserAgent.m in Sources */, - F18D83D8B3D7D3631826FC9965C87787 /* FIRHeartbeatLogger.m in Sources */, - 6B1D893CE5FEA7DA7B9FAEDF50372832 /* FIRLogger.m in Sources */, - E94442511CA2509B0ACDBE0F6E0A188E /* FIROptions.m in Sources */, - 6D0661CAA1B68921D06C43E98C041746 /* FIRVersion.m in Sources */, + 6218166E7C579EC5D868E0E8AF390848 /* Pods-iOS-PlatformRouting-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 121101C44A6BAAF8950033BADBB439C7 /* Sources */ = { + 138AE57F4896B4B2FFB762B174884EE9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6218166E7C579EC5D868E0E8AF390848 /* Pods-iOS-PlatformRouting-dummy.m in Sources */, + EEB148DFA5079FA3A74C7A4C9AB93CB4 /* _ObjC_HeartbeatController.swift in Sources */, + C789BCBF4B8FD466B7F6B24A7C54D781 /* _ObjC_HeartbeatsPayload.swift in Sources */, + 4DC9A54B62DC8BABD81F48808F516D61 /* FirebaseCoreInternal-dummy.m in Sources */, + 35615A5DAAB0D522D7B0BDA5DF3260B0 /* Heartbeat.swift in Sources */, + D78510D3F6A722686376C5109BE9D8DE /* HeartbeatController.swift in Sources */, + 68095BCB38F166D94B7800220FDA3008 /* HeartbeatLoggingTestUtils.swift in Sources */, + 37626464F36E6537A8A1AA0CFFAF4AAC /* HeartbeatsBundle.swift in Sources */, + 79FDFFB067ED7FBEA016D6C52F1501DC /* HeartbeatsPayload.swift in Sources */, + 824828741E2216DB30507C09C62EAB15 /* HeartbeatStorage.swift in Sources */, + E9863944FAAB1766E552EBEC1BCDF7EA /* RingBuffer.swift in Sources */, + 62FF5BD530F923B17177AA8D4C287BC2 /* Storage.swift in Sources */, + A56BE5950C5E4F4675465F621C71BBF1 /* StorageFactory.swift in Sources */, + 5FAF2877FA5D09E2B6A4EB68439ED0E4 /* WeakContainer.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -24797,49 +25227,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 14A9E5ED170E8F1187D5A8331839CBF6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1BCECCC9E777A5778E2695D9F33662C4 /* cct.nanopb.c in Sources */, - DCB1FF0B636C00C68B9D08FC6FCBAB91 /* client_metrics.nanopb.c in Sources */, - C7CB062878E3FD9184E92D9912396623 /* compliance.nanopb.c in Sources */, - A1E33125E5C6B311CCABB4B191E39137 /* external_prequest_context.nanopb.c in Sources */, - 45775257AE1F72E5003F3EBD7EBD0A41 /* external_privacy_context.nanopb.c in Sources */, - D7CFB4D1DA91DCE8DCA446BAC776A449 /* GDTCCTCompressionHelper.m in Sources */, - 8E734F8282BFD31D9443D311D43EA65A /* GDTCCTNanopbHelpers.m in Sources */, - 46B702A8EB18F7E9D0FB3C2B61CCDEF5 /* GDTCCTUploader.m in Sources */, - E3E5B7E1D34B728A5C117C43EE82DE03 /* GDTCCTUploadOperation.m in Sources */, - 75AF33CB87207DFC64C4F29571F7E5AF /* GDTCORAssert.m in Sources */, - 2BE80523535CE5BE2270A3FA0B693336 /* GDTCORClock.m in Sources */, - 0163C630E9E574A539321F2031E16C2B /* GDTCORConsoleLogger.m in Sources */, - 39B01F99157DAF1CC3AC161A04F1E502 /* GDTCORDirectorySizeTracker.m in Sources */, - C27216FC32CB039977F24731D6DCEDD1 /* GDTCOREndpoints.m in Sources */, - 139F2E059A34CFBEAFF357CB96E50F9E /* GDTCOREvent.m in Sources */, - E35AEAC287F6D12252CED64364C00F51 /* GDTCOREvent+GDTCCTSupport.m in Sources */, - 43A822CF4D78DD24470D4C362C83870B /* GDTCOREvent+GDTMetricsSupport.m in Sources */, - 377D83A1BB64B17B182B482480BF5778 /* GDTCORFlatFileStorage.m in Sources */, - 0D510A3576169BCC76FCEAB6B89D98EA /* GDTCORFlatFileStorage+Promises.m in Sources */, - 15AD0E0ED359CB2D3DF65184BDF52ADB /* GDTCORLifecycle.m in Sources */, - 771AF029232AC7CDEE2794E728D5F316 /* GDTCORLogSourceMetrics.m in Sources */, - B58FCF608CB812C80FA1D2D9A06DE94A /* GDTCORMetrics.m in Sources */, - CE15CD8D68708C2CC50ABB0A56C5B9DE /* GDTCORMetrics+GDTCCTSupport.m in Sources */, - 1DAD47298D1A716E561A4D5C09719FEA /* GDTCORMetricsController.m in Sources */, - 46995824E7390DE5521C5CF0347BF4F8 /* GDTCORMetricsMetadata.m in Sources */, - 298595A0D3F70E96D8CDC9C056828DEA /* GDTCORPlatform.m in Sources */, - A9C88B93A2B10DB27DA85647ACBD4732 /* GDTCORProductData.m in Sources */, - BE03086D95C737CBA597E00EDD697540 /* GDTCORReachability.m in Sources */, - B972DAFD444751CFFA0F67E73B39CF68 /* GDTCORRegistrar.m in Sources */, - 70C3742AA1D9F6A647F9252DB9CB7B35 /* GDTCORStorageEventSelector.m in Sources */, - BABF709125B32D59384D630E838CD211 /* GDTCORStorageMetadata.m in Sources */, - 3B5505F70891862BD2FB39FDA167203C /* GDTCORTransformer.m in Sources */, - F135FD11C4BA04D2A369C94FF2CC0280 /* GDTCORTransport.m in Sources */, - BBDCD11FD33D2D0804E5B5D02A773810 /* GDTCORUploadBatch.m in Sources */, - B3C6A5EBDAFCD73826DA48629031071D /* GDTCORUploadCoordinator.m in Sources */, - 0E59637CACD67679837FBBE6378B17B7 /* GoogleDataTransport-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 16E9A8732631EC7DF9D13146CABB0699 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -24855,56 +25242,66 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 181039AA9882CAAC6D7BF367E1A39B14 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2C44DD2BE4AA5667CA4F6BDE21DD9D5C /* GoogleUtilities-dummy.m in Sources */, - 02F2AD2CAF7F9B5FB1692984419B97D1 /* GULAppDelegateSwizzler.m in Sources */, - 72EFED46500B0E7842BEDF346DD4EA33 /* GULAppEnvironmentUtil.m in Sources */, - 65D3EE02DF3064595310C74A4B0B581A /* GULHeartbeatDateStorage.m in Sources */, - CC527B3F9B5BE59168287A60E65BE77E /* GULHeartbeatDateStorageUserDefaults.m in Sources */, - 79631CE4B804A476A28E98A2454B9F19 /* GULKeychainStorage.m in Sources */, - E6154004381DA91F80DE0A23F6E08E59 /* GULKeychainUtils.m in Sources */, - D7FEA35B5ED0DE8AC3BF0CDF6B8CC469 /* GULLogger.m in Sources */, - FBF1CC765899B73CF77550BFC2DB332D /* GULMutableDictionary.m in Sources */, - 7C6A450C927F1C8B2E0EE5FB8C155D01 /* GULNetwork.m in Sources */, - 63A25C50B69013F40B2AE02F9879F127 /* GULNetworkConstants.m in Sources */, - FA28BC5124456D3D68801FCE8C045246 /* GULNetworkInfo.m in Sources */, - E56E2D8BB3A6EC491F18261075F715BE /* GULNetworkURLSession.m in Sources */, - 46D99286DAC641582B74E69B4F05305D /* GULNSData+zlib.m in Sources */, - F13C5CF1A0480ABA57B5E90A27A77909 /* GULObjectSwizzler.m in Sources */, - 29FB67EF734F968E8FFC6026464DFC86 /* GULProxy.m in Sources */, - 0F0C1B190D9594FE5D4DA0704384B672 /* GULReachabilityChecker.m in Sources */, - DAF232C402F6012E923BD33F06D84BDD /* GULRuntimeClassDiff.m in Sources */, - 9151BF32B8026990499B442093FCC8E2 /* GULRuntimeClassSnapshot.m in Sources */, - E20E86D8E8289CBCF8CBA6A681A94204 /* GULRuntimeDiff.m in Sources */, - 11C755A71F4FE2910E82C25267E13411 /* GULRuntimeSnapshot.m in Sources */, - 306C8BBBB347C1A4741356020860C33C /* GULRuntimeStateHelper.m in Sources */, - 135AAEB22265E73B007FCDCFAD257CF8 /* GULSceneDelegateSwizzler.m in Sources */, - 04DAD3DD59B908D20D5D1E59D1CA301C /* GULSecureCoding.m in Sources */, - 17096A0597B9379E2456A43C298B4240 /* GULSwizzledObject.m in Sources */, - 11CA2F160BB8E89E36E4AC75169C978E /* GULSwizzler.m in Sources */, - 036255FD4675BDD613C783B32E8D042A /* GULSwizzler+Unswizzle.m in Sources */, - 8089DD86284C213AEB492AF329298BFD /* GULSwizzlingCache.m in Sources */, - 0D10EF26C7B09CC1A89A3442643B2541 /* GULURLSessionDataResponse.m in Sources */, - FE3C671FE8A23F219928A6209998757E /* GULUserDefaults.m in Sources */, - 564596D5C9BBFD54BDEFC4499F8654A6 /* IsAppEncrypted.m in Sources */, - C2D18D7E8979281C2D8F816233772E64 /* NSURLSession+GULPromises.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 18F1E5520D3BFEF2E2D90B606CF66407 /* Sources */ = { + 19F00E13DE1177AA78EA5027CC06DB03 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 19350EC12FE557EE20B13C859872C8D8 /* Sources */ = { + 1B452FF06E72B3770ADD1EB71C75CFBC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + B6EECEF52278D206FD4E3379A318D92C /* AtomicDictionary.swift in Sources */, + 097565A5A6763ADF8D9D814946911A1E /* BootstrapValidator.swift in Sources */, + 93364A8F781B6BB313792FE608950BBC /* ConfigProtocol.swift in Sources */, + 589D3A66B4BF16744B06C50677596E5E /* Data+Statsig.swift in Sources */, + 81CE7807F2422469E5357B24CD314C53 /* DebugViewController.swift in Sources */, + 3B71741F2415402F421E68482D2E8799 /* DeviceEnvironment.swift in Sources */, + E2C7046AF426958B7686EA1157747858 /* Diagnostics.swift in Sources */, + 69260EE82CCA7CC46BF6CFC953B1453B /* DiagnosticsEvent.swift in Sources */, + 5DF5D33E447172F5DAA6FB8984AE9740 /* DynamicConfig.swift in Sources */, + D09940B085E07622E5189AE595601937 /* DynamicConfigObjC.swift in Sources */, + FD0E36C9460D29C63D21B937EF612F52 /* ErrorBoundary.m in Sources */, + 55245A204757F7347B4F842356648B27 /* EvaluationDetails.swift in Sources */, + 140E4010A089485C06EB8A5560AC55DE /* Event.swift in Sources */, + E372AE3FA509D783BD9EB0239074A586 /* EventLogger.swift in Sources */, + 5BC97B48BA12DD6B79E3979B9CA21870 /* ExternalInitializeResponse.swift in Sources */, + 79492CE950A3455730D79979F5622CD5 /* FeatureGate.swift in Sources */, + D00D81C272D824B42C4D9B8E5C3AC77A /* FeatureGateObjC.swift in Sources */, + 13C97A88481E2C07D3E14A52FC5218FF /* InitializeMarker.swift in Sources */, + 837FE2F90939122F623CC7AD3F22CBFD /* InternalStore.swift in Sources */, + 5295EB58CE1FD40AB81CFEABEAEE1A71 /* Layer.swift in Sources */, + 4B0E225DBDEEC28D59D69820F51E4A87 /* LayerObjC.swift in Sources */, + B6F958F320B24D0B38CD3F837E886F91 /* MarkerBase.swift in Sources */, + 5190EC3FC2503E3F5EE10BF8B23FE87E /* NetworkMarker.swift in Sources */, + D8E06BD278E751CCBA994282B651A05E /* NetworkService.swift in Sources */, + 3BCFDD310FB6600FDE5F47858C9AFCFE /* OverallMarker.swift in Sources */, + FD40B4BFBE5C566D26E74D5ED7CD051A /* ParameterStore.swift in Sources */, + 47BED866BABA32772EE05D7F71AF1659 /* PlatformCompatibility.swift in Sources */, + 7F94E7B058470DF2BB95AA4F292049CE /* ProcessMarker.swift in Sources */, + 19A02F698B8E72176930A0A99A64DF20 /* ReadCacheMarker.swift in Sources */, + A9823E88B0D7C6419A43F74E613CC3D6 /* SDKKeyValidator.swift in Sources */, + DCF1F78474B970FF45F0CDE76E2B18AA /* Statsig.swift in Sources */, + 4EC11D2696F2FC6B6B3A994658560F1B /* Statsig-dummy.m in Sources */, + 78D7C6E7256991F1EE16A6AD900B1FC9 /* StatsigClient.swift in Sources */, + 95C0ECE1989E598BE11D010015F8A115 /* StatsigClient+AppLifecycle.swift in Sources */, + 72EF8DE1FF828A26EC836AA941A89B9F /* StatsigDynamicConfigValue.swift in Sources */, + 5A1E1C21BB3BD57AC6D5E5A61BC9632D /* StatsigEnvironment.swift in Sources */, + 7203B9A43BCD7CECBAA9EF6D5CC44B60 /* StatsigError.swift in Sources */, + C253B785E08B0A54A19E51EF662DA537 /* StatsigListening.swift in Sources */, + F1CEA2DAC2BCD14B1ABBD7F6A2FE1AE9 /* StatsigObjC.swift in Sources */, + FE1F65AF1B0748A386FFF08B454A9DB9 /* StatsigOptions.swift in Sources */, + B7147EFBD9C1B042F78F72BDF87D3BD8 /* StatsigOptionsObjC.swift in Sources */, + 945939F0799955BE7F256A4EB030432E /* StatsigOverridesObjC.swift in Sources */, + 23D2A7ACD9B1ECE956AED8C400898920 /* StatsigUser.swift in Sources */, + F655FBD0938BF55AA563998ED820A706 /* StatsigUserCustomTypeConvertible.swift in Sources */, + 78CFC8A45D53BCEFFEC49CDB755016C7 /* StatsigUserDefaults.swift in Sources */, + FD670A2D63643B792108EA675FC9A6E4 /* StatsigUserObjC.swift in Sources */, + 7C0A0D222299B9846A8E8865692BF135 /* Time.swift in Sources */, + 424707E8EAA2F704D7E8515AE0596293 /* URLResponse+Statsig.swift in Sources */, + CD36C694A5C224FD5A85F8BF770FD9E2 /* UserCacheKey.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -24938,58 +25335,37 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2163699EE345CF008B12343BAACD747B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2305995F7D9B637861F02E2D5BFEADB2 /* Sources */ = { + 1FD9350B6B4D7CDE1820538DE425D2F9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C177C814A540E4C9CE901C4F0C30B690 /* Pods-iOS-ParticlesKitTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 23DE5DEFD298374788A95530EFDD8A0E /* Sources */ = { + 1FFD7704692DA5CBF2A4412B7CBE3F55 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 02199DD86181EA3DE186E04244073812 /* Pods-iOS-dydxV4Tests-dummy.m in Sources */, + E7E8B6AA9C493D7B6142F37A17686D40 /* Pods-iOS-StatsigInjections-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 25363F8D747CE07E2C33575024224D0B /* Sources */ = { + 20B6E9C9959244A879642BE210517500 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B24161A3E033C9E98BA9561A653E5193 /* _ObjC_HeartbeatController.swift in Sources */, - B3683206C9662FE897E9D6DB7758CE29 /* _ObjC_HeartbeatsPayload.swift in Sources */, - F61A387B658E6E6FE2BEE8F08EA4696C /* FirebaseCoreInternal-dummy.m in Sources */, - 3CB3B14AD1E3ECD66B6C3B4D17847C82 /* Heartbeat.swift in Sources */, - BA5883CC04FA1C14B98206E06052D07C /* HeartbeatController.swift in Sources */, - A97E505A02124A7E79385DB7A395CB16 /* HeartbeatLoggingTestUtils.swift in Sources */, - 27BB56E301FF6D490EA3692D04B28D48 /* HeartbeatsBundle.swift in Sources */, - BB90DE06414590AF93D9CF016705493A /* HeartbeatsPayload.swift in Sources */, - F86BA9B8B16AC4A6D2BCF78F8A540BC9 /* HeartbeatStorage.swift in Sources */, - 23340F012371FCA5BDE29C8299F43A0C /* RingBuffer.swift in Sources */, - 759C6622117FAECAF5D47760132E11FB /* Storage.swift in Sources */, - 47B4F3E8D1C84362D3FC4AB8D248634D /* StorageFactory.swift in Sources */, - 7719E68DCCA7D59BC7DEEDADBF12D757 /* WeakContainer.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2566C97797E6FA18C73CFE156CCFE5F8 /* Sources */ = { + 2305995F7D9B637861F02E2D5BFEADB2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 061A4449F303F7977524B4888F119835 /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m in Sources */, + C177C814A540E4C9CE901C4F0C30B690 /* Pods-iOS-ParticlesKitTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 28BEC0BC7098F2F0E8625C4EE5909A34 /* Sources */ = { + 24FCC4FD40A70253C0E4C78B974E4E89 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -25044,6 +25420,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2C43E9DC5AA806CF629D8C72DE392041 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2FE58F9015E90A0B188241C9C63A0CE6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -25061,6 +25444,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 315EB702583EF12F90FB00525C9A54DA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 31C306D53424DEA457350B187F249F9D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -25144,10 +25534,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 33BB62B6DAB157003328E59138B28D72 /* Sources */ = { + 370649AB2309AD8E639992BB4A74CF39 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + D75680DEBA3C21374EF101FB37257967 /* Pods-iOS-dydxV4-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -25198,6 +25589,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3C099180C7A108BF588A572A1EDB5A16 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 7EC8D145D83146DB2D75D59EAEE55D91 /* Pods-iOS-FirebaseStaticInjectionsTests-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3CACE3C22BEC1631491923DC075FB3BD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3D089F493525FBC9EAA8DB3FF065190F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -25206,35 +25612,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E655296ED92DE8D0E07BAF581C7E9DC /* Sources */ = { + 401E76462B6B5EE415FC61AF728256FA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0A2A224218A568D18F7CE3425062EE8D /* Codable.swift in Sources */, - 2BA076FB84F157D68B02F374A2451B89 /* FIRConfigValue.m in Sources */, - BD4DD4F48BCB15746B2ABCB55302B2B6 /* FirebaseRemoteConfig-dummy.m in Sources */, - 032D59BB7BEFF9A48D59201DC13FC18B /* FirebaseRemoteConfigValueDecoderHelper.swift in Sources */, - F921904DED6C0A7E33449130964C8212 /* FIRRemoteConfig.m in Sources */, - 607CADB5F06ED5656383C871D956B1D9 /* FIRRemoteConfigComponent.m in Sources */, - 78EE56750498AEB815ACC3E010BE5118 /* FIRRemoteConfigUpdate.m in Sources */, - F273F512CDA25AE4027825D4A9D46177 /* RCNConfigContent.m in Sources */, - 2FB1F1010C362A19B22F5347D4A75856 /* RCNConfigDBManager.m in Sources */, - 419DE3365EC6746C180B4361F906BFB3 /* RCNConfigExperiment.m in Sources */, - 2858BEFBA9B18DF4E81D0257C6342B01 /* RCNConfigFetch.m in Sources */, - D227D008D90777DDAAAA0792B051785B /* RCNConfigRealtime.m in Sources */, - 4F47EE5C14173B14B8F1AA115610FF2C /* RCNConfigSettings.m in Sources */, - 74606CCDB4EDFC720FCFD9D8850B79F9 /* RCNConstants3P.m in Sources */, - 9AC4E9CD57727C09D95639A1DD695215 /* RCNDevice.m in Sources */, - 7A529C606661AEBFD075EB6D9CF2E8B8 /* RCNPersonalization.m in Sources */, - 04D1C4FFD57272A228531FD166260C3B /* RCNUserDefaultsManager.m in Sources */, - 9E376DC696970A3AF1AF8D7CD56F42C1 /* RemoteConfigProperty.swift in Sources */, - 760657A39DB8E75C81E3F217602F99F2 /* RemoteConfigValueObservable.swift in Sources */, - 9B295AB3CD59362F9391213396F4B8D4 /* SPMSwiftHeaderWorkaround.swift in Sources */, - 25BD28A6B6D7A8443B5CFDA617CC26A2 /* Value.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 434ABB77BAFC9451CF16DAED6A29DA67 /* Sources */ = { + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 40B7A16157315ECDC26665F5B124D6C4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -25299,99 +25684,32 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4F46CB3F0E337C8A1E2E457B36B83E49 /* Sources */ = { + 514DDD9F24D64A289BBCAEB38311667A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 456C88EFF78326A09614FC55515F53F5 /* FirebasePerformance-dummy.m in Sources */, - 402239BA499653C4BC403115A40347A4 /* FIRHTTPMetric.m in Sources */, - 922C0C53147631CCB26507875DA4BF41 /* FIRPerformance.m in Sources */, - 96330E031C702F92284F726DD5ABE089 /* FIRTrace.m in Sources */, - E13B248196DE4E8223B06C22CC96AEF8 /* FPRAppActivityTracker.m in Sources */, - F5862A2A2BAEA65C86AC7AC903923C08 /* FPRClassInstrumentor.m in Sources */, - 0F6A95EB9733A54F3D3408F4ADC2725E /* FPRClient.m in Sources */, - D0F52EE3EFE69A168C86C70DF1876F77 /* FPRConfiguration.m in Sources */, - 7D954ADD1CB9DA275ABF9BA8BF221116 /* FPRConfigurations.m in Sources */, - C0A58409A96C688303EB3FB69E3841BB /* FPRConsoleLogger.m in Sources */, - D98A4D5679C6C6D00FEE1AA11DB488FB /* FPRConsoleURLGenerator.m in Sources */, - 80BFE03A37658FAD76CF122A7455A647 /* FPRConstants.m in Sources */, - E0EA50017F643C99B2C5167D3FF72829 /* FPRCounterList.m in Sources */, - 1F62C2A0BD2B5B7C3FB272BBCC6A8697 /* FPRCPUGaugeCollector.m in Sources */, - FEB09CF77EB97B6F2381A50EFC9AF93B /* FPRCPUGaugeData.m in Sources */, - 4B65B35D47B616240B2123822BFB2EFD /* FPRDataUtils.m in Sources */, - BC2ED778703C0A1789DC3C70C3E8DFEE /* FPRDiagnostics.m in Sources */, - 08B33D754A504FAB88AFD3D605EA918A /* FPRGaugeManager.m in Sources */, - F27B6E31BA6DFDF3310D86EF7CE7481C /* FPRGDTEvent.m in Sources */, - 46CEB4C0CF43BBF03245B824B60F7E99 /* FPRGDTLogger.m in Sources */, - B7035EB12EE42858E27E6ABDAD109B15 /* FPRGDTLogSampler.m in Sources */, - 5D97FF328C47EE16028AB1B68A66F612 /* FPRGDTRateLimiter.m in Sources */, - 2BE0DE28BADFC06C75CA8DE796D3A2DC /* FPRInstrument.m in Sources */, - A96B6B374C68DD7416680243A8109E5B /* FPRInstrumentation.m in Sources */, - 3DA64503F189D81D1B33E9DED7BA887E /* FPRMemoryGaugeCollector.m in Sources */, - BEE773AECAACBCDA9EB14BCF039669AA /* FPRMemoryGaugeData.m in Sources */, - 529652ADE0664F9C879C0A37ED124AC5 /* FPRNanoPbUtils.m in Sources */, - 0DDD93B4C8F9E619C63654BB9DA5541D /* FPRNetworkInstrumentHelpers.m in Sources */, - B87C3DC6F5AAEA3CA06D0610AB969FE4 /* FPRNetworkTrace.m in Sources */, - CD0DFCDE9B7571739D7B92DD7164DC4D /* FPRNSURLConnectionDelegate.m in Sources */, - 5BDEC0AC4E2902E6F7F761C62A789134 /* FPRNSURLConnectionDelegateInstrument.m in Sources */, - 3C00861E2BA8F41A21D13FC60C55379A /* FPRNSURLConnectionInstrument.m in Sources */, - E8C1610ED7CCCB16939065FA12F5A504 /* FPRNSURLSessionDelegate.m in Sources */, - CF39E951B87CAF1424A17A24AE679B1A /* FPRNSURLSessionDelegateInstrument.m in Sources */, - BCE0B7DE90387C693BCAD59751B44B6E /* FPRNSURLSessionInstrument.m in Sources */, - 1D3D4364683F5B66D48CBDD283F7869E /* FPRObjectInstrumentor.m in Sources */, - 57C54D54FC1EAB709F9370C922BB0DD9 /* FPRPerfDate.m in Sources */, - 9346AF9D34D36D308A8B0D9E06C49A8E /* FPRProxyObjectHelper.m in Sources */, - 18B532EA5519540379F469F0BB0D50FE /* FPRRemoteConfigFlags.m in Sources */, - C7D5B3E2DFBEB6163F496AE70EB05626 /* FPRScreenTraceTracker.m in Sources */, - 3BDC7044577A25EB47B633BFF0AFCCCC /* FPRSelectorInstrumentor.m in Sources */, - 461ADA7396BA4B4F7BF5534682FF2F1C /* FPRSessionDetails.m in Sources */, - A9F4096043B683CFEC4316EDE72B6323 /* FPRSessionManager.m in Sources */, - 1B1164A8D658A92004361452947DB1E4 /* FPRTraceBackgroundActivityTracker.m in Sources */, - 92A3D1875C7F7623CE931844F3AF445A /* FPRUIViewControllerInstrument.m in Sources */, - 4BC870A574E412FF051D4C0B551A161B /* FPRURLFilter.m in Sources */, - BF71422C072912EFD10616010E4DB690 /* perf_metric.nanopb.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5601F0F78B04811CC5CDD7DDBF99676C /* Sources */ = { + 54CD60E18A0675C572D526B638CB00B5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5DC5A6ACDD2F4517EED276101FC13ACC /* Pods-iOS-PlatformUIJedioTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 588E794E10BFACFE35387E229FC4C09D /* Sources */ = { + 5601F0F78B04811CC5CDD7DDBF99676C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 5DC5A6ACDD2F4517EED276101FC13ACC /* Pods-iOS-PlatformUIJedioTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 590D9A50A836C5B9E9A897B1B658D903 /* Sources */ = { + 571791D31A2478DF6E87EABCE3105D88 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AD7080D3E5CF44FD2E4CDF300E96A11D /* FBLPromise.m in Sources */, - 96F768E0258592E3C5ED3C726B1C93D3 /* FBLPromise+All.m in Sources */, - C12585EACCCD9071C9CDD85F2932D810 /* FBLPromise+Always.m in Sources */, - 85A5F88873A3779A21DA9608DD43F57D /* FBLPromise+Any.m in Sources */, - 1BFC534F779C5DFE6719B2CA47CF5549 /* FBLPromise+Async.m in Sources */, - D535A05132132A957E689A674356D3EC /* FBLPromise+Await.m in Sources */, - 44396DF6D87EDCA9C40B8358FCDE35F1 /* FBLPromise+Catch.m in Sources */, - 431EC26DC8BB0F7882DAA234F217523E /* FBLPromise+Delay.m in Sources */, - A1EF6311C54462FEB3E723C28F8E3225 /* FBLPromise+Do.m in Sources */, - 3878F06EB2D0E971F9D43F15E167863B /* FBLPromise+Race.m in Sources */, - E3CBB0D9ECE5DF03B3ACCC81007FCDC5 /* FBLPromise+Recover.m in Sources */, - DD8740FC10449C06F63362EDA72267C2 /* FBLPromise+Reduce.m in Sources */, - 4F31500B68F65DB457D00EAC7CAD5A77 /* FBLPromise+Retry.m in Sources */, - 2F97C814DE80F6833AAD850607DAE992 /* FBLPromise+Testing.m in Sources */, - FEBD71523A3DB615664D39209B35CC1E /* FBLPromise+Then.m in Sources */, - 0C38580BFEA1DC9CF756939BA6AA2E85 /* FBLPromise+Timeout.m in Sources */, - CB54765752C2CE5506FCF4CEFE0D0B6D /* FBLPromise+Validate.m in Sources */, - D6CB3E8520CC2CEE7917E5C89675F2EE /* FBLPromise+Wrap.m in Sources */, - 6147812AA78BC7DC101B9897F8DF852B /* FBLPromiseError.m in Sources */, - B3D230217953A9C3CC608FE877C71AC7 /* PromisesObjC-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -25495,7 +25813,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5ABC7A03A6C34E18CB448CC1B413E0EA /* Sources */ = { + 5A98D8303D873D4E0F52FD57DB165AA3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -25557,6 +25875,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5BFED8D679DAB5C6739502FDF6F7964A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5C81DCBF98A803CF1BE4A24DEAC31056 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -25599,12 +25924,10 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 634568166FBA2C3EE6733E3877C06DB7 /* Sources */ = { + 62CF40F49901070F9F76FE80FE8805F0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 325F87BAA72DA0D33DC63D9D9427DE98 /* dummy.m in Sources */, - A9A1F83ACB428646305F61B25B15E072 /* FirebaseCoreExtension-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -25616,40 +25939,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 67473E2E1455DFA1C61BE425B47DB6AC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 683FC78BCCB88C2EDE08C86F64D13BF4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4E2A05BF1C17F766998CE7CAC71894BD /* Promise.swift in Sources */, - 3827C0FE352FC1C401564DB9D3F46D3F /* Promise+All.swift in Sources */, - 8814AA6011FE16F6C69B86E67EC98936 /* Promise+Always.swift in Sources */, - 0ECCD8B1C89D48D8A8BE4F9AB5197F9D /* Promise+Any.swift in Sources */, - C3462F8BE7C2792F219743A1AEEC789C /* Promise+Async.swift in Sources */, - 5EA43125E4FEDE62E748AB4000AEA679 /* Promise+Await.swift in Sources */, - C2196892CBEBF51314DB08CAE338CEF1 /* Promise+Catch.swift in Sources */, - 4F1457C5FB4126EE4B4F3B0DA4E22A09 /* Promise+Delay.swift in Sources */, - 2ABB6006A69B8A8C5823A7A0240DF490 /* Promise+Do.swift in Sources */, - 8BF365882F8B613F965C15CACC83B5C8 /* Promise+Race.swift in Sources */, - D5E9F2946C059916A433512A93F87500 /* Promise+Recover.swift in Sources */, - C8D37228DA38C48789A48B03D9AF23A8 /* Promise+Reduce.swift in Sources */, - F3CC9FC302CE986FE123CBBD234AE632 /* Promise+Retry.swift in Sources */, - 67A50BD3495ECED8107BB8B4A413FC97 /* Promise+Testing.swift in Sources */, - C102F158B807975BA86AEBEF93C13C05 /* Promise+Then.swift in Sources */, - 140B6E35B7546385FDDF5E1E6F68DB7C /* Promise+Timeout.swift in Sources */, - 105A826E1ADD6D4E6AC8DD2E961A9A68 /* Promise+Validate.swift in Sources */, - 56AD745940C8B107EEE5ACDB2EA4ACF9 /* Promise+Wrap.swift in Sources */, - 33CD005C7FB1B19E51C211D78A71395E /* PromiseError.swift in Sources */, - 4FEF7F78A20C792F052351BC60EB7DDA /* PromisesSwift-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 6C29ED58712A5B957601500677FF85D4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -25668,6 +25957,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 728FE9FDAAD82875E3D7441905EDA0AE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7498FAC781EB8A184CDCF0B26D2A5C37 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -25816,42 +26112,48 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 759BE152A9CD29AA24DC480AC5934285 /* Sources */ = { + 77E0438DA1B7741462A3973CDAFD23D0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D1FC3B1E4F6E900D29B93E0CA045FE70 /* Pods-iOS-dydxFormatterTests-dummy.m in Sources */, + 268FB63BE2D197BFC2F01EA37C18C8C4 /* Pods-iOS-dydxFormatterTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7A4000F6FC9D626D33FDD139D89225BD /* Sources */ = { + 7CF4CBC2CA8AC3DEC198D36EC34AD76F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7C3BD2F292E378060092A5F1460B3138 /* Sources */ = { + 7D82473AAB39F3E09F75467D592F0123 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 60A03EF74564BFA5FA29C9ACC8BDCA39 /* ABTConditionalUserPropertyController.m in Sources */, + 110B86575ED68FB6AC0D5CF61B0EEF68 /* ABTExperimentPayload.m in Sources */, + 4C8E0A35141FF03440A499E3AD1BB14B /* FirebaseABTesting-dummy.m in Sources */, + D1CB5BF33DF40BD9F59657ABFFB11F3C /* FIRExperimentController.m in Sources */, + 7BEEE424AA44A09BE86EFE07CA9C813D /* FIRLifecycleEvents.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7C4F9D91BA803A6771D086B4BD75405E /* Sources */ = { + 7FC945CFA055F9568C70A73DC2EAE6DF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + EA15390C0AC291CE79FE098A144D875F /* SDImageSVGCoder.m in Sources */, + 3C426C1F56CD66D924CE48BAD0C765B5 /* SDWebImageSVGCoder-dummy.m in Sources */, + 0F0B90EF76AF28C8BE1E47E3D449B7AA /* SDWebImageSVGCoderDefine.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7FC945CFA055F9568C70A73DC2EAE6DF /* Sources */ = { + 8011C81EE104285FCE35645079DC6F08 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EA15390C0AC291CE79FE098A144D875F /* SDImageSVGCoder.m in Sources */, - 3C426C1F56CD66D924CE48BAD0C765B5 /* SDWebImageSVGCoder-dummy.m in Sources */, - 0F0B90EF76AF28C8BE1E47E3D449B7AA /* SDWebImageSVGCoderDefine.m in Sources */, + EE50649D47ED7F74806C1ED403CB8F98 /* Pods-iOS-dydxV4Tests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -25885,10 +26187,42 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8370A395DDC927FED18A80FD03AF18F2 /* Sources */ = { + 8370893CE428D39C37DB240F27AFE087 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + DAA7A3214CA235315295EAA54AE05A4F /* FirebaseMessaging-dummy.m in Sources */, + 1ED862456A41900F525743D12B238058 /* FIRMessaging.m in Sources */, + 042A6EC9BFB126666A3DCEFACFDC5D63 /* FIRMessagingAnalytics.m in Sources */, + E025FB13E649A05EFD06EFBDF8384239 /* FIRMessagingAPNSInfo.m in Sources */, + 3A959B1F0BADAA4E71A9A1DBA5020ED8 /* FIRMessagingAuthKeychain.m in Sources */, + 203EC90E9213B38FBB2C2A2688928662 /* FIRMessagingAuthService.m in Sources */, + 5584BEFD16813263B168918F6D6D88AE /* FIRMessagingBackupExcludedPlist.m in Sources */, + FBC4A6D0D1A505A73E0B83F95A6B74ED /* FIRMessagingCheckinPreferences.m in Sources */, + 239635036A88C76BE01864D1316875D0 /* FIRMessagingCheckinService.m in Sources */, + E771EEAED04DA4A91DB1F57E0C7F4F2F /* FIRMessagingCheckinStore.m in Sources */, + ACB2D8BB33F6CC22FDE6959F5F458B45 /* FIRMessagingConstants.m in Sources */, + CBEB21A1B931C0DFAC42D2B85134217F /* FIRMessagingContextManagerService.m in Sources */, + 0CCD11AC55C088FB1BF66D3AE071519B /* FIRMessagingExtensionHelper.m in Sources */, + 597D4074DD9D14E8ECBD1EA1ADBEC56E /* FIRMessagingKeychain.m in Sources */, + C3BBC51342F8C084300CD64C58AD5FAD /* FIRMessagingLogger.m in Sources */, + 602B38BB88A4C7B61943F47BFCFAEA44 /* FIRMessagingPendingTopicsList.m in Sources */, + 2A0F9AFA65614868E557E1BEEAA483E5 /* FIRMessagingPersistentSyncMessage.m in Sources */, + 36F2511C27AF7D759CDCBF232E6595FB /* FIRMessagingPubSub.m in Sources */, + 2731AD0959C8976C6532AFE47F3D1BBB /* FIRMessagingRemoteNotificationsProxy.m in Sources */, + A1E8B3E4B6EA0226B9E25D848AD38BE2 /* FIRMessagingRmqManager.m in Sources */, + F3448371D1A01DD18B77D4341951330D /* FIRMessagingSyncMessageManager.m in Sources */, + 1A9E8C275B376FC8710604660E4911D3 /* FIRMessagingTokenDeleteOperation.m in Sources */, + 7793CC54ACC14C322393465525191919 /* FIRMessagingTokenFetchOperation.m in Sources */, + 8B6A3F52F4D534E120A62E2323C33D8B /* FIRMessagingTokenInfo.m in Sources */, + 67C6A0C5138BCF79F1474873F9466510 /* FIRMessagingTokenManager.m in Sources */, + DB2D42F96ADE2DE8D76120107955056E /* FIRMessagingTokenOperation.m in Sources */, + B6D96CA287E52EED01DA3261BF2994B9 /* FIRMessagingTokenStore.m in Sources */, + 0D500AE57A919E9F9A40142CF260D9E5 /* FIRMessagingTopicOperation.m in Sources */, + 3EAEAD0E4EB19BC5F5FC6713DEEAF7D9 /* FIRMessagingUtilities.m in Sources */, + 5A636708D92A532AAC47CD1C5282D0C4 /* me.nanopb.c in Sources */, + B21A53AD73C9ABBC22933C5F64FD18B0 /* NSDictionary+FIRMessaging.m in Sources */, + 70C14848AE159282F111F5DA2AF36B99 /* NSError+FIRMessaging.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26005,6 +26339,33 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8CC38FFE5929F8276A3EB4139AB9F83C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 221C03AF48BF62CCA5EBA5A0A15CEA3E /* Promise.swift in Sources */, + DCB8590B79F7FCC5FE409AA404496279 /* Promise+All.swift in Sources */, + ED510D8693FC88969CEFECC24630C3C5 /* Promise+Always.swift in Sources */, + B1B8D69FEFE23F645815CEB4A271BB18 /* Promise+Any.swift in Sources */, + 088F89BFC0ABAFABBC3D2F69A8139D77 /* Promise+Async.swift in Sources */, + 9C94237081346E8534070D02086EF972 /* Promise+Await.swift in Sources */, + E04BBE1941A401BD6182E2B6FB8D8346 /* Promise+Catch.swift in Sources */, + 4846E12365282E0D99D37AA08704E68A /* Promise+Delay.swift in Sources */, + 01198FB3000526E5E5723E2D92D11391 /* Promise+Do.swift in Sources */, + CC16470AA39A0C18EE703A6A9BE124CF /* Promise+Race.swift in Sources */, + 42C0CC79CFCAD70991A915B2A04CA207 /* Promise+Recover.swift in Sources */, + A03A1ADE30C8CDC81D6D72B59D03F9AB /* Promise+Reduce.swift in Sources */, + 034E199137BDEE9EA212D6CCE4BDE983 /* Promise+Retry.swift in Sources */, + 91F56AB098271805B25AFD3A55FE162D /* Promise+Testing.swift in Sources */, + 5FEB9BF56F04FDFA64CEDDC07D0DE7A8 /* Promise+Then.swift in Sources */, + 9DCD9FA6D2F19104D8A7BE88B84052BC /* Promise+Timeout.swift in Sources */, + 8B98D8DD9FC1C8DA5ADA5FA344A1A338 /* Promise+Validate.swift in Sources */, + 4F59E797239ACE801A64F0EA2915A930 /* Promise+Wrap.swift in Sources */, + 8B65211E4EAF453C9413304A9A88F14C /* PromiseError.swift in Sources */, + 713D5D8C604A27D49141505D326E515B /* PromisesSwift-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8D17F7A4BACB6F2CDEA9747158ABD293 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26045,15 +26406,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 94EFE0E53AB4CE75E75004B7DD42EB3C /* Sources */ = { + 9223D303D68389BD40192DAFA5EFCEBC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 962912241B2618003D16047DF51053F2 /* Pods-iOS-dydxFormatter-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 940C5C6E7BDC116229633327F4C635C6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C85815DAD2BAFB389311F8E696655582 /* FirebaseRemoteConfigInterop-dummy.m in Sources */, - 01BC4319D0F73E1D70CB287CAC419947 /* RemoteConfigConstants.swift in Sources */, - 549439DA5B188A3BCC04C5F4693DE026 /* RemoteConfigInterop.swift in Sources */, - D661195FAEB3756FF6056344B083906B /* RolloutAssignment.swift in Sources */, - BC37AEDB540C1DA50BA859613BE08B78 /* RolloutsStateSubscriber.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26065,6 +26429,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9AA5801DD42E9C0068CC0F5981D95193 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B5746E78A2BA01326AC32669F377004D /* nanopb-dummy.m in Sources */, + AE8AE4F61AC7ECC7CE5514C7AED849B8 /* pb_common.c in Sources */, + A6D19024E8ED4E5460587EBE4EA5A2D2 /* pb_decode.c in Sources */, + 98D4602C9F861E03157FE552A46F2F85 /* pb_encode.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9C767A5A665B7690BC7E2A499C30D6D4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26087,18 +26462,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9CDD1C86E0BE20A75F0618D24D1AE67F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 82B60FF01C2EECC451B7917484AAC175 /* ABTConditionalUserPropertyController.m in Sources */, - 2C7325791963BF550F3355E3360785F6 /* ABTExperimentPayload.m in Sources */, - CD3B29686ECD9C1D34DCF76D447B8590 /* FirebaseABTesting-dummy.m in Sources */, - B965286963814C7DCF6C4D2C9E3C40C0 /* FIRExperimentController.m in Sources */, - 7DB1C1A8CD5F1E9BDBF7722A53347A59 /* FIRLifecycleEvents.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9E690B38A56075706B1B6CBA8BD2A042 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26125,59 +26488,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A1416E36906F15AC2F3BCEAEDB8A1185 /* Sources */ = { + A335D237F5C324F56BEBE76427B78391 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9CCE7E774E53B6F516858EBFB165DD6C /* Pods-iOS-FirebaseStaticInjections-dummy.m in Sources */, + 3A179F5F9809555B0BD7B3B5E3D29A17 /* FirebaseDataEncoder.swift in Sources */, + 970F33FBA7236BECD45827B6A7EEEAE2 /* FirebaseRemoteConfigValueDecoding.swift in Sources */, + DD61CC5930066187751D68C574ADBFA9 /* FirebaseSharedSwift-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A1B34425B4E37EF4BB7AAF8A3A2C86B5 /* Sources */ = { + A5E46D845F7E2BE324E394C75FECCD16 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 0F6EC2DE2BF320EE7AACB5B0932A8133 /* Pods-iOS-UIAppToolkitsTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A3760E4DAB29FCE369ABE7AF1A8B03A3 /* Sources */ = { + A630AB28800F98EB15B58B7686912C7F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 057FCFE8AE916F840F527C3A0FBE1CE7 /* Pods-iOS-PlatformUITests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A5B2265941A5BAF48286698C5E5E2E34 /* Sources */ = { + A68C5501E576ED8E5B63EF8440D165C2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1511003D045CB0A55F4EF843C5CA0E29 /* FirebaseDataEncoder.swift in Sources */, - 64F02750F06082E85D35AAF1C1AAA7DA /* FirebaseRemoteConfigValueDecoding.swift in Sources */, - BA0DB9B3C7A8D3BAD8064AC0167C5DF3 /* FirebaseSharedSwift-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A5E46D845F7E2BE324E394C75FECCD16 /* Sources */ = { + A79FF0950A0BCF9148AE90147E7A755C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0F6EC2DE2BF320EE7AACB5B0932A8133 /* Pods-iOS-UIAppToolkitsTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A630AB28800F98EB15B58B7686912C7F /* Sources */ = { + A7CFB1305B6A9EA2EF12587200E51A93 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 057FCFE8AE916F840F527C3A0FBE1CE7 /* Pods-iOS-PlatformUITests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A7CFB1305B6A9EA2EF12587200E51A93 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 77EB0A856CEE285357EDC13C925897BD /* Pods-iOS-dydxCarteraTests-dummy.m in Sources */, + 77EB0A856CEE285357EDC13C925897BD /* Pods-iOS-dydxCarteraTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26243,13 +26598,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B42E10111576FC63479A297B680A390A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; B52EB97EAADC4B42F512DF593D183539 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26325,10 +26673,111 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CEA366E98471512F9C9DEEEC9100B534 /* Sources */ = { + C1AAD20F44BBE63FAF51F56861C5FBD1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 88961FE0BB497DD80C7978A93ABA7CD8 /* Pods-iOS-FirebaseStaticInjections-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C23D5D49F6B62FB4FCBBA33877B1ABE9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 70531D13CA151DE633FFB648EC2FD8DF /* FIRCurrentDateProvider.m in Sources */, + B5DFAC0C09CB4FDC766CDB30A3617627 /* FirebaseInstallations-dummy.m in Sources */, + 2ECC4FEB4E7C8E63F4C9D1800CC393F4 /* FIRInstallations.m in Sources */, + B2B98FEA1917AA54FAF620742421B1BF /* FIRInstallationsAPIService.m in Sources */, + 5372A3CFF02EC0980117C640EA604431 /* FIRInstallationsAuthTokenResult.m in Sources */, + 50B11F62F8E0468DE1EC98266012BD0C /* FIRInstallationsBackoffController.m in Sources */, + 817EFBA5E8ADD2205C9680B0BC1275E9 /* FIRInstallationsErrorUtil.m in Sources */, + 93D725792BC45213A1BD2633754EC067 /* FIRInstallationsHTTPError.m in Sources */, + 554E274E478D916AFA80D362632A42C7 /* FIRInstallationsIDController.m in Sources */, + ECDA05D7F34857E3375E857E21A5912E /* FIRInstallationsIIDStore.m in Sources */, + A59298A30964FE3525E2B29A3D972E2E /* FIRInstallationsIIDTokenStore.m in Sources */, + 673023AE227A6A10F7CB9709C5073B3E /* FIRInstallationsItem.m in Sources */, + 945C45CE272F22E0FFFC2984C733B452 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, + 7C66A31C7571D314EBE12BD097E0E1DA /* FIRInstallationsLogger.m in Sources */, + E8BDB105AE59ECA6061E3D1E8A2E2273 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, + 03AA4BFC8DC8BC5BE7692FA4C9E5AA34 /* FIRInstallationsStore.m in Sources */, + 44041320278349E6FA8EC4489A7B1E7D /* FIRInstallationsStoredAuthToken.m in Sources */, + 598BA893C00275BCB76BACD01F0429C6 /* FIRInstallationsStoredItem.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C5921C717BC79A045B7554EF7CDD4C06 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FE57E0A82AC8EA1C87199E7CFB68D9E2 /* FirebaseRemoteConfigInterop-dummy.m in Sources */, + C15C45F9ECD460C5DF5070A0E9D4537A /* RemoteConfigConstants.swift in Sources */, + 0BBC63D6ECC3AC3337FB66FB54890FDB /* RemoteConfigInterop.swift in Sources */, + 4A78D2DA4F2B89914024CC756EC0E54B /* RolloutAssignment.swift in Sources */, + D6B05347DC71BF0D3DBA7202D614474C /* RolloutsStateSubscriber.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CC2319EE3482E4AFC5BA08A333A8415B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AD31537D1FEE6533DD38CFE26547E599 /* FBLPromise.m in Sources */, + 6ED1FCC13E073F8A075F6DA9F0802018 /* FBLPromise+All.m in Sources */, + 16BC007339DA30200C26274BECC00536 /* FBLPromise+Always.m in Sources */, + CE1C1385F7C3A91C59CE02DBE891B35E /* FBLPromise+Any.m in Sources */, + 0D51A84F16D6E9302C0294A1090CA381 /* FBLPromise+Async.m in Sources */, + B2FAE111D3B424C489EEFEEF028D1A6D /* FBLPromise+Await.m in Sources */, + DE612093E84A9DBBBC70260BF1213666 /* FBLPromise+Catch.m in Sources */, + EAD02F144BBE633AB74B50149ABFE2DB /* FBLPromise+Delay.m in Sources */, + EDCB25E63B938C560993F1EEEDD8E8DB /* FBLPromise+Do.m in Sources */, + 049BB6098058E96B89B9EE249E5EFB78 /* FBLPromise+Race.m in Sources */, + 865209365BF3EACDF0735932A8144BAE /* FBLPromise+Recover.m in Sources */, + 1DD74076FAEB24169F38E23F0FAD9BC8 /* FBLPromise+Reduce.m in Sources */, + 03542094BAAFC95926A578C8EBDFE294 /* FBLPromise+Retry.m in Sources */, + 111960A2D304DDC0A199CF67B270D1F0 /* FBLPromise+Testing.m in Sources */, + 8EFF031A99E841454E7929A440C4EFB3 /* FBLPromise+Then.m in Sources */, + 5C654BD61A3E8FEDD4EA4BF76450CD9C /* FBLPromise+Timeout.m in Sources */, + F7857253BEC83ED51161EB50877B61BE /* FBLPromise+Validate.m in Sources */, + AD8AF34B835CA22D15C60FB357680B47 /* FBLPromise+Wrap.m in Sources */, + 05B0795280D331C8527C60D96C37D855 /* FBLPromiseError.m in Sources */, + CDF5A2674FC58B801E32EB1E8B96C9BC /* PromisesObjC-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CEB9854FF8552926E673F18E70F9BA5E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8CB540FC57EFF370B1EB3209F556114B /* ApplicationInfo.swift in Sources */, + EED534734C17C1E1ED4200CC55606041 /* DevEventConsoleLogger.swift in Sources */, + BF25BD6B3474C5321FF0EA4BC9B623A0 /* EventGDTLogger.swift in Sources */, + 741BDBC7E767903AD51E8EB84DEF6DBB /* FirebaseSessions.swift in Sources */, + 5930870EE16C2A51610E703DB77B8B9B /* FirebaseSessions-dummy.m in Sources */, + CEF917E46FC4BE5FAB818E0C826CAC8B /* FirebaseSessionsError.swift in Sources */, + 3627208607DDFDC3ACAA4F5DE00ED1C0 /* FIRSESNanoPBHelpers.m in Sources */, + B9EA019E58E22DCADC2A1684A7096C93 /* GoogleDataTransport+GoogleDataTransportProtocol.swift in Sources */, + 258357CE1456A8B45203EE921050217D /* Installations+InstallationsProtocol.swift in Sources */, + F08DDB4D0B7778AD3F89D7562D27FE72 /* LocalOverrideSettings.swift in Sources */, + C22519E277511B6F59119D38A54EE5D5 /* Logger.swift in Sources */, + 713E9DD953541828014C72DE8B514962 /* NanoPB+CustomStringConvertible.swift in Sources */, + 454FE5E9C575E7C163228F4CA492FE57 /* NetworkInfo.swift in Sources */, + 4FB74B0B24B6A6AA8D851B46C3B8815D /* RemoteSettings.swift in Sources */, + 875201FDC1BBA20EB6943ABEAB947D91 /* SDKDefaultSettings.swift in Sources */, + 84075F70EC85EAC4C6B8D856108AF328 /* SessionCoordinator.swift in Sources */, + 443D143BEA5B1ADE32603B59F9668937 /* SessionGenerator.swift in Sources */, + 473FD42A2BAC8A0ECEAB8AD916F3B65E /* SessionInitiator.swift in Sources */, + 4CCA4576F49E15A4580916F9648893E2 /* sessions.nanopb.c in Sources */, + 5D310AC5CE2ED35E20CFA54052AFCFE1 /* SessionsDependencies.swift in Sources */, + A9D89B42BA79AE4F8135CA7659C84E43 /* SessionsProvider.swift in Sources */, + 7FB901C5B243328566B9C3B9A51E5548 /* SessionsSettings.swift in Sources */, + 83FE70B87388C79D6AECE0E4FBA22EAE /* SessionsSubscriber.swift in Sources */, + DC69790C3AAB06541FEABD7F7E8E515A /* SessionStartEvent.swift in Sources */, + BB81918A7DB2A3B905DBE3767C5E3508 /* SettingsCacheClient.swift in Sources */, + A466826816E88316F96B9247C3CAE3BF /* SettingsDownloadClient.swift in Sources */, + 86F220954189D00A7E22AF11D3C37021 /* SettingsProtocol.swift in Sources */, + 58C96447E70B1AE3068FC0081D240BC0 /* SettingsProvider.swift in Sources */, + 3C2281FAB1300EE0D9295C2F3A0DEADE /* Time.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26340,6 +26789,106 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D08BDE65556C2C1F0C2A080593722AF1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BEC1F99069778A5B2DEE6D345F2A5720 /* FirebasePerformance-dummy.m in Sources */, + E7E5EB00F25FE145E8E6A570AA4D3EAA /* FIRHTTPMetric.m in Sources */, + A92FD4B4004E26BC15C856151D3BA4CB /* FIRPerformance.m in Sources */, + 2BBA6BDE1D9D2C02345561FE13C3CF39 /* FIRTrace.m in Sources */, + F77369CE65C1F7AFE4ECC35F23BC0692 /* FPRAppActivityTracker.m in Sources */, + B19ED6D250331EFBD7406D7987D07CF1 /* FPRClassInstrumentor.m in Sources */, + 4FB11FFB0B1CF56AA8E00CDF6AA9DFBF /* FPRClient.m in Sources */, + 907DAA862888C391837C406FFD1E66F5 /* FPRConfiguration.m in Sources */, + 3F6E2FD04915E871A8EFEF047F1C9AE8 /* FPRConfigurations.m in Sources */, + 481C18A8A64FCE8B9637132F9AA7407F /* FPRConsoleLogger.m in Sources */, + CEEE1DC75627BE2D8125206AC184543D /* FPRConsoleURLGenerator.m in Sources */, + B4A41F1B457B8CA8B18A316AC7CF8341 /* FPRConstants.m in Sources */, + CB2B0FACC6E82D0EC7457F7AC9900236 /* FPRCounterList.m in Sources */, + 594CE4C0848F67346686DBC1102931CA /* FPRCPUGaugeCollector.m in Sources */, + 4FC516F98DDEAE00B05DF42492798F05 /* FPRCPUGaugeData.m in Sources */, + 7EAEE1B4B030FDA7709E38BEAA8B0B2C /* FPRDataUtils.m in Sources */, + 01A6A485AB66E939859D27F85E98877A /* FPRDiagnostics.m in Sources */, + 63A0E2B67B16334AC3290EB68A17DBAE /* FPRGaugeManager.m in Sources */, + 35CD4DB0255D6CBA56F71E7F93C7E9ED /* FPRGDTEvent.m in Sources */, + 4EC024FF2BC63DC79310CB06955CAAB4 /* FPRGDTLogger.m in Sources */, + 6C6E9C5F7D78E7010B06C61974E66D35 /* FPRGDTLogSampler.m in Sources */, + 760A35360D2CEC20D081ECA69D591843 /* FPRGDTRateLimiter.m in Sources */, + 8EBB700BD73D0F9CFD94D594EF2DC3D4 /* FPRInstrument.m in Sources */, + 9C1EE37916D3A07F376C453EA2054968 /* FPRInstrumentation.m in Sources */, + 4F4D72096266C0D09BF930AB111B30BA /* FPRMemoryGaugeCollector.m in Sources */, + C3D743D799E1331FC3079F59EBCCE32B /* FPRMemoryGaugeData.m in Sources */, + 45A5BA76CE095816225A98A9769780AA /* FPRNanoPbUtils.m in Sources */, + 68500CA29995EAA35A1A28B6E8485A86 /* FPRNetworkInstrumentHelpers.m in Sources */, + E40794614A275611E68886E7E9167B3F /* FPRNetworkTrace.m in Sources */, + 5B8D69D1B8621D13948F09231E6A34C2 /* FPRNSURLConnectionDelegate.m in Sources */, + 97CA1DFF2E9875EFCAD4F562168FC0AE /* FPRNSURLConnectionDelegateInstrument.m in Sources */, + 47B42CC21DFD33736D9DC8DBCDF930A8 /* FPRNSURLConnectionInstrument.m in Sources */, + 34B65674A30172E05BFFEADF481EB084 /* FPRNSURLSessionDelegate.m in Sources */, + 584EC89841479BDAC2B9084ECF83F0A7 /* FPRNSURLSessionDelegateInstrument.m in Sources */, + C65806CE23A96C5EE11F94114B73946F /* FPRNSURLSessionInstrument.m in Sources */, + 5BF5B19AD597DFC0286A5E9FF1BB7038 /* FPRObjectInstrumentor.m in Sources */, + B25497B11735D66787FEEDF38950930C /* FPRPerfDate.m in Sources */, + A0339B8D4BDD6F1BD5D70B254409EEF4 /* FPRProxyObjectHelper.m in Sources */, + 910513963726AFD3470E531E9C76BB51 /* FPRRemoteConfigFlags.m in Sources */, + 7793450D10A2773152335483925BCE0F /* FPRScreenTraceTracker.m in Sources */, + 5FBCFC5E418C9D88DDF2C80ECBA359B6 /* FPRSelectorInstrumentor.m in Sources */, + 1B66CC5C2D7123B70F46853D043A879F /* FPRSessionDetails.m in Sources */, + C4F93FF38AE821FEA7FF71447EC81D7C /* FPRSessionManager.m in Sources */, + 1F64CB0E6C30AEEB556B9FF25841A228 /* FPRTraceBackgroundActivityTracker.m in Sources */, + 0FCBD9B7518F43C2C8444298F4550090 /* FPRUIViewControllerInstrument.m in Sources */, + 34F01E220F12F4F9823D19D2BBBAB99F /* FPRURLFilter.m in Sources */, + F2E470F4115E594BCC73DDF662A9ADA9 /* perf_metric.nanopb.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D1F04F7F7E5D96E90D1D4808B8AB3387 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1E7AF1E327C52990B3CD19313BE1409C /* GoogleUtilities-dummy.m in Sources */, + 43AC4C2A24FE7A889C24D04F7B69501C /* GULAppDelegateSwizzler.m in Sources */, + C03C551E29EA96AC69813DA747C545E0 /* GULAppEnvironmentUtil.m in Sources */, + 9923A4BD111A937C75C94B3C0C7A7F4C /* GULHeartbeatDateStorage.m in Sources */, + D2B123004985792853CBBAB3ADA23ECB /* GULHeartbeatDateStorageUserDefaults.m in Sources */, + 8FC795F6EF33A0C7167CA6C1149C3C7C /* GULKeychainStorage.m in Sources */, + 9AA85B7D0A225FFDBF4414739570FB7D /* GULKeychainUtils.m in Sources */, + 810A99D3A734A946CA563CB9888B2C09 /* GULLogger.m in Sources */, + 1B2C8ACE1D3579B9BFF8F10CE6BC5511 /* GULMutableDictionary.m in Sources */, + C68509AAA7A1445D37E9436DD626DEB6 /* GULNetwork.m in Sources */, + A69DE48E07B5FE3BCF17B193B3D08200 /* GULNetworkConstants.m in Sources */, + A756F01A6B07F41EBEB34716742E489E /* GULNetworkInfo.m in Sources */, + F9ED5FD7AFFAEF89E4F5B715E586E9ED /* GULNetworkURLSession.m in Sources */, + E5EEABB43D5A282331A4022AF158CB54 /* GULNSData+zlib.m in Sources */, + 1AFDD3F2F1F4C75BDAE2159C65A66014 /* GULObjectSwizzler.m in Sources */, + 2D52058A307EA301148F4A53589FE48A /* GULProxy.m in Sources */, + F01A1B831344D5F05D1198F24CD694CF /* GULReachabilityChecker.m in Sources */, + 6103AB9B15734964906024A28FE8DABA /* GULRuntimeClassDiff.m in Sources */, + 01A993F666771EC164AE6A856B97EEF2 /* GULRuntimeClassSnapshot.m in Sources */, + A839D62FE9A940752ABA3E9BCB29C662 /* GULRuntimeDiff.m in Sources */, + A1D48893178F850E68A6B9568FDF2E53 /* GULRuntimeSnapshot.m in Sources */, + E07B594387227A032B87611EBDCB61E9 /* GULRuntimeStateHelper.m in Sources */, + F1E09251EC357904CB66F4A246EBBBB8 /* GULSceneDelegateSwizzler.m in Sources */, + 185053AB9F1E10A72D38FC4F6856922A /* GULSecureCoding.m in Sources */, + 98A01B81F0076E2935F181C6786E57F3 /* GULSwizzledObject.m in Sources */, + 29F91950764E86D5999224C31C582F70 /* GULSwizzler.m in Sources */, + 50307E83D6BDD088DCE1FBABC162C657 /* GULSwizzler+Unswizzle.m in Sources */, + EC630B8514703289619F182444EB5DE4 /* GULSwizzlingCache.m in Sources */, + F8261933373AF5AF288CF5B057B2C306 /* GULURLSessionDataResponse.m in Sources */, + 9EBD57F50CD318F5C71127BFDA3F72F0 /* GULUserDefaults.m in Sources */, + 43948783BEB05060EBC69A62ED2B34B0 /* IsAppEncrypted.m in Sources */, + BD36EA9E4EFA0C716FC9B52161D27FE0 /* NSURLSession+GULPromises.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D3DA787A6A8B9A13A3C56E9CF5349C96 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; D42BA929C1ECBE85E5CE607121FFE571 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26355,31 +26904,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D813B57A6E639833AC980C6E8B8D939B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8938BCC482E634046B9767AC99F3B0CB /* FIRCurrentDateProvider.m in Sources */, - 7AE2EAB52D95D8188139D56C8F863411 /* FirebaseInstallations-dummy.m in Sources */, - BF38833C915AE42B1D83BECECA6B488A /* FIRInstallations.m in Sources */, - D44D81E4321DB0F1A42A948C29DD50B2 /* FIRInstallationsAPIService.m in Sources */, - FD37266138034E7C9B8AD29BFCDE38C6 /* FIRInstallationsAuthTokenResult.m in Sources */, - 9DAEDCDFC933F7227088BECB859BD15E /* FIRInstallationsBackoffController.m in Sources */, - A1FD3A43BBB6CA6B0105DAD9147EDCC7 /* FIRInstallationsErrorUtil.m in Sources */, - CCC41A252DA82AAFD3DF287525663DDA /* FIRInstallationsHTTPError.m in Sources */, - C85F98877A6F0F9AF727BD351AB5FFE6 /* FIRInstallationsIDController.m in Sources */, - 1A054F95CD9E149DA3366E901734C58E /* FIRInstallationsIIDStore.m in Sources */, - 8DE9D23262AC99FBBA4C85C7830ED371 /* FIRInstallationsIIDTokenStore.m in Sources */, - 0A9FA0AEAD03FF6118BBE855BA4EA113 /* FIRInstallationsItem.m in Sources */, - DD125B37F3651567773B9183DCC1E341 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, - 71EFFECD4F09E3FDF159AD674941E590 /* FIRInstallationsLogger.m in Sources */, - 1D4B2313622EFD4494C51DCB884E2822 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, - FDC78C6E84F9CBCFABF01E2ABE4AD698 /* FIRInstallationsStore.m in Sources */, - 1A5C40CB8FC2C9EB6CC4922B86CF525B /* FIRInstallationsStoredAuthToken.m in Sources */, - 12FA4A4EEB7ECFF84D7C5E568D749207 /* FIRInstallationsStoredItem.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; D8BFA82AE5F02096466C3CB401DF26C6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26403,87 +26927,71 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DAFAC8B4F36BCEFFB33B9C6572D34355 /* Sources */ = { + D8D645D53B6D3744DC7C6BE1C543673B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 9DA58CB8B86C16EC3F996A8FBE8A6036 /* dummy.m in Sources */, + 52452BE36505D46F4A60A84A0528D477 /* FirebaseCoreExtension-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - DD435A201C19B0DE0FCC5E698C5CFC4D /* Sources */ = { + DA948DACD6CEA6BC027D957FB068297C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + D0631D4858F26FFF3BF4570F93C129B0 /* FIRAnalyticsConfiguration.m in Sources */, + 42CFB394A5C470E99D07084E32220D05 /* FIRApp.m in Sources */, + 92870FADA92AD3E045994DF19EF8488F /* FIRBundleUtil.m in Sources */, + 2B834C5A9C50B3D343D1800CC99A25CE /* FIRComponent.m in Sources */, + 1F8E84CA8FE62344CC14F0BED2C4CF67 /* FIRComponentContainer.m in Sources */, + 8180EFED3492BAD31C5A6F3F6434DE42 /* FIRComponentType.m in Sources */, + 686659B40FC0436E18EA183343551BF8 /* FIRConfiguration.m in Sources */, + 174B6946A65D985EC2E585DC0B718072 /* FIRDependency.m in Sources */, + BD80DF64702B09680B1385B68BE8717F /* FirebaseCore-dummy.m in Sources */, + 68C6CB7A4EEB5E371FF4805BD5E1A976 /* FIRFirebaseUserAgent.m in Sources */, + 208D85CEB0BA9DD82AFEECA3F88530D6 /* FIRHeartbeatLogger.m in Sources */, + 48C31A51D2898E77FD23ACB0FDF5D76B /* FIRLogger.m in Sources */, + 557DEB48BA303243BBC5AF9FE952CC4C /* FIROptions.m in Sources */, + 25FCE5E9CCD5BC4547D63E9CB799365B /* FIRVersion.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E55599A9EE8E7331FCC5B3B0B7187F60 /* Sources */ = { + DC5C080137776C76454A47A6BC7DEA29 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F0C1C872B7093E1A9D16A7783D6F0D1E /* Pods-iOS-RoutingKitTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E8D3B1D86EDACBCDA335B27F82A910F8 /* Sources */ = { + E55599A9EE8E7331FCC5B3B0B7187F60 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F4BE6D811D3F6C432FFEAF015ED76D8C /* Pods-iOS-RoutingKit-dummy.m in Sources */, + F0C1C872B7093E1A9D16A7783D6F0D1E /* Pods-iOS-RoutingKitTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E99C247A52859390032A0AB96BA86D27 /* Sources */ = { + E72B5216A25D5BB0ED88D1274B03DE6D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A1DCEED0508C470BF1A026D99C0E687E /* Pods-iOS-dydxV4-dummy.m in Sources */, + E18EE388369CA9456DB5CB7F7A9E0FCB /* Pods-iOS-dydxAnalytics-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E9FAD47635B67299406C22565A7BB069 /* Sources */ = { + E7505EBE93CDDCA3F4251F851D2B8AF3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - EBD8A103CF7678CD09102B8F15CEE10D /* Sources */ = { + E8D3B1D86EDACBCDA335B27F82A910F8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F8C309F75CA6513351D0DE6918E29377 /* FirebaseMessaging-dummy.m in Sources */, - 27557F770A845547FA39C0A134902240 /* FIRMessaging.m in Sources */, - 85B2E70368B2CA5F8C4B4629E5114F06 /* FIRMessagingAnalytics.m in Sources */, - 84CAAC01126DE8F9D8FFF93FFD621BF1 /* FIRMessagingAPNSInfo.m in Sources */, - B749650EA6AB0DEA534236EDB2F618F1 /* FIRMessagingAuthKeychain.m in Sources */, - 0631850A3DDB695E9B8C96E2CF5B327B /* FIRMessagingAuthService.m in Sources */, - C28DF2882A7B90CEF84B7235C9D78407 /* FIRMessagingBackupExcludedPlist.m in Sources */, - A42C2F9A08E47275CBFD3F7AEC823802 /* FIRMessagingCheckinPreferences.m in Sources */, - AE9F5C31B3D0AF712823799C648B9A82 /* FIRMessagingCheckinService.m in Sources */, - 06C2F15CEC14CB4E674DFA11283B943C /* FIRMessagingCheckinStore.m in Sources */, - 9A47B6BBAEF497EDFE6ECDDC9231A317 /* FIRMessagingConstants.m in Sources */, - 5B842A72D2E3E2BA5195EF3E1A457634 /* FIRMessagingContextManagerService.m in Sources */, - 1F443F4BC43FC82F18668D59FE894970 /* FIRMessagingExtensionHelper.m in Sources */, - 2C2F4971364C4862DC7099E66956066B /* FIRMessagingKeychain.m in Sources */, - 56F8F6E1A3117DA72D48DEBCC3DE1F11 /* FIRMessagingLogger.m in Sources */, - 69BEB10871C5FD78EAD0C9C46EC6BB8A /* FIRMessagingPendingTopicsList.m in Sources */, - E19464BDCE0C2C37D40FA5CCED447399 /* FIRMessagingPersistentSyncMessage.m in Sources */, - 4508A180B95179433E35DE7B61D09C5F /* FIRMessagingPubSub.m in Sources */, - 05913534C115F5B3A59145142044EE8B /* FIRMessagingRemoteNotificationsProxy.m in Sources */, - D74FC4ECD1569FBA51CDB1D77680847A /* FIRMessagingRmqManager.m in Sources */, - 797EAF37D70C62328E51D94B8069F2C4 /* FIRMessagingSyncMessageManager.m in Sources */, - 33C5ED6C6E07C6EDBFA765F25EA3A9D5 /* FIRMessagingTokenDeleteOperation.m in Sources */, - 0CC1311AC72ABD8DDF58B59D43123059 /* FIRMessagingTokenFetchOperation.m in Sources */, - 7EF4FB3BA525B030F4D9DDE1D51F62FF /* FIRMessagingTokenInfo.m in Sources */, - EA522E12D32D90A8B168C7FAE617C532 /* FIRMessagingTokenManager.m in Sources */, - 419E1B5DF2F65397F72558C9325B065C /* FIRMessagingTokenOperation.m in Sources */, - D03E54411D817B1324967C0A8060FF09 /* FIRMessagingTokenStore.m in Sources */, - A6024ADF735DB6027F5BC75D7F6E2DF0 /* FIRMessagingTopicOperation.m in Sources */, - 2859EB781F262447391505537C43ECCD /* FIRMessagingUtilities.m in Sources */, - D8A3850CB8B4693A8D9ED47FEE26DB39 /* me.nanopb.c in Sources */, - 794584ED8A9C68D88D8B96B3EDFFD8C3 /* NSDictionary+FIRMessaging.m in Sources */, - 8EE65990BDCFDE44B83D581E789BAE96 /* NSError+FIRMessaging.m in Sources */, + F4BE6D811D3F6C432FFEAF015ED76D8C /* Pods-iOS-RoutingKit-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26527,49 +27035,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F88BDB77132D3F33F232813B17F0B490 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0797446D860930EF230025AC15955C09 /* ApplicationInfo.swift in Sources */, - 6CAFA736F19CCEB0C485DF451324CAA0 /* DevEventConsoleLogger.swift in Sources */, - C1E739589E42E4CB412668B76FDB481C /* EventGDTLogger.swift in Sources */, - DEAE8972EDDDDC41ABD2B8004A90919B /* FirebaseSessions.swift in Sources */, - A1D7E07CF427E6A08C64FCFA9AEB68F0 /* FirebaseSessions-dummy.m in Sources */, - 5AF08D5D7CE71209CC6EBF6CE234295D /* FirebaseSessionsError.swift in Sources */, - F6D6618271DE4A24C651F8AD89D691CC /* FIRSESNanoPBHelpers.m in Sources */, - 0F8F6C28EFCD16953AE6F3A2F09E52A6 /* GoogleDataTransport+GoogleDataTransportProtocol.swift in Sources */, - A576334021F42AC02962062502F162E1 /* Installations+InstallationsProtocol.swift in Sources */, - 9261A2A08255807CA7A1EB2B01765CDB /* LocalOverrideSettings.swift in Sources */, - 2FCBC8A8A6139BD7E664B3AA5B421222 /* Logger.swift in Sources */, - D7711D1F0C495FF26CB4C5212C38AA37 /* NanoPB+CustomStringConvertible.swift in Sources */, - DA575D1582F29E684E4F20D34946502A /* NetworkInfo.swift in Sources */, - 488039E67CEEC896FC5F194F84E44EAA /* RemoteSettings.swift in Sources */, - 31297E24ABA6C10687B862376540EFA7 /* SDKDefaultSettings.swift in Sources */, - BD4B7A831B8058EEE8547F34C87205F4 /* SessionCoordinator.swift in Sources */, - E79E58CB07F7BA22DEE05BB1F3B4D874 /* SessionGenerator.swift in Sources */, - DF376BBEFA14A7EC5678B902FC7BC0FD /* SessionInitiator.swift in Sources */, - B1362CE4EE779AC44DFE6BD532002DA4 /* sessions.nanopb.c in Sources */, - 23E13827AF4FA02BE6739E97C766A74C /* SessionsDependencies.swift in Sources */, - 4B8FA16B9688B4DDC92475956A8E906D /* SessionsProvider.swift in Sources */, - 2FE24E6955DDE6C52AF681A29A25BEF5 /* SessionsSettings.swift in Sources */, - BFC3781B9652211A9495A1028798E2D9 /* SessionsSubscriber.swift in Sources */, - EF2F74480559E047CB75E731D22CB00A /* SessionStartEvent.swift in Sources */, - CFB2B57AD90E514D5F6E3B12AD98B822 /* SettingsCacheClient.swift in Sources */, - F3369DE32B2E7592B9F8D26CB200C9A8 /* SettingsDownloadClient.swift in Sources */, - 41183DCBC0A4177233335D654E3EF6EC /* SettingsProtocol.swift in Sources */, - C726C5E99A282CC52ADAA1CBB19FF6D0 /* SettingsProvider.swift in Sources */, - 61B9285C3F3168EB079A0CDAFC5C1260 /* Time.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F8DD36D9180B3A34224B9564CE26DCBC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; FA8CBE8D427962626C551D82F980EFBE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26591,6498 +27056,6564 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 004A574424896A4B6FCBF4484B5B2F62 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 94ABCD530E8AD422D3C46095E4397663 /* PBXContainerItemProxy */; - }; - 00A5811FC75CB46D82DA54D90673E046 /* PBXTargetDependency */ = { + 00332B1ACC6C26E34405D6A9E184B742 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = DC67F17D12B201800CB018385EDB317A /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 286141B7D290AF8B54964CCB4C11CFAD /* PBXContainerItemProxy */; }; - 00BC19E759857A52FB3EA60E1AF1C591 /* PBXTargetDependency */ = { + 006C79AE9DF597D51271F4C4C6DEEFDC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GTMSessionFetcher; - target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = AEC44FF67B046B6173D5B7D44B897E79 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 79C0310D6BA82AFB2DDD458DE17CB8F8 /* PBXContainerItemProxy */; }; - 00D17B4A1A4EC1C4A834AB0AAB6592C5 /* PBXTargetDependency */ = { + 007E52EDE4D4150F6CFC833B8095F453 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = NVActivityIndicatorView; target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 71AF44412D31E69C252E9E4F4DCD9511 /* PBXContainerItemProxy */; - }; - 0225FC30B47BF86FBA60043C5491E080 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 625AE6520E2232AC7E1F94C23C48F3B4 /* PBXContainerItemProxy */; - }; - 02383425DF6096F6C26D9EBAA7E2604B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 7E3FA033ACEB9CCC3B8E8CDDC1DFBE4B /* PBXContainerItemProxy */; - }; - 0263200AD9D7E2BDDBFEFCCC89E16708 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 02EAC479540BB0E97C44644414AC73A1 /* PBXContainerItemProxy */; - }; - 0373F46D85B7CF15C6E8470154714A33 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = DD2C2F83E465528AED117E995DC4AB45 /* PBXContainerItemProxy */; - }; - 03AD0D10809F604A6A3E1797AF4E3939 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = B933296135F23864C97B188E81BA99E8 /* PBXContainerItemProxy */; + targetProxy = 5A2E0C74E3D8669EF4E3917F3EA98D8E /* PBXContainerItemProxy */; }; - 041EDBC76660CA1D994853F1792B7EFB /* PBXTargetDependency */ = { + 00B9E34099B20815B82E633814ED56A5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSharedSwift; - target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; - targetProxy = E8AD4A6B8F1EF2DF5AAFF009ACCFDBEB /* PBXContainerItemProxy */; + name = FirebaseSessions; + target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; + targetProxy = B4A2051C1ABA2471D7AA122263318EC4 /* PBXContainerItemProxy */; }; - 04904E6699D2125E0CB6A06506BA1541 /* PBXTargetDependency */ = { + 00DECC31E6E96143D74CC53C9884EC93 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = FF1FA060957A116FFD227D9E66A3AD32 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = A108CBC81295868FB34CDC95E417AFEF /* PBXContainerItemProxy */; }; - 049EFE891187D7076226C854E8D2EF8F /* PBXTargetDependency */ = { + 01438FD4B02B48E9F3214186C0B51EDB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CombineExt; target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = E84857DA9DA2D463F6AA5E118C710F70 /* PBXContainerItemProxy */; + targetProxy = 686F286A7931DEF6CA6E0A4719B7338D /* PBXContainerItemProxy */; }; - 04BFE9442BE16E66588696812F8C6083 /* PBXTargetDependency */ = { + 019F97193D91280A65BF8AD699219317 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 3433BC60F5406C601F9A2C0C443D2351 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = EBEC6D57E25B874D776F785DAD2430CC /* PBXContainerItemProxy */; }; - 04F7722B3601D5FFA9F05A7D9E688495 /* PBXTargetDependency */ = { + 01C84047A4CB30F9D4666474BA594B89 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = CE4E43E4B6C8355DB852CBB1506F714E /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 3F0BAE5E5889FE91D9A7749585748950 /* PBXContainerItemProxy */; }; - 05061E9186173AB9D73336ADB6053FA4 /* PBXTargetDependency */ = { + 022A354950625494EC044B4B5877827B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 15E532F06B28B29BC3A12663B8213141 /* PBXContainerItemProxy */; + name = GTMSessionFetcher; + target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; + targetProxy = E3C087407216493BF326F1F242C1D4E4 /* PBXContainerItemProxy */; }; - 05459229A760BEFF83D912E235C2669E /* PBXTargetDependency */ = { + 030525276724910AAF37BE664B61F7DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = E1529B703B8CD9A12211B12EBD3F657F /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = A666317E64D23BAE2AC5984F6C6CE6D0 /* PBXContainerItemProxy */; }; - 054B3D245411DEC93B324BDD1827E649 /* PBXTargetDependency */ = { + 031E052670C9B1A1D94C80E3E1BE626A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BigInt; target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 29153A80BC4D8587C95A65EB5EB78BE2 /* PBXContainerItemProxy */; + targetProxy = CFCAF7B9DBC2A981A3CD3DC3E4A53ECB /* PBXContainerItemProxy */; }; - 05A470609C7C115530CA006C8AC60A28 /* PBXTargetDependency */ = { + 03472A9DBC4ACF5C41048DCA64766C47 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 3F5342F81D94CCFA1A72D2FBB7E26DD8 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 7C6E9D61B85B4FE18B2EF9B85C913309 /* PBXContainerItemProxy */; }; - 05C49820182DD276003889687BAB8A26 /* PBXTargetDependency */ = { + 038B546EF5C1CB29B0A9E61AE8558175 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 2FE4CA6666DE518818C96BA78BB9F0F0 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 6EF27D7B4692421D8749A1744A746BB1 /* PBXContainerItemProxy */; }; - 05F59AF2D46C7AC7409A9717091D5A4D /* PBXTargetDependency */ = { + 03A0BC26C4B68A773C45596A269BA9C8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 3050F28CDB1E8978BFBC80DEFB9AECDF /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = EBE0A48C75DA6A3DA32A2122B40951AB /* PBXContainerItemProxy */; }; - 060170F52923EE0B009F3DDBB50841BE /* PBXTargetDependency */ = { + 03F897B410D0EF453E4B4C56935BC2CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = D11E360A21E69152D728CA93744E9D18 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 498E9051D2EA826AA67AB09913B37CFF /* PBXContainerItemProxy */; }; - 060B1B55289C986999E1C245D5B097D1 /* PBXTargetDependency */ = { + 041CB94923ED635F5A305C9CA6557C43 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 295107885FF136C5D393B7BC8D1D2E56 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 1431AF5D9151FC4231F8708A7EF38193 /* PBXContainerItemProxy */; }; - 061707486E033D87FA54B14775C784B0 /* PBXTargetDependency */ = { + 0449886E6A41046A1C0499ABB05C4678 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 05963936FC7E7D6F191675985E0C6800 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 6B5715FE701E8510DAD6EA259AA2BD00 /* PBXContainerItemProxy */; }; - 06E5E4070632114C0D6CDBCD9CD67D92 /* PBXTargetDependency */ = { + 055E9A5298FD4C23228BC502858B1DFB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 4054D6A87C337A0401BA250EBEC2DFC7 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 38F0D5DBEE876C2B2E9967D15F1FCD7F /* PBXContainerItemProxy */; }; - 06EF30CF55C936AFBADBD07AA3DD65B1 /* PBXTargetDependency */ = { + 055EEADE28850EBEEE16BB9E9EFD0163 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Abacus; - target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; - targetProxy = 74FDF0386D2DE36E4DDFDF78A9E17373 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 94BED3F1E62BB1E510F7E8026E7B8238 /* PBXContainerItemProxy */; }; - 07019238DC78FE1CD5F728ADFF636559 /* PBXTargetDependency */ = { + 05C6465F6DFA864565E9931A921528D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = A0264339C16DB270C45AC5645D7C9F6C /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 02EBBC79A4710793E33F22792FBE0483 /* PBXContainerItemProxy */; + }; + 063DA9752A3F60D2123E6E01F776913A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = E035262447490E33DEF481C7E27C75F8 /* PBXContainerItemProxy */; }; - 071907C227B6E88A447FE1BB64C57585 /* PBXTargetDependency */ = { + 064024F3438A47BC3CFFF6796D897738 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = iCarousel; target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 9F85C89FF91841C16A4DF7E51734DCA0 /* PBXContainerItemProxy */; + targetProxy = 539B1ADD3E64DDF06BDE243F08E9807D /* PBXContainerItemProxy */; }; - 072B294FEADA7114D6360D6330D6BDBA /* PBXTargetDependency */ = { + 06B777436356E8AE5892D43714271495 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 090F1593F856C785391A4D1830E26D18 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 9640D5B3BE6B5E5F9A24F2C5963DD245 /* PBXContainerItemProxy */; }; - 073FFC5B885E5D172D6E368008B62A99 /* PBXTargetDependency */ = { + 072165DDA0C28D962B20D1A2936885AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 73E679A6C57C7870CC8B55F38CC37A73 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 27D52FDC04EF3813BB10B55B7CCCB7FB /* PBXContainerItemProxy */; }; - 0794FDC78B83C66B06BB4391114C880C /* PBXTargetDependency */ = { + 0760E8F3CEF3E6A92EEAB4859AC13C76 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 0C5D45E7DC755367DF9C3FE888005910 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = D2D11672DF437619FC86725295BAFE48 /* PBXContainerItemProxy */; }; - 07BBE8C2B2C80E7D0F92CA1DD7CF5158 /* PBXTargetDependency */ = { + 07C18D4AAD8E402DF6A9D1AA5615966A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = EC2AD7FCC2CFE44D93758F4F50AC55EF /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = BC7EB9AB0317A010FB28429A3F94224C /* PBXContainerItemProxy */; }; - 082DE953D449A7ADC661FFC551AD1C67 /* PBXTargetDependency */ = { + 07FE0CECBF05E09333E7345F9AE54EE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 5D5185D4033B05C4BB6FF7FABFB8AEC7 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = DEA6B4167517F2390FED45F387CD5BE2 /* PBXContainerItemProxy */; }; - 085F07516F225223A2ECFA0434D9A327 /* PBXTargetDependency */ = { + 081FBD64E486244D5D91E1B8EEA515F8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = 42D369E4136F249DB93FF9DB9FF5F998 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = C7726985CCA17A2878F36D8CE0BF515B /* PBXContainerItemProxy */; }; - 0876D812ACBF7D6E3F9A1C3B321025D8 /* PBXTargetDependency */ = { + 083789B96685FD7695433F330CCC1877 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSwiftUI; - target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; - targetProxy = 6AB9415BE9B403706C4D349C21A17B99 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 5D5160FAA3257B04D61F21192D5BB597 /* PBXContainerItemProxy */; }; - 087C786AF479BCBA04011B583F32E998 /* PBXTargetDependency */ = { + 084054F58ED26C1361957B3FF3EAE952 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 0B2E3ABB34D34C490FEDDE6196BB3283 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 71222ABB80229D4E820DD835EEB966E5 /* PBXContainerItemProxy */; }; - 087D1C2A02DCC1346E0817B4D08B6270 /* PBXTargetDependency */ = { + 08B4F7331D1598FC8C83A863C2B2D164 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 1319AAACEA46E3A3769BCA3185D770C1 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 8D985B6E4BE9BB776D8925F71FCF3BF4 /* PBXContainerItemProxy */; }; - 08BEB8EE49D18B41DCEA70CC16C991E9 /* PBXTargetDependency */ = { + 08C6952E59D0358AFF8F440B948C7E87 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 3FD0B155B576E557ABF381657E8D6C3F /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = DCBDA4734B7127E772993C220C7468D1 /* PBXContainerItemProxy */; }; - 094F1FE282427AF6B7530BE0F0B11EED /* PBXTargetDependency */ = { + 090A9C2E07A16CC2A910A8546E7BD90C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = BEAB4189EE09A6E403CFE2495E52B5E9 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 824869CDE554B7C484CC82A2BBB3E522 /* PBXContainerItemProxy */; }; - 09EAAF54CD5AEE4E90B13373B5ACF8D0 /* PBXTargetDependency */ = { + 093036F429C9C26B504F9992F48B968F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FloatingPanel; target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 452870FB04411859CDCC4A4C8268AADD /* PBXContainerItemProxy */; + targetProxy = A472EB808ACE13F61151614FFA11C8E3 /* PBXContainerItemProxy */; + }; + 0940DD93B8912F71893D58092E46ECE2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Popovers; + target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; + targetProxy = 487A2B22328C30B23A1389279D3E2F64 /* PBXContainerItemProxy */; }; - 09F3DF43BE733EB68DCE816F486DB184 /* PBXTargetDependency */ = { + 095F96ABC8B7715F9B9BF0882E456737 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CombineExt; target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 9BDACB4056558284D7907DD43B41BE07 /* PBXContainerItemProxy */; + targetProxy = 70288BD1529A773B6B75D244ACD79A12 /* PBXContainerItemProxy */; }; - 0A6D679C4D585F3073AA30E509B46FCF /* PBXTargetDependency */ = { + 099641BDDE098E052740CC4EC0F39E28 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 8F34DF6BEF298DBEA4A5DC16DC4BD15D /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = CA64D31EEB14385E3BD0605D9DE26D87 /* PBXContainerItemProxy */; }; - 0A9DA2F13E562235B7ACED73F04011D7 /* PBXTargetDependency */ = { + 09BFAD0247CFB752B3C93255814375D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfig; - target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; - targetProxy = F460368961C7CBFFBFDECAAE866AED77 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = E3E556E9DD3A2D75FB353C77BAA1DAF8 /* PBXContainerItemProxy */; }; - 0AE170E235D38FB3E648D3117378A34B /* PBXTargetDependency */ = { + 09C8CEC88C21C53820BFBAAAF888A6AB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GTMSessionFetcher; - target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = 34B7EA8D7CCA6ADA23A9534BAD063075 /* PBXContainerItemProxy */; + name = "FirebaseABTesting-FirebaseABTesting_Privacy"; + target = E9F5D289F4688880F8AEA528F4783976 /* FirebaseABTesting-FirebaseABTesting_Privacy */; + targetProxy = 0C95CEB3A0CF002B9DF03B121EAB334A /* PBXContainerItemProxy */; }; - 0AEAF06F02F7C3BA13ACF2184DBE2D3E /* PBXTargetDependency */ = { + 09DFFF601D973118FDEF0F0A41095A97 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 94FF9172FAF9B550434AB2A31062B09C /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 6B4A74624069D5953BA2D59FB3511F47 /* PBXContainerItemProxy */; }; - 0AF29327C525C2C80A842211D85540E0 /* PBXTargetDependency */ = { + 0A08D54B6E984CD06113B80A4F9D03F5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = F2E2C1203ADE3848F6A15CBFB97104C2 /* PBXContainerItemProxy */; + name = Popovers; + target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; + targetProxy = D513BB24741094ABC4D56349B730BAD8 /* PBXContainerItemProxy */; }; - 0B7E916EE49C3900A2EDEC6AF60AE476 /* PBXTargetDependency */ = { + 0A30134892AA7E864C4F75B18067B6D6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 3E1F91402F59CC958A85C972DF169CBB /* PBXContainerItemProxy */; + name = FirebaseSessions; + target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; + targetProxy = 5B83B1AFEAA1B5E34F7F17E8EAE4FB1D /* PBXContainerItemProxy */; }; - 0BBB36B0B80283F4E6E2373847D5941F /* PBXTargetDependency */ = { + 0B04CBB106468616B66F9F7AE98AEDC2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AECBE15FC18389C3A46F78F010ABB608 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = C09099FB324BD9B3923219E0494058A4 /* PBXContainerItemProxy */; }; - 0BCBB79CE55753BBC75856801C466F96 /* PBXTargetDependency */ = { + 0B0C67ECD164A0432E6EA7EC2DC9821A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = ACF773B8821637BDD79A466CC00324F4 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 50AAEE7F64DF876FE191993DF657CEC3 /* PBXContainerItemProxy */; }; - 0BD87E7E6F76AED97FFCA8BE930BC69B /* PBXTargetDependency */ = { + 0B4A5D21C4CAEF58A2C17A2C45CA83CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = A8934380DFB67B4D37EB7E987687873F /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = AA7CBAE055759CF45334267663CAA242 /* PBXContainerItemProxy */; }; - 0BEF1D36C080367454FB1CC6E20A785D /* PBXTargetDependency */ = { + 0B7B677782F3DA8F13E6722347B6406A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = BAF5CA07CAFD3CF1D55247996A943B9D /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = ABF75BDA57BF4FD90B3AEB4BABCDDCBF /* PBXContainerItemProxy */; }; - 0C4258574087FC4F6B61E3E0863FCDF1 /* PBXTargetDependency */ = { + 0B8FA7F628162344ABEFF6DDA7FDBC15 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 8DA69C2C3BEFC9EDCE8EB00875B26007 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 5DADD9A4938E8AE6AE9D3DF25A001797 /* PBXContainerItemProxy */; }; - 0CA0D43243768A23DC902DA02F379A6A /* PBXTargetDependency */ = { + 0BFF4CA42F008F834C092865112E74DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BigInt; target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 0F7B5131769A2E65B34DF991BDD5AE7C /* PBXContainerItemProxy */; + targetProxy = 2031FFBF428D3ED73B4B8DB48A5AD3C7 /* PBXContainerItemProxy */; }; - 0CA496D1B09AAF45B071AF5C4F40FC2F /* PBXTargetDependency */ = { + 0C36AAE712092BAB3809F46CA1E3AF54 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AppsFlyerFramework; - target = B0B23938B1EBCBAD2419AB6E9D222A0B /* AppsFlyerFramework */; - targetProxy = 2F087B0DAC1AA4EA1B1CC7DCBC0E1574 /* PBXContainerItemProxy */; - }; - 0CCBDAF13B0EB405F3DC975F92A116E8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 8426553389C1111F121FA28023B2CC74 /* PBXContainerItemProxy */; - }; - 0CEE768D4423119FB0DE57B81184B821 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = B6BD642F7BC61C1EED63B76C3737A946 /* PBXContainerItemProxy */; - }; - 0D2005905F02E1DA9B089D4973A1DBBD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 2991120573183455EB2959DB98AF4974 /* PBXContainerItemProxy */; - }; - 0D69A518AA92D248630DB6AC050587A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = FA76630FC6BBFFBFCC1682D21C9213BB /* PBXContainerItemProxy */; - }; - 0DE695165395D9FB54E1B3795BBAA0DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 5112D452B19FFCBAFC49536F154756D8 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = F3C7ABA84DB563E667FE58140802C5A1 /* PBXContainerItemProxy */; }; - 0E8DF9E8ACD36AF9981689ABA44A8EB2 /* PBXTargetDependency */ = { + 0CD941E47A2B54DBA058ACA5AB6314B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 494B73DE745CF0A9735A6B6B2E1F285A /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 7D4602033975422686DAB16D5F53620F /* PBXContainerItemProxy */; }; - 0ED940467F36E70131B4D09C2B4E772C /* PBXTargetDependency */ = { + 0D282F8ACB9F2D7C861D4B199EC39C5F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 3DCF53F412D1972A0D9A6E3796B9EE0A /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 682C272615035BA697F8C9BAD6EA0240 /* PBXContainerItemProxy */; }; - 0F590411BDBE37B12A73D95775200A9F /* PBXTargetDependency */ = { + 0E0081A2C41324CC19FCCFF923EDB483 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 6B83A687A09B3D86D8A7EC9B946D0F59 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = F29E7BEEF15CAEF797DA25043907B72E /* PBXContainerItemProxy */; }; - 0F920D6F37DAAD86F6685543C0BC5B59 /* PBXTargetDependency */ = { + 0EE0A62729F2BD528F7E736A8FAECB26 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 595D9B93845B978A9785DC051F1D38BD /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 6E3B618A1C94907D4D7FAA5919F613D1 /* PBXContainerItemProxy */; }; - 0FBAE50C7F30154B97F301ECB3E5C186 /* PBXTargetDependency */ = { + 0F228D114AD9432268DE7587EAD56F8C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 8EA325FE65CAEAA9FE91850A6A431BA2 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = E2DE7CEA231D1A6C14404BA446EBF036 /* PBXContainerItemProxy */; }; - 1010169C8241D8AF1FACCCE0DA05D89A /* PBXTargetDependency */ = { + 0F64D317DD3DE4FBE8AFADEFE244C9F5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = A44725BD7AA1433BAEF251392E7137CE /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = D975B9106646A4822A3AE1735CAD4B4B /* PBXContainerItemProxy */; }; - 10360698531AB247F4F6D9ED5174AA45 /* PBXTargetDependency */ = { + 0F96B3626BA38DA3ABF5EFDA33358673 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 5042DC60D2743A8A410B0198DD1DF979 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 9FC987E51504338DA0D20553B6C66FF8 /* PBXContainerItemProxy */; }; - 111C5E5EEDA3A0B33195DDEFD41F6B5C /* PBXTargetDependency */ = { + 0FB9801F7AE3841C6DBA515B182B78B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 8430153C95EAEC8E92D85A8075B3E8FA /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = DF03BE7D15A6F0FEBCCB96FAF7AFE56F /* PBXContainerItemProxy */; }; - 1142FB45EE170F2C19B2C3B04D21A5E3 /* PBXTargetDependency */ = { + 0FDF0A11D87C1170598523648BB697C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSessions; - target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; - targetProxy = 90492E7A403AA716A64BAF628B4234B9 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = D806CD20758A847CF12954D3156CB66E /* PBXContainerItemProxy */; }; - 11583A5366E55853D92B78DC68B48613 /* PBXTargetDependency */ = { + 0FEA29085C486AADB4F5936BD9E718BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PanModal; target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 22E7ECF7A31F5A60AC423A850F7D875B /* PBXContainerItemProxy */; + targetProxy = 5E8D213CDBD0CB94BF94506C6253DC58 /* PBXContainerItemProxy */; }; - 11E0A5E4F1AB6B96C9DE450E84860680 /* PBXTargetDependency */ = { + 0FFF9430B472F97991BFA64B3C1EE771 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = A6B92F9012B8FD3BBAB041207355C743 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 4628DA1457C24CA730D9E32F04A5FE4D /* PBXContainerItemProxy */; }; - 11FC22C9B805E9A9F96D75E25A02A535 /* PBXTargetDependency */ = { + 100361B276B996A7D5CE15D88203F429 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = B9B7599EDBAA5C1EA8216FA35A53E506 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 592AB8A4A305106A60B7A8DE37DE0F05 /* PBXContainerItemProxy */; }; - 121E0E03F2C0AF5B04FBD36DA38CE6F9 /* PBXTargetDependency */ = { + 1009391B36A8CFB1F5A0881F47F3912A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 05CE4AE24B07BB9BC0720B9725F0ABD6 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 4AB188D9F7457946905C528F2AC476D5 /* PBXContainerItemProxy */; }; - 122C49CF931A92931CDD3A67C7B258D0 /* PBXTargetDependency */ = { + 1069F9557E9AA1404CD4800EF008BAD1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 5B31478353898851F0E88DBE23295198 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 5017B0C08B2C327565439D47289C8323 /* PBXContainerItemProxy */; }; - 128E0E5722F20CFE5BDBB4BD56367978 /* PBXTargetDependency */ = { + 106D2B0F657D777618A4B21A1D530207 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleToolboxForMac; - target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; - targetProxy = BA5D3F4300DABFC1BD676B1DD126265C /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = B6A2D00E0FF999470EB0E2A7DC4F2DB3 /* PBXContainerItemProxy */; }; - 12B306CB39AFD4E79006089D24A303BD /* PBXTargetDependency */ = { + 107F00D1684DB5C3F3924A73CFEF0835 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 198F9F37B9BF7CE2D6A12818A6D1A444 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 4AF286A0FD48F619A31798C23928CCE0 /* PBXContainerItemProxy */; }; - 135FA1C999C43B33EEC297774B501B71 /* PBXTargetDependency */ = { + 11082C0A20514117728B6161F97C24A1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 8B7F4E017AE02145AA7D5AB800033B95 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = B3B71246AA691E750319E1BA6C38273D /* PBXContainerItemProxy */; }; - 13A20B240A19CD0CA1BDCD1B85D93CDE /* PBXTargetDependency */ = { + 11692286877DF3D7EB2755D60594211E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 56ACE1801234A8A2F8B1F1535F66EF02 /* PBXContainerItemProxy */; + name = FirebasePerformance; + target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; + targetProxy = E79EED6D9AE0E7845CEC58BC9849BA2A /* PBXContainerItemProxy */; }; - 13C3C0CC3082CF3A5A75FEC9FB9762A9 /* PBXTargetDependency */ = { + 1171444DE4C4EBF48DC601DCC258533D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 0447E6C6569E2DE5F7EE47A76D2D472E /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = DFCAAA74DA924339FB58DB0C6A7CEC85 /* PBXContainerItemProxy */; }; - 13FA4A2F3F498CB88FAE186E197BA904 /* PBXTargetDependency */ = { + 1191C0C451A9BBBCBB34775845CC8E4F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 5BE3DD3CA003688D4D8A5FF35EFE75B8 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 8AB0782FD94C35DF20FBEB1B68EBB6B2 /* PBXContainerItemProxy */; }; - 142DD9EC710756B470A34FFC1F95B44E /* PBXTargetDependency */ = { + 11B6132CEC16110840A43AE842CD9F81 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = D18C8586D35F6B90D7FDD0E3F6AC4988 /* PBXContainerItemProxy */; + name = FirebaseRemoteConfigInterop; + target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; + targetProxy = C577106BB7ED73DBF13EDA624B1FEC27 /* PBXContainerItemProxy */; }; - 1438735A2EC1D71D0E487EAB488FEFBE /* PBXTargetDependency */ = { + 11B84BAD293A308416D5228A71074DC3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 62894D00A67CC97D8F5E043ECA8D7CEA /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = AB581B6FCC6EEC9290ADB63D34ACB59C /* PBXContainerItemProxy */; }; - 14A965EAE7A03FDD2CB8943FDCBB0C36 /* PBXTargetDependency */ = { + 11F165546E2FB8D944677A4C1FE171A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = D4FF98A76737260A2132090211FDA64A /* PBXContainerItemProxy */; + name = FirebaseRemoteConfig; + target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; + targetProxy = E5CBC57EA37AFC1816B068D4B7FA0012 /* PBXContainerItemProxy */; }; - 14B8472A7891D142A997927B4ED8FCE4 /* PBXTargetDependency */ = { + 126148D4375F46A39D37BCE3746439D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 3F363DB9462D0702C1AA4F04AC356804 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = C0C7544F1871A011D0781936E0722DA7 /* PBXContainerItemProxy */; }; - 14DE324EB3A1079EF67A34175B9CB656 /* PBXTargetDependency */ = { + 1298C300CAA454B63283DCD361D371F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 200FF2659C665C5294B497FBC4F26313 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 4F3208038AD1A4F5F0F86E3711FB6BCF /* PBXContainerItemProxy */; }; - 157733C278EE319933D547E514DAEA4B /* PBXTargetDependency */ = { + 12C6B673BEA58C844FCCE6008DC9C6C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 3BE0643F4518E2350AF7942D44881F9F /* PBXContainerItemProxy */; + name = "ReachabilitySwift-ReachabilitySwift"; + target = 0A8C943EF5CB0B747A82882C5D3ECF93 /* ReachabilitySwift-ReachabilitySwift */; + targetProxy = EA39CDB6D8ABDD565A248DC67A5BB63E /* PBXContainerItemProxy */; }; - 15C39C6CE4209277F093C097C4E496F6 /* PBXTargetDependency */ = { + 12CA8F559BB725D33A1BC12B1857C492 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = C6094796C13837EAA0B93F77EA5AB547 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 74E2CDAF519874DEC85AAC1F9F23051D /* PBXContainerItemProxy */; }; - 171624E2559D6B7B19238E9A73409C2C /* PBXTargetDependency */ = { + 12FF14583BFAB678187A5514F2CCC0D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 94E950805DB1D879E7878252991B86FC /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 10B84C5F9F748653E0C1DA5E435943EC /* PBXContainerItemProxy */; }; - 1737141F0299140283A66E9EEA0B5BD9 /* PBXTargetDependency */ = { + 1387B1DAA54EFB4F7757762DD6F2F2C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 17A97518713C6BD04BB7C630A8A0BFC8 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 6A6F9B83B83D69FE22357F510E0CD520 /* PBXContainerItemProxy */; }; - 1770438344C0D9AC914328E8237E56FE /* PBXTargetDependency */ = { + 13EC894796EFED3CB937173ECC91C279 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSharedSwift; - target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; - targetProxy = 7B8B6AF0A7CFA23F0E1166C1FF4EA946 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 72C3767F0733995014791FDC00149EC9 /* PBXContainerItemProxy */; }; - 17C387A865F2F1B00A4FDAF2EDA4BEE8 /* PBXTargetDependency */ = { + 14EDD33BCFB58F4733D88D2368EC6098 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = D920676824DB037097894D81A9765B13 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 430006E0C036FF6CCC3E3844DBE43C5E /* PBXContainerItemProxy */; }; - 1876732EAC5D25C69D548CC711D93D2D /* PBXTargetDependency */ = { + 14FCA70101FB0DCCB905EEA1A395DAB1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = E9472D01D891726AAE8437634C179E81 /* PBXContainerItemProxy */; + name = "FirebaseCoreExtension-FirebaseCoreExtension_Privacy"; + target = 9C4575D64B2B6264CF6AB60FB03302AA /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy */; + targetProxy = E5434950D829F85399CF1B42113BBE2F /* PBXContainerItemProxy */; }; - 18B57A1F56C7C3DF93BFA207FAA8F353 /* PBXTargetDependency */ = { + 14FD6338713C74FB62BAD68E5F24DFC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = FD697E1FB8579194CCDAAAC9853FEB1E /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = FB2B93697414B49973DEB359AE5B3D31 /* PBXContainerItemProxy */; }; - 18C1F5F9C6A51F5FEE804C92F3E5A672 /* PBXTargetDependency */ = { + 15CC03A63EA69158FADC16DEE2093546 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = FE0D295C3C044AE09B1EF00DDDE93FF6 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = DAC52553BA80B957533BBD1A479A4404 /* PBXContainerItemProxy */; }; - 18F7DE1DA5D22E9C3BE3C84C63047F82 /* PBXTargetDependency */ = { + 16654F74E98A7A23F3F5F080A779EA1A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 50AC64CDFD04B40F9BA45CDF8FED5243 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 2022624968572CCBDF9FB69CBD348348 /* PBXContainerItemProxy */; }; - 19832F49C94062B00CB5A4688CD18CA8 /* PBXTargetDependency */ = { + 16A0EBC107398FFD510E5842DD681B7C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = iCarousel; target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = CF2570AF66E35679CA1FB20FD85E6001 /* PBXContainerItemProxy */; + targetProxy = 2D12E943B86FFBEDC97E322979915B21 /* PBXContainerItemProxy */; }; - 1A81F2521F5E2E0B694699ECB6E54428 /* PBXTargetDependency */ = { + 16D4992C09230FE9D0B771FC6693D7A1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CombineExt; target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = B839F7599EBA985BE4F1DFD300DEB411 /* PBXContainerItemProxy */; + targetProxy = 2735F7647B8E13F0D9B91C79B29C7B64 /* PBXContainerItemProxy */; }; - 1A9EFAD540E8D45DA61B7003B6460126 /* PBXTargetDependency */ = { + 16D7F8B79FE61C954DCB72EE3C1F77A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = AA4693111C4C8DD89F7D81C3E3691699 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = DBD3B4B315BBD88A8913F6215D877BF7 /* PBXContainerItemProxy */; }; - 1AC10A794432131DA82B4A4DDF2D56BB /* PBXTargetDependency */ = { + 1742B06E84688EE345BA71BBF0D340E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSharedSwift; - target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; - targetProxy = E84BFD1BE34B42C654B2F406FF477A27 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 8238C055425A04EFCCB44F2BA3FE29BB /* PBXContainerItemProxy */; }; - 1AE2387C8A369E071B6ECE58D8E7B9D5 /* PBXTargetDependency */ = { + 17547984DB3775DD3118D2E47AD45AC7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 63C33CB3DDBEE15D76A66CF0BE4A14E2 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = B979D76089935DEE1295C892402F7802 /* PBXContainerItemProxy */; }; - 1C6106F06711AC4AB4C39E7D74DFCE12 /* PBXTargetDependency */ = { + 1758F203EA6E30C84760096EDC4DB1CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 2F63A39402692938BAE311EF0F1A0720 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = E4C236270E4F99E300A91D46862ADB36 /* PBXContainerItemProxy */; }; - 1C80E4B6E794C90054B9FC2B8DE42A9B /* PBXTargetDependency */ = { + 1761576A66E86F99B4760FDD1A038DEA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 2D18A07DCE95F2D5D53222C68A75AE15 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = BA29ED5FBDDF5EEA3C82B7EF3F71EA93 /* PBXContainerItemProxy */; }; - 1CC3C3F0534AE79E026C945111AAE18E /* PBXTargetDependency */ = { + 17B7B67A2BD9F6CF875E8DCFD27DEAB7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 105E13670B97975429D4F4E9789E7746 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 4C8AC87FEE3E2CAAA6A7ECEDD7AC2850 /* PBXContainerItemProxy */; }; - 1DBCBB38B422DCD604EA5BC8D4D55BA1 /* PBXTargetDependency */ = { + 17DEE227BA3CA0F506F867909FC056F2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 4E50919915B6A3467D466BFD37EAE5BD /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 099A522F633976006399DDFAA16D7DD1 /* PBXContainerItemProxy */; }; - 1DECCE9CBDCFABFA562D1D0ACE47BDBE /* PBXTargetDependency */ = { + 18644EA1F7AB9953C6436E1A81E6563F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 65A0BD3AFB5D8F47023445EB91A91F67 /* PBXContainerItemProxy */; + name = FirebaseCoreInternal; + target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; + targetProxy = 1487261E9ED4FEC063188DC0434FF1B7 /* PBXContainerItemProxy */; }; - 1F30BF07B6906E058AEAEA562B8F993B /* PBXTargetDependency */ = { + 18A1D4253FBC4A115829937D448F43CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "libPhoneNumber-iOS"; target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = E3AAB27DB1193D0B45E6EF18F6B6FDCD /* PBXContainerItemProxy */; + targetProxy = F2CC5AB1A2523F35D004137790293D9E /* PBXContainerItemProxy */; }; - 1F6D2D98CFFB33562FB309FD86477061 /* PBXTargetDependency */ = { + 18CEFAA1C394A682656A84A4A7105D54 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Amplitude-iOS"; - target = B783C6FA652FC4195003054549B87961 /* Amplitude-iOS */; - targetProxy = DFF61EA42D4BA3FA880C4BECFA9D7A9A /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 346905E7573B9FC905FF2AE9626E1249 /* PBXContainerItemProxy */; }; - 1F82A270570ADBAB88714C332177E8D6 /* PBXTargetDependency */ = { + 19389A562D690C3CA3D77378CD17A77D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseMessaging; - target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; - targetProxy = FFACBF028357495BE950D6AC5F87913E /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = B22A020BD1CCC29D0D6BA7F41BE05B90 /* PBXContainerItemProxy */; }; - 2011C39EF7409D4614A0505F2D58D4D0 /* PBXTargetDependency */ = { + 194B2607956AC09360A11788FD18938A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = F8F7DD155DAB6A15F0987746E4233750 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 53F39EB86D3F3516D161C906230A81F4 /* PBXContainerItemProxy */; }; - 20EABE4334D66B60EEBBB55D31640769 /* PBXTargetDependency */ = { + 199126DAA3B5857E7A6B0B9277486533 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 6AE9DD3C441EE7931D37B2B6A94EE977 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 2F060BA92FB90DB92EBAD4008B67553E /* PBXContainerItemProxy */; }; - 2134D4A77BA15072FCAE55B177763102 /* PBXTargetDependency */ = { + 1A14D3530F92935832E77686ABCA35A6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 39FADD78E3BBFAC4F35FAB27BEA46BF3 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 112F3503A2A68F0CCB1AFA75111C8332 /* PBXContainerItemProxy */; }; - 214126D45E31E11497BC0C876771C762 /* PBXTargetDependency */ = { + 1A3386FCCDEC529834E32022C9EFEFC1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 0B8C85903A1A94B30122AE248CAD4BB2 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 58FEFD061D4DA5918B8E97916677D1DF /* PBXContainerItemProxy */; }; - 218B7D3A57F1801492A3D96F0DD0AD31 /* PBXTargetDependency */ = { + 1A494BA1D4CA513CCA8F317AFBD0E40D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = BEA364DC541B48B158AC59661AD9A6D5 /* PBXContainerItemProxy */; + name = GoogleToolboxForMac; + target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; + targetProxy = C939272F7C86018DD0110DEF0F206858 /* PBXContainerItemProxy */; }; - 21E0C54CD0E8C555F344DAA520EAED03 /* PBXTargetDependency */ = { + 1AD0D7B9E91294435998258F9CACA246 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 7589AD9036759E61A6D298A6C260C655 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 8C333B2BEC00C2E0486BE169B5D3E9B7 /* PBXContainerItemProxy */; }; - 21E447D12E279E4F5501CE31EFA1CD59 /* PBXTargetDependency */ = { + 1ADB93E9913978722E260381A053718D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = CDD60DD8B7F10E1D16F5F54354804ECD /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = B7D3AB4A97713569619191821560C3BB /* PBXContainerItemProxy */; }; - 2214E8F9354C8C430552AE832B52D15E /* PBXTargetDependency */ = { + 1B23AC1F915FF755ECB692D42B416291 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 37BEE6889C17FD5DA190DD2A2A5A5C42 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 23DB6A34450A2C29FB676348E3BD0785 /* PBXContainerItemProxy */; }; - 2221C077DE4750F0DC648830DCF57A92 /* PBXTargetDependency */ = { + 1B3E2F0EBD1E002C5B7A8456D8F6B8F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = C1E69CD81BE9F693727E62688517E923 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = B1D0377726ECCF2B718264BED52EB7D5 /* PBXContainerItemProxy */; }; - 22354D3F2F3EA031896C3BD16566081B /* PBXTargetDependency */ = { + 1B6BDC83286AE22D3261F9995925D7E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = NVActivityIndicatorView; target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = C1E10FA7E38352150B1D580A89920AD1 /* PBXContainerItemProxy */; + targetProxy = C54C21E4C25F5E2FEA21BD267397FB6A /* PBXContainerItemProxy */; }; - 2239A9D124EA50279F9890B000D7F037 /* PBXTargetDependency */ = { + 1B8392C9FAC97EC4135853ADF4FD21F7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = E76004D653D7C93173036864AF980284 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 8789CE34CEA7AB1C3334E5BE81BA4E70 /* PBXContainerItemProxy */; }; - 22DF7414F725AF7AE7BDE4E2CDA77D91 /* PBXTargetDependency */ = { + 1BCBF91DE3DB2C4FB91D55B7F6E4FC59 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = EF0E504232C04636A69EBD49E66F8D7B /* PBXContainerItemProxy */; + name = Popovers; + target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; + targetProxy = 7AB11EF0025B5EE1ADC0AE964B4F37FA /* PBXContainerItemProxy */; }; - 2324BD4AAF61834499D020565848D713 /* PBXTargetDependency */ = { + 1BD0ABE2964EF88364CA7B5AA3E3B3DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 902B86075D0461AAC7229898E302CAAA /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 39FBAF5257707EA1CAAC5687A4896DE5 /* PBXContainerItemProxy */; }; - 237B4C26E970D6C54751DF87DA3A61F9 /* PBXTargetDependency */ = { + 1BD3D3F06FBA8D0A0ED84C04C4B1E4E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = E7D3F4F79E3CDC75A055910BB0425A22 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 7CEA890958E393C1CD46F0BFA62B3A70 /* PBXContainerItemProxy */; }; - 23E29F95B98FE9CC812D4B41176ABA17 /* PBXTargetDependency */ = { + 1BE4BB2269BF4AEB125D3D0ADA9AE9FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = D1B1135F2CB5A93003E10037EFFC9553 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 6317A9532DC6DE605089AB2B1EB976CA /* PBXContainerItemProxy */; }; - 23E4829C66FDDF806899940585EDEA7A /* PBXTargetDependency */ = { + 1C3B98F714EA3EA0BD47062D19FA8BF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Popovers; - target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; - targetProxy = 6683DE1DFD6E50663D086C4CA626FE52 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = B00C40E5D48A4D83793B540FDF9BEBB5 /* PBXContainerItemProxy */; }; - 23FDD9D35A09000C8F3FD9C1B06426A6 /* PBXTargetDependency */ = { + 1C48C12070F07F1F47780737202E0E04 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 1112793F69E5A9C134F2F32815622497 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 007FF35127EEC3BDC1D9FB0665666E56 /* PBXContainerItemProxy */; }; - 240AA533F0171845E84AA330F33A942E /* PBXTargetDependency */ = { + 1C7377BD2E5B6F0F7D563165FF57F7EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSessions; - target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; - targetProxy = A06DE867293F126E72086CFF323FD20E /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 5F1A9EEDB70E3ED13A17B96C2C2355F2 /* PBXContainerItemProxy */; }; - 2415F05E23819496EC2F52B1A5CD820F /* PBXTargetDependency */ = { + 1C99278CB2C3D0B7AACF09AFEE348D15 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 355C6A73A14542C37EBEF485B6A52C52 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 2AF584D0C8961DC4DF63EDE36985CA3D /* PBXContainerItemProxy */; + }; + 1CA18480EDDB593E8FEC7C4A96FF68A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 21F34692EA59E91CFFDA5D054A3A0E64 /* PBXContainerItemProxy */; + }; + 1CC4094CF147CD44CDB3DEC7CF6924E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = B937AD074B9D9EAB994B99DCAEEF910D /* PBXContainerItemProxy */; }; - 24D44C8153EBB19A2B2F7868822BF135 /* PBXTargetDependency */ = { + 1CDF9A78F702759697EE1F4754F6F064 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = C43198ACF78DE5447FBA09C72F9B1D05 /* PBXContainerItemProxy */; + targetProxy = 8410B8B40A6E32963298E9A2E4CA0C9F /* PBXContainerItemProxy */; }; - 24E6269A749C094FD0E86D094E6EDAF8 /* PBXTargetDependency */ = { + 1D3EAD73F3D3F698B7B7A7A3F01A99F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 9B492F2F719F17D0826D2831FB2337EC /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = A4B729679D58FCCBE67718B94119826B /* PBXContainerItemProxy */; }; - 25508A7649F99A563BF0BAD575F18780 /* PBXTargetDependency */ = { + 1D6625D5B23FB234BE70912CC5D25E09 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = BEA3B2F519DE67681933889724209CFA /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 7D26B0F6F2400FF616B2E9DECE12B08B /* PBXContainerItemProxy */; }; - 2598961B01B0F17CE985BE4D270BC61E /* PBXTargetDependency */ = { + 1D77C1631D22D8A5A614D399A7212BFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = D6778DB3228E7D7528A58EE737F2E587 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = C362FFE519C6D1D993A0D3D5298BCF13 /* PBXContainerItemProxy */; }; - 25993737D0527677A408BA3AD6CB4635 /* PBXTargetDependency */ = { + 1D803D787390211C51FE7301E0635036 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = AB67059571D6AF2F2BF51BF3954DA48D /* PBXContainerItemProxy */; + targetProxy = 2EE035EE14560C791F492E754D07AB09 /* PBXContainerItemProxy */; }; - 25E758C144C183A8C6ABD98B1C29E48D /* PBXTargetDependency */ = { + 1DB8A0234A15863BFFC5BBD92D7A20C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "FirebaseCoreInternal-FirebaseCoreInternal_Privacy"; - target = 2949783F7EDB27AD4666B5427B63DC79 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy */; - targetProxy = 1B4D2ADBEA21D98FD266EEF3503972F4 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 55F398681810424CBB75A7A5612ED868 /* PBXContainerItemProxy */; }; - 25E9356610C09DDA633A98F29FBE256A /* PBXTargetDependency */ = { + 1E52560D1E8520D94974F1CE46241E7D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 61C835FCD2C7D751B9854D464A4E3C33 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = C5EF45ACB15E70E7AFB24C5AC46DC24E /* PBXContainerItemProxy */; }; - 26BB57505C22571E2EAB21EECFABFE2C /* PBXTargetDependency */ = { + 1E9D0C1948A68B159B05BD26A2926486 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = AD7C6EDDCA50AA71D29A0410E22AA66F /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 388EFB7E5E972E4A4A74DD77BEC38001 /* PBXContainerItemProxy */; }; - 270BBA11AE93C2C42D4015EA25B7ABD8 /* PBXTargetDependency */ = { + 1EC0C906E34DAF62E4446D4019343BF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 8FE1863026FFA26AB93B6766C2321B07 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 1E6FDBC89D4F0F8EDCD2708B0551CF80 /* PBXContainerItemProxy */; }; - 27AB674D6C2979F58182294514ADC2A2 /* PBXTargetDependency */ = { + 1EE02634A26F90266F06D42F72F30A85 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseABTesting; - target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; - targetProxy = 287E93D7CD6FEFD3E62875F3E7FD534D /* PBXContainerItemProxy */; + name = "Firebase-40c737bb"; + target = 6F3EE273F0EDCDEB4C95A2C5FEE50D7B /* Firebase-40c737bb */; + targetProxy = 5CCB2C9F42124CC8A1F66C52038C84A4 /* PBXContainerItemProxy */; }; - 2866B797927BF44D15002832E92CE7BD /* PBXTargetDependency */ = { + 1EE7859B1E590F548824643A2DAF33EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 76511C011F84050B06EF233900020AF7 /* PBXContainerItemProxy */; + name = FirebaseCoreInternal; + target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; + targetProxy = 9E7B78172F4606461AB73DF240E5D706 /* PBXContainerItemProxy */; }; - 28A06171E346AD893CB54CEF20B78EB1 /* PBXTargetDependency */ = { + 1EF922BB3EA6A1423F0B0B54A98EE522 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 43B68A79695DB02EC63C8666FFE002A8 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 2D459302383D80685964D2FBAD159ED1 /* PBXContainerItemProxy */; }; - 28ABCB129DAEEF03514704D4A00823F6 /* PBXTargetDependency */ = { + 1F1277918F269A24E61FE1154D59FE5B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = B743B50D17FF3E22AF3FFD988732796E /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 08290F7FEA5855914DC9C124A1304D2E /* PBXContainerItemProxy */; }; - 28F80F6B943A51F560CB79EA5DE17479 /* PBXTargetDependency */ = { + 1F95838080BF6BA5DF58D92FE2F1C099 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 96C6837E608A2BD20D9E646856CF1468 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 57A718E7FA2E09854D161014871BBEB7 /* PBXContainerItemProxy */; }; - 293309CFD8FF222F24C600071756A5A0 /* PBXTargetDependency */ = { + 1FD5D831B686B13D6921583F11C5BC00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SVGKit; target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 8C3F011A11464C4DBC182ED49826C564 /* PBXContainerItemProxy */; + targetProxy = B224A3F038A443C5B16DA90D63E11ED2 /* PBXContainerItemProxy */; }; - 2A307DDD74E5FD350D2E1892F27CBE17 /* PBXTargetDependency */ = { + 2029F175B7F6CB4E83189B2CF92FBF48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = ED0289300379709994D632E3BF6EF038 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 1C85AC0056676F01A6D2BA2A3FA7A966 /* PBXContainerItemProxy */; }; - 2A7179B4FB926893B368A8E974F8AE33 /* PBXTargetDependency */ = { + 207F09AD840AB6F3C051FB25EA214822 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 0492CCA905C871E556C0B21CF187032C /* PBXContainerItemProxy */; + name = FirebaseRemoteConfigInterop; + target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; + targetProxy = 8CE5970C958C4C741C7765E10A79B2BD /* PBXContainerItemProxy */; }; - 2AFB3156CE8A345AB44668B6460A67ED /* PBXTargetDependency */ = { + 20D9807FE8BD5DEB4AECF3C65CEE054F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 19A09A1223EA13563BA4DC65A9897AAA /* PBXContainerItemProxy */; + name = FirebaseMessaging; + target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; + targetProxy = 192F6625674D4FCCB9EEDCB90CDF4676 /* PBXContainerItemProxy */; }; - 2B022691CA888D0ADB5360AE228BC1BD /* PBXTargetDependency */ = { + 21C0ADBCC830AF467B67C8EE3F6D0882 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 7F62F8290C92B8A0A8530979F04DDA4C /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = EE370930E1465B1BFD2A65D346024C1C /* PBXContainerItemProxy */; }; - 2B0CCBDD6941D2B1D59E957DB95FDE8A /* PBXTargetDependency */ = { + 21D7001954BE437894C77363B46473FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 35026F1E40B7BAB4C0759C05EDC60709 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 9ED1AA218D8DF7291336A02AD8F9B23D /* PBXContainerItemProxy */; }; - 2B66F42009866ABAF59DF158B89B18E6 /* PBXTargetDependency */ = { + 22013EFBA372E6EC9D78E0DEE0A3334B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 2551FEBB2089C3B607BBDE1FB7F51484 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = DFF5BD80AB50CE53C73642DCD385F59B /* PBXContainerItemProxy */; }; - 2C1E178FEBB03323A7CB3705F89273DE /* PBXTargetDependency */ = { + 221F72E88F3213BF17FDA7BF1ADC5463 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = A22A9F9D7E6B99D315E4A0FC80991D74 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 014A6ABF32905A188220790DBAA18FF3 /* PBXContainerItemProxy */; }; - 2C529EBC9F1FAF54AC608E3D09E42478 /* PBXTargetDependency */ = { + 22362751C8B34F12FDB7F39068F5B3C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 7600D4B5FDDF0F00345A346539788207 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 12BF9A0C3A2C39896B9D8A4166C1940D /* PBXContainerItemProxy */; }; - 2C64C6FBE3C091AA80CAEB65699E0884 /* PBXTargetDependency */ = { + 226E2EC619B4C2A3CAF154692E3C92B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = BDAB8FC6A55FDE63FFC6E5684016F29E /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 46406FEAA60CBE6A8C3978FC99843620 /* PBXContainerItemProxy */; }; - 2C884C8462882CFD7885BF14C1775CD3 /* PBXTargetDependency */ = { + 22783F50B0705842F24C3993E885F02A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = E7844AC70FEC5C9A63E0D58C40B9E963 /* PBXContainerItemProxy */; + name = Abacus; + target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; + targetProxy = 31DE0BA313063D7FFF59999B81D03E6F /* PBXContainerItemProxy */; }; - 2CE8CE41D0E333419F24D56FF525E8EC /* PBXTargetDependency */ = { + 228F95A3EDA0069EA3F67D54430FEC6D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = C8A6A018D0B8A952ECA0006A8DF01A57 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = AAFAD07E380884545B4F31593FAA4801 /* PBXContainerItemProxy */; }; - 2D011AE15BE4531C4E2F9C79A5E54B24 /* PBXTargetDependency */ = { + 22A8689A0254A921080F80281909078E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 3AB595514B03CD6B7B056000DCB1E965 /* PBXContainerItemProxy */; + name = "Firebase-360edc41"; + target = 4523574CD9BAB130771CDA070AE9A1B3 /* Firebase-360edc41 */; + targetProxy = 029EBCDC9229BE71A8F65EBC8CFCA5A9 /* PBXContainerItemProxy */; }; - 2D22DC3B5DAB79C6CFE967AC4BE76852 /* PBXTargetDependency */ = { + 22BFE79D001A9471079A948FBDC13DBF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = CAC3510C6137BF2C397E84C3B84415EE /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 76CC78C7CD6330B591E03301BDF4C31B /* PBXContainerItemProxy */; }; - 2D54056B16668CC3427E06264CA03A43 /* PBXTargetDependency */ = { + 22E92732C4EAB2FA85CA671F013F1C7C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = EF58C6E7F54BF67CF5C0E04BE7C097CB /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 38A58A43E322342136196A85B5735FEE /* PBXContainerItemProxy */; }; - 2E1C2AF251A8F59C5FBFBEC4DD169B81 /* PBXTargetDependency */ = { + 23B38D75969DF41E7CD96BEF6A44CEDC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = CC8CFB11C3904E3E8BEA13F5D6C11683 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 56DA744E0CD36E71281849DB7C1FA1FF /* PBXContainerItemProxy */; }; - 2E348B6483AE1B0060E7C5E69CAC8D31 /* PBXTargetDependency */ = { + 23E6D2C1A3FFEF6D08FCBAAD3A2B6F2A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = F03E2FB97282759C1E69BA349B25DF9E /* PBXContainerItemProxy */; + name = "Statsig-Statsig"; + target = EE66121177221697B2C1E9170606A1E0 /* Statsig-Statsig */; + targetProxy = 187EF7B141024F24D80B08FCFD1629B9 /* PBXContainerItemProxy */; }; - 2E37CD392C67190F39B7B365819F382A /* PBXTargetDependency */ = { + 2407E8A78837AD3D7B737410AD56A198 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = D679F4A5A1AD9FB07CF1510FDA4C4B5C /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 4AD791967CF159FDA2FE2110D1964C37 /* PBXContainerItemProxy */; }; - 2E452A241B19CA5226183587AA03D806 /* PBXTargetDependency */ = { + 24149BB622783414E068337776F7C06D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 5A40D2634071C872632EF8FA3574EB81 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = F5F4286670DC15ACC365C8EF05BEAB68 /* PBXContainerItemProxy */; }; - 2E62368475D5AA339F2F7ECB192A446D /* PBXTargetDependency */ = { + 2456A5EBF0959B8F0B3FF32E683FE4CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = A277F22FE7A0DF96AFE6A309AE90BC01 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 6322B697FF34C28D5BA7D4CE9D2FDA8A /* PBXContainerItemProxy */; }; - 2EBBB2F444B49B4DFC340A5ED1D72BC8 /* PBXTargetDependency */ = { + 248E54748AF2C7ED058235D25EE896F9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = ACEC09599BC10FAAFC4D7AE771A500BB /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 10881FA07D3193B76749DAC511EDD627 /* PBXContainerItemProxy */; }; - 2ED44955C0C6B9823635076A5D037729 /* PBXTargetDependency */ = { + 2527411BD8CB4DE1F1EEA472CF01A929 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfigInterop; - target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; - targetProxy = CCB53507337230FAE7D4495384BD164E /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 0BE22F06354AEE7B8EC92B3B422D2AC1 /* PBXContainerItemProxy */; }; - 2F4BFC2ED073D994695924CA0F455249 /* PBXTargetDependency */ = { + 256FD7CE5CFB9226FD430095BF22D0B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Validator; target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = E30546E3816A7DFE763187758FC80D4A /* PBXContainerItemProxy */; + targetProxy = 2CC42655752224A514213956B6DB8DD0 /* PBXContainerItemProxy */; }; - 2F5D63BFAABCE95A492581AC0095A352 /* PBXTargetDependency */ = { + 25A1E4A5588010AF8C2A9D1BDC1550E7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSharedSwift; - target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; - targetProxy = 28C9037CA586FC38AB4B315810C0B2F4 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = F5451BDE08B48C4C10B79D0693442CA0 /* PBXContainerItemProxy */; }; - 2F674709A02442631799CCD91D1061F3 /* PBXTargetDependency */ = { + 25ABF291C1D9959188A235DC03BACFA8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 8ACAF6B06139394F587B5AAB562C162B /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 13767E2765D95BAAC94C39821409A9D2 /* PBXContainerItemProxy */; }; - 2FC9D46589C5E0523FC8EFF357BE795D /* PBXTargetDependency */ = { + 25D13CADD8667CE8A95B7FA562A368F7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = B776147F485ACDBBA2B99E64CF3F468F /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 3FCDFB7F8E350015A24A3F3CA3665F29 /* PBXContainerItemProxy */; }; - 2FC9EB101C451BF1C13AD5BA37FE6851 /* PBXTargetDependency */ = { + 260A3B46C7523558F8CA2CCD08770985 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DrawerMenu; target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 10D9D27C898C1F3DCC21AAF2FA3D0A5B /* PBXContainerItemProxy */; + targetProxy = 51D3DEB74442B86BCE49A8F66E3863AA /* PBXContainerItemProxy */; }; - 2FCB166F1269CF1AFBEA645B0B19C0AF /* PBXTargetDependency */ = { + 2635CC005324112A52CEEFC17C0A3E27 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 8FFA3693316CB30A06C14E8F1E610E2D /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 517ED5D6A8335D06A2A73FD02E41F6D2 /* PBXContainerItemProxy */; }; - 306B16AF7CA4C6251B8A1B1FE4CEC10F /* PBXTargetDependency */ = { + 264204E42D7CFFE64A3F3B957D36D3AE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = D3EDCF691A5BF4D05BEB604185E72709 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 91872250FB101952CDE35D4D553CAB07 /* PBXContainerItemProxy */; }; - 3098EC56220633C524A8015FACC79C1B /* PBXTargetDependency */ = { + 2687A87898AC3DFF5622EBC2A3F11449 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 37B713521A42AC6EFB35F721E2EC723A /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = E6C46C54EAAE41B784E0B84BC63F9372 /* PBXContainerItemProxy */; }; - 30E0BF25D61DB0FB6F65C19D33E24209 /* PBXTargetDependency */ = { + 269AD8505D0451D32F317F1E534A2C3E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = FF4F60D9857456126E573D92F518F079 /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = CA20557E644FCC0AD3E964703276D319 /* PBXContainerItemProxy */; }; - 30FCA9901AF52E082FDA16EEC43B792E /* PBXTargetDependency */ = { + 275E6AFEC1D653A4581BDCC235DF844E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 44C1080EB4250E330BAB072BCCD1AA4D /* PBXContainerItemProxy */; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = CA37A6B992B2ECF20E531870CECA148E /* PBXContainerItemProxy */; }; - 30FF8E010A8201850474ACACF9CA0B71 /* PBXTargetDependency */ = { + 275EAAEB985BBD7020165ECA38DA6DB7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = D80ECB18EA55530916A94AE5F5B296E7 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = D1A53A553495E9D98EF03FC99604EC29 /* PBXContainerItemProxy */; }; - 3123F29A2680890C8310D495D4E3F937 /* PBXTargetDependency */ = { + 277244FC194912C9150B7EFFA103E871 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 5E5FEA7F0C2D69ACE5199D8412FFD5C5 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 152FD4FEA54D8736EADB7DC1226DE3D9 /* PBXContainerItemProxy */; }; - 31249B6CDF7C34C8990F9A0B5217DF93 /* PBXTargetDependency */ = { + 2797D22C42383F25BE4E6A5D9659435C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 297DCA62CEAA2E06BB53816E69CCA95F /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = E96FA07E3872EB6EFF7704E8C4DFCF6F /* PBXContainerItemProxy */; }; - 313ACE867714E394AF63229713481742 /* PBXTargetDependency */ = { + 28359A543947F1ED5935E894B9ECDDC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = C13D9B2D24F0B5191610150B2685EDCF /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = BEC77B93E7E49F74306FA0551DE108DF /* PBXContainerItemProxy */; }; - 318AA16F3778307756B8836086C20D8B /* PBXTargetDependency */ = { + 2862CA86AC3493F0A8B7F5989A422F6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 13F3476AA69FBAE0A93143E33E6E551A /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 027D89474036D7709DF6B668C6898719 /* PBXContainerItemProxy */; }; - 326A7621E56BB79E81941F630BA6607B /* PBXTargetDependency */ = { + 290301C57F95710E372006A6850BC398 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = D25E6EB2308820CB6B46A06738298AF5 /* PBXContainerItemProxy */; - }; - 328597FA4DA7A7CC0A761EC968B2D9BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = EC472689DDB6B4850254F45111CD6EF8 /* PBXContainerItemProxy */; - }; - 32DCCF6C627F656BC6825DDA0D085F38 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = D7EAA916D00047D14EE72294A9197BF0 /* PBXContainerItemProxy */; - }; - 336486065AB1C91BE713EF4333AC611E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 24F746D5167871B4494050EE8665C1D5 /* PBXContainerItemProxy */; - }; - 339568601365541218462393A64AA41F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 5A8C3A202368774409CE4F97CB19C5CD /* PBXContainerItemProxy */; - }; - 3422B6C47E896C3D797C971C3DE23354 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 631A5FF23F93A8C5A0CB291EE1B7B25B /* PBXContainerItemProxy */; - }; - 344901567D67CF2E4011C4C89BDD727D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = C9FE20EDBCCABFB4896E77E97D285BBC /* PBXContainerItemProxy */; - }; - 346A808BFABF712B4C096D5CF1B05665 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = E1423A238C4A7179FDF1CC9B9BEE1EAD /* PBXContainerItemProxy */; + targetProxy = 7B7B76D7D93ED566430C6BF24B8A735F /* PBXContainerItemProxy */; }; - 3483A926F577E92793CD75D89850DBAB /* PBXTargetDependency */ = { + 2929C7E5CA643A331A124FE891B3270C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = E0A8FE86A5EAFA2997F9DA74CB202A8A /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = DB9AF892A8B5A036289AAC9470BA1AF3 /* PBXContainerItemProxy */; }; - 3484B6730F4281ED9FFE42F7595AF6FF /* PBXTargetDependency */ = { + 2A15E61E1D6B167630CDBDB278F830C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = C46ADA874083FDA4DC695235076FF5E9 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 0886C4EB9BDBCEA46C1FF4022AC1123B /* PBXContainerItemProxy */; }; - 34A850D7BDCCFEADE8724996A22FA99F /* PBXTargetDependency */ = { + 2A20BF9D5D51A51E9E0058C39CC4F594 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 686A02EC27F0322B6183369D72BF0751 /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 7E89CA229B4E91C81E54F00AE3378C3C /* PBXContainerItemProxy */; }; - 34C7044934B83D526B9C8088A0A0630D /* PBXTargetDependency */ = { + 2A3E1E1DA5B8FBED45E354AA0FA066AE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = C60F6D110AFD301EAD6F7D08D1064DD5 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 7F4288407EE268C87051701017870386 /* PBXContainerItemProxy */; }; - 34E74C60D564238D6998EFE032E949D5 /* PBXTargetDependency */ = { + 2AC8BD7DC57E7C22FE189D48039F3E4E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 186D7C7CB1035E497DD0AD576AB74A11 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 2243CA9C19DB630E9B469E80D79DF7BC /* PBXContainerItemProxy */; }; - 34F4D329CFC6AB5C0C0B0A7E7DCA5964 /* PBXTargetDependency */ = { + 2AE0EA2479686F6121446BEC2572D399 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "PromisesSwift-Promises_Privacy"; - target = 230F5EE18ECBB227C09ED2C571AFA319 /* PromisesSwift-Promises_Privacy */; - targetProxy = 9D6BF4A0E20DB3522B82280982AEEBC1 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = B630193E8C459A9EE608A1D7BC3A6D04 /* PBXContainerItemProxy */; }; - 350C393667BF8571B10486B68614FCA0 /* PBXTargetDependency */ = { + 2B5EB59F666FF735A71CEF7EE789048F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 2313C66DED915EF9DAEB22D910F4029A /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = BC04CF3863D23968C9F333D846ECAC08 /* PBXContainerItemProxy */; }; - 354913C983A71A1E492FE71FC4BCE913 /* PBXTargetDependency */ = { + 2B851EB043C73892573CE1C94B4B71B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImageSVGCoder; target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 5ACB4F3FF52B9B4FECB2A838F6069B6B /* PBXContainerItemProxy */; - }; - 361AF1D6B817759889622C3336BD82D2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesSwift; - target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; - targetProxy = 3E9B1345EE270E5E1410F933D535B02E /* PBXContainerItemProxy */; + targetProxy = D7D6E73A55C2996FB62F9D8E7605F3EC /* PBXContainerItemProxy */; }; - 361DBB4A9EC2B00AE2FEEEA00D666AE9 /* PBXTargetDependency */ = { + 2B93AA5F2538E2D6A19462C1A6626EFD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 9C7C3E5BD7D112F54CC4B67EB5216061 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = FB23CFD506C2B6F24142C70765D8B93E /* PBXContainerItemProxy */; }; - 36313D37535A8A4339128AF9A9093F69 /* PBXTargetDependency */ = { + 2C3843BC34ED770F4C90721FAADC52E1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BigInt; target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 98E8B336F884B8D1FD4DDD5F3C9B8393 /* PBXContainerItemProxy */; + targetProxy = 0C5030DBE560A43ACDEA9038D164B0B0 /* PBXContainerItemProxy */; }; - 3640BAEA7A43B50C49A585B1023F8F6D /* PBXTargetDependency */ = { + 2C3F0663D7BC88939BCD4C7BC51F4541 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 192850A9E99599A53C115F68106D5A77 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 8F01EEF10DF5D26C1CD0F2FEEC541828 /* PBXContainerItemProxy */; }; - 367AA7AA086DEFD8D8C4EECB85B26382 /* PBXTargetDependency */ = { + 2C9DFF7558D845A28FAED95E93C6F623 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = C453F567DBE689E462E78AB42371B99D /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 2650AF7E58BE420345F61E5E1F994BE3 /* PBXContainerItemProxy */; }; - 36D7D746168CBEEE0CD437DE647EF297 /* PBXTargetDependency */ = { + 2CC381FFACC909FE50E9DFBD956DE1C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 037AF9EC70DC725746C9B5D70FF9BFC6 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = E74C681D35C46903AF4208336F4E1E4D /* PBXContainerItemProxy */; }; - 37468CFDCD8D4C891D55186E2A0B299C /* PBXTargetDependency */ = { + 2D8A4EF94F87B958DA39EF08557E167C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 50C094D3CD6F1076952C134150CA4609 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 85E6E52FC5D34D6AEC055924013A2D5F /* PBXContainerItemProxy */; }; - 376812F91CDFAB302C0E24505BAAF9C8 /* PBXTargetDependency */ = { + 2D8CE6AA4EEAEE06F90CB155754F57DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleToolboxForMac; - target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; - targetProxy = 732661638FDE0CCFE44DF4E40C2C69BA /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 3DC6C54675A6971DCF96C768F506CE68 /* PBXContainerItemProxy */; }; - 377B4E5D01667670DF8F82626D34A2AF /* PBXTargetDependency */ = { + 2E0D854B5432A1531F55E5FC974BE4CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = DD4993A9EC3282139194527D42E898D9 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = A94F1EED5726969BEE4E99A523CE0BA7 /* PBXContainerItemProxy */; }; - 37DE89E3F60A0DC96770199E7EA2AAAD /* PBXTargetDependency */ = { + 2E1B9AAEA004A71F29620ACAAACE5CCB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 79DE46267F64EAE7E48175910B4E74E1 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 75C46C51DBA038A7BC63853417A7A408 /* PBXContainerItemProxy */; }; - 37E28C232BFE27BB66D6D006C05F966A /* PBXTargetDependency */ = { + 2E5543803ED58D61A281AD2572C26860 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 3C5162E842BCED8104DE39063B8324A1 /* PBXContainerItemProxy */; + name = FirebaseSessions; + target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; + targetProxy = 780531521BAFE230712354C32551EA19 /* PBXContainerItemProxy */; }; - 37E5A6EA023282F1EBE601486B2808D3 /* PBXTargetDependency */ = { + 2EB9A0AF08E21DD31051215B6E623569 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 8FD9F804C6E9035E9F3DE28241A469A0 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 629CAC5C4C572ED9A5C5E46EA88001F4 /* PBXContainerItemProxy */; }; - 37F7221AC2035977434B691941214795 /* PBXTargetDependency */ = { + 2F11EA748C69603053D463A1E4746B2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Popovers; - target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; - targetProxy = E4D88A1F428F3369E46FE6FF0FEF83D0 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = AD6924F0F917F80C179C29FACBC6A3E9 /* PBXContainerItemProxy */; }; - 382BCFBE64AF489851C51D66719A3EA1 /* PBXTargetDependency */ = { + 2FD8B72342A85B217B666B8CADA488A9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = F6D3988D772A9CA301F0654A38570FBC /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 63B73050E106470DD71F7E41A7271945 /* PBXContainerItemProxy */; }; - 38D4D51A455879B2646D90AFBF843002 /* PBXTargetDependency */ = { + 300BE5FA47DC7C4B16324AA7FDA4F338 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 52906C5D753AEB43BC5E59DC51F5E2CD /* PBXContainerItemProxy */; + name = PromisesSwift; + target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; + targetProxy = 6EC6442D0B157C3AED802761F1F69E6D /* PBXContainerItemProxy */; }; - 392CE849CF77B1DA004BC5104A167AB7 /* PBXTargetDependency */ = { + 307143034C682403776FC415EC98815E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 7DDF5BA32C463E6E62F6CDCF49E53E54 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = FEF4D26288FF8778504A15FEF9DD44B8 /* PBXContainerItemProxy */; }; - 3A364CD2205AAF9AA0B0C0C01CDA6633 /* PBXTargetDependency */ = { + 309C32DF907B899A5477C02C7F6587FE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 008023A14DD096FFAB50222E88DF5D35 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = FC913904CC24C414095E3F17710D56E2 /* PBXContainerItemProxy */; }; - 3A3D933E9462EE2112FB5ADD8C052411 /* PBXTargetDependency */ = { + 309D97FBFA0715FC61D909E16898D190 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 113E6A116C67B8F8A590081E65E0B89A /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 92801911668BAA41C00171096173B874 /* PBXContainerItemProxy */; }; - 3A4711C250A6584A7644B159BB7ACB9D /* PBXTargetDependency */ = { + 3103C6AB36696220368E2FDCF2FB3A70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 9E1580F0ABCA69D1B1FAB433D9AFD53E /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 456BE1FCEDDA8848ECD55B721FB4E6CB /* PBXContainerItemProxy */; }; - 3AAD9D0303C09B6F04CE783685073EEA /* PBXTargetDependency */ = { + 31089AB5FBF67468AD7FC9D3235259F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 033791C98D85AED1151555DE31313072 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 6811630EDF8733CA33B9F394A7D69CC6 /* PBXContainerItemProxy */; }; - 3AB02BCA007559C7D3C7B111E2BC3193 /* PBXTargetDependency */ = { + 311C97B96D8CAFB8C0CC9B2C0AAA613D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 707C464AF977ECC3F9C9A2C2E5A7DD21 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 9470579C6335F6DF7CE3753155C2753F /* PBXContainerItemProxy */; }; - 3ACA1FA3659271848C4D4F1D1C58F091 /* PBXTargetDependency */ = { + 316C192F8D09B4BA95F9305F912C9F22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 61245E95C443C8579A473D64D8211E69 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = E7FD6D2F3E4AB04A22195A9B49E3246D /* PBXContainerItemProxy */; }; - 3B6D7448A26AF33A2FC84B4C94AF7860 /* PBXTargetDependency */ = { + 31BF752B88F890C5F527B7A761706770 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 1C62A6C1353A99D0808810D1806CF373 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = D9128745BDC8381317ACB4C1EC797494 /* PBXContainerItemProxy */; }; - 3B6D8D6E18213B04770D517EECB56B29 /* PBXTargetDependency */ = { + 31DA85B5A17D5D2D7117187FCD53FDF6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = B87D2E192BB031B64EA6FC11CA31804A /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 8590DE25E676822D2053F24F1C470D9D /* PBXContainerItemProxy */; }; - 3B9666FB99E507C92E20B4DF5A22C652 /* PBXTargetDependency */ = { + 31E729AFCA9C9E2CCD17908EFB0AF316 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebasePerformance; - target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; - targetProxy = B5CE9DB22E5E44107AB8412146C263B6 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 9F0A29A0B09203DD3F858A8C1E1929B4 /* PBXContainerItemProxy */; }; - 3BD73C0F0FEC3D7428948A20640A12D1 /* PBXTargetDependency */ = { + 3217BE60BF3B6B7135F639EDD3FF36EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = DEE3AC402FDB23FF02A1F38E5A0FAB6A /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 977A2109696071C1C99B42965BDBA354 /* PBXContainerItemProxy */; }; - 3C229EEA2C832A71CB5B0B38A8F0D889 /* PBXTargetDependency */ = { + 321BBF9C4BD99E3A80D89C9093BFD552 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BigInt; target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 81D101A8CE22C649F9BF505A201B7890 /* PBXContainerItemProxy */; + targetProxy = B9E29D2800598A4CCF465BEFD9A971B4 /* PBXContainerItemProxy */; }; - 3C4D3B479C9A7308CDE26AD422EEA46F /* PBXTargetDependency */ = { + 3242CAEC432151E5E17ABA9EBB79F363 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 834D3361126808BC1E7EC9E034FC8123 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 8BD3D2E8CA34D8A7D4E22ED19359D1D8 /* PBXContainerItemProxy */; }; - 3CBCC00F191F7B03AEA62614AD3BB8E2 /* PBXTargetDependency */ = { + 3256CC67753126DDB15A1A1EF2A3C65E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = B121E02E286D736483AE8F2182BFA02F /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 3DF9AF8A0C303F59D357B8A7ACF6359B /* PBXContainerItemProxy */; }; - 3CCCFCF52563F44136A25C595B598BBE /* PBXTargetDependency */ = { + 32EF3DA4D888AEE7AD2CDD943EEA96DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfig; - target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; - targetProxy = 8BF7C7438076142605E9BFD13E8B70B4 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 46B224FF6DA4BFD20C1B2AC85D4BAA2C /* PBXContainerItemProxy */; }; - 3CE6069241CCB7A8E3EF538384992EC6 /* PBXTargetDependency */ = { + 334A7CBA42BA5958123C77D1FC2261F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 5C3034F4B2E8281EDC9C5E27159A16E2 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = D3F535AC097446D1900CB5B6A93DA730 /* PBXContainerItemProxy */; }; - 3D00FC0BD6F728D8F03D7555B2446046 /* PBXTargetDependency */ = { + 335153064F0949ACC303489AB70AE09A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 86BD336448D4817DE4ACC847B8679B0A /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 5945B99939D890BF740296BE5FCF2195 /* PBXContainerItemProxy */; }; - 3D275031D49227A5BD8C3CCF434F99C0 /* PBXTargetDependency */ = { + 3375B6FD6338C55DDEF302C11D0FA97B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FloatingPanel; target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 91736F7FED8C2C0247DEC8EDAB43A8E8 /* PBXContainerItemProxy */; + targetProxy = 62AA5D8CE3CD2A7C600AACDFD173A075 /* PBXContainerItemProxy */; }; - 3D5510BE85F7F6096A6C7CBA37764BC2 /* PBXTargetDependency */ = { + 33982B7E8645CF4E2EDD7034ED3A7E72 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = EEF27AF154797695E3223C9F08729279 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = C1D42FE89FB18A93244B4D8143551CF6 /* PBXContainerItemProxy */; }; - 3D6F9060ECABF0162C6E71BEBE4A1677 /* PBXTargetDependency */ = { + 33C58D1D807E15DCC4F3FD717593233A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = D116D81E493095523653DC81C9AB1439 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = A709BB3309035C74752EC36F9B01CD20 /* PBXContainerItemProxy */; }; - 3D7D5794A8E5671BD26ED31F9D809910 /* PBXTargetDependency */ = { + 33CA00B6C731087C94A8D924E595403E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 2EC5A0A6D72D9700B8B4066D26F9236B /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = EF74E5E19EE2E6C3A340F912C6307B24 /* PBXContainerItemProxy */; }; - 3DBF357FF1568C3A3A9889F751369879 /* PBXTargetDependency */ = { + 33D3C844BC7CCAA0473201524DF39EFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 510247C1256BD51CFF38DC6B04C3195A /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 748B81CF1C222C03D3E35D90DE8333FB /* PBXContainerItemProxy */; }; - 3DF11FF274FC48AEADD7E35C646896F7 /* PBXTargetDependency */ = { + 340D93A69870881A3D7F4B036271CCC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = C9960BCB17846A9049B46708A0AF2F4D /* PBXContainerItemProxy */; + name = SDWebImageSwiftUI; + target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; + targetProxy = A6596212A4B483CA276EE8004B9DDEFA /* PBXContainerItemProxy */; }; - 3E2C0C64343CBADBEAF589A422906FFD /* PBXTargetDependency */ = { + 34B7FDFEDD606C0015505244208A0055 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = E4BB6608A72AF15F85AC6FC54D399535 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 4B3552A1D24569BBD7339EA6171D89DC /* PBXContainerItemProxy */; }; - 3E34D96478C5EBD02901F577091E471F /* PBXTargetDependency */ = { + 355A01D19A60A8E21CA7151364EE9A0B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 59099420F5D85196C4F8A909FF08CB87 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = A9AB35A5055955FC647AAC69D409C6D1 /* PBXContainerItemProxy */; }; - 3E4EEE6C8077D0865B418F39786827FC /* PBXTargetDependency */ = { + 356C8EF4F294B3377208CA64D6B10434 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseMessaging; - target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; - targetProxy = B5CE57924BB9E0677238C34788D34C7B /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = F258AAB4977B92347A12F11051AE4EC7 /* PBXContainerItemProxy */; }; - 3EFE434128852911977C5BC2670C0F44 /* PBXTargetDependency */ = { + 3578275E7A9089178AAEDB8819F8F1CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = B5F40E3EBF3F937D73A502F2D12CD78B /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 6443178BDBD566A68D4F547678E0293B /* PBXContainerItemProxy */; }; - 3FA8CC85F5C77AD268022DF93DF78892 /* PBXTargetDependency */ = { + 358D115C7DCAD455E5BAF36665578B96 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 96CCB3FE5986B73B0C0A928A097FFDF7 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 7D6C7C81B883E673D0F51B0AB7556305 /* PBXContainerItemProxy */; }; - 3FAAB8C6D0E1EFBFED1B43EEEBB50D4A /* PBXTargetDependency */ = { + 3596E835D772C1C49083CBC6130C43CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = B3C4F93BB8F79ABD4D538AB94BCE602B /* PBXContainerItemProxy */; + name = FirebasePerformance; + target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; + targetProxy = C0811B33E3EBE086C45FD22EF339F4F1 /* PBXContainerItemProxy */; }; - 3FE13BFFA2CD62F59D0AE8A3EDE39328 /* PBXTargetDependency */ = { + 35A41BB098063CF8061CD6758B154C8F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = A29000A86EE3006329F304A7A318CCCE /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = CCF1D2624702E5EADCBD554CB0619990 /* PBXContainerItemProxy */; }; - 3FEDB9B41AB316E937F989653EFECD43 /* PBXTargetDependency */ = { + 35A79D40D28DA2B6125AAB28F5D38459 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = EE2255B484221BFCA38B4764C7583193 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = FD53F00B51D9BC49855565CC7B4A7DE1 /* PBXContainerItemProxy */; }; - 4000ABF05661622728231A7D68C2703F /* PBXTargetDependency */ = { + 35B38C69946FEFC4873D1123BA6E3E31 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 033E4E790464581EE9D357BC798DEF52 /* PBXContainerItemProxy */; + name = FirebaseCoreExtension; + target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; + targetProxy = EEB9D5E544569337FB6C156323CD9691 /* PBXContainerItemProxy */; }; - 400E08906E2C12D98618C9AE31F16B51 /* PBXTargetDependency */ = { + 35E9987AA8E59E6451764D0B6BD41752 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy"; - target = C7B621349CB28ED0EBA4C3E416947AB6 /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy */; - targetProxy = FCBD6CE2BAA05EBC9216E7054A4FF390 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 2A7353CDB9B013556109E1F279AEB334 /* PBXContainerItemProxy */; }; - 4010F71F52BAF8E6795223FD42A5DE9A /* PBXTargetDependency */ = { + 36489685F9E07644AC9A1E1D673619A6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 86DEE74520EC8AFDF52AFDA87847E6DB /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 3A4659963A11B75E8C36C6BDCF40006A /* PBXContainerItemProxy */; }; - 4086B2CA047AA1DCF8FFC67B955E7A4C /* PBXTargetDependency */ = { + 3656CF028A85F03FD13F29CD0B26AF3A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 6D1F90A900CF4BD5BEF2C1F739D4A556 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 394533234F660181F9A8C0AFA1C9C6C5 /* PBXContainerItemProxy */; }; - 409D0B3A26F3AED2C74539253D1ABB8B /* PBXTargetDependency */ = { + 36F0283B206EB7FE2A8F7B4DEAA51D7E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 6378961ADC2740E280F8D880ADD78A59 /* PBXContainerItemProxy */; + name = Popovers; + target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; + targetProxy = 03C6541CF402838805A0AB94769100A0 /* PBXContainerItemProxy */; }; - 40C17C54FE3DD041FD12AA8AEB2A7B11 /* PBXTargetDependency */ = { + 37674BE95B29D5DC85BB76A38A39F006 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = E6964708A73BC24BE0BA70C2CE4EBE54 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 485B5C32DBAB3234CA4D4284DD539C98 /* PBXContainerItemProxy */; }; - 411289EE0E4E26F64ECF385794035707 /* PBXTargetDependency */ = { + 3767B848FEF4AA748D0B265823793E51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 8A84C27234A8EC6FA195AE4BFFA44B6E /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 0B613C37D544CD81E60A4F2B9F49FD6E /* PBXContainerItemProxy */; }; - 414386E5C09F9BEA427362280DBFC748 /* PBXTargetDependency */ = { + 377CC503508932842FE72964FDC33F38 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = E2FCE2501E11C77E7B8F5904479C0717 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 51E51862089EB5F7EC2B3C96ED851007 /* PBXContainerItemProxy */; }; - 424364ACB2D4F11A69CE95609171341B /* PBXTargetDependency */ = { + 37A048963ACFA9DCFF12B9093611DD2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 604C38F475DFDB176BB088859CCF924B /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 30E83A7B5763F8FF55F9293070698782 /* PBXContainerItemProxy */; + }; + 37A14791078DF837A4E0EDC59A982A7B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 017EB4FEF3C1CA4860FF0175C2AFDF26 /* PBXContainerItemProxy */; }; - 426C22A9A263BE79928E445B592B9C82 /* PBXTargetDependency */ = { + 37D2C2ADE0B30FE87EA76CDC48B3A3EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FloatingPanel; target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = DE6BC27ED81C82E31626B83168F28813 /* PBXContainerItemProxy */; + targetProxy = 1089CD653BF94A4335F147D1225E4DB5 /* PBXContainerItemProxy */; }; - 427946987E11E2F0E3D6FF16471590B9 /* PBXTargetDependency */ = { + 384F4546E14CF9D8501ECEF80D6425E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = AC21E96E3C0C74B0720D0BDD80E4CE24 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 27DCC94A78764A5227CE96F9F56D8432 /* PBXContainerItemProxy */; }; - 42DE440DA4FE56848A29440172DB9EF7 /* PBXTargetDependency */ = { + 3856F682647F3EC869904DA49B44905C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 2156D06F912E5F1094FDD284733555F4 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 9A7A98DD4C1E69EE7185E2ABEFDBF27C /* PBXContainerItemProxy */; }; - 4334BE4B09AB20759057C762D9E926FD /* PBXTargetDependency */ = { + 38FC7C8FBCD6B5B09EED17EB964E803C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 663F069CCCA3D900E6CE9FD8AA0EA91D /* PBXContainerItemProxy */; + name = "FirebaseCoreInternal-FirebaseCoreInternal_Privacy"; + target = 2949783F7EDB27AD4666B5427B63DC79 /* FirebaseCoreInternal-FirebaseCoreInternal_Privacy */; + targetProxy = B519DFB24DD32FBF2F76C24C02124C2E /* PBXContainerItemProxy */; }; - 434899959C6153C8CDEEFC2392D21FE5 /* PBXTargetDependency */ = { + 394F7BDEF2C6A3EE31C5C0089ACEB777 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSwiftUI; - target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; - targetProxy = 1922162A29541D77B622C18FCEF06569 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 715C33BF891A37C5CB83119A126D64B0 /* PBXContainerItemProxy */; }; - 4369D620AE8ABE847CE1B3DA9F2668C0 /* PBXTargetDependency */ = { + 3950F1673BEBB90D7C2EBF456BA6AEA7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 7CA532B91A6A6001C064348632911574 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = A2192B8789E2BECC2FCB8E58A882FD97 /* PBXContainerItemProxy */; }; - 43AC602AC6D5815637B5C8C13B64ABFD /* PBXTargetDependency */ = { + 39B6F4E4EEA3B58E54419F5263372139 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 8DC464B7EBA1730E353833494D9C590B /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 25E8A8830AF533A499CFB0598AEFBFE2 /* PBXContainerItemProxy */; }; - 43BF45C170340ABCB8E2895022CA858F /* PBXTargetDependency */ = { + 39CCBDFC7A412BCF1260C7CFFB42A138 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 77B33A4BE4018C3C6A9F50BFC3F56163 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = D494F865332BBB9BB0643DCC27852F4B /* PBXContainerItemProxy */; }; - 440231098258318DA1D10A22FBC0A4B3 /* PBXTargetDependency */ = { + 39E66D79BC05D5ADCA431BBFEAEB544A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 4784BA92167A3D3133EC51739B536AC4 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 563DA4D53713445257C7728BEAFC6914 /* PBXContainerItemProxy */; }; - 4420D08B5033C86E43329F5CE292B090 /* PBXTargetDependency */ = { + 39FEA5D30E723538DC1C1A32CC6AB7EA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 00602A8DE2BE8067DAEFAA33D9CCC0E1 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = CD0E7CCC818F37D1358CC89D2CF3E1A9 /* PBXContainerItemProxy */; }; - 44B9DD028F53C5D63ABCEC934E5BD240 /* PBXTargetDependency */ = { + 3A1C9AEDF23F80CCEED46DC9193A2B41 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 71FDE47FB141D501E859426FA91BC7BF /* PBXContainerItemProxy */; + name = FirebaseMessaging; + target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; + targetProxy = D7EAB60577C4A8D32F8EA800B9222477 /* PBXContainerItemProxy */; }; - 44BAC3FCA700E26EBA1C2B9B83787FA5 /* PBXTargetDependency */ = { + 3A2BA1D950E4E42BD15BA230394B5DB3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 2F8D02DE88C244ACCE7A184541708416 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = EFAEC908B92A8C8365CCC41011232A51 /* PBXContainerItemProxy */; }; - 451E574B4A3FEEF1D39A09C70C5DBED3 /* PBXTargetDependency */ = { + 3A3FD4C13535500D6F008417123E2798 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 17C71AC4C1756DFA11241ACF9B2EFE8D /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 013F774BD239661D15D3FCA4CBD47410 /* PBXContainerItemProxy */; }; - 455DA3D1455E23710EC526C17FE09E34 /* PBXTargetDependency */ = { + 3A50AA5EEC558319BEB04C2F5C8BB1DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = BE520BC1D68E6E620462ED5780FBBD4C /* PBXContainerItemProxy */; + name = FirebasePerformance; + target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; + targetProxy = 66015AF9A3A6E03A7EF6EA2C687791FB /* PBXContainerItemProxy */; }; - 46226758C21D0C3C692AA773EE2CA89D /* PBXTargetDependency */ = { + 3A7265AAC6E5F331241CF66F10E88796 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 2A0A27AD6933A6F577E4B1353DE050AC /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 7DB7C178C0466359CC547B24C9458E43 /* PBXContainerItemProxy */; }; - 4669908C1B33DF4500CE76159BA7AE8F /* PBXTargetDependency */ = { + 3A75D6A57F57E24D08F7C6E9C4BB1DD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 82C4F3F97EDA7ECC776CDC396EE2E7FA /* PBXContainerItemProxy */; + name = GTMSessionFetcher; + target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; + targetProxy = A72DC0BBB8A948CA44545265A51639FC /* PBXContainerItemProxy */; }; - 46E6D5991956F6B9F4D9D9F48B99994B /* PBXTargetDependency */ = { + 3AB8EA450096EC113029DB5546B19A33 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = F8AAC1EA2832F1CA9D2A8FCFB0ABC371 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = A8428EA03FA67F3EC9AD72F80037DF6C /* PBXContainerItemProxy */; }; - 4706ECCF2197484E87B90487D04212AA /* PBXTargetDependency */ = { + 3AF12CC0C601F72E709EA8B385935B99 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KVOController; target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 7076EDAF3A5BD22EEA25036E1D8B038A /* PBXContainerItemProxy */; + targetProxy = E99C51C2349E4E4BEFA6C16357FB6630 /* PBXContainerItemProxy */; }; - 4708C4691C0D100C9E821EAB9A54C827 /* PBXTargetDependency */ = { + 3AF156823795BD01D8401AF66360D954 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 067B8ED008B8928C6EE1C10E6A0ED0DA /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 2AD6602F7D4336200F9A27DF23E68D3F /* PBXContainerItemProxy */; + }; + 3AF3C37D272EF2497FD392E92821E418 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 5204781DC2B0DEC58D17C0237A473564 /* PBXContainerItemProxy */; }; - 4736CD7A667EA042634D06F6BF5FC219 /* PBXTargetDependency */ = { + 3B855045EFE0B4B472D227A4F3687439 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CombineExt; target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = FA0E2A5AF7111F09AAF0EC30E6EC180F /* PBXContainerItemProxy */; + targetProxy = 4A1875A500FDDBF8A8B6BDBC7C98AA53 /* PBXContainerItemProxy */; }; - 475A2F5769E7D501884D5E0CDD94243B /* PBXTargetDependency */ = { + 3BAB7F5C58C85A4B485AD9E7AE35839F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 766E131A80B9535440C11012699ED737 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = C75C7B34A520F77F6D2092DD468D4B72 /* PBXContainerItemProxy */; }; - 4767E66CF1F5C552B78BF9B93EDB0F9B /* PBXTargetDependency */ = { + 3C26FD6686D720C9F626705935E2BB88 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = E6CA9BBE94905A85E16699265EB27887 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 4760FE2966D8380747A6F1094476037E /* PBXContainerItemProxy */; }; - 47A22A1C110F6324E2C11008DC563C24 /* PBXTargetDependency */ = { + 3C29F888A7C2D96721FBA8C28A21B1E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = DACD24914B0BC83B46CB3F836D384FCE /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 3431E67169518D05ABCBD66FF3F72590 /* PBXContainerItemProxy */; }; - 480C8287E385FA2B808B0FF68557D08F /* PBXTargetDependency */ = { + 3C8FAAD0FC3D0131D3241316BCDF965A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = A669827E9DCF4BB00E87B5145AD21E66 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 0CF28D6335905504D99880524299A5AE /* PBXContainerItemProxy */; + }; + 3CB063D0173B1522C3B3C4BAE396CF1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 3E9020BABACEEEAFDD69E763439D0C06 /* PBXContainerItemProxy */; }; - 4811980E11DECD0168C1ED5B52C3A31B /* PBXTargetDependency */ = { + 3CF29ABED58619483DD9EE1A140FEE1B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EasyTipView; target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 7027F14D2FE91BD34459D46137089C85 /* PBXContainerItemProxy */; + targetProxy = 426EBE393CE06D73DF650B7954000574 /* PBXContainerItemProxy */; }; - 482B63CF6F104765CA411219F73F4DE1 /* PBXTargetDependency */ = { + 3D0DE756A74D412F73AFE2D0A4D4BFE5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 3894615DC9756C952708E3031D536329 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = ED63360BF9CE3EAA59E46D440419EFE4 /* PBXContainerItemProxy */; }; - 483D1395C0C74ADB9B5B3348EDE499C5 /* PBXTargetDependency */ = { + 3E414471D48281F4DE8734AC98AAE774 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 2CCA3393DD70C52133C8FB97A0C20671 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = B9769914924F0BA3E96E7BFFBC3A2C30 /* PBXContainerItemProxy */; }; - 484DDD1F39BB6AA55BF960853EC5185E /* PBXTargetDependency */ = { + 3EA8F5D1C5A97860FBF7E7000FAB7393 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FloatingPanel; target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 223BBBF7A7354F28FFE91FADE02FB3B1 /* PBXContainerItemProxy */; + targetProxy = 9DC92DBA502B0F01ADE14DEF36149CCA /* PBXContainerItemProxy */; }; - 49687E88E2AAD5587B6D5420BB318FB4 /* PBXTargetDependency */ = { + 3F270DE399B3A677B7B5053EB0E3DD48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 652271D9759C0081655467B95F34B343 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 7063E343FF2F2DF8291AAFC100C96FB1 /* PBXContainerItemProxy */; }; - 497AD36F0D3FF73A9551D4380682B717 /* PBXTargetDependency */ = { + 3FEE002608FB03AB4B607AB90C40F395 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 6316507FAFE4A54AB574AB58F78B2A8D /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = C40E32974620FA8A6DBFE7EA559F9BCA /* PBXContainerItemProxy */; }; - 499AB7C6398568B358FE742A436C9DFE /* PBXTargetDependency */ = { + 400772DDD995BFF21E025A0E4CE34CC6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 5119D7F2FAFA538AE97136EA17D20EE6 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 0BD3946A6D097696BBC0220CC3B0D6D6 /* PBXContainerItemProxy */; }; - 49D1B79CD9578E801C51B6D0599DB4BE /* PBXTargetDependency */ = { + 4030763B2F90D49C332BD6EB54DA3464 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 2F3BAA0F04AD2BDCE20DBC34B36E0968 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 316A3CC348698D883A263AB8428B9547 /* PBXContainerItemProxy */; + }; + 4097B2416C55DEFBA451C8255D4D62C1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 8DFF9CD09A5D8A13381055257D3369FE /* PBXContainerItemProxy */; }; - 49D72C78450F3082A0DF715E733E55B5 /* PBXTargetDependency */ = { + 40DB06FFA763A24B399F167CBB65D351 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReachabilitySwift; target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 96C2177088792DDF18D65C46BE0FC17B /* PBXContainerItemProxy */; + targetProxy = 111278BBF62B0FC2B4C3A5F0B05B8B57 /* PBXContainerItemProxy */; + }; + 412811AFB6F540140C55FF9229F10394 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = DBD1E1D6CBD94E9B461BE03F28E9FBED /* PBXContainerItemProxy */; }; - 4A05894C2F8141EA5E79FA1B6152F419 /* PBXTargetDependency */ = { + 415E3C328455BE2633F2D21E02572CAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImageSVGCoder; target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = C6903A46581BD99463C901EDA15A9792 /* PBXContainerItemProxy */; + targetProxy = 04338DC6B1EE6F0F46B33435E10FE2D0 /* PBXContainerItemProxy */; }; - 4A1CADF8DD65E0815834BCBBBD1D075B /* PBXTargetDependency */ = { + 4161AD4AC2AEACCCE79AA463C99D48AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 2FC919AD206CBE53C8D923988697C693 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 3BAAEDB2CE150C04E65ED20C65424913 /* PBXContainerItemProxy */; }; - 4A56969982C05A4FC62D7FBAB7F95DF7 /* PBXTargetDependency */ = { + 416A5DBBBEC03FA32D8B96260DFAB231 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 379E28C926BA73AA68F03C5B09F62199 /* PBXContainerItemProxy */; + name = FirebasePerformance; + target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; + targetProxy = A6A5E818BC64CD38C98BE7301C9B04E3 /* PBXContainerItemProxy */; }; - 4AAEE385526C15B2012638D50A46F615 /* PBXTargetDependency */ = { + 417F46686E5445BF74812551D45EE162 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = F0CDD1E042DC03BAC88E79B4D04AE47F /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = A57484B0D44373B8B02481AEEFC7EDCF /* PBXContainerItemProxy */; }; - 4B5DA371CE5F81C968A768743F546FF0 /* PBXTargetDependency */ = { + 41E47FD30F8E0F0B5A33534F66ADA3D1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 0D5B005768000C012DDFC7A12EDB7577 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 36D593CE433BA960C50A2EE860F4FDDF /* PBXContainerItemProxy */; }; - 4BB2BF6B21DA39DF69FF7CB92635B480 /* PBXTargetDependency */ = { + 420767C85200CB2BEF6C2618434A0EB9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = E5149A2B11F80CE7CF1F10A8C405F8D6 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 280C30523636349BF037749867350944 /* PBXContainerItemProxy */; + }; + 4209EA79E700AEB7118C5C1646E441D1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = BB4173FA5A02CEB2A5A7C5A16FD2F47B /* PBXContainerItemProxy */; + }; + 426D229265778FD9BA22D551482EDD0E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreInternal; + target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; + targetProxy = CA4BC7DE2249AA9D3E9E9D62CC95BD40 /* PBXContainerItemProxy */; + }; + 426D90CE7FDA6151B579ED863EE8AD40 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 00786D27222409E876198BF0F2F334CE /* PBXContainerItemProxy */; + }; + 42ACC11D5D9441404B0E18BE3B86BFC4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 2E71A7954615EB84D47983B49E38FDB5 /* PBXContainerItemProxy */; }; - 4BD2F30E0D888E2F5EF97E08C3FA8697 /* PBXTargetDependency */ = { + 42F990A3CF00393357585BFB13161F73 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EFQRCode; target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 189011559D2E5219F94A1594E3242363 /* PBXContainerItemProxy */; + targetProxy = 008E37CA4105DD0849E50736051351DC /* PBXContainerItemProxy */; }; - 4C170F88584ABACBCFA51FAFCC120FB4 /* PBXTargetDependency */ = { + 431E4A69667B9E4CD07A2A2E8FB17F47 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 222A5A479A4B64EA1F67E955C3D229A2 /* PBXContainerItemProxy */; + name = FirebaseRemoteConfigInterop; + target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; + targetProxy = A539B0649A09184F75CB4FCA45DAF8B4 /* PBXContainerItemProxy */; }; - 4C4AA7D3495AA621F41F0E99D89CA33D /* PBXTargetDependency */ = { + 432FC4C8694474D9025059B96397AEC6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 6B22FCF900723246949EDA8A0E1798A8 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 0EE13345A9A396D2EABEB4FC32696F3E /* PBXContainerItemProxy */; }; - 4C4E64FDC5423794F0B3D3A6BFD9B660 /* PBXTargetDependency */ = { + 435A900DFE34A6D854E6B399FCD9C5F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 6C051348017F2C42A2645CEC241EDDA2 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 98E40C0EDD5E1DEB73156C9859ABDF88 /* PBXContainerItemProxy */; }; - 4C682EB048EC99EDF2DF43AC44504377 /* PBXTargetDependency */ = { + 437241F962D2E8941D68F3E76149E3CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = A43B67AD0173AAB861E2E07E15A51080 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = BF26D9035DF9436E71BDBF14DB159688 /* PBXContainerItemProxy */; }; - 4C84657D1F54C9ECF2A658FA4EDBC3FA /* PBXTargetDependency */ = { + 439B27CEDF1B74FF3C4659B53EFF3434 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 19A363799FED559A0B8A15F7A00D39EF /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 90DA56B12B52310835F38E922B5B7D6F /* PBXContainerItemProxy */; }; - 4C99D9D5B614559773AA5EDF7ACBEF65 /* PBXTargetDependency */ = { + 43B4DB281C4780816063F17C2429EEE3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = F9E15AA07B7AFB708CDD0205099E4E65 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 973A7D031F33997C367972BEB972D1DA /* PBXContainerItemProxy */; }; - 4CC5E2B360E6FE91E1F73C0DDFC4310E /* PBXTargetDependency */ = { + 43C33214B27093BB77EFA7BAE165BC1F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = FA4511D088F7DEAB2C1F10B19CDCBC06 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 82F4CED5D75D1872137BE6603B678763 /* PBXContainerItemProxy */; }; - 4CE6D65382DD504C0FD94274C57E0EC5 /* PBXTargetDependency */ = { + 440F4900F8FF8531FCF9AE078DEF09C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 4C509A4F1AEEEB95B04F54D2FAA181AB /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 1C20614E04B3AC8CCEF68A2C71E2FFEC /* PBXContainerItemProxy */; }; - 4D4F0813C41EFE5B65C105B47B0BC066 /* PBXTargetDependency */ = { + 44C28AA646FB886D2E32C7B89325947E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 5CD63D7E871E7EA8579E3723B84FFF57 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = D0006A7B0EF8E88AC3B6F3B64CE3AF1B /* PBXContainerItemProxy */; }; - 4D6170CB7048CFD53CB6FCB07DC41F93 /* PBXTargetDependency */ = { + 44C2D9EB85644AD240946FAD26FB6DA2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSwiftUI; - target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; - targetProxy = 3FEE3B9C95C7F3D2A04A786D3712AD17 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = DBB6A1E9113363F4A88E26A3280E515B /* PBXContainerItemProxy */; }; - 4D8F5B05E94617082E531546B1E5BB31 /* PBXTargetDependency */ = { + 44D19C37C30AC0758296C133CFD0334E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 15985E26852A734966B269E87637D9F9 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 6823E9F5C77BBDFC7B99DB3E4909B493 /* PBXContainerItemProxy */; }; - 4DA0A34F7CAC658A2E2C9708C6479190 /* PBXTargetDependency */ = { + 44E06A631407221CC252C76EAEF26BE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = NVActivityIndicatorView; target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = C04807AA03AD18A0D5302CFDF9E7A6E1 /* PBXContainerItemProxy */; + targetProxy = 4F4AD05D5BA56D60F673C519A22B66B0 /* PBXContainerItemProxy */; }; - 4DB5C1F4F207F8F6E5C4BB457342DC7F /* PBXTargetDependency */ = { + 44EE7C53B490348EFBA4C5A7E3EC4432 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 8FD642A4D5C80EFD25D40A0D9E176E71 /* PBXContainerItemProxy */; + name = "Amplitude-iOS"; + target = B783C6FA652FC4195003054549B87961 /* Amplitude-iOS */; + targetProxy = 4669A18014F3FA5D499E75F28DAB7BCE /* PBXContainerItemProxy */; }; - 4E411CD8EAD25E25D1A71E4EA0C5BAF8 /* PBXTargetDependency */ = { + 44F35F5E2FFEBB617A4416D1DEBC8FD2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 88FB9F3624530339D51EF4D5AD6051AC /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 8E4936646E99BD13C72A68F9B1C0E229 /* PBXContainerItemProxy */; }; - 4E56372F19F6BAE87823720804CAF896 /* PBXTargetDependency */ = { + 4535A65F2A4F9581FE297E16DF98F98B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = F9A18432DFCA0BBB28589850C6BA25E9 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 912DDDDDF982BE5FDB195C8E3DF5FA3C /* PBXContainerItemProxy */; }; - 4E99FDA5C4FD67B2CA367D1E05049EE6 /* PBXTargetDependency */ = { + 45489D878FB3340FF8379EB86716E2F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 01BC6608FF3436B47EAA3A067CCAE803 /* PBXContainerItemProxy */; + name = FirebaseRemoteConfig; + target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; + targetProxy = 77118E24958D4EF06D60DEE9944FD5C3 /* PBXContainerItemProxy */; }; - 4F625FFC95BE5ABA61ADF3454C27E6F2 /* PBXTargetDependency */ = { + 45674C15EA30EB5B3C30052F33C8F904 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = F112AAD237552A58C0549D06A7C0DAB8 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 72B553B9B38FFE58CF222090A8A90EDB /* PBXContainerItemProxy */; }; - 4F68828446DF0183E12641947BEAB02D /* PBXTargetDependency */ = { + 45805FBB8A6CDC6E7D9EBC270A0C3A6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 5BBC675B6C89B6A4CF23DC684DCDD2B8 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 820AB503A83E60ABC34C39B5933783D7 /* PBXContainerItemProxy */; + }; + 45C9B6B1F2133515C022A6BC36A4A4B2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = A087B4FE3B918B619CF5CC33A0D80E64 /* PBXContainerItemProxy */; + }; + 463C1B0C49E10F3E48E8A46CF9173060 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 70354732BAFAF12134824B86A15DFDF5 /* PBXContainerItemProxy */; }; - 4F6F074EBD342B1C86CFA522E32C7E56 /* PBXTargetDependency */ = { + 464FFEFEA2A5453400FDDBFF1C5F66E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BigInt; target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 43560548BC99C4CE8ACBA8D78D69E1BC /* PBXContainerItemProxy */; + targetProxy = 786F7F918E05ACF3F1053AB5F6877A1C /* PBXContainerItemProxy */; }; - 4F750A5540387DA8D17FFBBE0F9E3A8F /* PBXTargetDependency */ = { + 46C7244EC8037B13D08CD955F4DC5167 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 59D459028A4B2933EC0584E24F79B300 /* PBXContainerItemProxy */; + name = FirebaseCoreExtension; + target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; + targetProxy = 83FCEEFF38B37DE3ABFDFBE9361C2514 /* PBXContainerItemProxy */; }; - 4F8829227F4E71FC1552A166E7627D56 /* PBXTargetDependency */ = { + 46C77154BB8CF3C5CD97AA628FAE0573 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = D09DCE02A411382CF60C77BA44ACF976 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = A972A49C4FB2AE9FE57C27F6A711B0F1 /* PBXContainerItemProxy */; }; - 4F9F0CBD98736E260B73B7E2C217C149 /* PBXTargetDependency */ = { + 46DCCE78110E5F24690010E183451389 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 1D8B79D0423DB5A5C210E53E90C8093B /* PBXContainerItemProxy */; + name = "GoogleToolboxForMac-GoogleToolboxForMac_Privacy"; + target = CCF6C52F9360788E81C175B1BF1292C5 /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy */; + targetProxy = 301862A7704B36D3891AE2122D21C4BA /* PBXContainerItemProxy */; }; - 4FC6EDEB2917A0FDD26D30E00D7A6A71 /* PBXTargetDependency */ = { + 470559F90F74FEE29EC731512DCDFDC0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 9C2241E1B063B7D70024AB0244EFFFAD /* PBXContainerItemProxy */; + name = "Firebase-360edc41"; + target = 4523574CD9BAB130771CDA070AE9A1B3 /* Firebase-360edc41 */; + targetProxy = F5A0C664BE4B38DF791AC381ECC971F8 /* PBXContainerItemProxy */; }; - 50076896D0ABA79CAD804DBED9EB7D8D /* PBXTargetDependency */ = { + 47D03EEFC6C9FA3118534A7DF68DBECD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = DF55E73BD17F12D8565A0E91FDA1EFAF /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = A39D19926180528F38E51438AB251A1F /* PBXContainerItemProxy */; }; - 5009854674B94C8E98DEA344B2D10576 /* PBXTargetDependency */ = { + 4828C09395B92C4ACE0D11AA529C8AB9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 7EA067D4C37B3A71023F49271E2823EB /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = BA4F0075565D58C9549194C595C1EFC3 /* PBXContainerItemProxy */; }; - 5071CE600B5FFB86C3E8987541C4CCFD /* PBXTargetDependency */ = { + 4868D7022D489A96CD2D00B5C0EA6805 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 0D19BAF118423E892DB33F5B96C9FD93 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 6014665A465BE4E5E4E1F0F20B5FC665 /* PBXContainerItemProxy */; }; - 50763F39FC3AE81B71A7B80A00E13F89 /* PBXTargetDependency */ = { + 4881C58A7026A1D9B21CEF22EF8F52CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = A65D087D30B163E179E1C695BD856754 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 35D4D70395A142928BCE0ABE2482F83C /* PBXContainerItemProxy */; }; - 50A8AF8B3D71F80A65BE94BDEB5222B0 /* PBXTargetDependency */ = { + 48AEAB1794D8CA28CFEEC9F21D368830 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = FE611CEFAE9327F78040FF7B13B36F6C /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 7B13E4645B01797C778B392E42DE3718 /* PBXContainerItemProxy */; }; - 50FA6EB4C39B3D31EDFAD08109AE4D90 /* PBXTargetDependency */ = { + 48F033895524FB270E4F1245E51ED4C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = B404035D81D175050F10F43BE15DBD16 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = ECDDAA7F6450ADE018535038B2C85E9F /* PBXContainerItemProxy */; }; - 50FBECAE153B56E9EFF2E7A32A9DC017 /* PBXTargetDependency */ = { + 48F2EE3DCA41E46EBAFA38090FE01904 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfigInterop; - target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; - targetProxy = E0D415795D9D5B7908B2A9C7482E2DA9 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 48A4215C4FDD1CD5B304C6FEFBD59AEE /* PBXContainerItemProxy */; }; - 51118D779EE83E3251966EECA25E5B49 /* PBXTargetDependency */ = { + 4933AA307F6B21BD2384BDB97B8E63E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 588E1E1CD15614F9F86660D60ADAF14B /* PBXContainerItemProxy */; + name = SDWebImageSwiftUI; + target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; + targetProxy = 83D38FEDE55EB34617D1B0CAF6226350 /* PBXContainerItemProxy */; }; - 514F14B679DFAD9D9A8B75163199966B /* PBXTargetDependency */ = { + 4A8D7AAB41BDE09341C6A9556064854F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "SnapKit-SnapKit_Privacy"; - target = 8A8DB685241263AFDF5E6B20FE67B93A /* SnapKit-SnapKit_Privacy */; - targetProxy = 415D8B54CA555631D4D86BAF53F819B8 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 55EEC36186F23922190BB4BD1E739802 /* PBXContainerItemProxy */; }; - 515B4945DED1AEDB571337B6A73709DF /* PBXTargetDependency */ = { + 4A97C1F15BAE365AEF46DDF77A513546 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebasePerformance; - target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; - targetProxy = 4211FCCA9982CB9BA93325E39563C7CD /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 6EAABE666572A5CA3E8283D23F09CECC /* PBXContainerItemProxy */; }; - 51929BA0BE7BCE51AB98EECE4F94E829 /* PBXTargetDependency */ = { + 4AAA6F69208293239D6F4CEBF3239E4B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 77F2370707E6E023F9BE3FB943C9165E /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 2CD263C976DA87D27B923CBBC4BCC8EB /* PBXContainerItemProxy */; }; - 52343EDAF3B86162022F6739BE7F19C8 /* PBXTargetDependency */ = { + 4AB77D0F29A7119979F36E57FFBD33C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = F104E868AB5861CD8DBA3FA21BDECFCE /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 551F210E99887BE2E939D7BDAB2AF137 /* PBXContainerItemProxy */; }; - 5267F6A77AEE180DC4CF859C9F1FC784 /* PBXTargetDependency */ = { + 4AE76AE56D8B9C0A5B9FA6137FF13C83 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 4DAC1A74E6B6D67C35009ECF302C9311 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = B924CE8121B67729E8C72AF37C141CB8 /* PBXContainerItemProxy */; }; - 5276E752630B753762E4807DDE7938D0 /* PBXTargetDependency */ = { + 4AEB470B0498521D872F6BB058E228F4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = E3FD1F4BA737317B437FE8B2BD5E5400 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 00D7F28EFF1C6582C91C5567D321D73A /* PBXContainerItemProxy */; }; - 52B9727EBDD045E908A4972F4EF706CE /* PBXTargetDependency */ = { + 4B23FD1EF66561A9B08E62B77F71F92E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 1674C0C80FCE13FDC3AB6A975E0B85B6 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = D4CD4C6E1DE2653B9F66B0D1E4781DBA /* PBXContainerItemProxy */; }; - 52DB115EFFDA1995F1B2C67F5C21DC53 /* PBXTargetDependency */ = { + 4B2A5898AA09FE653F9C76D9E6D6B797 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = pop; target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 9172DB271815CA9ADA8F547A438A95AB /* PBXContainerItemProxy */; + targetProxy = 60E7E35813C1CDD2E8CF0D3CB8EF51BA /* PBXContainerItemProxy */; }; - 531E152FA4111F8CD4AAC2BC5780924F /* PBXTargetDependency */ = { + 4BED31AA3D904C865EFE4CBE2E6E4EC3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = B4FDBBA9BE56E0B014E13461BD1F11ED /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 7C42D772CECCD42EB3BBFD14D89841B4 /* PBXContainerItemProxy */; }; - 532819913EDB0FB30767B36D1098BDDF /* PBXTargetDependency */ = { + 4C1F17A0E9D1E9FAA5C819CA225952E9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = F659BDBE68A9110A8AAF2165829B42DE /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 70EB91B3DDFEDB342F7A3B00084E9B87 /* PBXContainerItemProxy */; }; - 538481DD64232F96D98336E6DAA9EBA7 /* PBXTargetDependency */ = { + 4CC95FAB7169C7AFFAFCC35FCA30D8F7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = A42F8FB93C9753F0D29570B3DE4449A9 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 36E94AC1AE3ED8289833A4A5E00FE45D /* PBXContainerItemProxy */; }; - 5393AD7161E54F8731313DC1ABBDE447 /* PBXTargetDependency */ = { + 4D30B96F68E6CBAB3D6A1DE11C17F26A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 03314A7232587825DA63D2FD25446ED8 /* PBXContainerItemProxy */; + }; + 4D66572AA2AE5C79D1A783C960EC79C9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 2005A2B7B11894B1B38C1473D2706673 /* PBXContainerItemProxy */; + }; + 4D8654AABC9020894F5F1267840C5E00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EFQRCode; target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = B236F4D7ECADBB659F70DDAA0EC842D7 /* PBXContainerItemProxy */; + targetProxy = 7389115BDE280D83184F4DE9E298F4CF /* PBXContainerItemProxy */; }; - 53AE875F58C9036D28AB2727722E7EF0 /* PBXTargetDependency */ = { + 4DBD73953321277314EC015FA60A2888 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = C1802E0E239324CBBFE7825C3195CCA8 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 14AC7688F16D8A3906328DBDF9309FDC /* PBXContainerItemProxy */; }; - 53CE402D028C83FCB8AF3964EF1E6FC2 /* PBXTargetDependency */ = { + 4DD33D3E84F93F23838DA407592548DE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = BAC982C01420B15D4B5B66540F5123BB /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 37F2A372824832167B3FDE3F38644E88 /* PBXContainerItemProxy */; }; - 54DC2EADAD66E47A141E1F77AC2355B2 /* PBXTargetDependency */ = { + 4E2A043D2C2A4D8AA812D4E97BD2CAA6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = B3B9B38CA0BA8BDBEA7AE0A415D78607 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 7CC1BFE581D0F0D148529A00F04F722B /* PBXContainerItemProxy */; + }; + 4E6C9FF48AAC489F858159F8E28AA460 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = FAA138411B17982CCC14640805752452 /* PBXContainerItemProxy */; }; - 54E5E8891FE92495AF4E4D89CC77F2AE /* PBXTargetDependency */ = { + 4E84E62B7E44417E2DB39A661A8FD2A9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreInternal; target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = DBD5E29A08270EAA87736507D4F8DA0E /* PBXContainerItemProxy */; + targetProxy = 25B46974A4A252471BB78DC4DC3434A5 /* PBXContainerItemProxy */; }; - 5537EC2D4D7BE68C1880C3FAD4AAC831 /* PBXTargetDependency */ = { + 4EAC94F254DD76ADA9B596B72395A988 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EFQRCode; target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = C417A051FF14F1B98D075DCE7B931A2F /* PBXContainerItemProxy */; + targetProxy = 76CB3BD0B28DE121431F31CA1083FC43 /* PBXContainerItemProxy */; }; - 5541802712C08FE905539144F0996BDF /* PBXTargetDependency */ = { + 4ED4A2A3AD00CEF7C4E44DB22B87F09F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "AppsFlyerFramework-AppsFlyerLib_Privacy"; - target = C1B7E9FCC674E977BE2D38FC2709798C /* AppsFlyerFramework-AppsFlyerLib_Privacy */; - targetProxy = 17BD839160344E8466E82778898667AD /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = FB529E7D3385D69EEFD53A0230E446EE /* PBXContainerItemProxy */; }; - 55769D6D611058A59A2EB4DE6483107E /* PBXTargetDependency */ = { + 4ED8637410ED2D81F4CFBEE1028477D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 63C86BEDBCA02FF7B2219E8C1A6FA2EF /* PBXContainerItemProxy */; - }; - 55E2381C4A12DD91833E639A1142D532 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 65CDFE986A20FC2B709A514B6C2B4A2B /* PBXContainerItemProxy */; + targetProxy = 7704112C1FFD71974788B3A7823C29E1 /* PBXContainerItemProxy */; }; - 566BF22EB7B50BFD1538C485F3AA9073 /* PBXTargetDependency */ = { + 4F04591427778F7348D607648B11F3EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = C3F8144F8B632F128AFF99D4901DEE27 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = A105B9851AF9F866A326DB625057283E /* PBXContainerItemProxy */; }; - 56741057DDBF86A6BD6C8AA9ED5AA1F6 /* PBXTargetDependency */ = { + 4F09519EF10927321207DA30E8AA4ACA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 46BBF55018CA74D50E8EF303B0F89D68 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 01A10C1AC123379ECF3EE4FE19FC371F /* PBXContainerItemProxy */; }; - 56899C5CA5E361C317D3FC9AFD9D6A2F /* PBXTargetDependency */ = { + 4F2B5370BDA5349762034D40AB576606 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 1A23732BD5F43285FBF31F22B372A1AE /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 890A0884F0887055E7B8C969152F34B7 /* PBXContainerItemProxy */; }; - 56910B4A0BA081E62493B614F9E1FC71 /* PBXTargetDependency */ = { + 4F7331EF373987EC0F76A26AFE36DE65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Firebase-2149e159"; - target = F701F16821D7AA8B115646DA013C13EE /* Firebase-2149e159 */; - targetProxy = F4498FA1DD0C5086DBD7602B2EEBE641 /* PBXContainerItemProxy */; + name = FirebaseMessaging; + target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; + targetProxy = FB7141007F0F8D2B4FD8EEA000F921C3 /* PBXContainerItemProxy */; }; - 56B3C595F4A94855E318FEC315E56B40 /* PBXTargetDependency */ = { + 4F82BB5167FF01770CFE5045CC800827 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 3F7B84572D6121BD0FC5A57D94CC8C6B /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 14A13D9599F7C9C569B30DC1AB7AC722 /* PBXContainerItemProxy */; }; - 56CF81A50BA1CB08D629E0CF460A6DFD /* PBXTargetDependency */ = { + 4FA4C0485E10F6834F438A01280A6A9A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 2B62F9357C93D340208B86CAA1CF250D /* PBXContainerItemProxy */; + name = GoogleToolboxForMac; + target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; + targetProxy = D0D69E00F33C9162B871334EDEEC0DED /* PBXContainerItemProxy */; }; - 573E56E1AE5F174A1E586AB33A3303E1 /* PBXTargetDependency */ = { + 506778EF24667A6442F771F7C1A913C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 6308285D97A56E89AC652CD8B075AAA8 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 411CA1E1C0CAECA10C5A360B30480597 /* PBXContainerItemProxy */; }; - 57A66DCC766C128FFAA15C2F99776C89 /* PBXTargetDependency */ = { + 507B2F896253780C067090C280142FAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = C564FDDCE6BF1EF4D9CEB3C463395F4D /* PBXContainerItemProxy */; + name = FirebaseCoreExtension; + target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; + targetProxy = 033E5DB8DEF8BD08E640CDB4759D0068 /* PBXContainerItemProxy */; }; - 57BFA990E8D199EE51EF15F3DE38365C /* PBXTargetDependency */ = { + 5089FFA37236BD164B4AEF13FD88AED8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 7FE03AFE3282FC4133729C627C0FE044 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = F7D727E0E8AD90C8E22DC2F7D0480D9A /* PBXContainerItemProxy */; }; - 57D6F5B55BB2FF106111EBEAE871D207 /* PBXTargetDependency */ = { + 50C81EB52E77052A254B70CA86CA1FDB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 749FC88AA7ED00724562B07DF8B577A8 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = D8F5773457B01184F78855AC7AFB4B98 /* PBXContainerItemProxy */; }; - 58205DAB8E42654E03BB65290ED7DDFA /* PBXTargetDependency */ = { + 50E411E05B0592DDB4B6D7373C78BDBC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 2B3F8E2D746CAE79907B4788A7DE440D /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = BFD479B7D4905A6DD10C34E6F15E194B /* PBXContainerItemProxy */; }; - 5897A4AD759D06899DCB256630130004 /* PBXTargetDependency */ = { + 5174116D2613DCE044503472374C7354 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 05F6F52970BA57BD088871C3F6D9257E /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 35343083E0D765DE1BC64DA5E3015DD0 /* PBXContainerItemProxy */; }; - 58A696BB2ABF178C783798A9920260E9 /* PBXTargetDependency */ = { + 51FCFA9DD4DEC7ABA8C6524ABB63D4B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 2C6BAF2CEDD70BC6269FF0EC618EEC49 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 20533B664A064C237F5A5DCC5541EDDD /* PBXContainerItemProxy */; }; - 58E866EF4832FA5C3CFBED52D6107113 /* PBXTargetDependency */ = { + 523067774C542C05885C3A6A2E9D5614 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = A6110FC5FC98113B11B3A8CFF20732F1 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 6DDD3C4FD690D27CEF20D8AE9505E86D /* PBXContainerItemProxy */; }; - 593F677867AA292C738FD3B742491A3B /* PBXTargetDependency */ = { + 526DA76FD5E836F8CB77DEEEAE0E1E6D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = AA939B02F9F24FBE0D5804388FA913EA /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 7BB9CF26E8647137FDA6FBE4BDB2AB89 /* PBXContainerItemProxy */; }; - 5A082CBA54E5619AAC0DDBA06F5DB8BD /* PBXTargetDependency */ = { + 52D5D4BFDBF769FBF01362C134286DF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = CEC7AFA8FDAE97BF0942543A2B2A7A01 /* PBXContainerItemProxy */; + name = FirebasePerformance; + target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; + targetProxy = D8C27419CC9D874438268A94B1DAEDD2 /* PBXContainerItemProxy */; }; - 5A3F4FADBEDEC1084279582B5F916509 /* PBXTargetDependency */ = { + 52E404FA67CA5BBAC177BCDFC4652624 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 137249B63E9D7CB7B889346726A20D6C /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 5E0F44385F551D828C308E124E3B45DA /* PBXContainerItemProxy */; }; - 5A420DD7483311014EE56037B31D3A03 /* PBXTargetDependency */ = { + 5312459080146F046FFF283DEC84BAEA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 1E83D3F001128B96058A54FE9F772BA5 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = B4E960B0C6A4EDE1243FE120D4C7AA58 /* PBXContainerItemProxy */; }; - 5A5818E220C1E8F67D1D706D85714BB9 /* PBXTargetDependency */ = { + 53237E0316311A04235A503DA847E8C8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 9892047BEC23E424EA45360FD4674B37 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 4D25407C0A5DAF20B19E70F00C93663E /* PBXContainerItemProxy */; }; - 5ADD161C8F663CE49A9BBCCFFB7A2E5E /* PBXTargetDependency */ = { + 5325A3DA08A10318BCD5899A5C83737B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = CDA91A35B55B0C762C4A73D12326AC72 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = A5697A7B2A134464E23ECB6EF851B994 /* PBXContainerItemProxy */; }; - 5ADF6C7E70AF7FF92A8F99CCBA3904B4 /* PBXTargetDependency */ = { + 53A8B9C3925BEBC092122C76AE69AD2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = DA4F496A37F76FA3D3ABA83CACF1B3DE /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 43E149C66EDE8F72D53990C6161AE7DE /* PBXContainerItemProxy */; }; - 5B7BA3CB634EC4E0A2C2AC3FF4315E43 /* PBXTargetDependency */ = { + 53DAB45A80A9C9D3985231C4A0A67416 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = C8260B54ABED0B4F4F658F6F6E43123C /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 6780763DC17E65D99457AF3F337F10BE /* PBXContainerItemProxy */; }; - 5B828140ACFB842577C5C88303396B3C /* PBXTargetDependency */ = { + 5437946228E8CE0EB4605FCCE12DB995 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = CD9198AC0EEC12AA347F04110FCDE550 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 7A82CCD8725DD575698284C25D8181B6 /* PBXContainerItemProxy */; }; - 5B9CD3977DC2E90C36649640644BEFBE /* PBXTargetDependency */ = { + 545F684715565C2622571531A9FB0501 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 0BB95534C24BC7FA606C3E28DA95D2DB /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = A8C71959E2A99EE10AC84C15130DED2A /* PBXContainerItemProxy */; }; - 5BC9AE28AEEA2CC8928C4717F2B3335F /* PBXTargetDependency */ = { + 54A4D79440C39E3795D9C911218DC431 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleToolboxForMac; - target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; - targetProxy = AD51CF78A5A99922A5607A138CAAFD42 /* PBXContainerItemProxy */; + name = SDWebImageSwiftUI; + target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; + targetProxy = 7C46A8F99B88661C524EBCB3BFC42AC0 /* PBXContainerItemProxy */; }; - 5C4228A26F1ACBD211941937FF6C5424 /* PBXTargetDependency */ = { + 55198FF5314B0577D625D125A4EC8FB9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 51A2F473FA28C0E5AF93C41A5C5D29A5 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = B740DF665278FD5F8415A29192038807 /* PBXContainerItemProxy */; }; - 5CEEEFD77D261E95CCCC0AD8E028D801 /* PBXTargetDependency */ = { + 55473D431D39A0BC426FCC748CF64A13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KVOController; target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 84FE07516A847EA66381B0D259BDB226 /* PBXContainerItemProxy */; + targetProxy = 724BA08816A461C63218C2AAA250FD0B /* PBXContainerItemProxy */; }; - 5D3FD1E0DBB1F9E065F4BFD602210914 /* PBXTargetDependency */ = { + 555B870BB4D5308A40254ED08A4E6D45 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 54B779AE4F947E196A2A2EF71052E063 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = F45C6E801AB2630E9573DF94B171D769 /* PBXContainerItemProxy */; }; - 5D7BFDAAEFA9C63F0C4D1931DA9D08C5 /* PBXTargetDependency */ = { + 55A50AE33D094D1F37888D2D2EBABC88 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 31349D63D1B4DF097E61B19CF58BECB6 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = F8AEFA046C43046F19E341F6D0D4A7D4 /* PBXContainerItemProxy */; }; - 5D8578515110C84992B8DC9C8097CC33 /* PBXTargetDependency */ = { + 55F64AE89D2030751942E11ACC86FC08 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 412BB9D11402F7A9DD92D1A3CB9CE6C9 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 00B5A4BE49392A567C81676D4E28ABD1 /* PBXContainerItemProxy */; }; - 5DD7F9D6401FB67E9824E8700F416240 /* PBXTargetDependency */ = { + 56049BF07857C8CAD3EAEF3AE86F518F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 9A9C0401AC213B074CD72DA426E85840 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = E6D49EF3520E7C5E1B4D652464766525 /* PBXContainerItemProxy */; + }; + 562831D85846AED89EB96FA9755FE770 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = E17CD829E3A77B478F340325BB6FAC5C /* PBXContainerItemProxy */; }; - 5E1ADAA1E1F36D8E2F7392C0123FBD30 /* PBXTargetDependency */ = { + 5629EB711301EAD44F93F7301B91960B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EasyTipView; target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 1C5309A5549A704FB19514C2C3E1A6F7 /* PBXContainerItemProxy */; + targetProxy = A9CCCB3A00054FF8BEFE5434F8CAD11D /* PBXContainerItemProxy */; }; - 5E2455BFF7FA8FB775A751AE1D101B7F /* PBXTargetDependency */ = { + 563239CE4DA4822B0F7F9307BE81A81C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesSwift; - target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; - targetProxy = 74D929C2A1876774923D3518EA5BA1F4 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = DE6257D6FF369B5FB9A34E6F200B0198 /* PBXContainerItemProxy */; }; - 5EDEB32F84F6693B055F6FF38EBC29A9 /* PBXTargetDependency */ = { + 568AB2DF54C51021742A76AC1FE70DD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "FirebaseABTesting-FirebaseABTesting_Privacy"; - target = E9F5D289F4688880F8AEA528F4783976 /* FirebaseABTesting-FirebaseABTesting_Privacy */; - targetProxy = 547F6DF6AD4D424E1072142B90E75D5A /* PBXContainerItemProxy */; + name = FirebaseSharedSwift; + target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; + targetProxy = 7BD82C5ABEC75F870DA30E5AF6E44BBF /* PBXContainerItemProxy */; }; - 5F14011ED1526CD1563933001040CFFF /* PBXTargetDependency */ = { + 572C327AA150BFC6F5DA2C4EC6C6A9F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 21127208D71E1EC0BD07832DB5689C59 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = F3BD64F36F05CBD4DE26DFC0DC3D3613 /* PBXContainerItemProxy */; }; - 5F324859293598AD668E0EA03C1C59C2 /* PBXTargetDependency */ = { + 572D866D066ED6DECF6FC996FFD10F71 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = D039444E8AA03A278154D4A8D828804F /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = A5F92EAECCB67A1FE9E897ECD239BA61 /* PBXContainerItemProxy */; }; - 5F9F492F06ECE87BEAF0BAA55DE2F01B /* PBXTargetDependency */ = { + 5763810AFFD3D56B62FD3683488DC025 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = EBADD0ECCD8968F18BF2E7595798C314 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 49909B926C65D1D6F64C1E3798BD0559 /* PBXContainerItemProxy */; }; - 5FC6DB59019DBCCA055C33026D282656 /* PBXTargetDependency */ = { + 57EC08AF0C35A504FE486D9C3AA5376B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 75EEA231D7AAB2EE562BE4932046620B /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 6BE5BA759624D50E17B77A2E5DDCE289 /* PBXContainerItemProxy */; }; - 604C692597CFE289D407E215970F4F61 /* PBXTargetDependency */ = { + 580750DA141E1FE504F7B8B72D62E1E9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = D6932FE5B78D82A317A49113F6847496 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 6855C32AE4915CDDE4AD399039317692 /* PBXContainerItemProxy */; }; - 6057DF2DFCA8DFAF5DF5652AE9CFFCAA /* PBXTargetDependency */ = { + 582D3F02115E5E512E881E31F27CC39B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = E4169C959343D82AA8A85B56B5E89045 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 47DE93A1FBB29721F9158D06BABD3C42 /* PBXContainerItemProxy */; }; - 60729E79EC80349F56006EF83915722E /* PBXTargetDependency */ = { + 58425DC2F503746DA0AB99854FB59534 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 9BDF086F7B583219D36695CC0431A966 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 2F53E48C91A9DED4A9D515ADB49546B2 /* PBXContainerItemProxy */; }; - 60A7CD6CB97B222DAE75E7F7535DDC4E /* PBXTargetDependency */ = { + 5855F2A4C1EAE7AE30EE548567B5B444 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 0805A31BAFC2952569AD147EDAF04AD8 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 0EEE16FBB85EEBE2CECEF0A181D992CC /* PBXContainerItemProxy */; }; - 60A93A96D73403C0CDE6EE954374FCAE /* PBXTargetDependency */ = { + 587B24BA66D40A5560DB25693C9F5C51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = E00B5685F1F298E10A2AFAB6C2A6D30D /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = DAD55560F9E95A418E937643FC785A65 /* PBXContainerItemProxy */; }; - 615AFE8DE6B8930329CBD69824C85512 /* PBXTargetDependency */ = { + 58B91423CCFCE3429BB8FAD687EFD4D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 5D39DCA8E37BCC07EC8930249DEF2EDD /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 2EB79CF27D491C480DCD9A9A18E18FD0 /* PBXContainerItemProxy */; }; - 616265EF411ED94BE3D2C0D276E9359E /* PBXTargetDependency */ = { + 58CFA98113C954EB71DC5D5EF4412BCA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = FF3E5906CFB56710E3DE1139AE1B1E6D /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = C8656DC444640F7FA9FEB1C69B8A40FD /* PBXContainerItemProxy */; }; - 6175A2D45BAFDC1AEB1C49D339FAD72C /* PBXTargetDependency */ = { + 5938D3B311B68F4459335240B25DFA86 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = EB014DCC5AE2F78A60F69C92DED3CD55 /* PBXContainerItemProxy */; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 635119511761B6D6B2741BA1BD08A758 /* PBXContainerItemProxy */; }; - 617F1B288B3E830759CA0DD949E0270C /* PBXTargetDependency */ = { + 59435AC199FB8F690575F1591530B9CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = A626E847854ADE9FE92D9883BDDFA5EB /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = CDF4613FB042D266FE5FDA349B89BBF5 /* PBXContainerItemProxy */; }; - 61C6E5A4BC5573E6D049D5E214C655A5 /* PBXTargetDependency */ = { + 595CA70E6C5E4BC7CA5AD30C758799C8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = FAB40F4BCD9F8740804726C0B6CF3344 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = BBCFB82BF8DFC25BA99125F1C89F1127 /* PBXContainerItemProxy */; + }; + 59A449B4BB5A10B41EAF7BB337549821 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreInternal; + target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; + targetProxy = 652A89997B62679C32250CCB680ECF0B /* PBXContainerItemProxy */; + }; + 59AFA68538D0B1AC8DE057ED5EDC0D3A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = AFFE29159293429D3AD5385A53814425 /* PBXContainerItemProxy */; }; - 61D883977FC32D66AA8645183DBB9F4A /* PBXTargetDependency */ = { + 5A175D858840FEE6BFFC54E09E8431D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 4EACE31B421FDC86EA01A09CC3006610 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 03305E704F3635255C2533D1E226068D /* PBXContainerItemProxy */; }; - 61FEAAC816C062DA208E129E90968D6F /* PBXTargetDependency */ = { + 5A3B52F9C82DD5A03088F829A638E350 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 1B27DDCB848F1CEB99211E5612382457 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = B6C88BAD9335278674EB6380A67C3EBE /* PBXContainerItemProxy */; }; - 62088BA9696E3BC552B3F915630C6318 /* PBXTargetDependency */ = { + 5A6AF945A466A8D1E3B336CDB516BF76 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 71D6320189CBE754B7C9E83AC070E7DF /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = F82AB79AEB7875CC1192430C88583227 /* PBXContainerItemProxy */; }; - 624F75644D8E824432EBA3F2FB574309 /* PBXTargetDependency */ = { + 5ABFED10839BCA3C3ABFD92F75FEC7D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 892B302FBE1F0A23527951580281854E /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 437BC18C3000F6131BBEE5653297846A /* PBXContainerItemProxy */; }; - 62A7A5FCB08C21DCF8FEE58FD42CC0E9 /* PBXTargetDependency */ = { + 5AC0BB57AE6DF14EB37D1BF90DDCC710 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 53869731905A42F0A347BEA165270C85 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 772673D57CA2758BBD24CB40B9C3DB94 /* PBXContainerItemProxy */; }; - 62B050FC80FDB4DB5085358BC75C7F2E /* PBXTargetDependency */ = { + 5ADF38D094EAB0EB607581F353604C76 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 48021FA272B867B1FAE0B447F6AFAE75 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 74401D5E8E7D5499F1914A38FB71C975 /* PBXContainerItemProxy */; }; - 62C11863C4E038ED468DB415333A335D /* PBXTargetDependency */ = { + 5AF1E95E6DC9AA8A7F989C4E7E7D05C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 920A2684BF8AE85E602960BBCC3EBC64 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 6DCE59BCECF8EAE007BD8F7D17E8BA97 /* PBXContainerItemProxy */; }; - 62C805CF912644234FEA7799087CAADA /* PBXTargetDependency */ = { + 5B01861DA9BCCC3E17F36A418F1D3528 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = FE7059D3B6005B215DEF8F94FDF179D5 /* PBXContainerItemProxy */; + name = Statsig; + target = C369636770D47D26A48AC38168784079 /* Statsig */; + targetProxy = 442C37BCE839A8BF9C419C95F38AC3BC /* PBXContainerItemProxy */; }; - 62CB3AE458078E7E2CB7A165CC3F3A3A /* PBXTargetDependency */ = { + 5B528399DB62D2C0DDAAE4F01A8C03FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = E1CB74218F3119EC28E6C9D6680D411D /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 752A71DB608BFE7C2DEC6D313FAD3B66 /* PBXContainerItemProxy */; }; - 63623D6A85A2F4773971DC9D8F8F6C60 /* PBXTargetDependency */ = { + 5B70BD3ACB199E995C29A373E391EDF8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 10CB6C5862EB93DFA45EF538F9F999D1 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 57F0E3B5624B00F3704297CC39A5013F /* PBXContainerItemProxy */; }; - 636D1457A8D57AC25255962D330E1532 /* PBXTargetDependency */ = { + 5B8534D9C6153F147A0F9655D5C1A88E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 6C773B54374C28067030EF2AA19DDE05 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = BE3705618D4063C2ACE399161EDE22C8 /* PBXContainerItemProxy */; }; - 63EF17579B625E0B2F8174B31F7C7350 /* PBXTargetDependency */ = { + 5B8D17E1861F3BB6123B54E09E2A40E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AE5C7FFDE21B379F29E46A92D911AF07 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 397EE936BC2F8035CE6B8864EE926C98 /* PBXContainerItemProxy */; }; - 64429DC0F8093F4D3844A9568EBAAF55 /* PBXTargetDependency */ = { + 5B98EBABEF5DED92C53C4D79916CFB72 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 9DC94D0D0E2514D0511CDA6BD81031CC /* PBXContainerItemProxy */; + targetProxy = 3A672DA43708AE346CB82E5976C643F9 /* PBXContainerItemProxy */; }; - 6490C753BC1762CA2E9136D01AC8B227 /* PBXTargetDependency */ = { + 5BBBC6FBD8DC4A8A8CBBC33D4CD717BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = FF487BB7288F69E250BAF3F963D3E18E /* PBXContainerItemProxy */; + name = FirebaseSessions; + target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; + targetProxy = 2185720D059C8495FFBFEF6477732588 /* PBXContainerItemProxy */; }; - 65098C7CC1EA748B501BA1E1C3CF8DC5 /* PBXTargetDependency */ = { + 5C7B4554C86C95C185F8E18704E268E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebasePerformance; - target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; - targetProxy = F068A8BB60944B40A1450C6E70E163F0 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = B057663FEF2E2AB5D77EEE9C739B3D90 /* PBXContainerItemProxy */; }; - 651AD52A1B3D27343A56B1CC841203AA /* PBXTargetDependency */ = { + 5C88F8662BAFE11BC4DC47B4BE69DD76 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesSwift; - target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; - targetProxy = 4943C0F55ACD0A4A401419BBEE63F1D7 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 7C86C3091AFB1F14FCFB810A17028B52 /* PBXContainerItemProxy */; }; - 6540BBF110F1D0F1F3F711AA83DA1CC6 /* PBXTargetDependency */ = { + 5C90D37F06B32A86FA19CC7D48823660 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 382FB63EA4ADC5D4D94A68B3BD84C438 /* PBXContainerItemProxy */; + name = FirebaseSharedSwift; + target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; + targetProxy = 3E58B4317F49C8E0AC8C5118E0759DF5 /* PBXContainerItemProxy */; }; - 65F7AF8FDD7C0893540682E9CA81B468 /* PBXTargetDependency */ = { + 5C9628E1E54311205E7EB10F29FA3BA3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = E271A5F25D61B46A0A18B5FF442D3195 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 08C2DCF2AC5C77CFA0E21E62FF65959D /* PBXContainerItemProxy */; }; - 6645D7772128320F41DB2D4C79AC26F4 /* PBXTargetDependency */ = { + 5CEFB3103C545D8C2E65E01EB29E05A6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = C259F8F1955CDD7F98E26FF7A7DF7913 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 73C326DEA4EACC60347DF76EF640E699 /* PBXContainerItemProxy */; }; - 664D593776E3E26ECE0C743BAE7202B4 /* PBXTargetDependency */ = { + 5D48C2D78123301035AC03D6BA7B4E27 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BigInt; target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 33EA50A3D883BA52F09DDE703758BBBC /* PBXContainerItemProxy */; - }; - 66510051861579CF619992D7D070C6AB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 6E66E226183806659E1CFBA120B2208E /* PBXContainerItemProxy */; - }; - 66513EDA11392D5F8CF6160E0513FA41 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 67A10ED6CCA517753926E7B3A5449E89 /* PBXContainerItemProxy */; + targetProxy = 00462C75BDDBEF2A7A490CF5C5B9692F /* PBXContainerItemProxy */; }; - 66D3D735B8BF9B1215DBDBDFBBED0D05 /* PBXTargetDependency */ = { + 5D6DA0FA5AD3B9B874CF80667A8FCEBD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = DACFF515D63028327576DD37EBE6893D /* PBXContainerItemProxy */; + name = FirebaseSharedSwift; + target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; + targetProxy = 952B51C7567B6AC405A38410C309A532 /* PBXContainerItemProxy */; }; - 671864A00C0F8070D750CDF8CDF0AAED /* PBXTargetDependency */ = { + 5DF464C15301A2CA223B81F5C78FAA61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = 927CE812AF166193F3029D35BD8DC567 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 1BBFF881300AAFFCBE2DF2D4B44495C4 /* PBXContainerItemProxy */; }; - 6737DE7A2774CD0B1E108F34603F0612 /* PBXTargetDependency */ = { + 5E220BB4D98F7C756933F6F90324C423 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "libPhoneNumber-iOS"; target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = E31324E491529A4F281A5311844F6638 /* PBXContainerItemProxy */; - }; - 67495EBF3719DCBE3ABBF4E11AB571AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 774F827000FA00325C602C460D0A64C0 /* PBXContainerItemProxy */; - }; - 677BAC6796CE701BFE75E682788F9C10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 5C0CAE59894030A24AF6F1C5D4062119 /* PBXContainerItemProxy */; + targetProxy = 68BFE6E5FDC4B6FFFC51DF6EA93C9873 /* PBXContainerItemProxy */; }; - 67A2BD450D81253FD9380D6F08DCA5A1 /* PBXTargetDependency */ = { + 5E906616955024DA1510509A247C80B3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CombineExt; target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = DB3505239A8D99B779C799647D4BA90A /* PBXContainerItemProxy */; + targetProxy = 9276FF27DC113486FD0BDFECEEC4BD72 /* PBXContainerItemProxy */; }; - 67C618F1AD876BDE80EC2294CB58BFD9 /* PBXTargetDependency */ = { + 5EA0204423D6C599AC6B2BB20A968FD1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KVOController; target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 790D6CABECC7B27B1C9D99D1BBBEC30D /* PBXContainerItemProxy */; + targetProxy = 50635753B4BCB6DE3133423862F53AFA /* PBXContainerItemProxy */; }; - 68349ADC62AE26779E6608430871270D /* PBXTargetDependency */ = { + 5EE46A28EB8F4DE3C11E0B05B029E35B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = B4AA6422F0F4E67105A83CE966327F9F /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = FD894555B5FA97DD31D5F70C84B2E206 /* PBXContainerItemProxy */; }; - 687D1F55281D681BA157C9FCD70CF968 /* PBXTargetDependency */ = { + 5F4D21A250F40863590B9A511038136C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebasePerformance; - target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; - targetProxy = B50E01A4A721635B4C195DFABEEAB5D1 /* PBXContainerItemProxy */; + name = "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy"; + target = 24D7789A4C8783E3684E7D8CFAC12CC6 /* GTMSessionFetcher-GTMSessionFetcher_Full_Privacy */; + targetProxy = F6313EAF4324BE35BE0B1A21B856D7DE /* PBXContainerItemProxy */; }; - 68F97BC8CC1E33C583D5C0879CE15BD3 /* PBXTargetDependency */ = { + 5F62D9667E786959DFE1B6876365A3AB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 02343537F40BCE0578BFABF9427B093B /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = B95467CB237EC1916408D7657CFFEDD0 /* PBXContainerItemProxy */; }; - 690615B19EFD6C02A342F1E9060FC450 /* PBXTargetDependency */ = { + 5FA94370E9EB3239898A239073E12BDC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 4E5690751E0D9A1897A9557834E72FE0 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 03309663C88988E17D19FC6A481226A6 /* PBXContainerItemProxy */; }; - 6942D44D6224C6E577A5E1590B60CE85 /* PBXTargetDependency */ = { + 5FED2B5E1A7B9D40E98CE582020C0908 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfig; - target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; - targetProxy = D43E47787B9CE8B4D1CC0EDBB84150B5 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = C3CA464627ABF73E285B2692E7A7E051 /* PBXContainerItemProxy */; }; - 6970AFFE3E6C8F2C0BFDC8A07A8D66A4 /* PBXTargetDependency */ = { + 6013064D9F9FF636DDA4E4064AEC42F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = A17A240EC654284E38EBCEE1EEC8684C /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 3C8375AD2AB9BC0A76D73B45963E382B /* PBXContainerItemProxy */; }; - 6A1E8CE60CA371A110545B21140CD4EC /* PBXTargetDependency */ = { + 602A31F2AD7FF83795BC5F56288F74D3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = C9777AD871B8BF8C90E905F6F80D3FBD /* PBXContainerItemProxy */; + }; + 60A9C1D859C26B81D0DD4858AA601D39 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "libPhoneNumber-iOS"; target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 78F919748331C00E3BB8E8DFA5C32B33 /* PBXContainerItemProxy */; + targetProxy = 4D91A6DE9EC39C7D7A9B6FF155A75290 /* PBXContainerItemProxy */; }; - 6A5CF2A071E1ADC01760DEA536D8B85D /* PBXTargetDependency */ = { + 60B6ADB3D8B01FF17CEDCDD8CDAD5BB0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PanModal; target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 3BFD6C16AFD5B3305A49AFBE262D3112 /* PBXContainerItemProxy */; + targetProxy = DB15622B422B2E41BDA82EA26031A7BA /* PBXContainerItemProxy */; }; - 6A65944775E9479C1A30690CACFD7536 /* PBXTargetDependency */ = { + 610B5DC35BED997F8C44056019FE1116 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 12C6E835D16F58BC6102475F2EA078CE /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 6196EB7830319A440F4B53233C85BFB6 /* PBXContainerItemProxy */; }; - 6B2A117C14A3F318C8C88BA8B95B9C0C /* PBXTargetDependency */ = { + 6116BB379859DDB64FFD4BFE5472829F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = D64EF81E19A48898BBB0F920A91F2CA0 /* PBXContainerItemProxy */; + name = SDWebImageSwiftUI; + target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; + targetProxy = D4F42554A95A2C6E2500574E7E3C9228 /* PBXContainerItemProxy */; + }; + 614A2584489A4A3D8A2C3D388FB56450 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy"; + target = 417B25AC44CA1D040034CC1F375CEE36 /* GTMSessionFetcher-GTMSessionFetcher_Core_Privacy */; + targetProxy = AF99DDB8B7A329D70502830228AB0227 /* PBXContainerItemProxy */; }; - 6BAEB17B22E902537FC3723602BACF2F /* PBXTargetDependency */ = { + 616AC423D54FF103AE5B53A8C85F006A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RDHCollectionViewGridLayout; target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = D68DDA0AC5C5A3041BC61308AD796168 /* PBXContainerItemProxy */; + targetProxy = 3EF6AF36CC46567B62F0A5E3A938012F /* PBXContainerItemProxy */; }; - 6BB00D1136557C85895994BC61665D44 /* PBXTargetDependency */ = { + 61EC681C262352168E95222A1E830DA3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 2BFB601CA682DD646551056C54CB6DCE /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = F5A7E9E788B7D771F892527921CDD8EC /* PBXContainerItemProxy */; }; - 6BE6E983F4DB474EACEE5EB46E5590E4 /* PBXTargetDependency */ = { + 6207417DC0DB91A4EDEADCDB6A1A5A6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 644FA48CFC2B665E930E3B4BAE679216 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = FD810DACBFE7CCD8B7450900DCB41BD5 /* PBXContainerItemProxy */; }; - 6C0A5E21AFB91BF3B18154480EA1676E /* PBXTargetDependency */ = { + 62402561CF220F3B99B99D193A725CEA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 91F42E578694D9438B9093DA56D4735C /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 9B3717661794B79752AAFD064AB77EA8 /* PBXContainerItemProxy */; }; - 6C183A1BD1628F7F8876A007A500FE94 /* PBXTargetDependency */ = { + 6294C640BE4D2C63665BDA992AB385ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 2671CF6C419CA0B9D317A02AC2AB6A46 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 430D2214DEFEA76BD9D4B31D201B8A47 /* PBXContainerItemProxy */; }; - 6C268947EA4249D53D09EE2D067F916E /* PBXTargetDependency */ = { + 63979DB6AA93F9F250891D947969AB62 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 6B137FF16E2FD188475D21B5FE7BE3FB /* PBXContainerItemProxy */; + name = FirebaseCoreInternal; + target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; + targetProxy = 550B119FBA1090CFFCAA2F85CEB90AC2 /* PBXContainerItemProxy */; }; - 6C4BC2F2F4D0961DD47BD928FA24ED2C /* PBXTargetDependency */ = { + 63C1EC7213D17E50B1268042A9382B1D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 4D29594C67846D40903762A7AE51AF8B /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 623385FC91C629176C8512998A2BA130 /* PBXContainerItemProxy */; }; - 6CB65F04204413590D80ABC4E1739817 /* PBXTargetDependency */ = { + 63C427C2746761A82242382C58ECFA66 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 67B5EA4351C56B1A740C72C15EC56DE2 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 59BD37BDAE2BD5CC77E57E2D1292EA78 /* PBXContainerItemProxy */; }; - 6CBD26579959C325CAFC47D61612F4E8 /* PBXTargetDependency */ = { + 641DB509C7763451156DCF907B100ADB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 75EDC58BCAE613D06F056153D224C617 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = E4BBC1A18BC910198305929B2B7E62B4 /* PBXContainerItemProxy */; }; - 6D088A3736DF4ECFEB1C57D7C99B285B /* PBXTargetDependency */ = { + 643D5E7C1886347364B14F45FFFAC6B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 40FDE2DB9BC6612D3FB0154A520E3211 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 50BB0CE6B2B43EE3B73873FBD32AD2D9 /* PBXContainerItemProxy */; }; - 6D1582EC75A2F9048619EF4012A11869 /* PBXTargetDependency */ = { + 646DAF6DA2A85FD8C3B67B6F3033B2AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = 0983376CB9E4B16DF3B5DD05609833E6 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = AEB7D1FE780834E2338E141468A1CDBC /* PBXContainerItemProxy */; }; - 6D717DF9B39A100F86488E728C05F01A /* PBXTargetDependency */ = { + 64779611990DFB056DC15AF20D8FAA64 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 3CFCC33A62454862B2B0E160F4889D3C /* PBXContainerItemProxy */; + name = "FirebaseCore-FirebaseCore_Privacy"; + target = 1001C16510D946B47CFF8B19DBC0B787 /* FirebaseCore-FirebaseCore_Privacy */; + targetProxy = 12AEC7082AF6E1C2B104E41057596C44 /* PBXContainerItemProxy */; }; - 6DCEF8B8C783C7530EF806E029B0E26C /* PBXTargetDependency */ = { + 64A61120F5537FF272DCA520AC998FF6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = A4FB0146730340002D607D9944B6DA83 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = D11060A4542B488BE52DCCA6F2AB05BC /* PBXContainerItemProxy */; }; - 6DE7FC4233B3672425AA549DD2974480 /* PBXTargetDependency */ = { + 64D30581F16EBBFC99D1A388F3268510 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = D15D59F79B3FCC9BC5215EADDE4699A1 /* PBXContainerItemProxy */; + }; + 64D8943E96475822E486194C7F54D958 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Differ; target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 73674D2B47DA6A6384CD97CE28B52605 /* PBXContainerItemProxy */; + targetProxy = 6080861F3F8511DDD793EA58E7E86D36 /* PBXContainerItemProxy */; }; - 6E1DDCBA1A14D317BC44AC84B115341F /* PBXTargetDependency */ = { + 64EB4E064868A6A65B8987EF614AEE1A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 16FF2B8EE9493E48546D132B0449262D /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 3B43C0D218A5F136783F755959DBB0D7 /* PBXContainerItemProxy */; }; - 6E5C176CE87F4A8E32DB4E74D95948BD /* PBXTargetDependency */ = { + 64F2690CB97C1471F1D43EE9611BD3F4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 6733E002A9DD23848AD3AB2036D2F6D4 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = A63863B7558783146AE78A35E3323C24 /* PBXContainerItemProxy */; }; - 6E88B2FE3E49AED7DBE4138CD9CF37C6 /* PBXTargetDependency */ = { + 6519223F5D7DC1DF1578EF2FB884AEE0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = ABD063F6804867B636072D1A5CB7D328 /* PBXContainerItemProxy */; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 233B69376AAF8A0112F4A464219041EA /* PBXContainerItemProxy */; }; - 6E94513FFF55973AF891A056929555CA /* PBXTargetDependency */ = { + 65F6E0EA16B76874849EB892E1263BED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 8015715B22F108B13B32A2A4114CAA2E /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 58D42D18B7DC7A618E5D0C850D35DFD5 /* PBXContainerItemProxy */; }; - 6EA4C9922A5E613B27488C774206CF60 /* PBXTargetDependency */ = { + 668B236345CC635A055218F40AC29374 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = D109F8D53B306EE1A8694414A196DD6F /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 725FB34FD8828E366BEF810157158720 /* PBXContainerItemProxy */; }; - 6EA567F67258F5B48B3B26C8DFE1563D /* PBXTargetDependency */ = { + 66905F96BE3319E25E063B07F4FB76D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 1C7B2B343503261D691D4F77D110C6B7 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = BAD4FC637FD70167CA2AE503D0534E5C /* PBXContainerItemProxy */; }; - 6F15764201A7F489DABD7B823C93F6B5 /* PBXTargetDependency */ = { + 66E602804104EE5662195105F0650F2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 5F923D55E22AA9E6CD1286BC12B354C3 /* PBXContainerItemProxy */; + name = PromisesSwift; + target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; + targetProxy = E59F81B1BBD11053AC6DD29469BF7002 /* PBXContainerItemProxy */; }; - 6F1CAB132063E139BBEB5BBD4E0F4E09 /* PBXTargetDependency */ = { + 66EDAFEAD339F193FD2402D834A182E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = C0C6D3900FC73B233A14387D8D13CF9B /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 26E9C4BF95844A2F54B774A83DF2AF99 /* PBXContainerItemProxy */; }; - 6F6B22644895E52CED7DD52400661F33 /* PBXTargetDependency */ = { + 672752FE243349EF5A01C7C35E1561F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = C6396876953B628154D87CFDCA2EC30F /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = B51B171F4C3C44E9893230FBB1063FAC /* PBXContainerItemProxy */; }; - 6F7B7CBEB0DC798D418687C595D95A91 /* PBXTargetDependency */ = { + 6823E55F03835102DD4C288F54304BE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 72794B88C244B83AE50FDCA1E45A5C50 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 5927E232F3059EC933A781F9FE6FA7FF /* PBXContainerItemProxy */; }; - 6F80C36879EC11E1416554D30E430403 /* PBXTargetDependency */ = { + 686426597CF197B17038A8A402239781 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 9E4E8E4426848532A980B7FD3690E6D9 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = E858E026A13E7BD9BD88D050212054A4 /* PBXContainerItemProxy */; }; - 6F88E58B187149BFDE82A84159C876C8 /* PBXTargetDependency */ = { + 6888556F19E5E99DC9D4030EAE9AE868 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = BCAB8A2FA84657AAEB5CD34D7FB93911 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = EB920F36F48F272437F87ABDC44EFF40 /* PBXContainerItemProxy */; }; - 6FC53B7A7A5FAFA21B5FA6812813C125 /* PBXTargetDependency */ = { + 690FF7D2AD348A0DAD72382F3F0B1300 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = E1FCB808B97AA74E96BF8AC14D6CC3F9 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 563867236D52D62F455B77757BF27ED7 /* PBXContainerItemProxy */; }; - 6FD7CE08B76365AFCE57BD885CB426AC /* PBXTargetDependency */ = { + 6931096C148950B4A9D3055D05499E51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 44C02DCF34B15A72D8F6C88E249A7625 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = A274639BF2ADB9F05A3F9DD6ECF3F7A7 /* PBXContainerItemProxy */; + }; + 69554DB227AD960F7E8C41B403624E0A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 597D03F4D3D1A319140CDAE92D40F345 /* PBXContainerItemProxy */; + }; + 6997254AD63D29CA993BA9DCBC26642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 35DE2ACAB9551CCF4B2923804BC7DA4B /* PBXContainerItemProxy */; + }; + 69AE673F098940287B152973F181A9FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = E25C79F5D446319BDDC4B4DCA7A5A800 /* PBXContainerItemProxy */; }; - 702E22A46A7EBE67B31E03EF5DAAD9BC /* PBXTargetDependency */ = { + 69C662BF3BC70E6D87CF57DFF7B21B03 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 7DD83B10E6437E9FB902045150241F19 /* PBXContainerItemProxy */; + name = FirebaseCoreExtension; + target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; + targetProxy = 50A11EFA4D879D3C7ABD9DE43AEF8556 /* PBXContainerItemProxy */; }; - 7047BA9B08367BC55F84238F3BD14887 /* PBXTargetDependency */ = { + 69D58BB88BE7FB9C8DE9EF07646801DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KVOController; target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 2078ED970A8E6E03AA594AB7EFA3BD56 /* PBXContainerItemProxy */; + targetProxy = ED1798334D01B8C99D0FA5489E09C3D9 /* PBXContainerItemProxy */; }; - 704DCCFA58F03561A58CA9641D2DF3B2 /* PBXTargetDependency */ = { + 6A381FAC89B12BC84B1C970BB602515B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 511EEB4CFEC492288C9098CD2D3092C7 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 4ACC3214CDD56009526277C0B4DC93BE /* PBXContainerItemProxy */; }; - 70A672F757DD83710B940EF75AEDFE79 /* PBXTargetDependency */ = { + 6A8918EB0FBF6BB0D3B50CA2BD42C598 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 977374EF8F6F7233A7D2D08D1297561A /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = D98E27583D690A355F869857053CE148 /* PBXContainerItemProxy */; }; - 70EE90AB14CFBAC5EB640C4DC6DC1933 /* PBXTargetDependency */ = { + 6B5FDAAB8CFFE7ECCCA1F82874A74B62 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = AA126C9E687FBC1A3EF0EEF3DCB706C9 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 34BB460F305FFA01FAEE5D4249BB059A /* PBXContainerItemProxy */; }; - 71198D067EBB9BF208957095E6A1AFF7 /* PBXTargetDependency */ = { + 6BBA3E799A2EB56203B2534475B9B716 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 07240BCA431CF73355AC7BB80B3BE650 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = AC61CC56D4955EA5BCC5B022DBD1E738 /* PBXContainerItemProxy */; }; - 711A2CA8AAD6EB9BA54FFB150CC25F97 /* PBXTargetDependency */ = { + 6BD07A643FF657B42F52E7AC22417474 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = EA15F117A32A4739C5B49211EAEB1C66 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 76BA407890DC1560D2F0086D6C196457 /* PBXContainerItemProxy */; }; - 7125918A4263E2CF8B3F5F5FFF8A3349 /* PBXTargetDependency */ = { + 6BD6869EA2A7AC3BBD46345CC2A0056E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = B10F7D200E567FFDCDA6E5288FCA799B /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 64510B0B4568D2C61261A9BABF5C0477 /* PBXContainerItemProxy */; }; - 713D307EFF8E53ABA35CA6838A63BCAF /* PBXTargetDependency */ = { + 6BE33F695ECDF54D724A41032EE1F580 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Differ; target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 0F5447BCEB7E4CDD4DD376840B0082B1 /* PBXContainerItemProxy */; + targetProxy = 70EB4429C8C2D661024ECF50936AB936 /* PBXContainerItemProxy */; }; - 713E1FEC354D9F1602843C178523F4D8 /* PBXTargetDependency */ = { + 6BEF51C8D12E8893BC8636F6031388EA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSessions; - target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; - targetProxy = E22B9C6FF372F34BCA9FF76A665EFA03 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 2D0749843112CCDE67B7C4D45453A36B /* PBXContainerItemProxy */; }; - 717C54E94384B2B081A32638B86600AB /* PBXTargetDependency */ = { + 6BF645EBBCD3A109EE9D342753987778 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "FirebaseCrashlytics-FirebaseCrashlytics_Privacy"; - target = 17CBCC6221F62B870268E935098B7D7D /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy */; - targetProxy = 4C9F57824AD58B391A322F140C0489B9 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 6B361373449B4196AA507EFC471EF638 /* PBXContainerItemProxy */; }; - 71BAED15F24798416BBC790F9D556BEE /* PBXTargetDependency */ = { + 6C0C5B5076A3ED43CE8008C3E0F56E61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Abacus; - target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; - targetProxy = AD300B6CBD21D7138B2FCF8AF1402818 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 80DF81A57E1DBA4F70EA4FB62BA24819 /* PBXContainerItemProxy */; }; - 71C15B8BD89B77F45BE3A6F4B736C466 /* PBXTargetDependency */ = { + 6C1B275CF4E74D5163153BB848AF2A06 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 14A9D5580694588DD0C6056E5FB1FE3F /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = F8FF18C2DB766F8C9AC15729E99D7F80 /* PBXContainerItemProxy */; }; - 71C3FB2630D1172C03CCF1381DF3E8FD /* PBXTargetDependency */ = { + 6C4677DFEB7186E88D9CAF0C571F5F92 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = F7C452B42EA8811C1004D0996FE3E2C9 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = D5C38B1882AC145576122E85795B5966 /* PBXContainerItemProxy */; }; - 71D4220CA622520D301EDEE3F36E7002 /* PBXTargetDependency */ = { + 6CA921FC6ABF53B24819C064721A5835 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "libPhoneNumber-iOS"; target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 1D863D927D338B17B492D7D324C702B5 /* PBXContainerItemProxy */; + targetProxy = 5925643E4CBAD331A437CB7C7019B224 /* PBXContainerItemProxy */; }; - 721D31601B9DE3ADAC03AC7200042EF5 /* PBXTargetDependency */ = { + 6CAC02A13E85F36B015322F04ABE24D6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 1A9B4603AE8A3B3BC71FA8508EDF1C07 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = BA5E2E862B008E518B3D99332620B410 /* PBXContainerItemProxy */; }; - 726F6455E8F896389CA1E690AB28B75B /* PBXTargetDependency */ = { + 6CE128E0649075CBD6B03C2BCC81AD59 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 26B511D52FA2ED06800CB52FD6918383 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = BEE7AF1BE3D159BDD23FA1EBCC304571 /* PBXContainerItemProxy */; }; - 7271C55006CE75092D81E4A7A659C937 /* PBXTargetDependency */ = { + 6D0D244EA447979292DF2DC45E3F1325 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Firebase-2149e159"; - target = F701F16821D7AA8B115646DA013C13EE /* Firebase-2149e159 */; - targetProxy = 26CB71A12771423DFEC865F6C5DEF247 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = DE43285718F016D520B789CBC574D3FC /* PBXContainerItemProxy */; }; - 72A4B6177B0F5ABE96EF2D328772B759 /* PBXTargetDependency */ = { + 6D1D3CCFDCA7A999BB19254F772118A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 91CC4F147EABE32D7F5E16B2B4A461EB /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = D6F8AB2E2C9219892BA9B49EA30F4844 /* PBXContainerItemProxy */; }; - 72BED1B9E5A0BAB54C6BF64051888382 /* PBXTargetDependency */ = { + 6D5F9902C0FF926BB146DCF41E87FBAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 8CAD025BEDFFA069DE714B985B16F514 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 82BA76F3BC8915B14660ABDF296B1B0D /* PBXContainerItemProxy */; }; - 72D579E717B9E7233A9CEBFB9F3C8061 /* PBXTargetDependency */ = { + 6DC98174756FC4B36869ABFB15E83340 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = B98EDA9ABE7BD6A476C6382F5E2694A7 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 1379549DF871F70F0D857AA592C21AAB /* PBXContainerItemProxy */; }; - 7386F6F36F34710102FA7D8AEAD59F37 /* PBXTargetDependency */ = { + 6DECD5363621EB64AC9E9BA306702C1E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 0189F324B86076C4B8B2F438DDE6FA31 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = FC087A9A5AB01ED290FA6321707D731A /* PBXContainerItemProxy */; }; - 747270631A5D3853A90E9C38B3814EB4 /* PBXTargetDependency */ = { + 6DFA14CCE2E232B57BAC72220E66DEC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 0B476E2288FF62618F1B4EBF1A5B89FE /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = A80236C516882CD593D0D8BC666E498C /* PBXContainerItemProxy */; }; - 74806B23DD5CD251048F3EDF020D0143 /* PBXTargetDependency */ = { + 6E33EAB9A6A8D11493535FC989FB8971 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 24B7D245D799770BE021C89C72E23F8A /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 2C0DF50BD0519936F44106234D9F9BDA /* PBXContainerItemProxy */; }; - 7494E5145010133A55403CB3E838B60B /* PBXTargetDependency */ = { + 6E39598A5532BB6A80596D88C29519BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = F9119F8C208EC0487A54BCC584CD69E5 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 4F355267B81E46EAC737263021FDF384 /* PBXContainerItemProxy */; }; - 751D63F8D1EB60C5F868BB734C3F428E /* PBXTargetDependency */ = { + 6E4A22CF4FF666F7FE571C2FE6D76B00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 5676571A558624274645CEFE86F4290E /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = FA67B6C4AB69CCAD3182B467F9CB9D1F /* PBXContainerItemProxy */; }; - 754A89981396B92AF65A085B46D7C97B /* PBXTargetDependency */ = { + 6E6F4A1B8464313F25D106370B19E197 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 8E2BD8529872E8A636E4EB659159CAB5 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 86A88CCE388913BFA7ED5AA7802308D4 /* PBXContainerItemProxy */; }; - 7562E80211C576F4D77DD714DCB182AD /* PBXTargetDependency */ = { + 6E97560A44FE2D0AEEB6D08C6A7F1967 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 4E8F8C92591B071349B94CBEC5A56128 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 0EA7F683D16CC8698C9F25CD5A8C9C28 /* PBXContainerItemProxy */; }; - 7581B90B1A100D8EAFB0B3E8A903EFC2 /* PBXTargetDependency */ = { + 6EAB0CB092B3F46ACBD2073BE6727E26 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = EF8658E8424150C8E50EDC2C936AF6DA /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 0EDA247B64DEF14277D6986602B2C618 /* PBXContainerItemProxy */; }; - 75DDC9E23024E3C05E9086ED9F3A7C47 /* PBXTargetDependency */ = { + 6EF1905F24109E3656CF390379CF04C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 3D7907BE1EE43DCD2137923762067F24 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 8F0E709FA933B27A46A7F1F3BAAE0923 /* PBXContainerItemProxy */; }; - 75F1F9E113BE31637C23F6A16E77FE09 /* PBXTargetDependency */ = { + 6F162E14CF22F2ACADDF67DDACD8B316 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 212015CD1B89B76C89B51FFF34D830F9 /* PBXContainerItemProxy */; + name = Popovers; + target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; + targetProxy = C34F20B2D9CCD449B85ECBAA340BFEDE /* PBXContainerItemProxy */; }; - 76323297FD9B6CB277E99E6129DC0AD3 /* PBXTargetDependency */ = { + 6F1B4510DC9DB4960EAFB5F1828C96B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 76FCA4D6B4CDAFAF2AE1862174F444C8 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = D8307F63860163AAAC945E3869A0F4DE /* PBXContainerItemProxy */; }; - 767A49AAD618BEBD3AAE78F38DA40B8A /* PBXTargetDependency */ = { + 6F5029971DCC46BDF55E1F234491B2BE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 3223FB8450B56E41B5368C790CBD59D0 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 79BF7081FD85CA29DBF4B0C11E67C368 /* PBXContainerItemProxy */; }; - 767CDCE6D1EE670368EB66274AB41694 /* PBXTargetDependency */ = { + 6F706F34C4FFE0F9C45CA24E8E322364 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Validator; target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = C9286D1F3E90CBA82BBAEAF9B00B4F7D /* PBXContainerItemProxy */; - }; - 76A81503E9E02CB07AA55BE2A86870AB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 9358A35FB268CA69DAB4068160B22D74 /* PBXContainerItemProxy */; + targetProxy = E5E7038A37AEF28F9DA5D91E1794A1D9 /* PBXContainerItemProxy */; }; - 773317DF5EE406F63A530E95B8E281E2 /* PBXTargetDependency */ = { + 6F97CCBF29FE1A8A2FD9EAEE65AD4E4B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 6F18C8D1E9A66DB0D0162A3CAAE7BE7F /* PBXContainerItemProxy */; + name = "SnapKit-SnapKit_Privacy"; + target = 8A8DB685241263AFDF5E6B20FE67B93A /* SnapKit-SnapKit_Privacy */; + targetProxy = 818D948FD02F3C38AACC5FE93C0E8126 /* PBXContainerItemProxy */; }; - 77A6F8DAA3EE771942518C3BCB8B059C /* PBXTargetDependency */ = { + 6FF27B869922FB6D861EE3F7685E2630 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = AE6AD1A53C71299D135DFBD2B026EB47 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 587E94974E5F5C98D7A2A50D182896FA /* PBXContainerItemProxy */; }; - 782CACD7AAB87CC110371BBB799C00FA /* PBXTargetDependency */ = { + 6FFF4FDF403FC522A1A773C84519D8D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = CC8EBE0A07AF9BADA4F07411C9A0F78D /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = E38F9A247CC1D498E10B7C44C2BFE04F /* PBXContainerItemProxy */; }; - 78480D5A9B94D1548BCBDF4195752F9F /* PBXTargetDependency */ = { + 707266D27E987410A6F21120AB45C3EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = CA0E110C1D037017AEACE3F03C47A9A2 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 57137E613AEF8201C61373947C1B3F4E /* PBXContainerItemProxy */; }; - 786CAA74831169525B6DE027D38EDDF4 /* PBXTargetDependency */ = { + 707DE8154702FE6A01F9617D2D593231 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "PromisesObjC-FBLPromises_Privacy"; - target = 1BFBEDBF7E03729D43C96530EE190825 /* PromisesObjC-FBLPromises_Privacy */; - targetProxy = 47ADF8ECE30A5269CB421DB103FBBB35 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 56D60240B9D2B53DB7DDF01054C736FE /* PBXContainerItemProxy */; }; - 78C7009B39752100C73C675FE769F0B5 /* PBXTargetDependency */ = { + 70A6DC3499120DDB849BACE9DB5E667F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 459778D04450BDF29FD9BBA493DB784A /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = BDABDCC873CB5578ED4E62ACD2D1C46D /* PBXContainerItemProxy */; }; - 78FE399A22CA9C894D65025ABB961EC5 /* PBXTargetDependency */ = { + 70AC2D5FA2CDFF12C4B34B4B29B2C077 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 6894CCED4129D5038984E561AD2B96C2 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 01A1F5101E80C597FB4DE279CD496CE0 /* PBXContainerItemProxy */; }; - 79692CE787300A212B13570C43F8FB31 /* PBXTargetDependency */ = { + 711BDE86671A90CB96C7D493D495B17F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 2CBFBD707FBFBF9A047EF13E5DA210B0 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = FBE5A52DEB487B0438D54BF9C823FF8A /* PBXContainerItemProxy */; }; - 798162B7C3DB92C0281C77367C6325BE /* PBXTargetDependency */ = { + 712B4384228FD589550963846A94BCA8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 92C019109C76D974DA6DEBCAF72D4F09 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = AFCC026FAB8ECB9F5BFE8A248271ABFE /* PBXContainerItemProxy */; }; - 79DBA656E6024C0EFDFB632959F5CF7E /* PBXTargetDependency */ = { + 7130A21B4579FA9948D34CFBB920A622 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = C337212C54BBE80DEF283D7854102177 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 3172EB4AB1FC49E0E7870A2833A6F60B /* PBXContainerItemProxy */; }; - 79F0A50AF2B4736BA75EFE52B85A167D /* PBXTargetDependency */ = { + 7172329504E5FFEC90BF5A19FC1649C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 8F28822E265275A8333328A844E48CE9 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 62A8E3349D7183F513A35591EC0B7DEB /* PBXContainerItemProxy */; }; - 7A2563CF5F99B7A50E5A299AFBB86A37 /* PBXTargetDependency */ = { + 71761FC197FDEB356EBD68CF85E8D525 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = AB03AEB45F434B8FC31F62906ED29380 /* PBXContainerItemProxy */; + targetProxy = D55119A92E7ACDA0FFEF6558982F1EC7 /* PBXContainerItemProxy */; }; - 7A2DF26E8D59721434998B76E55BE2E5 /* PBXTargetDependency */ = { + 7190E6C02BCE4C68915269969C604EB6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 41F9302F909F1D3F9B2CB2B88C2DFA30 /* PBXContainerItemProxy */; + name = FirebaseCoreExtension; + target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; + targetProxy = C3A462BF40831388D155E90C60CD3C6D /* PBXContainerItemProxy */; }; - 7AB01704DFA2F62C5D4506A2BF0DA167 /* PBXTargetDependency */ = { + 719E581CD6F985B273E58A3A968F1373 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 1D9A00933C6A5F04014EA87E31440DC6 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 846AA23300FD065878414E296BDD5FD9 /* PBXContainerItemProxy */; }; - 7AC898184C6C24F346344E5FAA2399FE /* PBXTargetDependency */ = { + 724D7858BD9DA2684EF1DC1EE6F91683 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 14B9540CB0D8622637D21C662A96E3AB /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 7B739E276FBA69FC0FF45FAC75A4D2E8 /* PBXContainerItemProxy */; }; - 7AE8430729A5B415C9FFBE040397514D /* PBXTargetDependency */ = { + 72DCABF9423C7FF40202084B9CCBDDDF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 90A9F8676A062199840C518F6A0F64A3 /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = ADED094FE3BBAA47CC2E9F9B4B1D8CDD /* PBXContainerItemProxy */; }; - 7B61334B44A61B81B8DB93644E5991B4 /* PBXTargetDependency */ = { + 72F97AC20298A47BB994C6AD98D7A78C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = EA268DCE26147E7A1B2442CE56BC90B6 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 6BC5A513A728ECCB10998910E6C0A650 /* PBXContainerItemProxy */; }; - 7BB41CA3802BF40EA9C7E96B34325575 /* PBXTargetDependency */ = { + 7308333AB331FFAC13287159F905247E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = D5FDA4B96E9A3BD5AB7E29733A11CB9E /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = C70129023B0BEAC479A766B830BD1153 /* PBXContainerItemProxy */; }; - 7BBBBD66430C4BB15A40E106CFD0D306 /* PBXTargetDependency */ = { + 732BCF83142A769EAB2BC0036F5509C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 2ECAB04CC942E503C913CC9D18A53718 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 5056FC74A79045CE4C854510B97B57B2 /* PBXContainerItemProxy */; }; - 7BF7B31A6FD6D8BC0D14D0B24C5B893E /* PBXTargetDependency */ = { + 7340B108AFDE6E5B54C93E79DA805439 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = FAC0606208779B46E9243FA539456093 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 3441ADB15580E3D29682234545EB201C /* PBXContainerItemProxy */; }; - 7C0987A038974BD6CE9768678E4B82E8 /* PBXTargetDependency */ = { + 73CC64D0CF50DDA9EBB2732773DF9BF5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = EEC99CB66A65B8046DDFD851E2087C63 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 49B53AA40312282EE862A2A93FC6040A /* PBXContainerItemProxy */; }; - 7C129F6A1C7A7E350B2A75360338028E /* PBXTargetDependency */ = { + 73DDCA7CC21E9F794C852CDD026C1C45 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebasePerformance; - target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; - targetProxy = 2504D2BC6E7F2F991E041E4BEDBB282A /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = D0DC3897FF9D5BE42013C00F0EF1FB9B /* PBXContainerItemProxy */; }; - 7C31CEF14A702B16F6EF98A5EB67EC24 /* PBXTargetDependency */ = { + 73E37E2F03F258C7F35F1CCA10D14587 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = B1124D7C4F9772013EA66A5779E00C79 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = F5E14753E66C5EC7A68A53983709137B /* PBXContainerItemProxy */; }; - 7C3DC11F146D32A0F9B5DCD01FAB4715 /* PBXTargetDependency */ = { + 7437A86FA9B2EE298E65638AACA7290A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 0A2C6DB614EAD50277514C093DB04C15 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 26C43EAE1DAA6246BA043D45F8FFF1FC /* PBXContainerItemProxy */; }; - 7C841F61037F0C478A98820064E7FC58 /* PBXTargetDependency */ = { + 743A869E51FFE764A57F02BB336D6DA5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = BF21DD8EEDDED9F42A3D78712B2B31A4 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 5CDB0CFA2618D4B9D525AFB8F32F5CF5 /* PBXContainerItemProxy */; }; - 7CADBC103ADAFA0BC4C24196F04E32DB /* PBXTargetDependency */ = { + 74653B310B0407C9908D29A6FDCF168F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 4BCE56753DEBC9D76DECB3D54BCBC863 /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 5804DF7C8C7990C1A0A58221CC2F3FD1 /* PBXContainerItemProxy */; }; - 7CE152C3564E823DC0C93C662E1DE285 /* PBXTargetDependency */ = { + 74973CDF3A1ED7BC23784196D9D5CEEF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = B71CE380278A3FE01E6F8EF8B496EA0F /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 69DC4D24FCC2EFD300634FEC9048D4CC /* PBXContainerItemProxy */; }; - 7CF742D96068A235E4632F4385053C73 /* PBXTargetDependency */ = { + 74B5B9AD5E01E950920EB28939BC5A31 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 9C8B74DB2FB22D8E88BE7B9FF2AF6663 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 6B6FD77B5BB7F2ABA0958C10F625A4A2 /* PBXContainerItemProxy */; }; - 7D6ADDECD42924ADAE3A5BA32179A6CC /* PBXTargetDependency */ = { + 74CA2C0124E85DEA2764391926B01F32 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 5B3712E11E60ECDD2AD24FAD8A0FB93E /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = EFCB6948699E8AA19F6EFF2E5AE3C5A1 /* PBXContainerItemProxy */; + }; + 74F3C9F68384645D3B470A674B9203CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = B7371929E7B66DA988420867FBF7DBB9 /* PBXContainerItemProxy */; + }; + 74F4EDCF37307C8D917D68156EDB6B98 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = BAF32BE3822795189A61861756912C40 /* PBXContainerItemProxy */; + }; + 752513BB664073AB3597D2CC37AD3A14 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = CD09DCD7E5831FBA26F42251428D42E6 /* PBXContainerItemProxy */; }; - 7D9A6A3DA2A9B28937F661380DDCCDA5 /* PBXTargetDependency */ = { + 7575C492FCCD000E828ED77EE5F0D9EC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DrawerMenu; target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = C247CA93BB5E08CFB811F00BE5154517 /* PBXContainerItemProxy */; + targetProxy = D1F9287EC11F10830F483C5EB13B4B36 /* PBXContainerItemProxy */; }; - 7DECE05AA3EAE2CF214EA348B3899AC9 /* PBXTargetDependency */ = { + 759486D6813A04167B3D1C6DF6E61B5D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 2E5393BF22B8A04A89E930BB8C462198 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = E581A0BD97F7AABA7FA42BDC359BBD4B /* PBXContainerItemProxy */; + }; + 760CC2B3D2D00889CD99B284A912D4B6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 6A7DBF8FAB93D8C059C55E70030568EE /* PBXContainerItemProxy */; + }; + 763969E164C9B1ADE3782FDFBDF48B64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = CDB69A03D9C66400F7C90F3ED299EE14 /* PBXContainerItemProxy */; }; - 7E0E9DA9EC15FE9C88A50EFCA7591ADE /* PBXTargetDependency */ = { + 76598DF96AB8A6020D4EF4E291DF927C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 7906B6589E271F57B7B1DD5EE74B4C8F /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 3250634C101E66E6A618268FCBFC6B5A /* PBXContainerItemProxy */; }; - 7E85B285F0ABCEC5166C1C423F4DFD9A /* PBXTargetDependency */ = { + 76CC00D87BCD6EC40AD464B2E44948D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 1877BB1EC6A98694CFAB03AC794BB045 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 584873ADD25A93B912FB5C78D698B79C /* PBXContainerItemProxy */; }; - 7F12FCC00AAE59F52CAE915D0A1F6F0F /* PBXTargetDependency */ = { + 76CC52445B4B531568D2A84FE42A4052 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = E00B8708FF70709E82305D3CD467FBC7 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 10913FB06CE9CB79EFB4F9CA1E06931F /* PBXContainerItemProxy */; }; - 7F163411CD4AC58C7189AE85824803BF /* PBXTargetDependency */ = { + 770CDE7FB523435FD9F1F3F1AD9CDCAA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Popovers; - target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; - targetProxy = EC547D05107278433BFD9B1FA575A589 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 416B6E7FB06C8A3937E9EA9A91BF420C /* PBXContainerItemProxy */; }; - 7F4299F705B54269E2195E6530B0663C /* PBXTargetDependency */ = { + 77B7BE81C6351BAC32BF45795C51BA84 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSharedSwift; - target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; - targetProxy = 4F84E0FE43F079BE6A0C764E66681FAF /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 835FC59563A03284F4D4B46F9AF6CC60 /* PBXContainerItemProxy */; }; - 801C79AE1B7E53BA70A32581AE1ADA99 /* PBXTargetDependency */ = { + 77C9FF72DCF3844471A0C5160039FA47 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 13236E4D3756ED6FD9EB3F739434D746 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = E2CC930EA764087FA68066C74D82FD45 /* PBXContainerItemProxy */; }; - 8042EE647B62F1200F96D2803B8FC835 /* PBXTargetDependency */ = { + 780CBA7D6F864BE0C56E8AB7BD659ADF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "libPhoneNumber-iOS"; target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 3AE8485F8F365CC7C273FDAB6E25B61F /* PBXContainerItemProxy */; + targetProxy = 0B2FCC2D49AA865E8FC3025B01FBA8C6 /* PBXContainerItemProxy */; }; - 805C7580F1FF074B6A23839C2FE38650 /* PBXTargetDependency */ = { + 78240E29711CC02C9ED531180E1B2830 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 268DC7A1E0F83D87F9BAC3D19C13C6EC /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 4562F3AE17D0B3365C4BB2A994506CA0 /* PBXContainerItemProxy */; }; - 80C954A7D788EBC8215384D30F41E544 /* PBXTargetDependency */ = { + 782A608A56780D71625121235B72DC5F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfigInterop; - target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; - targetProxy = A1BFF922D925169D8C3FE2354C7D81CB /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = A5B032AE01ECFAC9F725F618327D0191 /* PBXContainerItemProxy */; }; - 80FA24DBEE4FD6E9608A9EC9D045E04F /* PBXTargetDependency */ = { + 782EC814B630D42241C43B9DED8EBF2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = DEEC54DB6A9C550FBD82B579E129D8EA /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = C3BD0FC3C723C46E83E5E7A4932FAE60 /* PBXContainerItemProxy */; }; - 813E404D5A6ECC712EE8F13DE133AF09 /* PBXTargetDependency */ = { + 78642A57506FB46AF22FE541745D2A2B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 4BD31CE6854F491A9191DCD80FE2EC53 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 5C078845D9F87205949667C2EF7B8D21 /* PBXContainerItemProxy */; }; - 8158DF8CA6320860833110D8174A2361 /* PBXTargetDependency */ = { + 78FC5F4FD0B195BFA9273715D35CCD8D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSwiftUI; - target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; - targetProxy = 10F5EA784030670CF395A0547C8D4B77 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = DB3D7E4995C72449E438D834ED93E444 /* PBXContainerItemProxy */; }; - 81C0D59D856C883CF16E35EA997D535F /* PBXTargetDependency */ = { + 79178D982BE917599AA2BDE5850FE9D6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 11889EB7E7BBCBD4468B9B23960BA747 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 8AEFBF838D3566073E54BE2741D67670 /* PBXContainerItemProxy */; }; - 81DAED9FDEA1E92B07C45AEA62FDB61C /* PBXTargetDependency */ = { + 79243C0C5B462AF7ABB0DCED9841E4CE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 878BC0A0DEFD231847E12BAB1E31F7C9 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = D9AF6E975799850193D7DA071E712524 /* PBXContainerItemProxy */; }; - 82176FDF73D928C97374A2D808E7188D /* PBXTargetDependency */ = { + 797B04F066FC44CB73B8A0F6AB320DB1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SnapKit; target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 8CD088555BAF7351FCE82011A36DBA02 /* PBXContainerItemProxy */; + targetProxy = 2997614653BA4C9A0D7C276C0DE59286 /* PBXContainerItemProxy */; }; - 829873A64403EB538DD7DEE559A729EE /* PBXTargetDependency */ = { + 79DF622C4760DA6452FA97988B06F4D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KVOController; target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 18E13E37CD88CF178CEDBDAD2486E400 /* PBXContainerItemProxy */; - }; - 830E71CFB31C83D40A0E612F6A897078 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 9F5F30962C957CDF74C349B39B54D5BE /* PBXContainerItemProxy */; + targetProxy = 4DD40B1C470CAE3EB9075AAF4177008D /* PBXContainerItemProxy */; }; - 8324DB0D7F32064B33AD53AAE123F7BF /* PBXTargetDependency */ = { + 79E44A69F698885EE911AA5F6F86DDB6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = EB357A7FB909C538B1E030336221C7F8 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 8504BA4714D408863927E8A332E62D1B /* PBXContainerItemProxy */; }; - 839F361B818336DFFCDDB3084D7E8FB6 /* PBXTargetDependency */ = { + 7A088EEF16413943A1A346DD5AEC4A65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSessions; - target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; - targetProxy = A0A7FC042E7E7B4D47ACF7777FDE07A6 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 088DCE89AF69FBBF6726346AD9A02801 /* PBXContainerItemProxy */; }; - 83BE7ADB0A414CDA4337390B0F66F527 /* PBXTargetDependency */ = { + 7A32837F978B72248DF06ADAB139A4BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SnapKit; target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = FFB54152F29CA866E27E81523C43235C /* PBXContainerItemProxy */; + targetProxy = 5F90AE785566BD0FC209D3B31CA48CAA /* PBXContainerItemProxy */; }; - 83F89426987DBF288031B840C3D9E979 /* PBXTargetDependency */ = { + 7AA18698C2D438583E6A95D38AAECCDB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = F7F9B42E43381D6727BE03EDA2F01448 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 82768803B71BD8AF71F7C2D300A93C7D /* PBXContainerItemProxy */; }; - 8440F4B28D7B0CED4C11B40BCCD98920 /* PBXTargetDependency */ = { + 7AF6F3E9F153C1B68F1E86543F8F7E7D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 915218B9980D77D345DA180409275F33 /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = BCCC33DE918A0F1A2B6E16F30DC53015 /* PBXContainerItemProxy */; }; - 845D891E978E9A667407751832FFB8B4 /* PBXTargetDependency */ = { + 7B1E4FD53C5B02D00027253E1F90F169 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSessions; - target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; - targetProxy = ADABB69CBBAF1D80F62A23E5B00EF52B /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = E0EAF8CAD7224897D0F1CBD93558A710 /* PBXContainerItemProxy */; }; - 853381294087F6968D0C25F1C0492156 /* PBXTargetDependency */ = { + 7B9AD42532E11EF213C2C375A212557F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 12F4D7DC00204704844BF3BA3955CADD /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = F6C62C8E2AC3409C6DF174F1200DACD0 /* PBXContainerItemProxy */; }; - 85582E657105B0934287F05A4E3B321D /* PBXTargetDependency */ = { + 7C1BDED1ED93932BD1709A5AFC83E608 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "SDWebImageSwiftUI-SDWebImageSwiftUI"; - target = B5C45F0BF79D5D87C6C791F345189310 /* SDWebImageSwiftUI-SDWebImageSwiftUI */; - targetProxy = 8E60C8B1B9A0D36219B8A85B25D66817 /* PBXContainerItemProxy */; + name = GTMSessionFetcher; + target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; + targetProxy = 9348901A663EBA14DF2086A468DFDEDA /* PBXContainerItemProxy */; }; - 855EB93FA3F16DC28E60E71033FA6EBD /* PBXTargetDependency */ = { + 7C263C712D430222C3845257E21064E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 35DA3B2DF01F4D6E8F3F8EAF173EA9BC /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = A1DF2B0D0AA09E8F318E4E3223C0F1E5 /* PBXContainerItemProxy */; }; - 85848BE967BA953208E617780D4B7C2B /* PBXTargetDependency */ = { + 7C47BFAEE39CC0DD458A1FF20F67F791 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 266808A9CDC51923AD6880EFC90C955F /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = C43B3404834FADE4438A7F459D641EC0 /* PBXContainerItemProxy */; }; - 85C9EB456A0708FC08745D8D62840A2F /* PBXTargetDependency */ = { + 7C7F69FB3FFFC439B63A09CD5F07FAE9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 89335A2CE17D0F2F361287F30CB550A8 /* PBXContainerItemProxy */; + name = "GoogleUtilities-GoogleUtilities_Privacy"; + target = 5FF1A58DEEC5DB749FCD6C120B97CC82 /* GoogleUtilities-GoogleUtilities_Privacy */; + targetProxy = 1E168D9F23B3D506C18B3A7F3707FEF1 /* PBXContainerItemProxy */; }; - 85F2D85F7D94D808004810ED9D55574B /* PBXTargetDependency */ = { + 7CAF5EF47E07FB278C5263458BCC00DE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AppsFlyerFramework; - target = B0B23938B1EBCBAD2419AB6E9D222A0B /* AppsFlyerFramework */; - targetProxy = 4D7CBE3B82C977375D7A9EB945373858 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 63493831F0EBC13F44ABAA8AEED4F424 /* PBXContainerItemProxy */; }; - 8624AD42DECC092B4763EB7A8A363416 /* PBXTargetDependency */ = { + 7CCF365895DB7AA83041A96461EEDF0B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = F412615E109DEA22857C8D7A5AF8CA9E /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 3F56CCB30F8CBA3B846CAA20AFE86AE8 /* PBXContainerItemProxy */; }; - 862F8E524D7DC09ABC9B5AE6A267D2E6 /* PBXTargetDependency */ = { + 7CE865A52106491CE330E8EF6725E9D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AppsFlyerFramework; - target = B0B23938B1EBCBAD2419AB6E9D222A0B /* AppsFlyerFramework */; - targetProxy = F4579E6FECFCFDF05D9899EB80FE1E2B /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = A3320A19529D43F15834C5645456FD69 /* PBXContainerItemProxy */; }; - 863C36BE7C36D3D91EEC7819B32A8E53 /* PBXTargetDependency */ = { + 7CF2E957BFC763C8827F3C24CA8D131B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 7D21918EC7800BC148B6BAB8A84EAF36 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 164CE73FB8F7C8E3BC42515B0E3BF003 /* PBXContainerItemProxy */; }; - 863F2B2A78DA32345F0D84F196832C16 /* PBXTargetDependency */ = { + 7D55854ABC0FDC7D567102D37F1DED91 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 4542AF3B0323C610BD8681D306A7F62A /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 23045AAC59BBB4EDC4D322186DD703C2 /* PBXContainerItemProxy */; }; - 868AFECB5BA6865E885DCCB198BC3292 /* PBXTargetDependency */ = { + 7D86ED9A183ADCBE0876EE4B952850B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BigInt; target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 7AEAC35B8A4F0FF076729429EDF1AF81 /* PBXContainerItemProxy */; + targetProxy = 96F4D7A15E415C9692E71CC794884668 /* PBXContainerItemProxy */; }; - 86A716473F8B1AD33FFB3500AF31A602 /* PBXTargetDependency */ = { + 7E0565901A7A15A46586743D57780F47 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = F1D170AF299C80EB33DBC1A9253E90C8 /* PBXContainerItemProxy */; + name = AppsFlyerFramework; + target = B0B23938B1EBCBAD2419AB6E9D222A0B /* AppsFlyerFramework */; + targetProxy = 6DD1C4325C7C20077204F93D9F46F1EB /* PBXContainerItemProxy */; }; - 86A8E0F2C30F0681481F754831A26B8F /* PBXTargetDependency */ = { + 7E245056EB6AABF82348B2EFDC36B8B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 2600F56F20DB48B416D25F8D4B03BC86 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 48AAA4F5243AD5D4C6A6118786ED4F29 /* PBXContainerItemProxy */; }; - 870F0D6446015527F12EF1D29DC0A46D /* PBXTargetDependency */ = { + 7E45F1A569FC583721CF966B45CAD190 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = B5537173A302EF0353A65BE49DF8C83B /* PBXContainerItemProxy */; + name = FirebaseMessaging; + target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; + targetProxy = 0AA8104CDA5A21E75707168125507AC2 /* PBXContainerItemProxy */; }; - 87439EDCBCFAD84717A49113DF4550B9 /* PBXTargetDependency */ = { + 7E48A81BE40892B5FFE90F070E1F9A61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "libPhoneNumber-iOS"; target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 49609F638FC44C5D3902B7FB06EC1659 /* PBXContainerItemProxy */; + targetProxy = E83B95E91C30FED843A495C79FD3BF99 /* PBXContainerItemProxy */; }; - 878F72727D15ECD8DB9CE4260296BA74 /* PBXTargetDependency */ = { + 7E88D6378864809BF53E6E8AECB91196 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 3FA42C5F8013FF9C4D4861D57DB70D41 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = EFF64AA2DC59EEEC87A0113667A4803E /* PBXContainerItemProxy */; }; - 87C94390A858F640744E9EB940E5611D /* PBXTargetDependency */ = { + 7EB1E9BEE084AE22F954435CEE568FAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransport; target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 0400DFED3127B73DAC95F6D78770630B /* PBXContainerItemProxy */; - }; - 8849FEAEE508A7BDC1A2467ED1BFFB05 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 2614C5DDAE5E4FF6FD67344A6B9BE493 /* PBXContainerItemProxy */; - }; - 8859BD6FA93DA66C9B9F4B139D831DA7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 2D38F4DCB45D53528D7E84039687251D /* PBXContainerItemProxy */; + targetProxy = 7B38DD87ACB82DF4652164BB468F8DC1 /* PBXContainerItemProxy */; }; - 88CE9B618DAC86CC4DA36CB0C2608E51 /* PBXTargetDependency */ = { + 7EB7BD230E64A4D6BA6305BC449B53BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 6FA6E3F37C918732A84A02F788D18ABA /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = FA70DD59CE8B3BAD1A63822408BBEE9C /* PBXContainerItemProxy */; }; - 897D78567D24F8D6C02D282C403D5AF9 /* PBXTargetDependency */ = { + 7F10DE6D8081AF7C4BF11CDCD3A56D1D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesSwift; - target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; - targetProxy = DCE5C412BDCEE3EE85A63846494B3AC9 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = D7FB508177E2249AFF6402EBD14EE7F7 /* PBXContainerItemProxy */; }; - 899393A150C9623F5B132073E181714D /* PBXTargetDependency */ = { + 7F17DD83A0C7C995EE018A8C1C7F8A01 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 8D11A563066DC3F02A6E324611CC78FB /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = A22F21658BA3799866C703A5F6EA80EE /* PBXContainerItemProxy */; }; - 89BD1268FBA5175FF8686E96FEA3B4FB /* PBXTargetDependency */ = { + 7F33FA1A45CCA66A0F646BFB720D03BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 0ABE64E57010CCED7EC99E1535C3F0E6 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 91FA2BC81F49D06983B1D6362168B45B /* PBXContainerItemProxy */; }; - 8A138D754778D8E78251AD7A06CE2C3B /* PBXTargetDependency */ = { + 7F460CCA9F979D51C9289B9DF28F8DF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 534DC0C192CA0EDE4EDABD2395136832 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = F4D6435F508D5E2C30E4A93144AB467D /* PBXContainerItemProxy */; }; - 8A4BAF04585AB660FBA03A18E99A67BE /* PBXTargetDependency */ = { + 7F6F37C4BDABDDE13CF08ACE03B77809 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = C9241ADF5DBB7F7D5847EC83EE899273 /* PBXContainerItemProxy */; + name = AppsFlyerFramework; + target = B0B23938B1EBCBAD2419AB6E9D222A0B /* AppsFlyerFramework */; + targetProxy = 1D144F151407C7E3DCAAC5B82AAD603A /* PBXContainerItemProxy */; }; - 8ACD0AFCC8701C493BDD09F6C3D02A2F /* PBXTargetDependency */ = { + 7F83D0D2E70E171D07A206D5028BBF00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 81A5EC6FDE9245B1BA2AFE6DA65FA20E /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 9431031BA8E1415C3F0E369E75A223F9 /* PBXContainerItemProxy */; }; - 8B0213E279F124342E3C75E4C451A9BC /* PBXTargetDependency */ = { + 7FB7F13328949072C9DE18C69CB457CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 0685E1D9EEBBA01733A660CD7893C672 /* PBXContainerItemProxy */; - }; - 8B0BB8A96814B4BCDAB2152CE8ACC1ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 05FA2DB7ABA32D6C0C821DDD6C144878 /* PBXContainerItemProxy */; + targetProxy = 4F47ECECC4BAD2AF7774AF9565E56A9C /* PBXContainerItemProxy */; }; - 8BA18B2EC44BB3CDD7DC4B3E7633184D /* PBXTargetDependency */ = { + 80414D03E672B1AE68B375BF926B8D3B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImageSVGCoder; target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = CA6E9C43E64D8853C11B953D2F09CD44 /* PBXContainerItemProxy */; - }; - 8BBF8582F336D2E1E308589AA880E03F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 5450E01041042E04C3609087BC6C6ABF /* PBXContainerItemProxy */; - }; - 8C7730BED20E876A6CAD1D3FDE6EB4E9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = D4273ED181295087618F63E1DD82BB74 /* PBXContainerItemProxy */; - }; - 8D6D69B69521364F5086E955CA93166A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 3AC435BC187AAE880EE23400ED32C3EB /* PBXContainerItemProxy */; - }; - 8D760554301CCDFF927D9CA998023418 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 73C488B9807E606E454E966184B58B4B /* PBXContainerItemProxy */; - }; - 8DF3CDFFE17AA6842953D29FDBFF46DE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = DB9397458C8A36ABB26A79777C36363A /* PBXContainerItemProxy */; - }; - 8E6DE7E305280AD219F5F3A8FAC20C8D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 087EEA3C5B3A91A6B935E227702792F4 /* PBXContainerItemProxy */; - }; - 8E9095C3389596DEBD359C821180279D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreExtension; - target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; - targetProxy = A908C0A71CAA88E8560EBD962A325D2D /* PBXContainerItemProxy */; + targetProxy = 1E89B4E3A4263CD935249254252F90EB /* PBXContainerItemProxy */; }; - 8E915837AF45768C2ADDD840680D13F3 /* PBXTargetDependency */ = { + 8085B5F07426492D10FBE04A3721E2E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = EBCE1630778F44F5C9BD2E9E122256A9 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 72A00967CE69ED8E00014454ACB556EF /* PBXContainerItemProxy */; }; - 8E9C6C5B668E4E2032198CA3CEDFFAC6 /* PBXTargetDependency */ = { + 80ACEE78756E041A1DE49D666C0A091B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 0F9F61DBED74495A69058EB51EFBA8F8 /* PBXContainerItemProxy */; + name = FirebaseRemoteConfigInterop; + target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; + targetProxy = 71993DBCCBD5A429C7DF7D87B59D15D6 /* PBXContainerItemProxy */; }; - 8F9E1AA460DBD302A4A89916D8A883C9 /* PBXTargetDependency */ = { + 80E434AEF8AAD7CF55E239123013B244 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 0620417A41C37681D0465EC16F2A4FE7 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 7C701F52C9AEBF09E78188B31BB6BF30 /* PBXContainerItemProxy */; }; - 8FDA85468DE732C0F8573E0F9E7C36C5 /* PBXTargetDependency */ = { + 80F84A88172035E1A5F04308B655B6D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = D72EE430556593106FD134E17C422714 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 0852BFD5FEA2BC1EE6564D3090B4F293 /* PBXContainerItemProxy */; }; - 8FE1EE4BECFF1AF23F2DF6F36F3EA8E3 /* PBXTargetDependency */ = { + 811E9FF4D812AF05BA8B364F3B83F534 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 6116E0C3565C0365DE017CE4B7082B71 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 164AC381B2826A2EF26914F5321CBF17 /* PBXContainerItemProxy */; }; - 900253AD21D8FC5E8293A24D61E7923A /* PBXTargetDependency */ = { + 816C025595941F2AD7FD87B7E706ED1B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 42710F700CA244E982B5E578BD3AAC7E /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = A71B784A6399DE8E796C405BA3AE612B /* PBXContainerItemProxy */; }; - 9076E5F49E3130DAFCE5646D33834204 /* PBXTargetDependency */ = { + 8178A54CA1A2380C1A16C27EF5FF78AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = F0C62224E26F86CA5E9A206C47F0A16D /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = B0C9651C08760CBE3689668F5CD7E163 /* PBXContainerItemProxy */; }; - 914A3D096BDF8DF612FB365CB9800E8C /* PBXTargetDependency */ = { + 81950163830F080A254090CE56C3859A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 35790C675D6E0E4F6323775678A89EA6 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = ACEDFEE5E873CD80E3BC2EEBE67DFA18 /* PBXContainerItemProxy */; }; - 916F3A56D8A8406DDB0C861AE08D336D /* PBXTargetDependency */ = { + 81BCF7BE5C2529AC82DD1B644D000FAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 04D56DA5746E468EB7ED5C47562F744D /* PBXContainerItemProxy */; + name = FirebaseSessions; + target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; + targetProxy = D8D5627507B9514CDF9D8B07C2424A48 /* PBXContainerItemProxy */; }; - 91735D904F5ED152D057C4B07D0680CE /* PBXTargetDependency */ = { + 821730D73BB672FD2B2E9ED127B64971 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = ACEC66ABD29C2D70AF86F86B1A9EF16B /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 1D9BCAABD81B79540CF673F1BE5EEDFC /* PBXContainerItemProxy */; }; - 9199203953E2172D3CF7451CCE3E6483 /* PBXTargetDependency */ = { + 82DCC2AB3ACE11DC52A60076F79DF483 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 8B4EC354BCAD4D2052E5E84AA97391A6 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 6D2C849230EB6AC5FFB644555913F9F8 /* PBXContainerItemProxy */; }; - 91D64277D4730756A0F40B5FE723B67A /* PBXTargetDependency */ = { + 82FF4DC6D349E9FE5A3CB1F815D7D4DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 8D786104918E639BE28D052D671D71AD /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 787E89342C08883721DA12CDA8A8E214 /* PBXContainerItemProxy */; }; - 92645ECB3060CC6FB5A1657D4EED0ED4 /* PBXTargetDependency */ = { + 830F666892260EAA211EAA8B48CB5CF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 1826ABB171B59BB90C39DB1BCD8CA8E5 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = E76F119DB66D599596A2D267602B9B6F /* PBXContainerItemProxy */; }; - 926D75FEE07680137A2AAB0752D02236 /* PBXTargetDependency */ = { + 833B864ADBD223755BADA8B9D6C2860E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy"; - target = 417B25AC44CA1D040034CC1F375CEE36 /* GTMSessionFetcher-GTMSessionFetcher_Core_Privacy */; - targetProxy = F2F7F2DB5E517B6D777A5E325F210892 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 4198A430D9041B7F0700F13A530BB545 /* PBXContainerItemProxy */; }; - 92A017F54FCFEA5B98E785A2DD005D4F /* PBXTargetDependency */ = { + 835726071CF3A5DF328C2485F0B9FB15 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReachabilitySwift; target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 5D15A074BD38D534FD566D2C923A2BFB /* PBXContainerItemProxy */; + targetProxy = 43E10E1747AC2C992638D4399EB766F3 /* PBXContainerItemProxy */; }; - 92EB0529F725A1E1BC2CEFD521F66E44 /* PBXTargetDependency */ = { + 8380E525359749D6EBF38497D0A53511 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 094CE9046138940C78FB0CCB7FD8A435 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = B1F2B471BFB5E88CC6C2C0E1AE859A35 /* PBXContainerItemProxy */; }; - 931500E0EFAAF09AFAABD8BA8746BECB /* PBXTargetDependency */ = { + 8392A239F4F0CF729F5DB4EE8C8D71A1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 39742295AB173D12E0643C0F5AB0980C /* PBXContainerItemProxy */; + name = PromisesSwift; + target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; + targetProxy = E4378E3E3D0045A60D49388DCC0885F7 /* PBXContainerItemProxy */; }; - 93223862D81D9C447B3ADF4F011135DB /* PBXTargetDependency */ = { + 83A31B2A5DF98AC8471F8CD6CB992282 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = FAFE2E84F6D627F68C84E76919ECB6AD /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 68A9AF74102C19D80E355E014D7FFEEC /* PBXContainerItemProxy */; }; - 932A480BE307671B2D6523EA5D03C6B5 /* PBXTargetDependency */ = { + 83F92112B30A3E9B92CB947006F1A825 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = E1785766E0203F89AD21A8C7E018ED82 /* PBXContainerItemProxy */; + name = FirebaseABTesting; + target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; + targetProxy = B4447A7DF8CC2146220A55EEB9A16EE2 /* PBXContainerItemProxy */; }; - 936543AFC62121C3423BD5105DC89627 /* PBXTargetDependency */ = { + 8406815119E7A99506F4C06A24CE0F01 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = C76DC5F3202DF0D0D53904F7D03E7E59 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = D5E7526ABDD3274057FBC4F6BF93101A /* PBXContainerItemProxy */; }; - 94809419474142D9429B5887453D2573 /* PBXTargetDependency */ = { + 84866882D4BB7422273E8E310CA97674 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 61A40311E9789F855917085BDBBB13CD /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 8391F73DD81D8A1394D0C712366D2B53 /* PBXContainerItemProxy */; }; - 948AA04FA24CD4C732FDCBEDF9518F89 /* PBXTargetDependency */ = { + 84CFB649B1728221CE92040380F78D0B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 0F02C7EA945F2D49637AE5D4F3621861 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = FD53658C2C34D1624C9DF70ECD994540 /* PBXContainerItemProxy */; }; - 94BFA5C27F236CDDDDA67F17B44A5DD8 /* PBXTargetDependency */ = { + 84D668504DD2146FBA3EB0C52A2E334F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 944EB2C9BBE16575F8DAF1BBFA510087 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 63F6F8688F6B3DBCDE49C2A1733CE4BC /* PBXContainerItemProxy */; }; - 950C4362FCFFC786A25D558B2B6E8A13 /* PBXTargetDependency */ = { + 84E31C0590361DF99DA8C2DBC7BC09E7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Atributika; target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 4E2306C177B62E1A1155C8C7C2C4CF55 /* PBXContainerItemProxy */; + targetProxy = C9EF63F2D532F9ABF28DACCE6808DEB6 /* PBXContainerItemProxy */; }; - 951175FDF922686CD4E11F3FFDF4D76A /* PBXTargetDependency */ = { + 85252B3703FB06F9599C09C1704DBB20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 6C1A05599F9FFBCEC11C2E9E4CF403DC /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = DACCC5B72FDD0F9D5F38D1576ED541D8 /* PBXContainerItemProxy */; }; - 95537D7770BF4ADC34581818F2521EA2 /* PBXTargetDependency */ = { + 85499A9EEC9FBC162DFD0EC31CACC9B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 9D0B08AB1EEB59B56F4A5ED747DF7558 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = B2CBC48DA22ABE5226AF906496C816F8 /* PBXContainerItemProxy */; }; - 9556B39EE79B7328870451F7A4D210CD /* PBXTargetDependency */ = { + 8562039F0F190FA61E8F2E97B4788932 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = C694DF300970B144C1194DABD52C1616 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = A920F930FCD7E38046B404ABE0FD56C5 /* PBXContainerItemProxy */; }; - 958E8D4D555EC1BBD00B258B3594754A /* PBXTargetDependency */ = { + 85AEA5DEEE70E4EAE992E3E304E08129 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = E4A85B7B9EB6C9391B04926AA5F1550D /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = D37C36BFF2210B6920916996D228DD47 /* PBXContainerItemProxy */; }; - 95A979B2244963B38B662EA900892CF1 /* PBXTargetDependency */ = { + 861A8C579C342EB5FDF195FA0C74FF51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 21BA4347048C1075301162C0A2EE3788 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 405D9A1F013096285F0453BF0AF0752C /* PBXContainerItemProxy */; }; - 9620F1702F8CA9B243D46D8579B414D8 /* PBXTargetDependency */ = { + 869EC92CA556E5060A55CBDA5F84FE4B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 8B1FC1C09413BDC44248B297E34FACC7 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = BB4DB8150C81299BE48C374D31F989D7 /* PBXContainerItemProxy */; }; - 963F8C869C204DF18093EE3A4CA3BC7F /* PBXTargetDependency */ = { + 86B889AF5620F0710F87E2B2E3F8A019 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 03FFED5532E7BCA9A11B053EBE645AA2 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = A74E7553CBC57C5B1182F4E359D9A59B /* PBXContainerItemProxy */; }; - 966FB8834B13A0115507AD594DD8A1E0 /* PBXTargetDependency */ = { + 86BD4854C9118C4DDD6D54EAEFE9CFCD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 1DB1D2D5E98D87B3142E9AA67F610772 /* PBXContainerItemProxy */; + name = "PromisesSwift-Promises_Privacy"; + target = 230F5EE18ECBB227C09ED2C571AFA319 /* PromisesSwift-Promises_Privacy */; + targetProxy = D49CB2C48000202536ABEB6C7AC2BF3A /* PBXContainerItemProxy */; }; - 9675F171CB4E83E75934AA8367138E3D /* PBXTargetDependency */ = { + 86D3FA127B6E4EB51FA0CABCAC2AC881 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 61A3BA261F3411F895C9B99D97915A81 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 16F6C416AC9CE1A5CB59F182DCE708EC /* PBXContainerItemProxy */; }; - 974A717C7B5DE699DF3C5E5801EE08FD /* PBXTargetDependency */ = { + 87223A9A2F8E20EC64F7583181639910 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 5BF7B6500519B30194E32B441B40127F /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 27196388D05BB82217A3D75B270C6E13 /* PBXContainerItemProxy */; }; - 97779844E0DFB570228D15ADC6E28AAA /* PBXTargetDependency */ = { + 87A28F25721B65349B83180C5196D23B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RDHCollectionViewGridLayout; target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 93980897580111CEA8120ACB1230053E /* PBXContainerItemProxy */; + targetProxy = A4489CB75C58280A1492780EC0EB827C /* PBXContainerItemProxy */; }; - 978B147466B7DA24C16B8EA1105F384D /* PBXTargetDependency */ = { + 87D58CD5FA0DB571B834A61CA548A76F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 75F0DB93BDF421F2D50C1FF83A8492D7 /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 8492132C7970EF51F6BE62C17B1ABCBD /* PBXContainerItemProxy */; }; - 97D2F02118BE3A634422E40133997129 /* PBXTargetDependency */ = { + 87FB20C60A688933D75CB1ABAFAF7E79 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = DA3168AB42590FA1D503A3F969404309 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 7B85023C3344D0D0ED275CA9CCBD7C4C /* PBXContainerItemProxy */; }; - 97DA3685B591D8E5901176CEC7E5CFCB /* PBXTargetDependency */ = { + 884DC33FF5D8CE37118FD0D518FF1AE9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 680BB33D0B3C4E8D217F9C88B578F690 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 06AC51DAE3A866104B4E34C29BE60065 /* PBXContainerItemProxy */; }; - 97F62D567DD2BAF1C39F2A1C509D4663 /* PBXTargetDependency */ = { + 8850EFFD5B2D20B275606BF6179E950B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = E2CE283AE0C321329908B94C796BE782 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 34B9BF24E6D9638217FADB7B6FBDEC3C /* PBXContainerItemProxy */; }; - 98A6C7FBA05B50FA116B837A78ECB8D4 /* PBXTargetDependency */ = { + 88F6358E1B5C349C324961075064BEE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 402ED6C62EF5587EEF99275F12A2E7FA /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 35745A7D9F7F41C2667CA2B1361B4C53 /* PBXContainerItemProxy */; }; - 98F02AB1E81AD1E3F8445309EB971BAE /* PBXTargetDependency */ = { + 88FCD5B6D29F9B08DE96B0B79D2B223B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 4257B1F07C11545B1981B7B4361A2ED5 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 520A221C6228056018C35A9076BCA9EC /* PBXContainerItemProxy */; }; - 98F36376B1EF27E2F1A5AF77FDAD0910 /* PBXTargetDependency */ = { + 899F7D4CAE18C6D8C5A38A8CA37495CE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfigInterop; - target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; - targetProxy = 2EE7307BE33D22A110F69B70FF6DBC70 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 84E3374C855731ABBA53129890F9A940 /* PBXContainerItemProxy */; }; - 98F4328B7A2188C8D8790002938A3B10 /* PBXTargetDependency */ = { + 8B065A298A1FA32D4F8DF80586DCD3CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = DB44A56ED0360C992FC0BD5F959B4CE1 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = EC8B5BCE4ADB8251DC414FF6D9303851 /* PBXContainerItemProxy */; }; - 99553DB2B4F192F9B9BD4558476EAF1E /* PBXTargetDependency */ = { + 8B1C0691CFD1634DE9E5BB4E37745FCB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "GoogleDataTransport-GoogleDataTransport_Privacy"; - target = DD0D41A9315A48004E57F4F0E54095F1 /* GoogleDataTransport-GoogleDataTransport_Privacy */; - targetProxy = 7ACDFC8AFC6F0FBE839E2AA9D0D24E25 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = D90561635AE853A52F84778196744E79 /* PBXContainerItemProxy */; }; - 99819A5708177BEBD37C371996B215C8 /* PBXTargetDependency */ = { + 8B20E0524CAA6B89B73CF03C3C560A70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Atributika; target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 9CFB7A2869551203F090986B4ABB87F3 /* PBXContainerItemProxy */; - }; - 99829706506F23B938C0D1D7EB2842FD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseABTesting; - target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; - targetProxy = 6AD4D0C8AE7434A5EE36853B9A289F17 /* PBXContainerItemProxy */; - }; - 998F133325B703659EE24F25B265CFD7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = D28883256CE253C9A1FEA28731AEFAFD /* PBXContainerItemProxy */; + targetProxy = EE765CECD7BB5C63BD61A9E9F2CE5195 /* PBXContainerItemProxy */; }; - 99E9AC72D7807F385A88B902F036E197 /* PBXTargetDependency */ = { + 8B45588AAFEEF77836EEEA434A3AA451 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = JTCalendar; target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 72449F937DF51256A5F1031E3ECC1266 /* PBXContainerItemProxy */; + targetProxy = 8189F38FFFF3D80A2E952BE8F3A892B7 /* PBXContainerItemProxy */; }; - 9A6CD6B92DC3580180B4CB9E9A5010D4 /* PBXTargetDependency */ = { + 8B5A7839A4CB4B51EFDFE589C041227C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 93F3A452AC2F0B9BE5C601307CE7FCA4 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 78EB339FD1CA09A76841C729E683D4BB /* PBXContainerItemProxy */; }; - 9AC1F6A1762851277B430BDF5AFF869F /* PBXTargetDependency */ = { + 8B5D58D51541C49D2C24A2594048C43E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = A7B8EF2C6C8F0C277EF3E975CDECFAC4 /* PBXContainerItemProxy */; + name = FirebaseABTesting; + target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; + targetProxy = 86CE89F879BDF1B25DEACA9EC69E9DF4 /* PBXContainerItemProxy */; }; - 9ADA839411F0BE50D19BDF29CC7BE41A /* PBXTargetDependency */ = { + 8BDFF79E47752D2DC1E3300F73AC640B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Firebase-5a1e767e"; - target = 8F04F0E8FF3A36306C4FAA84540970E7 /* Firebase-5a1e767e */; - targetProxy = DE3E2BE47CFDD2A78913F8DBA51B7E69 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 83C8BA0450C1578EC0A8F52714AB68A8 /* PBXContainerItemProxy */; }; - 9B0CF20C712CE6442197B67CE579AFE8 /* PBXTargetDependency */ = { + 8BEA27751B5A272BE279CDF6A64101BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 0E302F721B2E133A95923E60855C445C /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 754BD554C6FC0FEC8624815CA84B75A5 /* PBXContainerItemProxy */; }; - 9B98BC744C1519E5042E00BD79922116 /* PBXTargetDependency */ = { + 8C5F9EE2ED349547231439D877C4C93C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 893D0A4A19E3DADF9E0DA3C5CE518F01 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 4766CA78069172A314CD8607BF93CA95 /* PBXContainerItemProxy */; }; - 9BBAA953A487549AC038540D678068FF /* PBXTargetDependency */ = { + 8C78A9300D716DBBBABF3D8178C5EF82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 2D4D9971C6D3E1202A52E64B6B5E1B33 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = A7E4586197CCB9864C30EA2CB0BB363E /* PBXContainerItemProxy */; }; - 9C0C1DC0CB45A85B0732892F54DA746B /* PBXTargetDependency */ = { + 8C819BB28EC0A748C3348A1A70014EAB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = BDFCDAD138CA18E238EFB3BAC8A34591 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = DED0B2745DDCA43586187A535036D264 /* PBXContainerItemProxy */; }; - 9C48DDA6B33FD12FB3E56D0BC7B1D0F9 /* PBXTargetDependency */ = { + 8CEF39411E0285F96F63501837F3125C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = BC355CBA0DEFA5D3E538A83F7A8C135E /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 1DA3473B0D2A4CD1AB5E4AE544E79EBF /* PBXContainerItemProxy */; }; - 9CF9168E94C346F386465C4E0EF39200 /* PBXTargetDependency */ = { + 8D384EDA07627BAAF47D076888C4FE13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = BCF96855B17339A97C2944A47203338B /* PBXContainerItemProxy */; + name = "Amplitude-iOS"; + target = B783C6FA652FC4195003054549B87961 /* Amplitude-iOS */; + targetProxy = 8757207EFE7D3C55D35CAE43E9788149 /* PBXContainerItemProxy */; }; - 9D65825F0554DAE569A7B10387F3FE28 /* PBXTargetDependency */ = { + 8E4A48F0F8E2D394A9F573BC95CB8E65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 239B42CC07268EC39817EA5F63E8EC9C /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = F50DFED637A29722824AB36638A43839 /* PBXContainerItemProxy */; }; - 9E7CDE3ACA0BD74A8C677A72669BB925 /* PBXTargetDependency */ = { + 8E5F2B8C2CD59446E461D910F663EC3E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KVOController; target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 0D54680AB16E6C91A10C44E21C09DDD6 /* PBXContainerItemProxy */; + targetProxy = 842D0C02A6E96F9349E84717176DC440 /* PBXContainerItemProxy */; }; - 9E8AE90500EF1E9F546D8E82DE59C4E2 /* PBXTargetDependency */ = { + 8E75D568A31B424F6FFD4AAA4B0A9C09 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 5A8FC5B0452D711090F7E83CA030C8BF /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 96E603069641AC50BA175EAA33DDBE0C /* PBXContainerItemProxy */; }; - 9ED73857D1F17410C8FE09D763AA816A /* PBXTargetDependency */ = { + 8F30C28B846DFC02532BBD8F420F2EDF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = E381A6FACD642570F0311FC6B4A6445D /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 55B4486D2F556105FA8DFE5522B876E5 /* PBXContainerItemProxy */; }; - 9F1CBA9B757BEC298FB4B36EA11016AF /* PBXTargetDependency */ = { + 8F323A43C7E6B9D5FBA0E5122474F397 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = C38ECF5299B2EC482BB2707F55467101 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = FABC3EC74044E9DF70272ABA61F912E0 /* PBXContainerItemProxy */; }; - 9F897A66C12FE69EAAEC61C281C7A838 /* PBXTargetDependency */ = { + 8F5D6EDD9442BB064C9769E06B248162 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "FirebaseCoreExtension-FirebaseCoreExtension_Privacy"; - target = 9C4575D64B2B6264CF6AB60FB03302AA /* FirebaseCoreExtension-FirebaseCoreExtension_Privacy */; - targetProxy = DDAC8C50411E6858118030E0304ECB43 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 28E3FEB99EBB00B2443881B4B0A41450 /* PBXContainerItemProxy */; + }; + 8F9C89A115A651A325A89288833D8D94 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 8AC82E28284A672CA36B61A1735AD610 /* PBXContainerItemProxy */; }; - 9FC6867A1D4FE22E9982A60FDD6AA940 /* PBXTargetDependency */ = { + 8FC6D6EDCB6BE47069499EEBBD22AB5F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SVGKit; target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = FBEDD772525773AFB115A48C44167092 /* PBXContainerItemProxy */; + targetProxy = 551EDAE3B973EF010E89CFF547054B23 /* PBXContainerItemProxy */; }; - 9FCE95B0AB7FED9C8B260647F55F2FFA /* PBXTargetDependency */ = { + 8FF9465A4F487D6F586EE195B3FB8BDA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = AB73E254E2A98BF5B97C8D173D797402 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 625354ED8F367782E500B3D7BB2FA613 /* PBXContainerItemProxy */; }; - 9FE0E4B286E10D3B9E867458281D521E /* PBXTargetDependency */ = { + 90254CC0B47B15333BCFDA9C14C23930 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = D94864329489CDC4C1637F87D503A733 /* PBXContainerItemProxy */; + name = FirebaseSharedSwift; + target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; + targetProxy = 1D852F343C0E182A428088EE70457C16 /* PBXContainerItemProxy */; }; - 9FE5E8694566A063BE7610B703460698 /* PBXTargetDependency */ = { + 9055B7D813A1689BE05022EA5BC3F9C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 30BFB04A4B10D510F5D763F61B9A3761 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = D59C599957FFFD075CAD00923DB34B69 /* PBXContainerItemProxy */; }; - A028E671AAD27C99EEEF07953452BC32 /* PBXTargetDependency */ = { + 90BA3F502638FA9010A4BB6B670A75D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = C525B37086FAAB15B106F64EC8823965 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 3A12B05633CE9C2C817CF97AAFC7540D /* PBXContainerItemProxy */; }; - A04435D99F290DD5E82D5D116DD611F5 /* PBXTargetDependency */ = { + 90F74050133D1336C6F386B27586B843 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = A7FBEC17A75C38F3D55100807B7FC3D5 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 335365BD008FF9FE8F1EF61A83C8A655 /* PBXContainerItemProxy */; }; - A0AEDAB7B98FD7EABD670BCC4E528EB5 /* PBXTargetDependency */ = { + 916D0A9E8616702083C0EDD2DF184F83 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "FirebaseMessaging-FirebaseMessaging_Privacy"; - target = 21FB29F43C8A2A81ABFE8C478370070E /* FirebaseMessaging-FirebaseMessaging_Privacy */; - targetProxy = FEEFF767371B12BF3E853834C40CCC01 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 5A25F8B6D86827C1C67E13EA57B65DEA /* PBXContainerItemProxy */; }; - A0EA1587FEE1E67CB43A8145025E63C8 /* PBXTargetDependency */ = { + 916EDF3BBCD2D298AD24BE30C8AB4EA3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 2C6411F0BDAB4388D3B6F30A4718E3F7 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = E22A15FFB17CC946D5E0A58BE765F219 /* PBXContainerItemProxy */; }; - A1295325F71F90772E5B7675B0900AB7 /* PBXTargetDependency */ = { + 9206D4FA5C3E2191069A288DFF659BFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 89C77E9ED57BD6B4F7EBC4A48A2BDD54 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 2E95ED66680CF5A1B270E1872A40E0D2 /* PBXContainerItemProxy */; }; - A152D23B825960B004772B275D03C943 /* PBXTargetDependency */ = { + 92125DFB8E62D2FD91D1F33E8A8EC871 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 618E40C789DB5FD1BBAC62079D823B4A /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 553CC2E870A794E953BA8AFE422329F2 /* PBXContainerItemProxy */; }; - A289FC9636A9BED29FB650870C65A45E /* PBXTargetDependency */ = { + 9224137A7489FFB4726BAB374972358A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = E196CC5C020F3D13540E0A07166BB496 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 0FCACEECFF027845CC134B21FBA64407 /* PBXContainerItemProxy */; }; - A2CE77305999AE6AEE9314CC06C7678F /* PBXTargetDependency */ = { + 923893082547C6AD3A93A2E1CC9A0665 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 3D5DBCEEA25776E128A0847CEFD3D36D /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = BCC306D576A68B7CD09BD6ED9C2D95FE /* PBXContainerItemProxy */; }; - A345BECAFB3361570E9704E02C77D2A2 /* PBXTargetDependency */ = { + 9247652141A6389F28AAB32C9EA212EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 1A00CC38F58865E06048B9D7AA41ED28 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 74DE4E4B3B4B6633A0B4CE0B36C1A849 /* PBXContainerItemProxy */; }; - A34A4622F8EAAFE6AD3A00C6556069D9 /* PBXTargetDependency */ = { + 92828F65603258FF3A24B18C970A8142 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 05FFA3F6068B0095630A09D7F26F534B /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 578FCB82FF5807BC9DAE98EB2887B52E /* PBXContainerItemProxy */; }; - A35FB83A4032878C4842CC8FC1871874 /* PBXTargetDependency */ = { + 9288E3B5A0EC56EA5180836FA824D21E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = A354778EA0126417264EDE04A3366AC4 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 8C966B30FB68909B8D9BE3E5D90067B4 /* PBXContainerItemProxy */; }; - A381EE1F1DA2694C3B8B3C63902BDF93 /* PBXTargetDependency */ = { + 92B26C0387B24B980397D94ED2CA3007 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 3C12CE3C80F5834E80DA790BEF6CBD4E /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = A5806601094A9BFB4BC1833C3C6DDAEB /* PBXContainerItemProxy */; }; - A3AD222F41850C3F2F6EFED07D17A997 /* PBXTargetDependency */ = { + 92C889BBDAAB3DD9F67CF55503CF86B6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = B16981CF58CAE7351272BA510CB357B9 /* PBXContainerItemProxy */; + name = "AppsFlyerFramework-AppsFlyerLib_Privacy"; + target = C1B7E9FCC674E977BE2D38FC2709798C /* AppsFlyerFramework-AppsFlyerLib_Privacy */; + targetProxy = D67054490F49ED75AB275B674288A901 /* PBXContainerItemProxy */; }; - A3B0A6F5A290672363B84739BE22A4BC /* PBXTargetDependency */ = { + 92F9BE2FCCB483779C722EB34B0C9F4A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 2CDCE6F182DB54DA906BD016AF16E980 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = E43F0D015CE97C60BE0949D25D16B1E9 /* PBXContainerItemProxy */; }; - A3E9B03CBE6F63D479E4CF5CA38F0375 /* PBXTargetDependency */ = { + 93A5197537B189FA439ECE5FCE794E25 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 6D9B098E6FBF8D116B0D548B95C7F3C2 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 09689E414CF422BBF2934FF048E5229A /* PBXContainerItemProxy */; }; - A411CC35DACE2843AADA77B1010DA3F4 /* PBXTargetDependency */ = { + 93FD54C154C45E9503D98518D24AB161 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = F3893105EDE5B36003A4192CCD280A89 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = E189D6BF73F9DD9A559273E17D719A43 /* PBXContainerItemProxy */; }; - A446FBB1FD91339C629B58D4956531F3 /* PBXTargetDependency */ = { + 950CD28BF5C5AABAC874A93CA96D3293 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 55229839A9A07A8909B8B6AC6649A110 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 88FDF5B63B42D78353A2059BFDE3015C /* PBXContainerItemProxy */; }; - A482744AFBF3C1E3C562FD16FE894EC1 /* PBXTargetDependency */ = { + 951A2284FE7C16FBA39A50324D746BB3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 3A20CB4CFE5E86E4D48C31F042D568F7 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = B4D1DA7071D7D9A19B266F69C842BBA3 /* PBXContainerItemProxy */; }; - A49243929B03B3EEBE1CC3BB2F2D8CD6 /* PBXTargetDependency */ = { + 951E3ED22BED16FD2F2C56E530923A79 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 800477DB2DC4D4D85240B4091F4ED473 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 0132B0958929288831CEACAF4A7EC544 /* PBXContainerItemProxy */; }; - A4CB7394948AED27A9649E59DA595324 /* PBXTargetDependency */ = { + 957C71985315C362CF8775139CF5660F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 855CD3272EE74028799EE31A11B789CB /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = A5C9D72B99EF859DEE4DDD054DC71314 /* PBXContainerItemProxy */; }; - A4E456F03DED128325CBAF0226FCE500 /* PBXTargetDependency */ = { + 957F44DE4BB6616603E47194D1990E33 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = A6601170452F204EE101FF72C3CC3E70 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 975BABE5F41390CBD2B5ABB9E7A2319C /* PBXContainerItemProxy */; }; - A53840EDCD5216B2895368E0D0855A4F /* PBXTargetDependency */ = { + 95953E1F27DA7C0582933EBFA626ED89 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = D0136C6EDB1772BB1E191115AB86606A /* PBXContainerItemProxy */; + name = FirebasePerformance; + target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; + targetProxy = 97C04E8CA211135BF8C605E0CEE5916F /* PBXContainerItemProxy */; }; - A5AA8C6B00E4C4EC0676A64B99B8A80F /* PBXTargetDependency */ = { + 96330551A76EF41C9E8212055F4449A8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GTMSessionFetcher; - target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = 85F3760CFA9A7CEF77966DBC6DEBC0F1 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 67E718A4447CE5AF25BD5702C8C58A53 /* PBXContainerItemProxy */; }; - A5DF4CAD37D45D21F49109CED3292DEE /* PBXTargetDependency */ = { + 96524312FCE088850501A773FD88C651 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = NVActivityIndicatorView; target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 42E2F52B70EFD385E6882566F26A7FD7 /* PBXContainerItemProxy */; + targetProxy = 1F1940C5679CC48A051F4D6A6C5D3596 /* PBXContainerItemProxy */; }; - A6154F88DDB36AB2ED82346F38DB596A /* PBXTargetDependency */ = { + 96732B2FE2F10D92F88EF465513B5835 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = CA8FFF3B45FBF2BFC23F7C3D128F23C1 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 55AC130C7F96CE20B74927F553A89BB9 /* PBXContainerItemProxy */; }; - A65A5BEB93D7949214472BC19F6D0493 /* PBXTargetDependency */ = { + 96A499CEE88A354BD185BAABEE1399CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = B14F9DEFEB60D9ACE7733C28C95F105F /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 9143962CCD2336DFEBAF029989F4C6C3 /* PBXContainerItemProxy */; }; - A6E3C972012EB90D92947C4964F451C4 /* PBXTargetDependency */ = { + 96B402D754390C79E14B0BF0C09D235B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 78FD0C9A62CE12FD23CE54FB42D73B3C /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 01E2B4C09E7EB455291B2304DB3CAF12 /* PBXContainerItemProxy */; }; - A6F4C1085C972C1811D35F20C03D5611 /* PBXTargetDependency */ = { + 96EB2098BD4B9CA7D393B68F7463EADC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = B90EB475C0AC9FFFDF4F24258E81F9FE /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 14423E5E00FED648D488FB61B89556F6 /* PBXContainerItemProxy */; }; - A7117A12D19EA3A621B6DEC68D74885E /* PBXTargetDependency */ = { + 978131FD2F5F898640CF6D5A48A12B73 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 37EF18FB910BFFF94A04D74AEE79201C /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = DCC5CB1FF179C4DA469EE966353E6A3D /* PBXContainerItemProxy */; }; - A7686D826DB8588E2250808BA967FBD5 /* PBXTargetDependency */ = { + 97C7583A4FB4F38CE6EBD526C2851F6B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = EBE15DC8E11EE034BB969DE64DE13158 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 6E98FD3C12F36C517AD8B5F268AA6CEB /* PBXContainerItemProxy */; }; - A7E2FE2572EACFB24AFAB505AA3CD828 /* PBXTargetDependency */ = { + 97E1CDE7BC6F9183C18FF022BADF49D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = F92B2E6117C708C3840C688A3DA59B16 /* PBXContainerItemProxy */; + name = "Firebase-360edc41"; + target = 4523574CD9BAB130771CDA070AE9A1B3 /* Firebase-360edc41 */; + targetProxy = 6F1120647A29A6FD3D7D27B761968836 /* PBXContainerItemProxy */; }; - A80BF18A568F28D83A24CA7B4CF89DE5 /* PBXTargetDependency */ = { + 97F514C992C376BED69AA5FB4F4830E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 58E20D9628C4EE5E892FE71AC5FB6A43 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = A0030A7F8685EA01FD4F772C84C0E163 /* PBXContainerItemProxy */; }; - A8185E06E20DA6B7A7B3D0D1538EAA67 /* PBXTargetDependency */ = { + 980E55F1144190105E83AB6D39C04581 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ZSWTappableLabel; target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = EF186442E8A860829E4EE08ECC1AEC64 /* PBXContainerItemProxy */; + targetProxy = 7FA06719051787593D817DFAC790BB89 /* PBXContainerItemProxy */; }; - A81894178BD31F5BC7FB9CBAA31AC724 /* PBXTargetDependency */ = { + 98204396A27B78202B2A2408153962BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = FF146028C966599BEEA98247BD947536 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = ABFD291B6A174126E3C201250CE27D81 /* PBXContainerItemProxy */; }; - A86E39735F1339630D9894FC29587D01 /* PBXTargetDependency */ = { + 983C6E4434E696C1E57A7C36472FD01A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = B167995165676562638CFA81F43CA1B7 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 093872ABE30808E0E1F6235C6559C9EF /* PBXContainerItemProxy */; }; - A87D4CE95FDC1460058F012E8FB396F9 /* PBXTargetDependency */ = { + 984C7E373322CFFE3BBC6B591B68A3C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ZSWTappableLabel; target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = F1DFD088E77AAA1CE4052751551FFD89 /* PBXContainerItemProxy */; - }; - A8B69B1E83BFA5939C9AF534A7907D1D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 8CA48BDB0A12840015C04CE39C9A8CB2 /* PBXContainerItemProxy */; + targetProxy = AA5ECF61CAD62C90DF3197F393F86585 /* PBXContainerItemProxy */; }; - A90DBF3591988AEF267D6BFBF23608C7 /* PBXTargetDependency */ = { + 98969A6C8C9D4E28236A91EA49CE7D84 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = D5F3291D7F3A57DD0BF0F0CE6F707CE2 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 1A90B1FE94936CD20FA9674C1F65D5B7 /* PBXContainerItemProxy */; }; - A96DF45242C57E9846EB89C96EB1DE11 /* PBXTargetDependency */ = { + 98B1A26578459CAEE42A63D6D5887E3B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = C0CD56DCD8ADEA701C49617FC2033412 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = AE37310631A7427D6D497D09D769E058 /* PBXContainerItemProxy */; }; - A9D8054709750C3AA9869F3C74632F27 /* PBXTargetDependency */ = { + 98E051B1A8A44F99D2BE02FF7926173A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReachabilitySwift; target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 0CB51D5DE0E79DC7990F46577811C54F /* PBXContainerItemProxy */; + targetProxy = B618B5254EA963EA9F2969E5C2E27F49 /* PBXContainerItemProxy */; }; - A9F5ED2CCB480F08E45183B9A3D6A34E /* PBXTargetDependency */ = { + 990DF6D7C9ED52F40B107D3F88F0C575 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 57D54368ED573C504C89925CCEEBFECC /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 5EBE8953EFDDF18806EFB21B0E4541AE /* PBXContainerItemProxy */; }; - AA008E6A6CEB56181AD2E7DAD5F252EB /* PBXTargetDependency */ = { + 992689C71FB09EEE0A35B6C66CCF5CDF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 57699A130AFDFBBC95B9AD7FA98F18EC /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 82EF9F12945D4937057DBD99BC01B242 /* PBXContainerItemProxy */; }; - AA24E3A1F9DBB3F372F027905E7805D6 /* PBXTargetDependency */ = { + 9943A882C0A881125261DC492EF3F163 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 7C11C3F33975F847851EFF8A9C8A36BE /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = C9A2E59A6EAC16DD4D5C7F1CE27F3AEB /* PBXContainerItemProxy */; }; - AA2826C749F781EBD1E97F9D849FF689 /* PBXTargetDependency */ = { + 998368E006E7366C745DE43595262517 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 6123AC1EC742C5BACDD9F5A0B94DA99F /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 6B9BF50971BD38A9AB72E9A094100284 /* PBXContainerItemProxy */; }; - AA71A0AB5D5D9A4ED1633927884EFF98 /* PBXTargetDependency */ = { + 998F24D711000ACDC763B64215D70838 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FloatingPanel; target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 3626306BABDCB2CEB28AF677F42E1C61 /* PBXContainerItemProxy */; + targetProxy = 9B7CD575FD03E779081326C5ED6E780F /* PBXContainerItemProxy */; }; - AA757958C8AB8E502FCB7CAF534D80F4 /* PBXTargetDependency */ = { + 9B050911D07B323C3C2293D5BA22789B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = B31E321FFDAED68677532D4EB46F6D6D /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 6D349265A73784CEE489699231CA7812 /* PBXContainerItemProxy */; }; - AA995CDE791DB909ED8AD370823FEA77 /* PBXTargetDependency */ = { + 9B213074ACE4D00E6D10B83EFA64FDAF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Abacus; - target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; - targetProxy = 1920CB151CC94BA513DB8C5147ABC0BB /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = E418E9914C5DE436119DF55FF26294CA /* PBXContainerItemProxy */; }; - AAD17691D13D163C9851018AE1BFDAEB /* PBXTargetDependency */ = { + 9B62DE9E02C7D46E3C544BF6523AD536 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Popovers; - target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; - targetProxy = C7B64B43BDDFDCAF52A8833EF3887257 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 6BDFC6BFF342401F23BCF9B41D188177 /* PBXContainerItemProxy */; }; - AB2C378850137CF7430381F3B1E1E504 /* PBXTargetDependency */ = { + 9BC02E63A43E731DC85A79952BC7CAC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 9599BAFEAFBE1A7884521A478CF3DF7E /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 9F7F274102B28C051C5E9DEB20E1C7EF /* PBXContainerItemProxy */; }; - AB53F882453B9EA8D9447DE8FC7540E1 /* PBXTargetDependency */ = { + 9BCB0849854E813F49023590130A087E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreExtension; - target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; - targetProxy = A5DCDE75C9964E41333C79A18DB4E36F /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = B83CD6AA70113B416EC2093731F5AB05 /* PBXContainerItemProxy */; }; - AB699C786F1EDBC2D1AEEA09DC652708 /* PBXTargetDependency */ = { + 9BDD1B0409D9A6FC510ABE7F9462CDED /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Charts; target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 359CA170F1280AAAA0173D94A4E61D7C /* PBXContainerItemProxy */; + targetProxy = C37A3BD8B75A4E9A35ED0CDD6EB9DA74 /* PBXContainerItemProxy */; }; - ABA6FD1121ADE97D4299AD737155E0E4 /* PBXTargetDependency */ = { + 9BF497D6842A7F00E65A8A13D4FE88D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 325A9410CF8C333EAE1483BBD6834A0C /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = AA2F2E38DBE57440444F236DCE929611 /* PBXContainerItemProxy */; }; - ABF0D78BF3B8F4550F064EC982516611 /* PBXTargetDependency */ = { + 9BFCC2C1E06560FE0ED88D2A66EB59AF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = EB7FA6D8001F8EDDA46B3FDDB1C373CC /* PBXContainerItemProxy */; + name = FirebaseSharedSwift; + target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; + targetProxy = 2CC85D53B0F55A3A8DD2E5FD6A47D070 /* PBXContainerItemProxy */; }; - AC10B584D159ACE72FF2A89EE4A98CFC /* PBXTargetDependency */ = { + 9C3764E43E072ED529DC5AF611EDC7A2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 6A19E116A6609BCA2540BB0DC137B1F9 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 6453FCA76A5C19AE7621F7BBA1D88576 /* PBXContainerItemProxy */; }; - AD0ED7ACBB0D81FA4E58FC4D8CAD30D5 /* PBXTargetDependency */ = { + 9C3D7D438E4613F3977E86EA679C52D1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 31CB197D1085C2707EE95DEB94EAF7C0 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = FAD6A98951622E840FCDD62328C3619E /* PBXContainerItemProxy */; }; - AD31868A08B09B315583EA6935E8EB26 /* PBXTargetDependency */ = { + 9C724B30276D70F08BCBD74D198EED60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 46BBBAA8E7F4D51F53C41FFEF4F9E24A /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 46DA752B659748E64CD672DAC48DC26A /* PBXContainerItemProxy */; }; - AD6446D8401CF9B9A4728F74F19336DE /* PBXTargetDependency */ = { + 9C925C1DF8A455B480DD9461C87D12BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 7ADE1F976EC2782FCE2A4EFF88CED324 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 985DC713B141DAD513943858D8AD427B /* PBXContainerItemProxy */; + }; + 9CC4F1FA4B2F63DB775E19030D493186 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 7256CC08A41A53A46BED0AFF66BE8397 /* PBXContainerItemProxy */; + }; + 9CCF2C61CEEEB3EB803C3DF155C7223F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = E4527728C2E1BEF9F9762288B1C6CA72 /* PBXContainerItemProxy */; + }; + 9CEABF919DB68CA871B9967E76530FDF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 940976742FE2195BC5FBA47D47937359 /* PBXContainerItemProxy */; }; - ADCEC6A9CE26142F9593FD905FE7DF15 /* PBXTargetDependency */ = { + 9D0CEB4A9EB3D18647AAA1CA3FCA9D92 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EasyTipView; target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = B8C95D2925A6FDBA528969F69E243277 /* PBXContainerItemProxy */; + targetProxy = 841AD809B8F5AC8A9500233F48C62BC0 /* PBXContainerItemProxy */; }; - AE6D993F1D725B9BC5572C0E67042D1E /* PBXTargetDependency */ = { + 9D3F9250D8176537CA914AF857FFF482 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = B4082435BF6CADDBD3B66A43172B9519 /* PBXContainerItemProxy */; + name = FirebaseABTesting; + target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; + targetProxy = 1856AB05966B3B5D5B3A671E3279F9C4 /* PBXContainerItemProxy */; }; - AEAE0F2EA3ABF2A1CF251847D56C3FFE /* PBXTargetDependency */ = { + 9DD5CCA873D54331DDD3BBDA0BCF68D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = C6B2C32147798E45C26A2A9B37CC4B3B /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = F503C7B52E7873D62971304D1AD2F1BB /* PBXContainerItemProxy */; }; - AEB1DD93A76B1351845CB32F040DC8AF /* PBXTargetDependency */ = { + 9E0BEB903D6A7DC1B41CCC14273A6029 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = FD831772914DE9E3A5EC5183BB306AC8 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 00E73462371A243BF94A25E383806542 /* PBXContainerItemProxy */; }; - AF137ACB6A0F136D255C024AAC30DAD3 /* PBXTargetDependency */ = { + 9E653A32B5D32ABD3A5E54FAA6459133 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 26CC1B05CCE697C5E43D263B07EDCF95 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 34AAC4AAA06FEDFAC9A64CD34E408C65 /* PBXContainerItemProxy */; }; - AF2F44A180BE492626B93C63E882E057 /* PBXTargetDependency */ = { + 9E8BE68AA95ED291C473AD54D36D15DA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = D2000C3641DAD9E3706442A34B26D19F /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = ADF3394E045CEB78C5E45EF69CF24DE4 /* PBXContainerItemProxy */; }; - AF34E48C3745688F9E109F8BBBD9C797 /* PBXTargetDependency */ = { + 9EA4FAEAD90C3DDDCA8D4BBC8DAFAFB0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 8EFB85477408921545435A783293CDF7 /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 3F5D8C6EB2EF0E9F688A19406B8C5DA1 /* PBXContainerItemProxy */; }; - AF4D65CDF00D33464F7B94F1DA2C52FD /* PBXTargetDependency */ = { + 9EAE3FFE2AE2578EEA5C93E450860FEC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 06374F4EDC91007FD7E8909518A5C1CB /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 08C4757D9D782C81E2B071E7F8F70C9F /* PBXContainerItemProxy */; }; - AFA5079202ECEAEEB5CEB98CA9F6CFBD /* PBXTargetDependency */ = { + 9EC2BF2B9BF0DB60CF3CBF06D7BB1FA2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfig; - target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; - targetProxy = 84184BADA3D61C595FBD81CB0B1F328D /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = FCEE439AC0F28538640A3672BCDC3321 /* PBXContainerItemProxy */; }; - AFB38F49308731BF617A9A4C4CFD89FB /* PBXTargetDependency */ = { + 9F2D4639FBE4E826AE147A84D68D8AA7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 863C3D6823E4AAF8A38FCF48A52D4704 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 82B26B139A64A5BFB5B301E31E50F07D /* PBXContainerItemProxy */; }; - B058372129CA09541DFC47217C01B7FD /* PBXTargetDependency */ = { + 9F45559EC83EBC9EA09C478D20CD3F8A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = B9C14412D023FA9804368FF327D2F284 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 56382ABF6BB857C4F96F0A609076E1D0 /* PBXContainerItemProxy */; }; - B10B681091D7607B4E48DBF13B429395 /* PBXTargetDependency */ = { + 9F459D52EDD15BD127C47B44AAC114B1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleToolboxForMac; - target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; - targetProxy = DCD76753522047267D424AAE62A2EDD3 /* PBXContainerItemProxy */; + name = "nanopb-nanopb_Privacy"; + target = 55522A91938FF505CFEBEAD2DD85AE2D /* nanopb-nanopb_Privacy */; + targetProxy = 4DA975D7BD4CC99F0E90998BB7334923 /* PBXContainerItemProxy */; }; - B186B2432433F26E752AAD63FBEE3053 /* PBXTargetDependency */ = { + 9F53C02EC24AD3E3B42DA0CEB4EE1482 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 05FB0AFB5AB4B3CCF172B443E9DD19B4 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = F005F4E1153A96AF3C115032982F4F17 /* PBXContainerItemProxy */; }; - B1C07348B3E6FEE0DA9283CA10CD78EF /* PBXTargetDependency */ = { + A0537A232DCC848B8A914877E2D211B3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSwiftUI; - target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; - targetProxy = 7268DC1338BC33E106CA6DDCAB210809 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = A3AC7B3D2039DA4B03D52415BDF21542 /* PBXContainerItemProxy */; }; - B1E3C1F444EA875801F77C7DFAB7F539 /* PBXTargetDependency */ = { + A05DF4CCF77A6A566FB54426BE13BC04 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = B986AFB422A63D1FB4652E77C9B75989 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 6A9578994374546FEEF79588D92E2539 /* PBXContainerItemProxy */; }; - B213704F2FE6922D113D3ED8874E55A5 /* PBXTargetDependency */ = { + A06B93EB63F560C828E8B890821CF0F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = F90B6D848434CA00BB31D86E986FD366 /* PBXContainerItemProxy */; + name = "Firebase-360edc41"; + target = 4523574CD9BAB130771CDA070AE9A1B3 /* Firebase-360edc41 */; + targetProxy = 8AF173F3566747464AEEFCDFCBF2F355 /* PBXContainerItemProxy */; }; - B2A38F1CB7A2B59BD6AE3DBDFFC77BEC /* PBXTargetDependency */ = { + A0AC25AD363BECF008B1208284846CE4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 1F62E68FF72A4C7A7DB561140ED2D5BD /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = D6194749376A8E0BE841301E5F51D79F /* PBXContainerItemProxy */; }; - B3099EB01CE580E2F93CB2692561E0F4 /* PBXTargetDependency */ = { + A0CFA1C54B7A633EE0A712FC5D04D130 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 6743468283E372D87B4DC9620B85533A /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 76E96E0B3012D5C3233529FC5E71541F /* PBXContainerItemProxy */; }; - B3D63F687AC7C272D7A161513BB32450 /* PBXTargetDependency */ = { + A12A55E60C1E151FDF290979AF6CB28D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 9DBDAC62AA3FFE509E549C98743B831C /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = FDE9476DFE692B8EE72CC4966E1460D7 /* PBXContainerItemProxy */; }; - B404C3C53252F9F2C52B38CC5565CD13 /* PBXTargetDependency */ = { + A130FD929D9A3369E5D9750EED8EA8FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 4B073CAEA57F60CFA02AE9A060AA5D81 /* PBXContainerItemProxy */; + targetProxy = 4027B0706E4B678DC2D713014C974A54 /* PBXContainerItemProxy */; }; - B460C0AC39EAC0B07135EAEEAF90FCC9 /* PBXTargetDependency */ = { + A13E113E30F52EC56F4EA035CA5F50D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 34E78A4FEBA3C7FA45F8784294EB8113 /* PBXContainerItemProxy */; + }; + A14BEF856FCF4AF8CA8F2455F84C44A1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EasyTipView; target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = E7AB5E2B2249C7C85586C18DFBBE0E6D /* PBXContainerItemProxy */; + targetProxy = 3BCBC9463FFB24EC3F7165363C718EF6 /* PBXContainerItemProxy */; }; - B4C8D7C4045C36D63A99CCEEF011088C /* PBXTargetDependency */ = { + A1AD4053E6EF4F03F695559148B9D823 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = BD04ADFB5AE5F1B7143D72A6A6338EC7 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = BE1FA55CE2DEC7BFA3FC08FE6401E530 /* PBXContainerItemProxy */; }; - B4CC4E2763C8B0724C949DDCD62A8276 /* PBXTargetDependency */ = { + A1D10B1EC2EAD5C2744262C91357DB99 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 90BFA180C0891956BD622DC7BA341F78 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 48EAB860E8933E9A33B4BBE57BE165CB /* PBXContainerItemProxy */; }; - B5373565ABED7F7DEF3FAA3F5277762F /* PBXTargetDependency */ = { + A1D9E92F0BA50E50F1B3A41EBB326196 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 273DC7166D0F243DE8FC2544E46E68F0 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = BEB3A95BFBD9B496DA59A326DABCC6B6 /* PBXContainerItemProxy */; }; - B545D38CE0F142FEB0335AF18E86ADC3 /* PBXTargetDependency */ = { + A253BF5C57E4A7346ADB9BAFF2FABA44 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 2F35809ED25EE88B141C82637DA35DCF /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 6BE14DFF4751C8044042CE2748DDA61A /* PBXContainerItemProxy */; }; - B54D2914FF243703997EE3A9E3E1D75E /* PBXTargetDependency */ = { + A2659411DA6EB766C4361FE63B1376DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = E3B1603C38F5B7A342BB71DD70052EB6 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 39072D9125994FEDF4F4891D6B4E8BB4 /* PBXContainerItemProxy */; }; - B54EE27872F57031E70B269337A75288 /* PBXTargetDependency */ = { + A296B1C6370223EAB05858A1DC632888 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 5598F2318994D7A59101C1BB4B5C5DD3 /* PBXContainerItemProxy */; + name = FirebaseABTesting; + target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; + targetProxy = B0B93AC84EC9A6930716EC41C99B0298 /* PBXContainerItemProxy */; }; - B5C7CEE9FDFF2B63C081576DCAA1111B /* PBXTargetDependency */ = { + A2A213B27FCEF0F4C9F4D354E2CE5319 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 7660BE9D8C43BD68206655D5F40C31FE /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 07A3D68A166CFE7EC2632E7E72B28DD3 /* PBXContainerItemProxy */; }; - B5FBEA1660AACB5BCC0DC7930D3300E2 /* PBXTargetDependency */ = { + A352EA7F57AF5565629FA06D2C7818D1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = F933C3D55B71EB33120C7D21E3B85AB2 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 82AA48C9C5C370FF35C4F19802975226 /* PBXContainerItemProxy */; + }; + A38576AD8CE75AAA96BFE02692A870C0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = A58C9666EB09BF1D5D715A043FCABD8B /* PBXContainerItemProxy */; }; - B61E805B8D6A28D4063121D3625F3718 /* PBXTargetDependency */ = { + A3A152309F078D90BA48E7F5AB959A8B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 754E5874403B13BE649D63162D8F6811 /* PBXContainerItemProxy */; + name = "SDWebImageSwiftUI-SDWebImageSwiftUI"; + target = B5C45F0BF79D5D87C6C791F345189310 /* SDWebImageSwiftUI-SDWebImageSwiftUI */; + targetProxy = 7CC19B88512DB46BA4CBEA193D4009C4 /* PBXContainerItemProxy */; }; - B63498283DAFC76011AA9302F71C09A0 /* PBXTargetDependency */ = { + A3D5B577552B29AD80831B93DA36A74A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = EB9CECE6DB146B307F038CD5C221A47A /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = ACDF0E1B835541ADE89B6E9D52DC41A7 /* PBXContainerItemProxy */; }; - B6702F6C371AF41A61B04D62960A0825 /* PBXTargetDependency */ = { + A40021AED0FA6EE06D54C3AD1B291F4E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 85664483D97E17E494F92F5677153AE1 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = EE6F99E7CFE672651D5B65A1A8AF6FD8 /* PBXContainerItemProxy */; }; - B68148C30264858B2BA5E444543D4480 /* PBXTargetDependency */ = { + A427C0BA46431A3DB313B4E7C1465129 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreExtension; - target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; - targetProxy = 795C2F5BD26CEBD936E19DAF40F03A09 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 40D6BB596683F96E752009B16D970441 /* PBXContainerItemProxy */; }; - B68903F8CB960F61B74C232DA7B5D0E1 /* PBXTargetDependency */ = { + A47247426A5775088C1A09E332FC5D4B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 4D6B1C5C788910753656024F32A09C1D /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = F96C53E24B9163F659BE8772CF40F5F0 /* PBXContainerItemProxy */; }; - B6ED5D3084A0EF1210BB6ED5AE7A5DCE /* PBXTargetDependency */ = { + A49948B0BE69831E39077441D914FCE8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 20AEDF297EC0402BFA0861EF033BA02A /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = B28258F8758BD604FF5796566681FD75 /* PBXContainerItemProxy */; }; - B72FF1111AC32CA664E943C7368BE5EC /* PBXTargetDependency */ = { + A4D1A98B00A6ACA3B67D1BC1E0D7EF2B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = AA7188344EE652EA99BB60F810EB8A03 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 23694AA323812DEECD037E11D73813A2 /* PBXContainerItemProxy */; }; - B736BD29D9C050E332D7456A32A2BE50 /* PBXTargetDependency */ = { + A4DA2B175951B0054518989E7268AAB6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = E1BDB750B4EA106D3CDEEA4C2EB9546D /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = B8DE8BDC59ECA07F70A899E6FD9E4A33 /* PBXContainerItemProxy */; }; - B75AACE60AE9DB25E1CED1CFA038A66D /* PBXTargetDependency */ = { + A55261FEE4420EABAD2F239162E08299 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 60B3CE33AAF320B85D0D1BB9D9F28856 /* PBXContainerItemProxy */; + name = "FirebaseCrashlytics-FirebaseCrashlytics_Privacy"; + target = 17CBCC6221F62B870268E935098B7D7D /* FirebaseCrashlytics-FirebaseCrashlytics_Privacy */; + targetProxy = 50EF3BC4CEB701DCBCAF0FD44600DA1D /* PBXContainerItemProxy */; }; - B77FBF6A4DE0276BE0D99BEB43EC1C8A /* PBXTargetDependency */ = { + A570285E6451CB2D9E78D4D59EDAE272 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 6B82E5C9E694AECAA4AAF60F66FB358F /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = DB4F3705EDB523036C989F041CD06A5E /* PBXContainerItemProxy */; }; - B7CB88AE3CF99A147E1269F9697A752A /* PBXTargetDependency */ = { + A6061ED1CA5E952442CBA12A3BA5B776 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 5695651BEBE7B5B872C1090356059655 /* PBXContainerItemProxy */; + name = GoogleToolboxForMac; + target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; + targetProxy = E54EF3F49D8F8C27775D7957833BADA0 /* PBXContainerItemProxy */; }; - B7FD4CD45B2686BFF9C61CC202C3DE42 /* PBXTargetDependency */ = { + A60A34AC3B410984E2A41E20052F8C17 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseABTesting; - target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; - targetProxy = C53A91568726853991B27456804022A6 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = DE9A21D1A575AF1AB712EF3C4646497D /* PBXContainerItemProxy */; }; - B836D3751E63576361ACCDC90EA93ED1 /* PBXTargetDependency */ = { + A66A5A0AB271E76FAD7F0D6A4E02878A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 55D304B8412C0FC1B48F1CF16EE81516 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = D41371C4FA7232F0790EEC309673ACE5 /* PBXContainerItemProxy */; }; - B8679839274EE082C63071D7F0F4EAB2 /* PBXTargetDependency */ = { + A676E05B62229197499D1902BE5C8905 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 214BE3590120973D57265F77CB00E3C0 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 16143031404F73F9D25C1B3ED681A9CD /* PBXContainerItemProxy */; }; - B872461DC9C4E074A32AE221D4292F37 /* PBXTargetDependency */ = { + A6770AC39CAD52AC552F3DF7CD6F126C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Popovers; - target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; - targetProxy = CA5EB90F4BF27935B22C6F40468FE7F0 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 5E024A6ADBD31B8539277484F10F9E80 /* PBXContainerItemProxy */; }; - B8804A20C2DF1557AFDDD77EF97A12A1 /* PBXTargetDependency */ = { + A6AC0D35674D67E71703BEBAD6150BA8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 73E4FE76879653B50D3856CB24CE948C /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 91A1129D10AE9CB7ACF93E166724F317 /* PBXContainerItemProxy */; }; - B88C6ACE102DA012EE241BAFBF435520 /* PBXTargetDependency */ = { + A6D605F29608A4F822BC9D01D74A1202 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 3565755072D028D3DCDA9657FF30EC5D /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 166F11E5BCE994CBF433132BF0C62CCD /* PBXContainerItemProxy */; }; - B8BFB7AB5312DCCEED265F39C96A6215 /* PBXTargetDependency */ = { + A6F3367C61C2C2DFD088437B5704A3DB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 30570171F22B6547565EC43DCEB91D27 /* PBXContainerItemProxy */; + name = "GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy"; + target = 9CC46F9FA6BA4F71309A4A4ACA6F02C3 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy */; + targetProxy = A6C3029B2AC0F8C0B7188F4F8E9DD687 /* PBXContainerItemProxy */; }; - B8DEE9F2A76B741D3FE4F2C9A49A87AA /* PBXTargetDependency */ = { + A7174EAE9D99F481724FEC114FF7BBDF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = B111D69C1B3DDBE276E5D27D7ADD32B9 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 334885B2B63A57F865ADDD9ED176A668 /* PBXContainerItemProxy */; }; - B99C5DB52CBD9183B4E522361FC5C28F /* PBXTargetDependency */ = { + A72F8626A552875CB891E3E7034F4429 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 314D69D377AFF1BECF42FB2F56CC46AB /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = E4788809CFE953D0C013266EC180B763 /* PBXContainerItemProxy */; }; - B9AEC8D2589691D34B3C7A54683A7E46 /* PBXTargetDependency */ = { + A817F4AC6634D9B1528A4BE456B52D5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = COSTouchVisualizer; target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = B6FCE232E11B008BC1BF2EAD5E506EFD /* PBXContainerItemProxy */; + targetProxy = B49DC1E25D1027221E6E6BCDE30FF27E /* PBXContainerItemProxy */; }; - B9C542DB25F52577F7540C61993B9105 /* PBXTargetDependency */ = { + A829FBB038BB41A79EB68118FF5BDBB9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "libPhoneNumber-iOS"; target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 73ACDB2ED92F915833573A352EE5C72D /* PBXContainerItemProxy */; + targetProxy = F43D1190319392BAAC3991D9CB59413B /* PBXContainerItemProxy */; }; - B9E506073104204049FEDAFB8272CD39 /* PBXTargetDependency */ = { + A87ADBB69FF11CD73451156516118936 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 1DB1CD36277D4D34B554F796FB4674ED /* PBXContainerItemProxy */; + name = "FirebaseMessaging-FirebaseMessaging_Privacy"; + target = 21FB29F43C8A2A81ABFE8C478370070E /* FirebaseMessaging-FirebaseMessaging_Privacy */; + targetProxy = DF735E853E3D18759628D92A50F56E8B /* PBXContainerItemProxy */; }; - B9E5F9FE7E0219149B7CDD4878238CC6 /* PBXTargetDependency */ = { + A88643996C61949EE58DBDBC9060AC4D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 98B0966FDCB411EB12185D795C9B8104 /* PBXContainerItemProxy */; + name = "CocoaLumberjack-CocoaLumberjackPrivacy"; + target = 276021C4482165D46E0CBBEFB822FE95 /* CocoaLumberjack-CocoaLumberjackPrivacy */; + targetProxy = 16220C3F37FC6EA522A50FA18697B59E /* PBXContainerItemProxy */; }; - BAB70ED3FA6EDBFA43546485F9F452A2 /* PBXTargetDependency */ = { + A8C6D2A8F6F93B13FCBFDCE7DD593C37 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RDHCollectionViewGridLayout; target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = F7C1F84C29B31FA18B36102CEF0B6AE5 /* PBXContainerItemProxy */; + targetProxy = E1342C172BAA3CCDE50843CB5AD98F42 /* PBXContainerItemProxy */; }; - BB3425A37D671E927A9C64841A34C698 /* PBXTargetDependency */ = { + A945ABD3013AF918BE2B3A65E8FACE88 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfig; - target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; - targetProxy = 62E81F1BF3FB4FA0C332BC03284BCF23 /* PBXContainerItemProxy */; - }; - BB557E6C8D1769D4E559E8F12D4AE654 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 1D5FE92C708E1339C460DF3FC1BD04AF /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = D1B4C82D928640BA79F5DD5681F9A6C9 /* PBXContainerItemProxy */; }; - BB77B2677F78637DC7142D981E8706FB /* PBXTargetDependency */ = { + A97D2E1275F0A5D3DCDDD52855EA3E80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 38537232D3D06E0BDAA33531417C479E /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 82313AA5CE9117BD17F8C348EA7376EA /* PBXContainerItemProxy */; }; - BBB487ECAA7B68E9D7031139E5E4C88C /* PBXTargetDependency */ = { + AA20B796F11FCDF2C4FB861F597F06A1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = AC050BCAB5855181FE16E4D9DDCFF5D1 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 8BD6DDDB1572781DB8EAE8332223DFCC /* PBXContainerItemProxy */; }; - BBB71291537F1A1828C3EB60B611894A /* PBXTargetDependency */ = { + AA268138D3D47ACB1FB6ED5DAAB9C07E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PanModal; target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = F18ACE2AED58886C0EDC4AC65936A254 /* PBXContainerItemProxy */; + targetProxy = 91AE38065EC61DC8010DB96CC55B9C3E /* PBXContainerItemProxy */; }; - BBB8F0B2B18A0E0C385E36E043B48F05 /* PBXTargetDependency */ = { + AA8CFC38A02E204D479B3F46FB8088BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = D46B542B174FE3F304D8209D5B855715 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 80591C699BCA043669B23D2EEE8A1018 /* PBXContainerItemProxy */; }; - BC15E894BA1719EDC03F13B5CE207CA4 /* PBXTargetDependency */ = { + AAA7A7DC981B4CDC48E06284BAD3D242 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = A0A2037AE2C88D0B705FCF6B49270169 /* PBXContainerItemProxy */; + name = Abacus; + target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; + targetProxy = DA451514947341E84513FFF292652EE3 /* PBXContainerItemProxy */; }; - BC180479B414839BF381AD7226EE1A12 /* PBXTargetDependency */ = { + AB2AA3AD0EC3D183E997FB1328174E94 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 598AD7FF36E0358BD3272DEFB17DD432 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 0CDAE63DB3B07CC289F54F86D4192453 /* PBXContainerItemProxy */; }; - BC83DB0EF10445752C8186F9A90FBBCD /* PBXTargetDependency */ = { + AB3F3882C23D703455E1EC78A342F92C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BigInt; target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 6691C32E42815D465A1196779769E56E /* PBXContainerItemProxy */; + targetProxy = 087EB24A4D0101377FC7CFA73C41C512 /* PBXContainerItemProxy */; }; - BC917094D02B0408B1CAFF734FAC08CA /* PBXTargetDependency */ = { + AB3F6F87F2D9337FFAAA83930EFEE5B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = F9D53BD8D1889ED740C3E6E3D9A598FA /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 58D08DF463978A7E919A2DA5D48670D5 /* PBXContainerItemProxy */; }; - BCB5921C0A2D7BF36BEA952840F4B60A /* PBXTargetDependency */ = { + AB43D52ABB2D2558DD41A6442AE6EBAF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 7219870BBEF23216C7E9BD101E3BDE90 /* PBXContainerItemProxy */; + name = Abacus; + target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; + targetProxy = 2AC651FFDAD0810F529DF54225149513 /* PBXContainerItemProxy */; }; - BCB6385FFD1D47DBD05308C8A7140648 /* PBXTargetDependency */ = { + AB76F70941643847567B973C1B2697D1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 99605C295C153C7C3AF0C2C5BF9240D8 /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = DC3B17140C4D550BC56E1F804C6252A6 /* PBXContainerItemProxy */; }; - BCE9723B9D5E19FCFE0F2630A6AEE3B6 /* PBXTargetDependency */ = { + AB805FE4EE7D07E98CC4F3FDC152D737 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Validator; target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = BB4E43B0A9383C58AC34A451C05880FA /* PBXContainerItemProxy */; + targetProxy = A8E87C8149EF80FAFC41228F34DE0F6C /* PBXContainerItemProxy */; }; - BD127116DF91C23EA646529A29BDC4F5 /* PBXTargetDependency */ = { + AB86256CDD4928CBE7EBA924D9A6134E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 861B96612917B5CBF14144ADA9C0E883 /* PBXContainerItemProxy */; - }; - BD16D198EB96991FCA27BFECC3A6E244 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreExtension; - target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; - targetProxy = B5E91B4F67D1565DE6B1A027D452A8E0 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 37FD3D55CDAF9349A236B169FC5B05C8 /* PBXContainerItemProxy */; }; - BD344926919E9E1E40E2558782CFC175 /* PBXTargetDependency */ = { + AB9FC971317026F41516476188ABC7BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 3ADE5D646BA1B79B7B08B303A4838726 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = D4A520AA7F6C7BBEA8BF5FB3491DD380 /* PBXContainerItemProxy */; }; - BD659A22FBC604BFF4061FADDC3104F1 /* PBXTargetDependency */ = { + ABAFDFD8D32ECB074B2D663064CD390B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 5B9A5DA6BF72BB415244FF9AD6F37188 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 77E276E72D54B0C861A2591A7AD1D238 /* PBXContainerItemProxy */; }; - BE3A44B055C22DF5425CEC779DD54D2B /* PBXTargetDependency */ = { + AC17B26F9EF8F4C89595950CB711D7BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Amplitude-iOS"; - target = B783C6FA652FC4195003054549B87961 /* Amplitude-iOS */; - targetProxy = CA3EF0EF6C82298DE0F1CECC8B9931A7 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 6DE8E44D52291069C593570DAD2002E7 /* PBXContainerItemProxy */; }; - BE86C98175486259F0D96DECD6A6FF21 /* PBXTargetDependency */ = { + AC2A44662CE2DC70FBB95E4E6B94FC52 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GTMSessionFetcher; - target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = 986905777786464B2910B754B4370511 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 87997A8AD8A50A381531B1A12EAD3A4D /* PBXContainerItemProxy */; }; - BEB52E6AF87D1447D2A43071777117A1 /* PBXTargetDependency */ = { + AC952F55AD3BD28D71883D4873778228 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CombineExt; target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 548E6EA4E2B1B98BC6B8C62560BDD22C /* PBXContainerItemProxy */; + targetProxy = 00BFD22E702B18BC87D93CCC0DDD8B37 /* PBXContainerItemProxy */; }; - BF0494449B428D178827A79C3AA4364F /* PBXTargetDependency */ = { + ACE657A3577A8377F4861401A86C3AC5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 13EBD73B43F76424C96C6CC88D27C596 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 9FD55C63352FF2B7CC871FA9A881D75F /* PBXContainerItemProxy */; }; - BF0EBF82192BC9864750FD434C6B798C /* PBXTargetDependency */ = { + AD17465B6F1DD54E0F4F9BF457DA3DC5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 56A5AE2BD40502A504460C94BF63BDC7 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = BDF27FC31CAF98827A33B3615D7A65F2 /* PBXContainerItemProxy */; }; - BF17574B312CCCF9F510DF47CA6F9D42 /* PBXTargetDependency */ = { + AD20F11327FC49D40FD0FC9890B91983 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 8D8BB37C42996BB5F4DDCAF67F04A68A /* PBXContainerItemProxy */; + name = "SDWebImage-SDWebImage"; + target = 94CFBA7D633ECA58DF85C327B035E6A3 /* SDWebImage-SDWebImage */; + targetProxy = B07DE38BA261990CB5C209BBC4D8AF4E /* PBXContainerItemProxy */; }; - BF62EC952CC7F0AB124CEAE74C77C2C6 /* PBXTargetDependency */ = { + AD86EFD7CF5D49C8BE26E8758A82A893 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseMessaging; - target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; - targetProxy = B2BE3EC24B91D374D7806FDD84852805 /* PBXContainerItemProxy */; + name = FirebaseRemoteConfig; + target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; + targetProxy = 885CEB65BA6A4844DFD7512C05AE2F7D /* PBXContainerItemProxy */; }; - BF72646A338624CFB95B338651F2B785 /* PBXTargetDependency */ = { + AE9D7A3658BF943E055F73A4C4686260 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = A3FCB698F4B6302965FC0475C0C9EBE9 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = FE46A7EAB74911700975AE7E8119C6F2 /* PBXContainerItemProxy */; }; - BFAD56A9CDAA93E900325DB294B8EEDE /* PBXTargetDependency */ = { + AECA14B7BADDA5C248435AB883130EF1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 76EAA4949FA767C2F5F23B1C972B32D2 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 388268F9C1B168E9AB4AC8EB5A892D75 /* PBXContainerItemProxy */; }; - BFC1DA48F7D677752E06CBC5E910DB17 /* PBXTargetDependency */ = { + AEE973CCA7680CC5413A14FAC944A57A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 5A58AA972745C93AFAF05B8D44FFEA31 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 45E87C1FAD52AF0DD967DE6AB42BF5E7 /* PBXContainerItemProxy */; }; - BFDAC0DBE3E4EC4011A7EB05EFEE4062 /* PBXTargetDependency */ = { + AF1437C27C33A7A52FE93A6800323DCB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 53C243F0B8345DCF24A81BDA042F9A99 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 91118BF869D57D20504EFC37FAFCE1D6 /* PBXContainerItemProxy */; }; - C00F6C55565A99583DF7567A955AE313 /* PBXTargetDependency */ = { + AF5F1B5640C1600B111A2255BB17BC34 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 2F534D67DD95D453F3C9C8BC15A33F49 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 5B0F8EC0B344A75CC86650F4E661B6C8 /* PBXContainerItemProxy */; }; - C02188D9E4DD70E68DC95774B4F42628 /* PBXTargetDependency */ = { + AFBD69998FB847C53FFA346608D9B375 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = C26DD9E765313A031A114BB6074773B0 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 2BF36C3B55AE36B2FB9241C4231E80F7 /* PBXContainerItemProxy */; }; - C07625A793925C51877DABA188BC68C2 /* PBXTargetDependency */ = { + B009ADC3F02AC7314FFFCF4689F22E48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 1A3FA3D996509A20C113491926CCFDC3 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 277BA60413DB41BB233521540F612EE8 /* PBXContainerItemProxy */; }; - C07F3FA60725A1CC8E7C214847FB0CB3 /* PBXTargetDependency */ = { + B0803D4973A5BEFE8EA3816C716DBC8D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "libPhoneNumber-iOS"; target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = BCC9CE210175F0F76E6A687157A39260 /* PBXContainerItemProxy */; - }; - C0A79B9E632FD86C03329584649D31F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreExtension; - target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; - targetProxy = 961C14089F329572913DE357A8930FE8 /* PBXContainerItemProxy */; - }; - C0B35E0DC1B51E6CF2CD82BBD0FC62E9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = A028D7FC9607D58F185AD5132D74A10F /* PBXContainerItemProxy */; - }; - C172A8EF0F99FFBCD925B640AD96A2DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = AB7A8E8CF4FF714E9D03434B5ABD7EA3 /* PBXContainerItemProxy */; + targetProxy = DF747C2A449397C3B2BE1315CBCDD5AD /* PBXContainerItemProxy */; }; - C1A4DBF51DF40963165650C76363C8CC /* PBXTargetDependency */ = { + B0A04DFAD81ABD95C4D0191D8D99E9A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 32F617E077A023F06E8111BDB283EBCA /* PBXContainerItemProxy */; - }; - C235A2761E73EE3E17CADED9AF59B155 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 8D45D83D228B2C4C673F8E93C92522A0 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 648DB609677D505955A5E58E5570AF76 /* PBXContainerItemProxy */; }; - C287802030E69AC5DEBE773EDA11D2CE /* PBXTargetDependency */ = { + B15A433E761757C540BA6824AB07A3E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "CocoaLumberjack-CocoaLumberjackPrivacy"; - target = 276021C4482165D46E0CBBEFB822FE95 /* CocoaLumberjack-CocoaLumberjackPrivacy */; - targetProxy = 940CE9CFAD30E16DDD959C6D704DFC8A /* PBXContainerItemProxy */; + name = GTMSessionFetcher; + target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; + targetProxy = 58C8C3C480F803E349A4C0949F9D3A13 /* PBXContainerItemProxy */; }; - C2B034D8FAF0B25117BDD7B07C0101F0 /* PBXTargetDependency */ = { + B1AC84A38C8BF1264C1A10633247B36E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 5B62C5BAC4B297F575262E7058637BA1 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = CD75622C40E3F93180A2943D7AEB961B /* PBXContainerItemProxy */; }; - C31BD50608639B4FD8392970903BC7F4 /* PBXTargetDependency */ = { + B1F98A7B6D3DE62230AB7ACC3934362B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfigInterop; - target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; - targetProxy = C091CF6126D0F1AC262EE4082651EAC6 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = F987954987EFEE7E1C3F1860655A7104 /* PBXContainerItemProxy */; }; - C36045D1FDA1B27F7E3ADCB49F9FEE53 /* PBXTargetDependency */ = { + B201E13CC4BCEB83481866B0DACE4DE5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 091C3B86BAFAA4879F2AA6683F23AAB2 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 603A21BCD5A1826C8AABD5EB27C20451 /* PBXContainerItemProxy */; }; - C37ED78AA6D6CDBF93D75D83223E0D57 /* PBXTargetDependency */ = { + B27458AA3851357646967B117B6A2A90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = D63719697B3539E72B6F10DAAE9D3BDB /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = F82E121CEDAF4EDB859D72E55B7CF3E3 /* PBXContainerItemProxy */; }; - C3CE789639E5FEF40A1897AA6EA335EA /* PBXTargetDependency */ = { + B2AB8BC1A5E5864E709FD20719841018 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 78BE6E28B21F664FBDD495EED2E3511A /* PBXContainerItemProxy */; + name = Statsig; + target = C369636770D47D26A48AC38168784079 /* Statsig */; + targetProxy = E76D51DD6FDE9C2D90374FBC244C9112 /* PBXContainerItemProxy */; }; - C4113DE85AD27FD32A770411F9C5AEBE /* PBXTargetDependency */ = { + B38941E51C7F204CF2A1792BB68F9948 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 38EBB98D6ACA7B071B8D8C7EF17E82DF /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 4624515A0DD9AFA09CE3A37830A4B46B /* PBXContainerItemProxy */; }; - C4A5C6631EC280E18F1B0E08CBF3C31A /* PBXTargetDependency */ = { + B3D6337250C70367C9671F4C46A3D154 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseMessaging; - target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; - targetProxy = 544B466402DCF0EF03606E23842EA919 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 01228361FFDF66923A4E53FE8EFE8C05 /* PBXContainerItemProxy */; }; - C4B61A725BBB228DEFBB945361DDC1F4 /* PBXTargetDependency */ = { + B433826E3FC5E82342BC31F61CE72A7A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Abacus; - target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; - targetProxy = 4F0C4D68995CC6FDC391AB596BE559E4 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = F601F503D2BD6E3F88D30E5003D38757 /* PBXContainerItemProxy */; }; - C4BE3A2D5FCCE4A69747AF5C8045075C /* PBXTargetDependency */ = { + B4791567D1E0DE8FE2D8C425687070CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 764CEE17323EA8F5517702132C1B843A /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = D4BD8DCB8F6B0BC6BFCE938F9DD503F4 /* PBXContainerItemProxy */; }; - C538EF175734F78ED83BECC06659BCC1 /* PBXTargetDependency */ = { + B47A7E1A4DF21500CF5DB7F5ED4AD5B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 71F8AF9D51AE3D9394362196D287F79A /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = D47627B2F212017DA869968A6510CEC1 /* PBXContainerItemProxy */; }; - C59CABB9255CEBFE15A79013FDB03682 /* PBXTargetDependency */ = { + B499B03330035F6EB61741A88975801E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 9318283CC52375B77CCAAB9A4431C57D /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = AA1F7D63539053F94AF6361D3D14280F /* PBXContainerItemProxy */; }; - C5D509E2308B25742BA164BC74F0527F /* PBXTargetDependency */ = { + B4B6222F42EC04686B7B4772612DBA96 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 1F0C24EA511F54EC2129FD9B480FAE2E /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 5C595339BB65BBDB5388650847456578 /* PBXContainerItemProxy */; }; - C648381669B60561820B8561D31A93CD /* PBXTargetDependency */ = { + B5B2F30FD5437DB07DFAEC6323C6C82A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PanModal; target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 9E434B5C10B0E53E67C34B17A71E36F6 /* PBXContainerItemProxy */; + targetProxy = 6F1A5C0C4C14547CFF6EEBB34C5E1DE4 /* PBXContainerItemProxy */; }; - C654931F8E223479DA280169179EA28E /* PBXTargetDependency */ = { + B623A9ECC98371DF8231CCF124938DA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 591F48187F4678C6BAD7CF3B03FCF1C9 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 0DAAF7DD7B40788FA7053A41E834D370 /* PBXContainerItemProxy */; }; - C65E1367ABF35204337429F202EBA3C5 /* PBXTargetDependency */ = { + B6BAC473C5AE647401422B5D5F47D002 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = C658A1AA619ADD80EE29F52224949199 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = C5DE2A0DF956DFB413B9FAD6E696EB6A /* PBXContainerItemProxy */; }; - C66959ACA54740C59207F47BE520E536 /* PBXTargetDependency */ = { + B6DDD39A150DC5EFB02F6E6920097090 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 67CFB452ACD4ED6E96F4BDE691C02E04 /* PBXContainerItemProxy */; + name = Popovers; + target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; + targetProxy = 4550FF7BBA09D7192A9C60B1D583EFC3 /* PBXContainerItemProxy */; }; - C66CBB90E98867D3D6985039CDF0C419 /* PBXTargetDependency */ = { + B71ED4E90C7947DE7EBED5457A31A1F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSessions; - target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; - targetProxy = 7F450F19467C24C48B7247EB7BA5786E /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 9018F422059493374C1F64ADBEB7196A /* PBXContainerItemProxy */; }; - C6716C5742824D0FEFD5AE8FD9684AA1 /* PBXTargetDependency */ = { + B77C75968DAF3EB7A6F2915C39B6BA90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = A0C0FECDCE0BEA6D24EC707EE9504378 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = FFC981E86912A9E07CEBC47EC9FC5F9E /* PBXContainerItemProxy */; }; - C708E8033BA1F48D5B7CBE7EC09C04C8 /* PBXTargetDependency */ = { + B7E1BDFC86D986A14C5E4048D943ECFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = BF5C3D9462887F9DDF0504160C750B24 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 8BF3DF9AB1DA2BEE473A7D33AFD4993B /* PBXContainerItemProxy */; }; - C718FEFAC38F542726BBEE30942402CB /* PBXTargetDependency */ = { + B7E27285C0F3F87EE68F73CFA2F50070 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Firebase-2149e159"; - target = F701F16821D7AA8B115646DA013C13EE /* Firebase-2149e159 */; - targetProxy = 8B0386E00BCA57070DB67F35432CFCC8 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = E7FE24B1D3C8681779AF553EC2DBA8A2 /* PBXContainerItemProxy */; }; - C763EB2AB19BF1DAC3F88220A79DE97D /* PBXTargetDependency */ = { + B7E32465ECD6B0EC5EFADA26C9F5613C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 2695F49172DC574C67335BEDC6F6713B /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 85109AB6F30FFBC9C336A165BB57B0B6 /* PBXContainerItemProxy */; }; - C778D2460900B34B248E7577C526A889 /* PBXTargetDependency */ = { + B834DE198DD0B950ACF8CAD35D7B3009 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 511C034603C4DD4BC40DB5BC5989FC24 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 2A9DF34CD9C4D9FB90A196807EEDA380 /* PBXContainerItemProxy */; }; - C795A09C07B5AD167F368540C19BE1EB /* PBXTargetDependency */ = { + B874ABB4706D0F5E8804E4217E61EC93 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = C14B2DB7E78050BFE1B31D65516E71B2 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 06A0CF84B76DDF0159BA63EFB5187AD2 /* PBXContainerItemProxy */; }; - C7BDA44E36BE53CD81ED189F6D62CEE4 /* PBXTargetDependency */ = { + B92764546F08F5A39D94987D031DFBE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSharedSwift; - target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; - targetProxy = 1D01D07BEC0DF8A855D5450DB43E5D08 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 2A02F7BC6738BF3D641E89B4C80A98DD /* PBXContainerItemProxy */; }; - C7E0336AAC0D4A990B7209FC47FE5B6D /* PBXTargetDependency */ = { + B9360801B4A50A3F3B8EDD8E71EE7AFB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 0E2A36F28D21D38907183912F22C045D /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 0FD4C606DFE7D27ACCCFB370175F2694 /* PBXContainerItemProxy */; }; - C8043B244DD44997009DC40D1B2E2725 /* PBXTargetDependency */ = { + B9766DB37E38BAA491AFE7771270BD0E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GTMSessionFetcher; - target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = 75F0864BE251F56A2539C067A751CBD9 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 1E4C872AB803C2DB460DAF184C7F4243 /* PBXContainerItemProxy */; }; - C83085E8D0F568A3EC1EE9BEDE87D702 /* PBXTargetDependency */ = { + B9AC2A8EE7D5D8D15797C6714954DE5B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "SDWebImage-SDWebImage"; - target = 94CFBA7D633ECA58DF85C327B035E6A3 /* SDWebImage-SDWebImage */; - targetProxy = FD1E74172A4FED492792DCDCD7FC23E8 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = CE9A6028EC220416251B00386AD80F81 /* PBXContainerItemProxy */; }; - C84A6495E9687DF28230A36E976835B4 /* PBXTargetDependency */ = { + B9DB23BCBD3BF97F782B7F920CA4CEAB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 4F2E2ACA10526527DAAA00B896107881 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 5D47C0A853FC2404B8461F580EB0E2C7 /* PBXContainerItemProxy */; }; - C8CBD6665A19BAC2CC70DE9CAE43E63F /* PBXTargetDependency */ = { + B9DEAC0E0967F5515867180715B3BDE0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = EFE63072D9FB766AC915D2140B197CEF /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = C6072BCA1408174D512D280BEBE7CBE4 /* PBXContainerItemProxy */; }; - C91BC3B08CA222FD8E86FFDEE6F0B117 /* PBXTargetDependency */ = { + BA6AEFE8E957F015EDAEC33F7F922261 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = EE8F547E42A44A9AF8CEE73AB5D080FD /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = C053BD1728F87336BD44A60AE6FDDE5B /* PBXContainerItemProxy */; }; - C9801FAA4EE172A6CBCF9F2B5A96AC28 /* PBXTargetDependency */ = { + BA8C97C8BE8E8C6B5F0B39E1BCEC301C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 64D66A1C6F76F1E72526DC4585E85E95 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 65CF871A41074A391329828B4F0E7BA7 /* PBXContainerItemProxy */; }; - C9B0641C3F96483462D6332723D9639F /* PBXTargetDependency */ = { + BB1908907BD0C6B121BEE7A0517CA9D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = EE28A3F84349C4D2411C77CB4AA58477 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = BC1F67535E2EED2AB5A7A84CF4D89B94 /* PBXContainerItemProxy */; }; - C9D468706016DD3622CE220EDCAF8392 /* PBXTargetDependency */ = { + BB48572AF19AEDA4EAEE268073983E67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 04BC18F99E60254B06C19F45B6B7D27F /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 89AC7EF155F1775879E6AC0A4F4D46C2 /* PBXContainerItemProxy */; }; - C9E5F83EE6060B3FC5AC839C11A0CC07 /* PBXTargetDependency */ = { + BB5F26F587F8BCAE203D0C9A364770FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = C359BC9E933B56621618EA575EFFD8D1 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 25BFF10110D0752C9A2E12A0DFF91C86 /* PBXContainerItemProxy */; }; - CA284761511E5483A96923B1B7460F17 /* PBXTargetDependency */ = { + BB8450E89F6535099327DB21D8E284D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = pop; target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = D71879611E6B7BA6D854F6B5CF6F1E3C /* PBXContainerItemProxy */; + targetProxy = 601546B6BF68EEF0239F053F14FC0CA7 /* PBXContainerItemProxy */; }; - CA7B2481E59AF43587225E97AFD25F8F /* PBXTargetDependency */ = { + BBC404811819B5E5883575A3DC08D559 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 00200A8CA0E70A8159FC82C5F3DEADB8 /* PBXContainerItemProxy */; + name = "Amplitude-iOS"; + target = B783C6FA652FC4195003054549B87961 /* Amplitude-iOS */; + targetProxy = 9ECD282114F054D7FD83238D1A13EB9F /* PBXContainerItemProxy */; }; - CA81840F26B7056AD6674F192B60967A /* PBXTargetDependency */ = { + BBD237F4C419C1F468EC2C8CE3ACFB00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 29646B28A5A620B797D68D5EDA389FC9 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 38217006694CE26BF6AA8FC105964B7C /* PBXContainerItemProxy */; }; - CB04125A9DC459439B30C57FE9C49CFA /* PBXTargetDependency */ = { + BC0FF4D4C758765A2A38F5905BF037B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 7039BB5A5D11E04A3030E5BDB890B012 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = DA729B53BE100D940C108B812A06DDFE /* PBXContainerItemProxy */; }; - CB0FA86A544A60246D88A52522B912EE /* PBXTargetDependency */ = { + BC187AFDE1D4DC6968140673A2C1C8DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CombineExt; target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 69A344D91366573754475836407D6021 /* PBXContainerItemProxy */; + targetProxy = D05E9E717657C534F0DC6DC336E1E1BB /* PBXContainerItemProxy */; }; - CB2A6F560BFE7B38EF67941181A83CE5 /* PBXTargetDependency */ = { + BC506CFCC3F880202E73EA0392CF287B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = ECE697E5BA077B7943B66BCB75E15AFC /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = B822DCA6E9A7B21CF4372194C9D0E6D9 /* PBXContainerItemProxy */; }; - CB3FF4958C1A46663D7D617CB2B289C4 /* PBXTargetDependency */ = { + BC93CF5420593E7C80F206CB49F0728B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 83E23D548F72CAA487079640B6CAC0CC /* PBXContainerItemProxy */; + name = FirebaseRemoteConfig; + target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; + targetProxy = 38528B8AED1D8AC851753F0C942CC9E0 /* PBXContainerItemProxy */; }; - CB67AF1B434B4EF17DF558F54CF65D3E /* PBXTargetDependency */ = { + BD47BDB2B573B533C8B079BBB0490D34 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = CF11B3451B137B74B1058FE0C586C6C6 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 4F5C54D7A608AF7C54F09E5E1C19CC56 /* PBXContainerItemProxy */; }; - CB6A92D74EE60A3404014C836AF31EB7 /* PBXTargetDependency */ = { + BD89DA9E04135E1A3EE25F0903BF8FF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 7D825894BFAB9107DF4DFD9F1FF8394D /* PBXContainerItemProxy */; + name = "FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy"; + target = C7B621349CB28ED0EBA4C3E416947AB6 /* FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy */; + targetProxy = 0F8EF17A0AF30C3809919C8BE2F97644 /* PBXContainerItemProxy */; }; - CB9712CF71AA6A82E164A0888BD7D3FB /* PBXTargetDependency */ = { + BE661E9D155E145C86CA947E8237A9AB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 27A5043BC7CBD07140EB33ECFC7607B0 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 5C33073ED0D7B4A05B58B3449EBF1F04 /* PBXContainerItemProxy */; }; - CB9959E2784C2F5458C2A1BFCD02A4A6 /* PBXTargetDependency */ = { + BE883F7F739BCDBCEC59F3FE59B6F669 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "ReachabilitySwift-ReachabilitySwift"; - target = 0A8C943EF5CB0B747A82882C5D3ECF93 /* ReachabilitySwift-ReachabilitySwift */; - targetProxy = C3312E92978558F6BF68F844EF4216E7 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 0161AA44EA7B71B8A5331059601D8E73 /* PBXContainerItemProxy */; }; - CBD4F67BBA7934259196DC054FCC9D9C /* PBXTargetDependency */ = { + BEDF4352657E7A481ADC21EBBA9B007F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 4860C7A26D44B67CC52B9A1548AD6901 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 38C940960AAA763632A5DE6EE3756E4B /* PBXContainerItemProxy */; }; - CBE12F57805026F67A12FA0E6A09199D /* PBXTargetDependency */ = { + BEFA5ED82832A03D664F9E36F55804C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 381043275FE6F73A9F5E7B60B7986FB1 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = DA32EFB7AC3D6CB4B0BC71E10B1A1ABF /* PBXContainerItemProxy */; }; - CC50545A669E004B604C8C6A17E7AFC7 /* PBXTargetDependency */ = { + BFDD36D880A5FE4421B842261AF854B6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = B60D31795D7700BA4CC473C1A82A806C /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 4C02C33C92986FEE915373E782F759F1 /* PBXContainerItemProxy */; }; - CC5538702B44A2B5088DFAD1B6F4DC0E /* PBXTargetDependency */ = { + BFE09858F278CF65FD6316496394666F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 447DC6C989E1EA8DE2A5636425425922 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 92ECE2B66BAF81645EF5A2E4FACA9707 /* PBXContainerItemProxy */; }; - CC86955542C0385B57A93F10F87DB919 /* PBXTargetDependency */ = { + C0068FDC6D89D38071E399ED568D0DA2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = FF2C3F39D3242ECC9E89E3CADDABC79C /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 20B7039F33931F28E281414017549031 /* PBXContainerItemProxy */; }; - CCEF95633EC3C5BFE0DA893A86AF6BB7 /* PBXTargetDependency */ = { + C02C6A65EEEF9D83D3B1937F602E05D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = AEA8477374C1D323599F83CE09D8C547 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 82EFAEB4FADC133F2A9587B1D3676ED0 /* PBXContainerItemProxy */; }; - CD41CDA490324244BA218282EB562654 /* PBXTargetDependency */ = { + C04DDB8AC16F9CBF7006CDDBFEA59E93 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 5D84960320817097E786CFB36C84F0A5 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 929CCD1B66742D03F2F8202E7F7C454C /* PBXContainerItemProxy */; }; - CD4BA9D0AC9E9FD0EC7C1F7586B0BFCD /* PBXTargetDependency */ = { + C0B31507297D56EB03037CFE1D000F8D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Popovers; - target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; - targetProxy = EEFFC34CDE79C879C7C1854A5D91ADB3 /* PBXContainerItemProxy */; + name = "GoogleDataTransport-GoogleDataTransport_Privacy"; + target = DD0D41A9315A48004E57F4F0E54095F1 /* GoogleDataTransport-GoogleDataTransport_Privacy */; + targetProxy = E5B1B53E18A3D37527B5EBBC3A85A901 /* PBXContainerItemProxy */; }; - CDB86D994676AC9A7720EC9FA3A33803 /* PBXTargetDependency */ = { + C10D525BEFEF605DD7BD3DFE050056AB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 7A47B6A054B38C9999DD70F7125DF361 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 470EF983D2DBACA340EFA4B58049772C /* PBXContainerItemProxy */; }; - CE107D1D8D786129D3F10333A4C32440 /* PBXTargetDependency */ = { + C12499CC697FB5F7BDEA64948E8DD80E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = A273BDD50A3E58F7C90AB6327D41222E /* PBXContainerItemProxy */; + name = GoogleToolboxForMac; + target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; + targetProxy = A08467FDC61261E83A3AD60525525EA9 /* PBXContainerItemProxy */; }; - CE158850229E448480205EBCEB8949E7 /* PBXTargetDependency */ = { + C1432DC8012BCB53FCBA04C14F7552E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 36D42DBD93391F5F8654C1CD8169D59F /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 8843AB9DDE5F008807576423ECA9D149 /* PBXContainerItemProxy */; }; - CE55DAD92128BDC14FE1FFF86EC93764 /* PBXTargetDependency */ = { + C1509C7F666AABCAE47DB83A4D39156D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 0E50DD42123BE96C7673069072D769EC /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = D4F56F3CE672B3000853F77C8A48610B /* PBXContainerItemProxy */; }; - CE583B183516E6FA7E0E4FE88D3AA2F8 /* PBXTargetDependency */ = { + C16B657A8D5B3C011D1258ACFD94F107 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 8E4AF9EC6907BA36CE5C6AF0FA5F14AF /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 2D5EDB2D6BE22333CAF2FAAD02B746DD /* PBXContainerItemProxy */; }; - CE811CA970AEEF470EDDB0B90A4BB525 /* PBXTargetDependency */ = { + C16E30799A5917890694ED43CDCBA4D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = BB26776A2E8B9F728989023E230A8EA4 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = F19DFD56E13DAA07280471625724E33F /* PBXContainerItemProxy */; }; - CEC23E98BBC07B07BE275F8248F43B7E /* PBXTargetDependency */ = { + C1C327DD81361BABA0ED082017D30EA2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 78E3639B1072BDC3EFB95C23A12CE39C /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = CFD99B35A54E8E3207728FE0C63A21BD /* PBXContainerItemProxy */; }; - CFAF044619E0F97489BC16ADBEA92341 /* PBXTargetDependency */ = { + C1E91FCC7CAF0BB88E49B767C34D1577 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 9A51FEF9DF99C88979FE4C5DA6BD7575 /* PBXContainerItemProxy */; + name = FirebaseSessions; + target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; + targetProxy = 65C1FD283342326890021D1792885E34 /* PBXContainerItemProxy */; }; - CFFDCB3E956948EA5F8D04DD49B6A2E3 /* PBXTargetDependency */ = { + C1FBEB857CB2571FC5A1224204035AB7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = C9987662B807C77AE2CB0E8E8FF8821A /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 65C73BB614B73C1D44108064A8BC77E0 /* PBXContainerItemProxy */; }; - D04C805BD21EE6421821C9B59AB21B8D /* PBXTargetDependency */ = { + C200D1B63E2F31DF3116BC5A15AB7D49 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 4883EF460A0EC0DCD59C91737FF614EC /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = AD952F0F9F816C1045E47515654E7B5A /* PBXContainerItemProxy */; }; - D091D2598E48895D62025728E2CF53F7 /* PBXTargetDependency */ = { + C203AAD98EE61888EAAF1620074E1695 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 682C55CB150A5158CE839F73FE17F6C5 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = A47C4FE08C3A01B89B99704AA947EC5F /* PBXContainerItemProxy */; + }; + C2053891D84A96823365363830BA66B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = A374A983A8D4421EFD5EFCFC439CA0BB /* PBXContainerItemProxy */; }; - D0B293FAE9EA290DAE2E219A282BEBF8 /* PBXTargetDependency */ = { + C235591E6B82F4D1AAD87A6DC9538036 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = A8E0BD93058E078F0ADEDCF26C11DF61 /* PBXContainerItemProxy */; + }; + C26B446BCBE9D12A8D415701E8608C5E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReachabilitySwift; target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 1CECA9FAC9671D59B3162FB1A1548076 /* PBXContainerItemProxy */; + targetProxy = 1549D48A81580CCCEDB4B3FEA6DAE242 /* PBXContainerItemProxy */; }; - D0D519BD0676A84BA6E02B31E499A809 /* PBXTargetDependency */ = { + C2A6576963FEF6FF7BA8CEC6609BA405 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = C999524BF5C76DBE79A8C4FF898FE75B /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = E6CA7EA6C05F609A513FDCF01EA349E9 /* PBXContainerItemProxy */; }; - D1220F2AB2E13A9A2831BFD1290644EA /* PBXTargetDependency */ = { + C2CD8B8A7845261018D4BC4EC7657F6D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 529AA4F59939FE0130F2CCDF68B12A1F /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 58FCF1FD8F19E9470A20FA55A1DAACA3 /* PBXContainerItemProxy */; }; - D13ED02FB6D0EBD82E81B7CC24FC1A34 /* PBXTargetDependency */ = { + C2D0174C0E27962D690D487E2F116270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = ECA6236C7F389A931F30332F2E3EBE08 /* PBXContainerItemProxy */; + name = Statsig; + target = C369636770D47D26A48AC38168784079 /* Statsig */; + targetProxy = B6963293E2D8AC768F45B27B322AD47B /* PBXContainerItemProxy */; }; - D14017AF9243F1C7F79917AF15120BC4 /* PBXTargetDependency */ = { + C2F64D6D848A2DDA6B638E663248F3B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 149527E03C8963B85B1D8D3E0567F20F /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 9C0F202B1C008935E55222EA0F66CEA9 /* PBXContainerItemProxy */; }; - D1A8471D0FC25AE8BB8187F92DA04E18 /* PBXTargetDependency */ = { + C385129AD05F8D33386B0FEFE82CAB5F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 3088DFC4D73EF8C0E16A65AB44B3253D /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 84DD43622655EF15546FA637EF6BA4ED /* PBXContainerItemProxy */; }; - D1DBA4A5AC6B844133F0E35F95F8D601 /* PBXTargetDependency */ = { + C38ABAAED0A557E3A7EF33EF3904B07D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 21F67DA24E3959386559FA4A299417A7 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = E3BA5DE60CCA67BDE6B603FB7C25093D /* PBXContainerItemProxy */; }; - D218652DE16F76168319CE047B71BBF4 /* PBXTargetDependency */ = { + C3ADA3CA84EA7784C8F219F064694A69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = FA2F33CE777E553D512614749ACC5C11 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = C0D1495BCDEBF25B0FBE04084E8C7438 /* PBXContainerItemProxy */; }; - D252E3BC6A8DF5FD2F8D198F9213398F /* PBXTargetDependency */ = { + C3B6480AC04D1E134F491E3E661C8B09 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 276B1CC08B1157802FCBC3A80FB43CC5 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = DBE6E05800284DACDAFB02EFEFEBAFBD /* PBXContainerItemProxy */; }; - D29CE6B1ADA8CB306F64399C05BF3D06 /* PBXTargetDependency */ = { + C498849B07E7B772BA564A1E40ED38A6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 3F171D9EF1B316FA4F1DD6E6E6FE83A8 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = AE56BEFAFEC4875FE7C6423F3AAD6AFE /* PBXContainerItemProxy */; }; - D29F6063CEDD2E1819584428EE9BF366 /* PBXTargetDependency */ = { + C4C446A021EF1D95AFC2C6C1DD70BBDB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 6913DE29F03587CB3D12AE58C57786AE /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = A8AB064EA44BD192A36A6C80C8987F86 /* PBXContainerItemProxy */; + }; + C5519B76E59D866C7E65BBA862321919 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreExtension; + target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; + targetProxy = 7502EB2842FE4967702918A2DADAB9B7 /* PBXContainerItemProxy */; + }; + C55D0FB0087B76BFF93D427898E4FD91 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 48683D23E21E58EBC2A7238671369B21 /* PBXContainerItemProxy */; }; - D2A1764ABB474750B70E5CBB50A293AD /* PBXTargetDependency */ = { + C589DD4E16B4EAE72DC340D867A80705 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "FirebaseCore-FirebaseCore_Privacy"; - target = 1001C16510D946B47CFF8B19DBC0B787 /* FirebaseCore-FirebaseCore_Privacy */; - targetProxy = 8E4F63BF4DBE6AD32A3C75BF61A20BAE /* PBXContainerItemProxy */; + name = FirebaseABTesting; + target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; + targetProxy = 1019FDE675CA1C8B597956886C1352A4 /* PBXContainerItemProxy */; }; - D2A4215A429A0B5EB999DA298FADFAF5 /* PBXTargetDependency */ = { + C5C8C8365BF8E131016E97F94B0A50F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfigInterop; - target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; - targetProxy = B430C6F079A4DD5CA3CA35825068C4DD /* PBXContainerItemProxy */; + name = PromisesSwift; + target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; + targetProxy = 23A0C3DE8757FA7BC93EA6509DE59BE0 /* PBXContainerItemProxy */; }; - D2CEFB6329466A93389851E230229CC7 /* PBXTargetDependency */ = { + C5FABB78A339F61E7F8F310D2879DFD7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 12C477E5BFA6FFB1F518DF437487F1DA /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = D279B62336F8145413FC0E9B36F6D88C /* PBXContainerItemProxy */; }; - D2E31FDDEE4D0517B452D3E11C24503E /* PBXTargetDependency */ = { + C604AA71AB714723D2FC0860D4FFE56F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 3D0B264E05C3671BCA439BFC51DEF680 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = B0F135DC17B1A37B5E63B1D2D167A978 /* PBXContainerItemProxy */; }; - D34EE0D1DCA66979AC46269601D103FA /* PBXTargetDependency */ = { + C61628EE2A580CAEC1808C53FE6D7410 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = A57367D4540FCDA0B2EA00998ADE4F37 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 2B209914E1B9742BA0B129E6D61813D3 /* PBXContainerItemProxy */; }; - D3A03D070E0D726B03A9D693FFD6825A /* PBXTargetDependency */ = { + C724FA729575A47FB5A40A4A697C490B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 37B8A9D6F4EC6C3B6AB93E5C1EF59890 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 3A489EFD479D9C88266F18E0569F986C /* PBXContainerItemProxy */; }; - D3DCBB884670FC51D9C9BDA18072FD03 /* PBXTargetDependency */ = { + C73B4F57AC512E4D9BB071303B45CA99 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = BCCA2590171F3362C9FB8ED934E89C6F /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = CF3A3483A79F370A5BA39302F217E84D /* PBXContainerItemProxy */; }; - D453070126204AEBD81D1EB2EDC8C208 /* PBXTargetDependency */ = { + C7A558FE0DA6CBA71FB78F8E2061AA18 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MaterialActivityIndicator; target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 1C64A1D5E7445360BC7176E4B16BB3B6 /* PBXContainerItemProxy */; - }; - D4591B96C179A21EEA076230C4441432 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 06CC2100BC0323BE542B09EBECE70F4C /* PBXContainerItemProxy */; + targetProxy = CFD1EFDF9B50A597B2B17A1C7301F93B /* PBXContainerItemProxy */; }; - D4D79CAB5262F1A13FB9F12597F0D024 /* PBXTargetDependency */ = { + C815ECF5D7D8DF32985257223EC28594 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = EF6E3E5A83D4796BF2C8B5A505C27B20 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 9D854B79E4E32669C68CF0F9B7B1ECF1 /* PBXContainerItemProxy */; }; - D532183EC1694DF9E52DA5A11C35C467 /* PBXTargetDependency */ = { + C84A697F01180196C31CB7599C2A987F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DrawerMenu; target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 1FFE60387EFD5561AD72FC1096FC7937 /* PBXContainerItemProxy */; - }; - D535C2DBCC7ED192F0B717D4D0823678 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 85D7D436F0E15460E212BF9C898EF397 /* PBXContainerItemProxy */; + targetProxy = 4F61289C2E2F487248BBEE69B9ECE727 /* PBXContainerItemProxy */; }; - D5457FD3B50ABE6DB70B17B62986910D /* PBXTargetDependency */ = { + C84B83A845C06B44A415D2A4D6DE3DC3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 91A4286A8A827AC1C27BA2E6A507C63F /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = 89BD3319035D213EA77DC605CE52B47B /* PBXContainerItemProxy */; }; - D54FCA910AC4B07A073B593C26E3D64D /* PBXTargetDependency */ = { + C85AA41744AD99AFC954D454EFAA29FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Abacus; - target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; - targetProxy = 2C685F9966A019B3E67B25FC40D6457B /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = FA496B4BEF4E3EE7CB43B80CAAE57310 /* PBXContainerItemProxy */; }; - D56DBD10710F491118C19E1AD5CA4001 /* PBXTargetDependency */ = { + C8E4D9C9A0DEBF6284649217E9CB64AE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfig; - target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; - targetProxy = 5F024C452389AF1CAC7667288025A1A7 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = A9295AF1811209326C9DB203C9AC6D06 /* PBXContainerItemProxy */; }; - D57EAE301AF62FD4A901C79248215DD4 /* PBXTargetDependency */ = { + C93F25A08A56D109F89B3422284A6A81 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = A22B5911804AB3F1F2848C821FE8B8B3 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = 2E7F4683DB08A15F5E2523A6E3D8E05E /* PBXContainerItemProxy */; }; - D5DEFB3EA99B30FEF24E567852FD66ED /* PBXTargetDependency */ = { + C945AEC29DC7249C17A67EA0E6CA909E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EasyTipView; target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 3237274A992E82ED884FBCF960F9A85D /* PBXContainerItemProxy */; - }; - D61448E8CCDB54C6E0FDD3AAEF411919 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 592405FB5B8C3A36DD4D693C2C24B20B /* PBXContainerItemProxy */; - }; - D6237982BF13E598FD95A7B2D226B9D7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = EDCDFDAD56CAE52C97B52D97BB39134E /* PBXContainerItemProxy */; + targetProxy = 020EDCC404A8D854DA5F0E97C7553B56 /* PBXContainerItemProxy */; }; - D62A3144CC814BA525E1AF21FA9B9B93 /* PBXTargetDependency */ = { + CA36DCF4DC58993C59F87563F6B82B86 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MaterialActivityIndicator; target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 7A1D7313645F17606787FAB4E0F9930D /* PBXContainerItemProxy */; + targetProxy = 7150312CF735AB1F6B1028052DD056D8 /* PBXContainerItemProxy */; }; - D68F0DA71875D6359CE6A5839ED4EE6D /* PBXTargetDependency */ = { + CA5DD44DD7603C35A5D47C34A5593C31 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = FB9272F792562506F2B310323360D4FD /* PBXContainerItemProxy */; + name = PromisesSwift; + target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; + targetProxy = DE5D38EE5D2A0FE6E92FCFE43AB50D68 /* PBXContainerItemProxy */; }; - D6F3C573E3FDCE8B48407178679610CD /* PBXTargetDependency */ = { + CA7C98140BABBAEBA11F9CAF0875148E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = BBB238104A3E06EC6EC7BA1107D3018E /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = F46B9EA51F2659017D7EF261E051EA1E /* PBXContainerItemProxy */; }; - D703F6A3D14E760CDA87F589E142E0BF /* PBXTargetDependency */ = { + CA97E2103B14C1C04E37D613B443E89F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RDHCollectionViewGridLayout; target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = E37858490D5882248CB8E6F0ED1C8B26 /* PBXContainerItemProxy */; + targetProxy = 00581234BDA91D7CDEE0EA9D323780B6 /* PBXContainerItemProxy */; }; - D726D9F75A88392C337A81D9A8D302C0 /* PBXTargetDependency */ = { + CB0122CFDA55BF0CC3EC61BFD0D14AFB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 09905A57AE06C974A5F72BE1A78EC7A4 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 1BB60B96BE02BE71009CDC4823D576D1 /* PBXContainerItemProxy */; }; - D73926633CE170BF3A1DF58BD2A03AE0 /* PBXTargetDependency */ = { + CB6196960185AD602AB669CB39FD7EB8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Abacus; - target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; - targetProxy = 2D0E893A10DD7C7AFB2EA916DCA0B64B /* PBXContainerItemProxy */; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = D71B74EC2DB461CF9129CE79A8AA9093 /* PBXContainerItemProxy */; }; - D7519B159749DD74AFEB00FFC971652A /* PBXTargetDependency */ = { + CC0864A39F2366AD7996573656290927 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = BA70E817F6F80CD46E3C2733977A2AD9 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 237263CDF177130967E96559AF5D43C2 /* PBXContainerItemProxy */; }; - D785865D2946C5D42E67E44C24BD5D3C /* PBXTargetDependency */ = { + CC2960E9EE96AFF19AB2A8F49EFA6390 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = D9EFC30C21DE1A1C071048CFB5E0070E /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = FF5E2B8F01B70BC50F65FFF1D02B0D23 /* PBXContainerItemProxy */; }; - D7CDFFCFD17427AEDBFB62EC4F62BEBA /* PBXTargetDependency */ = { + CC319056A2CA5BFEDA50F16E7D317DAA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = FF917C5124349089AC1D2B5C513F07B3 /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = C52EFC3C44950E2C10A1542A2B756396 /* PBXContainerItemProxy */; }; - D7E72995DF16266CA2D351CB48678138 /* PBXTargetDependency */ = { + CC66D7C51F52FA19B7FF4AB947FC1F36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = E9AC2681830B530F378DF1486FC1CF00 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 3DDE1B0A1967B63468EC342D0218158F /* PBXContainerItemProxy */; }; - D80CB4CC0A456BC894672AF61ADEEDAB /* PBXTargetDependency */ = { + CC6CEB5CAC7DFAB88CFB438F26978ACF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 827EF7D53B5C1F4E19C605E58D65B6E6 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = FBDA1C207D6434BDF5F4F8273B086305 /* PBXContainerItemProxy */; }; - D84BA90E5B68FA08A20841E3535D11D3 /* PBXTargetDependency */ = { + CCC7C522658D03E9D9CD6297D5B31E5D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 7C7F2162AE5BBEA3B6B7A42414053FAA /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = C9019E18DBDFBFC936A688352C5BF7AC /* PBXContainerItemProxy */; }; - D87681374CEC6526EFD16B31D1FB6CB2 /* PBXTargetDependency */ = { + CD446B58F10E6433E7DFE4FBD073AD6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = NVActivityIndicatorView; target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = 776AE7B5685D739F452BD8369D41CDAF /* PBXContainerItemProxy */; + targetProxy = 0E32B59E7E05E424FDB6CA77F4DE904E /* PBXContainerItemProxy */; }; - D87A060D46FB00B91E125877EF071D14 /* PBXTargetDependency */ = { + CD5BCAA3D29A4232B9F43B1EE0955149 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = EAA83CC5B43BE70DC720D4E9118293B0 /* PBXContainerItemProxy */; + name = HMSegmentedControl; + target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; + targetProxy = B6A1690A1498625C73FE934BCAF2995A /* PBXContainerItemProxy */; }; - D8C29FA21211F85ADB98AA1AD1D14B70 /* PBXTargetDependency */ = { + CDE64A5B67A541AA6D2FF56A96F6C915 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = F609D289462E2BC1C3971B540BDCC7E3 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 75C9DEFDE6CFF62E455693B3A85C348B /* PBXContainerItemProxy */; }; - D907778A77B1F9471BF4AEAF10AAC331 /* PBXTargetDependency */ = { + CE06E9E0B1CC28FCD7E9CDDE74449D71 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 0B3EB50BB23576B0A00B8EABE8219389 /* PBXContainerItemProxy */; + name = SDWebImageSwiftUI; + target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; + targetProxy = 0924DB8782F779BB200A3E1548D63444 /* PBXContainerItemProxy */; }; - D9A36E99F88C7833160D0783584D182C /* PBXTargetDependency */ = { + CE68D2B585A2CF9AF013B5AB9D9AF799 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = F536C99A4EEFF789D40E33B24ACB14DC /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 78D9F52795D084E64440D7A7A9AE0358 /* PBXContainerItemProxy */; }; - D9E1AC2AD3AA77BCCE6FA0A6E01DFBF8 /* PBXTargetDependency */ = { + CE73A45A2DD052CC552D4DF5BC419471 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = F87B841465EBF2CD1A39E75DD1B3E066 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = F22E167F6BB70D3080DCAC033E69C69D /* PBXContainerItemProxy */; }; - D9EBD392D2B1824EC8E5D15E298E54A1 /* PBXTargetDependency */ = { + CE77EF9C6551BAA430FD44026AB12709 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 48B25CECBCC332AFB7EAAF9FDC40C7B1 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = F71BB8347BB16EE80A3C54757567EAC5 /* PBXContainerItemProxy */; }; - D9F7C59517BB65E10325B49E409F1FF1 /* PBXTargetDependency */ = { + CE9677EB73DE4431ED9B46B1569C9951 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 2AF4422E3084CDAC88F804042350C2DF /* PBXContainerItemProxy */; + name = FirebaseRemoteConfigInterop; + target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; + targetProxy = 409E75ACA1DCDCC8DA1AC63BEE7F05A9 /* PBXContainerItemProxy */; }; - D9FB6023FB2B73002D4A1FC0A3591D99 /* PBXTargetDependency */ = { + CED25B9AC430CD232092FBBFF84D8BAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 00896C2A1012FCB4C1CBB660C3218D26 /* PBXContainerItemProxy */; + name = FirebaseABTesting; + target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; + targetProxy = EBD42D181B679D9CC3BFD2651DD9191E /* PBXContainerItemProxy */; }; - DA9B58EBEB4C16E13CE7D15187EB51E9 /* PBXTargetDependency */ = { + CEEF83A690D4227B97FBDF550D80A2B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Amplitude-iOS"; - target = B783C6FA652FC4195003054549B87961 /* Amplitude-iOS */; - targetProxy = 0988903963B3E47B353C8049116DB0A8 /* PBXContainerItemProxy */; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 776AD4A8D54EADCAE28EC721985BB21C /* PBXContainerItemProxy */; }; - DACD049962149E274C78394872303D54 /* PBXTargetDependency */ = { + CEFE5BBE8F327AF4D4388DDC409ADED1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Popovers; - target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; - targetProxy = 2D2DC17FDEEEA254F4286AC08FFF4696 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 18E43E4F79ED18B2AAC5F06066193733 /* PBXContainerItemProxy */; }; - DAF908EDE750370360B049F2517421FE /* PBXTargetDependency */ = { + CF8F8F43217915881DB2B7B7EC945FF8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 2ECBD450B17D7C869615EC98460DA52D /* PBXContainerItemProxy */; + name = FirebaseRemoteConfig; + target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; + targetProxy = 0F40980B6C39318618BF827442A5640B /* PBXContainerItemProxy */; }; - DB0B29F39A35F1B0FA0388B437ED518F /* PBXTargetDependency */ = { + CFADE23049EF639AF39B0427D1A5A5F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 331ED5B4384A8F234E2F4A57DA7E777C /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 03DC2702BC059FB821426BA6435F337B /* PBXContainerItemProxy */; }; - DB2E4C8A6FE15C044F576D41FADC9BC3 /* PBXTargetDependency */ = { + CFB745CAE6D7DFBE3B2827AE289205EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = A52F3BAA4E3396E90F9EE4782A80CBC3 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = CA4A3B7521410DA98648B19F1032AA86 /* PBXContainerItemProxy */; }; - DB2F5116478C1270A9EEC21EF84D7922 /* PBXTargetDependency */ = { + D000632112F663705F09AF5CF2322FD3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = A5003835E9DF990BE8998C76E7AD40B0 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = C82C00B1EFAE9509649D9FD9629672FB /* PBXContainerItemProxy */; }; - DBA0B648802134886A64E53C4C49745A /* PBXTargetDependency */ = { + D096E14AF01E8B2FE5BD73E3B118380A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSwiftUI; - target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; - targetProxy = 2B92FBC807C83CDA4B142D7F86590FDE /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = FC54C770F5E4456CF440917090CCFB71 /* PBXContainerItemProxy */; }; - DC2AB46396B446DDCCD62C13E7E20AE4 /* PBXTargetDependency */ = { + D107F1DF6C1AAF6EDFECFBFE76C9D70C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RDHCollectionViewGridLayout; target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = A79ED0588C751E950522B5CC50B8821C /* PBXContainerItemProxy */; + targetProxy = 72BAB6228AECB4C2525F7E7C7141E54A /* PBXContainerItemProxy */; }; - DC3379CD4958409044541F5311166A50 /* PBXTargetDependency */ = { + D139F20579BBC047104247CDA195B195 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 94882BF0A759B218D0FED9A9061A584D /* PBXContainerItemProxy */; + name = "PromisesObjC-FBLPromises_Privacy"; + target = 1BFBEDBF7E03729D43C96530EE190825 /* PromisesObjC-FBLPromises_Privacy */; + targetProxy = 9E43A473E70C16616764BD6C553371AB /* PBXContainerItemProxy */; }; - DC40EFE27E741B34F5DAA7A5EB0B0DD4 /* PBXTargetDependency */ = { + D1666A968BC71CA999A65996D8559472 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 1342C65D55B61B4EB1640A62A05C9F61 /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = 213B8F229E007936034708EBC5ADF399 /* PBXContainerItemProxy */; }; - DC8B54C32EEF20D6BEBF453CA6130184 /* PBXTargetDependency */ = { + D187F45DE0742D862813D827EC2B07A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseMessaging; - target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; - targetProxy = 751DA03141CB2D8B52F7B98CA8E7AC2A /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 9187ACD976A9226CB27B6FD17AA487F0 /* PBXContainerItemProxy */; }; - DCABEE7590BFFFE54D9A49E97C66C90E /* PBXTargetDependency */ = { + D229116697BC87E05228C94E1BD176CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 7AE67B929F5F2E1A63F04708B9E965C6 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = A3C2F4C9F06ED9164E75CD5CE1E07F23 /* PBXContainerItemProxy */; }; - DCCB401222F05D963D1F843F0A0ECDF1 /* PBXTargetDependency */ = { + D23F513D038F7516F4FA82EF52B7BF4A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 094AE931F261FB28F40BA31733947960 /* PBXContainerItemProxy */; + name = Abacus; + target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; + targetProxy = 0FB20375234E8AE81E83668D9F45090B /* PBXContainerItemProxy */; }; - DCCF6E31B1D313022375B2F8A7B9189F /* PBXTargetDependency */ = { + D241428B8EE14F58CA587787E9A68314 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "nanopb-nanopb_Privacy"; - target = 55522A91938FF505CFEBEAD2DD85AE2D /* nanopb-nanopb_Privacy */; - targetProxy = F9F055B28B6A566CDAC61B7689327E94 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = D5514F6CDEA48EC259DCE944021ADAAD /* PBXContainerItemProxy */; }; - DD1B6ACADCDA40E1205AB1CA74892C5D /* PBXTargetDependency */ = { + D24242FB74C39AEA4A37F6429A15E516 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleToolboxForMac; - target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; - targetProxy = 420BE2168163DBA70F24CBF239A485E1 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 0BD103FDD5AB6AE4F0648581AA3F0ED5 /* PBXContainerItemProxy */; }; - DD22C2697095B7724F967477C92C2AF9 /* PBXTargetDependency */ = { + D2EB81228A561F42E936FC3D2FBD4A11 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = D1D057AAFDBB3D4962C87245097337E5 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = D9D997CF529967BA0498B4FE7FC3E4B0 /* PBXContainerItemProxy */; }; - DD5489DCC05856AFEC67892E06ACF0C6 /* PBXTargetDependency */ = { + D311EEF65D79F32F8C3AA015D6CA7C71 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 5241CDAD3AD2088141D6767E072B50FF /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 4792D9FB97803B58D3F465059B2A6E07 /* PBXContainerItemProxy */; }; - DD67D149D5CD063B0EB20E067E307888 /* PBXTargetDependency */ = { + D323271478E27505694B470A580938F8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 241129C999D049D7A6349054AF3164E4 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = F37034D9C08D67E1CC06432F95BD67B9 /* PBXContainerItemProxy */; }; - DD7B044E76CA95EE21DD0587EEDACFD3 /* PBXTargetDependency */ = { + D339395A385224D70575C88812D1C9C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FloatingPanel; target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 66DDFC8CAEC7E713E330668C44D07595 /* PBXContainerItemProxy */; + targetProxy = 04D7F9AB6188A3F5D31F93B05430511C /* PBXContainerItemProxy */; }; - DDA7B7233F0D9EFCF417F9C0545A080F /* PBXTargetDependency */ = { + D376FAFEE7A90F684D91B4DEBC573133 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = D77ADFDD9A339DD8B843DB784EEC7723 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 5139589C17BB92CF27CD68EF1BC99EF1 /* PBXContainerItemProxy */; + }; + D388681DD3C2E4890F1B798FD57C7BDE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = A4B979E827B3DC7988847BBA480D743F /* PBXContainerItemProxy */; + }; + D3C23A6C28FBB7A726050B4D31993F08 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 42EE2C5BB7348F627F9CB211916C2695 /* PBXContainerItemProxy */; }; - DDCB02EDA0CD9E9188E0D916F2AE7689 /* PBXTargetDependency */ = { + D42125F22A8854A3D5EC680C7B5B29F2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 2D84F8B375ADF3A81917F66C03A1D468 /* PBXContainerItemProxy */; + targetProxy = 14FABF6D88B0DE21631166402A401DC7 /* PBXContainerItemProxy */; }; - DDCC5F806F82CE43521FC8407E9A1634 /* PBXTargetDependency */ = { + D428E13C08EBD06922895BDB161A425B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "GoogleToolboxForMac-GoogleToolboxForMac_Privacy"; - target = CCF6C52F9360788E81C175B1BF1292C5 /* GoogleToolboxForMac-GoogleToolboxForMac_Privacy */; - targetProxy = 30C5E95CA843D705FD9FA5B66AB8529A /* PBXContainerItemProxy */; + name = GTMSessionFetcher; + target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; + targetProxy = 65828CB657D9085E8BE6840722F00F01 /* PBXContainerItemProxy */; }; - DE330FF6A0DB92900405D420E933E13E /* PBXTargetDependency */ = { + D48A9CADA531555116E085ECB75A411B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 65A5615D750642FD733B43F7655CEEFE /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 86A23D6A79FD246341064D438A67E3C4 /* PBXContainerItemProxy */; }; - DE378993183EEB89C6DD88E8871735E7 /* PBXTargetDependency */ = { + D53FDF3CFBCF172E3E2182D5A17A0CB5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebasePerformance; - target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; - targetProxy = CFE0D531FB8E34302277F8958DA0E944 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 6EF9E75643E21B2B25E004CFBCDD06E1 /* PBXContainerItemProxy */; }; - DE93D28D5741D68B07C22929D4276742 /* PBXTargetDependency */ = { + D54800FB3B091045D5782617625A9586 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = FED7B5AB2143232D160392F4C60B9B0E /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 7CC46E8110B58AAD16457D2EA4D6B9CC /* PBXContainerItemProxy */; }; - DEB04485B3EDFE248603C212BEF094E6 /* PBXTargetDependency */ = { + D5668E5BB6FF022034CD4FAA19FE63F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = C0B2F3BA4C9F9480702C28BCA1192FC1 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 2BEA59CC63E2B66E72E531608FFF4536 /* PBXContainerItemProxy */; }; - DF0A06A1D98933306BAACC869C1D5588 /* PBXTargetDependency */ = { + D57A2D34B6D9560B81ABAE679EE4B718 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = C840433A5D7FD8B0FF12A6D49BEBD57D /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = D28A57EADF52C5F4781CA8054C67DB13 /* PBXContainerItemProxy */; + }; + D5830719E70712856B0EA25D55BAFD2C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = A2BAE371544E823E550677A20BBBA771 /* PBXContainerItemProxy */; + }; + D5E339569FEE7BEB2074702849F0FDE2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 3CDB2D3BE61EF3CB6B412BE3D1769F28 /* PBXContainerItemProxy */; + }; + D5F64F0D0177DB880F0995E84A161653 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = A1A13FA789C905457799926EFA65BA89 /* PBXContainerItemProxy */; + }; + D6090A8C7127369AD1D4C9BF81BC83EF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "FirebaseInstallations-FirebaseInstallations_Privacy"; + target = 3EB14444A17F9D4F1F697F7C1FF32245 /* FirebaseInstallations-FirebaseInstallations_Privacy */; + targetProxy = E5AC374659FD8A7DE8C34476978B0B66 /* PBXContainerItemProxy */; }; - DF48E7C4DA5F6BF8131FE4B5B67D909B /* PBXTargetDependency */ = { + D620F2F5DF6DEA7FD33C84CB6CD9F934 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 1B039A5A93ED86119A15263059D37C5F /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = BC828C6777017383A73DAD38C610F4E8 /* PBXContainerItemProxy */; }; - DF56C0CD22F0624DFD4B93261ECE4E55 /* PBXTargetDependency */ = { + D63B5951DB6EF625AE3BCF846F406AAB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = pop; target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 41D2B879FB4E495507FB10DF0010E2B3 /* PBXContainerItemProxy */; + targetProxy = 8BDC43BF3BB991F6FA1461B1B567ADCC /* PBXContainerItemProxy */; }; - DF6D550AA978E325EB7BF6D6A829C4D8 /* PBXTargetDependency */ = { + D6573FB72CCF1DCCE6DC45F719E8D95F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 2133E0785135A1B5E76A6416CA4195CE /* PBXContainerItemProxy */; + name = Popovers; + target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; + targetProxy = 6070E4D2A7E3949B4CB8536DFAE99CDB /* PBXContainerItemProxy */; }; - DF895571298162E4D4EA22F83037BC15 /* PBXTargetDependency */ = { + D6AF0973094ED3A38196F9E42CB2868C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Popovers; target = B748EFCD9F50067EF7DF853242BB3AB4 /* Popovers */; - targetProxy = 9F7D5D25DC6A45E25BB4D79771BC7931 /* PBXContainerItemProxy */; + targetProxy = 0DFE508B79DB8EB9F0AA5117601ABEE4 /* PBXContainerItemProxy */; }; - DFC4BC14024537A4D7C3123BF2C9A6DC /* PBXTargetDependency */ = { + D6F9C6334B22594B0B0399B38EC0CF1F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesSwift; - target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; - targetProxy = BFC9F171B474AAD2D5C6437D312FB54A /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 569ABEA57DB7A0912CDBF4DF41FE51FD /* PBXContainerItemProxy */; }; - DFE94638A953C9A92C660210AE386BD1 /* PBXTargetDependency */ = { + D72B934BFFE7B75494447DE266FF0926 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReachabilitySwift; target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 19DB941A27378985A012307E9DFBE629 /* PBXContainerItemProxy */; - }; - E00B2BE366174F23BF14A13BCE37BE8A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebasePerformance; - target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; - targetProxy = 618339E96CE45E0FE6C3C9E51D3BB3FD /* PBXContainerItemProxy */; + targetProxy = 00ECBE344D60C6C1CD822EDA40B67AB8 /* PBXContainerItemProxy */; }; - E061171B767662B4B8A0FEE9347BD185 /* PBXTargetDependency */ = { + D7311B288A7FD3DA1A90EF50E6EB55CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KVOController; target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 75BCC00CCC05788B36A484FCD82782DA /* PBXContainerItemProxy */; + targetProxy = 0AD7B23BF4BD053008C0E2D678387F26 /* PBXContainerItemProxy */; }; - E0A84BA3F0AED0066F38C39BA24131FD /* PBXTargetDependency */ = { + D75EF6B37C6DE6B84EA29B0BBE0BABB4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 53B29FD2310C977E22561F7367D34F38 /* PBXContainerItemProxy */; + name = FirebaseRemoteConfigInterop; + target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; + targetProxy = 96F956EC8EEAF7ABAB2BA34445DB7DBC /* PBXContainerItemProxy */; }; - E1C5B4B79AA39E6FAB40331C85CDB3EB /* PBXTargetDependency */ = { + D887EF294F5A716DE0255501C61461D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 64739C0075C4CC5C423C958623960C71 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = ED2A4E69E57E11977A6B6F43A64133BF /* PBXContainerItemProxy */; }; - E20B9D453523A07270FAF2A9D6A71D8B /* PBXTargetDependency */ = { + D9D60FECBD65FA82C0761D68F3DBF21C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = A96E007FB1E3BA3AC8A51B1B9DCAE9EA /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = B08E0366B19CB1EA97938B8C2BAB7C80 /* PBXContainerItemProxy */; }; - E24DB9CB4F097CA61D3FFF33C0B57961 /* PBXTargetDependency */ = { + D9E3124C861D867978FBBF654385F35C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 9D513088786B707293A186055048C132 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 1774CE7D65659388B6637FCE976D37F7 /* PBXContainerItemProxy */; }; - E2BA693A183EE4D27E03DFC01B655A19 /* PBXTargetDependency */ = { + DA0B2DF143255E17DF834C4D3CD3A52C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfigInterop; - target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; - targetProxy = 33479C24E837B5726BA9AE749BB6DC48 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = E453C9970C72AC1A2C3EF32DD4ED8CA2 /* PBXContainerItemProxy */; }; - E2C6ED423C607CBA91BB20511833F594 /* PBXTargetDependency */ = { + DA329EDBF8EFA67974161C8BE473CBD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 27EBC336025A3E831C417F73F38113E9 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = ED45B88B67393F86F8016C8B8EF8697E /* PBXContainerItemProxy */; }; - E2D138FA2A244BD4C877B1A730018630 /* PBXTargetDependency */ = { + DAAC1747297E0CE94DC8096AF1782FFE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = 88AD17F6EB67B3923244A11A436B1816 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 3654B72C59E1CDD4AF3059F8B5892576 /* PBXContainerItemProxy */; }; - E2E97785C30DAB723FAD3A3A5E339B77 /* PBXTargetDependency */ = { + DAED6B8AA347D3BD155362C05C0A3858 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 01BFA711B417B5992E5A3BA99E387E52 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = ED305DD79DEF8383CF6CA1FDE095599A /* PBXContainerItemProxy */; }; - E308E4312271CA23C7641C7D3FCD60DE /* PBXTargetDependency */ = { + DB4468C58B2EB0694F1906CA57871041 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = A20DF4E07918C286AA6F5A5ACA91D9B1 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 94C7C1F82C3422DF7DF8A17CE6B4837D /* PBXContainerItemProxy */; }; - E31A9645967BC2F7F5043BA2EBBE264B /* PBXTargetDependency */ = { + DB67212C7897E0B529936E364AFA5A62 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 86625E75BA8852C2EAA7F72BA8F145C3 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 6A9CCD5E37BBE27DEB7552E8470DE092 /* PBXContainerItemProxy */; }; - E3470D5BF400E9DF6490CA00F6E7A558 /* PBXTargetDependency */ = { + DB9B21D0B2FC593CBF8DC4BC6384388A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfig; - target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; - targetProxy = 6DE9948A1037BDECB35074BD050DE668 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 26490F12D5DBDCF780F2462888C14327 /* PBXContainerItemProxy */; }; - E3A62A10044C9F09763B56BD41039ADE /* PBXTargetDependency */ = { + DBAABCC25F6444E345A137A6DC77B232 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 1A0D6B1AB0A62D3FD3F603950803DABE /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = D77605AAA966136537CE7357EC4B3850 /* PBXContainerItemProxy */; }; - E3D236EB6ABD2360D7C5F51AB67C03FD /* PBXTargetDependency */ = { + DBD5F884AD28CC808AA3FE06BFC73642 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseABTesting; - target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; - targetProxy = AAEFFE9F9C322169A93774A1679BA229 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 406641C3B2970A58DFEE388BCBF3BA57 /* PBXContainerItemProxy */; }; - E3DBC58BA5416CCE043468E96FF9C1C9 /* PBXTargetDependency */ = { + DBDF50EECF295BCD2BE40755B9621B37 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = C5E3DAC2F79EB4F75F3BF01844A7CCAD /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 5FEFB30F437755F030CC515CA9BB469A /* PBXContainerItemProxy */; }; - E3E6AD9800BF3CF36FE5C1AA3B2336C6 /* PBXTargetDependency */ = { + DBFF096FF99371CB1F68B82A6BE63E5B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = DFA9AE691930BAE9A32F7AE5D2C36C42 /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 9053A622D14848E61B8DC054AF1093E3 /* PBXContainerItemProxy */; }; - E3F94AB3BCDFE0F02CAE08E214BF1D95 /* PBXTargetDependency */ = { + DC262CE9BE2E5CD173FF15ECDBF5BAED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = F3D436C435078368FC49B2CDE656818A /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 2FF04DB39C1207C52D7677584736AFD9 /* PBXContainerItemProxy */; }; - E48A43B2A9D5F5E2F1C3DC6C7A56D7DA /* PBXTargetDependency */ = { + DC6DAA1EC25332E593B16142333BCDD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = F6C571FA3052BE81A2B301CA391E1BDA /* PBXContainerItemProxy */; + name = GoogleToolboxForMac; + target = D47C581D39D227080F83B16A22A56664 /* GoogleToolboxForMac */; + targetProxy = 60EAC841EED3486DD383CB4C20128FB9 /* PBXContainerItemProxy */; }; - E56B3A9704F180440590455495CD6499 /* PBXTargetDependency */ = { + DC9306002D9B12F66EB497081DF983B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 3B49D6A4324AAB6C75A44C316213FDDA /* PBXContainerItemProxy */; + name = Atributika; + target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; + targetProxy = A1097B30CADE3A37D576C7393AE1EF03 /* PBXContainerItemProxy */; }; - E5BB980A81899EAC15B242F98343B27D /* PBXTargetDependency */ = { + DC9DE2373A44ECFB8BEEC9B24373E3F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 8E824C119FF5712A48076E0484774779 /* PBXContainerItemProxy */; + targetProxy = 685A6C5472B51CA41124EDBCFEF02ED7 /* PBXContainerItemProxy */; }; - E615AB0688FF6976149E0DE13A4E844A /* PBXTargetDependency */ = { + DD45B523165DB5DC2395002D8B8E1393 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = E850E1FE4A7508DEC942AAA96EDA7E7D /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 07868181D78B2C28AB8AEC7C0BD35162 /* PBXContainerItemProxy */; }; - E67D1365FB51937D85BA8DCA90384836 /* PBXTargetDependency */ = { + DD57BD44BCBF24D5649FCCF9FC7FEC41 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = C314693244705F0E9EC3A66F7A13E4DB /* PBXContainerItemProxy */; + name = FirebasePerformance; + target = 41AB140807C3F67E2661E5DC2A6B53CE /* FirebasePerformance */; + targetProxy = C5AA674FD2DC11F28966CCDEA9484BE3 /* PBXContainerItemProxy */; }; - E6A6A3A14CE7CC817C82276DB5AA630B /* PBXTargetDependency */ = { + DD67927B0C747B09C93F6E68A11A446F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = CEC785CCAE254AE4C133DF7EE616139B /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 35E1737E08DCF62AA53BEEC7448CD773 /* PBXContainerItemProxy */; }; - E6BC31AD80A7D1DDD876C95C89E363D2 /* PBXTargetDependency */ = { + DD824695C02D7BE47272BCDCF417252E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = CB1982079852FFE2DB6CBB124093824D /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = D9BCEC537DA86E3870ED71B37E4D4D57 /* PBXContainerItemProxy */; }; - E713B57D461BD3AEDAFE8A1A6EB3E68F /* PBXTargetDependency */ = { + DDCE3FAC99F44F92BBFB1A416832D270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 6CFC25055CCE4CEE915C45CACAAC0E99 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 2A3C7FE2FAFD94E8579E79C47C759535 /* PBXContainerItemProxy */; }; - E773C1EF006B41834198591912A4E0C5 /* PBXTargetDependency */ = { + DDF110D75B38448927224A87E5823657 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 344E76247BB98CEB753BEFC6EB5B9E05 /* PBXContainerItemProxy */; - }; - E785B62934F4989681D93DA49CC39FA2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = AE60B685CE78C8AF9B7FBD811576BCDF /* PBXContainerItemProxy */; + targetProxy = B24533AD557B5562247E2CC5A9B8E241 /* PBXContainerItemProxy */; }; - E7C245ECC372E5A202E498DC33958BF7 /* PBXTargetDependency */ = { + DDF29548157310AB8CFDF93BD224F6E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 0920D4C645EB511A014796DD6BCCCC5D /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = A7FC2B7FDB832E148563928CDFC2FF6F /* PBXContainerItemProxy */; }; - E7F4018D0455BDE32E3AD3331925CBB7 /* PBXTargetDependency */ = { + DDFCF46027A537AA76D47BF295CA5B10 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImageSwiftUI; target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; - targetProxy = BA9C189B7890992ADFB5135D3702CE11 /* PBXContainerItemProxy */; - }; - E81AD27786C7C13EA70505EAC12463C5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = D5AEC2950DCE8A079EC286D4B78D09A3 /* PBXContainerItemProxy */; + targetProxy = E1FD2618D83B938BE047CA4D7BB4D074 /* PBXContainerItemProxy */; }; - E8350EA45B7B98BC3C7BB3C4E4476CA1 /* PBXTargetDependency */ = { + DEA7400B2900E6F98CB084495F07106F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 5F84C1F8C32AEAD8D74C82CFAC2CA7EF /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = 66531412C1FB1726C1622D1C1854B90E /* PBXContainerItemProxy */; }; - E88DC7D039F08B937E3A8764F475CA46 /* PBXTargetDependency */ = { + DEC3D8A29A859A2616C4C49437CECD12 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Differ; - target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; - targetProxy = B61309B9A4E4CB675D1CB6B0BD9E79F6 /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 16A1500848CE82C359E2BFAC62EEBDB3 /* PBXContainerItemProxy */; }; - E891D6E51D2CD883AD93745AC65BE763 /* PBXTargetDependency */ = { + DEE7D891E6E39F77A37359DEDD093769 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PromisesObjC; target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 796D1E0B5347DC2399802C489E413BFD /* PBXContainerItemProxy */; + targetProxy = DE1462FEC6FB9091C3671DDF9CE3ED42 /* PBXContainerItemProxy */; }; - E9189DCAFA41C252B33BFBFDD08F6D9B /* PBXTargetDependency */ = { + DF03704A3E24BCB06065830731EEFEBF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = pop; - target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; - targetProxy = 5751FF3C796881AA75A82928C5AF6289 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 0E998EA90DCD5EE9872F8B6AC574FAFF /* PBXContainerItemProxy */; }; - E935E372BD95A435AE2E8A5EDF3D626A /* PBXTargetDependency */ = { + DF2E52FE81D98D3B77DEFA9A9BD98767 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 5BD02B714FEBB4F3189AF3A9B31A6AFB /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 3BF02EA6925FFA69A46FE38574C9A392 /* PBXContainerItemProxy */; }; - E959DE859324704A0C430323ECB2DCFA /* PBXTargetDependency */ = { + DF6D320BFE6519584E78A5EC3B992F18 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = 368E4E6EFCC4EC428762B6C6391EC729 /* PBXContainerItemProxy */; + name = SDWebImageSwiftUI; + target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; + targetProxy = CF94CFA046C297865256FFEA42F6FE63 /* PBXContainerItemProxy */; }; - E968E5FD5C666AE4F7C2642142E61ACB /* PBXTargetDependency */ = { + DF78E175F2F37FF60D9042CDED7F4FCD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 4C8CBF6CE8DB006D9C8F57B1664C1CE4 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 56392F53EA802E99109300D8E3C13BB1 /* PBXContainerItemProxy */; }; - E9C21726D6BE38E5788E08010E37C13E /* PBXTargetDependency */ = { + DFB9CF89360C6DE9AD2541653C0398E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = A301E3CF9462A1625D8B105EE85779D4 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 14202C09A2135E6A917712D0D1AB239F /* PBXContainerItemProxy */; }; - E9C4C8532958E0DA9F3BC9CEB2764BDC /* PBXTargetDependency */ = { + DFF1365CB8F807738F60D78D50C954E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = EC7C4482A9A6E761CBCA52E6E375E9FD /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 7CF9B734BC3FDFBC72D7F645D11DAD4F /* PBXContainerItemProxy */; }; - E9ED055F594C4C4B33A812CEF98FBF77 /* PBXTargetDependency */ = { + E05F85A233B79334A690B99874379BE9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = BEE1E41908DAB8F06FDBE740DF7749C5 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 08BB527B3668A1091606140D7F361AD1 /* PBXContainerItemProxy */; }; - EA12E96ADD56807F0D0FFA6DFB885CF2 /* PBXTargetDependency */ = { + E071AB8BA2A88E3E6EB89F90FB6C7850 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DrawerMenu; - target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; - targetProxy = 381048C4382CC538167170EB5CCE3632 /* PBXContainerItemProxy */; + name = FirebaseSharedSwift; + target = 94706DD5BBE215339DF893D4434E1084 /* FirebaseSharedSwift */; + targetProxy = 936D036A00FF5E40EAC6AE268BACC876 /* PBXContainerItemProxy */; }; - EA5B61ECB725C43A6B632B196FB56985 /* PBXTargetDependency */ = { + E083C1EBDCFE8B274A94734B75AECE15 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = BB99D1E6FEE0D8B03F11AA473243E981 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 6A9A15C52D32A773AB2C5B8C7FF3F179 /* PBXContainerItemProxy */; }; - EA6B7966795305F39747E67934B9209B /* PBXTargetDependency */ = { + E0E634CCE51ADF034E2905CA133F2174 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseSessions; - target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; - targetProxy = E7B7C3F40A60E363A6EB5ADEF7225CC8 /* PBXContainerItemProxy */; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = F9DAA9FC7C919D3EEB0DD187F4B2397F /* PBXContainerItemProxy */; + }; + E1258D61CE423866D5F053326A7E5B41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageSwiftUI; + target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; + targetProxy = 1B766B2D5F5305F25DC6D46309DC5CC7 /* PBXContainerItemProxy */; + }; + E14D8D9A0633B2273002C336AB2CF7A7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 9BB9AA636B827AC1BA8A0417912F6188 /* PBXContainerItemProxy */; + }; + E180A7A51F417B5773C39D45BFE1AC52 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = B93CEDC17DC31D1B144EC1D6BA65BDBA /* PBXContainerItemProxy */; }; - EACD131E7C7502B4FC882EC0FC45B60D /* PBXTargetDependency */ = { + E19602A79ACC136CA8375313E85EAFFC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Atributika; target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = C46698C25A2C422698E38E1B71462698 /* PBXContainerItemProxy */; + targetProxy = 9970ECBE77924F4EEC7CBB65F9091B24 /* PBXContainerItemProxy */; + }; + E1A45266ADE74F3363061381F74BE81A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = B3EC4053B203D0C061EC9231BD30C536 /* PBXContainerItemProxy */; + }; + E1B10AB53C5936A3E88627F581BEF793 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 756ED784C0C55DF348396DC181996817 /* PBXContainerItemProxy */; }; - EAF18491811B5B5A0962C9C3F7FF2E7B /* PBXTargetDependency */ = { + E2906D2DE54A0C5360F7BA7C85BFBA3F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 34D4153632884DBBE9306CF425F53FB4 /* PBXContainerItemProxy */; + targetProxy = E4E3A8A58DCFEF9FA6ACB7371631A956 /* PBXContainerItemProxy */; }; - EB675B1EDE3602BED4DF4E0B57897AE9 /* PBXTargetDependency */ = { + E3014A2E760D80ADFE2F76575D8A6609 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "FirebaseInstallations-FirebaseInstallations_Privacy"; - target = 3EB14444A17F9D4F1F697F7C1FF32245 /* FirebaseInstallations-FirebaseInstallations_Privacy */; - targetProxy = 3993554B33DAD232485B190B36EFF52F /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = E493B533D7ACDA99C6FD579A509A0732 /* PBXContainerItemProxy */; }; - EBAA8746875490AE741E36CFB348D235 /* PBXTargetDependency */ = { + E31FD57DC2AE09DBA068D3C74C755364 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 6622C62EB5328E7E74A96BF5DB6E8F70 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 9774D4ED7B4110D286B93210355A67E2 /* PBXContainerItemProxy */; }; - EC570902A6FED18C4457D8D701607885 /* PBXTargetDependency */ = { + E3AE564BC747A71C5CFAE5C58C27C8A1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 4E94D44260A1F52C5471A20D27DB5E9C /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 8256427AEBD68D9474D734F3A11F93F5 /* PBXContainerItemProxy */; }; - ECAA70D36781D4A472A92C580E5F804D /* PBXTargetDependency */ = { + E3C60628DEE9C0985DF968E747E3956E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 74445BADF180F08B45AD722FD6D06AE3 /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 9C6A9A10E888B27CA6B781F783435F2A /* PBXContainerItemProxy */; }; - ECDDAB3F5C4802CD226AE4C62F6ABCE2 /* PBXTargetDependency */ = { + E3F82B278AA3EBCCB3E287EE5029335B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = 5078FF142252CF8E7A61608C18A7F356 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 2197F7E400BA7EC9595A3896F421A781 /* PBXContainerItemProxy */; }; - ED0CC3C3B8C5D014B46A397AE3857055 /* PBXTargetDependency */ = { + E3FC85A63DF15F7FA2056B714B44FCCA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseRemoteConfig; - target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; - targetProxy = D5C857A1D9F9379749024F52B5EBB8DB /* PBXContainerItemProxy */; + name = JTCalendar; + target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; + targetProxy = C4B5032FD24CC7B586D0BCFC65E1E480 /* PBXContainerItemProxy */; }; - ED84B044719E1A8C9FC4F59042DD468B /* PBXTargetDependency */ = { + E408E30CDA9988B1834A903AC1490D0D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 0CFC01EDA22611332DA49D72FC4423FA /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = FC3B12A813BBF6CD2DCDA900D932F7B1 /* PBXContainerItemProxy */; }; - ED9289820B1D4210D6EC9D554872D5E0 /* PBXTargetDependency */ = { + E421E3525B73617EC8C7D588F9795A44 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseABTesting; - target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; - targetProxy = F17BDDEE14908E28BAEFDB9BCA41ED96 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 8832437756DA1D433A487CBC4BC827E6 /* PBXContainerItemProxy */; }; - ED9641A05DE4BF4EA397517286C93B64 /* PBXTargetDependency */ = { + E42E209D4DFEF4D9D123C2CF167F8395 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = E5CB27765DD542D873F9306FA5741B4B /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = D037AFE23E3EE6B1B80EF32FACF4C074 /* PBXContainerItemProxy */; }; - EDE311FEC4A5A72985ABA7D55324D478 /* PBXTargetDependency */ = { + E46FF4481E26EA4E33BFF43248FE49A9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = C936325E84AA24F6406229AD8DB4761E /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 25944BD621DFE38D9D61D06872474243 /* PBXContainerItemProxy */; }; - EE05464FC6934E9959C2EF82B7BE99EB /* PBXTargetDependency */ = { + E47E9ED8EBDD916CD165BD98558A555A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 86B8F5A83F27F406AA4D0BD35F2BB4BF /* PBXContainerItemProxy */; + name = PanModal; + target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; + targetProxy = 9AEED47E8875DB184AC15643C51D3DEB /* PBXContainerItemProxy */; }; - EE27013416462BF3107BF2ADD65B6F45 /* PBXTargetDependency */ = { + E55F448E0E77AC667794DCDB5A1816F5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Firebase-2149e159"; - target = F701F16821D7AA8B115646DA013C13EE /* Firebase-2149e159 */; - targetProxy = B86D4AE8715D6FA1503B7ED7BAA471B7 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 4F4233DFDA4D61CECF1D8C3F9EC58A29 /* PBXContainerItemProxy */; }; - EE3D22A7AC7369D3635E27200709F4FA /* PBXTargetDependency */ = { + E6F557E78958510FCC8DCBE2067928A6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ZSWTappableLabel; target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = 7B125713B4256E36FAB367CC42CE991A /* PBXContainerItemProxy */; + targetProxy = E796A29EB8129ED127F414B1186826EF /* PBXContainerItemProxy */; }; - EE83307177211FB32CF41B1A2D7C9B11 /* PBXTargetDependency */ = { + E71DE7B52898C767838F558BE6392CFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 18C4D828161742FE603FB808229E2C22 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = 11FF72C790CA320872F4F63EF5CD49F3 /* PBXContainerItemProxy */; + }; + E7AA818C7B8959BE3BD40039441BA2EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 68E315367107A6D2A8E5DCF69F2DD596 /* PBXContainerItemProxy */; + }; + E81910001B3F4E7F35E777C5DC3A5CC5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = BD225E6694F26DBF5190E9F0F4486BF3 /* PBXContainerItemProxy */; + }; + E849A83E6C8AF1852C493B3428C85760 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = D5454C3749935876D38E021F817238B9 /* PBXContainerItemProxy */; + }; + E8658793F1252B740B1CF9AE1CFE4F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseRemoteConfigInterop; + target = 328CC04F43300C6CAB81659260A3799D /* FirebaseRemoteConfigInterop */; + targetProxy = 625A7DE731D291CC20ED10C18CF76BB2 /* PBXContainerItemProxy */; }; - EEA824F2B3732BD3B0F6A258F67F4B6E /* PBXTargetDependency */ = { + E8B27EB1A255AD1D40886B7494247296 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 940EF9F3BB2296C12517B3D220CB9029 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 3528CAB526C7D6D26306C178589E428D /* PBXContainerItemProxy */; }; - EF0E7258112B14EF6DB7184C3184D77E /* PBXTargetDependency */ = { + E93F2F04F57A7E1243E05C0AD2BE0343 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = AB018593239CA864C3E846E209A24C6A /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = C7E3DF953C55CAC5DA58E3B78D224CFD /* PBXContainerItemProxy */; }; - EF4E95C38C6ECD3E52AA911F37644DDA /* PBXTargetDependency */ = { + E995C5EB69AC5987843FC17588E22FE3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 16986783ADED9EEEF838EBB759C295C0 /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = 4ACE1B41CA13925F40C9577FA9BE78C7 /* PBXContainerItemProxy */; }; - EF606FBE72C29805289C900CED230AF4 /* PBXTargetDependency */ = { + E9AB05FA0059C99B5BC5C2F1AEC28348 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SnapKit; target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 07F66F5BF1E100F6AE2E3F9E854B55F1 /* PBXContainerItemProxy */; + targetProxy = 9734A7A4A79F4EBE15A57E65B405A65B /* PBXContainerItemProxy */; }; - EFA25DADBDF1C66C9143C6A39B831C8C /* PBXTargetDependency */ = { + EA2F92C892A626AC203BA2CFB0C37B3A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PanModal; - target = AD16B149CC82594F15860A512FDBB6B9 /* PanModal */; - targetProxy = 0110CDF4D006A5BB1916926C9E5BE57E /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 25FDBC6F9E50F436065B2AA2DE36B9F8 /* PBXContainerItemProxy */; }; - EFBA3D7D1A61E6CA0D1EFC068EE6E4A1 /* PBXTargetDependency */ = { + EAA773061DBF50CE30923CA74F5FEEC5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 28AABF83082A9DCDA564266C129CDB9B /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 0ED16B98E37CF1918ABA31738B17BDDA /* PBXContainerItemProxy */; }; - EFD8EF5E68F40F6638C7759C89FC4A12 /* PBXTargetDependency */ = { + EB4D8323F7B2D75A38BB4F78FD1741BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = DB45915547CAF381AF4CD227040617EF /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 069126CF496B36BFD5456A0219A1F7DB /* PBXContainerItemProxy */; }; - EFFBDDEC19DF472AF62D0A9A9411BC52 /* PBXTargetDependency */ = { + EB677905110A546F6DC47706406B8251 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SVGKit; + target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; + targetProxy = 02A31DF838774F6CA768049074F24C23 /* PBXContainerItemProxy */; + }; + EBB52C5295F95C693B030BEEC0FDDD45 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CombineExt; target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = 9E795E35D13E7930DB1349BB8131CBDF /* PBXContainerItemProxy */; + targetProxy = 754B6787C2A9567CCB01CD4DAFBC08FA /* PBXContainerItemProxy */; }; - F0907E8396D60A2FA18F9C2E3DF9F761 /* PBXTargetDependency */ = { + EBB606379EB753FD27E472618D025E31 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 6E2704677FA1926BAC5E368D2FB6FD39 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = F66723DA740776CE1034B45AA8967951 /* PBXContainerItemProxy */; }; - F093EA51F72D4AAEC0AFF2F5EA060861 /* PBXTargetDependency */ = { + EBBE18ECE60DC52DC69BCCF88379676B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreExtension; - target = FE1DE31D91C32501251AE9687CDC2E0F /* FirebaseCoreExtension */; - targetProxy = 85CEC3D504CE26572AC24AB6C4055EC3 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 78B8D484A2B89EE63DBDCD945D94E35A /* PBXContainerItemProxy */; }; - F0BAFCCF666F409F09090920FD693111 /* PBXTargetDependency */ = { + ECC40921A97CBF8FAE633F2BC380C3C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 2D3D3E37BD4C29DCEE8844AFF8ACAC59 /* PBXContainerItemProxy */; + name = AppsFlyerFramework; + target = B0B23938B1EBCBAD2419AB6E9D222A0B /* AppsFlyerFramework */; + targetProxy = 246C3F6693DCF70DF84725AEDECD1B87 /* PBXContainerItemProxy */; }; - F0ED17F52534843EFE3D2D2640C74DE1 /* PBXTargetDependency */ = { + ECD68FB8D29BE8704EB1653D6273680C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 2D5087A9E3E45E317E79313A1C39C5AC /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 17290088524089832E7C822F6CACED2B /* PBXContainerItemProxy */; }; - F137F0433B01B575BA31F86993C92056 /* PBXTargetDependency */ = { + ED11395CBD1BCF1F5E432B7E60DDA1E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZSWTappableLabel; - target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; - targetProxy = AEFD1479289FC0A5A1FE148868E4FA29 /* PBXContainerItemProxy */; + name = Statsig; + target = C369636770D47D26A48AC38168784079 /* Statsig */; + targetProxy = 21A4CF4D920F3BC3CD177A95E8DC02AF /* PBXContainerItemProxy */; }; - F19F375E9C1497D99967C1087ECF5684 /* PBXTargetDependency */ = { + ED59D3403F2359841EA099343A028D2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 935087DBC3D48F3DB2643C9BAD720D53 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 949D8027C3EE5ACBA8D6142E9CD9C017 /* PBXContainerItemProxy */; }; - F1AD6C023959E941BF11ADDD389464AF /* PBXTargetDependency */ = { + ED8E37FACAA3FE014B2571CC4BA47228 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = 17FA5980FEA4D8F2292F39D6A3472433 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = CD75F6E184A00B125CF6FCDC0865A70D /* PBXContainerItemProxy */; }; - F242594FF18540AEF83EFABB59FCE404 /* PBXTargetDependency */ = { + EDB6C41F4A942CDE1AA7A0122B7D0ADE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = 8F3CEA9E00C4CAB1F3A56C3995B10307 /* PBXContainerItemProxy */; + name = MaterialActivityIndicator; + target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; + targetProxy = 93D21B702223E13E74189FDFABDFB500 /* PBXContainerItemProxy */; }; - F25364C80C25FCC26E2D278989741912 /* PBXTargetDependency */ = { + EDD73D61F16FA00D63DD26F66FA9986A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = C10E48DE152E33B6E24CD30080398808 /* PBXContainerItemProxy */; + name = FirebaseMessaging; + target = 5895B432FE4D2F6826C8FF25A09DB6D2 /* FirebaseMessaging */; + targetProxy = F139CC422C2602AD319CEF51A8AF21EE /* PBXContainerItemProxy */; }; - F2FFB7C0E55DD1F3129AFEDE829019AE /* PBXTargetDependency */ = { + EE1ABBDE5D8D80799ABF76BAA26033C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 45678FDBA72E195EA21AE2DCA5FE0E13 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = BFBA1182E8ECC4875978A38E58DF54CE /* PBXContainerItemProxy */; }; - F34538AB6E72C3298B868E22C4415A2A /* PBXTargetDependency */ = { + EECE93D89906962CF2DDF06B91DE3D6A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 123D1EFE6E190212E12E3D115F52C51A /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 38C33A290E544297C8ABD1159F90E96B /* PBXContainerItemProxy */; }; - F3E30BCD60DCAC49484350D406D33988 /* PBXTargetDependency */ = { + EEFD3F5964F42CA58123B3D5C9AB456E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 29CF96D6036EA2677876641AAADB0BCE /* PBXContainerItemProxy */; + targetProxy = 79853656DDF24FB512705F94D64CA491 /* PBXContainerItemProxy */; }; - F3F6DA55328F46E393F3D395320838E0 /* PBXTargetDependency */ = { + EEFE908E4FE50969D02A9B3A0B6ED298 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = AA742DE4C7952EDA596AC045D30AD88A /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = E42314249B9F6FEECACB302B7FDAFA8A /* PBXContainerItemProxy */; }; - F41C9D35EE7E190C645CF0D82A2D6964 /* PBXTargetDependency */ = { + EF7FD95B1F9E091F457F03F3D2E2257D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 2F1C71E914769561F1824B12C3A0ABF0 /* PBXContainerItemProxy */; + name = CombineExt; + target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; + targetProxy = FA80A145AA75E42F95295824A94EDC74 /* PBXContainerItemProxy */; }; - F44321481D3A98B7FEF6A398A5F15C40 /* PBXTargetDependency */ = { + EF93C0014F6BBEB097877A1FC85217B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = 5B234FC5B6782433EC51ADCC849DF82A /* PBXContainerItemProxy */; + name = Statsig; + target = C369636770D47D26A48AC38168784079 /* Statsig */; + targetProxy = B46440504A4AAE9635363D0225753520 /* PBXContainerItemProxy */; }; - F4A3DB075B11313FA59C925C78E7EA03 /* PBXTargetDependency */ = { + EFAB9DE9C5A1BBA55D89A512BFECFE16 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = AEE403CB2691C110AF319A0C1DF7831B /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 031554A8DADD7DDF457FAAC1CB7B82C9 /* PBXContainerItemProxy */; }; - F4A5DECFCC5BF56A83E3F1BF2307A885 /* PBXTargetDependency */ = { + EFEB1218EE7ECA661EE3E7D77650EF1E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 79B8A2829B4CAC054EAE02121B51F1E7 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = C1428CFF3E6E969D95B262C325A1762F /* PBXContainerItemProxy */; }; - F4F71F7D5E42AA365D99E076B85DB4BD /* PBXTargetDependency */ = { + EFEBD49DDE3DB2CF7C72B88205C7F9C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SimpleKeychain; target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 56C6736F136648CFFC0224E8A38B061F /* PBXContainerItemProxy */; + targetProxy = 3617CE63D41AF337E07D317BEEE6365C /* PBXContainerItemProxy */; }; - F56EF7BDE69A4E7F0BE8919147A22D29 /* PBXTargetDependency */ = { + F0275B3A8BC4C3C4378B094DBB6AF2DA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = 7122B17BDB6FA1A4F7275CE33016BE90 /* PBXContainerItemProxy */; + name = "Amplitude-iOS"; + target = B783C6FA652FC4195003054549B87961 /* Amplitude-iOS */; + targetProxy = 23C4A6E567FCC17F25C96D4FBE293F84 /* PBXContainerItemProxy */; }; - F571A6653A55971C423EEB73D356E4FC /* PBXTargetDependency */ = { + F0B164D5D551917C475E0A441B615A73 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = ACE53A9BFFC990D820C35FF5D83B43D2 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 88BDBA4059A7EA9316010A957D93AA70 /* PBXContainerItemProxy */; }; - F5B6A0A9B35F9A1E0E63DAB91BB61157 /* PBXTargetDependency */ = { + F171FB2DF92D6F454C545AB41B134BAE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = F00C833F44CC1807BD6A6CB9D7B223EA /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 9D2B0BF961018DF02251975A0C5EECBF /* PBXContainerItemProxy */; + }; + F1958EA2D7748D962A91465678BD587B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 77FEDD402226BBC0681F464BD7D6EB54 /* PBXContainerItemProxy */; + }; + F1D1200E61A779AE80DFDF50241DDB1F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = E13042AC2D94E9A668B60353B29D5FC8 /* PBXContainerItemProxy */; + }; + F1DEDEB4537DC65D39F2BA2EB743B2FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 29FE02DD13D5D9A5133B5BB75B0E2FC5 /* PBXContainerItemProxy */; }; - F5C6E91BA4E7D228331B3BAD9BFCBE75 /* PBXTargetDependency */ = { + F2475B171C789DBBD9A1A578FC2CC16D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CocoaLumberjack; target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = A15A90A0F3E5A88281D7023F9A488536 /* PBXContainerItemProxy */; + targetProxy = 8EAA93117BFDE6437C9D877F2A0E3868 /* PBXContainerItemProxy */; }; - F5E0406A3B6DD77C409695E70C120DC0 /* PBXTargetDependency */ = { + F279256FA7FA3D59D4E2015BC778C129 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimpleKeychain; - target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; - targetProxy = 5EB17D8DD26B25CF608F98E4FC57954C /* PBXContainerItemProxy */; + name = EasyTipView; + target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; + targetProxy = 191DCCBBBEF8958B5CEBBCC6E231E84D /* PBXContainerItemProxy */; }; - F5F05157CC626ECE4B67B3C1ABF47ED7 /* PBXTargetDependency */ = { + F2D67B8B0A84F98B8C8722A2F5ED9A39 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = NVActivityIndicatorView; - target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; - targetProxy = A9A9296A012B4B92210046BDD76B45AC /* PBXContainerItemProxy */; + name = EFQRCode; + target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; + targetProxy = E6BE122478DCBF229A18969803A03EE1 /* PBXContainerItemProxy */; }; - F63FDF369E609B59521FEB027E97DF77 /* PBXTargetDependency */ = { + F350FCC84F8E50F5C68B8F566264707F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 138C6F8B7AA0AAB898A073EB4E0DED39 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 73183DE548F7D22FAEA3395603C1AEFE /* PBXContainerItemProxy */; }; - F657465ADE132276304C5355D101BA12 /* PBXTargetDependency */ = { + F39F9ACCEB5EF354372C38124AB77B0A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 8E5473E77E2784E4546B668AD5099134 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = F63B39D8C4DCB3FC6C613AB47E7277EE /* PBXContainerItemProxy */; }; - F6A6611AD04CE05528409969E259A60A /* PBXTargetDependency */ = { + F3D47D56BDA48A24D53196954C0168F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = iCarousel; - target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; - targetProxy = 300BD96F475FCC28A5DEB91CA8338E44 /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = BD1C7711688B0BE9DB019919E45A5584 /* PBXContainerItemProxy */; }; - F6ABF95D1A37C1130CA430B100CA6CD0 /* PBXTargetDependency */ = { + F3E3D6A3D616AFD284C0C7C66B259A84 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseABTesting; - target = 8F68D031908A0059566798048C48F776 /* FirebaseABTesting */; - targetProxy = 0793D3BE20F6F121A28F52F17CF62F75 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = B28E4BAF4B84378CD00316B9FCAB846C /* PBXContainerItemProxy */; }; - F6AEEE7510FF8F9B1B2F7BCD64D25DF1 /* PBXTargetDependency */ = { + F432507E2971CFB62A0FEE33EF521B7B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = B3E3BAAE27F0D51FF767E9FDB9FD73E7 /* PBXContainerItemProxy */; + name = PromisesSwift; + target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; + targetProxy = EE66C904D279917953737A1D42286394 /* PBXContainerItemProxy */; }; - F6FD0AFD545221AB14302ECD2A9C807D /* PBXTargetDependency */ = { + F45D6B88A895AA75917AABBC7FEEAEB5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = BB22E5C128CDDCC4A234DE2714CF9082 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 714161A054DF2900F80A1A303271B848 /* PBXContainerItemProxy */; }; - F79C3316FC7DA0DCD6AA58F32AA0E004 /* PBXTargetDependency */ = { + F4790E679C1A487C34A9AEFBB8B5E8BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 7D3D4B7AC8D5AAB9380383013E5C3E88 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = B75C789D1DE5FDC4D5DFB30DA2306BB8 /* PBXContainerItemProxy */; }; - F8040C93D6C984D7F9D0EAAFBBEFE0EF /* PBXTargetDependency */ = { + F48D608DBA924E0F637ED50A633A4247 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 816B36FA24248FB20D2C3780DD6E35AB /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = E7010ED36ED8CA65A2F1955ECE8BE050 /* PBXContainerItemProxy */; }; - F82E7491B771F50287CBE45878E36211 /* PBXTargetDependency */ = { + F4ABE8CE7B4BA2DE77E8808F5872D49B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 63C679AEAE57EA2535033D9C5AE9178E /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = CB007DCDFED9DD4B11E4541FFE4E37F7 /* PBXContainerItemProxy */; }; - F838821D807B1B7FF52DAFEC725A12EE /* PBXTargetDependency */ = { + F4CD65C783597257D7A1FBB89B984844 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Validator; target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 2C144E53C8DC93DDD6B4B2318EB73DA9 /* PBXContainerItemProxy */; + targetProxy = E4E8458C3D69AE923FEC68F2B694E181 /* PBXContainerItemProxy */; }; - F84E6AAE23971B784CD9A88656AA6B72 /* PBXTargetDependency */ = { + F4E6F58F9A882AA7145DA904F3A1765F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 78D62E11E5FDEB23340706E8EF117467 /* PBXContainerItemProxy */; + name = pop; + target = 0483D7F620C992E5C4BD62A7266EABB4 /* pop */; + targetProxy = 4B03CE3A84C27408D49BBF2FC41E0780 /* PBXContainerItemProxy */; }; - F87F492FCD67BA3B2DFC2E3D58ACBD50 /* PBXTargetDependency */ = { + F5ED183A5AB4A43B07948817C878A921 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 61AE3C9522183AF2B15695BB1A65CFCE /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 641765E8C7F838E6B78E7A00B0374225 /* PBXContainerItemProxy */; }; - F8A9FF43410B7324CCC13C2F30DEB036 /* PBXTargetDependency */ = { + F60A77256C2298EDE26F23B23088B175 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = AA714C3564F0D6865A14BEFC8E3D3DF2 /* PBXContainerItemProxy */; + name = Abacus; + target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; + targetProxy = C648D0E35E828B3B59A5137649DD2CF2 /* PBXContainerItemProxy */; }; - F8B4C1D7ABFCCA4B180B41F71BB5EDE0 /* PBXTargetDependency */ = { + F61C87568E642E032F8F2A4E59659198 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = E1263AF9D5B45BC78BCC2CD2A02CF4CA /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 38895549CAD87442DE838CA2E7E341C5 /* PBXContainerItemProxy */; }; - F9042B20019D5E81082A9C6821AA7941 /* PBXTargetDependency */ = { + F62AA3579282D7FF487F63113802BB91 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 24E618828BA79D37E35FAD82C6C4D7A0 /* PBXContainerItemProxy */; + name = DrawerMenu; + target = 332199DF130E4DE4652E72554CB35C6A /* DrawerMenu */; + targetProxy = 8C9D6752C4378792A16346E743837298 /* PBXContainerItemProxy */; }; - F914FF769F3A96E6AD82D72A8DF01DB5 /* PBXTargetDependency */ = { + F696584BCACC5049561DFEA70E6CE69C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = D762BBCA0B15FB975CA2D9DAE05A186B /* PBXContainerItemProxy */; + name = FirebaseSessions; + target = 3F8EC37C78673149F2B94E8BD9AA8737 /* FirebaseSessions */; + targetProxy = EAB5A2E24318A6EC3151634D18DCC684 /* PBXContainerItemProxy */; }; - F93E2352B59165AC16A4EB6C42D2F039 /* PBXTargetDependency */ = { + F6A7E8B8E4FA554D79A0D060F383B07B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Charts; - target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; - targetProxy = 73DBC6650E1E33DC1D14D210826CF1A4 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 4B2D8C1DF6AE089A8E58EFD212696ABD /* PBXContainerItemProxy */; }; - F98C70C53115F92CA0212ED71E225C6D /* PBXTargetDependency */ = { + F73C06817345226F68C4ADD76341B6A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FloatingPanel; - target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; - targetProxy = 493B60625CE03D16D05C33B666294204 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = F139191DE261A97B9509851FFA25EC74 /* PBXContainerItemProxy */; }; - F9BFDF509CC53C34900534E4F2B9BCAC /* PBXTargetDependency */ = { + F74AC63DF318968575068B0C33BB6FD6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Atributika; - target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = D9218E5FC771F86582E8CF57DFD67DD1 /* PBXContainerItemProxy */; + name = COSTouchVisualizer; + target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; + targetProxy = 06330C03FE3D071A10987684AB7DD60F /* PBXContainerItemProxy */; }; - F9C991B77CBCBD02E28C5519DB7F284F /* PBXTargetDependency */ = { + F7985E89538E2BA0E4597B676F440C77 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = A0BE00837FB5FBBB170B6CA06A16026F /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = B5EBF90D78219DADC787D55E5CEDC7BE /* PBXContainerItemProxy */; }; - FA024035A784A168B1B6B74AD8569E11 /* PBXTargetDependency */ = { + F7AFBD510B6CD8ADF781EAB5434F740F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JTCalendar; - target = 7F7C709A913CD2DAF7541A1D8CAC7706 /* JTCalendar */; - targetProxy = A1BB9E051FB718BEF8333CD49DA17628 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = FE92BE443FEB1EFCFB61892BD3F4E29B /* PBXContainerItemProxy */; }; - FA07C18669A8BE4498106592606FB029 /* PBXTargetDependency */ = { + F8FE0547A93A2890BD7708AF5D01177F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SVGKit; - target = B537A1FD6BC67DF7FE8C2B34E5CE6F19 /* SVGKit */; - targetProxy = 343B5E46BE8B4C3E3BA03219CDC720F2 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 875D98D23653B978D22AE6234F583372 /* PBXContainerItemProxy */; }; - FA313D9A9BBE86E14713B545833937CC /* PBXTargetDependency */ = { + F93FBE7D2EEC0D7F4152172FA81E641E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = COSTouchVisualizer; - target = A456C50A922C437FF7BB4660A7D1CF46 /* COSTouchVisualizer */; - targetProxy = 492C66CB04A20663D726DDBC4599121C /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = D6B307BFFCDD6FF085EBD38FE9070BB3 /* PBXContainerItemProxy */; }; - FA83F0F05814CD8052DF4754A11037CF /* PBXTargetDependency */ = { + F947F4700973435BA24A3EBAD29B35E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = ADC38723C0539EC66452AD964EB1F21C /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = FD4F2BD97CE3C17917651B928DB8C6D8 /* PBXContainerItemProxy */; }; - FADB18883A5D0D9FA68EBC570B4FDD3B /* PBXTargetDependency */ = { + F985EE32B4125A0D9992FD6433FED9DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BigInt; target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = C89A09BBA83C4DEB1E95EB1D9B2095BA /* PBXContainerItemProxy */; + targetProxy = 2B9ED186D3AA0D7A1E05E4C98CF93B5E /* PBXContainerItemProxy */; }; - FB31D8018AA190F907D30D4AE190D70B /* PBXTargetDependency */ = { + F99D1AF99FCED986C0058D915CCC6838 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesSwift; - target = A979F9D3632CD5F2F7518F9A362CBAE3 /* PromisesSwift */; - targetProxy = 26C256859178D04D14EFC2943E2B7F21 /* PBXContainerItemProxy */; + name = SDWebImageSVGCoder; + target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; + targetProxy = 9D40FEFB54B4AABA22C8A3E399B2AED4 /* PBXContainerItemProxy */; }; - FB829947846917E23FBB86AF6E17A45B /* PBXTargetDependency */ = { + FA4CFE6A845D441635CD1976166B4548 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 60F14729A56729C8498F0BB1D38E563B /* PBXContainerItemProxy */; + name = RDHCollectionViewGridLayout; + target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; + targetProxy = 666AEE4BF93462116B8CB2E9A4F20BF6 /* PBXContainerItemProxy */; }; - FBA5ED09668AA60CF089C4CFB4157E62 /* PBXTargetDependency */ = { + FA8C18E554877EBD41A0E39943710914 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSwiftUI; - target = 92EBFA3E7005B4C18A9C0B44324EB80F /* SDWebImageSwiftUI */; - targetProxy = F4CCFFB55AF86D8C25B0AB2954C392B0 /* PBXContainerItemProxy */; + name = FloatingPanel; + target = 4874E7E655CEB4C01E4572AD903AEA21 /* FloatingPanel */; + targetProxy = 055896EC485806E8D6A2ADE719E1B0F5 /* PBXContainerItemProxy */; }; - FBCFDD21EB3824388D3DCDDCA4E6D38B /* PBXTargetDependency */ = { + FB264E2F0FFBCB5C3C6B3FEA9F50BC14 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 7EAE24C1C45B0021B3571CA5758891B1 /* PBXContainerItemProxy */; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 2D769A85A9B7AA2012FE59B7B1585C15 /* PBXContainerItemProxy */; }; - FBD8ADAA766FD889358337C562343EAA /* PBXTargetDependency */ = { + FB38F1E17E1E1B80BC2481FA53CA7E8F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy"; - target = 24D7789A4C8783E3684E7D8CFAC12CC6 /* GTMSessionFetcher-GTMSessionFetcher_Full_Privacy */; - targetProxy = 39899B35D9118511D4FDAA70C7B2C667 /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = 52DBA8DD43F89A4F0681DDB829346F29 /* PBXContainerItemProxy */; }; - FBFBEED7AC2DCD401160D3520B7A0598 /* PBXTargetDependency */ = { + FBA67CBD949E76070C651E5931D9BBB9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EFQRCode; - target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; - targetProxy = 0524FFCAE9F149775C11167B8832E59E /* PBXContainerItemProxy */; + name = Abacus; + target = 2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */; + targetProxy = ACFD4C1489740BF79F8D2152EF177FB8 /* PBXContainerItemProxy */; + }; + FBE22BE8E706DE15BC560449CA61A6F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Validator; + target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; + targetProxy = 0694095343324DB4E2E3BFDA281921B1 /* PBXContainerItemProxy */; }; - FC5B17A39D043F0CBCE84ACE8E3D2DB0 /* PBXTargetDependency */ = { + FBE71CC7E1BFEE8463F66913367A33F5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Atributika; target = BE7B3A8FFA6892B35CE5D9F8A7B8D25C /* Atributika */; - targetProxy = EF5337D59982BB90347D823A7D84FB14 /* PBXContainerItemProxy */; + targetProxy = 791F217327ACC41A2537727E66126371 /* PBXContainerItemProxy */; }; - FCA1CE3AB3CFE6B0C3D69DC1EA4F3568 /* PBXTargetDependency */ = { + FC1BF70952195EEFEFEFFBF92803A65A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 0507A3A2D93D63BD9949F2EE5D8011BE /* PBXContainerItemProxy */; + name = ReachabilitySwift; + target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; + targetProxy = ACC1C7D4755667A56D832712CC3E9A11 /* PBXContainerItemProxy */; }; - FD44648FB949957354F0E609411FBB66 /* PBXTargetDependency */ = { + FC2004357DBA5A17F639851C2F9A7FCA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EasyTipView; - target = 048D21E3C8151CD23D428D38093E1538 /* EasyTipView */; - targetProxy = 9D1F3C321C55C210AD7CA4C7250D5658 /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = E6AB4B10067E28E7FA156A177D6C6BA8 /* PBXContainerItemProxy */; }; - FE022196D79DB8CCF44E5F30AB07E64F /* PBXTargetDependency */ = { + FCA74448DD92BB7E9FA5BE7351FA56DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Validator; - target = 44E7E03875D04F3FFAEE1E88F50589CA /* Validator */; - targetProxy = 4D671127B75AD82734C3F6C8120EA590 /* PBXContainerItemProxy */; + name = BigInt; + target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; + targetProxy = 2F86C58296B6E7EB1C2DD502877572B3 /* PBXContainerItemProxy */; + }; + FCA7AEBB510DB10CFF9E7846492CED79 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = NVActivityIndicatorView; + target = AF8A82876C43F4DFD625D1823E680EAC /* NVActivityIndicatorView */; + targetProxy = D74CEAB74E57E143767DDA1F75C0B64A /* PBXContainerItemProxy */; }; - FE137B3F4FE9F7C94E2AA85D3E0E1D44 /* PBXTargetDependency */ = { + FCDBB62AD7E8BEEB0480E903A36CC419 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "GoogleUtilities-GoogleUtilities_Privacy"; - target = 5FF1A58DEEC5DB749FCD6C120B97CC82 /* GoogleUtilities-GoogleUtilities_Privacy */; - targetProxy = 35F858FDC4DFAB94A24ED7E12B482E58 /* PBXContainerItemProxy */; + name = Differ; + target = A325783180C9BEB3D60A7CAD046D1CF8 /* Differ */; + targetProxy = 21935A73F350B30CEB6D994AE43DC70B /* PBXContainerItemProxy */; }; - FE42E1789CBC197617D82716BCF34049 /* PBXTargetDependency */ = { + FD3CCED3841042CB5D6C67F262FB1BFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "libPhoneNumber-iOS"; - target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; - targetProxy = 74D93642D09E9C6FE9F0FC44E46D38B2 /* PBXContainerItemProxy */; + name = iCarousel; + target = 548E0F26A10990707D8D4870D2490ACC /* iCarousel */; + targetProxy = 74D19813E8236960FA391D5F8F9F11F8 /* PBXContainerItemProxy */; }; - FE570CA3E025A89CC605E298B6C5E09D /* PBXTargetDependency */ = { + FD735151D3E629E287307B9B440C2933 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RDHCollectionViewGridLayout; - target = FADB84DF00AA7E5A44B755457F4AF0E2 /* RDHCollectionViewGridLayout */; - targetProxy = 483B4065C335E2B1FAD3F2EF48AB15BF /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 8549A26A8F513345493B955BF74936A0 /* PBXContainerItemProxy */; }; - FE632092639C549E78A0BFCAE9949B6D /* PBXTargetDependency */ = { + FD8A8967C3A1F9959C1DFEF2D88E9112 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = HMSegmentedControl; - target = B4CEB0284B4209C3EB1D2921056254BE /* HMSegmentedControl */; - targetProxy = C88D4D9A882A465508DA0199E9220371 /* PBXContainerItemProxy */; + name = KVOController; + target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; + targetProxy = 6E28240B7FD0AB651822AF0803925013 /* PBXContainerItemProxy */; }; - FECDAFBA1626EC08E88B0845B8372036 /* PBXTargetDependency */ = { + FD95CB7A1CB55F735907E82192401D0D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = 0B00B2C167CD783351BD1D00BD5AD1F8 /* ReachabilitySwift */; - targetProxy = C91B783DF8E42FE67FE868151A3F9C35 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = BB7CEE39F0EF4BAB7283592A07C097B1 /* PBXContainerItemProxy */; }; - FF126B05C08CC989DB885028091E4C57 /* PBXTargetDependency */ = { + FEC44AB84202DA32BB8CA22D3126CA24 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Amplitude-iOS"; - target = B783C6FA652FC4195003054549B87961 /* Amplitude-iOS */; - targetProxy = 08924982C1471769A4FC9327E18305E3 /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 7156A85D571B87E2568D3AE42C06DA51 /* PBXContainerItemProxy */; }; - FF20A25490E60C98826D6C2EB1A97DCC /* PBXTargetDependency */ = { + FEDAAE027C76B31E019C655B78522287 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KVOController; - target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = DA591EE79A3C07B776B2DDBB0DE66592 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = BAD2AFA255D07B6FCEB4AA80D7F86865 /* PBXContainerItemProxy */; }; - FF226030124CE9E365E0791204BBE1F3 /* PBXTargetDependency */ = { + FF08158CBAF116ECE2C627622AAFD6BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageSVGCoder; - target = B856BA85F30B9CB0BFFCDB44F4FB316F /* SDWebImageSVGCoder */; - targetProxy = 314556B36CCB81D2CFD3CDEFAE2C385A /* PBXContainerItemProxy */; + name = Charts; + target = BF03B0B2B8B052092CB5F90CC5FB3757 /* Charts */; + targetProxy = 0C8533C6E41EA48DF026E6BB7E511DB1 /* PBXContainerItemProxy */; }; - FF23AC7184AF7557422B2159A7836142 /* PBXTargetDependency */ = { + FF0A9CB0F213905CA48F22F8EA7E8568 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BigInt; - target = 09DD83B7D075842A3A5105AD410BD38A /* BigInt */; - targetProxy = C1FB51894D902286876EADFB51D07B5C /* PBXContainerItemProxy */; + name = "libPhoneNumber-iOS"; + target = BECD36891A8DC297700F9296F5634B97 /* libPhoneNumber-iOS */; + targetProxy = 9A627D803B2FA1048E0B61681154BB86 /* PBXContainerItemProxy */; }; - FF35DCD8917AB6B37780FCC85B53AE0C /* PBXTargetDependency */ = { + FFC6AC982BA218650FFC9CFDFC41B5D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy"; - target = 9CC46F9FA6BA4F71309A4A4ACA6F02C3 /* GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy */; - targetProxy = D04D0D7293F1FFF1BED246146B7FD7F7 /* PBXContainerItemProxy */; + name = ZSWTappableLabel; + target = 14AD6D3DE5F8E41B9BFDD59D9BAE5959 /* ZSWTappableLabel */; + targetProxy = 4B8F533A41588D6A3AFC26EAF1767D04 /* PBXContainerItemProxy */; }; - FF696AF06810C2AB273A10D76586BB19 /* PBXTargetDependency */ = { + FFC7FF25D4E9EF07409B5656C1DBCD02 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CombineExt; - target = E35C7F15C2ABEA4754F42DB81E82D23D /* CombineExt */; - targetProxy = DCE849F7DAF073CB91DE661BC0F07974 /* PBXContainerItemProxy */; + name = SimpleKeychain; + target = 192AEFA366AAFE1F45B918C022FE489C /* SimpleKeychain */; + targetProxy = 946B8770DF028C85E738DF854477885E /* PBXContainerItemProxy */; }; - FFF585582677F24F90B90A17B17E513D /* PBXTargetDependency */ = { + FFF9F1E98ED98C932B8EC52CA62B39B6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MaterialActivityIndicator; - target = 57D7BFD121CFA8B22535F5601079DEA7 /* MaterialActivityIndicator */; - targetProxy = A217EBA51D2C49A622346D0C31F26D2E /* PBXContainerItemProxy */; + name = FirebaseRemoteConfig; + target = 51471EE35F2E9E19E51A74944E5ABB7F /* FirebaseRemoteConfig */; + targetProxy = 3C9B4D7AE072D80D19BBCCC9DC285ACA /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 014A6AE047154A1094B7DF42587362FB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE77914D08B8EA09BC8306286DFBA655 /* Pods-iOS-CameraParticles.debug.xcconfig */; + baseConfigurationReference = 537D85A2BDFE906D3AA7AF92A146909E /* Pods-iOS-CameraParticles.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33120,7 +33651,7 @@ }; 0176EA66FE85D37D04CE456EBB57D95F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 40E63B6676D704B703A45EAEF01F58E5 /* SimpleKeychain.debug.xcconfig */; + baseConfigurationReference = 29A5E7A91E81E1B155231857F5320702 /* SimpleKeychain.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -33152,9 +33683,27 @@ }; name = Debug; }; + 0261F18E8FA776A5330DA8BF8F68C484 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D5C384836B864B4EA3F83B757477DDFC /* GoogleToolboxForMac.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleToolboxForMac"; + IBSC_MODULE = GoogleToolboxForMac; + INFOPLIST_FILE = "Target Support Files/GoogleToolboxForMac/ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = GoogleToolboxForMac_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 0482DE1D801B78AE8208C9007598646F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 744BDC9F43945B0BE306C8059A4BE513 /* Differ.release.xcconfig */; + baseConfigurationReference = E412301A669B7EA1683F671EE699E0C9 /* Differ.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -33187,11 +33736,10 @@ }; name = Release; }; - 062BE603BFC2F8638BA3C51CDE7C0A4C /* Release */ = { + 04EF980C21580CA33694BA9EA03F6962 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C45C74227382EBB5CE9127F5B7269B8 /* FirebaseABTesting.release.xcconfig */; + baseConfigurationReference = 7F0BC6E5D6354983B6F932C5FDC237E5 /* GoogleDataTransport.debug.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -33200,7 +33748,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseABTesting/FirebaseABTesting-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -33208,23 +33756,22 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseABTesting/FirebaseABTesting.modulemap"; - PRODUCT_MODULE_NAME = FirebaseABTesting; - PRODUCT_NAME = FirebaseABTesting; + MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; 06C0134AC9B8892755F60F69572819ED /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F11BA0867FDE3906A1C89DA5DA05B42A /* Validator.debug.xcconfig */; + baseConfigurationReference = D19C1D37A1952174112C421E7587CB89 /* Validator.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -33256,9 +33803,9 @@ }; name = Debug; }; - 0863558500EBA5D9619ECA7574C156DE /* Debug */ = { + 0A64C239546F6150775C6E9B24306ACE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 268F6265901EF76B0C0DB36EDAE349C9 /* Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig */; + baseConfigurationReference = 6DB55A0334A9A7A066D039402ACF46AC /* Pods-iOS-StatsigInjections.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33270,7 +33817,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests/Pods-iOS-FirebaseStaticInjectionsTests-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -33279,7 +33826,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests/Pods-iOS-FirebaseStaticInjectionsTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -33294,10 +33841,11 @@ }; name = Debug; }; - 0A58A93D9EEF88DDDECC38064CD13FBB /* Release */ = { + 0AA923B0DBD03A2995F477A58C4B92DD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C66D01154E99448C640F6ECF7CF65F2B /* FirebaseCoreExtension.release.xcconfig */; + baseConfigurationReference = DD87C74F7C1F0564CFC7926848912ADC /* Pods-iOS-dydxCarteraTests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -33307,8 +33855,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxCarteraTests/Pods-iOS-dydxCarteraTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -33316,12 +33863,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreExtension; - PRODUCT_NAME = FirebaseCoreExtension; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxCarteraTests/Pods-iOS-dydxCarteraTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -33330,11 +33880,10 @@ }; name = Release; }; - 0AA923B0DBD03A2995F477A58C4B92DD /* Release */ = { + 0C7455323F368FD45EBB487BE5662390 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 63B37877B75285DA0E5D46B57A99999B /* Pods-iOS-dydxCarteraTests.release.xcconfig */; + baseConfigurationReference = 3323E9062D3984BE3EFCC91A5AFD6745 /* FirebaseCoreInternal.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -33344,7 +33893,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxCarteraTests/Pods-iOS-dydxCarteraTests-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"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -33352,15 +33902,12 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxCarteraTests/Pods-iOS-dydxCarteraTests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreInternal; + PRODUCT_NAME = FirebaseCoreInternal; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -33369,45 +33916,80 @@ }; name = Release; }; - 0CE9C4DB040250B7CA2548DA443FF7D2 /* Debug */ = { + 0D483BCCC60CFFFB523CA8C4EAC427E4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CF1BAB234EAEC56B28A6141CFC210582 /* GoogleUtilities.debug.xcconfig */; + baseConfigurationReference = B1756326980A2AEC8CFAE8DBABA2DF1A /* Statsig.debug.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleUtilities"; - IBSC_MODULE = GoogleUtilities; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Statsig/Statsig-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Statsig/Statsig-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GoogleUtilities_Privacy; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Statsig/Statsig.modulemap"; + PRODUCT_MODULE_NAME = Statsig; + PRODUCT_NAME = Statsig; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 0DCE5BDCD25D3487250139CCC13DF4E3 /* Release */ = { + 0DA628C88337CB68C9891921A2952ABE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6C3B0EC6F8F4D0C73921E6B8C2A316E7 /* GTMSessionFetcher.release.xcconfig */; + baseConfigurationReference = 97F044CFFF90B4C7726EC25F479406DD /* FirebaseCoreExtension.release.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GTMSessionFetcher"; - IBSC_MODULE = GTMSessionFetcher; - INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GTMSessionFetcher_Core_Privacy; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreExtension; + PRODUCT_NAME = FirebaseCoreExtension; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; 0E1939CA37CCEA6F4618D584DC1DB0E5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 280E0C040EDD4CE8B7BFE6143F59060A /* Pods-iOS-PlatformRoutingTests.release.xcconfig */; + baseConfigurationReference = FA37802F2C906349496D5252EEE5AD95 /* Pods-iOS-PlatformRoutingTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33444,27 +34026,9 @@ }; name = Release; }; - 0EE36905CF5BFCBF9396238C6AA6C801 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0210097090F548DD833A614C49E15C95 /* GoogleDataTransport.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleDataTransport"; - IBSC_MODULE = GoogleDataTransport; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GoogleDataTransport_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 1026A4C4E3D14E80772312F2B0E31CB2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FCEE33C1F8E5C2B734FE47D799A37192 /* SimpleKeychain.release.xcconfig */; + baseConfigurationReference = ED23D7D6BA985E3BEF8FA06F8416DBC1 /* SimpleKeychain.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -33499,7 +34063,7 @@ }; 10777F4571925595EAA09308AAA83BB3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC667717229F2CB6D836D750241CDB7E /* Pods-iOS-JedioKit.debug.xcconfig */; + baseConfigurationReference = F0A27BDDCD81AA642D247886F17DE097 /* Pods-iOS-JedioKit.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33537,7 +34101,7 @@ }; 10C64F0709A2F5BEFE8875987D9CB0B0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E9C23FC41BBBDFF89AA9E2CF153418F /* Pods-iOS-PlatformParticles.debug.xcconfig */; + baseConfigurationReference = D27096619B7C3CCE8C1148818EB3E564 /* Pods-iOS-PlatformParticles.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33575,7 +34139,7 @@ }; 10FF9FCA7C1FCB4996BE48F8CE73542C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C655D00DD08BAEBB0B66DAB7521465AB /* Pods-iOS-ParticlesCommonModelsTests.release.xcconfig */; + baseConfigurationReference = 41E7B1AF40D9EEA4839BE8C877FB9B68 /* Pods-iOS-ParticlesCommonModelsTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33614,7 +34178,7 @@ }; 113068FF81B1D4FEA7324FEE6A25BC93 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F05F14038FDD9DB47A257FF06AE195D /* Abacus.debug.xcconfig */; + baseConfigurationReference = E0706E95E80AC928F57F6302E736504A /* Abacus.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -33629,11 +34193,10 @@ }; name = Debug; }; - 12E753781601C20FE4A7FCFC0EF351F9 /* Release */ = { + 123758FF31299D464DC66C9EC2ED6AEC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4F1EB24489E6D99444D64E23126E0675 /* FirebaseMessaging.release.xcconfig */; + baseConfigurationReference = 5A38767D95E7D3F196FEA1CB7FCA42F3 /* nanopb.debug.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -33642,7 +34205,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -33650,23 +34214,41 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; - PRODUCT_MODULE_NAME = FirebaseMessaging; - PRODUCT_NAME = FirebaseMessaging; + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; + name = Debug; + }; + 13DB307E38986152024640098D4E596E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6ECE16095781A432FFD67210DF29CD1F /* FirebaseAnalytics.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; name = Release; }; 13EA1AB8A31AE162463FDAE5C630CCF1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BF9381557B1AE241479730C33A6DE01D /* Pods-iOS-PlatformRouting.debug.xcconfig */; + baseConfigurationReference = 37DBEA0570289F365020148BCE289205 /* Pods-iOS-PlatformRouting.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33704,7 +34286,7 @@ }; 14927F7150F1C889316639F86530FAD9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A266076F983B20832F2D3D323455929 /* Pods-iOS-AppsFlyerStaticInjections.release.xcconfig */; + baseConfigurationReference = 946502B6B7B6DC861322907805B5DE35 /* Pods-iOS-AppsFlyerStaticInjections.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33743,7 +34325,7 @@ }; 14FBE588F15922F4E18A5B0FAB81D76F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F83673CE6C51740E314BA26ABC13AA77 /* PanModal.release.xcconfig */; + baseConfigurationReference = 27C3B6BF6BD9A650A9189CD387698A64 /* PanModal.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -33779,7 +34361,7 @@ }; 15041265D088B3CFCBF9351E8132F0E8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C241B13058AA7936BE4208FE4A2F3E16 /* Pods-iOS-PlatformUIJedio.debug.xcconfig */; + baseConfigurationReference = B471B7EE0576E8C01E2635D569914CFC /* Pods-iOS-PlatformUIJedio.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33815,61 +34397,9 @@ }; name = Debug; }; - 1602F8719BDD2D43480AF71F20E76F31 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 28001D42029B86B0F368F2A1F3267434 /* FirebaseCore.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 161968F69B58969AA9EBBD2C77672B79 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 28001D42029B86B0F368F2A1F3267434 /* FirebaseCore.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCore"; - IBSC_MODULE = FirebaseCore; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseCore_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 1983C9438FFFBE33F6F763E04D2F5B62 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 07ADBA4AC7A1303DCB99F1AAAC1243EC /* Pods-iOS-dydxPresenters.debug.xcconfig */; + baseConfigurationReference = 882FE46ED704BB4CD7E834ECB9192AD1 /* Pods-iOS-dydxPresenters.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33907,7 +34437,7 @@ }; 19DD7E014A6DCB030053FBA1AB87AD4A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2446159713DB7A89E0632B2044303CE8 /* FirebaseCrashlytics.debug.xcconfig */; + baseConfigurationReference = C891E882E2CA6C72024BE838361A139C /* FirebaseCrashlytics.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -33941,7 +34471,7 @@ }; 1A38C9405D4B1F21B901E7D416A81C21 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A545C8132189884A1635F87856E99753 /* Pods-iOS-PlatformUI.debug.xcconfig */; + baseConfigurationReference = 2E82CBDE7C402C15F46EF4C5356F1EF7 /* Pods-iOS-PlatformUI.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -33977,27 +34507,27 @@ }; name = Debug; }; - 1AB3F96AB2B664E130F1140C83892F38 /* Release */ = { + 1ADEFAD71C5CA88E5FA7523DA9040828 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C978FF760BFC6028F13A9CF59AE3ED4B /* PromisesSwift.release.xcconfig */; + baseConfigurationReference = BA6178FFA4F6063CB57D0E28B32825A0 /* FirebaseRemoteConfig.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/PromisesSwift"; - IBSC_MODULE = Promises; - INFOPLIST_FILE = "Target Support Files/PromisesSwift/ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseRemoteConfig"; + IBSC_MODULE = FirebaseRemoteConfig; + INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfig/ResourceBundle-FirebaseRemoteConfig_Privacy-FirebaseRemoteConfig-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = Promises_Privacy; + PRODUCT_NAME = FirebaseRemoteConfig_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 1CD7002C329639061D9C8BFFF0159609 /* Release */ = { + 1B4BDCD9273BB0AC308BD7DC3D1CA3E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CC08FE893E903FE09B789F7549BDA05 /* Pods-iOS-dydxFormatterTests.release.xcconfig */; + baseConfigurationReference = 772D38927F2E86CDACC27743BCD4CDF3 /* Pods-iOS-dydxAnalytics.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34009,7 +34539,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxAnalytics/Pods-iOS-dydxAnalytics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -34018,7 +34548,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxAnalytics/Pods-iOS-dydxAnalytics.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -34034,28 +34564,27 @@ }; name = Release; }; - 1CE53793A2CA94F26AF1F636A61027C6 /* Release */ = { + 1C94A0704E5E9D4129C98B06BCD6A2E5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 286FA870662B258F5A52688710E9FDCE /* GoogleAppMeasurement.release.xcconfig */; + baseConfigurationReference = AD499F868B4ACB1F0A2173A0E2A90976 /* SnapKit.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SnapKit"; + IBSC_MODULE = SnapKit; + INFOPLIST_FILE = "Target Support Files/SnapKit/ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); + PRODUCT_NAME = SnapKit_Privacy; SDKROOT = iphoneos; + SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; 1DC54117ED7AEBF4A059BA3646097F4D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7F5E40E31B930AB4C1D8A26E74F8632B /* GTMSessionFetcher.debug.xcconfig */; + baseConfigurationReference = FC98FC809C04A61BB3280CFB157B565D /* GTMSessionFetcher.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -34088,7 +34617,7 @@ }; 1DF31022DDCF25572CE331654724821C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4AF3440DEA579B7BD64CC11E96E25A28 /* Differ.debug.xcconfig */; + baseConfigurationReference = A1FB8F0837E41125262CE9780C3E8F3F /* Differ.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -34122,7 +34651,7 @@ }; 1EA4022B7F00145A616AD3FD43335FCC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD8CEA1E81DA777AE5CE91AD7EA63C4A /* Pods-iOS-Utilities.release.xcconfig */; + baseConfigurationReference = 3B71F700F0954049E22703B0F3CCEC11 /* Pods-iOS-Utilities.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34159,86 +34688,9 @@ }; name = Release; }; - 1FCA66B7451B106FCBD5AD388466C331 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AC9660889F772F88712BD3DBA2803D1C /* Pods-iOS-dydxV4.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 205A5B8CDCD9507AEF9BB48D29E3E752 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AAC14C1AF0DD976589E863A43A488642 /* Pods-iOS-dydxV4Tests.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 205B062120CED0B97673F83570071FF3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5974EFC6CE64C9FFCDA45D58D26845B8 /* NVActivityIndicatorView.debug.xcconfig */; + baseConfigurationReference = 9D7D560C8EE134E0CB7AB1CA04F64205 /* NVActivityIndicatorView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -34272,7 +34724,7 @@ }; 20BB8C9AD45C764E7132421666600A52 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CCB967002A637765DF194DE9538B1BD1 /* Pods-iOS-PlatformUIJedioTests.debug.xcconfig */; + baseConfigurationReference = CFB49B177EB23C5BFB87DC82492383E3 /* Pods-iOS-PlatformUIJedioTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34310,7 +34762,7 @@ }; 211DBE11B9895C587C6EDE7933F0AE5D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8FFEEFB8CF1E8DC8BC671F34B41FC9CB /* Pods-iOS-RoutingKitTests.release.xcconfig */; + baseConfigurationReference = C240F794C07CC013471F3E52C8D819D4 /* Pods-iOS-RoutingKitTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34349,7 +34801,7 @@ }; 214C36670F8F28ED2205D3B65FAC2856 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FDF97DDB1D09E6D793AAE371E56741A4 /* Pods-iOS-dydxCartera.release.xcconfig */; + baseConfigurationReference = EC5F8D1071EF76A867F5452F0D4B1B6F /* Pods-iOS-dydxCartera.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34388,7 +34840,7 @@ }; 2196921D448C00D7E290234C1661D85E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D8BAEAC1E94B5E05EB57FB7165D62C4A /* GoogleToolboxForMac.debug.xcconfig */; + baseConfigurationReference = 762034EC8E4E423DB2462FE7450E56E8 /* GoogleToolboxForMac.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -34421,48 +34873,16 @@ }; name = Debug; }; - 21A29DCCEED468398691B3B9519B5BCA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7BC265676907A6BC3F679BB80090FC6 /* PromisesObjC.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - 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"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = FBLPromises; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 22BA7DCEC7F1A7DFE98E181EF3BA315A /* Debug */ = { + 2201A2A4871B888CBE354392A316B76E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2446159713DB7A89E0632B2044303CE8 /* FirebaseCrashlytics.debug.xcconfig */; + baseConfigurationReference = D532094DEFC0043F658D20BA783C770C /* FirebaseCoreInternal.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCrashlytics"; - IBSC_MODULE = FirebaseCrashlytics; - INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCoreInternal"; + IBSC_MODULE = FirebaseCoreInternal; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseCrashlytics_Privacy; + PRODUCT_NAME = FirebaseCoreInternal_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -34473,7 +34893,7 @@ }; 2571744D5330E6BEC298090C07B60E01 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3671641A4540097DEDA4FD38B5AB7D0C /* Pods-iOS-dydxCartera.debug.xcconfig */; + baseConfigurationReference = AD8238EAFAF50D91456950919DF5D85A /* Pods-iOS-dydxCartera.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34511,7 +34931,7 @@ }; 25E85FBE0A5090FAB885412DDE81A916 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0BA79D2618AAED998ECFF60D786B4E73 /* Pods-iOS-PlatformRoutingTests.debug.xcconfig */; + baseConfigurationReference = 745BBB05961D87C5EF1B52698C94CA33 /* Pods-iOS-PlatformRoutingTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34549,7 +34969,7 @@ }; 25FF11868C9E16D275DDAC52EB5AB92B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B6DBABF7F295F13244C9B409354F554 /* EasyTipView.release.xcconfig */; + baseConfigurationReference = 7D6AF87DD1B5808A2AEF43AC0743DB17 /* EasyTipView.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -34585,7 +35005,7 @@ }; 278F96E0D6F022FB40BD828F51E94D99 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 75BE348BD9BEE6EE1C0C1C277B5A860D /* BigInt.release.xcconfig */; + baseConfigurationReference = D67BF84B929355F1D0FE4265BD31B1B7 /* BigInt.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -34620,7 +35040,7 @@ }; 291294365755EFB50BE309D618407431 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B0985A272952C6E9BE98AA6FE7AEAAD2 /* Pods-iOS-dydxChartTests.debug.xcconfig */; + baseConfigurationReference = EC17E212B87CF1B548CA0CE5BCECD526 /* Pods-iOS-dydxChartTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34656,9 +35076,45 @@ }; name = Debug; }; + 2B7B4519D8683596106047881B246770 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2F6FE255ABAB5D7100E33E1CE56D7F46 /* GoogleUtilities.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleUtilities"; + IBSC_MODULE = GoogleUtilities; + INFOPLIST_FILE = "Target Support Files/GoogleUtilities/ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = GoogleUtilities_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 2C286444512362AF7A444FF3B5E938FE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8ED194EAF1AF1D98627254C9B67096EB /* Firebase-360edc41.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 2D06B2817B4987F6B0AEDCB2629A38CB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52652E3B37BCFE89EC6AC97E47633EE4 /* Pods-iOS-PlatformParticles.release.xcconfig */; + baseConfigurationReference = 9DDFD0C9A9CADF3968831FC7D10FBEBE /* Pods-iOS-PlatformParticles.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34695,45 +35151,9 @@ }; name = Release; }; - 2D63D96D2FCF87BD5FF9A8D008BFBC2B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5D74073CE77F85F4459C7F235BF601A3 /* FirebaseMessaging.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseMessaging"; - IBSC_MODULE = FirebaseMessaging; - INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseMessaging_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 2DB622436255E3E6205A79BCF1928A60 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7BC265676907A6BC3F679BB80090FC6 /* PromisesObjC.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/PromisesObjC"; - IBSC_MODULE = FBLPromises; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FBLPromises_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 2E5DA9E00E1684140200A5756972718F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 715C4E510E29B253964023AA0AD9E137 /* Pods-iOS-WebParticlesTests.debug.xcconfig */; + baseConfigurationReference = BE33538AB47D25FED588189CD7F5D79F /* Pods-iOS-WebParticlesTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -34769,16 +35189,16 @@ }; name = Debug; }; - 2EE06BB96614DF5BDC8099268590B9D9 /* Debug */ = { + 2FC0C01C9B08A613CFA4C5831B067D56 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F1CAE469AF7D89855EA53A898F47DF9 /* SDWebImageSwiftUI.debug.xcconfig */; + baseConfigurationReference = 0C26E401F3BC36545993B96D17A08CA8 /* FirebaseCoreExtension.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImageSwiftUI"; - IBSC_MODULE = SDWebImageSwiftUI; - INFOPLIST_FILE = "Target Support Files/SDWebImageSwiftUI/ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCoreExtension"; + IBSC_MODULE = FirebaseCoreExtension; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreExtension/ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = SDWebImageSwiftUI; + PRODUCT_NAME = FirebaseCoreExtension_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -34787,52 +35207,34 @@ }; name = Debug; }; - 32257DE461F6A79C657C4B7A599E036B /* Debug */ = { + 2FE0581064EEAA289FA9C0CA9620842D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7F5E40E31B930AB4C1D8A26E74F8632B /* GTMSessionFetcher.debug.xcconfig */; + baseConfigurationReference = 6D1CD1E105F12FF5574E52CF551019D4 /* FirebaseAnalytics.debug.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GTMSessionFetcher"; - IBSC_MODULE = GTMSessionFetcher; - INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GTMSessionFetcher_Core_Privacy; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); SDKROOT = iphoneos; - SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 3284DAE65FE308E11C2E228D33E8A246 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4F1EB24489E6D99444D64E23126E0675 /* FirebaseMessaging.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseMessaging"; - IBSC_MODULE = FirebaseMessaging; - INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseMessaging_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 34DDD1D7A62A4B121092F1CA62A50AE8 /* Debug */ = { + 3094408625E69DCF9E86512F819EAA03 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 172AB4144326921BC0CB9652C6675DA1 /* AppsFlyerFramework.debug.xcconfig */; + baseConfigurationReference = 7F0BC6E5D6354983B6F932C5FDC237E5 /* GoogleDataTransport.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AppsFlyerFramework"; - IBSC_MODULE = AppsFlyerFramework; - INFOPLIST_FILE = "Target Support Files/AppsFlyerFramework/ResourceBundle-AppsFlyerLib_Privacy-AppsFlyerFramework-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleDataTransport"; + IBSC_MODULE = GoogleDataTransport; + INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = AppsFlyerLib_Privacy; + PRODUCT_NAME = GoogleDataTransport_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -34841,16 +35243,16 @@ }; name = Debug; }; - 350B9AB71D2BDD4BAF729D5307D22426 /* Release */ = { + 324B601E5419E246CDCF6A576D7D0DB2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E33D907738ED41C5C093D84E8CDE19FA /* SnapKit.release.xcconfig */; + baseConfigurationReference = 97F044CFFF90B4C7726EC25F479406DD /* FirebaseCoreExtension.release.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SnapKit"; - IBSC_MODULE = SnapKit; - INFOPLIST_FILE = "Target Support Files/SnapKit/ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist"; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCoreExtension"; + IBSC_MODULE = FirebaseCoreExtension; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreExtension/ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = SnapKit_Privacy; + PRODUCT_NAME = FirebaseCoreExtension_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -34859,10 +35261,12 @@ }; name = Release; }; - 35D6DB85A369EEE475DC79B095E61918 /* Debug */ = { + 351E3F50446BA901B1B5AA16B7EF154A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 381667EC6325784CDD0D309627D10BFC /* PromisesSwift.debug.xcconfig */; + baseConfigurationReference = 2A37BCBD973D2BE6B72F9DD7DA59CA85 /* Pods-iOS-StatsigInjections.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -34871,8 +35275,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/PromisesSwift/PromisesSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PromisesSwift/PromisesSwift-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -34880,22 +35283,44 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/PromisesSwift/PromisesSwift.modulemap"; - PRODUCT_MODULE_NAME = Promises; - PRODUCT_NAME = Promises; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; + name = Release; + }; + 35B739EE239D264256F9C463F0E10C49 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5C5691BB43DC8131AC9999C05574AA5D /* FirebaseABTesting.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseABTesting"; + IBSC_MODULE = FirebaseABTesting; + INFOPLIST_FILE = "Target Support Files/FirebaseABTesting/ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = FirebaseABTesting_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; name = Debug; }; 372F0D6B058EE3D21656CFF914431462 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 92BC3A57A0099A0004E287343564A2EA /* CocoaLumberjack.release.xcconfig */; + baseConfigurationReference = E6119719ABE9F52AAD6573B4F34BE8CB /* CocoaLumberjack.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -34931,7 +35356,7 @@ }; 374818FDEA874B0027D4960FA1496656 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6259AFA27B62C25A949385BB2E3D90D /* FloatingPanel.debug.xcconfig */; + baseConfigurationReference = D5D3BA9D17E2E57455DFAD6013C38792 /* FloatingPanel.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -34964,29 +35389,28 @@ }; name = Debug; }; - 38B33FE44CE1D0BD97743D282FFFDC5C /* Release */ = { + 3788D0EAC2C8748934816F329A39CD13 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6C3B0EC6F8F4D0C73921E6B8C2A316E7 /* GTMSessionFetcher.release.xcconfig */; + baseConfigurationReference = B1756326980A2AEC8CFAE8DBABA2DF1A /* Statsig.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GTMSessionFetcher"; - IBSC_MODULE = GTMSessionFetcher; - INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Statsig"; + IBSC_MODULE = Statsig; + INFOPLIST_FILE = "Target Support Files/Statsig/ResourceBundle-Statsig-Statsig-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GTMSessionFetcher_Full_Privacy; + PRODUCT_NAME = Statsig; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - 3904C89694AA606B300327497FA674CA /* Release */ = { + 395477E8D2C2749B0B7FD6C35A4CC7EF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E569E9B663DED5EFE306835E1D0B30BB /* Pods-iOS-FirebaseStaticInjections.release.xcconfig */; + baseConfigurationReference = 787BC1BE58468F96B974B8B32C79DB1B /* FirebaseCore.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -34996,7 +35420,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjections/Pods-iOS-FirebaseStaticInjections-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -35004,26 +35428,74 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjections/Pods-iOS-FirebaseStaticInjections.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; + }; + 3C669EA28D8847CC2F674B6A6EC60D63 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D6D6A5C087CEB2499199317D9A0440CB /* SDWebImage.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImage"; + IBSC_MODULE = SDWebImage; + INFOPLIST_FILE = "Target Support Files/SDWebImage/ResourceBundle-SDWebImage-SDWebImage-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = SDWebImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 3C6AC5A4427061F99B2FC3118D39860A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A7D64560D1C4FFEC2560001DF12C82FF /* FirebaseSessions.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseSessions/FirebaseSessions-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseSessions/FirebaseSessions.modulemap"; + PRODUCT_MODULE_NAME = FirebaseSessions; + PRODUCT_NAME = FirebaseSessions; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; }; 3C823A8B3CD48784A0CA28EC390FA292 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2EE30A09C64062510832CF73DBE5AA0C /* EasyTipView.debug.xcconfig */; + baseConfigurationReference = 3BAFB957ECFADB0D4EFF39CB685650D9 /* EasyTipView.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -35058,7 +35530,7 @@ }; 3D0D0AE9CE7D102D11C605F995B1C133 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 32DE7B6EB9BEF57C59018357DD69196E /* Pods-iOS-AmplitudeInjectionsTests.debug.xcconfig */; + baseConfigurationReference = F0FFCE233AFEDD916F7CECEFDAD32A36 /* Pods-iOS-AmplitudeInjectionsTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -35094,9 +35566,27 @@ }; name = Debug; }; + 3D1A1B76D8903004D0FFF8010EDE1FB9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C544BB01F9982254D5D2D3A8CA3F5B33 /* ReachabilitySwift.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/ReachabilitySwift"; + IBSC_MODULE = Reachability; + INFOPLIST_FILE = "Target Support Files/ReachabilitySwift/ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = ReachabilitySwift; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 3E3FAC3346EAABF27B33D84CCA31C335 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 863334BF05E211E896E065A6BCB460D5 /* Pods-iOS-RoutingKit.release.xcconfig */; + baseConfigurationReference = BD4431366CF80BD2A9CDA1F848FE6A5B /* Pods-iOS-RoutingKit.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -35133,9 +35623,44 @@ }; name = Release; }; + 3EA2FDEE0E936868E0FF2A2D316A748E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2F05D79BF9D203673C638EF44B0E5B25 /* FirebaseMessaging.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; + PRODUCT_MODULE_NAME = FirebaseMessaging; + PRODUCT_NAME = FirebaseMessaging; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 408ABFF9AB9855D1CB6030B784FBAEEC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 251AC1BAC6BA956BBF33207C22C5FA9C /* ReachabilitySwift.release.xcconfig */; + baseConfigurationReference = 8EF6CE48EB77AFAD4CED8F290D8DEE44 /* ReachabilitySwift.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -35171,7 +35696,7 @@ }; 4110D48562E41EA4F49F70C62A12DF60 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D30AAF670BD75580819B7933BDE504E2 /* Pods-iOS-WebParticles.debug.xcconfig */; + baseConfigurationReference = 0C5BBFE02687C03B530D0CED8C089919 /* Pods-iOS-WebParticles.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -35209,7 +35734,7 @@ }; 4131ECD3E3E263D9D2666953A39D7574 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 398DBED577696105F30F54E066807E2C /* GoogleToolboxForMac.release.xcconfig */; + baseConfigurationReference = D5C384836B864B4EA3F83B757477DDFC /* GoogleToolboxForMac.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -35245,7 +35770,7 @@ }; 41D99213EDF82FE35283F6CAE66E042D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B491B1E6B194AB94CD64D6BEE0E810C1 /* MaterialActivityIndicator.debug.xcconfig */; + baseConfigurationReference = 3E56DFD413DC4F29467CFF7A848CC964 /* MaterialActivityIndicator.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -35277,9 +35802,47 @@ }; name = Debug; }; + 42B9B7BC909218EB8300E24B70D28AB2 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BA1F85D11FA6353933B13DDAB2E91BA4 /* Pods-iOS-dydxFormatter.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 43403367783FAECF5F8D5F0B7C4F8338 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9AB6C74026915DD39B46A77669306768 /* Pods-iOS-UtilitiesTests.release.xcconfig */; + baseConfigurationReference = D4A3887BFBF18EC40AD46979C3C053F1 /* Pods-iOS-UtilitiesTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -35316,10 +35879,30 @@ }; name = Release; }; - 43DA7900231DA67FDC6A0E7925B28D08 /* Release */ = { + 44173D54F98B7009010D4B0A20FDFEE2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3784D75E79CFF77036CB1BAB23371D1E /* PromisesObjC.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/PromisesObjC"; + IBSC_MODULE = FBLPromises; + INFOPLIST_FILE = "Target Support Files/PromisesObjC/ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = FBLPromises_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 46143FB66697814627CEBF98CF6A24DB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC8552CD623E1E4491003E40C0C8CA62 /* GoogleUtilities.release.xcconfig */; + baseConfigurationReference = 44700A6ABDB77DA97D6156DDFC081ECF /* Pods-iOS-ParticlesKitTests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -35328,7 +35911,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/Pods-iOS-ParticlesKitTests/Pods-iOS-ParticlesKitTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -35336,12 +35919,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-ParticlesKitTests/Pods-iOS-ParticlesKitTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -35350,9 +35936,41 @@ }; name = Release; }; - 46143FB66697814627CEBF98CF6A24DB /* Release */ = { + 46806E2847348F69F43B4F69CBCC4BD0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BDE7003C722C5997F2D545A82B297565 /* PromisesObjC.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + 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"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = FBLPromises; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 46C706BB4C787F960BBFA1CBE65D2659 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BA51DFB2AE077D237D6AF12F73B04BE8 /* Pods-iOS-ParticlesKitTests.release.xcconfig */; + baseConfigurationReference = 8B782028B8447716DA57A978233E145F /* Pods-iOS-dydxAnalytics.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -35364,7 +35982,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-ParticlesKitTests/Pods-iOS-ParticlesKitTests-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxAnalytics/Pods-iOS-dydxAnalytics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -35373,7 +35991,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-ParticlesKitTests/Pods-iOS-ParticlesKitTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxAnalytics/Pods-iOS-dydxAnalytics.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -35383,15 +36001,14 @@ SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; 47CCAC845D8FC97C5C41AE4A24578567 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F31A18A6D3C979C9000CC0982C8067F /* DrawerMenu.debug.xcconfig */; + baseConfigurationReference = B12CCF64A14F6CD42C07DB77F775AB5C /* DrawerMenu.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -35424,27 +36041,27 @@ }; name = Debug; }; - 49E8B83CF0484D093C7982A68D48134E /* Debug */ = { + 494B5FE5A800FB6FA8F72C8450B919F6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 93C43321A9BF377DDF293DAB03F6C131 /* FirebaseABTesting.debug.xcconfig */; + baseConfigurationReference = D5C384836B864B4EA3F83B757477DDFC /* GoogleToolboxForMac.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseABTesting"; - IBSC_MODULE = FirebaseABTesting; - INFOPLIST_FILE = "Target Support Files/FirebaseABTesting/ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleToolboxForMac"; + IBSC_MODULE = GoogleToolboxForMac; + INFOPLIST_FILE = "Target Support Files/GoogleToolboxForMac/ResourceBundle-GoogleToolboxForMac_Logger_Privacy-GoogleToolboxForMac-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseABTesting_Privacy; + PRODUCT_NAME = GoogleToolboxForMac_Logger_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; 4BA394CC609D08032B79248BE82C8C1C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 478A318055ACB839FCA6F8FEB824AB1F /* Pods-iOS-UIToolkits.debug.xcconfig */; + baseConfigurationReference = 93FA15EE1C87DC355623621E4617CD2D /* Pods-iOS-UIToolkits.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -35480,11 +36097,10 @@ }; name = Debug; }; - 4BAC7EC35AEC1CB1BD5D4BCEDDC36EEB /* Debug */ = { + 4DE3E1F48C573E8875EBD030C51CF0F2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 062508C13D13B8BBF426FDEC18BB96D7 /* FirebaseRemoteConfigInterop.debug.xcconfig */; + baseConfigurationReference = B4EC05B80845ECB5123EF433B46BF475 /* Amplitude-iOS.release.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -35493,7 +36109,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Amplitude-iOS/Amplitude-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Amplitude-iOS/Amplitude-iOS-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -35501,41 +36118,26 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.modulemap"; - PRODUCT_MODULE_NAME = FirebaseRemoteConfigInterop; - PRODUCT_NAME = FirebaseRemoteConfigInterop; + MODULEMAP_FILE = "Target Support Files/Amplitude-iOS/Amplitude-iOS.modulemap"; + PRODUCT_MODULE_NAME = Amplitude_iOS; + PRODUCT_NAME = Amplitude_iOS; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; - }; - 4C65BD04A1224DCCE0E0EF64119EAA29 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 84A173E99ACA66A31CFAE2F9BD231751 /* FirebaseRemoteConfig.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseRemoteConfig"; - IBSC_MODULE = FirebaseRemoteConfig; - INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfig/ResourceBundle-FirebaseRemoteConfig_Privacy-FirebaseRemoteConfig-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseRemoteConfig_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; + name = Release; }; - 4DE3E1F48C573E8875EBD030C51CF0F2 /* Release */ = { + 4EE6E212BAE83D043BD9FF283A9147A3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 14F49E955D9E5D5FBD64232A706146C7 /* Amplitude-iOS.release.xcconfig */; + baseConfigurationReference = DC2D4E53090C6DA99478B3C89C4C20FA /* Pods-iOS-FirebaseStaticInjections.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -35544,8 +36146,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Amplitude-iOS/Amplitude-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Amplitude-iOS/Amplitude-iOS-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjections/Pods-iOS-FirebaseStaticInjections-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -35553,12 +36154,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/Amplitude-iOS/Amplitude-iOS.modulemap"; - PRODUCT_MODULE_NAME = Amplitude_iOS; - PRODUCT_NAME = Amplitude_iOS; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjections/Pods-iOS-FirebaseStaticInjections.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -35567,45 +36171,45 @@ }; name = Release; }; - 4E1355CCFBF502310F61946E308A9A39 /* Debug */ = { + 4F0A010D2005E39397978B10BEB05EB3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B1C3EC074CA4DBF17E8DDB1E4A95F126 /* Firebase-5a1e767e.debug.xcconfig */; + baseConfigurationReference = 8EF6CE48EB77AFAD4CED8F290D8DEE44 /* ReachabilitySwift.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/ReachabilitySwift"; + IBSC_MODULE = Reachability; + INFOPLIST_FILE = "Target Support Files/ReachabilitySwift/ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); + PRODUCT_NAME = ReachabilitySwift; SDKROOT = iphoneos; + SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - 4E780DAEFB6AD518F03EA4C8D39375D1 /* Debug */ = { + 4FC0A179972E4E682753C3F6AC2CF28C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4C0D0AD5CB02DA6260A1A5DC0C286F67 /* nanopb.debug.xcconfig */; + baseConfigurationReference = 7C82458722FD9C49258FA25D878DD3AC /* Firebase-40c737bb.debug.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/nanopb"; - IBSC_MODULE = nanopb; - INFOPLIST_FILE = "Target Support Files/nanopb/ResourceBundle-nanopb_Privacy-nanopb-Info.plist"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = nanopb_Privacy; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); SDKROOT = iphoneos; - SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; }; name = Debug; }; 506C6E037792F14FD0EF187BA0F6B75F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 172AB4144326921BC0CB9652C6675DA1 /* AppsFlyerFramework.debug.xcconfig */; + baseConfigurationReference = 803730A5F163A2D2BE3932CFADCE4268 /* AppsFlyerFramework.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -35621,11 +36225,10 @@ }; name = Debug; }; - 51A5F5DAD98F9E5ADD4860ECF9ADF4D3 /* Debug */ = { + 50F688492D599866D47D5396F66AC366 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 93C43321A9BF377DDF293DAB03F6C131 /* FirebaseABTesting.debug.xcconfig */; + baseConfigurationReference = 1CE95C1E8FF63F5A2D09512282EE2C9E /* GoogleDataTransport.release.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -35634,7 +36237,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseABTesting/FirebaseABTesting-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -35642,22 +36245,23 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseABTesting/FirebaseABTesting.modulemap"; - PRODUCT_MODULE_NAME = FirebaseABTesting; - PRODUCT_NAME = FirebaseABTesting; + MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 51CB55019D2900A837C1B5B4652AC3C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ACD27C7304F379FBD78E4658E6B57A34 /* RDHCollectionViewGridLayout.release.xcconfig */; + baseConfigurationReference = C638A96B68510225E9A9AC9D92420E3D /* RDHCollectionViewGridLayout.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -35692,7 +36296,7 @@ }; 52340A4383F61E9248E1B931D06626DD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D0A02EB86B47B94D3702E2CB76209EC6 /* Pods-iOS-dydxPresenters.release.xcconfig */; + baseConfigurationReference = BEE8138F6EC7A99E55ADE1E074D41A6A /* Pods-iOS-dydxPresenters.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -35731,7 +36335,7 @@ }; 5395CD35994CB01204B337AC73F7B216 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20D017767C9E85269ABC59A2A76C8C56 /* RDHCollectionViewGridLayout.debug.xcconfig */; + baseConfigurationReference = 6746C4799D2BD76EF190EA4D90B3E7E6 /* RDHCollectionViewGridLayout.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -35763,9 +36367,9 @@ }; name = Debug; }; - 564200DB833E2F75459A5B21E3547ED4 /* Release */ = { + 546C87725D85EAF935BBEC1CA4E2B7A1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F66D8341C2C0BF1731F86042488CE442 /* AppsFlyerFramework.release.xcconfig */; + baseConfigurationReference = FDCE99FF6D188BF682CAEBE561680605 /* AppsFlyerFramework.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AppsFlyerFramework"; @@ -35781,27 +36385,27 @@ }; name = Release; }; - 57B26EFE0207799BCC7CD5DD47F54258 /* Release */ = { + 56E3C1CE28DA22DCD51B110EF44E10B3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0BD3DFD326EBDC7218E239234035C73F /* FirebaseCrashlytics.release.xcconfig */; + baseConfigurationReference = 59B683C4894B55995DCA1D9445664775 /* FirebaseMessaging.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCrashlytics"; - IBSC_MODULE = FirebaseCrashlytics; - INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseMessaging"; + IBSC_MODULE = FirebaseMessaging; + INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseCrashlytics_Privacy; + PRODUCT_NAME = FirebaseMessaging_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; 5841D753853226B94A5B22EBE43EF046 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E1D8B5E0CD818AD7233563E4AD3D2013 /* Pods-iOS-PlatformParticlesTests.release.xcconfig */; + baseConfigurationReference = AED770EF88E5D364D61BD4637CB222C4 /* Pods-iOS-PlatformParticlesTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -35838,27 +36442,9 @@ }; name = Release; }; - 5944258FF907A693ABBE075439BC4EB6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4A277E478EC8D24653731C773917C46C /* FirebaseCoreInternal.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCoreInternal"; - IBSC_MODULE = FirebaseCoreInternal; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseCoreInternal_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 5B6381638BF904497B44A966844F2AB6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 390E2FCC208F14DD3221B32599AEB6B6 /* iCarousel.release.xcconfig */; + baseConfigurationReference = CD10E636F5AE69CBEF174422814DC936 /* iCarousel.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -35893,7 +36479,7 @@ }; 5B8B1C2D736E8403BE6FB79DF73EFF2A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2CD7C5CD4CF6B74F89A6B18429BF6427 /* Pods-iOS-dydxViewsTests.debug.xcconfig */; + baseConfigurationReference = 82FA646F4FADB027BFEF0779063914F0 /* Pods-iOS-dydxViewsTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -35931,7 +36517,7 @@ }; 5C1C25482D93B6BA88126BDC6CFE9AB4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A0667977DA9A268468C0E50FB139BE6A /* Charts.release.xcconfig */; + baseConfigurationReference = 187FFEF78D02C7D3793B34A79D7B1D7E /* Charts.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -35964,59 +36550,18 @@ }; name = Release; }; - 5C79A6DA7D28279C923DB0037F4C764A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 78B383D55A57A0559A2AEBC974E3F35E /* Pods-iOS-dydxFormatter.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 5FFA60B44B62C5342AF790C7FD335F87 /* Release */ = { + 5F23A114B4B1AFD5F2FCEEAA4B8822BA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7408A1231719E3BC2CAD7F21C3659045 /* FirebaseSharedSwift.release.xcconfig */; + baseConfigurationReference = 3784D75E79CFF77036CB1BAB23371D1E /* PromisesObjC.release.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseSharedSwift/FirebaseSharedSwift-Info.plist"; + INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -36024,9 +36569,9 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseSharedSwift/FirebaseSharedSwift.modulemap"; - PRODUCT_MODULE_NAME = FirebaseSharedSwift; - PRODUCT_NAME = FirebaseSharedSwift; + MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = FBLPromises; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -36040,7 +36585,7 @@ }; 6091E7DFC2E67727F420C2D590286A8C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66877537DA06A5997D993420129F0270 /* SVGKit.release.xcconfig */; + baseConfigurationReference = BA33686B99B4D41C9AF56F2DBDC3323A /* SVGKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -36075,7 +36620,7 @@ }; 61578F13AE35B35FD238A87379C1112B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F8C2EC0300E59C680CBFCB923F1BDCB2 /* MaterialActivityIndicator.release.xcconfig */; + baseConfigurationReference = 00EFAD28CC48514E1B783A1C992733F1 /* MaterialActivityIndicator.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -36110,7 +36655,7 @@ }; 615A957559AFFAF228F0688F7741D0B2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F1CAE469AF7D89855EA53A898F47DF9 /* SDWebImageSwiftUI.debug.xcconfig */; + baseConfigurationReference = B06F86E1EF7FD9365FD4C2CFE82B9A93 /* SDWebImageSwiftUI.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -36143,16 +36688,71 @@ }; name = Debug; }; - 65C87004C6812C2368EF14162CB1CD44 /* Release */ = { + 61CD39DD39C28C756D286D4A92F2D740 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 251AC1BAC6BA956BBF33207C22C5FA9C /* ReachabilitySwift.release.xcconfig */; + baseConfigurationReference = 1CE95C1E8FF63F5A2D09512282EE2C9E /* GoogleDataTransport.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/ReachabilitySwift"; - IBSC_MODULE = Reachability; - INFOPLIST_FILE = "Target Support Files/ReachabilitySwift/ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleDataTransport"; + IBSC_MODULE = GoogleDataTransport; + INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = ReachabilitySwift; + PRODUCT_NAME = GoogleDataTransport_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 61D02650435FA0EA3124F2A6E5D0FF38 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2C65EC39591EF82BD1479AAD612CE996 /* PromisesSwift.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/PromisesSwift"; + IBSC_MODULE = Promises; + INFOPLIST_FILE = "Target Support Files/PromisesSwift/ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = Promises_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 620163D7FC2D6BE22187969D22D579ED /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46AF8D74D6DC57835A51C86403EDAC30 /* Firebase-360edc41.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 625C89A6F40238DDA51623112CB9CF99 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E6119719ABE9F52AAD6573B4F34BE8CB /* CocoaLumberjack.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/CocoaLumberjack"; + IBSC_MODULE = CocoaLumberjack; + INFOPLIST_FILE = "Target Support Files/CocoaLumberjack/ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = CocoaLumberjackPrivacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -36163,7 +36763,7 @@ }; 661ED3468357BA27CE6A92FD2EB383F9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7634797B911DBF5238C26238C990C44 /* Pods-iOS-CameraParticlesTests.debug.xcconfig */; + baseConfigurationReference = A09C43F55B0966677531E2A9506168BE /* Pods-iOS-CameraParticlesTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36199,9 +36799,9 @@ }; name = Debug; }; - 675C5C4BC4299628AB30F105209CE60C /* Debug */ = { + 6737BF6CD9342AFA479600B87DBB5C3C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 117095D98A43BA5228734A6F5CE40B1C /* FirebasePerformance.debug.xcconfig */; + baseConfigurationReference = 968437D06C23CB52072B4287E1AFE4DA /* FirebaseCore.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -36212,7 +36812,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebasePerformance/FirebasePerformance-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -36220,22 +36820,41 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebasePerformance/FirebasePerformance.modulemap"; - PRODUCT_MODULE_NAME = FirebasePerformance; - PRODUCT_NAME = FirebasePerformance; + MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 6812B2468B5056D4815690B5B896CBB6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A3E85A3F6E268C1D60FB0DD20B292479 /* Statsig.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Statsig"; + IBSC_MODULE = Statsig; + INFOPLIST_FILE = "Target Support Files/Statsig/ResourceBundle-Statsig-Statsig-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = Statsig; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; 69D11B5ACF679826394ED0427FD2BA89 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 481420E74B910CCDCF489C32AE0EFE1D /* Pods-iOS-WebParticlesTests.release.xcconfig */; + baseConfigurationReference = D5B959A47781A8C910BE145338896BAD /* Pods-iOS-WebParticlesTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36272,9 +36891,9 @@ }; name = Release; }; - 6A6AD647A6FBF7D44669F3E6599FDE4D /* Debug */ = { + 6FC9E3544EC50A823A6C411B6EF4DF7B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 84A173E99ACA66A31CFAE2F9BD231751 /* FirebaseRemoteConfig.debug.xcconfig */; + baseConfigurationReference = CA33BD7F98661E82D144B8BC015CDE8D /* FirebaseInstallations.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -36285,7 +36904,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfig/FirebaseRemoteConfig-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -36293,22 +36912,23 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseRemoteConfig/FirebaseRemoteConfig.modulemap"; - PRODUCT_MODULE_NAME = FirebaseRemoteConfig; - PRODUCT_NAME = FirebaseRemoteConfig; + MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 6E992601CBD2EFC23A9DBD7DD6180B63 /* Debug */ = { + 71EF84F1314733BEDE000AF959264A8A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EA9D3348DDE811FF3ABC0353C3D4AF9E /* FirebaseAnalytics.debug.xcconfig */; + baseConfigurationReference = 6AC6753309962154A67FD821BA1438DA /* GoogleAppMeasurement.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -36321,12 +36941,47 @@ SDKROOT = iphoneos; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 72D66E21519DFCFE3251CE69B08DB83A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2C65EC39591EF82BD1479AAD612CE996 /* PromisesSwift.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/PromisesSwift/PromisesSwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PromisesSwift/PromisesSwift-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/PromisesSwift/PromisesSwift.modulemap"; + PRODUCT_MODULE_NAME = Promises; + PRODUCT_NAME = Promises; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; 7368C86327FBB7D9FBF4FCDEF5608D60 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D792B98F0229412F41F7387D5AE5A655 /* Pods-iOS-ParticlesCommonModelsTests.debug.xcconfig */; + baseConfigurationReference = 26995C193AB446719BF1D28FC5783EA7 /* Pods-iOS-ParticlesCommonModelsTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36362,10 +37017,11 @@ }; name = Debug; }; - 74B04BFC59B330FDA617CDCDFDF81AE2 /* Debug */ = { + 74496232B7C21F1F0A76857C147B7A0B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CF1BAB234EAEC56B28A6141CFC210582 /* GoogleUtilities.debug.xcconfig */; + baseConfigurationReference = A6598FC624E78DCD3D4CFD45459CC073 /* FirebaseSessions.release.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -36374,7 +37030,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/FirebaseSessions/FirebaseSessions-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -36382,22 +37038,23 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; + MODULEMAP_FILE = "Target Support Files/FirebaseSessions/FirebaseSessions.modulemap"; + PRODUCT_MODULE_NAME = FirebaseSessions; + PRODUCT_NAME = FirebaseSessions; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 76A72AA4D0D0E5837AA23AFE8733C396 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F8E80C11300F894831A6A39566ADEC99 /* KVOController.debug.xcconfig */; + baseConfigurationReference = 5D654B1FE31667D78FB208A3396D7CA7 /* KVOController.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -36429,16 +37086,16 @@ }; name = Debug; }; - 77BD2744C56A6B755C4C07026ACDBAE8 /* Debug */ = { + 76D5291CD00C80F4B0AEA2A28998281D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A924DF4E7DCC88AA161D9CAD54E8E73C /* ReachabilitySwift.debug.xcconfig */; + baseConfigurationReference = 787BC1BE58468F96B974B8B32C79DB1B /* FirebaseCore.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/ReachabilitySwift"; - IBSC_MODULE = Reachability; - INFOPLIST_FILE = "Target Support Files/ReachabilitySwift/ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCore"; + IBSC_MODULE = FirebaseCore; + INFOPLIST_FILE = "Target Support Files/FirebaseCore/ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = ReachabilitySwift; + PRODUCT_NAME = FirebaseCore_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -36447,9 +37104,44 @@ }; name = Debug; }; + 77F5CDDA92AF543ACAFCDA0EAFEA8417 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F17ADB902DA9F273B7E9788CA0C51983 /* FirebaseRemoteConfigInterop.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.modulemap"; + PRODUCT_MODULE_NAME = FirebaseRemoteConfigInterop; + PRODUCT_NAME = FirebaseRemoteConfigInterop; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 7867DB5C2E1A1E9049A6EB6BE2177724 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F8A06B54729444C83518A878D0585AA7 /* Pods-iOS-dydxStateManager.release.xcconfig */; + baseConfigurationReference = DD55C9D6550D2CB52DB7FBBAF8E4F59E /* Pods-iOS-dydxStateManager.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36488,7 +37180,7 @@ }; 78D5511EA17419A5928B82B2542A80EF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 430890E1320D7A71E19904A4F9F0A1DD /* BigInt.debug.xcconfig */; + baseConfigurationReference = 16DB30D21B4E9F89F4E5DF0BCA0A212D /* BigInt.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -36520,9 +37212,27 @@ }; name = Debug; }; + 7913E3AE8CA3DABDE061BD5BF27DD6B0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F1DA719C4F555BCE67EC114CFD470B67 /* PromisesSwift.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/PromisesSwift"; + IBSC_MODULE = Promises; + INFOPLIST_FILE = "Target Support Files/PromisesSwift/ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = Promises_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 7B40C30D33C0DFE3C1C3122FD1122B01 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83303B3F9A580AB893BC3F3362F5D91D /* Pods-iOS-AmplitudeInjections.release.xcconfig */; + baseConfigurationReference = 09CC6E24DA7B64536D39E1E859284F3F /* Pods-iOS-AmplitudeInjections.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36561,7 +37271,7 @@ }; 7B7820CF1A2FBD8D59E3CF85F81D37C8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 44681EDE3A0EA9407E465091B4291D7D /* Pods-iOS-dydxViews.release.xcconfig */; + baseConfigurationReference = 9D4E6CF0A1A7F0B65DC52FDF225F01E3 /* Pods-iOS-dydxViews.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36598,27 +37308,9 @@ }; name = Release; }; - 7E7A6AD9A8B42E7568F7EDBDB3E8839B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8C3318E6802F2A0F4D93442F1744A22C /* SDWebImage.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImage"; - IBSC_MODULE = SDWebImage; - INFOPLIST_FILE = "Target Support Files/SDWebImage/ResourceBundle-SDWebImage-SDWebImage-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = SDWebImage; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 7E8A91D08A214BBD3925320E5D67F313 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 355566781FFC3C4572C8B201D2ECDDD3 /* Pods-iOS-Utilities.debug.xcconfig */; + baseConfigurationReference = 5C0DF795314110E68AB97D1182C26DAB /* Pods-iOS-Utilities.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36654,48 +37346,9 @@ }; name = Debug; }; - 7EDCCFFAB3D5ED8FE2B10F12022A6D07 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C994DFDCE44DA9556B908C390279030F /* Pods-iOS-dydxAnalytics.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxAnalytics/Pods-iOS-dydxAnalytics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxAnalytics/Pods-iOS-dydxAnalytics.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 7F2E320057BC15A3E8B279AD32E24FB2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FA0B6078DA8BA50A62F0F4EA0E71D7E4 /* Pods-iOS-UIAppToolkitsTests.debug.xcconfig */; + baseConfigurationReference = 22D87694544859B1352B19371F443BC7 /* Pods-iOS-UIAppToolkitsTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36733,7 +37386,7 @@ }; 7F39BCE3E42E420878A6605F30A463E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30860C46544B0A3635AA0B50A9AE88CE /* Pods-iOS-UIToolkitsTests.debug.xcconfig */; + baseConfigurationReference = F5C10E7327448E93C63712943D6428A9 /* Pods-iOS-UIToolkitsTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36771,7 +37424,7 @@ }; 7F422F1D7D4D2A7DB9CEEA6B51F82F61 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0BD3DFD326EBDC7218E239234035C73F /* FirebaseCrashlytics.release.xcconfig */; + baseConfigurationReference = 00C7F03716FC021ED38B6DB8AE11B44F /* FirebaseCrashlytics.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -36806,7 +37459,7 @@ }; 7F7D6B8CFA41427658575AEC930F37B7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 05A3DA9492B25740CF251F103EB94384 /* NVActivityIndicatorView.release.xcconfig */; + baseConfigurationReference = 20AA8D6FB56D44D71836CAFB9CE4555B /* NVActivityIndicatorView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -36839,9 +37492,27 @@ }; name = Release; }; + 810BD22DA03130F326B60FA91137EE2E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6E8EF68760036C6DFEE3C4836451788E /* GTMSessionFetcher.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GTMSessionFetcher"; + IBSC_MODULE = GTMSessionFetcher; + INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = GTMSessionFetcher_Core_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 8221B883FC781686D8AAFB539C7DD0A6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6E1382D477AFAA3025A1A10446FD42A3 /* Pods-iOS-RoutingKit.debug.xcconfig */; + baseConfigurationReference = 2C5AAFA44266C4E8F568A4A0513FC767 /* Pods-iOS-RoutingKit.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36879,7 +37550,7 @@ }; 82587DA83804208C387453BAD7CF2FCB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FB8F3E4FB8FDA860321335A3ABDE5CDF /* Pods-iOS-dydxCarteraTests.debug.xcconfig */; + baseConfigurationReference = D19D627AC8D90283F90D517528684B3F /* Pods-iOS-dydxCarteraTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -36915,9 +37586,43 @@ }; name = Debug; }; + 82E81BDF5BBB6030D97CB764798FEAB3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2F6FE255ABAB5D7100E33E1CE56D7F46 /* GoogleUtilities.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 83059CACF3A23F4835B5B87E9113907B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3CEA6F070D66065E2CC94C1AD7B59F11 /* pop.release.xcconfig */; + baseConfigurationReference = 56DDA7507CB6EE2722C25BA834E1F938 /* pop.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -36936,30 +37641,68 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/pop/pop.modulemap"; - PRODUCT_MODULE_NAME = pop; - PRODUCT_NAME = pop; + MODULEMAP_FILE = "Target Support Files/pop/pop.modulemap"; + PRODUCT_MODULE_NAME = pop; + PRODUCT_NAME = pop; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 83C75BFA5964E4E5B38A6B43C56BFE3B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 18DFC3DC592AAFAB2C25BB83DD40F711 /* Pods-iOS-dydxV4.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 8624712682936B6ABBCB7A9A468CBD12 /* Release */ = { + 86416B6D0DA8624A8257AEDCBAE9DC8F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 648BED53036C001080356161A7189ABD /* PromisesObjC.release.xcconfig */; + baseConfigurationReference = 2F05D79BF9D203673C638EF44B0E5B25 /* FirebaseMessaging.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/PromisesObjC"; - IBSC_MODULE = FBLPromises; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseMessaging"; + IBSC_MODULE = FirebaseMessaging; + INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/ResourceBundle-FirebaseMessaging_Privacy-FirebaseMessaging-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FBLPromises_Privacy; + PRODUCT_NAME = FirebaseMessaging_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -36970,7 +37713,7 @@ }; 865EF3EE4D181EB9F12103D0BD6DEB84 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 074E0C852DB0FACAC2444B028AE77A3D /* HMSegmentedControl.release.xcconfig */; + baseConfigurationReference = 0834311749AF7857ABAFC5F7AD1250ED /* HMSegmentedControl.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -37003,9 +37746,27 @@ }; name = Release; }; + 876522C4563A8DC925BEC3F3CEB6A0B0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6E8EF68760036C6DFEE3C4836451788E /* GTMSessionFetcher.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GTMSessionFetcher"; + IBSC_MODULE = GTMSessionFetcher; + INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = GTMSessionFetcher_Full_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 877003E722C24992068D710D9F3F03C7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 783B6B1A6859D32F1AB2C4AB8ABCA69C /* Pods-iOS-dydxChartTests.release.xcconfig */; + baseConfigurationReference = 42DD9F68DC98058184CBCF67284265B9 /* Pods-iOS-dydxChartTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37044,7 +37805,7 @@ }; 87D011ABFD96BA01EAAA3270C0C36AB9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 49EEEB44D486784DC99E5EC2DB0D87CE /* Pods-iOS-dydxStateManagerTests.release.xcconfig */; + baseConfigurationReference = 7B3435E206CB2F60782F8B3CDAAB4A48 /* Pods-iOS-dydxStateManagerTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37083,7 +37844,7 @@ }; 886032020BF83F134654EF8AE87FB106 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DEDED1EF84600E96CE9EC231FEA6FF2D /* Validator.release.xcconfig */; + baseConfigurationReference = 7BBD121CAE529EE56F8F4F0625F3785C /* Validator.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -37116,16 +37877,34 @@ }; name = Release; }; - 8901A49F7C2FCB35E89658E4A9845DFF /* Debug */ = { + 89850045272444ADFC8247C39F24E2C4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 27DBAA6BBA8F377E04996FD3EEEE3B9F /* FirebaseCoreExtension.debug.xcconfig */; + baseConfigurationReference = 762034EC8E4E423DB2462FE7450E56E8 /* GoogleToolboxForMac.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCoreExtension"; - IBSC_MODULE = FirebaseCoreExtension; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreExtension/ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleToolboxForMac"; + IBSC_MODULE = GoogleToolboxForMac; + INFOPLIST_FILE = "Target Support Files/GoogleToolboxForMac/ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseCoreExtension_Privacy; + PRODUCT_NAME = GoogleToolboxForMac_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 898F38B654012AD59219F7512EF2A2CF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5A38767D95E7D3F196FEA1CB7FCA42F3 /* nanopb.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/nanopb"; + IBSC_MODULE = nanopb; + INFOPLIST_FILE = "Target Support Files/nanopb/ResourceBundle-nanopb_Privacy-nanopb-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = nanopb_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -37136,7 +37915,7 @@ }; 8A2A9E08EC59401C6A70C8C00F8379AD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E371F15A209ED4A414A28B6F9B4A273F /* Pods-iOS-JedioKitTests.release.xcconfig */; + baseConfigurationReference = E01457434371F0CEC3C7B2A33344CC13 /* Pods-iOS-JedioKitTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37173,27 +37952,9 @@ }; name = Release; }; - 8CD7D14C8FFB8C32FE0D986251EAB854 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 68834799D8271232308FC6552A7CDB81 /* FirebaseInstallations.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseInstallations"; - IBSC_MODULE = FirebaseInstallations; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseInstallations_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 8D87648EC9BF28E79691909745812473 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1E21E8A2E61EC31A7712FCF95515104A /* Pods-iOS-UtilitiesTests.debug.xcconfig */; + baseConfigurationReference = 5892AD5319D7C845A43DCB856D702B83 /* Pods-iOS-UtilitiesTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37229,27 +37990,9 @@ }; name = Debug; }; - 8DABFA17AE4165209562DD34C68B5C21 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FEFF33073302E4DCCCF880351AF3B169 /* CocoaLumberjack.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/CocoaLumberjack"; - IBSC_MODULE = CocoaLumberjack; - INFOPLIST_FILE = "Target Support Files/CocoaLumberjack/ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = CocoaLumberjackPrivacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 8DC7F6926E143D43202C082D3452F981 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9A0908991752A7F835C8757465424AA5 /* Pods-iOS-PlatformUITests.debug.xcconfig */; + baseConfigurationReference = 6A16DA929C641757762A0F21EBACA75D /* Pods-iOS-PlatformUITests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37287,7 +38030,7 @@ }; 8F5B0AA1F389E84DA80E140FFEB6EBA0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 16B0EA8A4E2F2C73FC7962F146FC4A26 /* SVGKit.debug.xcconfig */; + baseConfigurationReference = A64251AE5FBFC4E5709787BB01FF85A8 /* SVGKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -37321,7 +38064,7 @@ }; 8F919989FF89C10D9BAACF2A1C8AA4E7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 444168824ACD71A780912C0F89D2F752 /* Pods-iOS-dydxChart.debug.xcconfig */; + baseConfigurationReference = 252330389A7844B2BBE7027BF55D3E20 /* Pods-iOS-dydxChart.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37359,7 +38102,7 @@ }; 8FD4770B348CE3D1CEF0921FBD48DF2B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE8F1B036856FF23DA2F0BC5B3E8F7F0 /* CombineExt.release.xcconfig */; + baseConfigurationReference = E97EBDADB075C68589B7A0BF5A795C42 /* CombineExt.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -37393,23 +38136,43 @@ }; name = Release; }; - 90B15212EBF13DC887939EB0C8605F77 /* Release */ = { + 905E6822E9A3A24561A6C3FE4E9B81EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1894C8890D5464C172F1971B39EEE580 /* FirebaseInstallations.release.xcconfig */; + baseConfigurationReference = 7875A8C5A9F1F8CB1E9FB80A18ED127B /* Pods-iOS-FirebaseStaticInjectionsTests.debug.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseInstallations"; - IBSC_MODULE = FirebaseInstallations; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist"; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests/Pods-iOS-FirebaseStaticInjectionsTests-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseInstallations_Privacy; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests/Pods-iOS-FirebaseStaticInjectionsTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; 90D4D09BCB6A4660E43ACBE9ECB6FE9A /* Debug */ = { isa = XCBuildConfiguration; @@ -37479,7 +38242,7 @@ }; 929C39F3918A8933A1C48E687CA7776C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 65C7E153276E99D3AB287F58DCD68DFF /* Pods-iOS-RoutingKitTests.debug.xcconfig */; + baseConfigurationReference = 8D49274F7D676C5385512622997C627D /* Pods-iOS-RoutingKitTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37515,63 +38278,11 @@ }; name = Debug; }; - 942177120F5D805AA50FD2398B1F2B3B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 19C6BE560C56D5C70FC1802E7E5FD3BC /* FirebaseCoreInternal.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCoreInternal"; - IBSC_MODULE = FirebaseCoreInternal; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseCoreInternal_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 948AF8304CE49F9FFC1FC4E6885B9D46 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 64BCAA29C53BE246F37B9DD33A0A93D3 /* FirebaseSessions.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseSessions/FirebaseSessions-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseSessions/FirebaseSessions.modulemap"; - PRODUCT_MODULE_NAME = FirebaseSessions; - PRODUCT_NAME = FirebaseSessions; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 94AC77156794B430D3A8C615FFBF53E4 /* Release */ = { + 9406F4AB087C67D634D61769008B0043 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1894C8890D5464C172F1971B39EEE580 /* FirebaseInstallations.release.xcconfig */; + baseConfigurationReference = 286ED6DAF3E56042DDC51899FBC76525 /* Pods-iOS-FirebaseStaticInjectionsTests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -37581,7 +38292,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests/Pods-iOS-FirebaseStaticInjectionsTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -37589,12 +38300,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests/Pods-iOS-FirebaseStaticInjectionsTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -37667,7 +38381,7 @@ }; 95CDBB5482E26F0E11E00315C33510EF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 23FDBC1053D602DFFDD374E1447D4F39 /* Pods-iOS-dydxViews.debug.xcconfig */; + baseConfigurationReference = 5F64A92034C8372F127AA84F06CCFC36 /* Pods-iOS-dydxViews.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37703,9 +38417,45 @@ }; name = Debug; }; + 96314CC1879440A87B253EB42821A9BA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 00C7F03716FC021ED38B6DB8AE11B44F /* FirebaseCrashlytics.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCrashlytics"; + IBSC_MODULE = FirebaseCrashlytics; + INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = FirebaseCrashlytics_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 97BA4B58852FA99E49F1D49FA58015B8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BDE7003C722C5997F2D545A82B297565 /* PromisesObjC.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/PromisesObjC"; + IBSC_MODULE = FBLPromises; + INFOPLIST_FILE = "Target Support Files/PromisesObjC/ResourceBundle-FBLPromises_Privacy-PromisesObjC-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = FBLPromises_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 984240AE6A3D535525200348828211E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E33D907738ED41C5C093D84E8CDE19FA /* SnapKit.release.xcconfig */; + baseConfigurationReference = A5FE45E543ADE8DA3D19CB4270272915 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -37741,7 +38491,7 @@ }; 98A0F095E0D60B3FE19D9E3DF5D7EEAA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 532706D26D4702B6E6F1BF981020245C /* Pods-iOS-UIAppToolkits.debug.xcconfig */; + baseConfigurationReference = B271F1E4850D4877D84E2CB077E299A6 /* Pods-iOS-UIAppToolkits.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37777,27 +38527,9 @@ }; name = Debug; }; - 9BE9BBF9B9F211730A4F7F4E755B6F43 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B6E855AE2754928F5456F9788A0753C1 /* SDWebImage.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImage"; - IBSC_MODULE = SDWebImage; - INFOPLIST_FILE = "Target Support Files/SDWebImage/ResourceBundle-SDWebImage-SDWebImage-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = SDWebImage; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; 9C0B415A54C1C30F674208B8ADAB6C17 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BCCE8CCB6A50B45C140E51E625AD15EF /* SnapKit.debug.xcconfig */; + baseConfigurationReference = AD499F868B4ACB1F0A2173A0E2A90976 /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -37832,7 +38564,7 @@ }; 9C29D5A6AC23F21B21A86903A74197F8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CE72B6F015879434BDC64B28555AFC2B /* Pods-iOS-UIToolkits.release.xcconfig */; + baseConfigurationReference = 2B59C0080FAB8A10A64665DDA01F97CC /* Pods-iOS-UIToolkits.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37869,11 +38601,10 @@ }; name = Release; }; - 9CE4732CFE7D2EA9FD3952D4FB0F586C /* Debug */ = { + 9EB5D27E05E20B0D3D60DF6A5EA2DCA0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 60ECA19C9AC8FBEB88A137DAB41E2381 /* Pods-iOS-FirebaseStaticInjections.debug.xcconfig */; + baseConfigurationReference = 0C26E401F3BC36545993B96D17A08CA8 /* FirebaseCoreExtension.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -37883,23 +38614,21 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjections/Pods-iOS-FirebaseStaticInjections-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjections/Pods-iOS-FirebaseStaticInjections.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreExtension; + PRODUCT_NAME = FirebaseCoreExtension; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -37909,7 +38638,7 @@ }; 9F1B2508E703149751E21950A4F759FE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 632C30F3C9BEA9BF40BBCC4BD70D5C65 /* Pods-iOS-ParticlesCommonModels.debug.xcconfig */; + baseConfigurationReference = 23CA5C415F818A4173FEDBB1BE181434 /* Pods-iOS-ParticlesCommonModels.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -37945,27 +38674,9 @@ }; name = Debug; }; - 9FB6146128E9DF583086B41A0E341F5A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5632A816BA74DC8B938809F9C431637B /* FirebaseCore.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCore"; - IBSC_MODULE = FirebaseCore; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseCore_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; A00FEFF8299A895C9ADD0B6BD8FEF8A1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F1EBB95FA29D281672BF05FF19AF3F77 /* HMSegmentedControl.debug.xcconfig */; + baseConfigurationReference = 6C9BEE2397FCF13AC969FE5DC8C6F4EE /* HMSegmentedControl.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -37999,7 +38710,7 @@ }; A0FB834D8544046A1C05A5C4CB59371E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F4E01EADFC494021CEAFDCDC954981F /* FloatingPanel.release.xcconfig */; + baseConfigurationReference = C4A168E01A96B63B24F57F10D7F3C754 /* FloatingPanel.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -38033,27 +38744,27 @@ }; name = Release; }; - A171975CD11938F25D23EDBB2AD16480 /* Release */ = { + A292AC3986E98A1DB480F074E4D84D74 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C87B537B008C6165F8327734240C605B /* GoogleDataTransport.release.xcconfig */; + baseConfigurationReference = CCA251F4038C4606C41C0D738E8B27FA /* GoogleAppMeasurement.debug.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleDataTransport"; - IBSC_MODULE = GoogleDataTransport; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/ResourceBundle-GoogleDataTransport_Privacy-GoogleDataTransport-Info.plist"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GoogleDataTransport_Privacy; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); SDKROOT = iphoneos; - SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - A290253501075604636605A1276F26F3 /* Release */ = { + A44C66155D7A0FDBA64B15593B39C402 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C786C02FE96E82C70B2500EB823C34B3 /* nanopb.release.xcconfig */; + baseConfigurationReference = 9093D67BD9CB43682131E44D64A4AFC8 /* libPhoneNumber-iOS.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -38063,8 +38774,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/libPhoneNumber-iOS/libPhoneNumber-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/libPhoneNumber-iOS/libPhoneNumber-iOS-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38072,9 +38783,9 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + MODULEMAP_FILE = "Target Support Files/libPhoneNumber-iOS/libPhoneNumber-iOS.modulemap"; + PRODUCT_MODULE_NAME = libPhoneNumber_iOS; + PRODUCT_NAME = libPhoneNumber_iOS; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -38086,10 +38797,12 @@ }; name = Release; }; - A44C66155D7A0FDBA64B15593B39C402 /* Release */ = { + A5BB43EF0B38D262A73FA769EE30EE53 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F3EF62C9215DE4C09945BE0EA6AEC2F2 /* libPhoneNumber-iOS.release.xcconfig */; + baseConfigurationReference = 52C2D71BE1ADA985C28146D84152642E /* Pods-iOS-dydxV4.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -38098,8 +38811,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/libPhoneNumber-iOS/libPhoneNumber-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/libPhoneNumber-iOS/libPhoneNumber-iOS-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38107,12 +38819,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/libPhoneNumber-iOS/libPhoneNumber-iOS.modulemap"; - PRODUCT_MODULE_NAME = libPhoneNumber_iOS; - PRODUCT_NAME = libPhoneNumber_iOS; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -38123,7 +38838,7 @@ }; A5F79FFCA5A4CAEF2191D5EF05875256 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD057DEC638FC9B1C33532B0D3508A5E /* JTCalendar.debug.xcconfig */; + baseConfigurationReference = 31CF158081527CA7B0FB3BE946FA8D10 /* JTCalendar.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -38155,9 +38870,9 @@ }; name = Debug; }; - A9971F55361FAE1CBBDA14BEB46C046A /* Debug */ = { + A5FD3CCF83280D0D5452FB98881C1D94 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C15021D426F360129B3510BE48D34D37 /* Pods-iOS-dydxAnalytics.debug.xcconfig */; + baseConfigurationReference = 5E6B309F9754286588D4048BCF436EAA /* Pods-iOS-FirebaseStaticInjections.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -38169,7 +38884,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxAnalytics/Pods-iOS-dydxAnalytics-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjections/Pods-iOS-FirebaseStaticInjections-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38178,7 +38893,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxAnalytics/Pods-iOS-dydxAnalytics.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjections/Pods-iOS-FirebaseStaticInjections.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -38193,117 +38908,64 @@ }; name = Debug; }; - AA0951DC77357C37100EE86457A7720F /* Release */ = { + A69128B6C1C6E1CF9516812FB9472AD4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B56B460CDA1CA408F56140D2059E3FB6 /* Pods-iOS-PlatformUITests.release.xcconfig */; + baseConfigurationReference = 047BB4C582E2058BDC034070FE4BE560 /* SDWebImageSwiftUI.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformUITests/Pods-iOS-PlatformUITests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImageSwiftUI"; + IBSC_MODULE = SDWebImageSwiftUI; + INFOPLIST_FILE = "Target Support Files/SDWebImageSwiftUI/ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformUITests/Pods-iOS-PlatformUITests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = SDWebImageSwiftUI; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - AA87B75ECDFC1EBC1A5DCE4EB456F727 /* Debug */ = { + A773EF37F17990B0E497136292B67ACD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2736DA55F31FE60DEC2A56F609B5D2EB /* FirebaseSessions.debug.xcconfig */; + baseConfigurationReference = D97018C6D8831D4C2A208AE01007E32A /* Firebase-40c737bb.release.xcconfig */; buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseSessions/FirebaseSessions-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", - "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseSessions/FirebaseSessions.modulemap"; - PRODUCT_MODULE_NAME = FirebaseSessions; - PRODUCT_NAME = FirebaseSessions; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - AB1EE5745676DE2C9D105101E72D43F8 /* Release */ = { + A97550CA700B78853F7BA992D979AED9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5632A816BA74DC8B938809F9C431637B /* FirebaseCore.release.xcconfig */; + baseConfigurationReference = B06F86E1EF7FD9365FD4C2CFE82B9A93 /* SDWebImageSwiftUI.debug.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImageSwiftUI"; + IBSC_MODULE = SDWebImageSwiftUI; + INFOPLIST_FILE = "Target Support Files/SDWebImageSwiftUI/ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; + PRODUCT_NAME = SDWebImageSwiftUI; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - AC770B7304892541332384DC8CBFCA91 /* Debug */ = { + A9E326CD9806D6E3D11886649E066C6E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A693044785A8B4537CF4062EB2257485 /* Pods-iOS-ParticlesKit.debug.xcconfig */; + baseConfigurationReference = 39DD8D49FDFEE8ECA1F8D3CA19B4F71C /* Pods-iOS-dydxV4Tests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -38315,7 +38977,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-ParticlesKit/Pods-iOS-ParticlesKit-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38324,7 +38986,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-ParticlesKit/Pods-iOS-ParticlesKit.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -38339,10 +39001,12 @@ }; name = Debug; }; - AD3ACC11AAC57CA8B83E2DCEEEE21678 /* Release */ = { + AA0951DC77357C37100EE86457A7720F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1E325C09623468CBA22A6E396C91469D /* JTCalendar.release.xcconfig */; + baseConfigurationReference = 3B23BDA7842783A2E03CE9DA1FB283AF /* Pods-iOS-PlatformUITests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -38351,8 +39015,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/JTCalendar/JTCalendar-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/JTCalendar/JTCalendar-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformUITests/Pods-iOS-PlatformUITests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38360,12 +39023,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/JTCalendar/JTCalendar.modulemap"; - PRODUCT_MODULE_NAME = JTCalendar; - PRODUCT_NAME = JTCalendar; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformUITests/Pods-iOS-PlatformUITests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -38374,28 +39040,9 @@ }; name = Release; }; - AD972E308290954CEA947D22B3B920A4 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F64E3545BD38C789D16EC3F6644561DD /* Firebase-5a1e767e.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - AE51BEF024FD80A7CBAFB4E4A903B424 /* Release */ = { + AAB663F57AA8690C9C35A7201FDE5445 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9A346F25A918267E25A56C9A097BDBD0 /* FirebasePerformance.release.xcconfig */; + baseConfigurationReference = 5DA6513F2973E7A09A710C0571F0ABF5 /* FirebasePerformance.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -38428,9 +39075,9 @@ }; name = Release; }; - AF0E755DA0C56EF6E4E21391930C0ED4 /* Release */ = { + AC770B7304892541332384DC8CBFCA91 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0DED4D53BF887575339A358C383BC652 /* Pods-iOS-dydxV4Tests.release.xcconfig */; + baseConfigurationReference = 0B3E55E1896D5AA691C88C7517AA83A6 /* Pods-iOS-ParticlesKit.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -38442,7 +39089,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-ParticlesKit/Pods-iOS-ParticlesKit-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38451,7 +39098,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-ParticlesKit/Pods-iOS-ParticlesKit.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -38461,53 +39108,15 @@ SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - AFEFAD00AF3EA8AEE13C4ED76A3D6097 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 392C2E7ED90F64408F651B7E3C233B31 /* KVOController.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - 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"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/KVOController/KVOController.modulemap"; - PRODUCT_MODULE_NAME = KVOController; - PRODUCT_NAME = KVOController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - B07D4BC7334773FA09F46D7272AB71E5 /* Debug */ = { + AD3ACC11AAC57CA8B83E2DCEEEE21678 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 97FF2FA051CF478E4E8181F1DBC87133 /* Pods-iOS-dydxV4.debug.xcconfig */; + baseConfigurationReference = E053DA5FC5C4579D650570ADDE4C5E11 /* JTCalendar.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -38516,7 +39125,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/JTCalendar/JTCalendar-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/JTCalendar/JTCalendar-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38524,28 +39134,24 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/JTCalendar/JTCalendar.modulemap"; + PRODUCT_MODULE_NAME = JTCalendar; + PRODUCT_NAME = JTCalendar; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - B2C471050F74D4E1CEC34DC6F2B03EEF /* Release */ = { + AFEFAD00AF3EA8AEE13C4ED76A3D6097 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 390C3C429260FCC75082D74D21733149 /* Pods-iOS-dydxViewsTests.release.xcconfig */; + baseConfigurationReference = 564CFD071CF3257F59C07BDC9A709FA3 /* KVOController.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -38554,7 +39160,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxViewsTests/Pods-iOS-dydxViewsTests-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"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38562,15 +39169,12 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxViewsTests/Pods-iOS-dydxViewsTests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/KVOController/KVOController.modulemap"; + PRODUCT_MODULE_NAME = KVOController; + PRODUCT_NAME = KVOController; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -38579,10 +39183,12 @@ }; name = Release; }; - B30DF50E14F53435AABE575F83EFEBFF /* Release */ = { + B2C471050F74D4E1CEC34DC6F2B03EEF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C978FF760BFC6028F13A9CF59AE3ED4B /* PromisesSwift.release.xcconfig */; + baseConfigurationReference = 3C26E7BCF5956F5ABBDB4C772215305A /* Pods-iOS-dydxViewsTests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -38591,8 +39197,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/PromisesSwift/PromisesSwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PromisesSwift/PromisesSwift-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxViewsTests/Pods-iOS-dydxViewsTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38600,12 +39205,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/PromisesSwift/PromisesSwift.modulemap"; - PRODUCT_MODULE_NAME = Promises; - PRODUCT_NAME = Promises; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxViewsTests/Pods-iOS-dydxViewsTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -38616,7 +39224,7 @@ }; B3EC45098BB9FFC3150F66D82DC44933 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A250D52195B566817AA6D521D0341987 /* EFQRCode.release.xcconfig */; + baseConfigurationReference = 3869900FFEA4D1024E2B54D2A7C5E6F3 /* EFQRCode.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -38649,10 +39257,11 @@ }; name = Release; }; - B4F87901E08D136D0564B212EDBE7EFE /* Debug */ = { + B46047CEC7E522C2F8DDC2EAEACB30F3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 68834799D8271232308FC6552A7CDB81 /* FirebaseInstallations.debug.xcconfig */; + baseConfigurationReference = 57E1AB3D8B6A70953E6222C460D5BCD2 /* Pods-iOS-dydxFormatterTests.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -38662,7 +39271,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38670,12 +39279,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -38685,7 +39297,7 @@ }; B53529646157685ADF71C0B6409AB0DA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8C3318E6802F2A0F4D93442F1744A22C /* SDWebImage.debug.xcconfig */; + baseConfigurationReference = D6D6A5C087CEB2499199317D9A0440CB /* SDWebImage.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -38717,28 +39329,44 @@ }; name = Debug; }; - B672637F571EF3BD8C43D906A8775271 /* Release */ = { + B66A591D0C2FE0480A3396C250B51F72 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9692665AF6CEAAA47B9EEAD8B8FBDBE0 /* Firebase-2149e159.release.xcconfig */; + baseConfigurationReference = F1DA719C4F555BCE67EC114CFD470B67 /* PromisesSwift.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/PromisesSwift/PromisesSwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PromisesSwift/PromisesSwift-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MODULEMAP_FILE = "Target Support Files/PromisesSwift/PromisesSwift.modulemap"; + PRODUCT_MODULE_NAME = Promises; + PRODUCT_NAME = Promises; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; B7B9D58AA5C1EA8309A27538ACAEE4CA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0266157A12F7210048616BF71804AE8C /* PanModal.debug.xcconfig */; + baseConfigurationReference = 4164CB504F4CA9498CA7236689899E72 /* PanModal.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -38773,7 +39401,7 @@ }; B85B2519CA90243F7B5C801A7E5DA5EB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 45D7E1002CE69E10B27751E26E4E23B5 /* SDWebImageSVGCoder.release.xcconfig */; + baseConfigurationReference = 6A04427E72F3D29AFADF1D78D5F94C25 /* SDWebImageSVGCoder.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -38807,46 +39435,11 @@ }; name = Release; }; - B8F960D13BDC7636A314350AA2C5B4ED /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1C45C74227382EBB5CE9127F5B7269B8 /* FirebaseABTesting.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseABTesting"; - IBSC_MODULE = FirebaseABTesting; - INFOPLIST_FILE = "Target Support Files/FirebaseABTesting/ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseABTesting_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - BAE7CDF6EE3DFA3F22BADE26E7C58232 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7F5E40E31B930AB4C1D8A26E74F8632B /* GTMSessionFetcher.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GTMSessionFetcher"; - IBSC_MODULE = GTMSessionFetcher; - INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GTMSessionFetcher_Full_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - BB75DE5464D046A17CAB948386792421 /* Debug */ = { + BA0BD7122D5DDDD8523E6E8A2259EFE3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0210097090F548DD833A614C49E15C95 /* GoogleDataTransport.debug.xcconfig */; + baseConfigurationReference = 04A06FAB8FDDC52A037EAA7A01540FEE /* FirebaseSharedSwift.release.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -38855,7 +39448,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseSharedSwift/FirebaseSharedSwift-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -38863,22 +39456,23 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; + MODULEMAP_FILE = "Target Support Files/FirebaseSharedSwift/FirebaseSharedSwift.modulemap"; + PRODUCT_MODULE_NAME = FirebaseSharedSwift; + PRODUCT_NAME = FirebaseSharedSwift; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; BB846B82CFD960CC41B536894D9BCDF8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D022A83F18AEA5F144FB76560BDC158F /* Pods-iOS-dydxPresentersTests.release.xcconfig */; + baseConfigurationReference = A17AE9240EEDC44008BBC2AB9C161F23 /* Pods-iOS-dydxPresentersTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -38915,9 +39509,44 @@ }; name = Release; }; + BBAB4A9D02D8ED913F29B2612A8582EA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 38EADC1BD7E4E5FA67A947AB6638443D /* nanopb.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; BC8445087085C670AF83A69918BA8D60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FBFF4A0AFC9F17060A07764013F3E659 /* Pods-iOS-WebParticles.release.xcconfig */; + baseConfigurationReference = 9F4278D0F556C9C15AA345A796878F2E /* Pods-iOS-WebParticles.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -38956,7 +39585,7 @@ }; BCECC650B0FCDDDFAE08F2A37840B941 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1282F3E611C9978691245273B1183F3A /* SDWebImageSwiftUI.release.xcconfig */; + baseConfigurationReference = 047BB4C582E2058BDC034070FE4BE560 /* SDWebImageSwiftUI.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -38992,7 +39621,7 @@ }; BD2272E2422B2F4F4720A6AF1535DE0D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B42024F28308D8265DC09015BCC206BD /* Pods-iOS-dydxChart.release.xcconfig */; + baseConfigurationReference = 580899DA15C8FBF7DEB34D3FB5646AB1 /* Pods-iOS-dydxChart.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39031,7 +39660,7 @@ }; BDE9D11625D5D0E243FB7433BCD79858 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 354696B12413D910B22DFAC80CDD91CA /* Amplitude-iOS.debug.xcconfig */; + baseConfigurationReference = 1DC46DC442EFE2E21B0349DFF4D5B5E2 /* Amplitude-iOS.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -39065,7 +39694,7 @@ }; BE3D876E5C5568312E32EBD5A9B1D434 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8BD02EB359C637F9DBA3E3EAC16788E5 /* Pods-iOS-CameraParticlesTests.release.xcconfig */; + baseConfigurationReference = B169D5AD9AE816666283A557704C3243 /* Pods-iOS-CameraParticlesTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39104,7 +39733,7 @@ }; BE529C1A10978B623AA8A5A074DF6B56 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 62708F5C3B4D14B516F15682F7A74729 /* SDWebImageSVGCoder.debug.xcconfig */; + baseConfigurationReference = A53ACFF1326801A3838ADF7E5B61FE96 /* SDWebImageSVGCoder.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -39125,112 +39754,8 @@ "@loader_path/Frameworks", ); MODULEMAP_FILE = "Target Support Files/SDWebImageSVGCoder/SDWebImageSVGCoder.modulemap"; - PRODUCT_MODULE_NAME = SDWebImageSVGCoder; - PRODUCT_NAME = SDWebImageSVGCoder; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - BED59C9534733323E843B94EC4D22AD5 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C86D2BC9EF4EEA96AED166F1B3C29191 /* ZSWTappableLabel.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/ZSWTappableLabel/ZSWTappableLabel-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/ZSWTappableLabel/ZSWTappableLabel-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/ZSWTappableLabel/ZSWTappableLabel.modulemap"; - PRODUCT_MODULE_NAME = ZSWTappableLabel; - PRODUCT_NAME = ZSWTappableLabel; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - C235B2049D48455D37D330E4DAC27EA2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4A277E478EC8D24653731C773917C46C /* FirebaseCoreInternal.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreInternal; - PRODUCT_NAME = FirebaseCoreInternal; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - C28D976444188F5C6ACE40C4ABA7A04E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5D74073CE77F85F4459C7F235BF601A3 /* FirebaseMessaging.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; - PRODUCT_MODULE_NAME = FirebaseMessaging; - PRODUCT_NAME = FirebaseMessaging; + PRODUCT_MODULE_NAME = SDWebImageSVGCoder; + PRODUCT_NAME = SDWebImageSVGCoder; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -39241,9 +39766,9 @@ }; name = Debug; }; - C420AA432A84E75EBD1A8A9B58CF05B5 /* Release */ = { + BE56B97CC39E59DDA55D563F810BE134 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4526CCDAC4FD5F27A5ABEED6400FE1F8 /* Pods-iOS-PlatformUI.release.xcconfig */; + baseConfigurationReference = 846570D0E0FBF16F6DF2777B3F850773 /* Pods-iOS-dydxFormatterTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39255,7 +39780,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformUI/Pods-iOS-PlatformUI-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -39264,7 +39789,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformUI/Pods-iOS-PlatformUI.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -39280,9 +39805,9 @@ }; name = Release; }; - C47A7853BC0368403DD4DDF906AA14E5 /* Debug */ = { + BEAD09EFBB57DB6675A68D56701800C7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 98B5009C51A2BE831E564F33C1CD5A68 /* Popovers.debug.xcconfig */; + baseConfigurationReference = 9A87FAD9A91D5D4CC46FC00D15A5D1B7 /* FirebaseRemoteConfig.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -39293,8 +39818,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Popovers/Popovers-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Popovers/Popovers-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfig/FirebaseRemoteConfig-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -39302,24 +39826,24 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/Popovers/Popovers.modulemap"; - PRODUCT_MODULE_NAME = Popovers; - PRODUCT_NAME = Popovers; + MODULEMAP_FILE = "Target Support Files/FirebaseRemoteConfig/FirebaseRemoteConfig.modulemap"; + PRODUCT_MODULE_NAME = FirebaseRemoteConfig; + PRODUCT_NAME = FirebaseRemoteConfig; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - C4E99CE290C2B9C6B1FC7DB2EE8A36B1 /* Debug */ = { + BEB23FD3850A30D70D6E37EB4681C06D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BF3E2FFBAB1BF500EE73CA2D7911C3CC /* Pods-iOS-ParticlesKitTests.debug.xcconfig */; + baseConfigurationReference = BA6178FFA4F6063CB57D0E28B32825A0 /* FirebaseRemoteConfig.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -39329,7 +39853,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-ParticlesKitTests/Pods-iOS-ParticlesKitTests-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfig/FirebaseRemoteConfig-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -39337,15 +39861,12 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-ParticlesKitTests/Pods-iOS-ParticlesKitTests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/FirebaseRemoteConfig/FirebaseRemoteConfig.modulemap"; + PRODUCT_MODULE_NAME = FirebaseRemoteConfig; + PRODUCT_NAME = FirebaseRemoteConfig; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -39353,11 +39874,10 @@ }; name = Debug; }; - C8DE255D86006E5084E84C377471A8FB /* Release */ = { + BED59C9534733323E843B94EC4D22AD5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2BA2B7AC7BBA758A332F8595A2C9618F /* Pods-iOS-FirebaseStaticInjectionsTests.release.xcconfig */; + baseConfigurationReference = AC428D0B790C1225578174B1FCB91AF6 /* ZSWTappableLabel.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -39367,7 +39887,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests/Pods-iOS-FirebaseStaticInjectionsTests-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/ZSWTappableLabel/ZSWTappableLabel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/ZSWTappableLabel/ZSWTappableLabel-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -39375,44 +39896,56 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-FirebaseStaticInjectionsTests/Pods-iOS-FirebaseStaticInjectionsTests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/ZSWTappableLabel/ZSWTappableLabel.modulemap"; + PRODUCT_MODULE_NAME = ZSWTappableLabel; + PRODUCT_NAME = ZSWTappableLabel; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - C96DC2B21E799ED1F6C05521DD270FCF /* Debug */ = { + BFB864344F19A2DBD53A25439EE1A231 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FFD277DADF45D77DEBC48F70BF5E3755 /* GoogleAppMeasurement.debug.xcconfig */; + baseConfigurationReference = 5C5691BB43DC8131AC9999C05574AA5D /* FirebaseABTesting.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseABTesting/FirebaseABTesting-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MODULEMAP_FILE = "Target Support Files/FirebaseABTesting/FirebaseABTesting.modulemap"; + PRODUCT_MODULE_NAME = FirebaseABTesting; + PRODUCT_NAME = FirebaseABTesting; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Debug; }; - CA65494458C974D46D1EC7C04228A88B /* Release */ = { + C420AA432A84E75EBD1A8A9B58CF05B5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C98FAB44D1A2D2497AA976DF2C5AC5F7 /* Pods-iOS-PlatformUIJedioTests.release.xcconfig */; + baseConfigurationReference = 9D8EFCA5E5B5897C424DA9CF2890F36F /* Pods-iOS-PlatformUI.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39424,7 +39957,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformUIJedioTests/Pods-iOS-PlatformUIJedioTests-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformUI/Pods-iOS-PlatformUI-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -39433,7 +39966,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformUIJedioTests/Pods-iOS-PlatformUIJedioTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformUI/Pods-iOS-PlatformUI.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -39449,11 +39982,28 @@ }; name = Release; }; - CC25E0CD67CBE972ADA08ADC11C674F7 /* Debug */ = { + C43E0268DD4CA43F1DFBF6B562506A7A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0C5D0D5A0E489508D43F5E50C1CCFF4E /* Pods-iOS-AmplitudeInjections.debug.xcconfig */; + baseConfigurationReference = 968437D06C23CB52072B4287E1AFE4DA /* FirebaseCore.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCore"; + IBSC_MODULE = FirebaseCore; + INFOPLIST_FILE = "Target Support Files/FirebaseCore/ResourceBundle-FirebaseCore_Privacy-FirebaseCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = FirebaseCore_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + C47A7853BC0368403DD4DDF906AA14E5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6C7EA34683D9FAB48637A835F6400B99 /* Popovers.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -39463,7 +40013,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-AmplitudeInjections/Pods-iOS-AmplitudeInjections-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Popovers/Popovers-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Popovers/Popovers-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -39471,15 +40022,12 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-AmplitudeInjections/Pods-iOS-AmplitudeInjections.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/Popovers/Popovers.modulemap"; + PRODUCT_MODULE_NAME = Popovers; + PRODUCT_NAME = Popovers; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -39487,10 +40035,11 @@ }; name = Debug; }; - CC41222ADEFA97FD6A07392F97A2B8B2 /* Release */ = { + C4E99CE290C2B9C6B1FC7DB2EE8A36B1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3D96EAE066D8B4C56C6F7D7FC5212EBF /* FirebaseRemoteConfigInterop.release.xcconfig */; + baseConfigurationReference = 21B0F9A400B07BFEA6E3D59CDA0CEDD0 /* Pods-iOS-ParticlesKitTests.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -39500,7 +40049,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-ParticlesKitTests/Pods-iOS-ParticlesKitTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -39508,24 +40057,27 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.modulemap"; - PRODUCT_MODULE_NAME = FirebaseRemoteConfigInterop; - PRODUCT_NAME = FirebaseRemoteConfigInterop; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-ParticlesKitTests/Pods-iOS-ParticlesKitTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - CCE6C4AAD3F09AA341CC8CB5E4CCE90E /* Release */ = { + CA65494458C974D46D1EC7C04228A88B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19C6BE560C56D5C70FC1802E7E5FD3BC /* FirebaseCoreInternal.release.xcconfig */; + baseConfigurationReference = EA8460C27F7015CD119D2617B858F554 /* Pods-iOS-PlatformUIJedioTests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -39535,8 +40087,7 @@ 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"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformUIJedioTests/Pods-iOS-PlatformUIJedioTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -39544,12 +40095,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreInternal; - PRODUCT_NAME = FirebaseCoreInternal; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformUIJedioTests/Pods-iOS-PlatformUIJedioTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -39558,10 +40112,11 @@ }; name = Release; }; - CF8B8CB8D7C74815C472587F60CBBF50 /* Debug */ = { + CC25E0CD67CBE972ADA08ADC11C674F7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5BA244FE442150B61E2FE91C2BC26E2C /* FirebaseSharedSwift.debug.xcconfig */; + baseConfigurationReference = A96B14938192B493E4763A0C5F89BA31 /* Pods-iOS-AmplitudeInjections.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -39571,7 +40126,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseSharedSwift/FirebaseSharedSwift-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-AmplitudeInjections/Pods-iOS-AmplitudeInjections-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -39579,12 +40134,15 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseSharedSwift/FirebaseSharedSwift.modulemap"; - PRODUCT_MODULE_NAME = FirebaseSharedSwift; - PRODUCT_NAME = FirebaseSharedSwift; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-AmplitudeInjections/Pods-iOS-AmplitudeInjections.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -39592,43 +40150,27 @@ }; name = Debug; }; - CF8F1CFBC052FBB53193F8090549433F /* Release */ = { + CFFF480B6F51FAF0999DF9A63D39D8D1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C87B537B008C6165F8327734240C605B /* GoogleDataTransport.release.xcconfig */; + baseConfigurationReference = FC98FC809C04A61BB3280CFB157B565D /* GTMSessionFetcher.debug.xcconfig */; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GTMSessionFetcher"; + IBSC_MODULE = GTMSessionFetcher; + INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/ResourceBundle-GTMSessionFetcher_Full_Privacy-GTMSessionFetcher-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; + PRODUCT_NAME = GTMSessionFetcher_Full_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; D004D2FBF2D8897D42AA7A880F376210 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 354D70C7E3B12328F2FE31D86058681D /* Pods-iOS-PlatformRouting.release.xcconfig */; + baseConfigurationReference = 7430DB8CBFEA7D7B0993E1AD8C0E41BD /* Pods-iOS-PlatformRouting.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39665,16 +40207,16 @@ }; name = Release; }; - D04A1258065BD6A5BB979A0086781EBB /* Release */ = { + D24C7B52FCBD571EF634BA508D89F6F8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 398DBED577696105F30F54E066807E2C /* GoogleToolboxForMac.release.xcconfig */; + baseConfigurationReference = CA33BD7F98661E82D144B8BC015CDE8D /* FirebaseInstallations.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleToolboxForMac"; - IBSC_MODULE = GoogleToolboxForMac; - INFOPLIST_FILE = "Target Support Files/GoogleToolboxForMac/ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseInstallations"; + IBSC_MODULE = FirebaseInstallations; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GoogleToolboxForMac_Privacy; + PRODUCT_NAME = FirebaseInstallations_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -39683,27 +40225,27 @@ }; name = Release; }; - D2AF17383D192D99A128D672CC7DB36F /* Release */ = { + D2F7C6F1475022EFBD0D76465DF4F448 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC8552CD623E1E4491003E40C0C8CA62 /* GoogleUtilities.release.xcconfig */; + baseConfigurationReference = C891E882E2CA6C72024BE838361A139C /* FirebaseCrashlytics.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleUtilities"; - IBSC_MODULE = GoogleUtilities; - INFOPLIST_FILE = "Target Support Files/GoogleUtilities/ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCrashlytics"; + IBSC_MODULE = FirebaseCrashlytics; + INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/ResourceBundle-FirebaseCrashlytics_Privacy-FirebaseCrashlytics-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GoogleUtilities_Privacy; + PRODUCT_NAME = FirebaseCrashlytics_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; D37BA8376F970DA8A2D8CFAFFE486465 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B6E855AE2754928F5456F9788A0753C1 /* SDWebImage.release.xcconfig */; + baseConfigurationReference = 96E50B4EBA90D547CD243348BCB9AA55 /* SDWebImage.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -39738,7 +40280,7 @@ }; D4769BCCA0D8A94356BE3D8C01326929 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 078E50E50A3D5BB45DA671C5451B4077 /* Pods-iOS-JedioKitTests.debug.xcconfig */; + baseConfigurationReference = EC8566C1CCBC390B1A56589A07EDCCA4 /* Pods-iOS-JedioKitTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39774,9 +40316,43 @@ }; name = Debug; }; + D5819E031DA3C867F73E8590A2861ABB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BE1775B97AEFD6D9A3EA7A18B0116EEA /* FirebaseSharedSwift.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseSharedSwift/FirebaseSharedSwift-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseSharedSwift/FirebaseSharedSwift.modulemap"; + PRODUCT_MODULE_NAME = FirebaseSharedSwift; + PRODUCT_NAME = FirebaseSharedSwift; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; D61E9309CECEF0037F31CA4D14D0606D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D8DE34624C861EC68708AC717817B225 /* Pods-iOS-dydxStateManager.debug.xcconfig */; + baseConfigurationReference = 1BAD38B8455FF76C6B38AB4CD6FC39FE /* Pods-iOS-dydxStateManager.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39814,7 +40390,7 @@ }; D644EEE702BA17E52A635B01653552A3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 46FDAFCF09D3032514CA762EB04B310E /* COSTouchVisualizer.release.xcconfig */; + baseConfigurationReference = 44B256FA2A9E35E29095BAC26FFFF075 /* COSTouchVisualizer.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -39849,7 +40425,7 @@ }; D7D304E0A028B7C17BFEFB652C83BB6E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FB11F428BA6ADCB43CF443E17728628B /* Pods-iOS-JedioKit.release.xcconfig */; + baseConfigurationReference = 0224604AD1F7B9C3DA2631912748BFAE /* Pods-iOS-JedioKit.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39888,7 +40464,7 @@ }; D7FC5D8FF3F14F91398C3A4CF1676451 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7449042CA7387BEF21B532F2E1BAAB9F /* Atributika.release.xcconfig */; + baseConfigurationReference = 3E8FC551FD7877C878DD5A2B8DEF0AFB /* Atributika.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -39924,7 +40500,7 @@ }; D99CE7F7A85D55899FF30F12BF906F4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 579D02136F68B90E4DB6042008C2D164 /* Pods-iOS-UIToolkitsTests.release.xcconfig */; + baseConfigurationReference = 30C34072634FA7F988E1DEE8A5FD0F38 /* Pods-iOS-UIToolkitsTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39963,7 +40539,7 @@ }; DAEF743FA29158A3E38F233B6373783F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 86C468209961A7B834FB867EEA3F00B5 /* Pods-iOS-dydxPresentersTests.debug.xcconfig */; + baseConfigurationReference = 9A053FC93D69A4869DF6F71DEE056CFA /* Pods-iOS-dydxPresentersTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -39997,11 +40573,29 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Debug; + }; + DB23F6412F41A54BDF687DA27E9A78A5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A5FE45E543ADE8DA3D19CB4270272915 /* SnapKit.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SnapKit"; + IBSC_MODULE = SnapKit; + INFOPLIST_FILE = "Target Support Files/SnapKit/ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = SnapKit_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; }; DB51898460FFA4DC10AE320BEDC2B552 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A924DF4E7DCC88AA161D9CAD54E8E73C /* ReachabilitySwift.debug.xcconfig */; + baseConfigurationReference = C544BB01F9982254D5D2D3A8CA3F5B33 /* ReachabilitySwift.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -40034,27 +40628,9 @@ }; name = Debug; }; - DC242208343D5BD31E6A3056A60751D1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ADE8B6B67D3AE7B1D0808223B346E938 /* Firebase-2149e159.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; DCAE6415639B1FE00F20DF7E91B162A0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C89DD2B9966E591386F320BCD490495 /* COSTouchVisualizer.debug.xcconfig */; + baseConfigurationReference = D5E32EEA30B727C66903B899CC8AAFCB /* COSTouchVisualizer.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -40086,27 +40662,62 @@ }; name = Debug; }; - DD0589478C6FE0A11EFD6A2D95EB936C /* Debug */ = { + DCB820E78C2D19F7E01B031BB34D57CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 381667EC6325784CDD0D309627D10BFC /* PromisesSwift.debug.xcconfig */; + baseConfigurationReference = 96E50B4EBA90D547CD243348BCB9AA55 /* SDWebImage.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/PromisesSwift"; - IBSC_MODULE = Promises; - INFOPLIST_FILE = "Target Support Files/PromisesSwift/ResourceBundle-Promises_Privacy-PromisesSwift-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImage"; + IBSC_MODULE = SDWebImage; + INFOPLIST_FILE = "Target Support Files/SDWebImage/ResourceBundle-SDWebImage-SDWebImage-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = Promises_Privacy; + PRODUCT_NAME = SDWebImage; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; + name = Release; + }; + DCE9279E51D5F1AE9A7653E7B4FED55B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D532094DEFC0043F658D20BA783C770C /* FirebaseCoreInternal.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreInternal; + PRODUCT_NAME = FirebaseCoreInternal; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; name = Debug; }; - DDAA5EBB6979C159E23EAE63F8DBAB6A /* Release */ = { + DD75EE31595CB9117E1530716FD3868C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 10B5FBC11F6D624CCCB68C5B83993E51 /* FirebaseRemoteConfig.release.xcconfig */; + baseConfigurationReference = 9A87FAD9A91D5D4CC46FC00D15A5D1B7 /* FirebaseRemoteConfig.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseRemoteConfig"; @@ -40124,7 +40735,7 @@ }; DF9A306D0AE3E21AD66131EE2B258E66 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C0F26C4AAAD0E717E9A012ADFC2DE0BB /* Pods-iOS-AppsFlyerStaticInjections.debug.xcconfig */; + baseConfigurationReference = 409BA783C9BAD36C67FAB4903053B4A2 /* Pods-iOS-AppsFlyerStaticInjections.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -40160,27 +40771,44 @@ }; name = Debug; }; - E05DD09A82C8D6AF1D7AAFC99B0F028C /* Debug */ = { + DFF6337986448953928E884CD6669DAF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D8BAEAC1E94B5E05EB57FB7165D62C4A /* GoogleToolboxForMac.debug.xcconfig */; + baseConfigurationReference = 6124F51A63EB82F1D3983DD29D2E32FA /* FirebaseABTesting.release.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleToolboxForMac"; - IBSC_MODULE = GoogleToolboxForMac; - INFOPLIST_FILE = "Target Support Files/GoogleToolboxForMac/ResourceBundle-GoogleToolboxForMac_Privacy-GoogleToolboxForMac-Info.plist"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseABTesting/FirebaseABTesting-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GoogleToolboxForMac_Privacy; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FirebaseABTesting/FirebaseABTesting.modulemap"; + PRODUCT_MODULE_NAME = FirebaseABTesting; + PRODUCT_NAME = FirebaseABTesting; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - E0FB73BAB1F9BC0E767D41473B84E7DF /* Release */ = { + E0C94256EFF983F873B11F9BFE90A5BC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 10B5FBC11F6D624CCCB68C5B83993E51 /* FirebaseRemoteConfig.release.xcconfig */; + baseConfigurationReference = D2973D4FF3B43164673B112C245755F2 /* FirebaseRemoteConfigInterop.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -40191,7 +40819,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfig/FirebaseRemoteConfig-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -40199,30 +40827,47 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseRemoteConfig/FirebaseRemoteConfig.modulemap"; - PRODUCT_MODULE_NAME = FirebaseRemoteConfig; - PRODUCT_NAME = FirebaseRemoteConfig; + MODULEMAP_FILE = "Target Support Files/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.modulemap"; + PRODUCT_MODULE_NAME = FirebaseRemoteConfigInterop; + PRODUCT_NAME = FirebaseRemoteConfigInterop; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; + name = Debug; + }; + E21374DF019CCB69DFC8F4021F8B60EA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6124F51A63EB82F1D3983DD29D2E32FA /* FirebaseABTesting.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseABTesting"; + IBSC_MODULE = FirebaseABTesting; + INFOPLIST_FILE = "Target Support Files/FirebaseABTesting/ResourceBundle-FirebaseABTesting_Privacy-FirebaseABTesting-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = FirebaseABTesting_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; name = Release; }; - E3F9F68815E64D3451A4719C00A29BBB /* Debug */ = { + E4B378FB752AAEEC9CDDE413106692C0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BCCE8CCB6A50B45C140E51E625AD15EF /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 24285970B170086136C41BB95845326A /* CocoaLumberjack.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SnapKit"; - IBSC_MODULE = SnapKit; - INFOPLIST_FILE = "Target Support Files/SnapKit/ResourceBundle-SnapKit_Privacy-SnapKit-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/CocoaLumberjack"; + IBSC_MODULE = CocoaLumberjack; + INFOPLIST_FILE = "Target Support Files/CocoaLumberjack/ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = SnapKit_Privacy; + PRODUCT_NAME = CocoaLumberjackPrivacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -40231,9 +40876,9 @@ }; name = Debug; }; - E4EFF51C8FEFBFD56253AE22FFCC80DF /* Debug */ = { + E6D52DC507994CF28D6A7F3D3D2983F9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 140A11E64FAE6419E60EDF03FA269104 /* Pods-iOS-dydxFormatterTests.debug.xcconfig */; + baseConfigurationReference = 8D38E806B912DAE81912DFEB55902030 /* Pods-iOS-PlatformParticlesTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -40245,7 +40890,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformParticlesTests/Pods-iOS-PlatformParticlesTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -40254,7 +40899,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformParticlesTests/Pods-iOS-PlatformParticlesTests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -40269,9 +40914,9 @@ }; name = Debug; }; - E6D52DC507994CF28D6A7F3D3D2983F9 /* Debug */ = { + E6E2B80D73D7DFCE87CEE88A949FC271 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 27903A0763E4DE20DDBCAF7CA9FB5C51 /* Pods-iOS-PlatformParticlesTests.debug.xcconfig */; + baseConfigurationReference = F7C240AB697046A40BC335B03D13AD26 /* Pods-iOS-dydxStateManagerTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -40283,7 +40928,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformParticlesTests/Pods-iOS-PlatformParticlesTests-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxStateManagerTests/Pods-iOS-dydxStateManagerTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -40292,7 +40937,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformParticlesTests/Pods-iOS-PlatformParticlesTests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxStateManagerTests/Pods-iOS-dydxStateManagerTests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -40307,11 +40952,10 @@ }; name = Debug; }; - E6E2B80D73D7DFCE87CEE88A949FC271 /* Debug */ = { + E70964864638E8ED3A9FC7A7ECA449DF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A36BC3546055EB979CB61BDCD8707F89 /* Pods-iOS-dydxStateManagerTests.debug.xcconfig */; + baseConfigurationReference = 25879E256CFAA7F235E680994BA82BF3 /* Popovers.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -40321,7 +40965,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxStateManagerTests/Pods-iOS-dydxStateManagerTests-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Popovers/Popovers-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Popovers/Popovers-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -40329,25 +40974,23 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxStateManagerTests/Pods-iOS-dydxStateManagerTests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/Popovers/Popovers.modulemap"; + PRODUCT_MODULE_NAME = Popovers; + PRODUCT_NAME = Popovers; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - E70964864638E8ED3A9FC7A7ECA449DF /* Release */ = { + E80ACA029374F9B68BCC4377318D9CE8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC4F78D177F2CEEB0F0102A5AF386A42 /* Popovers.release.xcconfig */; + baseConfigurationReference = 59B683C4894B55995DCA1D9445664775 /* FirebaseMessaging.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -40358,8 +41001,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Popovers/Popovers-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Popovers/Popovers-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -40367,23 +41009,22 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/Popovers/Popovers.modulemap"; - PRODUCT_MODULE_NAME = Popovers; - PRODUCT_NAME = Popovers; + MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; + PRODUCT_MODULE_NAME = FirebaseMessaging; + PRODUCT_NAME = FirebaseMessaging; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; E848647DFA5F3889B210A4DBDB80EC40 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6F124608468B4A07F2B88FE2A6BBADC0 /* CombineExt.debug.xcconfig */; + baseConfigurationReference = AECE87E61F0D52922949EFB4596EA306 /* CombineExt.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -40418,7 +41059,7 @@ }; E86A10DB3BD7545A2D85C3CEEA00D252 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0C90A12FED778E181E7056F255A11CFF /* Pods-iOS-ParticlesCommonModels.release.xcconfig */; + baseConfigurationReference = 397CDC378B4E87E662B63BB95F7B0E12 /* Pods-iOS-ParticlesCommonModels.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -40455,28 +41096,27 @@ }; name = Release; }; - E86C9AF2B1E823892BE7A33087D7F1BF /* Release */ = { + E8BB3499B4FADDEECD902254BF799174 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F05D246B7BC9684DACC662F7A17EEC6 /* FirebaseAnalytics.release.xcconfig */; + baseConfigurationReference = EBD82B866147744C73228FF2446527D7 /* FirebaseInstallations.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseInstallations"; + IBSC_MODULE = FirebaseInstallations; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/ResourceBundle-FirebaseInstallations_Privacy-FirebaseInstallations-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); + PRODUCT_NAME = FirebaseInstallations_Privacy; SDKROOT = iphoneos; + SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; E8C9CF6B42DA05A231B3B076F8AC5EC1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0B777949FDD60194708A56DB3728E91D /* Pods-iOS-UIAppToolkits.release.xcconfig */; + baseConfigurationReference = 00F450562531FB995669DBF73B3BE47C /* Pods-iOS-UIAppToolkits.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -40513,9 +41153,27 @@ }; name = Release; }; + E9C973D6B386A9BA61CC5741A1ACE8C1 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 38EADC1BD7E4E5FA67A947AB6638443D /* nanopb.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/nanopb"; + IBSC_MODULE = nanopb; + INFOPLIST_FILE = "Target Support Files/nanopb/ResourceBundle-nanopb_Privacy-nanopb-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = nanopb_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; EA11AA17750E62ACF1734C5034E091F1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FEFF33073302E4DCCCF880351AF3B169 /* CocoaLumberjack.debug.xcconfig */; + baseConfigurationReference = 24285970B170086136C41BB95845326A /* CocoaLumberjack.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -40548,9 +41206,66 @@ }; name = Debug; }; + EB2043C58A56A54742973987BF52C8E9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FC98FC809C04A61BB3280CFB157B565D /* GTMSessionFetcher.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GTMSessionFetcher"; + IBSC_MODULE = GTMSessionFetcher; + INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/ResourceBundle-GTMSessionFetcher_Core_Privacy-GTMSessionFetcher-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = GTMSessionFetcher_Core_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; EB64E6D90D11C123898366A6FC668CC4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7FEF3620B0D251CE3DF3E42EDB968EFC /* Pods-iOS-ParticlesKit.release.xcconfig */; + baseConfigurationReference = 1203BEE2950F5CD72D6FA125BE08334C /* Pods-iOS-ParticlesKit.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-ParticlesKit/Pods-iOS-ParticlesKit-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-ParticlesKit/Pods-iOS-ParticlesKit.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + ECF85ACB7FBEE85403DAA745CC9990A2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 52834556F4294AAACA1F6A613EEEB533 /* Pods-iOS-PlatformUIJedio.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -40562,7 +41277,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-ParticlesKit/Pods-iOS-ParticlesKit-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformUIJedio/Pods-iOS-PlatformUIJedio-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -40571,7 +41286,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-ParticlesKit/Pods-iOS-ParticlesKit.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformUIJedio/Pods-iOS-PlatformUIJedio.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -40587,45 +41302,9 @@ }; name = Release; }; - EB861523392A232E4DE0B2A74B8EED44 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C66D01154E99448C640F6ECF7CF65F2B /* FirebaseCoreExtension.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCoreExtension"; - IBSC_MODULE = FirebaseCoreExtension; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreExtension/ResourceBundle-FirebaseCoreExtension_Privacy-FirebaseCoreExtension-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = FirebaseCoreExtension_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - EC74A1FD945EB32E3DB807FBE4351651 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 92BC3A57A0099A0004E287343564A2EA /* CocoaLumberjack.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/CocoaLumberjack"; - IBSC_MODULE = CocoaLumberjack; - INFOPLIST_FILE = "Target Support Files/CocoaLumberjack/ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = CocoaLumberjackPrivacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - ECF85ACB7FBEE85403DAA745CC9990A2 /* Release */ = { + ED090012E34ACD46803BC62564BD9AEC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C3C50EBC4947005ABB9880A6E8E95020 /* Pods-iOS-PlatformUIJedio.release.xcconfig */; + baseConfigurationReference = 8965CB22B385678C965EA697396AECED /* Pods-iOS-dydxV4Tests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -40637,7 +41316,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-PlatformUIJedio/Pods-iOS-PlatformUIJedio-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -40646,7 +41325,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-PlatformUIJedio/Pods-iOS-PlatformUIJedio.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -40664,7 +41343,7 @@ }; EF0562887AF5AECC4D31E89DEC1F4397 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9B556EF55ECE37596F5FEECAAA28E014 /* ZSWTappableLabel.release.xcconfig */; + baseConfigurationReference = 81AD04D7C957E43342AD1F479D469B33 /* ZSWTappableLabel.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -40698,42 +41377,27 @@ }; name = Release; }; - EF246F793F4E33544228044E7EA71C36 /* Release */ = { + EF1179F303C714B3A66F2865E4F1DE36 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 648BED53036C001080356161A7189ABD /* PromisesObjC.release.xcconfig */; + baseConfigurationReference = 5FC04C9E748DE83C265A2D5F3E10B7FD /* GoogleUtilities.debug.xcconfig */; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - 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"; + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleUtilities"; + IBSC_MODULE = GoogleUtilities; + INFOPLIST_FILE = "Target Support Files/GoogleUtilities/ResourceBundle-GoogleUtilities_Privacy-GoogleUtilities-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = FBLPromises; + PRODUCT_NAME = GoogleUtilities_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; EF598D717DBB5F2F912CB1BDF58C61E8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 969F952B206981C626DBB85845819B8B /* iCarousel.debug.xcconfig */; + baseConfigurationReference = B2CC1850338009661AB7EF2676073472 /* iCarousel.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -40767,7 +41431,7 @@ }; EF7F4FD5254787EB56BB9EFFAE928C14 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AEE366B0C341FF1ED7A4A6AE87773147 /* DrawerMenu.release.xcconfig */; + baseConfigurationReference = 4FC1C853867CC0AFBE9D8D86E3D05646 /* DrawerMenu.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -40803,7 +41467,7 @@ }; F008BA17D38EC535867F86E46312D603 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 81F533A75E005CB4F4317B83E681BC4A /* libPhoneNumber-iOS.debug.xcconfig */; + baseConfigurationReference = 4E1A3F03A07BFD07D5B3CFCF9DD27E39 /* libPhoneNumber-iOS.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -40837,7 +41501,7 @@ }; F06DE63414C60A4DE6BC639FF7DD7FB2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 953648D8A48FF46765B5887FCDE6C0AB /* Pods-iOS-AmplitudeInjectionsTests.release.xcconfig */; + baseConfigurationReference = 5FDF1E01B11B0CA92A5B67029B960AEE /* Pods-iOS-AmplitudeInjectionsTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -40874,9 +41538,45 @@ }; name = Release; }; + F0A92D0889A99EB74D6550C1836DF1C1 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A3E85A3F6E268C1D60FB0DD20B292479 /* Statsig.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Statsig/Statsig-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Statsig/Statsig-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Statsig/Statsig.modulemap"; + PRODUCT_MODULE_NAME = Statsig; + PRODUCT_NAME = Statsig; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; F184FE10B21A8FFB654F9164D136951D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6C3B0EC6F8F4D0C73921E6B8C2A316E7 /* GTMSessionFetcher.release.xcconfig */; + baseConfigurationReference = 6E8EF68760036C6DFEE3C4836451788E /* GTMSessionFetcher.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -40910,7 +41610,7 @@ }; F185FA9D8AE6F04EBE2199955D9FB974 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2011156035F56E843773B2A7D5F678D3 /* Pods-iOS-UIAppToolkitsTests.release.xcconfig */; + baseConfigurationReference = 85F978A22790EA8A6707D5F30284C6C0 /* Pods-iOS-UIAppToolkitsTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -40947,28 +41647,11 @@ }; name = Release; }; - F1E02C7887954983D056132F7053C431 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D8BAEAC1E94B5E05EB57FB7165D62C4A /* GoogleToolboxForMac.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleToolboxForMac"; - IBSC_MODULE = GoogleToolboxForMac; - INFOPLIST_FILE = "Target Support Files/GoogleToolboxForMac/ResourceBundle-GoogleToolboxForMac_Logger_Privacy-GoogleToolboxForMac-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = GoogleToolboxForMac_Logger_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - F452298D52623D6514434897875151FC /* Debug */ = { + F23D4A6A6E1C25AEB061A136AE591DA3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4C0D0AD5CB02DA6260A1A5DC0C286F67 /* nanopb.debug.xcconfig */; + baseConfigurationReference = EBD82B866147744C73228FF2446527D7 /* FirebaseInstallations.debug.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -40977,8 +41660,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -40986,9 +41668,9 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -40999,12 +41681,10 @@ }; name = Debug; }; - F5A57DF4241FE6B01A66A7FB7B4A1D46 /* Debug */ = { + F3F8C48AD6451417A11D81EBD02D589A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 235149BF6239AB28D226D628B393614F /* Pods-iOS-dydxFormatter.debug.xcconfig */; + baseConfigurationReference = 5FC04C9E748DE83C265A2D5F3E10B7FD /* GoogleUtilities.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -41013,7 +41693,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -41021,15 +41701,12 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -41037,9 +41714,9 @@ }; name = Debug; }; - F6108B6D744C5A4953E8F65B20688158 /* Debug */ = { + F6C3655B8C9618629D56E88572DFF882 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 27DBAA6BBA8F377E04996FD3EEEE3B9F /* FirebaseCoreExtension.debug.xcconfig */; + baseConfigurationReference = 2FC455AB485178EA2C65C136EA61DED5 /* FirebasePerformance.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -41050,8 +41727,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebasePerformance/FirebasePerformance-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -41059,9 +41735,9 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/FirebaseCoreExtension/FirebaseCoreExtension.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreExtension; - PRODUCT_NAME = FirebaseCoreExtension; + MODULEMAP_FILE = "Target Support Files/FirebasePerformance/FirebasePerformance.modulemap"; + PRODUCT_MODULE_NAME = FirebasePerformance; + PRODUCT_NAME = FirebasePerformance; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -41072,27 +41748,9 @@ }; name = Debug; }; - F6921F9FCD68A0EF327BF416B6C7D107 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C786C02FE96E82C70B2500EB823C34B3 /* nanopb.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/nanopb"; - IBSC_MODULE = nanopb; - INFOPLIST_FILE = "Target Support Files/nanopb/ResourceBundle-nanopb_Privacy-nanopb-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = nanopb_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; F78BA090E67CC2A5A5914AF66D298275 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FA6BCB7AC7F0EFC6639C6A9FF629B7E0 /* Charts.debug.xcconfig */; + baseConfigurationReference = 1AC52B3D4F6AD7C81733427EB621FAF4 /* Charts.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -41126,7 +41784,7 @@ }; F79B915773ED7A620F38FB88F1E54ADC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B483D07943F1DFF4F70A616B1B97D6A /* Pods-iOS-CameraParticles.release.xcconfig */; + baseConfigurationReference = 0F3A554A138D3A03A3EC4A8EE7DE2F46 /* Pods-iOS-CameraParticles.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -41163,9 +41821,9 @@ }; name = Release; }; - F8A3C3E6289D825E2DDEE559F494FE09 /* Release */ = { + F7D47131C519341299C02384F9F1A18B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 398DBED577696105F30F54E066807E2C /* GoogleToolboxForMac.release.xcconfig */; + baseConfigurationReference = 762034EC8E4E423DB2462FE7450E56E8 /* GoogleToolboxForMac.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GoogleToolboxForMac"; @@ -41179,18 +41837,18 @@ TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - F95B8ECA63E42236B204930515575104 /* Release */ = { + F92BDEDFA86C10D774D5B4549D2CBFC3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1282F3E611C9978691245273B1183F3A /* SDWebImageSwiftUI.release.xcconfig */; + baseConfigurationReference = 3323E9062D3984BE3EFCC91A5AFD6745 /* FirebaseCoreInternal.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImageSwiftUI"; - IBSC_MODULE = SDWebImageSwiftUI; - INFOPLIST_FILE = "Target Support Files/SDWebImageSwiftUI/ResourceBundle-SDWebImageSwiftUI-SDWebImageSwiftUI-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FirebaseCoreInternal"; + IBSC_MODULE = FirebaseCoreInternal; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/ResourceBundle-FirebaseCoreInternal_Privacy-FirebaseCoreInternal-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - PRODUCT_NAME = SDWebImageSwiftUI; + PRODUCT_NAME = FirebaseCoreInternal_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -41199,9 +41857,27 @@ }; name = Release; }; + FA631AB4AE9B645853A0871C793EC59F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 803730A5F163A2D2BE3932CFADCE4268 /* AppsFlyerFramework.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AppsFlyerFramework"; + IBSC_MODULE = AppsFlyerFramework; + INFOPLIST_FILE = "Target Support Files/AppsFlyerFramework/ResourceBundle-AppsFlyerLib_Privacy-AppsFlyerFramework-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + PRODUCT_NAME = AppsFlyerLib_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; FA96716C1514C8CF8863F18A81745FFE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A34E8BCEF1F4E3CEEDA4D179BE6845D8 /* pop.debug.xcconfig */; + baseConfigurationReference = 9AE666D2426473BE90C64D5B6F101EBA /* pop.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -41235,7 +41911,7 @@ }; FC1DF3EE50011D4C5159689FE8BB2778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F66D8341C2C0BF1731F86042488CE442 /* AppsFlyerFramework.release.xcconfig */; + baseConfigurationReference = FDCE99FF6D188BF682CAEBE561680605 /* AppsFlyerFramework.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -41254,7 +41930,7 @@ }; FC4B1F35FCA64E0E4EB76B30CD9460F2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F5E7ABF02731C4FEF99294BB7C3B3C0 /* EFQRCode.debug.xcconfig */; + baseConfigurationReference = 640459198589770A32697D5C85BE9D7F /* EFQRCode.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -41286,9 +41962,48 @@ }; name = Debug; }; + FE2C7DD58B0276091A4C8D78DE5E8950 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D8099E1BF4EAC80F022F528D4B1AA247 /* Pods-iOS-dydxFormatter.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; FF2FC4BCB7B838C7E31AD14869C150A0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4170BD5336E5EA635EB281E3CFCFD7E2 /* Abacus.release.xcconfig */; + baseConfigurationReference = FA5333384B1596EEE78FAA9BCDEFC0EC /* Abacus.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -41306,7 +42021,7 @@ }; FFEA80E3C6CE39043041366D5672B8E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 210E1D6AA2FC4E21653A9920E6A1421B /* Atributika.debug.xcconfig */; + baseConfigurationReference = 41D8352B1A39CD5B7C9BDB6B204D71C5 /* Atributika.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -41360,15 +42075,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 025A124C276B8A31A9BCA47938088A32 /* Build configuration list for PBXNativeTarget "AppsFlyerFramework-AppsFlyerLib_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 34DDD1D7A62A4B121092F1CA62A50AE8 /* Debug */, - 564200DB833E2F75459A5B21E3547ED4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 037F8A73AC66F44986C883CB95CC715C /* Build configuration list for PBXNativeTarget "Pods-iOS-PlatformUITests" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -41387,20 +42093,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 076CD66D89A108FE59445B441C0C81B0 /* Build configuration list for PBXNativeTarget "FirebaseMessaging-FirebaseMessaging_Privacy" */ = { + 043769F9339ADA588F57171BED3E14D1 /* Build configuration list for PBXNativeTarget "FirebaseInstallations-FirebaseInstallations_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2D63D96D2FCF87BD5FF9A8D008BFBC2B /* Debug */, - 3284DAE65FE308E11C2E228D33E8A246 /* Release */, + E8BB3499B4FADDEECD902254BF799174 /* Debug */, + D24C7B52FCBD571EF634BA508D89F6F8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 084E3B2F1F43F6D14610C46BE9546D74 /* Build configuration list for PBXNativeTarget "FirebaseSessions" */ = { + 059BCB86264CB6D672634C1345544870 /* Build configuration list for PBXAggregateTarget "Firebase-360edc41" */ = { isa = XCConfigurationList; buildConfigurations = ( - AA87B75ECDFC1EBC1A5DCE4EB456F727 /* Debug */, - 948AF8304CE49F9FFC1FC4E6885B9D46 /* Release */, + 2C286444512362AF7A444FF3B5E938FE /* Debug */, + 620163D7FC2D6BE22187969D22D579ED /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -41414,15 +42120,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0AEE6DDCD05CE0DDA0EDEC78461EAE5F /* Build configuration list for PBXNativeTarget "FirebaseABTesting-FirebaseABTesting_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 49E8B83CF0484D093C7982A68D48134E /* Debug */, - B8F960D13BDC7636A314350AA2C5B4ED /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 0BED3A07D94CA91D593740ED5964D4B4 /* Build configuration list for PBXNativeTarget "Pods-iOS-ParticlesKitTests" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -41432,24 +42129,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0BFC8B775C882578D162BA763B20CDF6 /* Build configuration list for PBXAggregateTarget "Firebase-2149e159" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DC242208343D5BD31E6A3056A60751D1 /* Debug */, - B672637F571EF3BD8C43D906A8775271 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0EDFC15324F7E7532C663716DF08A897 /* Build configuration list for PBXNativeTarget "ReachabilitySwift-ReachabilitySwift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 77BD2744C56A6B755C4C07026ACDBAE8 /* Debug */, - 65C87004C6812C2368EF14162CB1CD44 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 13303C91F93DD6B6347990830CEDA531 /* Build configuration list for PBXNativeTarget "Pods-iOS-Utilities" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -41459,29 +42138,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1452ADE8030F62F371F6B89F062EEBE6 /* Build configuration list for PBXNativeTarget "GoogleUtilities-GoogleUtilities_Privacy" */ = { + 13E3D0D894BD3550A2C74764DBC59233 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0CE9C4DB040250B7CA2548DA443FF7D2 /* Debug */, - D2AF17383D192D99A128D672CC7DB36F /* Release */, + E80ACA029374F9B68BCC4377318D9CE8 /* Debug */, + 3EA2FDEE0E936868E0FF2A2D316A748E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 16DC5510A70CEAF3C945ED7C9123C9FA /* Build configuration list for PBXNativeTarget "Pods-iOS-ParticlesKit" */ = { + 154B2784AFA17D7529A892A9F7F49549 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxFormatter" */ = { isa = XCConfigurationList; - buildConfigurations = ( - AC770B7304892541332384DC8CBFCA91 /* Debug */, - EB64E6D90D11C123898366A6FC668CC4 /* Release */, + buildConfigurations = ( + 42B9B7BC909218EB8300E24B70D28AB2 /* Debug */, + FE2C7DD58B0276091A4C8D78DE5E8950 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 16ED55A371E634D90DCE3E875F8DA587 /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfig" */ = { + 16DC5510A70CEAF3C945ED7C9123C9FA /* Build configuration list for PBXNativeTarget "Pods-iOS-ParticlesKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6A6AD647A6FBF7D44669F3E6599FDE4D /* Debug */, - E0FB73BAB1F9BC0E767D41473B84E7DF /* Release */, + AC770B7304892541332384DC8CBFCA91 /* Debug */, + EB64E6D90D11C123898366A6FC668CC4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -41495,20 +42174,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1A812D936A0509D59DDD502F5B4137A3 /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac-GoogleToolboxForMac_Privacy" */ = { + 1CBD4A8525E8F96EB6B48E83A7C545E5 /* Build configuration list for PBXNativeTarget "EFQRCode" */ = { isa = XCConfigurationList; buildConfigurations = ( - E05DD09A82C8D6AF1D7AAFC99B0F028C /* Debug */, - D04A1258065BD6A5BB979A0086781EBB /* Release */, + FC4B1F35FCA64E0E4EB76B30CD9460F2 /* Debug */, + B3EC45098BB9FFC3150F66D82DC44933 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1CBD4A8525E8F96EB6B48E83A7C545E5 /* Build configuration list for PBXNativeTarget "EFQRCode" */ = { + 1CF0E2D4AC10737912400991AF54E8FA /* Build configuration list for PBXNativeTarget "Pods-iOS-StatsigInjections" */ = { isa = XCConfigurationList; buildConfigurations = ( - FC4B1F35FCA64E0E4EB76B30CD9460F2 /* Debug */, - B3EC45098BB9FFC3150F66D82DC44933 /* Release */, + 0A64C239546F6150775C6E9B24306ACE /* Debug */, + 351E3F50446BA901B1B5AA16B7EF154A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -41522,6 +42201,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 1EBE95C756262EDEA906FCF9D0D1296B /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxFormatterTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B46047CEC7E522C2F8DDC2EAEACB30F3 /* Debug */, + BE56B97CC39E59DDA55D563F810BE134 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1EF1A13567D9890E6E3C34C4AD33D5AF /* Build configuration list for PBXNativeTarget "PromisesSwift-Promises_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 61D02650435FA0EA3124F2A6E5D0FF38 /* Debug */, + 7913E3AE8CA3DABDE061BD5BF27DD6B0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 1F0D691B9E5047240C95F021387358F1 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxViews" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -41549,119 +42246,119 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2515280EE7F64C99C8880B607C018AF5 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxPresentersTests" */ = { + 231E98C080BF7E0330421CCA46429DC1 /* Build configuration list for PBXAggregateTarget "Firebase-40c737bb" */ = { isa = XCConfigurationList; buildConfigurations = ( - DAEF743FA29158A3E38F233B6373783F /* Debug */, - BB846B82CFD960CC41B536894D9BCDF8 /* Release */, + 4FC0A179972E4E682753C3F6AC2CF28C /* Debug */, + A773EF37F17990B0E497136292B67ACD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 27219F8D9BE9C401D71F2F6B2E693AA0 /* Build configuration list for PBXNativeTarget "FirebaseCore-FirebaseCore_Privacy" */ = { + 23AF8344B98BC387C6074D8172371DC4 /* Build configuration list for PBXNativeTarget "Statsig-Statsig" */ = { isa = XCConfigurationList; buildConfigurations = ( - 161968F69B58969AA9EBBD2C77672B79 /* Debug */, - 9FB6146128E9DF583086B41A0E341F5A /* Release */, + 3788D0EAC2C8748934816F329A39CD13 /* Debug */, + 6812B2468B5056D4815690B5B896CBB6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2734D298ADB3BB6DE1AD51B10EB2EFF2 /* Build configuration list for PBXNativeTarget "KVOController" */ = { + 2515280EE7F64C99C8880B607C018AF5 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxPresentersTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 76A72AA4D0D0E5837AA23AFE8733C396 /* Debug */, - AFEFAD00AF3EA8AEE13C4ED76A3D6097 /* Release */, + DAEF743FA29158A3E38F233B6373783F /* Debug */, + BB846B82CFD960CC41B536894D9BCDF8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2AB4455BC65801B87030420E5F4E9EDE /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxPresenters" */ = { + 2734D298ADB3BB6DE1AD51B10EB2EFF2 /* Build configuration list for PBXNativeTarget "KVOController" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1983C9438FFFBE33F6F763E04D2F5B62 /* Debug */, - 52340A4383F61E9248E1B931D06626DD /* Release */, + 76A72AA4D0D0E5837AA23AFE8733C396 /* Debug */, + AFEFAD00AF3EA8AEE13C4ED76A3D6097 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2F32440675A319CB6D1B8AB77B78BEA0 /* Build configuration list for PBXNativeTarget "SnapKit-SnapKit_Privacy" */ = { + 2A11CD2DEB784945AF5351AB0B73AB72 /* Build configuration list for PBXNativeTarget "Statsig" */ = { isa = XCConfigurationList; buildConfigurations = ( - E3F9F68815E64D3451A4719C00A29BBB /* Debug */, - 350B9AB71D2BDD4BAF729D5307D22426 /* Release */, + 0D483BCCC60CFFFB523CA8C4EAC427E4 /* Debug */, + F0A92D0889A99EB74D6550C1836DF1C1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 352AF6861E4DCE90FF4BD2809D60B9EE /* Build configuration list for PBXNativeTarget "Pods-iOS-FirebaseStaticInjections" */ = { + 2AB4455BC65801B87030420E5F4E9EDE /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxPresenters" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9CE4732CFE7D2EA9FD3952D4FB0F586C /* Debug */, - 3904C89694AA606B300327497FA674CA /* Release */, + 1983C9438FFFBE33F6F763E04D2F5B62 /* Debug */, + 52340A4383F61E9248E1B931D06626DD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 364EAB4034EEAC40B97CA58422FFFA5D /* Build configuration list for PBXNativeTarget "GoogleDataTransport-GoogleDataTransport_Privacy" */ = { + 317B0AD436BFCC2E81F54FB79F479756 /* Build configuration list for PBXNativeTarget "AppsFlyerFramework-AppsFlyerLib_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0EE36905CF5BFCBF9396238C6AA6C801 /* Debug */, - A171975CD11938F25D23EDBB2AD16480 /* Release */, + FA631AB4AE9B645853A0871C793EC59F /* Debug */, + 546C87725D85EAF935BBEC1CA4E2B7A1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 36CC1065A2931C20203830F4D467B02F /* Build configuration list for PBXNativeTarget "Pods-iOS-FirebaseStaticInjectionsTests" */ = { + 39726597BE6B8182AAE40C2CD7860CD1 /* Build configuration list for PBXNativeTarget "FirebaseMessaging-FirebaseMessaging_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0863558500EBA5D9619ECA7574C156DE /* Debug */, - C8DE255D86006E5084E84C377471A8FB /* Release */, + 56E3C1CE28DA22DCD51B110EF44E10B3 /* Debug */, + 86416B6D0DA8624A8257AEDCBAE9DC8F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 375359011655057925D19E80D45356ED /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy" */ = { + 397451FB69B910DFB5A1027BB67A3162 /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */ = { isa = XCConfigurationList; buildConfigurations = ( - F1E02C7887954983D056132F7053C431 /* Debug */, - F8A3C3E6289D825E2DDEE559F494FE09 /* Release */, + DCE9279E51D5F1AE9A7653E7B4FED55B /* Debug */, + 0C7455323F368FD45EBB487BE5662390 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 407ACE79333748BE39BB8FC52F9FD7FD /* Build configuration list for PBXNativeTarget "Differ" */ = { + 3CC19459C453EB89DCF368CCC6DCA051 /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac-GoogleToolboxForMac_Logger_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1DF31022DDCF25572CE331654724821C /* Debug */, - 0482DE1D801B78AE8208C9007598646F /* Release */, + F7D47131C519341299C02384F9F1A18B /* Debug */, + 494B5FE5A800FB6FA8F72C8450B919F6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 40BC26763FF88D13F02193C87C499467 /* Build configuration list for PBXNativeTarget "COSTouchVisualizer" */ = { + 3EC32B1AC38A8DC19B39CF1DDBDE787B /* Build configuration list for PBXNativeTarget "SDWebImageSwiftUI-SDWebImageSwiftUI" */ = { isa = XCConfigurationList; buildConfigurations = ( - DCAE6415639B1FE00F20DF7E91B162A0 /* Debug */, - D644EEE702BA17E52A635B01653552A3 /* Release */, + A97550CA700B78853F7BA992D979AED9 /* Debug */, + A69128B6C1C6E1CF9516812FB9472AD4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 432F25E81D59F1EF5647068D3F538EAA /* Build configuration list for PBXNativeTarget "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy" */ = { + 407ACE79333748BE39BB8FC52F9FD7FD /* Build configuration list for PBXNativeTarget "Differ" */ = { isa = XCConfigurationList; buildConfigurations = ( - 32257DE461F6A79C657C4B7A599E036B /* Debug */, - 0DCE5BDCD25D3487250139CCC13DF4E3 /* Release */, + 1DF31022DDCF25572CE331654724821C /* Debug */, + 0482DE1D801B78AE8208C9007598646F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4347825F68E852E009659FDD2198D035 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { + 40BC26763FF88D13F02193C87C499467 /* Build configuration list for PBXNativeTarget "COSTouchVisualizer" */ = { isa = XCConfigurationList; buildConfigurations = ( - BB75DE5464D046A17CAB948386792421 /* Debug */, - CF8F1CFBC052FBB53193F8090549433F /* Release */, + DCAE6415639B1FE00F20DF7E91B162A0 /* Debug */, + D644EEE702BA17E52A635B01653552A3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -41729,15 +42426,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5321E05586C3913277CEBD8C7F1F2818 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6E992601CBD2EFC23A9DBD7DD6180B63 /* Debug */, - E86C9AF2B1E823892BE7A33087D7F1BF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 53E330844E5ABCC69C45B9A177E62E4C /* Build configuration list for PBXNativeTarget "ZSWTappableLabel" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -41747,11 +42435,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 589773EC3752D941D16C28763BEDC2FF /* Build configuration list for PBXNativeTarget "FirebaseCoreExtension-FirebaseCoreExtension_Privacy" */ = { + 59F17DD9516A8F9D707CD283A79082F8 /* Build configuration list for PBXNativeTarget "FirebaseSharedSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8901A49F7C2FCB35E89658E4A9845DFF /* Debug */, - EB861523392A232E4DE0B2A74B8EED44 /* Release */, + D5819E031DA3C867F73E8590A2861ABB /* Debug */, + BA0BD7122D5DDDD8523E6E8A2259EFE3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -41765,24 +42453,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5EFA8A7465217444EAFFEF769658F57E /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C96DC2B21E799ED1F6C05521DD270FCF /* Debug */, - 1CE53793A2CA94F26AF1F636A61027C6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 624D3A36297DE9B08FBDF7EE2F12E5AE /* Build configuration list for PBXNativeTarget "nanopb-nanopb_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4E780DAEFB6AD518F03EA4C8D39375D1 /* Debug */, - F6921F9FCD68A0EF327BF416B6C7D107 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 634D5A5008964CCCAD1B3E9E3B04CE0E /* Build configuration list for PBXNativeTarget "Pods-iOS-ParticlesCommonModelsTests" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -41792,15 +42462,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 636EB0208A83979A956A01E2C04A8C54 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxAnalytics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A9971F55361FAE1CBBDA14BEB46C046A /* Debug */, - 7EDCCFFAB3D5ED8FE2B10F12022A6D07 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 63BB9764CEAD02DF3D818053FCDA3A4D /* Build configuration list for PBXNativeTarget "iCarousel" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -41837,33 +42498,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 66578707AEC634AA80C66929015F80AD /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxFormatter" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F5A57DF4241FE6B01A66A7FB7B4A1D46 /* Debug */, - 5C79A6DA7D28279C923DB0037F4C764A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 68F24D43C711B2DB3C79EBC2559295FF /* Build configuration list for PBXNativeTarget "PromisesSwift-Promises_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DD0589478C6FE0A11EFD6A2D95EB936C /* Debug */, - 1AB3F96AB2B664E130F1140C83892F38 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6A3B0C942C4C884E2FDAC9118546E857 /* Build configuration list for PBXNativeTarget "SDWebImage-SDWebImage" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7E7A6AD9A8B42E7568F7EDBDB3E8839B /* Debug */, - 9BE9BBF9B9F211730A4F7F4E755B6F43 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 6AD04676A9783EC490153561043166FB /* Build configuration list for PBXNativeTarget "Pods-iOS-WebParticles" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -41909,6 +42543,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 6F0B16BAA11151FABFA6D053B76E6E96 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics-FirebaseCrashlytics_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D2F7C6F1475022EFBD0D76465DF4F448 /* Debug */, + 96314CC1879440A87B253EB42821A9BA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6F6E963D439D201290A3203DE5CE34A5 /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfigInterop" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E0C94256EFF983F873B11F9BFE90A5BC /* Debug */, + 77F5CDDA92AF543ACAFCDA0EAFEA8417 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 71B9A5BD1FADAE479D403809E582EC07 /* Build configuration list for PBXAggregateTarget "AppsFlyerFramework" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -41918,11 +42570,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7BB2DD99B5A46CD954BC092CB4F4699E /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfigInterop" */ = { + 7255918084D951BEBE66744F84C35C70 /* Build configuration list for PBXNativeTarget "GoogleDataTransport-GoogleDataTransport_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3094408625E69DCF9E86512F819EAA03 /* Debug */, + 61CD39DD39C28C756D286D4A92F2D740 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 762E0FD8458EA87D0CB830482B4039B6 /* Build configuration list for PBXNativeTarget "nanopb-nanopb_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4BAC7EC35AEC1CB1BD5D4BCEDDC36EEB /* Debug */, - CC41222ADEFA97FD6A07392F97A2B8B2 /* Release */, + 898F38B654012AD59219F7512EF2A2CF /* Debug */, + E9C973D6B386A9BA61CC5741A1ACE8C1 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 7E92555BD2128A7D7B2DF513C499E77D /* Build configuration list for PBXNativeTarget "FirebaseCore-FirebaseCore_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 76D5291CD00C80F4B0AEA2A28998281D /* Debug */, + C43E0268DD4CA43F1DFBF6B562506A7A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -41963,56 +42633,56 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 83F145DE594A25D46992AA5717EE924A /* Build configuration list for PBXNativeTarget "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy" */ = { + 867638EB93537121933A37AB3E51A216 /* Build configuration list for PBXNativeTarget "Amplitude-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - BAE7CDF6EE3DFA3F22BADE26E7C58232 /* Debug */, - 38B33FE44CE1D0BD97743D282FFFDC5C /* Release */, + BDE9D11625D5D0E243FB7433BCD79858 /* Debug */, + 4DE3E1F48C573E8875EBD030C51CF0F2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8614493BE57F4D32BFB4526424355ABB /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { + 87902611943DCDA32C85586C9808010E /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - B4F87901E08D136D0564B212EDBE7EFE /* Debug */, - 94AC77156794B430D3A8C615FFBF53E4 /* Release */, + 1ADEFAD71C5CA88E5FA7523DA9040828 /* Debug */, + DD75EE31595CB9117E1530716FD3868C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 867638EB93537121933A37AB3E51A216 /* Build configuration list for PBXNativeTarget "Amplitude-iOS" */ = { + 884ED5E42CF943DD68B813AB9EA5807B /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxAnalytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - BDE9D11625D5D0E243FB7433BCD79858 /* Debug */, - 4DE3E1F48C573E8875EBD030C51CF0F2 /* Release */, + 46C706BB4C787F960BBFA1CBE65D2659 /* Debug */, + 1B4BDCD9273BB0AC308BD7DC3D1CA3E7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8752DFD40999434AF560001A1946A07A /* Build configuration list for PBXNativeTarget "FirebaseSharedSwift" */ = { + 89A176AC9B463DDE3F20CF23F7370003 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxV4Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - CF8B8CB8D7C74815C472587F60CBBF50 /* Debug */, - 5FFA60B44B62C5342AF790C7FD335F87 /* Release */, + A9E326CD9806D6E3D11886649E066C6E /* Debug */, + ED090012E34ACD46803BC62564BD9AEC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 88A56F5F68BD53A474E06EFE8B610AF5 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */ = { + 8AA7FEAA6CF8C88B0F8603B433C46BC8 /* Build configuration list for PBXNativeTarget "CocoaLumberjack-CocoaLumberjackPrivacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - C28D976444188F5C6ACE40C4ABA7A04E /* Debug */, - 12E753781601C20FE4A7FCFC0EF351F9 /* Release */, + E4B378FB752AAEEC9CDDE413106692C0 /* Debug */, + 625C89A6F40238DDA51623112CB9CF99 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 89B1DF3A4F04A24D1E5F3573C19DAED6 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxV4" */ = { + 8AACEFB1389AE9C8F9D151DC95EF2C02 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - B07D4BC7334773FA09F46D7272AB71E5 /* Debug */, - 1FCA66B7451B106FCBD5AD388466C331 /* Release */, + 395477E8D2C2749B0B7FD6C35A4CC7EF /* Debug */, + 6737BF6CD9342AFA479600B87DBB5C3C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -42026,11 +42696,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8D0CDFCB44D39D719FF4E77CA51E0FB2 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + 8C9D53581AADCEA855D0CC9B9450928B /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { isa = XCConfigurationList; buildConfigurations = ( - 74B04BFC59B330FDA617CDCDFDF81AE2 /* Debug */, - 43DA7900231DA67FDC6A0E7925B28D08 /* Release */, + F23D4A6A6E1C25AEB061A136AE591DA3 /* Debug */, + 6FC9E3544EC50A823A6C411B6EF4DF7B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -42044,47 +42714,47 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 930CC3E13ACD551E84473EC07029E2F1 /* Build configuration list for PBXNativeTarget "Pods-iOS-PlatformParticlesTests" */ = { + 924A838F7BB00188AF9BDF992890FFC7 /* Build configuration list for PBXNativeTarget "nanopb" */ = { isa = XCConfigurationList; buildConfigurations = ( - E6D52DC507994CF28D6A7F3D3D2983F9 /* Debug */, - 5841D753853226B94A5B22EBE43EF046 /* Release */, + 123758FF31299D464DC66C9EC2ED6AEC /* Debug */, + BBAB4A9D02D8ED913F29B2612A8582EA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 94A817E615F00DC15C190DC9CABFA1F6 /* Build configuration list for PBXNativeTarget "nanopb" */ = { + 930CC3E13ACD551E84473EC07029E2F1 /* Build configuration list for PBXNativeTarget "Pods-iOS-PlatformParticlesTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - F452298D52623D6514434897875151FC /* Debug */, - A290253501075604636605A1276F26F3 /* Release */, + E6D52DC507994CF28D6A7F3D3D2983F9 /* Debug */, + 5841D753853226B94A5B22EBE43EF046 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 97BC4618CC794C58D29AC07479E96CAB /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal-FirebaseCoreInternal_Privacy" */ = { + 948C19167BC4C00C73F7F968569A1F6C /* Build configuration list for PBXNativeTarget "Pods-iOS-FirebaseStaticInjections" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5944258FF907A693ABBE075439BC4EB6 /* Debug */, - 942177120F5D805AA50FD2398B1F2B3B /* Release */, + A5FD3CCF83280D0D5452FB98881C1D94 /* Debug */, + 4EE6E212BAE83D043BD9FF283A9147A3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 98CC20B1F4B0D41BCA54B12E2CFA11F9 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + 9A35787B64D5AFFA64E8D779BA2208B0 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxStateManagerTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 21A29DCCEED468398691B3B9519B5BCA /* Debug */, - EF246F793F4E33544228044E7EA71C36 /* Release */, + E6E2B80D73D7DFCE87CEE88A949FC271 /* Debug */, + 87D011ABFD96BA01EAAA3270C0C36AB9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9A35787B64D5AFFA64E8D779BA2208B0 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxStateManagerTests" */ = { + 9BF7B71055AB9404F6E18FB8535AE43C /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfig" */ = { isa = XCConfigurationList; buildConfigurations = ( - E6E2B80D73D7DFCE87CEE88A949FC271 /* Debug */, - 87D011ABFD96BA01EAAA3270C0C36AB9 /* Release */, + BEB23FD3850A30D70D6E37EB4681C06D /* Debug */, + BEAD09EFBB57DB6675A68D56701800C7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -42098,20 +42768,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9CB466259B7B96324EE4EA020F58122F /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics-FirebaseCrashlytics_Privacy" */ = { + 9F2A88C2449C11AB994195AE32425056 /* Build configuration list for PBXNativeTarget "Pods-iOS-FirebaseStaticInjectionsTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 905E6822E9A3A24561A6C3FE4E9B81EB /* Debug */, + 9406F4AB087C67D634D61769008B0043 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9F6B8B1E3A4C6907F67C4460AD3D5DD4 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher-GTMSessionFetcher_Full_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CFFF480B6F51FAF0999DF9A63D39D8D1 /* Debug */, + 876522C4563A8DC925BEC3F3CEB6A0B0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A08978B353A316A90FA4134AF79B26D0 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { isa = XCConfigurationList; buildConfigurations = ( - 22BA7DCEC7F1A7DFE98E181EF3BA315A /* Debug */, - 57B26EFE0207799BCC7CD5DD47F54258 /* Release */, + A292AC3986E98A1DB480F074E4D84D74 /* Debug */, + 71EF84F1314733BEDE000AF959264A8A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A3D2F02F268BD96C48FC2B4017C27AA5 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxFormatterTests" */ = { + A53773FEECFF68DBA2A46A0D3BAFEA2F /* Build configuration list for PBXNativeTarget "PromisesObjC-FBLPromises_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - E4EFF51C8FEFBFD56253AE22FFCC80DF /* Debug */, - 1CD7002C329639061D9C8BFFF0159609 /* Release */, + 97BA4B58852FA99E49F1D49FA58015B8 /* Debug */, + 44173D54F98B7009010D4B0A20FDFEE2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -42143,6 +42831,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + AB443ED71335142342DADBDE0691910C /* Build configuration list for PBXNativeTarget "FirebaseABTesting" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BFB864344F19A2DBD53A25439EE1A231 /* Debug */, + DFF6337986448953928E884CD6669DAF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; ACDE3CA9049C25E8559F4981D000E658 /* Build configuration list for PBXNativeTarget "Pods-iOS-ParticlesCommonModels" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -42179,11 +42876,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B300BF4B8C466CAC34A0F6CD6A619310 /* Build configuration list for PBXNativeTarget "PromisesSwift" */ = { + B45B8ECDEBA652770376B7291E73D763 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxV4" */ = { isa = XCConfigurationList; buildConfigurations = ( - 35D6DB85A369EEE475DC79B095E61918 /* Debug */, - B30DF50E14F53435AABE575F83EFEBFF /* Release */, + 83C75BFA5964E4E5B38A6B43C56BFE3B /* Debug */, + A5BB43EF0B38D262A73FA769EE30EE53 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -42197,11 +42894,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B612A81F9F8BC6F0722FA994B7462691 /* Build configuration list for PBXNativeTarget "FirebaseInstallations-FirebaseInstallations_Privacy" */ = { + B7E0896578FA001ADB5376BC02FBF172 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8CD7D14C8FFB8C32FE0D986251EAB854 /* Debug */, - 90B15212EBF13DC887939EB0C8605F77 /* Release */, + EB2043C58A56A54742973987BF52C8E9 /* Debug */, + 810BD22DA03130F326B60FA91137EE2E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -42215,20 +42912,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BA8E003689F2B70AD392F18878D8D1BC /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1602F8719BDD2D43480AF71F20E76F31 /* Debug */, - AB1EE5745676DE2C9D105101E72D43F8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - BAFF27464C115A688D20D38907C9160F /* Build configuration list for PBXNativeTarget "PromisesObjC-FBLPromises_Privacy" */ = { + B918761456B878076F5169A9241346D0 /* Build configuration list for PBXNativeTarget "SnapKit-SnapKit_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2DB622436255E3E6205A79BCF1928A60 /* Debug */, - 8624712682936B6ABBCB7A9A468CBD12 /* Release */, + 1C94A0704E5E9D4129C98B06BCD6A2E5 /* Debug */, + DB23F6412F41A54BDF687DA27E9A78A5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -42251,119 +42939,155 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BE1B2F2646DF9A553DE3BBDFCC43B6AE /* Build configuration list for PBXAggregateTarget "Firebase-5a1e767e" */ = { + BE14B4B083C4A335B066DBA3039C16D0 /* Build configuration list for PBXNativeTarget "GoogleToolboxForMac-GoogleToolboxForMac_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4E1355CCFBF502310F61946E308A9A39 /* Debug */, - AD972E308290954CEA947D22B3B920A4 /* Release */, + 89850045272444ADFC8247C39F24E2C4 /* Debug */, + 0261F18E8FA776A5330DA8BF8F68C484 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CF2B9810A2A3879DD67A9D61476751C0 /* Build configuration list for PBXNativeTarget "Pods-iOS-UIToolkits" */ = { + C6A7062C7A634ECB8E032354A322490D /* Build configuration list for PBXNativeTarget "SDWebImage-SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4BA394CC609D08032B79248BE82C8C1C /* Debug */, - 9C29D5A6AC23F21B21A86903A74197F8 /* Release */, + 3C669EA28D8847CC2F674B6A6EC60D63 /* Debug */, + DCB820E78C2D19F7E01B031BB34D57CF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CFD4ED8C83FEDE7F633D76AE647342E2 /* Build configuration list for PBXNativeTarget "Validator" */ = { + C81BFAFA6FA79E6D261C3F6FEF98C79B /* Build configuration list for PBXNativeTarget "ReachabilitySwift-ReachabilitySwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - 06C0134AC9B8892755F60F69572819ED /* Debug */, - 886032020BF83F134654EF8AE87FB106 /* Release */, + 3D1A1B76D8903004D0FFF8010EDE1FB9 /* Debug */, + 4F0A010D2005E39397978B10BEB05EB3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D195EA70F282E7FDFE6DD458144D98AA /* Build configuration list for PBXNativeTarget "FirebasePerformance" */ = { + C8FFDE5BA4C3DC557268302F7C04C621 /* Build configuration list for PBXNativeTarget "GoogleUtilities-GoogleUtilities_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 675C5C4BC4299628AB30F105209CE60C /* Debug */, - AE51BEF024FD80A7CBAFB4E4A903B424 /* Release */, + EF1179F303C714B3A66F2865E4F1DE36 /* Debug */, + 2B7B4519D8683596106047881B246770 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D24F7AF3314C89C73B84080CBFA92982 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { + CB8877A20CB7D59A5A1007362C37708D /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal-FirebaseCoreInternal_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 19DD7E014A6DCB030053FBA1AB87AD4A /* Debug */, - 7F422F1D7D4D2A7DB9CEEA6B51F82F61 /* Release */, + 2201A2A4871B888CBE354392A316B76E /* Debug */, + F92BDEDFA86C10D774D5B4549D2CBFC3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D5FB21D4881DD472016E5B4BC11799A5 /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */ = { + CC2DECAE011C944F9FCF30E4E4221DB4 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { isa = XCConfigurationList; buildConfigurations = ( - C235B2049D48455D37D330E4DAC27EA2 /* Debug */, - CCE6C4AAD3F09AA341CC8CB5E4CCE90E /* Release */, + 04EF980C21580CA33694BA9EA03F6962 /* Debug */, + 50F688492D599866D47D5396F66AC366 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D94F1277CA01779A353693770FE8932B /* Build configuration list for PBXNativeTarget "FirebaseCoreExtension" */ = { + CC5CFD0EE214481686EE149E94101044 /* Build configuration list for PBXNativeTarget "FirebaseCoreExtension-FirebaseCoreExtension_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - F6108B6D744C5A4953E8F65B20688158 /* Debug */, - 0A58A93D9EEF88DDDECC38064CD13FBB /* Release */, + 2FC0C01C9B08A613CFA4C5831B067D56 /* Debug */, + 324B601E5419E246CDCF6A576D7D0DB2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DAF3A96E62754C8DFD08A42E5FA0B057 /* Build configuration list for PBXNativeTarget "CombineExt" */ = { + CE7E8C5D976D2D88943BAB472D0C361F /* Build configuration list for PBXNativeTarget "FirebaseCoreExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( - E848647DFA5F3889B210A4DBDB80EC40 /* Debug */, - 8FD4770B348CE3D1CEF0921FBD48DF2B /* Release */, + 9EB5D27E05E20B0D3D60DF6A5EA2DCA0 /* Debug */, + 0DA628C88337CB68C9891921A2952ABE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DC85E885CD9F9521EC428D2AAB85789D /* Build configuration list for PBXNativeTarget "pop" */ = { + CF2B9810A2A3879DD67A9D61476751C0 /* Build configuration list for PBXNativeTarget "Pods-iOS-UIToolkits" */ = { isa = XCConfigurationList; buildConfigurations = ( - FA96716C1514C8CF8863F18A81745FFE /* Debug */, - 83059CACF3A23F4835B5B87E9113907B /* Release */, + 4BA394CC609D08032B79248BE82C8C1C /* Debug */, + 9C29D5A6AC23F21B21A86903A74197F8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DDAC93DAEC8029E24B38690FC798E325 /* Build configuration list for PBXNativeTarget "CocoaLumberjack" */ = { + CFD4ED8C83FEDE7F633D76AE647342E2 /* Build configuration list for PBXNativeTarget "Validator" */ = { isa = XCConfigurationList; buildConfigurations = ( - EA11AA17750E62ACF1734C5034E091F1 /* Debug */, - 372F0D6B058EE3D21656CFF914431462 /* Release */, + 06C0134AC9B8892755F60F69572819ED /* Debug */, + 886032020BF83F134654EF8AE87FB106 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D1EF5E18A1236920F6A80F55C2500F8B /* Build configuration list for PBXNativeTarget "FirebaseSessions" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3C6AC5A4427061F99B2FC3118D39860A /* Debug */, + 74496232B7C21F1F0A76857C147B7A0B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D24F7AF3314C89C73B84080CBFA92982 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 19DD7E014A6DCB030053FBA1AB87AD4A /* Debug */, + 7F422F1D7D4D2A7DB9CEEA6B51F82F61 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D75441AFCFA2520369FFA00DE369089F /* Build configuration list for PBXNativeTarget "FirebaseABTesting-FirebaseABTesting_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 35B739EE239D264256F9C463F0E10C49 /* Debug */, + E21374DF019CCB69DFC8F4021F8B60EA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + DAF3A96E62754C8DFD08A42E5FA0B057 /* Build configuration list for PBXNativeTarget "CombineExt" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E848647DFA5F3889B210A4DBDB80EC40 /* Debug */, + 8FD4770B348CE3D1CEF0921FBD48DF2B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DE3EC4DF85BBD8BEE27C720055958B7B /* Build configuration list for PBXNativeTarget "FirebaseRemoteConfig-FirebaseRemoteConfig_Privacy" */ = { + DC85E885CD9F9521EC428D2AAB85789D /* Build configuration list for PBXNativeTarget "pop" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4C65BD04A1224DCCE0E0EF64119EAA29 /* Debug */, - DDAA5EBB6979C159E23EAE63F8DBAB6A /* Release */, + FA96716C1514C8CF8863F18A81745FFE /* Debug */, + 83059CACF3A23F4835B5B87E9113907B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E00A9D921E852BCC38FF4ACC066C0FE7 /* Build configuration list for PBXNativeTarget "Pods-iOS-dydxV4Tests" */ = { + DDAC93DAEC8029E24B38690FC798E325 /* Build configuration list for PBXNativeTarget "CocoaLumberjack" */ = { isa = XCConfigurationList; buildConfigurations = ( - 205A5B8CDCD9507AEF9BB48D29E3E752 /* Debug */, - AF0E755DA0C56EF6E4E21391930C0ED4 /* Release */, + EA11AA17750E62ACF1734C5034E091F1 /* Debug */, + 372F0D6B058EE3D21656CFF914431462 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E2340BF96285BBEB0611E26DFC0839EF /* Build configuration list for PBXNativeTarget "CocoaLumberjack-CocoaLumberjackPrivacy" */ = { + E3EA27D469188D21FA8A95C72D15B2C1 /* Build configuration list for PBXNativeTarget "PromisesSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8DABFA17AE4165209562DD34C68B5C21 /* Debug */, - EC74A1FD945EB32E3DB807FBE4351651 /* Release */, + 72D66E21519DFCFE3251CE69B08DB83A /* Debug */, + B66A591D0C2FE0480A3396C250B51F72 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -42395,6 +43119,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + E9BCC1B6329A84A2CD9E4C48C8743C30 /* Build configuration list for PBXNativeTarget "FirebasePerformance" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F6C3655B8C9618629D56E88572DFF882 /* Debug */, + AAB663F57AA8690C9C35A7201FDE5445 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; EA74D021EAAA39B229535084FCF14C67 /* Build configuration list for PBXNativeTarget "Pods-iOS-PlatformUI" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -42404,6 +43137,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + EB9E5389D907989779B2E7ED551E94D4 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2FE0581064EEAA289FA9C0CA9620842D /* Debug */, + 13DB307E38986152024640098D4E596E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EBD926DF64DD33307A6D1E939757BE5A /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46806E2847348F69F43B4F69CBCC4BD0 /* Debug */, + 5F23A114B4B1AFD5F2FCEEAA4B8822BA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; EC2000A50239E0F85597589F1FB5A32C /* Build configuration list for PBXNativeTarget "Pods-iOS-RoutingKitTests" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -42413,29 +43164,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EE82623D476157350D8BD5E5DA26028B /* Build configuration list for PBXNativeTarget "RDHCollectionViewGridLayout" */ = { + EC75A9149CE41AAEAE0C08B873CF64A1 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5395CD35994CB01204B337AC73F7B216 /* Debug */, - 51CB55019D2900A837C1B5B4652AC3C2 /* Release */, + F3F8C48AD6451417A11D81EBD02D589A /* Debug */, + 82E81BDF5BBB6030D97CB764798FEAB3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EF0538F15C64C9310E0C6FB84DB0BA7A /* Build configuration list for PBXNativeTarget "Pods-iOS-JedioKitTests" */ = { + EE82623D476157350D8BD5E5DA26028B /* Build configuration list for PBXNativeTarget "RDHCollectionViewGridLayout" */ = { isa = XCConfigurationList; buildConfigurations = ( - D4769BCCA0D8A94356BE3D8C01326929 /* Debug */, - 8A2A9E08EC59401C6A70C8C00F8379AD /* Release */, + 5395CD35994CB01204B337AC73F7B216 /* Debug */, + 51CB55019D2900A837C1B5B4652AC3C2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EF626105EABE5BE7CD862B20C47C9B7D /* Build configuration list for PBXNativeTarget "SDWebImageSwiftUI-SDWebImageSwiftUI" */ = { + EF0538F15C64C9310E0C6FB84DB0BA7A /* Build configuration list for PBXNativeTarget "Pods-iOS-JedioKitTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2EE06BB96614DF5BDC8099268590B9D9 /* Debug */, - F95B8ECA63E42236B204930515575104 /* Release */, + D4769BCCA0D8A94356BE3D8C01326929 /* Debug */, + 8A2A9E08EC59401C6A70C8C00F8379AD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -42458,15 +43209,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F460571C075458AE24A6BAF3DA445C52 /* Build configuration list for PBXNativeTarget "FirebaseABTesting" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 51A5F5DAD98F9E5ADD4860ECF9ADF4D3 /* Debug */, - 062BE603BFC2F8638BA3C51CDE7C0A4C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; FFD7C6B0BAFB0B995642E6D68AA43D8A /* Build configuration list for PBXNativeTarget "Pods-iOS-PlatformRouting" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/dydx/Pods/Statsig/LICENSE b/dydx/Pods/Statsig/LICENSE new file mode 100644 index 000000000..33cc2a240 --- /dev/null +++ b/dydx/Pods/Statsig/LICENSE @@ -0,0 +1,14 @@ +ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. diff --git a/dydx/Pods/Statsig/PrivacyInfo.xcprivacy b/dydx/Pods/Statsig/PrivacyInfo.xcprivacy new file mode 100644 index 000000000..49b4fcc84 --- /dev/null +++ b/dydx/Pods/Statsig/PrivacyInfo.xcprivacy @@ -0,0 +1,44 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeCrashData + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + + + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDiagnosticData + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + + + + diff --git a/dydx/Pods/Statsig/README.md b/dydx/Pods/Statsig/README.md new file mode 100644 index 000000000..3ad1c6760 --- /dev/null +++ b/dydx/Pods/Statsig/README.md @@ -0,0 +1,17 @@ +## Statsig iOS SDK + +The Statsig iOS SDK for single user client environments. It works for both Swift and Objective-C. If you need a SDK for another language or server environment, check out our [other SDKs](https://docs.statsig.com/#sdks). + +Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com). + +## Getting Started +Check out our [SDK docs](https://docs.statsig.com/client/iosClientSDK) to get started. + + +## Apple's Privacy Manifest + +Following Apple's rules, we've included a Privacy Manifest in the Statsig SDK to explain its basic features. +Developers will need to fill out their own Privacy Manifest, listing the information they add to the StatsigUser class. +Important details like UserID and Email should be mentioned, but they aren't included by default because not everyone using the SDK will include these details in their StatsigUser class. + +For more on how we use and handle data in our SDK, look at the PrivacyInfo.xcprivacy file. If you need help putting these steps into action in your app, check Apple's official guide on Privacy Manifests at https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests. diff --git a/dydx/Pods/Statsig/Sources/Statsig/AtomicDictionary.swift b/dydx/Pods/Statsig/Sources/Statsig/AtomicDictionary.swift new file mode 100644 index 000000000..037ea108f --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/AtomicDictionary.swift @@ -0,0 +1,97 @@ +import Foundation + +class AtomicDictionary +{ + private var internalDictionary:Dictionary + private let queue: DispatchQueue + + static func fromData(_ data: Data, label: String) -> AtomicDictionary { + let dict = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? [String: T] + return AtomicDictionary(dict ?? [:], label: label) + } + + convenience init(label: String = "com.Statsig.AtomicDictionary") { + self.init([:], label: label) + } + + internal init(_ initialValues: [String: T] = [:], label: String) { + queue = DispatchQueue(label: label, attributes: .concurrent) + internalDictionary = initialValues + } + + subscript(key: String) -> T? { + get { + var value : T? + self.queue.sync { + value = self.internalDictionary[key] + } + + return value + } + + set { + setValue(value: newValue, forKey: key) + } + } + + func setValue(value: T?, forKey key: String) { + self.queue.async(flags: .barrier) { + self.internalDictionary[key] = value + } + } + + func removeValue(forKey key: String) { + self.queue.async(flags: .barrier) { + self.internalDictionary.removeValue(forKey: key) + } + } + + + func count() -> Int { + return self.queue.sync { + return self.internalDictionary.count + } + } + + func keys() -> [String] { + var keys: [String] = [] + self.queue.sync { + keys = self.internalDictionary.keys.sorted() + } + return keys + } + + func toData() -> Data? { + self.queue.sync { + let dict = self.internalDictionary + if #available(iOS 11.0, tvOS 11.0, *) { + guard let data = try? NSKeyedArchiver.archivedData(withRootObject: dict, requiringSecureCoding: false) else { + print("[Statsig]: Failed create Data from AtomicDictionary") + return nil + } + return data + } else { + let data = NSKeyedArchiver.archivedData(withRootObject: dict) + return data + } + } + } + + internal func reset(_ values: [String: T] = [:]) { + self.queue.async(flags: .barrier) { + self.internalDictionary = values + } + } + + internal func nsDictionary() -> NSDictionary? { + guard let raw = toData() else { + return nil + } + + do { + return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(raw) as? NSDictionary + } catch { + return nil + } + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/BootstrapValidator.swift b/dydx/Pods/Statsig/Sources/Statsig/BootstrapValidator.swift new file mode 100644 index 000000000..75568a629 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/BootstrapValidator.swift @@ -0,0 +1,68 @@ +import Foundation + +class BootstrapValidator { + static func isValid(_ user: StatsigUser, _ values: [String: Any]) -> Bool { + guard let evaluatedKeys = values["evaluated_keys"] else { + return true + } + + guard let evaluatedKeys = self.copyObject(evaluatedKeys as? [String: Any]) else { + return true + } + + let userDict = self.copyObject(user.toDictionary(forLogging: false)) + + return BootstrapValidator.validate(evaluatedKeys, userDict) && + BootstrapValidator.validate(userDict, evaluatedKeys) + } + + private static func validate(_ one: [String: Any]?, _ two: [String: Any]?) -> Bool { + guard let one = one, let two = two else { + return one == nil && two == nil + } + + for (key, value) in one { + if key == "stableID" { + continue + } + + guard let value2 = two[key] else { + return false + } + + if value as? AnyHashable == value2 as? AnyHashable { + return true + } + + if let objectValue = value as? [String: Any], let objectValue2 = value2 as? [String: Any] { + return self.validate(objectValue, objectValue2) + } + + // unexpected + return false + } + + return true + } + + private static func copyObject(_ obj: [String: Any?]?) -> [String: Any]? { + guard let obj = obj else { + return nil + } + + var copy = [String: Any]() + if let userID = obj["userID"] { + copy["userID"] = userID + } + + if let customIDs = obj["customIDs"] as? [String: Any] { + var customIDsCopy = customIDs + customIDsCopy.removeValue(forKey: "stableID") + if !customIDsCopy.isEmpty { + copy["customIDs"] = customIDsCopy + } + } + + return copy + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ConfigProtocol.swift b/dydx/Pods/Statsig/Sources/Statsig/ConfigProtocol.swift new file mode 100644 index 000000000..f119e5767 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ConfigProtocol.swift @@ -0,0 +1,7 @@ +internal protocol ConfigProtocol { + var isExperimentActive: Bool { get } + var isUserInExperiment: Bool { get } + var isDeviceBased: Bool { get } + var rawValue: [String: Any] { get } +} + diff --git a/dydx/Pods/Statsig/Sources/Statsig/Data+Statsig.swift b/dydx/Pods/Statsig/Sources/Statsig/Data+Statsig.swift new file mode 100644 index 000000000..bc1447847 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Data+Statsig.swift @@ -0,0 +1,14 @@ +import Foundation + +internal extension Data { + var json: [String: Any]? { + guard let result = try? JSONSerialization.jsonObject(with: self, options: []) else { + return nil + } + return result as? [String: Any] + } + + var text: String? { + return String(data: self, encoding: .utf8) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/DebugViewController.swift b/dydx/Pods/Statsig/Sources/Statsig/DebugViewController.swift new file mode 100644 index 000000000..d565f4bee --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/DebugViewController.swift @@ -0,0 +1,128 @@ +public typealias DebuggerCallback = (Bool) -> Void + +#if os(iOS) + +import UIKit +import WebKit + +class DebugViewController: UIViewController, WKNavigationDelegate, WKScriptMessageHandler { + private let messageHandlerName = "statsigDebugMessageHandler" + + private var webView: WKWebView? + private var url: URL + private var state: [String: Any?] + private var isReloadRequested: Bool = false + private var callback: DebuggerCallback? + + + static func show(_ sdkKey: String, _ state: [String: Any?], _ callback: DebuggerCallback? = nil) { + guard JSONSerialization.isValidJSONObject(state) else { + print("[Statsig] DebugView received Invalid state") + return + } + + guard let url = URL(string: "https://console.statsig.com/client_sdk_debugger_redirect?sdkKey=\(sdkKey)") else { + print("[Statsig] DebugView failed to create required URL") + return + } + + var root: UIViewController? + + if root == nil, #available(iOS 13.0, *) { + let scene = UIApplication.shared.connectedScenes.first(where: { scene in + return scene.activationState == UIScene.ActivationState.foregroundActive + }) + + root = (scene?.delegate as? UIWindowSceneDelegate)?.window??.rootViewController + } + + if root == nil { + root = UIApplication.shared.keyWindow?.rootViewController + } + + guard let root = root else { + print("[Statsig] DebugView failed to find parent view controller") + return + } + + let debugger = DebugViewController(url: url, state: state, callback: callback) + root.present(debugger, animated: true) + } + + init(url: URL, state: [String: Any?], callback: DebuggerCallback?) { + self.url = url + self.state = state + self.callback = callback + super.init(nibName: nil, bundle: nil) + } + + required init?(coder: NSCoder) { + fatalError("init(coder:) has not been implemented") + } + + override func viewDidLoad() { + super.viewDidLoad() + + do { + let data = try JSONSerialization.data(withJSONObject: self.state, options: []) + let json = data.text ?? "{}" + + let config = WKWebViewConfiguration() + let userContentController = WKUserContentController() + + + + let script = WKUserScript(source: "window.__StatsigClientState = \(json)", + injectionTime: .atDocumentStart, + forMainFrameOnly: false) + userContentController.addUserScript(script) + + config.userContentController = userContentController + + let webView = WKWebView(frame: view.bounds, configuration: config) + webView.frame = view.bounds + webView.navigationDelegate = self + webView.configuration.userContentController.add(self, name: messageHandlerName) + view.addSubview(webView) + webView.load(URLRequest(url: url)) + self.webView = webView + } catch { + print("[Statsig] Failed to create debug state") + } + + // Add a close button to dismiss the modal view + let closeButton = UIBarButtonItem(barButtonSystemItem: .done, target: self, action: #selector(closeButtonTapped)) + navigationItem.rightBarButtonItem = closeButton + + } + + override func viewWillDisappear(_ animated: Bool) { + callback?(isReloadRequested) + } + + @objc func closeButtonTapped() { + dismiss(animated: true, completion: nil) + } + + func userContentController( + _ userContentController: WKUserContentController, + didReceive message: WKScriptMessage + ) { + if (message.name != messageHandlerName) { + return + } + + if (message.body as? String == "RELOAD_REQUIRED") { + isReloadRequested = true + } + } + +} + +#else +class DebugViewController { + static func show(_ sdkKey: String, _ state: [String: Any?], _ callback: DebuggerCallback? = nil) { + print("[Statsig] DebugView is currently only available on iOS") + } +} +#endif diff --git a/dydx/Pods/Statsig/Sources/Statsig/DeviceEnvironment.swift b/dydx/Pods/Statsig/Sources/Statsig/DeviceEnvironment.swift new file mode 100644 index 000000000..bf6047aa7 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/DeviceEnvironment.swift @@ -0,0 +1,98 @@ +import Foundation + +struct DeviceEnvironment { + private static let instance = DeviceEnvironment() + + private let stableIDKey = "com.Statsig.InternalStore.stableIDKey" + + static internal let deviceOS = PlatformCompatibility.deviceInfo.os + static internal let sdkType: String = "ios-client" + static internal let sdkVersion: String = "1.46.0" + + let lock = NSLock() + var sessionID: String? { UUID().uuidString } + var systemVersion: String { PlatformCompatibility.deviceInfo.systemVersion } + var systemName: String { PlatformCompatibility.deviceInfo.systemName } + var language: String { Locale.preferredLanguages[0] } + var locale: String { Locale.current.identifier } + var appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String + var appIdentifier = Bundle.main.bundleIdentifier + + var deviceModel: String { + if let simulatorModelIdentifier = ProcessInfo().environment["SIMULATOR_MODEL_IDENTIFIER"] { + return simulatorModelIdentifier + } + var sysinfo = utsname() + uname(&sysinfo) + if let deviceModel = String(bytes: Data(bytes: &sysinfo.machine, count: Int(_SYS_NAMELEN)), encoding: .ascii) { + return deviceModel.trimmingCharacters(in: .controlCharacters) + } else { + return PlatformCompatibility.deviceInfo.model + } + } + + private init() { + } + + func getStableID(_ overrideStableID: String? = nil) -> String { + if let overrideStableID = overrideStableID { + StatsigUserDefaults.defaults.setValue(overrideStableID, forKey: stableIDKey) + return overrideStableID + } + + if let storedStableID = StatsigUserDefaults.defaults.string(forKey: stableIDKey), storedStableID != "" { + return storedStableID + } + + let newStableID = UUID().uuidString + StatsigUserDefaults.defaults.setValue(newStableID, forKey: stableIDKey) + return newStableID + } + + static func get(_ overrideStableID: String? = nil) -> [String: String?] { + return instance.get(overrideStableID) + } + + static func getSDKMetadata(_ overrideStableID: String? = nil) -> [String: String?] { + return instance.getSDKMetadata(overrideStableID) + } + + static func explicitGet(_ overrideStableID: String? = nil) -> [String: String] { + return instance.get(overrideStableID).mapValues { val in + return val ?? "" + } + } + + private func getSDKMetadata(_ overrideStableID: String? = nil) -> [String: String?] { + lock.lock() + defer { lock.unlock() } + + return [ + "sdkType": DeviceEnvironment.sdkType, + "sdkVersion": DeviceEnvironment.sdkVersion, + "sessionID": sessionID, + "stableID": getStableID(overrideStableID) + ] + } + + private func get(_ overrideStableID: String? = nil) -> [String: String?] { + lock.lock() + defer { lock.unlock() } + + return [ + "appIdentifier": appIdentifier, + "appVersion": appVersion, + "deviceModel": deviceModel, + "deviceOS": DeviceEnvironment.deviceOS, + "language": language, + "locale": locale, + "sdkType": DeviceEnvironment.sdkType, + "sdkVersion": DeviceEnvironment.sdkVersion, + "sessionID": sessionID, + "stableID": getStableID(overrideStableID), + "systemVersion": systemVersion, + "systemName": systemName + ] + } + +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/Diagnostics.swift b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/Diagnostics.swift new file mode 100644 index 000000000..7e09c7fbe --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/Diagnostics.swift @@ -0,0 +1,68 @@ +protocol MarkersContainer { + var overall: OverallMarker { get } + var initialize: InitializeMarkers { get } +} + +typealias MarkerAtomicDict = AtomicDictionary<[[String: Any]]> + +class Diagnostics { + private static var instance: DiagnosticsImpl? + internal static var sampling = Int.random(in: 1...10000) + private static var disableCoreAPI = false + + static var mark: MarkersContainer? { + get { return instance } + } + + static func boot(_ options: StatsigOptions?) { + if options?.disableDiagnostics == true { + disableCoreAPI = true + } + + instance = DiagnosticsImpl() + } + + static func shutdown() { + instance = nil + } + + static func log(_ logger: EventLogger, user: StatsigUser, context: MarkerContext) { + guard + let instance = instance, + let markers = instance.getMarkers(forContext: context), + !markers.isEmpty + else { + return + } + + if disableCoreAPI && context == MarkerContext.apiCall { + return + } + + + instance.clearMarkers(forContext: context) + + let event = DiagnosticsEvent(user, context.rawValue, markers) + logger.log(event) + } +} + +fileprivate class DiagnosticsImpl: MarkersContainer { + var overall: OverallMarker + var initialize: InitializeMarkers + + private var markers = MarkerAtomicDict(label: "com.Statsig.Diagnostics") + + fileprivate init() { + self.overall = OverallMarker(markers) + self.initialize = InitializeMarkers(markers) + } + + func getMarkers(forContext context: MarkerContext) -> [[String: Any]]? { + return markers[context.rawValue] + } + + fileprivate func clearMarkers(forContext context: MarkerContext) { + markers[context.rawValue] = [] + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/DiagnosticsEvent.swift b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/DiagnosticsEvent.swift new file mode 100644 index 000000000..7046beec5 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/DiagnosticsEvent.swift @@ -0,0 +1,28 @@ +class DiagnosticsEvent: Event { + let context: String + let markers: [[String: Any]] + + init( + _ user: StatsigUser, + _ context: String, + _ markers: [[String: Any]] + ) { + self.context = context + self.markers = markers + + super.init( + user: user, + name: "statsig::diagnostics", + disableCurrentVCLogging: true + ) + } + + override func toDictionary() -> [String : Any] { + var dict = super.toDictionary() + dict["metadata"] = [ + "context": context, + "markers": markers + ] + return dict + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/InitializeMarker.swift b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/InitializeMarker.swift new file mode 100644 index 000000000..e79f2f0a7 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/InitializeMarker.swift @@ -0,0 +1,12 @@ +class InitializeMarkers { + let key = "initialize" + let network: NetworkMarker + let process: ProcessMarker + let readCache: ReadCacheMarker + + init(_ recorder: MarkerAtomicDict) { + self.network = NetworkMarker(recorder, key: key) + self.process = ProcessMarker(recorder, key: key) + self.readCache = ReadCacheMarker(recorder, key: key) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/MarkerBase.swift b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/MarkerBase.swift new file mode 100644 index 000000000..061447394 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/MarkerBase.swift @@ -0,0 +1,51 @@ +import Dispatch + +fileprivate let TIME_OFFSET = DispatchTime.now().uptimeNanoseconds +fileprivate let NANO_IN_MS = 1_000_000.0 + +enum MarkerContext: String { + case initialize = "initialize" + case apiCall = "api_call" +} + +class MarkerBase { + let context: MarkerContext + let markerKey: String? + + private let recorder: MarkerAtomicDict + private let offset: UInt64 + + init(_ recorder: MarkerAtomicDict, context: MarkerContext, markerKey: String? = nil) { + self.context = context + self.markerKey = markerKey + self.recorder = recorder + self.offset = TIME_OFFSET + } + + func start(_ args: [String: Any]) { + add("start", markerKey, args) + } + + func end(_ args: [String: Any]) { + add("end", markerKey, args) + } + + func getMarkerCount() -> Int { + return recorder[context.rawValue]?.count ?? 0 + } + + private func add(_ action: String, _ markerKey: String?, _ args: [String: Any]) { + var marker = args + marker["key"] = marker["key"] ?? markerKey + marker["action"] = action + marker["timestamp"] = now() + + var local = recorder[context.rawValue] ?? [] + local.append(marker) + recorder[context.rawValue] = local + } + + private func now() -> Double { + return Double(DispatchTime.now().uptimeNanoseconds - offset) / NANO_IN_MS + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/NetworkMarker.swift b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/NetworkMarker.swift new file mode 100644 index 000000000..a34e8b258 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/NetworkMarker.swift @@ -0,0 +1,66 @@ +import Foundation + +class NetworkMarker: MarkerBase { + let step = "network_request" + + convenience init(_ recorder: MarkerAtomicDict, key: String) { + self.init(recorder, context: .initialize, markerKey: key) + } + + func start(attempt: Int) { + super.start([ + "step": step, + "attempt": attempt + ]) + } + + func end(_ attempt: Int, _ data: Data?, _ response: URLResponse?, _ error: Error?) { + let isSuccess = error == nil && response?.isOK == true + + var args: [String: Any] = [ + "step": step, + "success": isSuccess, + "attempt": attempt, + ] + + if let status = response?.status { + args["statusCode"] = status + } + + if let region = response?.statsigRegion { + args["sdkRegion"] = region + } + + if !isSuccess, let details = getFormattedNetworkError(error: error, data: data) { + args["error"] = details + } + + super.end(args) + } + + private func getFormattedNetworkError(error: Error?, data: Data?) -> [String: Any]? { + guard let message = error?.localizedDescription ?? data?.text else { + return nil + } + + var code: String? = nil + var name = "unknown" + if let error = error as? NSError { + name = error.domain + code = "\(error.code)" + } else if error != nil { + name = String(describing: type(of: error)) + } + + var args = [ + "name": name, + "message": message + ] + + if let code = code { + args["code"] = code + } + + return args + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/OverallMarker.swift b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/OverallMarker.swift new file mode 100644 index 000000000..2619b525d --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/OverallMarker.swift @@ -0,0 +1,37 @@ +class OverallMarker: MarkerBase { + convenience init(_ recorder: MarkerAtomicDict) { + self.init(recorder, context: .initialize, markerKey: "overall") + } + + func start() { + super.start([:]) + } + + func end(success: Bool, details: EvaluationDetails, errorMessage: String?) { + var evaluationDetailsData: [String: Any] = [ + "reason": details.getDetailedReason() + ] + + if let lcut = details.lcut { + evaluationDetailsData["lcut"] = lcut + } + + if let receivedAt = details.receivedAt { + evaluationDetailsData["receivedAt"] = receivedAt + } + + var args: [String: Any] = [ + "success": success, + "evaluationDetails": evaluationDetailsData + ] + + if let message = errorMessage { + args["error"] = [ + "name": "Error", + "message": message + ] + } + + super.end(args) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/ProcessMarker.swift b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/ProcessMarker.swift new file mode 100644 index 000000000..163f29edc --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/ProcessMarker.swift @@ -0,0 +1,20 @@ +class ProcessMarker: MarkerBase { + let step = "process" + + convenience init(_ recorder: MarkerAtomicDict, key: String) { + self.init(recorder, context: .initialize, markerKey: key) + } + + func start() { + super.start([ + "step": step, + ]) + } + + func end(success: Bool) { + super.end([ + "step": step, + "success": success, + ]) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/ReadCacheMarker.swift b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/ReadCacheMarker.swift new file mode 100644 index 000000000..9d3d1a0b5 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Diagnostics/ReadCacheMarker.swift @@ -0,0 +1,24 @@ +class ReadCacheMarker: MarkerBase { + convenience init(_ recorder: MarkerAtomicDict) { + self.init(recorder, context: .initialize, markerKey: "load_cache") + } + + let step = "load_cache" + + convenience init(_ recorder: MarkerAtomicDict, key: String) { + self.init(recorder, context: .initialize, markerKey: key) + } + + func start() { + super.start([ + "step": step, + ]) + } + + func end(success: Bool) { + super.end([ + "step": step, + "success": success, + ]) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/DynamicConfig.swift b/dydx/Pods/Statsig/Sources/Statsig/DynamicConfig.swift new file mode 100644 index 000000000..03468638d --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/DynamicConfig.swift @@ -0,0 +1,157 @@ +import Foundation + +/** + Class that surfaces the current experiment/dynamic config/autotune values from Statsig. + + SeeAlso [Dynamic Config Documentation](https://docs.statsig.com/dynamic-config) + + SeeAlso [Experiments Documentation](https://docs.statsig.com/experiments-plus) + */ +public struct DynamicConfig: ConfigProtocol { + /** + The name used to retrieve this DynamicConfig + */ + public let name: String + + /** + The values stored + */ + public let value: [String: Any] + + /** + The ID of the rule that lead to the resulting dynamic config. + */ + public let ruleID: String + + /** + The group name associated with this dynamic config. + */ + public let groupName: String? + + let secondaryExposures: [[String: String]] + + /** + (Experiments Only) Is the current user allocated to this experiment + */ + public let isUserInExperiment: Bool + + /** + (Experiments Only) Is this experiment currently running + */ + public let isExperimentActive: Bool + + /** + The SHA256 hash of this configs name + */ + public let hashedName: String + + /** + (For debug purposes) Why did Statsig return this DynamicConfig + */ + public let evaluationDetails: EvaluationDetails + + var isDeviceBased: Bool = false + var rawValue: [String: Any] = [:] + + internal init(name: String, configObj: [String: Any] = [:], evalDetails: EvaluationDetails) { + self.init(configName: name, configObj: configObj, evalDetails: evalDetails) + } + + internal init(configName: String, configObj: [String: Any] = [:], evalDetails: EvaluationDetails) { + self.name = configName + self.ruleID = configObj["rule_id"] as? String ?? "" + self.groupName = configObj["group_name"] as? String + self.value = configObj["value"] as? [String: Any] ?? [:] + self.secondaryExposures = configObj["secondary_exposures"] as? [[String: String]] ?? [] + self.hashedName = configObj["name"] as? String ?? "" + + self.isDeviceBased = configObj["is_device_based"] as? Bool ?? false + self.isUserInExperiment = configObj["is_user_in_experiment"] as? Bool ?? false + self.isExperimentActive = configObj["is_experiment_active"] as? Bool ?? false + self.rawValue = configObj + + self.evaluationDetails = evalDetails + } + + internal init(configName: String, value: [String: Any], ruleID: String, evalDetails: EvaluationDetails) { + self.name = configName + self.value = value + self.ruleID = ruleID + self.groupName = nil + self.secondaryExposures = [] + self.hashedName = "" + + self.isExperimentActive = false + self.isUserInExperiment = false + + self.evaluationDetails = evalDetails + } + + + + /** + Get the value for the given key, falling back to the defaultValue if it cannot be found or is of a different type. + + Parameters: + - forKey: The key of parameter being fetched + - defaultValue: The fallback value if the key cannot be found + */ + public func getValue(forKey: String, defaultValue: T) -> T { + + guard let result = value[forKey] else { + print("[Statsig]: \(forKey) does not exist in this Dynamic Config. Returning the defaultValue.") + return defaultValue + } + + guard let result = result as? T else { + print("[Statsig]: \(forKey) exists in this Dynamic Config, but requested type was incorrect (Requested = \(type(of: defaultValue)), Actual = \(type(of: result))). Returning the defaultValue.") + return defaultValue + } + + return result + } +} + +extension DynamicConfig: Codable { + private enum CodingKeys: String, CodingKey { + case name + case value + case ruleID + case groupName + case evaluationDetails + case secondaryExposures + } + + public init(from decoder: Decoder) throws { + let container = try decoder.container(keyedBy: CodingKeys.self) + + self.name = try container.decode(String.self, forKey: .name) + + let data = try container.decode(Data.self, forKey: .value) + let dict = try JSONSerialization.jsonObject(with: data) as? [String: Any] + + self.value = dict ?? [:] + self.ruleID = try container.decode(String.self, forKey: .ruleID) + self.groupName = try container.decodeIfPresent(String.self, forKey: .groupName) + self.secondaryExposures = try container.decode([[String: String]].self, forKey: .secondaryExposures) + self.evaluationDetails = try container.decode(EvaluationDetails.self, forKey: .evaluationDetails) + + self.hashedName = "" + self.isExperimentActive = false + self.isUserInExperiment = false + } + + public func encode(to encoder: Encoder) throws { + var container = encoder.container(keyedBy: CodingKeys.self) + + try container.encode(name, forKey: .name) + + let json = try JSONSerialization.data(withJSONObject: value) + try container.encode(json, forKey: .value) + + try container.encode(ruleID, forKey: .ruleID) + try container.encodeIfPresent(groupName, forKey: .groupName) + try container.encode(secondaryExposures, forKey: .secondaryExposures) + try container.encode(evaluationDetails, forKey: .evaluationDetails) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/EvaluationDetails.swift b/dydx/Pods/Statsig/Sources/Statsig/EvaluationDetails.swift new file mode 100644 index 000000000..9aeb296db --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/EvaluationDetails.swift @@ -0,0 +1,67 @@ +import Foundation + +public struct EvaluationDetails: Codable { + public let source: EvaluationSource; + + public var reason: EvaluationReason?; + public var lcut: UInt64? + public var receivedAt: UInt64? + + init( + source: EvaluationSource, + reason: EvaluationReason? = nil, + lcut: UInt64? = nil, + receivedAt: UInt64? = nil + ) { + self.source = source + self.reason = reason + self.lcut = lcut + self.receivedAt = receivedAt + } + + func getDetailedReason() -> String { + var result = source.rawValue + if source == .NoValues || source == .Uninitialized { + return result + } + + if let reason = reason { + result += ":\(reason.rawValue)" + } + return result + } + + func addToDictionary(_ dict: inout [String: String]) { + dict["reason"] = getDetailedReason() + + if let lcut = lcut { + dict["lcut"] = String(lcut) + } + + if let receivedAt = receivedAt { + dict["receivedAt"] = String(receivedAt) + } + } + + static func uninitialized() -> EvaluationDetails { + EvaluationDetails(source: .Uninitialized) + } +} + +public enum EvaluationSource: String, Codable { + case Uninitialized + case Loading + case NoValues + case Network + case NetworkNotModified + case Cache + case Bootstrap + case InvalidBootstrap +} + +public enum EvaluationReason: String, Codable { + case Recognized + case Unrecognized + case Sticky + case LocalOverride +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Event.swift b/dydx/Pods/Statsig/Sources/Statsig/Event.swift new file mode 100644 index 000000000..d80d6d6eb --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Event.swift @@ -0,0 +1,171 @@ +import Foundation + + +class Event { + let name: String + let value: Any? + let metadata: [String: String]? + let time: UInt64 + let userData: [String: Any?] + let secondaryExposures: [[String: String]]? + var statsigMetadata: [String: String]? + var allocatedExperimentHash: String? + var isManualExposure: Bool = false + + static let statsigPrefix = "statsig::" + static let configExposureEventName = "config_exposure" + static let layerExposureEventName = "layer_exposure" + static let gateExposureEventName = "gate_exposure" + static let currentVCKey = "currentPage" + + init( + user: StatsigUser?, + name: String, + value: Any? = nil, + metadata: [String: String]? = nil, + secondaryExposures: [[String: String]]? = nil, + disableCurrentVCLogging: Bool + ) { + self.time = Time.now() + self.userData = user?.toDictionary(forLogging: true) ?? [:] + self.name = name + self.value = value + self.metadata = metadata + self.secondaryExposures = secondaryExposures + + if !disableCurrentVCLogging { + PlatformCompatibility.getRootViewControllerClassName { name in + if let name = name { + self.statsigMetadata = [Event.currentVCKey: "\(name)"] + } + } + } + } + + func withManualExposureFlag(_ isManualExposure: Bool) -> Event { + self.isManualExposure = isManualExposure + return self + } + + static func statsigInternalEvent( + user: StatsigUser?, + name: String, + value: Any? = nil, + metadata: [String: String]? = nil, + secondaryExposures: [[String: String]]? = nil, + disableCurrentVCLogging: Bool = true // for internal events, default to not log the VC, other than for exposures + ) -> Event { + return Event( + user: user, + name: statsigPrefix + name, + value: value, + metadata: metadata, + secondaryExposures: secondaryExposures, + disableCurrentVCLogging: disableCurrentVCLogging + ) + } + + static func gateExposure( + user: StatsigUser, + gateName: String, + gateValue: Bool, + ruleID: String, + secondaryExposures: [[String: String]], + evalDetails: EvaluationDetails, + disableCurrentVCLogging: Bool + ) -> Event { + var metadata = [ + "gate": gateName, + "gateValue": String(gateValue), + "ruleID": ruleID + ] + + evalDetails.addToDictionary(&metadata) + + return statsigInternalEvent( + user: user, + name: gateExposureEventName, + value: nil, + metadata: metadata, + secondaryExposures: secondaryExposures, + disableCurrentVCLogging: disableCurrentVCLogging + ) + } + + static func configExposure( + user: StatsigUser, + configName: String, + ruleID: String, + secondaryExposures: [[String: String]], + evalDetails: EvaluationDetails, + disableCurrentVCLogging: Bool + ) -> Event { + var metadata = [ + "config": configName, + "ruleID": ruleID, + ] + + evalDetails.addToDictionary(&metadata) + + return statsigInternalEvent( + user: user, + name: configExposureEventName, + value: nil, + metadata: metadata, + secondaryExposures: secondaryExposures, + disableCurrentVCLogging: disableCurrentVCLogging + ) + } + + static func layerExposure( + user: StatsigUser, + configName: String, + ruleID: String, + secondaryExposures: [[String: String]], + disableCurrentVCLogging: Bool, + allocatedExperimentName: String, + parameterName: String, + isExplicitParameter: Bool, + evalDetails: EvaluationDetails + ) -> Event { + var metadata = [ + "config": configName, + "ruleID": ruleID, + "allocatedExperiment": allocatedExperimentName, + "parameterName": parameterName, + "isExplicitParameter": "\(isExplicitParameter)" + ] + + evalDetails.addToDictionary(&metadata) + + return statsigInternalEvent( + user: user, + name: layerExposureEventName, + value: nil, + metadata: metadata, + secondaryExposures: secondaryExposures, + disableCurrentVCLogging: disableCurrentVCLogging + ) + } + + func toDictionary() -> [String: Any] { + var metadataForLogging = metadata + if isManualExposure { + metadataForLogging = metadataForLogging ?? [:] + metadataForLogging?["isManualExposure"] = "true" + } + + return [ + "eventName": name, + "user": userData, + "time": time, + "value": value, + "metadata": metadataForLogging, + "statsigMetadata": statsigMetadata, + "secondaryExposures": secondaryExposures, + "allocatedExperimentHash": allocatedExperimentHash, + ].compactMapValues { $0 } + } +} + + diff --git a/dydx/Pods/Statsig/Sources/Statsig/EventLogger.swift b/dydx/Pods/Statsig/Sources/Statsig/EventLogger.swift new file mode 100644 index 000000000..ca25f843e --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/EventLogger.swift @@ -0,0 +1,200 @@ +import Foundation + +internal func getFailedEventStorageKey(_ sdkKey: String) -> String { + return "\(EventLogger.failedLogsKey):\(sdkKey.djb2())" +} + +class EventLogger { + internal static let failedLogsKey = "com.Statsig.EventLogger.loggingRequestUserDefaultsKey" + + private static let eventQueueLabel = "com.Statsig.eventQueue" + private static let nonExposedChecksEvent = "non_exposed_checks" + + let networkService: NetworkService + let userDefaults: DefaultsLike + + let logQueue = DispatchQueue(label: eventQueueLabel, qos: .userInitiated) + let failedRequestLock = NSLock() + let storageKey: String + + var maxEventQueueSize: Int = 50 + var events: [Event] + var failedRequestQueue: [Data] + var loggedErrorMessage: Set + var flushTimer: Timer? + var user: StatsigUser + var nonExposedChecks: [String: Int] + +#if os(tvOS) + let MAX_SAVED_LOG_REQUEST_SIZE = 100_000 //100 KB +#else + let MAX_SAVED_LOG_REQUEST_SIZE = 1_000_000 //1 MB +#endif + + init( + sdkKey: String, + user: StatsigUser, + networkService: NetworkService, + userDefaults: DefaultsLike = StatsigUserDefaults.defaults + ) { + self.events = [Event]() + self.failedRequestQueue = [Data]() + self.user = user + self.networkService = networkService + self.loggedErrorMessage = Set() + self.userDefaults = userDefaults + self.storageKey = getFailedEventStorageKey(sdkKey) + self.nonExposedChecks = [String: Int]() + + if let localCache = userDefaults.array(forKey: storageKey) as? [Data] { + self.failedRequestQueue = localCache + } + + userDefaults.removeObject(forKey: storageKey) + + networkService.sendRequestsWithData(failedRequestQueue) { [weak self] failedRequestsData in + guard let failedRequestsData = failedRequestsData else { return } + DispatchQueue.main.async { [weak self] in + self?.addFailedLogRequest(failedRequestsData) + } + } + } + + func log(_ event: Event) { + logQueue.async { [weak self] in + guard let self = self else { return } + + self.events.append(event) + + if (self.events.count >= self.maxEventQueueSize) { + self.flush() + } + } + } + + func start(flushInterval: Double = 60) { + DispatchQueue.main.async { [weak self] in + self?.flushTimer?.invalidate() + self?.flushTimer = Timer.scheduledTimer(withTimeInterval: flushInterval, repeats: true) { [weak self] _ in + self?.flush() + } + } + } + + func stop() { + flushTimer?.invalidate() + logQueue.sync { + self.addNonExposedChecksEvent() + self.flushInternal(isShuttingDown: true) + } + } + + func flush() { + logQueue.async { [weak self] in + self?.addNonExposedChecksEvent() + self?.flushInternal() + } + } + + private func flushInternal(isShuttingDown: Bool = false) { + if events.isEmpty { + return + } + + let oldEvents = events + events = [] + + let capturedSelf = isShuttingDown ? self : nil + networkService.sendEvents(forUser: user, events: oldEvents) { + [weak self, capturedSelf] errorMessage, requestData in + guard let self = self ?? capturedSelf else { return } + + if errorMessage == nil { + return + } + + self.addSingleFailedLogRequest(requestData) + self.saveFailedLogRequestsToDisk() + + if let errorMessage = errorMessage, !self.loggedErrorMessage.contains(errorMessage) { + self.loggedErrorMessage.insert(errorMessage) + self.log(Event.statsigInternalEvent( + user: self.user, + name: "log_event_failed", + value: nil, + metadata: ["error": errorMessage]) + ) + } + } + } + + func incrementNonExposedCheck(_ configName: String) { + logQueue.async { [weak self] in + guard let self = self else { + return + } + + let count = self.nonExposedChecks[configName] ?? 0 + self.nonExposedChecks[configName] = count + 1 + } + } + + func addNonExposedChecksEvent() { + if (self.nonExposedChecks.isEmpty) { + return + } + + guard JSONSerialization.isValidJSONObject(nonExposedChecks), + let data = try? JSONSerialization.data(withJSONObject: nonExposedChecks), + let json = String(data: data, encoding: .ascii) + else { + self.nonExposedChecks = [String: Int]() + return + } + + let event = Event.statsigInternalEvent( + user: nil, + name: EventLogger.nonExposedChecksEvent, + value: nil, + metadata: [ + "checks": json + ] + ) + self.events.append(event) + self.nonExposedChecks = [String: Int]() + } + + private func addSingleFailedLogRequest(_ requestData: Data?) { + guard let data = requestData else { return } + + addFailedLogRequest([data]) + } + + private func addFailedLogRequest(_ requestData: [Data]) { + failedRequestLock.lock() + defer { failedRequestLock.unlock() } + + failedRequestQueue += requestData + + while (failedRequestQueue.count > 0 + && failedRequestQueue.reduce(0,{ $0 + $1.count }) > MAX_SAVED_LOG_REQUEST_SIZE) { + failedRequestQueue.removeFirst() + } + } + + private func saveFailedLogRequestsToDisk() { + guard Thread.isMainThread else { + DispatchQueue.main.sync { saveFailedLogRequestsToDisk() } + return + } + + userDefaults.setValue( + failedRequestQueue, + forKey: storageKey + ) + } + + static func deleteLocalStorage(sdkKey: String) { + StatsigUserDefaults.defaults.removeObject(forKey: getFailedEventStorageKey(sdkKey)) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ExternalInitializeResponse.swift b/dydx/Pods/Statsig/Sources/Statsig/ExternalInitializeResponse.swift new file mode 100644 index 000000000..4c3d5c855 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ExternalInitializeResponse.swift @@ -0,0 +1,11 @@ +public struct ExternalInitializeResponse { + public let values: String? + public let evaluationDetails: EvaluationDetails + + public static func uninitialized() -> ExternalInitializeResponse { + return ExternalInitializeResponse( + values: nil, + evaluationDetails: .uninitialized() + ) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/FeatureGate.swift b/dydx/Pods/Statsig/Sources/Statsig/FeatureGate.swift new file mode 100644 index 000000000..c9e5c49d4 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/FeatureGate.swift @@ -0,0 +1,23 @@ +public struct FeatureGate: Codable { + public let name: String + public let ruleID: String + public let value: Bool + public let secondaryExposures: [[String: String]] + public let evaluationDetails: EvaluationDetails + + internal init(name: String, gateObj: [String: Any], evalDetails: EvaluationDetails) { + self.name = name + self.value = gateObj["value"] as? Bool ?? false + self.ruleID = gateObj["rule_id"] as? String ?? "" + self.secondaryExposures = gateObj["secondary_exposures"] as? [[String: String]] ?? [] + self.evaluationDetails = evalDetails + } + + internal init(name: String, value: Bool, ruleID: String, evalDetails: EvaluationDetails) { + self.name = name + self.value = value + self.ruleID = ruleID + self.secondaryExposures = [] + self.evaluationDetails = evalDetails + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/InternalStore.swift b/dydx/Pods/Statsig/Sources/Statsig/InternalStore.swift new file mode 100644 index 000000000..5cf04459b --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/InternalStore.swift @@ -0,0 +1,699 @@ +import Foundation + +import CommonCrypto + +fileprivate let MaxCachedUsers = 10 + +public struct StatsigOverrides { + public var gates: [String: Bool] + public var configs: [String: [String: Any]] + + init(_ overrides: [String: Any]) { + gates = overrides[InternalStore.gatesKey] as? [String: Bool] ?? [:] + configs = overrides[InternalStore.configsKey] as? [String: [String: Any]] ?? [:] + } +} + +struct StatsigValuesCache { + var cacheByID: [String: [String: Any]] + var userCacheKey: UserCacheKey + var userLastUpdateTime: Double + var stickyDeviceExperiments: [String: [String: Any]] + var source: EvaluationSource = .Loading + + var lcut: UInt64? = nil + var receivedValuesAt: UInt64? = nil + var gates: [String: [String: Any]]? = nil + var configs: [String: [String: Any]]? = nil + var layers: [String: [String: Any]]? = nil + var paramStores: [String: [String: Any]]? = nil + var hashUsed: String? = nil + var sdkKey: String + var options: StatsigOptions + + var userCache: [String: Any] { + didSet { + lcut = userCache[InternalStore.lcutKey] as? UInt64 + receivedValuesAt = userCache[InternalStore.evalTimeKey] as? UInt64 + gates = userCache[InternalStore.gatesKey] as? [String: [String: Any]] + configs = userCache[InternalStore.configsKey] as? [String: [String: Any]] + layers = userCache[InternalStore.layerConfigsKey] as? [String: [String: Any]] + paramStores = userCache[InternalStore.paramStoresKey] as? [String: [String: Any]] + hashUsed = userCache[InternalStore.hashUsedKey] as? String + } + } + + init(_ sdkKey: String, _ user: StatsigUser, _ options: StatsigOptions) { + self.options = options + self.sdkKey = sdkKey + self.cacheByID = StatsigValuesCache.loadDictMigratingIfRequired(forKey: InternalStore.localStorageKey) + self.stickyDeviceExperiments = StatsigValuesCache.loadDictMigratingIfRequired(forKey: InternalStore.stickyDeviceExperimentsKey) + + self.userCache = [:] + self.userCacheKey = UserCacheKey(v1: "null", v2: "null") + self.userLastUpdateTime = 0 + + self.setUserCacheKeyAndValues(user, withBootstrapValues: options.initializeValues) + self.migrateLegacyStickyExperimentValues(user) + } + + func getGate(_ gateName: String) -> FeatureGate { + guard let gates = gates else { + print("[Statsig]: Failed to get feature gate with name \(gateName). Returning false as the default.") + return createUnfoundGate(gateName) + } + + if let gateObj = gates[gateName] ?? gates[gateName.hashSpecName(hashUsed)]{ + return FeatureGate( + name: gateName, + gateObj: gateObj, + evalDetails: getEvaluationDetails(.Recognized) + ) + } + + print("[Statsig]: The feature gate with name \(gateName) does not exist. Returning false as the default.") + return createUnfoundGate(gateName) + } + + func getConfig(_ configName: String) -> DynamicConfig { + guard let configs = configs else { + print("[Statsig]: Failed to get config with name \(configName). Returning a dummy DynamicConfig that will only return default values.") + return createUnfoundDynamicConfig(configName) + } + + if let configObj = configs[configName] ?? configs[configName.hashSpecName(hashUsed)] { + return DynamicConfig( + configName: configName, + configObj: configObj, + evalDetails: getEvaluationDetails(.Recognized)) + } + + print("[Statsig]: \(configName) does not exist. Returning a dummy DynamicConfig that will only return default values.") + return createUnfoundDynamicConfig(configName) + } + + func getLayer(_ client: StatsigClient?, _ layerName: String) -> Layer { + guard let layers = layers else { + print("[Statsig]: Failed to get layer with name \(layerName). Returning an empty Layer.") + return createUnfoundLayer(client, layerName) + } + + if let configObj = layers[layerName] ?? layers[layerName.hashSpecName(hashUsed)] { + return Layer( + client: client, + name: layerName, + configObj: configObj, + evalDetails: getEvaluationDetails(.Recognized) + ) + } + + print("[Statsig]: The layer with name \(layerName) does not exist. Returning an empty Layer.") + return createUnfoundLayer(client, layerName) + } + + func getParamStore(_ client: StatsigClient?, _ storeName: String) -> ParameterStore { + guard let stores = paramStores else { + print("[Statsig]: Failed to get parameter store with name \(storeName). Returning an empty ParameterStore.") + return createUnfoundParamStore(client, storeName) + } + + if let config = stores[storeName] ?? stores[storeName.hashSpecName(hashUsed)] { + return ParameterStore( + name: storeName, + evaluationDetails: getEvaluationDetails(.Recognized), + client: client, + configuration: config + ) + } + + print("[Statsig]: The parameter store with name \(storeName) does not exist. Returning an empty ParameterStore.") + return createUnfoundParamStore(client, storeName) + } + + func getStickyExperiment(_ expName: String) -> [String: Any]? { + let expNameHash = expName.hashSpecName(hashUsed) + if let stickyExps = userCache[InternalStore.stickyExpKey] as? [String: [String: Any]], + let expObj = stickyExps[expNameHash] { + return expObj + } else if let expObj = stickyDeviceExperiments[expNameHash] { + return expObj + } + return nil + } + + func getEvaluationDetails(_ reason: EvaluationReason? = nil) -> EvaluationDetails { + EvaluationDetails( + source: source, + reason: reason, + lcut: lcut, + receivedAt: receivedValuesAt + ) + } + + func getLastUpdatedTime(user: StatsigUser) -> UInt64 { + if (userCache[InternalStore.userHashKey] as? String == user.getFullUserHash()) { + let cachedValue = userCache[InternalStore.lcutKey] + return cachedValue as? UInt64 ?? 0 + } + + return 0 + } + + func getPreviousDerivedFields(user: StatsigUser) -> [String: String] { + if (userCache[InternalStore.userHashKey] as? String == user.getFullUserHash()) { + return userCache[InternalStore.derivedFieldsKey] as? [String: String] ?? [:] + } + + return [:] + } + + mutating func updateUser(_ newUser: StatsigUser, _ values: [String: Any]? = nil) { + // when updateUser is called, state will be uninitialized until updated values are fetched or local cache is retrieved + source = .Loading + setUserCacheKeyAndValues(newUser, withBootstrapValues: values) + } + + mutating func saveValues(_ values: [String: Any], _ cacheKey: UserCacheKey, _ userHash: String?) { + var cache = cacheKey.v2 == userCacheKey.v2 ? userCache : getCacheValues(forCacheKey: cacheKey) + + let hasUpdates = values["has_updates"] as? Bool == true + if hasUpdates { + cache[InternalStore.gatesKey] = values[InternalStore.gatesKey] + cache[InternalStore.configsKey] = values[InternalStore.configsKey] + cache[InternalStore.layerConfigsKey] = values[InternalStore.layerConfigsKey] + cache[InternalStore.paramStoresKey] = values[InternalStore.paramStoresKey] + cache[InternalStore.lcutKey] = Time.parse(values[InternalStore.lcutKey]) + cache[InternalStore.evalTimeKey] = Time.now() + cache[InternalStore.userHashKey] = userHash + cache[InternalStore.hashUsedKey] = values[InternalStore.hashUsedKey] + cache[InternalStore.derivedFieldsKey] = values[InternalStore.derivedFieldsKey] + } + + if (userCacheKey.v2 == cacheKey.v2) { + // Now the values we serve came from network request + source = hasUpdates ? .Network : .NetworkNotModified + userCache = cache + } + + cacheByID[cacheKey.v2] = cache + runCacheEviction() + } + + mutating func runCacheEviction() { + if (cacheByID.count <= MaxCachedUsers) { + return + } + + var oldestTime = UInt64.max + var oldestEntryKey: String? = nil + for (key, value) in cacheByID { + let evalTime = Time.parse(value[InternalStore.evalTimeKey]) + if evalTime < oldestTime { + oldestTime = evalTime + oldestEntryKey = key + } + } + + if let key = oldestEntryKey { + cacheByID.removeValue(forKey: key) + } + } + + mutating func saveStickyExperimentIfNeeded(_ expName: String, _ latestValue: ConfigProtocol) { + let expNameHash = expName.hashSpecName(hashUsed) + // If is IN this ACTIVE experiment, then we save the value as sticky + if latestValue.isExperimentActive, latestValue.isUserInExperiment { + if latestValue.isDeviceBased { + stickyDeviceExperiments[expNameHash] = latestValue.rawValue + } else { + userCache[jsonDict: InternalStore.stickyExpKey]?[expNameHash] = latestValue.rawValue + } + saveToUserDefaults() + } + } + + mutating func removeStickyExperiment(_ expName: String) { + let expNameHash = expName.hashSpecName(hashUsed) + stickyDeviceExperiments.removeValue(forKey: expNameHash) + userCache[jsonDict: InternalStore.stickyExpKey]?.removeValue(forKey: expNameHash) + saveToUserDefaults() + } + + private func getCacheValues(forCacheKey key: UserCacheKey) -> [String: Any] { + return cacheByID[key.v2] ?? getDefaultValues() + } + + private func getDefaultValues() -> [String: Any] { + [ + InternalStore.gatesKey: [:], + InternalStore.configsKey: [:], + InternalStore.stickyExpKey: [:], + "time": 0, + ] + } + + private mutating func saveToUserDefaults() { + cacheByID[userCacheKey.v2] = userCache + StatsigUserDefaults.defaults.setDictionarySafe(cacheByID, forKey: InternalStore.localStorageKey) + StatsigUserDefaults.defaults.setDictionarySafe(stickyDeviceExperiments, forKey: InternalStore.stickyDeviceExperimentsKey) + } + + private mutating func setUserCacheKeyAndValues( + _ user: StatsigUser, + withBootstrapValues bootstrapValues: [String: Any]? = nil + ) { + userCacheKey = UserCacheKey.from(options, user, sdkKey) + + migrateOldUserCacheKey() + + if let bootstrapValues = bootstrapValues { + cacheByID[userCacheKey.v2] = bootstrapValues + userCache = bootstrapValues + receivedValuesAt = Time.now() + source = BootstrapValidator.isValid(user, bootstrapValues) + ? .Bootstrap + : .InvalidBootstrap + return + } + + let cachedValues = getCacheValues(forCacheKey: userCacheKey) + if cacheByID[userCacheKey.v2] == nil { + cacheByID[userCacheKey.v2] = getDefaultValues() + } else { + // The values we serve now is from the local cache + source = .Cache + } + + userCache = cachedValues + } + + private static func loadDictMigratingIfRequired(forKey key: String) -> [String: [String: Any]] { + if let dict = StatsigUserDefaults.defaults.dictionarySafe(forKey: key) as? [String: [String: Any]] { + return dict + } + + // Load and Migrate Legacy + if let dict = StatsigUserDefaults.defaults.dictionary(forKey: key) as? [String: [String: Any]] { + StatsigUserDefaults.defaults.setDictionarySafe(dict, forKey: key) + return dict + } + + return [:] + } + + private mutating func migrateLegacyStickyExperimentValues(_ currentUser: StatsigUser) { + let previousUserID = StatsigUserDefaults.defaults.string(forKey: InternalStore.DEPRECATED_stickyUserIDKey) ?? "" + let previousUserStickyExperiments = StatsigUserDefaults.defaults.dictionary(forKey: InternalStore.DEPRECATED_stickyUserExperimentsKey) + if previousUserID == currentUser.userID, let oldStickyExps = previousUserStickyExperiments { + userCache[InternalStore.stickyExpKey] = oldStickyExps + } + + let previousCache = StatsigUserDefaults.defaults.dictionary(forKey: InternalStore.DEPRECATED_localStorageKey) + if let previousCache = previousCache { + if let gates = userCache[InternalStore.gatesKey] as? [String: Bool], gates.count == 0 { + userCache[InternalStore.gatesKey] = previousCache[InternalStore.gatesKey] + } + if let configs = userCache[InternalStore.configsKey] as? [String: Any], configs.count == 0 { + userCache[InternalStore.configsKey] = previousCache[InternalStore.configsKey] + } + } + + StatsigUserDefaults.defaults.removeObject(forKey: InternalStore.DEPRECATED_localStorageKey) + StatsigUserDefaults.defaults.removeObject(forKey: InternalStore.DEPRECATED_stickyUserExperimentsKey) + StatsigUserDefaults.defaults.removeObject(forKey: InternalStore.DEPRECATED_stickyUserIDKey) + } + + private mutating func migrateOldUserCacheKey() { + let oldCache = cacheByID[userCacheKey.v1] + let currCache = cacheByID[userCacheKey.v2] + + if oldCache != nil { + cacheByID.removeValue(forKey: userCacheKey.v1) + } + + if (currCache == nil && oldCache != nil) { + cacheByID[userCacheKey.v2] = oldCache + } + } + + private func createUnfoundGate(_ name: String) -> FeatureGate { + FeatureGate( + name: name, + value: false, + ruleID: "", + evalDetails: getEvaluationDetails(.Unrecognized) + ) + } + + private func createUnfoundDynamicConfig(_ name: String) -> DynamicConfig { + DynamicConfig( + configName: name, + evalDetails: getEvaluationDetails(.Unrecognized) + ) + } + + private func createUnfoundLayer(_ client: StatsigClient?, _ name: String) -> Layer { + Layer( + client: client, + name: name, + evalDetails: getEvaluationDetails(.Unrecognized) + ) + } + + private func createUnfoundParamStore(_ client: StatsigClient?, _ name: String) -> ParameterStore { + ParameterStore(name: name, evaluationDetails: getEvaluationDetails(.Unrecognized)) + } +} + +class InternalStore { + static let localOverridesKey = "com.Statsig.InternalStore.localOverridesKey" + static let localStorageKey = "com.Statsig.InternalStore.localStorageKeyV2" + static let stickyDeviceExperimentsKey = "com.Statsig.InternalStore.stickyDeviceExperimentsKey" + + static let DEPRECATED_localStorageKey = "com.Statsig.InternalStore.localStorageKey" + static let DEPRECATED_stickyUserExperimentsKey = "com.Statsig.InternalStore.stickyUserExperimentsKey" + static let DEPRECATED_stickyUserIDKey = "com.Statsig.InternalStore.stickyUserIDKey" + + static let storeQueueLabel = "com.Statsig.storeQueue" + + static let gatesKey = "feature_gates" + static let configsKey = "dynamic_configs" + static let stickyExpKey = "sticky_experiments" + static let layerConfigsKey = "layer_configs" + static let paramStoresKey = "param_stores" + static let lcutKey = "time" + static let evalTimeKey = "evaluation_time" + static let userHashKey = "user_hash" + static let hashUsedKey = "hash_used" + static let derivedFieldsKey = "derived_fields" + + var cache: StatsigValuesCache + var localOverrides: [String: Any] = InternalStore.getEmptyOverrides() + let storeQueue = DispatchQueue(label: storeQueueLabel, qos: .userInitiated, attributes: .concurrent) + + init(_ sdkKey: String, _ user: StatsigUser, options: StatsigOptions) { + Diagnostics.mark?.initialize.readCache.start() + cache = StatsigValuesCache(sdkKey, user, options) + localOverrides = StatsigUserDefaults.defaults.dictionarySafe(forKey: InternalStore.localOverridesKey) + ?? InternalStore.getEmptyOverrides() + Diagnostics.mark?.initialize.readCache.end(success: true) + } + + func getLastUpdateTime(user: StatsigUser) -> UInt64 { + storeQueue.sync { + return cache.getLastUpdatedTime(user: user) + } + } + + func getPreviousDerivedFields(user: StatsigUser) -> [String: String] { + storeQueue.sync { + return cache.getPreviousDerivedFields(user: user) + } + } + + func checkGate(forName: String) -> FeatureGate { + storeQueue.sync { + if let override = (localOverrides[InternalStore.gatesKey] as? [String: Bool])?[forName] { + return FeatureGate( + name: forName, + value: override, + ruleID: "override", + evalDetails: cache.getEvaluationDetails(.LocalOverride) + ) + } + return cache.getGate(forName) + } + } + + func getConfig(forName: String) -> DynamicConfig { + storeQueue.sync { + if let override = (localOverrides[InternalStore.configsKey] as? [String: [String: Any]])?[forName] { + return DynamicConfig( + configName: forName, + value: override, + ruleID: "override", + evalDetails: cache.getEvaluationDetails(.LocalOverride) + ) + } + return cache.getConfig(forName) + } + } + + func getExperiment(forName experimentName: String, keepDeviceValue: Bool) -> DynamicConfig { + let latestValue = getConfig(forName: experimentName) + return getPossiblyStickyValue( + experimentName, + latestValue: latestValue, + keepDeviceValue: keepDeviceValue, + isLayer: false, + factory: { name, data in + DynamicConfig( + name: name, + configObj: data, + evalDetails: cache.getEvaluationDetails(.Sticky) + ) + }) + } + + func getLayer(client: StatsigClient?, forName layerName: String, keepDeviceValue: Bool) -> Layer { + let latestValue: Layer = storeQueue.sync { + if let override = (localOverrides[InternalStore.layerConfigsKey] as? [String: [String: Any]])?[layerName] { + return Layer( + client: nil, + name: layerName, + value: override, + ruleID: "override", + groupName: nil, + evalDetails: cache.getEvaluationDetails(.LocalOverride) + ) + } + return cache.getLayer(client, layerName) + } + return getPossiblyStickyValue( + layerName, + latestValue: latestValue, + keepDeviceValue: keepDeviceValue, + isLayer: true, + factory: { name, data in + return Layer( + client: client, + name: name, + configObj: data, + evalDetails: cache.getEvaluationDetails(.Sticky) + ) + }) + } + + func getParamStore(client: StatsigClient?, forName storeName: String) -> ParameterStore { + storeQueue.sync { + return cache.getParamStore(client, storeName) + } + } + + func finalizeValues(completion: (() -> Void)? = nil) { + storeQueue.async(flags: .barrier) { [weak self] in + if self?.cache.source == .Loading { + self?.cache.source = .NoValues + } + + completion?() + } + } + + func saveValues( + _ values: [String: Any], + _ cacheKey: UserCacheKey, + _ userHash: String?, + _ completion: (() -> Void)? = nil + ) { + guard SDKKeyValidator.validate(self.cache.sdkKey, values) else { + completion?() + return + } + + storeQueue.async(flags: .barrier) { [weak self] in + guard let self = self else { return } + + self.cache.saveValues(values, cacheKey, userHash) + let cacheByID = self.cache.cacheByID + + DispatchQueue.global().async(flags: .barrier) { + StatsigUserDefaults.defaults.setDictionarySafe(cacheByID, forKey: InternalStore.localStorageKey) + } + + DispatchQueue.main.async { completion?() } + } + } + + func updateUser(_ newUser: StatsigUser, values: [String: Any]? = nil) { + storeQueue.async(flags: .barrier) { [weak self] in + self?.cache.updateUser(newUser, values) + } + } + + static func deleteAllLocalStorage() { + StatsigUserDefaults.defaults.removeObject(forKey: InternalStore.DEPRECATED_localStorageKey) + StatsigUserDefaults.defaults.removeObject(forKey: InternalStore.localStorageKey) + StatsigUserDefaults.defaults.removeObject(forKey: InternalStore.DEPRECATED_stickyUserExperimentsKey) + StatsigUserDefaults.defaults.removeObject(forKey: InternalStore.stickyDeviceExperimentsKey) + StatsigUserDefaults.defaults.removeObject(forKey: InternalStore.DEPRECATED_stickyUserIDKey) + StatsigUserDefaults.defaults.removeObject(forKey: InternalStore.localOverridesKey) + _ = StatsigUserDefaults.defaults.synchronize() + } + + // Local overrides functions + func overrideGate(_ gateName: String, _ value: Bool) { + storeQueue.async(flags: .barrier) { [weak self] in + self?.localOverrides[jsonDict: InternalStore.gatesKey]?[gateName] = value + self?.saveOverrides() + } + } + + func overrideConfig(_ configName: String, _ value: [String: Any]) { + storeQueue.async(flags: .barrier) { [weak self] in + self?.localOverrides[jsonDict: InternalStore.configsKey]?[configName] = value + self?.saveOverrides() + } + } + + func overrideLayer(_ layerName: String, _ value: [String: Any]) { + storeQueue.async(flags: .barrier) { [weak self] in + self?.localOverrides[jsonDict: InternalStore.layerConfigsKey]?[layerName] = value + self?.saveOverrides() + } + } + + func removeOverride(_ name: String) { + storeQueue.async(flags: .barrier) { [weak self] in + self?.localOverrides[jsonDict: InternalStore.gatesKey]?.removeValue(forKey: name) + self?.localOverrides[jsonDict: InternalStore.configsKey]?.removeValue(forKey: name) + self?.localOverrides[jsonDict: InternalStore.layerConfigsKey]?.removeValue(forKey: name) + } + } + + func removeAllOverrides() { + storeQueue.async(flags: .barrier) { [weak self] in + guard let this = self else { return } + this.localOverrides = InternalStore.getEmptyOverrides() + this.saveOverrides() + } + } + + func getAllOverrides() -> StatsigOverrides { + storeQueue.sync { + StatsigOverrides(localOverrides) + } + } + + private func saveOverrides() { + StatsigUserDefaults.defaults.setDictionarySafe(localOverrides, forKey: InternalStore.localOverridesKey) + } + + private static func getEmptyOverrides() -> [String: Any] { + return [InternalStore.gatesKey: [:], InternalStore.configsKey: [:], InternalStore.layerConfigsKey: [:]] + } + + // Sticky Logic: https://gist.github.com/daniel-statsig/3d8dfc9bdee531cffc96901c1a06a402 + private func getPossiblyStickyValue( + _ name: String, + latestValue: T, + keepDeviceValue: Bool, + isLayer: Bool, + factory: (_ name: String, _ data: [String: Any]) -> T) -> T { + return storeQueue.sync { + if (!keepDeviceValue) { + return latestValue + } + + // If there is no sticky value, save latest as sticky and return latest. + guard let stickyValue = cache.getStickyExperiment(name) else { + saveStickyExperimentIfNeededThreaded(name, latestValue) + return latestValue + } + + // Get the latest config value. Layers require a lookup by allocated_experiment_name. + var latestExperimentValue: ConfigProtocol? = nil + if isLayer { + latestExperimentValue = cache.getConfig(stickyValue["allocated_experiment_name"] as? String ?? "") + } else { + latestExperimentValue = latestValue + } + + + if (latestExperimentValue?.isExperimentActive == true) { + return factory(name, stickyValue) + } + + if (latestValue.isExperimentActive == true) { + saveStickyExperimentIfNeededThreaded(name, latestValue) + } else { + removeStickyExperimentThreaded(name) + } + + return latestValue + } + } + + private func removeStickyExperimentThreaded(_ name: String) { + storeQueue.async(flags: .barrier) { [weak self] in + self?.cache.removeStickyExperiment(name) + } + } + + private func saveStickyExperimentIfNeededThreaded(_ name: String, _ config: ConfigProtocol?) { + guard let config = config else { + return + } + + storeQueue.async(flags: .barrier) { [weak self] in + self?.cache.saveStickyExperimentIfNeeded(name, config) + } + } +} + +extension String { + func hashSpecName(_ hashUsed: String?) -> String { + if hashUsed == "none" { + return self + } + + if hashUsed == "djb2" { + return self.djb2() + } + + return self.sha256() + } + + func sha256() -> String { + let data = Data(utf8) + var digest = [UInt8](repeating: 0, count: Int(CC_SHA256_DIGEST_LENGTH)) + data.withUnsafeBytes { + _ = CC_SHA256($0.baseAddress, CC_LONG(data.count), &digest) + } + return Data(digest).base64EncodedString() + } + + func djb2() -> String { + var hash: Int32 = 0 + for c in self.utf16 { + hash = (hash << 5) &- hash &+ Int32(c) + hash = hash & hash + } + + return String(format: "%u", UInt32(bitPattern: hash)) + + } +} + +// https://stackoverflow.com/a/41543070 +extension Dictionary { + subscript(jsonDict key: Key) -> [String: Any]? { + get { + return self[key] as? [String: Any] + } + set { + self[key] = newValue as? Value + } + } +} + diff --git a/dydx/Pods/Statsig/Sources/Statsig/Layer.swift b/dydx/Pods/Statsig/Sources/Statsig/Layer.swift new file mode 100644 index 000000000..7faece79a --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Layer.swift @@ -0,0 +1,191 @@ +import Foundation + +typealias StringRecord = [String: String] + +/** + Class that surfaces current layer values from Statsig. Will contain layer default values for all shared parameters in that layer. + If a parameter is in an active experiment, and the current user is allocated to that experiment, those parameters will be updated to reflect the experiment values not the layer defaults. + + SeeAlso [Layers Documentation](https://docs.statsig.com/layers) + */ +public struct Layer: ConfigProtocol { + /** + The name used to retrieve this Layer. + */ + public let name: String + + /** + The ID of the rule that lead to the resulting layer. + */ + public let ruleID: String + + /** + (Experiments Only) Does this layer contain values controlled by an experiment, if so, this is the experiments group name. + */ + public let groupName: String? + + /** + (Experiments Only) Does this layer contain parameters being controlled by an experiment that the current user is allocated to. + */ + public let isUserInExperiment: Bool + + /** + (Experiments Only) Does this layer contain parameters being controlled by an experiment that is currently running. + */ + public let isExperimentActive: Bool + + /** + Hahsed name of the layer. + */ + public let hashedName: String + + /** + Hashed name of an experiment. Only set if the layer contains parameters being controlled by an experiment. + */ + public let allocatedExperimentName: String + + /** + (For debug purposes) Why did Statsig return this Layer + */ + public let evaluationDetails: EvaluationDetails + + weak internal var client: StatsigClient? + internal let secondaryExposures: [[String: String]] + internal let undelegatedSecondaryExposures: [[String: String]] + internal let explicitParameters: Set + internal var isDeviceBased: Bool = false + internal var rawValue: [String: Any] = [:] + + private let value: [String: Any] + + internal init( + client: StatsigClient?, + name: String, + configObj: [String: Any] = [:], + evalDetails: EvaluationDetails + ) { + self.client = client + self.name = name + self.ruleID = configObj["rule_id"] as? String ?? "" + self.groupName = configObj["group_name"] as? String + self.value = configObj["value"] as? [String: Any] ?? [:] + self.secondaryExposures = configObj["secondary_exposures"] as? [[String: String]] ?? [] + self.undelegatedSecondaryExposures = configObj["undelegated_secondary_exposures"] as? [[String: String]] ?? [] + self.hashedName = configObj["name"] as? String ?? "" + + self.isDeviceBased = configObj["is_device_based"] as? Bool ?? false + self.isUserInExperiment = configObj["is_user_in_experiment"] as? Bool ?? false + self.isExperimentActive = configObj["is_experiment_active"] as? Bool ?? false + self.allocatedExperimentName = configObj["allocated_experiment_name"] as? String ?? "" + self.explicitParameters = Set(configObj["explicit_parameters"] as? [String] ?? []) + self.rawValue = configObj + + self.evaluationDetails = evalDetails + } + + internal init( + client: StatsigClient?, + name: String, + value: [String: Any], + ruleID: String, + groupName: String?, + evalDetails: EvaluationDetails + ) { + self.client = client + self.name = name + self.value = value + self.ruleID = ruleID + self.groupName = groupName + self.secondaryExposures = [] + self.undelegatedSecondaryExposures = [] + self.explicitParameters = Set() + self.hashedName = "" + + self.isExperimentActive = false + self.isUserInExperiment = false + self.allocatedExperimentName = "" + + self.evaluationDetails = evalDetails + } + + /** + Get the value for the given key. If the value cannot be found, or is found to have a different type than the defaultValue, the defaultValue will be returned. + If a valid value is found, a layer exposure event will be fired. + + Parameters: + - forKey: The key of parameter being fetched + - defaultValue: The fallback value if the key cannot be found + */ + public func getValue(forKey: String, defaultValue: T) -> T { + guard let result = value[forKey] else { + print("[Statsig]: \(forKey) does not exist in this Layer. Returning the defaultValue.") + return defaultValue + } + + guard let result = result as? T else { + print("[Statsig]: \(forKey) exists in this Layer, but requested type was incorrect (Requested = \(type(of: defaultValue)), Actual = \(type(of: result))). Returning the defaultValue.") + return defaultValue + } + + client?.logLayerParameterExposureForLayer( + self, + parameterName: forKey, + isManualExposure: false + ) + + return result + } +} + +extension Layer: Codable { + private enum CodingKeys: String, CodingKey { + case name + case value + case ruleID + case groupName + case secondaryExposures + case undelegatedSecondaryExposures + case evaluationDetails + case explicitParameters + case allocatedExperimentName + } + + public init(from decoder: Decoder) throws { + let container = try decoder.container(keyedBy: CodingKeys.self) + + let data = try container.decode(Data.self, forKey: .value) + let dict = try JSONSerialization.jsonObject(with: data) as? [String: Any] + + self.client = nil + self.name = try container.decode(String.self, forKey: .name) + self.value = dict ?? [:] + self.ruleID = try container.decode(String.self, forKey: .ruleID) + self.groupName = try container.decodeIfPresent(String.self, forKey: .groupName) + self.allocatedExperimentName = try container.decode(String.self, forKey: .allocatedExperimentName) + self.secondaryExposures = try container.decode([[String: String]].self, forKey: .secondaryExposures) + self.undelegatedSecondaryExposures = try container.decode([[String: String]].self, forKey: .undelegatedSecondaryExposures) + self.evaluationDetails = try container.decode(EvaluationDetails.self, forKey: .evaluationDetails) + self.explicitParameters = try container.decode(Set.self, forKey: .explicitParameters) + + self.hashedName = "" + self.isExperimentActive = false + self.isUserInExperiment = false + self.isDeviceBased = false + } + + public func encode(to encoder: Encoder) throws { + var container = encoder.container(keyedBy: CodingKeys.self) + + let json = try JSONSerialization.data(withJSONObject: value) + + try container.encode(name, forKey: .name) + try container.encode(json, forKey: .value) + try container.encode(ruleID, forKey: .ruleID) + try container.encodeIfPresent(groupName, forKey: .groupName) + try container.encode(allocatedExperimentName, forKey: .allocatedExperimentName) + try container.encode(secondaryExposures, forKey: .secondaryExposures) + try container.encode(undelegatedSecondaryExposures, forKey: .undelegatedSecondaryExposures) + try container.encode(evaluationDetails, forKey: .evaluationDetails) + try container.encode(explicitParameters, forKey: .explicitParameters) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/NetworkService.swift b/dydx/Pods/Statsig/Sources/Statsig/NetworkService.swift new file mode 100644 index 000000000..a293fcc7f --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/NetworkService.swift @@ -0,0 +1,342 @@ +import Foundation + +fileprivate enum Endpoint: String { + case initialize = "/v1/initialize" + case logEvent = "/v1/rgstr" +} + +fileprivate let RetryLimits: [Endpoint: Int] = [ + .initialize: 3, + .logEvent: 3 +] + +fileprivate typealias NetworkCompletionHandler = (Data?, URLResponse?, Error?) -> Void +fileprivate typealias TaskCaptureHandler = ((URLSessionDataTask) -> Void)? + +class NetworkService { + let sdkKey: String + let statsigOptions: StatsigOptions + var store: InternalStore + var inflightRequests = AtomicDictionary(label: "com.Statsig.InFlightRequests") + + private final let networkRetryErrorCodes = [408, 500, 502, 503, 504, 522, 524, 599] + + init(sdkKey: String, options: StatsigOptions, store: InternalStore) { + self.sdkKey = sdkKey + self.statsigOptions = options + self.store = store + } + + func fetchUpdatedValues( + for user: StatsigUser, + lastSyncTimeForUser: UInt64, + previousDerivedFields: [String: String], + completion: completionBlock + ) { + let (body, parseErr) = makeReqBody([ + "user": user.toDictionary(forLogging: false), + "statsigMetadata": user.deviceEnvironment, + "lastSyncTimeForUser": lastSyncTimeForUser, + "previousDerivedFields": previousDerivedFields, + ]) + + guard let body = body else { + self.store.finalizeValues() + completion?(parseErr?.localizedDescription ?? "Failed to serialize request body ") + return + } + + let cacheKey = UserCacheKey.from(self.statsigOptions, user, self.sdkKey) + let fullUserHash = user.getFullUserHash() + + makeAndSendRequest(.initialize, body: body) { [weak self] data, response, error in + if let error { + completion?(error.localizedDescription) + return + } + + let statusCode = response?.status ?? 0 + + if !(200...299).contains(statusCode) { + completion?("An error occurred during fetching values for the user. \(statusCode)") + return + } + + guard let self = self else { + completion?("Failed to call NetworkService as it has been released") + return + } + + guard let dict = data?.json, dict["has_updates"] as? Bool == true else { + self.store.finalizeValues() + completion?(nil) + return + } + + self.store.saveValues(dict, cacheKey, fullUserHash) { completion?(nil) } + } + } + + func fetchInitialValues( + for user: StatsigUser, + sinceTime: UInt64, + previousDerivedFields: [String: String], + completion: completionBlock + ) { + let cacheKey = UserCacheKey.from(self.statsigOptions, user, self.sdkKey) + if let inflight = inflightRequests[cacheKey.v2] { + inflight.cancel() + } + + if inflightRequests.count() > 50 { + inflightRequests.reset() + } + + var task: URLSessionDataTask? + var completed = false + let lock = NSLock() + + let done: (String?) -> Void = { [weak self] err in + // Ensures the completion is invoked only once + lock.lock() + defer { lock.unlock() } + + self?.inflightRequests.removeValue(forKey: cacheKey.v2) + + guard !completed else { return } + completed = true + + self?.store.finalizeValues { + DispatchQueue.main.async { + task?.cancel() + completion?(err) + } + } + + } + + if statsigOptions.initTimeout > 0 { + DispatchQueue.main.asyncAfter(deadline: .now() + statsigOptions.initTimeout) { + done("initTimeout Expired") + } + } + + let (body, parseErr) = makeReqBody([ + "user": user.toDictionary(forLogging: false), + "statsigMetadata": user.deviceEnvironment, + "sinceTime": sinceTime, + "hash": statsigOptions.disableHashing ? "none" : "djb2", + "previousDerivedFields": previousDerivedFields + ]) + + guard let body = body else { + done(parseErr?.localizedDescription) + return + } + + let fullUserHash = user.getFullUserHash() + + makeAndSendRequest( + .initialize, + body: body, + marker: Diagnostics.mark?.initialize.network + ) { [weak self] data, response, error in + if let error = error { + done(error.localizedDescription) + return + } + + let statusCode = response?.status ?? 0 + + if !(200...299).contains(statusCode) { + done("An error occurred during fetching values for the user. \(statusCode)") + return + } + + guard let self = self else { + done("Failed to call NetworkService as it has been released") + return + } + + Diagnostics.mark?.initialize.process.start() + var values: [String: Any]? = nil + if statusCode == 204 { + values = ["has_updates": false] + } else if let json = data?.json { + values = json + } + + guard let values = values else { + Diagnostics.mark?.initialize.process.end(success: false) + done("No values returned with initialize response") + return + } + + self.store.saveValues(values, cacheKey, fullUserHash) { + Diagnostics.mark?.initialize.process.end(success: true) + done(nil) + } + + } taskCapture: { [weak self] capturedTask in + self?.inflightRequests[cacheKey.v2] = capturedTask + task = capturedTask + } + } + + func sendEvents(forUser: StatsigUser, events: [Event], + completion: @escaping ((_ errorMessage: String?, _ data: Data?) -> Void)) + { + let (body, parseErr) = makeReqBody([ + "events": events.map { $0.toDictionary() }, + "user": forUser.toDictionary(forLogging: true), + "statsigMetadata": forUser.deviceEnvironment + ]) + + guard let body = body else { + completion(parseErr?.localizedDescription, nil) + return + } + + makeAndSendRequest(.logEvent, body: body) { _, response, error in + if let error = error { + completion(error.localizedDescription, body) + return + } + + guard response?.isOK == true else { + completion("An error occurred during sending events to server. " + + "\(String(describing: response?.status))", body) + return + } + } + } + + func sendRequestsWithData( + _ dataArray: [Data], + completion: @escaping ((_ failedRequestsData: [Data]?) -> Void) + ) { + var failedRequests: [Data] = [] + let dispatchGroup = DispatchGroup() + for data in dataArray { + dispatchGroup.enter() + makeAndSendRequest(.logEvent, body: data) { _, response, error in + if error != nil || response?.isOK != true + { + failedRequests.append(data) + } + dispatchGroup.leave() + } + } + dispatchGroup.notify(queue: .main) { + completion(failedRequests) + } + } + + private func makeReqBody(_ dict: Dictionary) -> (Data?, Error?) { + if JSONSerialization.isValidJSONObject(dict), + let data = try? JSONSerialization.data(withJSONObject: dict){ + return (data, nil) + } + + return (nil, StatsigError.invalidJSONParam("requestBody")) + } + + private func makeAndSendRequest( + _ endpoint: Endpoint, + body: Data, + marker: NetworkMarker? = nil, + completion: @escaping NetworkCompletionHandler, + taskCapture: TaskCaptureHandler = nil + ) + { + var urlComponents = URLComponents() + urlComponents.scheme = "https" + urlComponents.host = ApiHost + urlComponents.path = endpoint.rawValue + + if let override = self.statsigOptions.mainApiUrl { + urlComponents.applyOverride(override) + } + + if endpoint == .logEvent, let loggingApiOverride = self.statsigOptions.logEventApiUrl { + urlComponents.applyOverride(loggingApiOverride) + } + + guard let requestURL = urlComponents.url else { + completion(nil, nil, StatsigError.invalidRequestURL("\(endpoint)")) + return + } + + var request = URLRequest(url: requestURL) + request.setValue("application/json", forHTTPHeaderField: "Content-Type") + request.setValue(sdkKey, forHTTPHeaderField: "STATSIG-API-KEY") + request.setValue("\(Time.now())", forHTTPHeaderField: "STATSIG-CLIENT-TIME") + request.setValue(DeviceEnvironment.sdkType, forHTTPHeaderField: "STATSIG-SDK-TYPE") + request.setValue(DeviceEnvironment.sdkVersion, forHTTPHeaderField: "STATSIG-SDK-VERSION") + request.httpBody = body + request.httpMethod = "POST" + + sendRequest( + request, + retryLimit: RetryLimits[endpoint] ?? 0, + marker: marker, + completion: completion, + taskCapture: taskCapture) + } + + private func sendRequest( + _ request: URLRequest, + failedAttempts: Int = 0, + retryLimit: Int, + marker: NetworkMarker? = nil, + completion: @escaping NetworkCompletionHandler, + taskCapture: TaskCaptureHandler + ) { + DispatchQueue.main.async { [weak self] in + let currentAttempt = failedAttempts + 1 + marker?.start(attempt: currentAttempt) + + + let task = self?.statsigOptions.urlSession.dataTask(with: request) { + [weak self] responseData, response, error in + + marker?.end(currentAttempt, responseData, response, error) + + if failedAttempts < retryLimit, + let self = self, + let code = response?.status, + self.networkRetryErrorCodes.contains(code) + { + self.sendRequest( + request, + failedAttempts: currentAttempt, + retryLimit: retryLimit, + marker: marker, + completion: completion, + taskCapture: taskCapture + ) + } else { + Statsig.errorBoundary.capture("sendRequest:response") { + completion(responseData, response, error) + } withRecovery: { + completion(nil, nil, StatsigError.unexpectedError("Response Handling")) + } + } + } + + if let taskCapture = taskCapture, let task = task { + taskCapture(task) + } + + task?.resume() + } + } +} + +extension URLComponents { + mutating func applyOverride(_ url: URL) { + scheme = url.scheme + host = url.host + port = url.port + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/DynamicConfigObjC.swift b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/DynamicConfigObjC.swift new file mode 100644 index 000000000..92e53aebd --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/DynamicConfigObjC.swift @@ -0,0 +1,87 @@ +import Foundation + +@objc(DynamicConfig) +public final class DynamicConfigObjC: NSObject { + internal var config: DynamicConfig + + @objc public var name: String { + config.name + } + + @objc public var value: [String: Any] { + config.value + } + + @objc public var ruleID: String { + config.ruleID + } + + @objc public var groupName: String? { + config.groupName + } + + @objc public var isUserInExperiment: Bool { + config.isUserInExperiment + } + + @objc public var isExperimentActive: Bool { + config.isExperimentActive + } + + @objc public var hashedName: String { + config.hashedName + } + + @objc public var evaluationDetails: [String: String] { + var details = [String: String]() + config.evaluationDetails.addToDictionary(&details) + return details + } + + init(withConfig: DynamicConfig) { + config = withConfig + } + + @objc public func getArray(forKey: String, defaultValue: [Any]) -> [Any] { + return config.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getBool(forKey: String, defaultValue: Bool) -> Bool { + return config.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getDictionary(forKey: String, defaultValue: [String: Any]) -> [String: Any] { + return config.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getDouble(forKey: String, defaultValue: Double) -> Double { + return config.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getInt(forKey: String, defaultValue: Int) -> Int { + return config.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getString(forKey: String, defaultValue: String) -> String { + return config.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getNullableString(forKey: String, defaultValue: String?) -> String? { + return config.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func toData() -> Data? { + let encoder = JSONEncoder() + return try? encoder.encode(config) + } + + @objc public static func fromData(_ data: Data) -> DynamicConfigObjC? { + let decoder = JSONDecoder() + let swiftConfig = try? decoder.decode(DynamicConfig.self, from: data) + guard let swiftConfig = swiftConfig else { + return nil + } + + return DynamicConfigObjC(withConfig: swiftConfig) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/FeatureGateObjC.swift b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/FeatureGateObjC.swift new file mode 100644 index 000000000..f274c2746 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/FeatureGateObjC.swift @@ -0,0 +1,41 @@ +import Foundation + +@objc(FeatureGate) +public final class FeatureGateObjC: NSObject { + internal var gate: FeatureGate + + @objc public var name: String { + gate.name + } + + @objc public var ruleID: String { + gate.ruleID + } + + @objc public var value: Bool { + gate.value + } + + @objc public var secondaryExposures: [[String: String]] { + gate.secondaryExposures + } + + init(withGate: FeatureGate) { + gate = withGate + } + + @objc public func toData() -> Data? { + let encoder = JSONEncoder() + return try? encoder.encode(gate) + } + + @objc public static func fromData(_ data: Data) -> FeatureGateObjC? { + let decoder = JSONDecoder() + let swiftGate = try? decoder.decode(FeatureGate.self, from: data) + guard let swiftGate = swiftGate else { + return nil + } + + return FeatureGateObjC(withGate: swiftGate) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/LayerObjC.swift b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/LayerObjC.swift new file mode 100644 index 000000000..e23c2c8b1 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/LayerObjC.swift @@ -0,0 +1,87 @@ +import Foundation + +@objc(Layer) +public final class LayerObjC: NSObject { + internal var layer: Layer + + @objc public var name: String { + layer.name + } + + @objc public var ruleID: String { + layer.ruleID + } + + @objc public var groupName: String? { + layer.groupName + } + + @objc public var isUserInExperiment: Bool { + layer.isUserInExperiment + } + + @objc public var isExperimentActive: Bool { + layer.isExperimentActive + } + + @objc public var hashedName: String { + layer.hashedName + } + + @objc public var allocatedExperimentName: String { + layer.allocatedExperimentName + } + + @objc public var evaluationDetails: [String: String] { + var details = [String: String]() + layer.evaluationDetails.addToDictionary(&details) + return details + } + + init(_ layer: Layer) { + self.layer = layer + } + + @objc public func getArray(forKey: String, defaultValue: [Any]) -> [Any] { + return layer.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getBool(forKey: String, defaultValue: Bool) -> Bool { + return layer.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getDictionary(forKey: String, defaultValue: [String: Any]) -> [String: Any] { + return layer.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getDouble(forKey: String, defaultValue: Double) -> Double { + return layer.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getInt(forKey: String, defaultValue: Int) -> Int { + return layer.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getString(forKey: String, defaultValue: String) -> String { + return layer.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func getNullableString(forKey: String, defaultValue: String?) -> String? { + return layer.getValue(forKey: forKey, defaultValue: defaultValue) + } + + @objc public func toData() -> Data? { + let encoder = JSONEncoder() + return try? encoder.encode(layer) + } + + @objc public static func fromData(_ data: Data) -> LayerObjC? { + let decoder = JSONDecoder() + let swiftLayer = try? decoder.decode(Layer.self, from: data) + guard let swiftLayer = swiftLayer else { + return nil + } + + return LayerObjC(swiftLayer) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigObjC.swift b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigObjC.swift new file mode 100644 index 000000000..1039b06e4 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigObjC.swift @@ -0,0 +1,260 @@ +import Foundation + +@objc(Statsig) +public final class StatsigObjC: NSObject { + + // + // MARK: - Start + // + @objc public static func start(withSDKKey: String) { + Statsig.start(sdkKey: withSDKKey) + } + + @objc public static func start(withSDKKey: String, user: StatsigUserObjC) { + Statsig.start(sdkKey: withSDKKey, user: user.user) + } + + @objc public static func start(withSDKKey: String, options: StatsigOptionsObjC) { + Statsig.start(sdkKey: withSDKKey, options: options.optionsInternal) + } + + @objc public static func start(withSDKKey: String, completion: completionBlock) { + Statsig.start(sdkKey: withSDKKey, completion: completion) + } + + @objc public static func start(withSDKKey: String, user: StatsigUserObjC, completion: completionBlock) { + Statsig.start(sdkKey: withSDKKey, user: user.user, completion: completion) + } + + @objc public static func start(withSDKKey: String, user: StatsigUserObjC, options: StatsigOptionsObjC) { + Statsig.start(sdkKey: withSDKKey, user: user.user, options: options.optionsInternal) + } + + @objc public static func start(withSDKKey: String, options: StatsigOptionsObjC, completion: completionBlock) { + Statsig.start(sdkKey: withSDKKey, options: options.optionsInternal, completion: completion) + } + + @objc public static func start(withSDKKey: String, user: StatsigUserObjC, options: StatsigOptionsObjC, + completion: completionBlock) + { + Statsig.start(sdkKey: withSDKKey, user: user.user, options: options.optionsInternal, completion: completion) + } + + // + // MARK: - Update User + // + + @objc public static func updateUser(newUser: StatsigUserObjC) { + Statsig.updateUser(newUser.user, completion: nil) + } + + @objc public static func updateUser(newUser: StatsigUserObjC, completion: completionBlock) { + Statsig.updateUser(newUser.user, completion: completion) + } + + + // + // MARK: - Shutdown + // + + @objc public static func shutdown() { + Statsig.shutdown() + } + + // + // MARK: - Check Gate + // + + @objc public static func checkGate(forName: String) -> Bool { + return Statsig.checkGate(forName) + } + + @objc public static func checkGateWithExposureLoggingDisabled(_ gateName: String) -> Bool { + return Statsig.checkGateWithExposureLoggingDisabled(gateName) + } + + @objc public static func getFeatureGateWithExposureLoggingDisabled(_ gateName: String) -> FeatureGateObjC { + return FeatureGateObjC(withGate: Statsig.getFeatureGateWithExposureLoggingDisabled(gateName)) + } + + // + // MARK: - Get Config + // + + @objc public static func getConfig(forName: String) -> DynamicConfigObjC { + return DynamicConfigObjC(withConfig: Statsig.getConfig(forName)) + } + + @objc public static func getConfigWithExposureLoggingDisabled(_ configName: String) -> DynamicConfigObjC { + return DynamicConfigObjC(withConfig: Statsig.getConfigWithExposureLoggingDisabled(configName)) + } + + + + // + // MARK: - Get Experiment + // + + @objc public static func getExperiment(forName: String) -> DynamicConfigObjC { + return getExperiment(forName: forName, keepDeviceValue: false) + } + + @objc public static func getExperiment(forName: String, keepDeviceValue: Bool) -> DynamicConfigObjC { + return DynamicConfigObjC(withConfig: Statsig.getExperiment(forName, keepDeviceValue: keepDeviceValue)) + } + + @objc public static func getExperimentWithExposureLoggingDisabled(_ experimentName: String) -> DynamicConfigObjC { + return getExperimentWithExposureLoggingDisabled(experimentName, keepDeviceValue: false) + } + + @objc public static func getExperimentWithExposureLoggingDisabled(_ experimentName: String, keepDeviceValue: Bool) -> DynamicConfigObjC { + return DynamicConfigObjC(withConfig: Statsig.getExperimentWithExposureLoggingDisabled(experimentName, keepDeviceValue: keepDeviceValue)) + } + + + // + // MARK: - Get Layer + // + + @objc public static func getLayer(forName: String) -> LayerObjC { + return getLayer(forName: forName, keepDeviceValue: false) + } + + @objc public static func getLayer(forName: String, keepDeviceValue: Bool) -> LayerObjC { + return LayerObjC(Statsig.getLayer(forName, keepDeviceValue: keepDeviceValue)) + } + + @objc public static func getLayerWithExposureLoggingDisabled(_ layerName: String) -> LayerObjC { + return getLayerWithExposureLoggingDisabled(layerName, keepDeviceValue: false) + } + + @objc public static func getLayerWithExposureLoggingDisabled(_ layerName: String, keepDeviceValue: Bool) -> LayerObjC { + return LayerObjC(Statsig.getLayerWithExposureLoggingDisabled(layerName, keepDeviceValue: keepDeviceValue)) + } + + // + // MARK: - Manual Exposure Logging (Simple) + // + + @objc public static func manuallyLogGateExposure(_ gateName: String) { + Statsig.manuallyLogGateExposure(gateName) + } + + @objc public static func manuallyLogConfigExposure(_ configName: String) { + Statsig.manuallyLogConfigExposure(configName) + } + + @objc public static func manuallyLogExperimentExposure(_ experimentName: String) { + manuallyLogExperimentExposure(experimentName, keepDeviceValue: false) + } + + @objc public static func manuallyLogExperimentExposure(_ experimentName: String, keepDeviceValue: Bool) { + Statsig.manuallyLogExperimentExposure(experimentName, keepDeviceValue: keepDeviceValue) + } + + @objc public static func manuallyLogLayerParameterExposure(_ layerName: String, parameterName: String) { + manuallyLogLayerParameterExposure(layerName, parameterName: parameterName, keepDeviceValue: false) + } + + @objc public static func manuallyLogLayerParameterExposure(_ layerName: String, parameterName: String, keepDeviceValue: Bool) { + Statsig.manuallyLogLayerParameterExposure(layerName, parameterName, keepDeviceValue: keepDeviceValue) + } + + // + // MARK: - Manual Exposure Logging (Advanced) + // + + @objc public static func manuallyLogExposureWithFeatureGate(_ gate: FeatureGateObjC) { + Statsig.manuallyLogExposure(gate.gate) + } + + @objc public static func manuallyLogExposureWithDynamicConfig(_ config: DynamicConfigObjC) { + Statsig.manuallyLogExposure(config.config) + } + + @objc public static func manuallyLogExposureWithLayer(_ layer: LayerObjC, parameterName: String) { + Statsig.manuallyLogExposure(layer.layer, parameterName: parameterName) + } + + // + // MARK: - Log Event + // + + @objc public static func logEvent(_ withName: String) { + Statsig.logEvent(withName) + } + + @objc public static func logEvent(_ withName: String, stringValue: String) { + Statsig.logEvent(withName, value: stringValue) + } + + @objc public static func logEvent(_ withName: String, doubleValue: Double) { + Statsig.logEvent(withName, value: doubleValue) + } + + @objc public static func logEvent(_ withName: String, metadata: [String: String]) { + Statsig.logEvent(withName, metadata: metadata) + } + + @objc public static func logEvent(_ withName: String, stringValue: String, metadata: [String: String]) { + Statsig.logEvent(withName, value: stringValue, metadata: metadata) + } + + @objc public static func logEvent(_ withName: String, doubleValue: Double, metadata: [String: String]) { + Statsig.logEvent(withName, value: doubleValue, metadata: metadata) + } + + + // + // MARK: - Overrides + // + + @objc public static func overrideGate(_ gateName: String, value: Bool) { + Statsig.overrideGate(gateName, value: value) + } + + @objc public static func overrideConfig(_ configName: String, value: [String: Any]) { + Statsig.overrideConfig(configName, value: value) + } + + @objc public static func overrideLayer(_ layerName: String, value: [String: Any]) { + Statsig.overrideLayer(layerName, value: value) + } + + @objc public static func removeOverride(_ overrideName: String) { + Statsig.removeOverride(overrideName) + } + + @objc public static func removeAllOverrides() { + Statsig.removeAllOverrides() + } + + @objc public static func getAllOverrides() -> StatsigOverridesObjC? { + StatsigOverridesObjC(Statsig.getAllOverrides()) + } + + // + // MARK: - Statsig Listening + // + + @objc public static func addListener(listener: StatsigListening) { + Statsig.addListener(listener) + } + + @objc public static func isInitialized() -> Bool { + return Statsig.isInitialized() + } + + + // + // MARK: - Misc + // + + @objc public static func getStableID() -> String? { + return Statsig.getStableID() + } + + @objc public static func openDebugView() { + Statsig.openDebugView() + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigOptionsObjC.swift b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigOptionsObjC.swift new file mode 100644 index 000000000..d47ddd154 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigOptionsObjC.swift @@ -0,0 +1,107 @@ +import Foundation + +@objc(StatsigOptions) +public final class StatsigOptionsObjC: NSObject { + var optionsInternal: StatsigOptions + + @objc public init(args: [String: Any]) { + let environment = args["environment"] as? StatsigEnvironment + self.optionsInternal = StatsigOptions(environment: environment) + + if let initTimeout = args["initTimeout"] as? Double { + self.optionsInternal.initTimeout = initTimeout + } + + if let disableCurrentVCLogging = args["disableCurrentVCLogging"] as? Bool { + self.optionsInternal.disableCurrentVCLogging = disableCurrentVCLogging + } + + if let enableAutoValueUpdate = args["enableAutoValueUpdate"] as? Bool { + self.optionsInternal.enableAutoValueUpdate = enableAutoValueUpdate + } + + if let overrideStableID = args["overrideStableID"] as? String { + self.optionsInternal.overrideStableID = overrideStableID + } + + if let disableDiagnostics = args["disableDiagnostics"] as? Bool { + self.optionsInternal.disableDiagnostics = disableDiagnostics + } + + if let enableCacheByFile = args["enableCacheByFile"] as? Bool { + self.optionsInternal.enableCacheByFile = enableCacheByFile + } + + if let disableHashing = args["disableHashing"] as? Bool { + self.optionsInternal.disableHashing = disableHashing + } + + if let initializeValues = args["initializeValues"] as? [String: Any] { + self.optionsInternal.initializeValues = initializeValues + } + } + + @objc override public init() { + self.optionsInternal = StatsigOptions() + } + + // - DEPRECATED - + // These are left to prevent breaking changes. + // Do not add more individual options. Add them to the args dictionary above + + @available(*, deprecated, message: "Use dictionary init instead") + @objc public init(initTimeout: Double) { + self.optionsInternal = StatsigOptions(initTimeout: initTimeout) + } + + @available(*, deprecated, message: "Use dictionary init instead") + @objc public init(disableCurrentVCLogging: Bool) { + self.optionsInternal = StatsigOptions(disableCurrentVCLogging: disableCurrentVCLogging) + } + + @available(*, deprecated, message: "Use dictionary init instead") + @objc public init(environment: StatsigEnvironment) { + self.optionsInternal = StatsigOptions(environment: environment) + } + + @available(*, deprecated, message: "Use dictionary init instead") + @objc public init(enableAutoValueUpdate: Bool) { + self.optionsInternal = StatsigOptions(enableAutoValueUpdate: enableAutoValueUpdate) + } + + @available(*, deprecated, message: "Use dictionary init instead") + @objc public init(overrideStableID: String) { + self.optionsInternal = StatsigOptions(overrideStableID: overrideStableID) + } + + @available(*, deprecated, message: "Use dictionary init instead") + @objc public init(environment: StatsigEnvironment, overrideStableID: String) { + self.optionsInternal = StatsigOptions(environment: environment, + overrideStableID: overrideStableID) + } + + @available(*, deprecated, message: "Use dictionary init instead") + @objc public init(enableCacheByFile: Bool) { + self.optionsInternal = StatsigOptions(enableCacheByFile: enableCacheByFile) + } + + @available(*, deprecated, message: "Use dictionary init instead") + @objc public init( + initTimeout: Double, + disableCurrentVCLogging: Bool, + environment: StatsigEnvironment, + enableAutoValueUpdate: Bool, + overrideStableID: String, + enableCacheByFile: Bool + ) + { + self.optionsInternal = StatsigOptions( + initTimeout: initTimeout, + disableCurrentVCLogging: disableCurrentVCLogging, + environment: environment, + enableAutoValueUpdate: enableAutoValueUpdate, + overrideStableID: overrideStableID, + enableCacheByFile: enableCacheByFile + ) + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigOverridesObjC.swift b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigOverridesObjC.swift new file mode 100644 index 000000000..c8f82e3ec --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigOverridesObjC.swift @@ -0,0 +1,10 @@ +import Foundation + +@objc(StatsigOverrides) +public final class StatsigOverridesObjC: NSObject { + private var overrides: StatsigOverrides? + + init(_ overrides: StatsigOverrides?) { + self.overrides = overrides + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigUserObjC.swift b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigUserObjC.swift new file mode 100644 index 000000000..d32f97b6e --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ObjectiveC/StatsigUserObjC.swift @@ -0,0 +1,115 @@ +import Foundation + +@objc(StatsigUser) +public final class StatsigUserObjC: NSObject { + var user: StatsigUser + + @objc override public init() { + self.user = StatsigUser() + } + + @objc public init(userID: String) { + self.user = StatsigUser(userID: userID) + } + + @objc public init(customIDs: [String: String]) { + self.user = StatsigUser(customIDs: customIDs) + + } + + @objc public convenience init(userID: String? = nil, + email: String? = nil, + ip: String? = nil, + country: String? = nil, + locale: String? = nil, + appVersion: String? = nil, + custom: [String: Any]? = nil, + privateAttributes: [String: Any]? = nil) + { + self.init(userID: userID, + email: email, + ip: ip, + country: country, + locale: locale, + appVersion: appVersion, + custom: custom, + privateAttributes: privateAttributes, + customIDs: nil) + } + + + @objc public init(userID: String? = nil, + email: String? = nil, + ip: String? = nil, + country: String? = nil, + locale: String? = nil, + appVersion: String? = nil, + custom: [String: Any]? = nil, + privateAttributes: [String: Any]? = nil, + customIDs: [String: String]? = nil) + { + var filteredCustom = [String: StatsigUserCustomTypeConvertible]() + if let custom = custom { + custom.forEach { key, value in + if let v = convertToUserCustomType(value) { + filteredCustom[key] = v + } else { + print("[Statsig]: the entry for key \(key) is dropped because it is not of a supported type.") + } + } + } + + var filteredPrivateAttributes = [String: StatsigUserCustomTypeConvertible]() + if let privateAttributes = privateAttributes { + privateAttributes.forEach { key, value in + if let v = convertToUserCustomType(value) { + filteredPrivateAttributes[key] = v + } else { + print("[Statsig]: the entry for key \(key) is dropped because it is not of a supported type.") + } + } + } + + self.user = StatsigUser( + userID: userID, + email: email, + ip: ip, + country: country, + locale: locale, + appVersion: appVersion, + custom: filteredCustom.isEmpty ? nil : filteredCustom, + privateAttributes: filteredPrivateAttributes.isEmpty ? nil : filteredPrivateAttributes, + customIDs: customIDs) + } + + @objc public func getUserID() -> String? { + return user.userID + } + + @objc public func getCustomIDs() -> NSDictionary? { + guard let dict = user.customIDs else { + return nil + } + + let result = NSMutableDictionary() + + for (key, value) in dict { + result[key] = value + } + + return result + } + + @objc public func toDictionary() -> NSDictionary { + let dict = user.toDictionary(forLogging: false) + let result = NSMutableDictionary() + + for (key, value) in dict { + if let value = value { + result[key] = value + } + } + + return result + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/ParameterStore.swift b/dydx/Pods/Statsig/Sources/Statsig/ParameterStore.swift new file mode 100644 index 000000000..6899d3e47 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/ParameterStore.swift @@ -0,0 +1,190 @@ +import Foundation + +typealias ParamStoreConfiguration = [String: [String: Any]] + +fileprivate struct RefType { + static let staticValue = "static" + static let gate = "gate" + static let dynamicConfig = "dynamic_config" + static let experiment = "experiment" + static let layer = "layer" +} + +fileprivate struct ParamKeys { + static let paramType = "param_type" + static let refType = "ref_type" + + // Gate + static let gateName = "gate_name" + static let passValue = "pass_value" + static let failValue = "fail_value" + + // Static Value + static let value = "value" + + // Dynamic Config / Experiment / Layer + static let paramName = "param_name" + static let configName = "config_name" + static let experimentName = "experiment_name" + static let layerName = "layer_name" +} + +public struct ParameterStore { + /** + The name used to retrieve this ParameterStore. + */ + public let name: String + + /** + (For debug purposes) Why did Statsig return this ParameterStore + */ + public let evaluationDetails: EvaluationDetails + + internal let configuration: ParamStoreConfiguration + weak internal var client: StatsigClient? + internal var shouldExpose = true + + internal init( + name: String, + evaluationDetails: EvaluationDetails, + client: StatsigClient? = nil, + configuration: [String: Any] = [:] + ) { + self.name = name + self.evaluationDetails = evaluationDetails + self.client = client + self.configuration = configuration as? ParamStoreConfiguration ?? ParamStoreConfiguration() + } + + /** + Get the value for the given key. If the value cannot be found, or is found to have a different type than the defaultValue, the defaultValue will be returned. + If a valid value is found, a layer exposure event will be fired. + + Parameters: + - forKey: The key of parameter being fetched + - defaultValue: The fallback value if the key cannot be found + */ + public func getValue( + forKey paramName: String, + defaultValue: T + ) -> T { + if configuration.isEmpty { + return defaultValue + } + + guard + let client = client, + let param = configuration[paramName], + let refType = param[ParamKeys.refType] as? String, + let paramType = param[ParamKeys.paramType] as? String, + getTypeOf(defaultValue) == paramType + else { + return defaultValue + } + + switch refType { + case RefType.staticValue: + return getMappedStaticValue(param, defaultValue) + + case RefType.gate: + return getMappedGateValue(client, param, defaultValue) + + case RefType.dynamicConfig: + return getMappedDynamicConfigValue(client, param, defaultValue) + + case RefType.experiment: + return getMappedExperimentValue(client, param, defaultValue) + + case RefType.layer: + return getMappedLayerValue(client, param, defaultValue) + + default: + return defaultValue + } + } + + fileprivate func getMappedStaticValue( + _ param: [String: Any], + _ defaultValue: T + ) -> T { + return param[ParamKeys.value] as? T ?? defaultValue + } + + + fileprivate func getMappedGateValue( + _ client: StatsigClient, + _ param: [String: Any], + _ defaultValue: T + ) -> T { + guard + let gateName = param[ParamKeys.gateName] as? String, + let passValue = param[ParamKeys.passValue] as? T, + let failValue = param[ParamKeys.failValue] as? T + else { + return defaultValue + } + + let gate = shouldExpose + ? client.getFeatureGate(gateName) + : client.getFeatureGateWithExposureLoggingDisabled(gateName) + return gate.value ? passValue : failValue + } + + + fileprivate func getMappedDynamicConfigValue( + _ client: StatsigClient, + _ param: [String: Any], + _ defaultValue: T + ) -> T { + guard + let configName = param[ParamKeys.configName] as? String, + let paramName = param[ParamKeys.paramName] as? String + else { + return defaultValue + } + + let config = shouldExpose + ? client.getConfig(configName) + : client.getConfigWithExposureLoggingDisabled(configName) + return config.getValue(forKey: paramName, defaultValue: defaultValue) + } + + + fileprivate func getMappedExperimentValue( + _ client: StatsigClient, + _ param: [String: Any], + _ defaultValue: T + ) -> T { + guard + let experimentName = param[ParamKeys.experimentName] as? String, + let paramName = param[ParamKeys.paramName] as? String + else { + return defaultValue + } + + let experiment = shouldExpose + ? client.getExperiment(experimentName) + : client.getExperimentWithExposureLoggingDisabled(experimentName) + return experiment.getValue(forKey: paramName, defaultValue: defaultValue) + } + + + fileprivate func getMappedLayerValue( + _ client: StatsigClient, + _ param: [String: Any], + _ defaultValue: T + ) -> T { + guard + let layerName = param[ParamKeys.layerName] as? String, + let paramName = param[ParamKeys.paramName] as? String + else { + return defaultValue + } + + let layer = shouldExpose + ? client.getLayer(layerName) + : client.getLayerWithExposureLoggingDisabled(layerName) + return layer.getValue(forKey: paramName, defaultValue: defaultValue) + } + +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/PlatformCompatibility.swift b/dydx/Pods/Statsig/Sources/Statsig/PlatformCompatibility.swift new file mode 100644 index 000000000..2d5254282 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/PlatformCompatibility.swift @@ -0,0 +1,169 @@ +import Foundation + + +#if TEST + +struct DeviceInfo { + let systemVersion = "test.system.version" + let systemName = "test_system" + let model = "test_model" + let os = "testOS" +} + +class PlatformCompatibility +{ + static let willResignActiveNotification = NSNotification.Name(rawValue: "test.willResignActiveNotification") + static let willTerminateNotification = NSNotification.Name(rawValue:"test.willTerminateNotification") + static let didBecomeActiveNotification = NSNotification.Name(rawValue:"test.didBecomeActiveNotification") + + static let deviceInfo = DeviceInfo() + + static func getRootViewControllerClassName(_ callback: @escaping (_ name: String?) -> Void) { + callback(nil) + } +} + +#elseif os(watchOS) + +import WatchKit +import UIKit + +struct DeviceInfo { + let systemVersion = WKInterfaceDevice.current().systemVersion + let systemName = WKInterfaceDevice.current().systemName + let model = WKInterfaceDevice.current().model + let os = "watchOS" +} + +class PlatformCompatibility +{ + static let willResignActiveNotification = WKExtension.applicationWillResignActiveNotification + static let willTerminateNotification = NSNotification.Name(rawValue: "willTerminateNotification") + static let didBecomeActiveNotification = WKExtension.applicationDidBecomeActiveNotification + + static let deviceInfo = DeviceInfo() + + static func getRootViewControllerClassName(_ callback: @escaping (_ name: String?) -> Void) { + DispatchQueue.main.async { [callback] in + callback(nil) + } + } +} + +#elseif os(iOS) || os(tvOS) + +import UIKit + +struct DeviceInfo { + let systemVersion = UIDevice.current.systemVersion + let systemName = UIDevice.current.systemName + let model = UIDevice.current.model + let os = UIDevice.current.userInterfaceIdiom == .tv ? "tvOS" : "iOS" +} + +class PlatformCompatibility +{ + static let willResignActiveNotification = UIApplication.willResignActiveNotification + + static let willTerminateNotification = UIApplication.willTerminateNotification + static let didBecomeActiveNotification = UIApplication.didBecomeActiveNotification + + static let deviceInfo = DeviceInfo() + + static func getRootViewControllerClassName(_ callback: @escaping (_ name: String?) -> Void) { + DispatchQueue.main.async { [callback] in + if let klass = UIApplication.shared.keyWindow?.rootViewController?.classForCoder { + callback("\(klass)") + } else { + callback(nil) + } + } + } +} + +#elseif os(visionOS) + +import UIKit + +struct DeviceInfo { + let systemVersion = UIDevice.current.systemVersion + let systemName = UIDevice.current.systemName + let model = UIDevice.current.model + let os = "visionOS" +} + +class PlatformCompatibility +{ + static let willResignActiveNotification = UIApplication.willResignActiveNotification + static let willTerminateNotification = UIApplication.willTerminateNotification + static let didBecomeActiveNotification = UIApplication.didBecomeActiveNotification + + static let deviceInfo = DeviceInfo() + + static func getRootViewControllerClassName(_ callback: @escaping (_ name: String?) -> Void) { + DispatchQueue.main.async { [callback] in + let scene = UIApplication.shared.connectedScenes.first(where: { scene in + return scene.activationState == UIScene.ActivationState.foregroundActive + }) + + if let root = (scene?.delegate as? UIWindowSceneDelegate)?.window??.rootViewController { + callback("\(root)") + } else { + callback(nil) + } + } + } +} + +#elseif os(macOS) + +import AppKit +import IOKit + +struct DeviceInfo { + let systemVersion: String + let systemName = "macOS" + let model: String + let os = "macOS" + + init() { + let service = IOServiceGetMatchingService(kIOMasterPortDefault, IOServiceMatching("IOPlatformExpertDevice")) + if let data = IORegistryEntryCreateCFProperty(service, "model" as CFString, kCFAllocatorDefault, 0).takeRetainedValue() as? Data { + model = data.text?.trimmingCharacters(in: .controlCharacters) ?? "Unknown" + } else { + model = "Unknown" + } + + IOObjectRelease(service) + + let version = ProcessInfo.processInfo.operatingSystemVersion + systemVersion = "\(version.majorVersion).\(version.minorVersion).\(version.patchVersion)" + } +} + +class PlatformCompatibility +{ + static let willResignActiveNotification = NSApplication.willResignActiveNotification + static let willTerminateNotification = NSApplication.willTerminateNotification + static let didBecomeActiveNotification = NSApplication.didBecomeActiveNotification + + static let deviceInfo = DeviceInfo() + + static func getRootViewControllerClassName(_ callback: @escaping (_ name: String?) -> Void) { + DispatchQueue.main.async { [callback] in + if let klass = NSApplication.shared.keyWindow?.contentViewController?.classForCoder { + callback("\(klass)") + } else { + callback(nil) + } + } + } +} + +#else + +// No PlatformCompatibility (Won't Compile) + +#endif + + diff --git a/dydx/Pods/Statsig/Sources/Statsig/SDKKeyValidator.swift b/dydx/Pods/Statsig/Sources/Statsig/SDKKeyValidator.swift new file mode 100644 index 000000000..e5fa92513 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/SDKKeyValidator.swift @@ -0,0 +1,29 @@ +import Foundation + +class SDKKeyValidator { + static func validate( + _ sdkKey: String?, + _ values: [String: Any] + ) -> Bool { + guard let sdkKey = sdkKey, + let keyUsedHash = values["hashed_sdk_key_used"] as? String else { + return true + } + + if keyUsedHash == sdkKey.djb2() { + return true + } + + let exception = NSException( + name: NSExceptionName("StatsigSDKKeyMismatchError"), + reason: "The SDK key provided does not match the one used to generate values.", userInfo: nil + ) + + Statsig.errorBoundary.logException( + "SDKKeyValidator", + exception: exception + ) + + return false + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Statsig.swift b/dydx/Pods/Statsig/Sources/Statsig/Statsig.swift new file mode 100644 index 000000000..24af2d821 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Statsig.swift @@ -0,0 +1,684 @@ +import Foundation + +#if canImport(StatsigInternalObjC) +import StatsigInternalObjC +#endif + +public typealias completionBlock = ((_ errorMessage: String?) -> Void)? + +public class Statsig { + internal static var client: StatsigClient? + internal static var errorBoundary: ErrorBoundary = ErrorBoundary() + internal static var pendingListeners: [StatsigListening] = [] + + /** + Initializes the Statsig SDK. Fetching latest values from Statsig. + Default values will be returned until initialization is compelete. + + Parameters: + - sdkKey: The client SDK key copied from console.statsig.com + - user: The user to check values against + - options: Configuration options for the Statsig SDK + - completion: A callback function for when initialization completes. If an error occurred during initialization, a error message string will be passed to the callback. + + SeeAlso: [Initialization Documentation](https://docs.statsig.com/client/iosClientSDK#step-3---initialize-the-sdk) + */ + public static func start(sdkKey: String, user: StatsigUser? = nil, options: StatsigOptions? = nil, + completion: completionBlock = nil) + { + if client != nil { + completion?("Statsig has already started!") + return + } + + if sdkKey.isEmpty || sdkKey.starts(with: "secret-") { + completion?("Must use a valid client SDK key.") + return + } + + func _initialize() { + errorBoundary = ErrorBoundary( + key: sdkKey, deviceEnvironment: DeviceEnvironment.explicitGet() + ) + + errorBoundary.capture("initialize") { + client = StatsigClient(sdkKey: sdkKey, user: user, options: options, completion: completion) + addPendingListeners() + } + } + + if options?.enableCacheByFile == true { + DispatchQueue.main.async { + StatsigUserDefaults.defaults = FileBasedUserDefaults() + _initialize() + } + } else { + _initialize() + } + } + + /** + Whether Statsig initialization has been completed. + + SeeAlso [StatsigListening](https://docs.statsig.com/client/iosClientSDK#statsiglistening) + */ + public static func isInitialized() -> Bool { + guard let client = client else { + print("[Statsig]: Statsig.start has not been called.") + return false + } + + return client.isInitialized() + } + + /** + Adds a delegate to be called during initializaiton and update user steps. + + Parameters: + - listener: The class that implements the StatsigListening protocol + + SeeAlso [StatsigListening](https://docs.statsig.com/client/iosClientSDK#statsiglistening) + */ + public static func addListener(_ listener: StatsigListening) + { + guard let client = client else { + pendingListeners.append(listener) + return + } + + client.addListener(listener) + } + + /** + Gets the boolean result of a gate for the current user. An exposure event will automatically be logged for the given gate. + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + + SeeAlso [Gate Documentation](https://docs.statsig.com/feature-gates/working-with) + */ + public static func checkGate(_ gateName: String) -> Bool { + return checkGateImpl(gateName, withExposures: true, functionName: funcName()).value + } + + /** + Gets the boolean result of a gate for the current user. No exposure events will be logged. + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + + SeeAlso [Gate Documentation](https://docs.statsig.com/feature-gates/working-with) + */ + public static func checkGateWithExposureLoggingDisabled(_ gateName: String) -> Bool { + return checkGateImpl(gateName, withExposures: false, functionName: funcName()).value + } + + /** + Get the value for the given feature gate + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + + SeeAlso [Gate Documentation](https://docs.statsig.com/feature-gates/working-with) + */ + public static func getFeatureGate(_ gateName: String) -> FeatureGate { + return checkGateImpl(gateName, withExposures: true, functionName: funcName()) + } + + /** + Get the value for the given feature gate. No exposure event will be logged. + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + + SeeAlso [Gate Documentation](https://docs.statsig.com/feature-gates/working-with) + */ + public static func getFeatureGateWithExposureLoggingDisabled(_ gateName: String) -> FeatureGate { + return checkGateImpl(gateName, withExposures: false, functionName: funcName()) + } + + /** + Logs an exposure event for the given gate. Only required if a related checkGateWithExposureLoggingDisabled call has been made. + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + */ + public static func manuallyLogGateExposure(_ gateName: String) { + errorBoundary.capture("manuallyLogGateExposure") { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage("manuallyLogGateExposure")).") + return + } + + client.manuallyLogGateExposure(gateName) + } + } + + /** + Get the values for the given experiment or autotune. An exposure event will automatically be logged for the given experiment. + + Parameters: + - experimentName: The name of the experiment setup on console.statsig.com + - keepDeviceValue: Locks experiment values to the first time they are received. If an experiment changes, but the user has already been exposed, the original values are returned. This is not common practice. + + SeeAlso [Experiments Documentation](https://docs.statsig.com/experiments-plus) + */ + public static func getExperiment(_ experimentName: String, keepDeviceValue: Bool = false) -> DynamicConfig { + return getExperimentImpl(experimentName, keepDeviceValue: keepDeviceValue, withExposures: true, functionName: funcName()) + } + + /** + Get the values for the given experiment. No exposure events will be logged. + + Parameters: + - experimentName: The name of the experiment setup on console.statsig.com + - keepDeviceValue: Locks experiment values to the first time they are received. If an experiment changes, but the user has already been exposed, the original values are returned. This is not common practice. + + SeeAlso [Experiments Documentation](https://docs.statsig.com/experiments-plus) + */ + public static func getExperimentWithExposureLoggingDisabled(_ experimentName: String, keepDeviceValue: Bool = false) -> DynamicConfig { + return getExperimentImpl(experimentName, keepDeviceValue: keepDeviceValue, withExposures: false, functionName: funcName()) + } + + /** + Logs an exposure event for the given experiment. Only required if a related getExperimentWithExposureLoggingDisabled has been made. + + Parameters: + - experimentName: The name of the experiment setup on console.statsig.com + */ + public static func manuallyLogExperimentExposure(_ experimentName: String, keepDeviceValue: Bool = false) { + errorBoundary.capture("manuallyLogExperimentExposure") { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage("manuallyLogExperimentExposure")).") + return + } + + client.manuallyLogExperimentExposure(experimentName, keepDeviceValue: keepDeviceValue) + } + } + + /** + Get the values for the given dynamic config. An exposure event will automatically be logged for the given dynamic config. + + Parameters: + - configName: The name of the dynamic config setup on console.statsig.com + + SeeAlso [Dynamic Config Documentation](https://docs.statsig.com/dynamic-config) + */ + public static func getConfig(_ configName: String) -> DynamicConfig { + return getConfigImpl(configName, withExposures: true, functionName: funcName()) + } + + /** + Get the values for the given dynamic config. No exposure event will be logged. + + Parameters: + - configName: The name of the dynamic config setup on console.statsig.com + + SeeAlso [Dynamic Config Documentation](https://docs.statsig.com/dynamic-config) + */ + public static func getConfigWithExposureLoggingDisabled(_ configName: String) -> DynamicConfig { + return getConfigImpl(configName, withExposures: false, functionName: funcName()) + } + + /** + Logs an exposure event for the given dynamic config. Only required if a related getConfigWithExposureLoggingDisabled call has been made. + + Parameters: + - experimentName: The name of the experiment setup on console.statsig.com + */ + public static func manuallyLogConfigExposure(_ configName: String) { + errorBoundary.capture("manuallyLogConfigExposure") { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage("manuallyLogConfigExposure")).") + return + } + + client.manuallyLogConfigExposure(configName) + } + } + + /** + Get the values for the given layer. Exposure events will be fired when getValue is called on the result Layer class. + + Parameters: + - layerName: The name of the layer setup on console.statsig.com + - keepDeviceValue: Locks layer values to the first time they are received. If an layer values change, but the user has already been exposed, the original values are returned. This is not common practice. + + SeeAlso [Layers Documentation](https://docs.statsig.com/layers) + */ + public static func getLayer(_ layerName: String, keepDeviceValue: Bool = false) -> Layer { + return getLayerImpl(layerName, keepDeviceValue: keepDeviceValue, withExposures: true, functionName: funcName()) + } + + /** + Get the values for the given layer. No exposure events will be fired. + + Parameters: + - layerName: The name of the layer setup on console.statsig.com + - keepDeviceValue: Locks layer values to the first time they are received. If an layer values change, but the user has already been exposed, the original values are returned. This is not common practice. + + SeeAlso [Layers Documentation](https://docs.statsig.com/layers) + */ + public static func getLayerWithExposureLoggingDisabled(_ layerName: String, keepDeviceValue: Bool = false) -> Layer { + return getLayerImpl(layerName, keepDeviceValue: keepDeviceValue, withExposures: false, functionName: funcName()) + } + + /** + + */ + public static func getParameterStore( + _ storeName: String + ) -> ParameterStore { + return getParameterStoreImpl( + storeName, + withExposures: true, + functionName: funcName() + ) + } + + public static func getParameterStoreWithExposureLoggingDisabled( + _ storeName: String + ) -> ParameterStore { + return getParameterStoreImpl( + storeName, + withExposures: false, + functionName: funcName() + ) + } + + /** + Logs an exposure event for the given layer parameter. Only required if a related getLayerWithExposureLoggingDisabled call has been made. + + Parameters: + - layerName: The name of the layer setup on console.statsig.com + - parameterName: The name of the parameter that was checked. + */ + public static func manuallyLogLayerParameterExposure(_ layerName: String, _ parameterName: String, keepDeviceValue: Bool = false) { + errorBoundary.capture("manuallyLogLayerParameterExposure") { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage("manuallyLogLayerParameterExposure")).") + return + } + + client.manuallyLogLayerParameterExposure(layerName, parameterName, keepDeviceValue: keepDeviceValue) + } + } + + /** + Logs an exposure event for the given feature gate. Only required if a related getFeatureGateWithExposureLoggingDisabled call has been made. + + Parameters: + - gate: The the feature gate class of a feature gate setup on console.statsig.com + */ + public static func manuallyLogExposure(_ gate: FeatureGate) { + errorBoundary.capture("manuallyLogExposure:gate") { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage("manuallyLogExposure")).") + return + } + + client.manuallyLogExposure(gate) + } + } + + /** + Logs an exposure event for the given dynamic config. Only required if a related getConfigWithExposureLoggingDisabled or getExperimentWithExposureLoggingDisabled call has been made. + + Parameters: + - config: The dynamic config class of an experiment, autotune, or dynamic config setup on console.statsig.com + */ + public static func manuallyLogExposure(_ config: DynamicConfig) { + errorBoundary.capture("manuallyLogExposure:config") { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage("manuallyLogExposure")).") + return + } + + client.manuallyLogExposure(config) + } + } + + /** + Logs an exposure event for the given layer. Only required if a related getLayerWithExposureLoggingDisabled call has been made. + + Parameters: + - layer: The layer class of a layer setup on console.statsig.com + - paramterName: The name of the layer parameter that was checked + */ + public static func manuallyLogExposure(_ layer: Layer, parameterName: String) { + errorBoundary.capture("manuallyLogExposure:layer") { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage("manuallyLogExposure")).") + return + } + + client.logLayerParameterExposureForLayer(layer, parameterName: parameterName, isManualExposure: true) + } + } + + /** + Logs an event to Statsig with the provided values. + + Parameters: + - withName: The name of the event + - metadata: Any extra values to be logged with the event + */ + public static func logEvent(_ withName: String, metadata: [String: String]? = nil) { + errorBoundary.capture("") { + client?.logEvent(withName, metadata: metadata) + } + } + + /** + Logs an event to Statsig with the provided values. + + Parameters: + - withName: The name of the event + - value: A top level value for the event + - metadata: Any extra values to be logged with the event + */ + public static func logEvent(_ withName: String, value: String, metadata: [String: String]? = nil) { + errorBoundary.capture("") { + client?.logEvent(withName, value: value, metadata: metadata) + } + } + + /** + Logs an event to Statsig with the provided values. + + Parameters: + - withName: The name of the event + - value: A top level value for the event + - metadata: Any extra key/value pairs to be logged with the event + */ + public static func logEvent(_ withName: String, value: Double, metadata: [String: String]? = nil) { + errorBoundary.capture("") { + client?.logEvent(withName, value: value, metadata: metadata) + } + } + + /** + Switches the user and pulls new values for that user from Statsig. + If `values` passed in, updates ther user using these values rather than fetching updates. + Default values will be returned until the update is complete. + + Parameters: + - user: The new user + - values: The updated values to be associated with the user. + - completion: A callback block called when the new values/update operation have been received. May be called with an error message string if the fetch fails. + */ + public static func updateUser(_ user: StatsigUser, values: [String: Any]? = nil, completion: completionBlock = nil) { + errorBoundary.capture("updateUser") { [weak client] in + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage("updateUser")).") + completion?("\(getUnstartedErrorMessage("updateUser")).") + return + } + + client.updateUser(user, values: values, completion: completion) + } + } + + /** + Manually triggered the refreshing process for the current user + + Parameters: + - completion: A callback block called when the new values/update operation have been received. May be called with an error message string if the fetch fails. + */ + public static func refreshCache(_ completion: completionBlock = nil) { + errorBoundary.capture("refreshCache") { [weak client] in + guard let client = client else { + let message = getUnstartedErrorMessage() + print("[Statsig]: \(message).") + completion?(message) + return + } + + client.refreshCache(completion) + } + } + + /** + Stops all Statsig activity and flushes any pending events. + */ + public static func shutdown() { + errorBoundary.capture("shutdown") { + client?.shutdown() + client = nil + } + } + + /** + Manually triggers a flush of any queued events. + */ + public static func flush() { + errorBoundary.capture("flush") { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage()).") + return + } + + client.flush() + } + } + + /** + The generated identifier that exists across users + */ + public static func getStableID() -> String? { + var result:String? = nil + errorBoundary.capture("getStableID") { + result = client?.getStableID() + } + return result + } + + /** + Sets a value to be returned for the given gate instead of the actual evaluated value. + + Parameters: + - gateName: The name of the gate to be overridden + - value: The value that will be returned + */ + public static func overrideGate(_ gateName: String, value: Bool) { + errorBoundary.capture("overrideGate") { + client?.overrideGate(gateName, value: value) + } + } + + /** + Sets a value to be returned for the given dynamic config/experiment instead of the actual evaluated value. + + Parameters: + - configName: The name of the config or experiment to be overridden + - value: The value that the resulting DynamicConfig will contain + */ + public static func overrideConfig(_ configName: String, value: [String: Any]) { + errorBoundary.capture("overrideConfig") { + client?.overrideConfig(configName, value: value) + } + } + + /** + Sets a value to be returned for the given layer instead of the actual evaluated value. + + Parameters: + - layerName: The name of the layer to be overridden + - value: The value that the resulting Layer will contain + */ + public static func overrideLayer(_ layerName: String, value: [String: Any]) { + errorBoundary.capture("overrideLayer") { + client?.overrideLayer(layerName, value: value) + } + } + + /** + Clears any overridden value for the given gate/dynamic config/experiment. + + Parameters: + - name: The name of the gate/dynamic config/experiment to clear + */ + public static func removeOverride(_ name: String) { + errorBoundary.capture("removeOverride") { + client?.removeOverride(name) + } + } + + /** + Clears all overriden values. + */ + public static func removeAllOverrides() { + errorBoundary.capture("removeAllOverrides") { + client?.removeAllOverrides() + } + } + + /** + Returns all values that are currently overriden. + */ + public static func getAllOverrides() -> StatsigOverrides? { + var result: StatsigOverrides? = nil + errorBoundary.capture("getAllOverrides") { + result = client?.getAllOverrides() + } + return result + } + + /** + Presents a view of the current internal state of the SDK. + */ + public static func openDebugView(_ callback: DebuggerCallback? = nil) { + errorBoundary.capture("openDebugView") { + client?.openDebugView(callback) + } + } + + /** + Returns the raw values that the SDK is using internally to provide gate/config/layer results + */ + public static func getInitializeResponseJson() -> ExternalInitializeResponse { + var result = ExternalInitializeResponse.uninitialized() + errorBoundary.capture("getInitializeResponseJson") { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage()).") + return + } + result = client.getInitializeResponseJson() + } + return result + } + + // + // MARK: - Private + // + + private static func checkGateImpl(_ gateName: String, withExposures: Bool, functionName: String) -> FeatureGate { + var result: FeatureGate = FeatureGate( + name: gateName, + value: false, + ruleID: "", + evalDetails: .uninitialized()) + errorBoundary.capture(functionName) { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage(functionName)). Returning false as the default.") + return + } + + result = withExposures + ? client.getFeatureGate(gateName) + : client.getFeatureGateWithExposureLoggingDisabled(gateName) + } + + return result + } + + private static func getExperimentImpl(_ experimentName: String, keepDeviceValue: Bool, withExposures: Bool, functionName: String) -> DynamicConfig { + var result: DynamicConfig = getEmptyConfig(experimentName) + errorBoundary.capture(functionName) { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage(functionName)). Returning a dummy DynamicConfig that will only return default values.") + return + } + + result = withExposures + ? client.getExperiment(experimentName, keepDeviceValue: keepDeviceValue) + : client.getExperimentWithExposureLoggingDisabled(experimentName, keepDeviceValue: keepDeviceValue) + } + return result + } + + private static func getConfigImpl(_ configName: String, withExposures: Bool, functionName: String) -> DynamicConfig { + var result: DynamicConfig = getEmptyConfig(configName) + errorBoundary.capture(functionName) { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage(functionName)). Returning a dummy DynamicConfig that will only return default values.") + return + } + + result = withExposures + ? client.getConfig(configName) + : client.getConfigWithExposureLoggingDisabled(configName) + } + return result + } + + private static func getLayerImpl( + _ layerName: String, + keepDeviceValue: Bool, + withExposures: Bool, + functionName: String + ) -> Layer { + var result: Layer = Layer(client: nil, name: layerName, evalDetails: .uninitialized()) + errorBoundary.capture(functionName) { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage(functionName)). Returning an empty Layer object") + return + } + + result = withExposures + ? client.getLayer(layerName, keepDeviceValue: keepDeviceValue) + : client.getLayerWithExposureLoggingDisabled(layerName, keepDeviceValue: keepDeviceValue) + } + return result + } + + private static func getParameterStoreImpl( + _ storeName: String, + withExposures: Bool, + functionName: String + ) -> ParameterStore { + var result: ParameterStore? = nil + errorBoundary.capture(functionName) { + guard let client = client else { + print("[Statsig]: \(getUnstartedErrorMessage(functionName)). Returning a dummy ParameterStore that will only return default values.") + return + } + + result = withExposures ? client.getParameterStore(storeName) : client.getParameterStoreWithExposureLoggingDisabled(storeName) + } + return result ?? ParameterStore( + name: storeName, + evaluationDetails: .uninitialized() + ) + } + + private static func getEmptyConfig(_ name: String) -> DynamicConfig { + return DynamicConfig(configName: name, evalDetails: .uninitialized()) + } + + private static func addPendingListeners() { + for listener in pendingListeners { + client?.addListener(listener) + } + pendingListeners.removeAll() + } + + private static func funcName(_ name: String = #function) -> String { + return name.components(separatedBy: "(").first ?? name + } + + private static func getUnstartedErrorMessage(_ functionName: String = #function) -> String { + return "Must start Statsig first and wait for it to complete before calling \(functionName)" + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigClient+AppLifecycle.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigClient+AppLifecycle.swift new file mode 100644 index 000000000..9faa01bde --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigClient+AppLifecycle.swift @@ -0,0 +1,51 @@ +import Foundation + +extension StatsigClient { + internal func subscribeToApplicationLifecycle() { + let center = NotificationCenter.default + + center.addObserver( + self, + selector: #selector(appWillBackground), + name: PlatformCompatibility.willResignActiveNotification, + object: nil) + + center.addObserver( + self, + selector: #selector(appWillTerminate), + name: PlatformCompatibility.willTerminateNotification, + object: nil) + + center.addObserver( + self, + selector: #selector(appDidBecomeActive), + name: PlatformCompatibility.didBecomeActiveNotification, + object: nil) + } + + internal func unsubscribeFromApplicationLifecycle() { + NotificationCenter.default.removeObserver(self) + } + + @objc private func appDidBecomeActive() { + logger.start() + } + + @objc private func appWillBackground() { + DispatchQueue.global().async { [weak self] in + guard let self = self else { + return + } + + if (self.statsigOptions.shutdownOnBackground) { + self.logger.stop() + } else { + self.logger.flush() + } + } + } + + @objc private func appWillTerminate() { + logger.stop() + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigClient.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigClient.swift new file mode 100644 index 000000000..f64593f09 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigClient.swift @@ -0,0 +1,813 @@ +import Foundation + +public class StatsigClient { + private static let exposureDedupeQueueLabel = "com.Statsig.exposureDedupeQueue" + + internal var logger: EventLogger + internal var statsigOptions: StatsigOptions + + private var sdkKey: String + private var currentUser: StatsigUser + private var store: InternalStore + private var networkService: NetworkService + private var syncTimer: Timer? + private var loggedExposures: [String: TimeInterval] + private var listeners: [() -> StatsigListening?] = [] + private var hasInitialized: Bool = false + private var lastInitializeError: String? + + private let exposureDedupeQueue = DispatchQueue(label: exposureDedupeQueueLabel, qos: .userInitiated, attributes: .concurrent) + + let maxEventNameLength = 64 + + /** + Initializes the Statsig SDK. Fetching latest values from Statsig. + Default values will be returned until initialization is compelete. + + Parameters: + - sdkKey: The client SDK key copied from console.statsig.com + - user: The user to check values against + - options: Configuration options for the Statsig SDK + - completion: A callback function for when initialization completes. If an error occurred during initialization, a error message string will be passed to the callback. + + SeeAlso: [Initialization Documentation](https://docs.statsig.com/client/iosClientSDK#step-3---initialize-the-sdk) + */ + public init( + sdkKey: String, + user: StatsigUser? = nil, + options: StatsigOptions? = nil, + completion: completionBlock = nil + ) { + Diagnostics.boot(options) + Diagnostics.mark?.overall.start(); + + self.sdkKey = sdkKey + self.currentUser = StatsigClient.normalizeUser(user, options: options) + self.statsigOptions = options ?? StatsigOptions() + self.store = InternalStore(sdkKey, self.currentUser, options: statsigOptions) + self.networkService = NetworkService(sdkKey: sdkKey, options: statsigOptions, store: store) + self.logger = EventLogger(sdkKey: sdkKey, user: currentUser, networkService: networkService) + self.logger.start() + self.loggedExposures = [String: TimeInterval]() + + subscribeToApplicationLifecycle() + + let capturedUser = self.currentUser + let _onComplete: (String?) -> Void = { [weak self, completion] error in + guard let self = self else { + return + } + + if (self.statsigOptions.enableAutoValueUpdate) { + self.scheduleRepeatingSync() + } + + self.hasInitialized = true + self.lastInitializeError = error + self.notifyOnInitializedListeners(error) + + Diagnostics.mark?.overall.end( + success: error == nil, + details: self.store.cache.getEvaluationDetails(), + errorMessage: error + ) + Diagnostics.log(self.logger, user: capturedUser, context: .initialize) + + completion?(error) + } + + if (options?.initializeValues != nil) { + _onComplete(nil) + } else { + fetchValuesFromNetwork(completion: _onComplete) + } + } + + deinit { + unsubscribeFromApplicationLifecycle() + } + + /** + Whether Statsig initialization has been completed. + + SeeAlso [StatsigListening](https://docs.statsig.com/client/iosClientSDK#statsiglistening) + */ + public func isInitialized() -> Bool { + return hasInitialized + } + + /** + Adds a delegate to be called during initializaiton and update user steps. + + Parameters: + - listener: The class that implements the StatsigListening protocol + + SeeAlso [StatsigListening](https://docs.statsig.com/client/iosClientSDK#statsiglistening) + */ + public func addListener(_ listener: StatsigListening) { + if (hasInitialized) { + listener.onInitialized(lastInitializeError) + } + listeners.append({ [weak listener] in return listener }) + } + + /** + Switches the user and pulls new values for that user from Statsig. + Default values will be returned until the update is complete. + + Parameters: + - user: The new user + - completion: A callback block called when the new values have been received. May be called with an error message string if the fetch fails. + */ + public func updateUser(_ user: StatsigUser, values: [String: Any]? = nil, completion: completionBlock = nil) { + exposureDedupeQueue.async(flags: .barrier) { [weak self] in + self?.loggedExposures.removeAll() + } + + self.updateUserImpl(user, values: values, completion: completion) + } + + /** + Manually triggered the refreshing process for the current user + + Parameters: + - completion: A callback block called when the new values/update operation have been received. May be called with an error message string if the fetch fails. + */ + public func refreshCache(_ completion: completionBlock = nil) { + self.updateUser(self.currentUser, completion: completion) + } + + /** + Stops all Statsig activity and flushes any pending events. + */ + public func shutdown() { + logger.stop() + Diagnostics.shutdown() + syncTimer?.invalidate() + } + + /** + Manually triggers a flush of any queued events. + */ + public func flush() { + logger.flush() + } + + /** + The generated identifier that exists across users + */ + public func getStableID() -> String? { + return currentUser.deviceEnvironment["stableID"] as? String + } + + /** + Presents a view of the current internal state of the SDK. + */ + public func openDebugView(_ callback: DebuggerCallback? = nil) { + let cache = store.cache + let reason = cache.getEvaluationDetails().getDetailedReason() + let state: [String: Any?] = [ + "user": self.currentUser.toDictionary(forLogging: false), + "gates": cache.gates, + "configs": cache.configs, + "layers": cache.layers, + "evalReason": reason + ] + + DispatchQueue.main.async { [weak self] in + if let self = self { + DebugViewController.show(self.sdkKey, state, callback) + } + } + } + + /** + Returns the raw values that the SDK is using internally to provide gate/config/layer results + */ + public func getInitializeResponseJson() -> ExternalInitializeResponse { + var values: String? = nil + let dict: [String: Any?] = [ + "feature_gates": self.store.cache.gates, + "dynamic_configs": self.store.cache.configs, + "layer_configs": self.store.cache.layers, + "hash_used": self.store.cache.hashUsed, + "time": self.store.cache.userCache["time"] + ] + + if JSONSerialization.isValidJSONObject(dict), + let data = try? JSONSerialization.data(withJSONObject: dict), + let json = data.text { + values = json + } + + return ExternalInitializeResponse( + values: values, + evaluationDetails: store.cache.getEvaluationDetails() + ) + } +} + +// MARK: Feature Gates +extension StatsigClient { + /** + Gets the Bool value of a gate for the current user. An exposure event will automatically be logged for the given gate. + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + + SeeAlso [Gate Documentation](https://docs.statsig.com/feature-gates/working-with) + */ + public func checkGate(_ gateName: String) -> Bool { + return getFeatureGate(gateName).value + } + + /** + Gets the FeatureGate result of a gate for the current user. An exposure event will automatically be logged for the given gate. + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + + SeeAlso [Gate Documentation](https://docs.statsig.com/feature-gates/working-with) + */ + public func getFeatureGate(_ gateName: String) -> FeatureGate { + let gate = store.checkGate(forName: gateName) + logGateExposureForGate(gateName, gate: gate, isManualExposure: false) + if let cb = statsigOptions.evaluationCallback { + cb(.gate(gate)) + } + return gate + } + + /** + Gets the boolean result of a gate for the current user. No exposure events will be logged. + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + + SeeAlso [Gate Documentation](https://docs.statsig.com/feature-gates/working-with) + */ + public func checkGateWithExposureLoggingDisabled(_ gateName: String) -> Bool { + return getFeatureGateWithExposureLoggingDisabled(gateName).value + } + + /** + Gets the FeatureGate result of a gate for the current user. No exposure events will be logged. + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + + SeeAlso [Gate Documentation](https://docs.statsig.com/feature-gates/working-with) + */ + public func getFeatureGateWithExposureLoggingDisabled(_ gateName: String) -> FeatureGate { + logger.incrementNonExposedCheck(gateName) + let gate = store.checkGate(forName: gateName) + if let cb = statsigOptions.evaluationCallback { + cb(.gate(gate)) + } + return gate; + } + + /** + Logs an exposure event for the given gate. Only required if a related checkGateWithExposureLoggingDisabled call has been made. + + Parameters: + - gateName: The name of the feature gate setup on console.statsig.com + */ + public func manuallyLogGateExposure(_ gateName: String) { + logGateExposure(gateName) + } + + /** + Logs an exposure event for the given feature gate. Only required if a related getFeatureGateWithExposureLoggingDisabled call has been made. + + Parameters: + - gate: The the feature gate class of a feature gate setup on console.statsig.com + */ + public func manuallyLogExposure(_ gate: FeatureGate) { + logGateExposureForGate(gate.name, gate: gate, isManualExposure: true) + } + + private func logGateExposure(_ gateName: String, gate: FeatureGate? = nil) { + let isManualExposure = gate == nil + let gate = gate ?? store.checkGate(forName: gateName) + + logGateExposureForGate(gateName, gate: gate, isManualExposure: isManualExposure) + } + + private func logGateExposureForGate(_ gateName: String, gate: FeatureGate, isManualExposure: Bool) { + let gateValue = gate.value + let ruleID = gate.ruleID + let dedupeKey = gateName + (gateValue ? "true" : "false") + ruleID + gate.evaluationDetails.getDetailedReason() + + if shouldLogExposure(key: dedupeKey) { + logger.log( + Event.gateExposure( + user: currentUser, + gateName: gateName, + gateValue: gateValue, + ruleID: ruleID, + secondaryExposures: gate.secondaryExposures, + evalDetails: gate.evaluationDetails, + disableCurrentVCLogging: statsigOptions.disableCurrentVCLogging) + .withManualExposureFlag(isManualExposure)) + } + } +} + + +// MARK: Dynamic Configs +extension StatsigClient { + /** + Get the values for the given dynamic config. An exposure event will automatically be logged for the given dynamic config. + + Parameters: + - configName: The name of the dynamic config setup on console.statsig.com + + SeeAlso [Dynamic Config Documentation](https://docs.statsig.com/dynamic-config) + */ + public func getConfig(_ configName: String) -> DynamicConfig { + let config = store.getConfig(forName: configName) + logConfigExposureForConfig(configName, config: config, isManualExposure: false) + if let cb = statsigOptions.evaluationCallback { + cb(.config(config)) + } + return config + } + + /** + Get the values for the given dynamic config. No exposure event will be logged. + + Parameters: + - configName: The name of the dynamic config setup on console.statsig.com + + SeeAlso [Dynamic Config Documentation](https://docs.statsig.com/dynamic-config) + */ + public func getConfigWithExposureLoggingDisabled(_ configName: String) -> DynamicConfig { + logger.incrementNonExposedCheck(configName) + let config = store.getConfig(forName: configName) + if let cb = statsigOptions.evaluationCallback { + cb(.config(config)) + } + return config + } + + /** + Logs an exposure event for the given dynamic config. Only required if a related getConfigWithExposureLoggingDisabled call has been made. + + Parameters: + - experimentName: The name of the experiment setup on console.statsig.com + */ + public func manuallyLogConfigExposure(_ configName: String) { + logConfigExposure(configName) + } + + /** + Logs an exposure event for the given dynamic config. Only required if a related getConfigWithExposureLoggingDisabled or getExperimentWithExposureLoggingDisabled call has been made. + + Parameters: + - config: The dynamic config class of an experiment, autotune, or dynamic config setup on console.statsig.com + */ + public func manuallyLogExposure(_ config: DynamicConfig) { + logConfigExposureForConfig(config.name, config: config, isManualExposure: true) + } + + private func logConfigExposure(_ configName: String, config: DynamicConfig? = nil) { + let isManualExposure = config == nil + let config = config ?? store.getConfig(forName: configName) + logConfigExposureForConfig(configName, config: config, isManualExposure: isManualExposure) + } + + private func logConfigExposureForConfig(_ configName: String, config: DynamicConfig, isManualExposure: Bool) { + let ruleID = config.ruleID + let dedupeKey = configName + ruleID + config.evaluationDetails.getDetailedReason() + + if shouldLogExposure(key: dedupeKey) { + logger.log( + Event.configExposure( + user: currentUser, + configName: configName, + ruleID: config.ruleID, + secondaryExposures: config.secondaryExposures, + evalDetails: config.evaluationDetails, + disableCurrentVCLogging: statsigOptions.disableCurrentVCLogging) + .withManualExposureFlag(isManualExposure)) + } + } +} + + +// MARK: Experiments +extension StatsigClient { + /** + Get the values for the given experiment or autotune. An exposure event will automatically be logged for the given experiment. + + Parameters: + - experimentName: The name of the experiment setup on console.statsig.com + - keepDeviceValue: Locks experiment values to the first time they are received. If an experiment changes, but the user has already been exposed, the original values are returned. This is not common practice. + + SeeAlso [Experiments Documentation](https://docs.statsig.com/experiments-plus) + */ + public func getExperiment(_ experimentName: String, keepDeviceValue: Bool = false) -> DynamicConfig { + let experiment = store.getExperiment(forName: experimentName, keepDeviceValue: keepDeviceValue) + logConfigExposureForConfig(experimentName, config: experiment, isManualExposure: false) + if let cb = statsigOptions.evaluationCallback { + cb(.experiment(experiment)) + } + return experiment + } + + /** + Get the values for the given experiment. No exposure events will be logged. + + Parameters: + - experimentName: The name of the experiment setup on console.statsig.com + - keepDeviceValue: Locks experiment values to the first time they are received. If an experiment changes, but the user has already been exposed, the original values are returned. This is not common practice. + + SeeAlso [Experiments Documentation](https://docs.statsig.com/experiments-plus) + */ + public func getExperimentWithExposureLoggingDisabled(_ experimentName: String, keepDeviceValue: Bool = false) -> DynamicConfig { + logger.incrementNonExposedCheck(experimentName) + let experiment = store.getExperiment(forName: experimentName, keepDeviceValue: keepDeviceValue) + if let cb = statsigOptions.evaluationCallback { + cb(.experiment(experiment)) + } + return experiment + } + + /** + Logs an exposure event for the given experiment. Only required if a related getExperimentWithExposureLoggingDisabled has been made. + + Parameters: + - experimentName: The name of the experiment setup on console.statsig.com + */ + public func manuallyLogExperimentExposure(_ experimentName: String, keepDeviceValue: Bool = false) { + logExperimentExposure(experimentName, keepDeviceValue: keepDeviceValue) + } + + private func logExperimentExposure(_ experimentName: String, keepDeviceValue: Bool, experiment: DynamicConfig? = nil) { + let isManualExposure = experiment == nil + let experiment = experiment ?? store.getExperiment(forName: experimentName, keepDeviceValue: keepDeviceValue) + logConfigExposureForConfig(experimentName, config: experiment, isManualExposure: isManualExposure) + } +} + + +// MARK: Layers +extension StatsigClient { + /** + Get the values for the given layer. Exposure events will be fired when getValue is called on the result Layer class. + + Parameters: + - layerName: The name of the layer setup on console.statsig.com + - keepDeviceValue: Locks layer values to the first time they are received. If an layer values change, but the user has already been exposed, the original values are returned. This is not common practice. + + SeeAlso [Layers Documentation](https://docs.statsig.com/layers) + */ + public func getLayer(_ layerName: String, keepDeviceValue: Bool = false) -> Layer { + let layer = store.getLayer(client: self, forName: layerName, keepDeviceValue: keepDeviceValue) + if let cb = statsigOptions.evaluationCallback { + cb(.layer(layer)) + } + return layer + } + + /** + Get the values for the given layer. No exposure events will be fired. + + Parameters: + - layerName: The name of the layer setup on console.statsig.com + - keepDeviceValue: Locks layer values to the first time they are received. If an layer values change, but the user has already been exposed, the original values are returned. This is not common practice. + + SeeAlso [Layers Documentation](https://docs.statsig.com/layers) + */ + public func getLayerWithExposureLoggingDisabled(_ layerName: String, keepDeviceValue: Bool = false) -> Layer { + logger.incrementNonExposedCheck(layerName) + let layer = store.getLayer(client: nil, forName: layerName, keepDeviceValue: keepDeviceValue) + if let cb = statsigOptions.evaluationCallback { + cb(.layer(layer)) + } + return layer + } + + /** + Logs an exposure event for the given layer parameter. Only required if a related getLayerWithExposureLoggingDisabled call has been made. + + Parameters: + - layerName: The name of the layer setup on console.statsig.com + - parameterName: The name of the parameter that was checked. + */ + public func manuallyLogLayerParameterExposure(_ layerName: String, _ parameterName: String, keepDeviceValue: Bool = false) { + let layer = getLayer(layerName, keepDeviceValue: keepDeviceValue) + logLayerParameterExposureForLayer(layer, parameterName: parameterName, isManualExposure: true) + } + + internal func logLayerParameterExposureForLayer(_ layer: Layer, parameterName: String, isManualExposure: Bool) { + var exposures = layer.undelegatedSecondaryExposures + var allocatedExperiment = "" + let isExplicit = layer.explicitParameters.contains(parameterName) + if isExplicit { + exposures = layer.secondaryExposures + allocatedExperiment = layer.allocatedExperimentName + } + + let dedupeKey = [ + layer.name, + layer.ruleID, + allocatedExperiment, + parameterName, + "\(isExplicit)", + layer.evaluationDetails.getDetailedReason() + ].joined(separator: "|") + + if shouldLogExposure(key: dedupeKey) { + logger.log( + Event.layerExposure( + user: currentUser, + configName: layer.name, + ruleID: layer.ruleID, + secondaryExposures: exposures, + disableCurrentVCLogging: statsigOptions.disableCurrentVCLogging, + allocatedExperimentName: allocatedExperiment, + parameterName: parameterName, + isExplicitParameter: isExplicit, + evalDetails: layer.evaluationDetails + ) + .withManualExposureFlag(isManualExposure)) + } + } +} + +// MARK: Parameter Stores + +extension StatsigClient { + public func getParameterStore(_ storeName: String) -> ParameterStore { + return getParameterStoreImpl(storeName, shouldExpose: true) + } + + public func getParameterStoreWithExposureLoggingDisabled(_ storeName: String) -> ParameterStore { + return getParameterStoreImpl(storeName, shouldExpose: false) + } + + private func getParameterStoreImpl(_ storeName: String, shouldExpose: Bool) -> ParameterStore { + logger.incrementNonExposedCheck(storeName) + + var store = store.getParamStore(client: self, forName: storeName) + + store.shouldExpose = shouldExpose + + if let cb = statsigOptions.evaluationCallback { + cb(.parameterStore(store)) + } + + return store + } + +} + + +// MARK: Log Event +extension StatsigClient { + /** + Logs an event to Statsig with the provided values. + + Parameters: + - withName: The name of the event + - metadata: Any extra values to be logged with the event + */ + public func logEvent(_ withName: String, metadata: [String: String]? = nil) { + logEventImpl(withName, value: nil, metadata: metadata) + } + + /** + Logs an event to Statsig with the provided values. + + Parameters: + - withName: The name of the event + - value: A top level value for the event + - metadata: Any extra values to be logged with the event + */ + public func logEvent(_ withName: String, value: String, metadata: [String: String]? = nil) { + logEventImpl(withName, value: value, metadata: metadata) + } + + /** + Logs an event to Statsig with the provided values. + + Parameters: + - withName: The name of the event + - value: A top level value for the event + - metadata: Any extra key/value pairs to be logged with the event + */ + public func logEvent(_ withName: String, value: Double, metadata: [String: String]? = nil) { + logEventImpl(withName, value: value, metadata: metadata) + } + + + private func logEventImpl(_ withName: String, value: Any? = nil, metadata: [String: String]? = nil) { + var eventName = withName + + if eventName.isEmpty { + print("[Statsig]: Must log with a non-empty event name.") + return + } + if eventName.count > maxEventNameLength { + print("[Statsig]: Event name is too long. Trimming to \(maxEventNameLength).") + eventName = String(eventName.prefix(maxEventNameLength)) + } + if let metadata = metadata, !JSONSerialization.isValidJSONObject(metadata) { + print("[Statsig]: metadata is not a valid JSON object. Event is logged without metadata.") + logger.log( + Event( + user: currentUser, + name: eventName, + value: value, + metadata: nil, + disableCurrentVCLogging: statsigOptions.disableCurrentVCLogging) + ) + return + } + + logger.log( + Event( + user: currentUser, + name: eventName, + value: value, + metadata: metadata, + disableCurrentVCLogging: statsigOptions.disableCurrentVCLogging) + ) + } +} + +// MARK: Local Overrides +extension StatsigClient { + /** + Sets a value to be returned for the given gate instead of the actual evaluated value. + + Parameters: + - gateName: The name of the gate to be overridden + - value: The value that will be returned + */ + public func overrideGate(_ gateName: String, value: Bool) { + store.overrideGate(gateName, value) + } + + /** + Sets a value to be returned for the given dynamic config/experiment instead of the actual evaluated value. + + Parameters: + - configName: The name of the config or experiment to be overridden + - value: The value that the resulting DynamicConfig will contain + */ + public func overrideConfig(_ configName: String, value: [String: Any]) { + store.overrideConfig(configName, value) + } + + /** + Sets a value to be returned for the given layer instead of the actual evaluated value. + + Parameters: + - layerName: The name of the layer to be overridden + - value: The value that the resulting Layer will contain + */ + public func overrideLayer(_ layerName: String, value: [String: Any]) { + store.overrideLayer(layerName, value) + } + + /** + Clears any overridden value for the given gate/dynamic config/experiment. + + Parameters: + - name: The name of the gate/dynamic config/experiment to clear + */ + public func removeOverride(_ name: String) { + store.removeOverride(name) + } + + /** + Clears all overriden values. + */ + public func removeAllOverrides() { + store.removeAllOverrides() + } + + /** + Returns all values that are currently overriden. + */ + public func getAllOverrides() -> StatsigOverrides { + return store.getAllOverrides() + } +} + + +// MARK: Misc Private +extension StatsigClient { + private func fetchValuesFromNetwork(completion: completionBlock) { + let currentUser = self.currentUser + let sinceTime = self.store.getLastUpdateTime(user: currentUser) + let previousDerivedFields = self.store.getPreviousDerivedFields(user: currentUser) + + networkService.fetchInitialValues(for: currentUser, sinceTime: sinceTime, previousDerivedFields: previousDerivedFields) { [weak self] errorMessage in + if let self = self { + if let errorMessage = errorMessage { + self.logger.log(Event.statsigInternalEvent( + user: self.currentUser, + name: "fetch_values_failed", + value: nil, + metadata: ["error": errorMessage])) + } + } + + completion?(errorMessage) + } + } + + private func scheduleRepeatingSync() { + syncTimer?.invalidate() + + let timer = Timer( + timeInterval: self.statsigOptions.autoValueUpdateIntervalSec, + repeats: true, + block: { [weak self] _ in + self?.syncValuesForCurrentUser() + }) + syncTimer = timer + RunLoop.current.add(timer, forMode: .common) + } + + private func syncValuesForCurrentUser() { + let sinceTime = self.store.getLastUpdateTime(user: currentUser) + let previousDerivedFields = self.store.getPreviousDerivedFields(user: currentUser) + + self.networkService.fetchUpdatedValues( + for: currentUser, + lastSyncTimeForUser: sinceTime, + previousDerivedFields: previousDerivedFields) { [weak self] error in + self?.notifyOnUserUpdatedListeners(error) + } + } + + private static func normalizeUser(_ user: StatsigUser?, options: StatsigOptions?) -> StatsigUser { + var normalized = user ?? StatsigUser() + if let validationCallback = options?.userValidationCallback { + normalized = validationCallback(normalized) + } + normalized.statsigEnvironment = options?.environment ?? [:] + if let stableID = options?.overrideStableID { + normalized.setStableID(stableID) + } + return normalized + } + + private func shouldLogExposure(key: String) -> Bool { + return exposureDedupeQueue.sync { () -> Bool in + let now = Date().timeIntervalSince1970 + if let lastTime = loggedExposures[key], lastTime >= now - 600 { + // if the last time the exposure was logged was less than 10 mins ago, do not log exposure + return false + } + + exposureDedupeQueue.async(flags: .barrier) { [weak self] in + self?.loggedExposures[key] = now + } + return true + } + } + + private func updateUserImpl(_ user: StatsigUser, values: [String: Any]? = nil, completion: completionBlock = nil) { + currentUser = StatsigClient.normalizeUser(user, options: statsigOptions) + store.updateUser(currentUser, values: values) + logger.user = currentUser + + if values != nil { + completion?(nil) + return + } + + DispatchQueue.main.async { [weak self] in + self?.fetchValuesFromNetwork { [weak self, completion] error in + guard let self = self else { + return + } + + if self.statsigOptions.enableAutoValueUpdate { + self.scheduleRepeatingSync() + } + + self.notifyOnUserUpdatedListeners(error) + completion?(error) + } + } + } + + private func notifyOnInitializedListeners(_ error: String?) { + for listener in listeners { + listener()?.onInitialized(error) + } + } + + private func notifyOnUserUpdatedListeners(_ error: String?) { + for listener in listeners { + listener()?.onUserUpdated(error) + } + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigDynamicConfigValue.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigDynamicConfigValue.swift new file mode 100644 index 000000000..a628ae6b4 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigDynamicConfigValue.swift @@ -0,0 +1,47 @@ +import Foundation + +public protocol StatsigDynamicConfigValue {} + +extension Array: StatsigDynamicConfigValue {} + +extension Array where Element: StatsigDynamicConfigValue {} + +extension Bool: StatsigDynamicConfigValue {} + +extension Dictionary: StatsigDynamicConfigValue {} + +extension Double: StatsigDynamicConfigValue {} + +extension Int: StatsigDynamicConfigValue {} + +extension String: StatsigDynamicConfigValue {} + +extension String?: StatsigDynamicConfigValue {} + + +fileprivate struct TypeString { + static let boolean = "boolean" + static let number = "number" + static let string = "string" + static let array = "array" + static let object = "object" +} + +func getTypeOf(_ value: T) -> String? { + switch value { + case is Bool: + return TypeString.boolean + case is Int, is Double: + return TypeString.number + case is String, is Optional: + return TypeString.string + case is Array: + return TypeString.array + case is Dictionary: + return TypeString.object + default: + return nil + } +} + + diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigEnvironment.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigEnvironment.swift new file mode 100644 index 000000000..b24f274c2 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigEnvironment.swift @@ -0,0 +1,35 @@ +import Foundation + +/** + StatsigEnvironment is a class for you to set environment variables that apply to all of your users in the same session and will be used for targeting purposes. + */ +@objc public class StatsigEnvironment: NSObject { + @objc public enum EnvironmentTier: Int { + case Production + case Staging + case Development + } + + var params: [String: String] = [:] + + public init(tier: EnvironmentTier? = nil, additionalParams: [String: String]? = nil) { + if let additionalParams = additionalParams { + self.params = additionalParams + } + + if let tier = tier { + switch tier { + case .Production: + self.params["tier"] = "production" + case .Development: + self.params["tier"] = "development" + case .Staging: + self.params["tier"] = "staging" + } + } + } + + @objc public init(tier: String) { + self.params["tier"] = tier + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigError.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigError.swift new file mode 100644 index 000000000..94ae35c3b --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigError.swift @@ -0,0 +1,23 @@ +import Foundation + +enum StatsigError: Error { + case invalidJSONParam(String) + case invalidRequestURL(String) + case tooManyRequests(String) + case unexpectedError(String) +} + +extension StatsigError: LocalizedError { + var errorDescription: String? { + switch self { + case .invalidJSONParam(let paramName): + return NSLocalizedString("The param \(paramName) is not a valid JSON object.", comment: "") + case .invalidRequestURL(let requestType): + return NSLocalizedString("The request URL for \(requestType) is not valid.", comment: "") + case .tooManyRequests(let requestURL): + return NSLocalizedString("Too many requests made to \(requestURL).", comment: "") + case .unexpectedError(let context): + return NSLocalizedString("An unexpected error occured -- \(context)", comment: "") + } + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigListening.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigListening.swift new file mode 100644 index 000000000..35b150bd3 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigListening.swift @@ -0,0 +1,26 @@ +import Foundation + +/** + A delegate protocol that you can implement in your own class to be alerted when Statsig performs Initialize and Update operations. The implementor of this protocol should be handed to `Statsig.addListener`. + + The `StatsigListening` protocol has two optional methods that can be implemented: + + `onInitialized` - Will be called when the initialize request is returned in `Statsig.start()`. An error string may be passed to this function if something went wrong with the network request. + + `onUserUpdated` - Will be called when the network request for `Statsig.updateUser()` is returned. An error string may be passed to this function if something went wrong with the network request. + + */ +@objc public protocol StatsigListening: AnyObject { + func onInitialized(_ error: String?) + func onUserUpdated(_ error: String?) +} + +public extension StatsigListening { + func onInitialized(_ error: String?) { + + } + + func onUserUpdated(_ error: String?) { + + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigOptions.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigOptions.swift new file mode 100644 index 000000000..61b368393 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigOptions.swift @@ -0,0 +1,198 @@ +import Foundation + +internal let ApiHost = "api.statsig.com" + +/** + Configuration options for the StatsigSDK. + */ +public class StatsigOptions { + public enum EvaluationCallbackData { + case gate (FeatureGate) + case config (DynamicConfig) + case experiment (DynamicConfig) + case layer (Layer) + case parameterStore (ParameterStore) + } + + /** + Used to decide how long the Statsig client waits for the initial network request to respond before calling the completion block. The Statsig client will return either cached values (if any) or default values if checkGate/getConfig/getExperiment is called before the initial network request completes + */ + public var initTimeout = 3.0 + + /** + By default, any custom event your application logs with Statsig.logEvent() includes the current root View Controller. This is so we can generate user journey funnels for your users. You can set this parameter to true to disable this behavior. + */ + public var disableCurrentVCLogging = false + + /** + By default, feature values for a user are fetched once during Statsig.start and don't change throughout the session. Setting this value to true will make Statsig periodically fetch updated values for the current user. + */ + public var enableAutoValueUpdate = false + + /** + Only applies if StatsigOptions.enableAutoValueUpdate is true. Controls how fequently calls to refresh the current users values are made. Time is in Secibds and defaults to 60 seconds. + */ + public var autoValueUpdateIntervalSec = 60.0 + + /** + Overrides the auto generated StableID that is set for the device. + */ + public var overrideStableID: String? + + /** + Use file caching instead of UserDefaults. Useful if you are running into size limits with UserDefaults (ie tvOS) + */ + public var enableCacheByFile = false + + /** + Provide a Dictionary representing the "initiailize response" required to synchronously initialize the SDK. + This value can be obtained from a Statsig server SDK. + */ + public var initializeValues: [String: Any]? = nil + + /** + Prevent the SDK from sending useful debug information to Statsig + */ + public var disableDiagnostics = false; + + /** + When disabled, the SDK will not hash gate/config/experiment names, instead they will be readable as plain text. + Note: This requires special authorization from Statsig. Reach out to us if you are interested in this feature. + */ + public var disableHashing = false; + + /** + The SDK automatically shuts down when an app is put into the background. + If you need to use the SDK while your app is backgrounded, set this to false. + */ + public var shutdownOnBackground = true; + + /** + The API to use for all SDK network requests. You should not need to override this (unless you have another API that implements the Statsig API endpoints) + */ + public var api = "https://\(ApiHost)" { + didSet { + mainApiUrl = URL(string: api) ?? mainApiUrl + } + } + + /** + The API to use for log_event network requests. You should not need to override this (unless you have another API that implements the Statsig /v1/log_event endpoint) + */ + public var eventLoggingApi = "https://\(ApiHost)" { + didSet { + logEventApiUrl = URL(string: eventLoggingApi) ?? logEventApiUrl + } + } + + /** + A callback to validate the user on initialization/updateUser. + */ + public var userValidationCallback: ((StatsigUser) -> StatsigUser)? + + /** + A callback for when an evaluation is made against one of your configurations (gate, dynamic config, experiment or layer). + */ + public var evaluationCallback: ((EvaluationCallbackData) -> Void)? + + /** + Overrides the default cache key generation. Given the SDKKey and current StatsigUser, return a key to be used for storing values related to that user. + Default key is a hash of the sdkKey, user.userID, and user.customIDs. + */ + public var customCacheKey: ((String, StatsigUser) -> String)? + + /** + The URLSession to be used for network requests. By default, it is set to URLSession.shared. + This property can be customized to utilize URLSession instances with specific configurations, including certificate pinning, for enhanced security when communicating with servers. + */ + public var urlSession: URLSession = .shared + + internal var mainApiUrl: URL? + internal var logEventApiUrl: URL? + var environment: [String: String] = [:] + + public init(initTimeout: Double? = 3.0, + disableCurrentVCLogging: Bool? = false, + environment: StatsigEnvironment? = nil, + enableAutoValueUpdate: Bool? = false, + autoValueUpdateIntervalSec: Double? = nil, + overrideStableID: String? = nil, + enableCacheByFile: Bool? = false, + initializeValues: [String: Any]? = nil, + disableDiagnostics: Bool? = false, + disableHashing: Bool? = false, + shutdownOnBackground: Bool? = true, + api: String? = nil, + eventLoggingApi: String? = nil, + evaluationCallback: ((EvaluationCallbackData) -> Void)? = nil, + userValidationCallback: ((StatsigUser) -> StatsigUser)? = nil, + customCacheKey: ((String, StatsigUser) -> String)? = nil, + urlSession: URLSession? = nil + ) + { + if let initTimeout = initTimeout, initTimeout >= 0 { + self.initTimeout = initTimeout + } + + if let disableCurrentVCLogging = disableCurrentVCLogging { + self.disableCurrentVCLogging = disableCurrentVCLogging + } + + if let environment = environment { + self.environment = environment.params + } + + if let enableAutoValueUpdate = enableAutoValueUpdate { + self.enableAutoValueUpdate = enableAutoValueUpdate + } + + if let enableCacheByFile = enableCacheByFile { + self.enableCacheByFile = enableCacheByFile + } + + if let initializeValues = initializeValues { + self.initializeValues = initializeValues + } + + if let disableDiagnostics = disableDiagnostics { + self.disableDiagnostics = disableDiagnostics + } + + if let disableHashing = disableHashing { + self.disableHashing = disableHashing + } + + if let shutdownOnBackground = shutdownOnBackground { + self.shutdownOnBackground = shutdownOnBackground + } + + if let internval = autoValueUpdateIntervalSec { + self.autoValueUpdateIntervalSec = internval + } + + + if let api = api { + self.api = api + self.mainApiUrl = URL(string: api) + } + + if let eventLoggingApi = eventLoggingApi { + self.eventLoggingApi = eventLoggingApi + self.logEventApiUrl = URL(string: eventLoggingApi) + } + + if let customCacheKey = customCacheKey { + self.customCacheKey = customCacheKey + } + + if let urlSession = urlSession { + self.urlSession = urlSession + } + + self.overrideStableID = overrideStableID + + self.evaluationCallback = evaluationCallback + + self.userValidationCallback = userValidationCallback + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigUser.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigUser.swift new file mode 100644 index 000000000..455f05b1e --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigUser.swift @@ -0,0 +1,156 @@ +import Foundation + +/** + The user object to be evaluated against your Statsig configurations (gates/experiments/dynamic configs). + */ +public struct StatsigUser { + /** + An identifier for this user. Evaluated against the [User ID](https://docs.statsig.com/feature-gates/conditions#userid) criteria. + */ + public let userID: String? + + /** + An email address for this user. Evaluated against the [Email](https://docs.statsig.com/feature-gates/conditions#email) criteria. + */ + public let email: String? + + /** + An IP address associated with this user. Evaluated against the [IP Address](https://docs.statsig.com/feature-gates/conditions#ip) criteria. + */ + public let ip: String? + + /** + The country code associated with this user (e.g New Zealand => NZ). Evaluated against the [Country](https://docs.statsig.com/feature-gates/conditions#country) criteria. + */ + public let country: String? + + /** + An locale for this user. + */ + public let locale: String? + + /** + The current app version the user is interacting with. Evaluated against the [App Version](https://docs.statsig.com/feature-gates/conditions#app-version) criteria. + */ + public let appVersion: String? + + /** + Any custom fields for this user. Evaluated against the [Custom](https://docs.statsig.com/feature-gates/conditions#custom) criteria. + */ + public let custom: [String: StatsigUserCustomTypeConvertible]? + + /** + Any value you wish to use in evaluation, but not have logged with events can be stored in this field. + */ + public let privateAttributes: [String: StatsigUserCustomTypeConvertible]? + + /** + Controls whether non-SDK-type SDK version metadata should be excluded or included. + Setting this option to `true` will exclude metadata related to non-SDK-type SDK versions. By default, this option is set to `false`, meaning all metadata is included. + */ + public var optOutNonSdkMetadata: Bool? + + /** + Any Custom IDs to associated with the user. + + See Also [Experiments With Custom ID Types](https://docs.statsig.com/guides/experiment-on-custom-id-types) + */ + public let customIDs: [String: String]? + + var statsigEnvironment: [String: String] = [:] + var deviceEnvironment: [String: String?] + + public init(userID: String? = nil, + email: String? = nil, + ip: String? = nil, + country: String? = nil, + locale: String? = nil, + appVersion: String? = nil, + custom: [String: StatsigUserCustomTypeConvertible]? = nil, + privateAttributes: [String: StatsigUserCustomTypeConvertible]? = nil, + optOutNonSdkMetadata: Bool? = false, + customIDs: [String: String]? = nil) + { + self.userID = userID + self.email = email + self.ip = ip + self.country = country + self.locale = locale + self.appVersion = appVersion + self.customIDs = customIDs + self.optOutNonSdkMetadata = optOutNonSdkMetadata + + if let custom = custom, JSONSerialization.isValidJSONObject(custom) { + self.custom = custom + } else { + if custom != nil { + print("[Statsig]: The provided custom value is not added to the user because it is not a valid JSON object.") + } + self.custom = nil + } + + if let privateAttributes = privateAttributes, JSONSerialization.isValidJSONObject(privateAttributes) { + self.privateAttributes = privateAttributes + } else { + if privateAttributes != nil { + print("[Statsig]: The provided privateAttributes is not added to the user because it is not a valid JSON object.") + } + self.privateAttributes = nil + } + + if (self.optOutNonSdkMetadata ?? false) { + self.deviceEnvironment = DeviceEnvironment.getSDKMetadata() + } else { + self.deviceEnvironment = DeviceEnvironment.get() + } + } + + mutating func setStableID(_ overrideStableID: String) { + if (self.optOutNonSdkMetadata ?? false) { + self.deviceEnvironment = DeviceEnvironment.getSDKMetadata(overrideStableID) + } else { + self.deviceEnvironment = DeviceEnvironment.get(overrideStableID) + } + } + + func toDictionary(forLogging: Bool) -> [String: Any?] { + var dict = [String: Any?]() + dict["userID"] = self.userID + dict["email"] = self.email + dict["ip"] = self.ip + dict["country"] = self.country + dict["locale"] = self.locale + dict["appVersion"] = self.appVersion + dict["custom"] = self.custom + dict["statsigEnvironment"] = self.statsigEnvironment + dict["customIDs"] = self.customIDs + + if !forLogging { + dict["privateAttributes"] = self.privateAttributes + } + + return dict + } + + func getFullUserHash() -> String? { + let dict = toDictionary(forLogging: false) + let sorted = getSortedPairsString(dict) + return sorted.djb2() + } +} + +fileprivate func getSortedPairsString(_ dictionary: [String: Any?]) -> String { + let sortedPairs = dictionary.sorted { $0.key < $1.key } + var sortedResult = [String]() + + for (key, value) in sortedPairs { + if let nestedDictionary = value as? [String: Any?] { + let sortedNested = getSortedPairsString(nestedDictionary) + sortedResult.append("\(key):\(sortedNested)") + } else { + sortedResult.append("\(key):\(value ?? "")") + } + } + + return sortedResult.joined(separator: ",") +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigUserCustomTypeConvertible.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigUserCustomTypeConvertible.swift new file mode 100644 index 000000000..c031e5322 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigUserCustomTypeConvertible.swift @@ -0,0 +1,28 @@ +import Foundation + +public protocol StatsigUserCustomTypeConvertible {} + +extension Bool: StatsigUserCustomTypeConvertible {} + +extension Double: StatsigUserCustomTypeConvertible {} + +extension String: StatsigUserCustomTypeConvertible {} + +extension Array: StatsigUserCustomTypeConvertible where Element == String {} + +func convertToUserCustomType(_ value: Any) -> StatsigUserCustomTypeConvertible? { + if let array = value as? [String] { + return array + } + // Need to cast to Bool BEFORE trying to cast to Double, otherwise Bool from objective-c will be casted to Double as 1/0 + if let boolean = value as? Bool { + return boolean + } + if let double = value as? Double { + return double + } + if let string = value as? String { + return string + } + return nil +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/StatsigUserDefaults.swift b/dydx/Pods/Statsig/Sources/Statsig/StatsigUserDefaults.swift new file mode 100644 index 000000000..71b7e775e --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/StatsigUserDefaults.swift @@ -0,0 +1,145 @@ +import Foundation + +protocol DefaultsLike { + func array(forKey defaultName: String) -> [Any]? + func string(forKey defaultName: String) -> String? + func dictionary(forKey defaultName: String) -> [String : Any]? + func data(forKey defaultName: String) -> Data? + func removeObject(forKey defaultName: String) + func setValue(_ value: Any?, forKey: String) + func set(_ value: Any?, forKey: String) + func synchronize() -> Bool + func keys() -> [String] + + func setDictionarySafe(_ dict: [String: Any], forKey key: String) + func dictionarySafe(forKey key: String) -> [String: Any]? +} + +extension UserDefaults: DefaultsLike { + func setDictionarySafe(_ dict: [String: Any], forKey key: String) { + guard JSONSerialization.isValidJSONObject(dict), + let json = try? JSONSerialization.data(withJSONObject: dict) else { + print("[Statsig]: Failed to save to cache") + return + } + + self.set(json, forKey: key) + } + + func dictionarySafe(forKey key: String) -> [String: Any]? { + do { + guard let data = self.data(forKey: key) else { + return nil + } + + guard let dict = try JSONSerialization.jsonObject(with: data) as? [String: Any] else { + return nil + } + + return dict + } catch { + return nil + } + } + + func keys() -> [String] { + return self.dictionaryRepresentation().keys.sorted() + } +} + +private let FileBasedUserDefaultsQueue = "com.Statsig.FileBasedUserDefaults" + +class FileBasedUserDefaults: DefaultsLike { + private let cacheUrl = FileManager + .default.urls(for: .cachesDirectory, in: .userDomainMask) + .first?.appendingPathComponent("statsig-cache-data") + + private var dict: AtomicDictionary = AtomicDictionary(label: FileBasedUserDefaultsQueue) + + init() { + readFromDisk() + } + + func array(forKey defaultName: String) -> [Any]? { + getValue(forKey: defaultName) as? [Any] + } + + func string(forKey defaultName: String) -> String? { + getValue(forKey: defaultName) as? String + } + + func dictionary(forKey defaultName: String) -> [String : Any]? { + getValue(forKey: defaultName) as? [String : Any] + } + + func data(forKey defaultName: String) -> Data? { + getValue(forKey: defaultName) as? Data + } + + func removeObject(forKey defaultName: String) { + dict[defaultName] = nil + _ = writeToDisk() + } + + func setValue(_ value: Any?, forKey: String) { + set(value, forKey: forKey) + } + + func set(_ value: Any?, forKey: String) { + dict[forKey] = value + _ = writeToDisk() + } + + func synchronize() -> Bool { + return writeToDisk() + } + + func keys() -> [String] { + return dict.keys() + } + + func setDictionarySafe(_ dict: [String: Any], forKey key: String) { + // File storage doesn't actaully need this Safe func call, just call the standard .set + set(dict, forKey: key) + } + + func dictionarySafe(forKey key: String) -> [String: Any]? { + // File storage doesn't actaully need this Safe func call, just call the standard .dictionary + return dictionary(forKey: key) + } + + private func getValue(forKey key: String) -> Any? { + return dict[key] as? Any + } + + private func writeToDisk() -> Bool { + guard let url = cacheUrl else { + return false + } + + do { + try dict.toData()?.write(to: url) + } catch { + return false + } + + return true + } + + private func readFromDisk() { + guard let url = cacheUrl else { + return + } + + do { + let data = try Data(contentsOf: url) + dict = AtomicDictionary.fromData(data, label: FileBasedUserDefaultsQueue) + } catch { + return + } + } +} + +class StatsigUserDefaults { + static var defaults: DefaultsLike = UserDefaults.standard +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/Time.swift b/dydx/Pods/Statsig/Sources/Statsig/Time.swift new file mode 100644 index 000000000..98019da74 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/Time.swift @@ -0,0 +1,29 @@ +import Foundation + +public class Time { + public static func now() -> UInt64 { + UInt64(Date().timeIntervalSince1970 * 1000) + } + + public static func parse(_ value: Any?) -> UInt64 { + if let time = value as? UInt64 { + return time + } + + if let time = value as? Double { + return UInt64(time) + } + + if let str = value as? String { + if let time = UInt64(str) { + return time + } + + if let time = Double(str) { + return UInt64(time) + } + } + + return 0 + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/URLResponse+Statsig.swift b/dydx/Pods/Statsig/Sources/Statsig/URLResponse+Statsig.swift new file mode 100644 index 000000000..16dbc4884 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/URLResponse+Statsig.swift @@ -0,0 +1,32 @@ +import Foundation + +internal extension URLResponse { + var asHttpResponse: HTTPURLResponse? { + get { + return self as? HTTPURLResponse + } + } + + var status: Int? { + get { + return self.asHttpResponse?.statusCode + } + } + + var statsigRegion: String? { + get { + if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) { + return self.asHttpResponse?.value(forHTTPHeaderField: "x-statsig-region") + } + + return nil + } + } + + var isOK: Bool { + get { + let code = self.status ?? 0 + return code >= 200 && code < 300 + } + } +} diff --git a/dydx/Pods/Statsig/Sources/Statsig/UserCacheKey.swift b/dydx/Pods/Statsig/Sources/Statsig/UserCacheKey.swift new file mode 100644 index 000000000..19ea72e18 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/Statsig/UserCacheKey.swift @@ -0,0 +1,41 @@ +import Foundation + +struct UserCacheKey { + let v1: String + let v2: String + + static func from(_ options: StatsigOptions, _ user: StatsigUser, _ sdkKey: String) -> UserCacheKey { + if let customCacheKey = options.customCacheKey { + let key = customCacheKey(sdkKey, user) + return UserCacheKey(v1: key, v2: key) + } + + let v1 = getVersion1(user) + let v2 = getVersion2(user, sdkKey) + return UserCacheKey(v1: v1, v2: v2) + } + + private static func getVersion1(_ user: StatsigUser) -> String { + var key = user.userID ?? "null" + if let customIDs = user.customIDs { + for (idType, idValue) in customIDs { + key += "\(idType)\(idValue)" + } + } + return key + } + + // uid:USER_ID|cids:CUSTOM_ID_KEY-CUSTOM_ID_VALUE|k:SDK_KEY + private static func getVersion2(_ user: StatsigUser, _ sdkKey: String) -> String { + let cids: [String] = user.customIDs?.map { key, value in + return "\(key)-\(value)" + } ?? [] + + return [ + "uid:\(user.userID ?? "")", + "cids:\(cids.sorted().joined(separator: ","))", + "k:\(sdkKey)" + ].joined(separator: "|") + .djb2() + } +} diff --git a/dydx/Pods/Statsig/Sources/StatsigInternalObjC/ErrorBoundary.m b/dydx/Pods/Statsig/Sources/StatsigInternalObjC/ErrorBoundary.m new file mode 100644 index 000000000..6619a662f --- /dev/null +++ b/dydx/Pods/Statsig/Sources/StatsigInternalObjC/ErrorBoundary.m @@ -0,0 +1,90 @@ +#import "ErrorBoundary.h" + +@interface ErrorBoundary() + +@property (nonatomic, strong) NSString *clientKey; +@property (nonatomic, strong) NSDictionary *deviceEnvironment; +@property (nonatomic, strong) NSMutableSet *seen; +@property (nonatomic, strong) NSString *url; + +@end + +@implementation ErrorBoundary + ++ (instancetype)boundaryWithKey:(NSString *)clientKey + deviceEnvironment:(NSDictionary* _Nullable)deviceEnvironment { + ErrorBoundary *it = [ErrorBoundary new]; + it.clientKey = clientKey; + it.deviceEnvironment = deviceEnvironment; + it.seen = [NSMutableSet new]; + it.url = @"https://statsigapi.net/v1/sdk_exception"; + return it; +} + +- (void)capture:(NSString *)tag + task:(void (^_Nonnull)(void))task { + [self capture:tag task:task withRecovery:nil]; +} + +- (void)capture:(NSString *)tag + task:(void (^ _Nonnull)(void))task + withRecovery:(void (^_Nullable)(void))recovery { + @try { + task(); + } + @catch (NSException *exception) { + NSLog(@"[Statsig]: An unexpected exception occurred."); + NSLog(@"%@", exception); + + if (![self.seen containsObject:exception.name]) { + [self.seen addObject:exception.name]; + [self logException:tag exception:exception]; + } + + if (recovery != nil) { + recovery(); + } + } +} + +- (void)logException:(NSString *)tag + exception:(NSException *)exception { + @try { + NSURL *url = [NSURL URLWithString:self.url]; + NSMutableURLRequest *request = + [[NSMutableURLRequest alloc] initWithURL: url]; + + [request setHTTPMethod:@"POST"]; + [request setValue:@"application/json" forHTTPHeaderField:@"Content-type"]; + + NSDictionary *body = + @{ + @"exception": exception.name, + @"info": exception.debugDescription, + @"statsigMetadata": self.deviceEnvironment ?: @{}, + @"tag": tag + }; + + NSError *error; + NSData *jsonData = + [NSJSONSerialization + dataWithJSONObject:body + options:0 + error:&error]; + + if (error) { + return; + } + + if (self.clientKey) { + [request setValue:self.clientKey forHTTPHeaderField:@"STATSIG-API-KEY"]; + } + + [request setHTTPBody:jsonData]; + + [[NSURLSession.sharedSession dataTaskWithRequest:request] resume]; + } + @catch (id e) {} +} + +@end diff --git a/dydx/Pods/Statsig/Sources/StatsigInternalObjC/include/ErrorBoundary.h b/dydx/Pods/Statsig/Sources/StatsigInternalObjC/include/ErrorBoundary.h new file mode 100644 index 000000000..047442090 --- /dev/null +++ b/dydx/Pods/Statsig/Sources/StatsigInternalObjC/include/ErrorBoundary.h @@ -0,0 +1,26 @@ +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ErrorBoundary : NSObject + ++ (instancetype)boundaryWithKey:(NSString *)clientKey + deviceEnvironment:(NSDictionary *_Nullable)deviceEnvironment; + +#pragma mark - Capture + +- (void)capture:(NSString *)tag + task:(void (^_Nonnull)(void))task; + +#pragma mark - Capture and Recover + +- (void)capture:(NSString *)tag + task:(void (^_Nonnull)(void))task + withRecovery:(void (^_Nullable)(void))recovery; + +- (void)logException:(NSString *)tag + exception:(NSException *)exception; + +@end + +NS_ASSUME_NONNULL_END diff --git a/dydx/Pods/Target Support Files/Firebase-2149e159/Firebase-2149e159.release.xcconfig b/dydx/Pods/Target Support Files/Firebase-360edc41/Firebase-360edc41.debug.xcconfig similarity index 99% rename from dydx/Pods/Target Support Files/Firebase-2149e159/Firebase-2149e159.release.xcconfig rename to dydx/Pods/Target Support Files/Firebase-360edc41/Firebase-360edc41.debug.xcconfig index 4eda5f9e3..169705924 100644 --- a/dydx/Pods/Target Support Files/Firebase-2149e159/Firebase-2149e159.release.xcconfig +++ b/dydx/Pods/Target Support Files/Firebase-360edc41/Firebase-360edc41.debug.xcconfig @@ -1,5 +1,5 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase-2149e159 +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase-360edc41 FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Firebase" "${PODS_ROOT}/Headers/Public" diff --git a/dydx/Pods/Target Support Files/Firebase-2149e159/Firebase-2149e159.debug.xcconfig b/dydx/Pods/Target Support Files/Firebase-360edc41/Firebase-360edc41.release.xcconfig similarity index 99% rename from dydx/Pods/Target Support Files/Firebase-2149e159/Firebase-2149e159.debug.xcconfig rename to dydx/Pods/Target Support Files/Firebase-360edc41/Firebase-360edc41.release.xcconfig index 4eda5f9e3..169705924 100644 --- a/dydx/Pods/Target Support Files/Firebase-2149e159/Firebase-2149e159.debug.xcconfig +++ b/dydx/Pods/Target Support Files/Firebase-360edc41/Firebase-360edc41.release.xcconfig @@ -1,5 +1,5 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase-2149e159 +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase-360edc41 FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Firebase" "${PODS_ROOT}/Headers/Public" diff --git a/dydx/Pods/Target Support Files/Firebase-5a1e767e/Firebase-5a1e767e.release.xcconfig b/dydx/Pods/Target Support Files/Firebase-40c737bb/Firebase-40c737bb.debug.xcconfig similarity index 99% rename from dydx/Pods/Target Support Files/Firebase-5a1e767e/Firebase-5a1e767e.release.xcconfig rename to dydx/Pods/Target Support Files/Firebase-40c737bb/Firebase-40c737bb.debug.xcconfig index bbceb9393..bdc60f970 100644 --- a/dydx/Pods/Target Support Files/Firebase-5a1e767e/Firebase-5a1e767e.release.xcconfig +++ b/dydx/Pods/Target Support Files/Firebase-40c737bb/Firebase-40c737bb.debug.xcconfig @@ -1,5 +1,5 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase-5a1e767e +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase-40c737bb FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Firebase" "${PODS_ROOT}/Headers/Public" diff --git a/dydx/Pods/Target Support Files/Firebase-5a1e767e/Firebase-5a1e767e.debug.xcconfig b/dydx/Pods/Target Support Files/Firebase-40c737bb/Firebase-40c737bb.release.xcconfig similarity index 99% rename from dydx/Pods/Target Support Files/Firebase-5a1e767e/Firebase-5a1e767e.debug.xcconfig rename to dydx/Pods/Target Support Files/Firebase-40c737bb/Firebase-40c737bb.release.xcconfig index bbceb9393..bdc60f970 100644 --- a/dydx/Pods/Target Support Files/Firebase-5a1e767e/Firebase-5a1e767e.debug.xcconfig +++ b/dydx/Pods/Target Support Files/Firebase-40c737bb/Firebase-40c737bb.release.xcconfig @@ -1,5 +1,5 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase-5a1e767e +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase-40c737bb FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Firebase" "${PODS_ROOT}/Headers/Public" diff --git a/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-Info.plist b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-Info.plist new file mode 100644 index 000000000..19cf209d2 --- /dev/null +++ b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-acknowledgements.markdown b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-acknowledgements.markdown new file mode 100644 index 000000000..b8e40dbf3 --- /dev/null +++ b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-acknowledgements.markdown @@ -0,0 +1,348 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## BigInt + + +Copyright (c) 2016-2017 Károly Lőrentey + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## CombineExt + +Copyright (c) 2020 Combine Community, and/or Shai Mishali + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +## KVOController + +BSD License + +For KVOController software + +Copyright (c) 2014, Facebook, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Facebook nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +## ReachabilitySwift + +Copyright (c) 2016 Ashley Mills + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +## SimpleKeychain + +The MIT License (MIT) + +Copyright (c) 2014 Auth0 LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +## Validator + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +## libPhoneNumber-iOS + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + +## Statsig + +ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + +Generated by CocoaPods - https://cocoapods.org diff --git a/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-acknowledgements.plist b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-acknowledgements.plist new file mode 100644 index 000000000..93db4d747 --- /dev/null +++ b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-acknowledgements.plist @@ -0,0 +1,422 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + +Copyright (c) 2016-2017 Károly Lőrentey + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + BigInt + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2020 Combine Community, and/or Shai Mishali + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + License + MIT + Title + CombineExt + Type + PSGroupSpecifier + + + FooterText + BSD License + +For KVOController software + +Copyright (c) 2014, Facebook, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Facebook nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + BSD + Title + KVOController + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2016 Ashley Mills + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + ReachabilitySwift + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014 Auth0 LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + License + MIT + Title + SimpleKeychain + Type + PSGroupSpecifier + + + FooterText + Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + License + MIT + Title + Validator + Type + PSGroupSpecifier + + + FooterText + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + License + Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) + Title + libPhoneNumber-iOS + Type + PSGroupSpecifier + + + FooterText + ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + License + ISC + Title + Statsig + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-dummy.m b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-dummy.m new file mode 100644 index 000000000..b91672215 --- /dev/null +++ b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_iOS_StatsigInjections : NSObject +@end +@implementation PodsDummy_Pods_iOS_StatsigInjections +@end diff --git a/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-umbrella.h b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-umbrella.h new file mode 100644 index 000000000..eed75a3fe --- /dev/null +++ b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double Pods_iOS_StatsigInjectionsVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_iOS_StatsigInjectionsVersionString[]; + diff --git a/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.debug.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.debug.xcconfig new file mode 100644 index 000000000..2db71c4cb --- /dev/null +++ b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.debug.xcconfig @@ -0,0 +1,15 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" +OTHER_LDFLAGS = $(inherited) -l"z" -framework "BigInt" -framework "Combine" -framework "CombineExt" -framework "CoreTelephony" -framework "KVOController" -framework "Reachability" -framework "SimpleKeychain" -framework "Statsig" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "libPhoneNumber_iOS" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/../dydx +PODS_ROOT = ${SRCROOT}/../dydx/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.modulemap b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.modulemap new file mode 100644 index 000000000..6843bbc06 --- /dev/null +++ b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.modulemap @@ -0,0 +1,6 @@ +framework module Pods_iOS_StatsigInjections { + umbrella header "Pods-iOS-StatsigInjections-umbrella.h" + + export * + module * { export * } +} diff --git a/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.release.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.release.xcconfig new file mode 100644 index 000000000..16acf35dd --- /dev/null +++ b/dydx/Pods/Target Support Files/Pods-iOS-StatsigInjections/Pods-iOS-StatsigInjections.release.xcconfig @@ -0,0 +1,15 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" +OTHER_LDFLAGS = $(inherited) -l"z" -framework "BigInt" -framework "Combine" -framework "CombineExt" -framework "CoreTelephony" -framework "KVOController" -framework "Reachability" -framework "SimpleKeychain" -framework "Statsig" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "libPhoneNumber_iOS" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/../dydx +PODS_ROOT = ${SRCROOT}/../dydx/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-acknowledgements.markdown b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-acknowledgements.markdown index 971d4777d..6a6284886 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-acknowledgements.markdown +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-acknowledgements.markdown @@ -1003,4 +1003,22 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +## Statsig + +ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + Generated by CocoaPods - https://cocoapods.org diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-acknowledgements.plist b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-acknowledgements.plist index b0d58b616..8a9a16342 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-acknowledgements.plist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter-acknowledgements.plist @@ -1189,6 +1189,30 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Type PSGroupSpecifier + + FooterText + ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + License + ISC + Title + Statsig + Type + PSGroupSpecifier + FooterText Generated by CocoaPods - https://cocoapods.org diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.debug.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.debug.xcconfig index 59c7008e8..f55ecd0da 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.debug.xcconfig +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.debug.xcconfig @@ -1,11 +1,11 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -OTHER_LDFLAGS = $(inherited) -l"c++" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FloatingPanel" -framework "Foundation" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SVGKit" -framework "SimpleKeychain" -framework "SnapKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "pop" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FloatingPanel" -framework "Foundation" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SVGKit" -framework "SimpleKeychain" -framework "SnapKit" -framework "Statsig" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "pop" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.release.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.release.xcconfig index 07c7f35ee..b89b02318 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.release.xcconfig +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatter/Pods-iOS-dydxFormatter.release.xcconfig @@ -1,11 +1,11 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -OTHER_LDFLAGS = $(inherited) -l"c++" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FloatingPanel" -framework "Foundation" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SVGKit" -framework "SimpleKeychain" -framework "SnapKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "pop" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FloatingPanel" -framework "Foundation" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SVGKit" -framework "SimpleKeychain" -framework "SnapKit" -framework "Statsig" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "pop" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-acknowledgements.markdown b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-acknowledgements.markdown index 971d4777d..6a6284886 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-acknowledgements.markdown +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-acknowledgements.markdown @@ -1003,4 +1003,22 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +## Statsig + +ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + Generated by CocoaPods - https://cocoapods.org diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-acknowledgements.plist b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-acknowledgements.plist index b0d58b616..8a9a16342 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-acknowledgements.plist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-acknowledgements.plist @@ -1189,6 +1189,30 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Type PSGroupSpecifier + + FooterText + ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + License + ISC + Title + Statsig + Type + PSGroupSpecifier + FooterText Generated by CocoaPods - https://cocoapods.org diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Debug-input-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Debug-input-files.xcfilelist index 3a2f5b1df..9a07ad2ea 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Debug-input-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Debug-input-files.xcfilelist @@ -27,4 +27,5 @@ ${BUILT_PRODUCTS_DIR}/SVGKit/SVGKit.framework ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework ${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework ${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework -${BUILT_PRODUCTS_DIR}/pop/pop.framework \ No newline at end of file +${BUILT_PRODUCTS_DIR}/pop/pop.framework +${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework \ No newline at end of file diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Debug-output-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Debug-output-files.xcfilelist index e512e2599..15c9cfc78 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Debug-output-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Debug-output-files.xcfilelist @@ -26,4 +26,5 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVGKit.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZSWTappableLabel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iCarousel.framework -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pop.framework \ No newline at end of file +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pop.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Statsig.framework \ No newline at end of file diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Release-input-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Release-input-files.xcfilelist index 3a2f5b1df..9a07ad2ea 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Release-input-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Release-input-files.xcfilelist @@ -27,4 +27,5 @@ ${BUILT_PRODUCTS_DIR}/SVGKit/SVGKit.framework ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework ${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework ${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework -${BUILT_PRODUCTS_DIR}/pop/pop.framework \ No newline at end of file +${BUILT_PRODUCTS_DIR}/pop/pop.framework +${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework \ No newline at end of file diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Release-output-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Release-output-files.xcfilelist index e512e2599..15c9cfc78 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Release-output-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks-Release-output-files.xcfilelist @@ -26,4 +26,5 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVGKit.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZSWTappableLabel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iCarousel.framework -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pop.framework \ No newline at end of file +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pop.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Statsig.framework \ No newline at end of file diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks.sh b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks.sh index b54ce1c38..711213100 100755 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks.sh +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests-frameworks.sh @@ -205,6 +205,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework" install_framework "${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework" install_framework "${BUILT_PRODUCTS_DIR}/pop/pop.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework" fi if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/BigInt/BigInt.framework" @@ -236,6 +237,7 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework" install_framework "${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework" install_framework "${BUILT_PRODUCTS_DIR}/pop/pop.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework" fi if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then wait diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.debug.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.debug.xcconfig index 56c6be384..b2200c2f1 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.debug.xcconfig +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.debug.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -OTHER_LDFLAGS = $(inherited) -l"c++" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FloatingPanel" -framework "Foundation" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SVGKit" -framework "SimpleKeychain" -framework "SnapKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "pop" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FloatingPanel" -framework "Foundation" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SVGKit" -framework "SimpleKeychain" -framework "SnapKit" -framework "Statsig" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "pop" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.release.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.release.xcconfig index 7c5af4174..9878d5525 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.release.xcconfig +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxFormatterTests/Pods-iOS-dydxFormatterTests.release.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/pop" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -OTHER_LDFLAGS = $(inherited) -l"c++" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FloatingPanel" -framework "Foundation" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SVGKit" -framework "SimpleKeychain" -framework "SnapKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "pop" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FloatingPanel" -framework "Foundation" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SVGKit" -framework "SimpleKeychain" -framework "SnapKit" -framework "Statsig" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "pop" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-acknowledgements.markdown b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-acknowledgements.markdown index 2408224ab..a715343e9 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-acknowledgements.markdown +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-acknowledgements.markdown @@ -1056,6 +1056,24 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright 2018 AppsFlyer Ltd. All rights reserved. +## Statsig + +ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + ## Firebase diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-acknowledgements.plist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-acknowledgements.plist index 56bf46f66..02f687fcf 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-acknowledgements.plist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-acknowledgements.plist @@ -1259,6 +1259,30 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Type PSGroupSpecifier + + FooterText + ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + License + ISC + Title + Statsig + Type + PSGroupSpecifier + FooterText diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Debug-input-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Debug-input-files.xcfilelist index 2f2d59f61..77514cbfb 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Debug-input-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Debug-input-files.xcfilelist @@ -30,6 +30,7 @@ ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework ${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework ${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework ${BUILT_PRODUCTS_DIR}/pop/pop.framework +${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework ${BUILT_PRODUCTS_DIR}/FirebaseABTesting/FirebaseABTesting.framework ${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework ${BUILT_PRODUCTS_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Debug-output-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Debug-output-files.xcfilelist index aa70c10ce..0b0959326 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Debug-output-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Debug-output-files.xcfilelist @@ -29,6 +29,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZSWTappableLabel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iCarousel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pop.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Statsig.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseABTesting.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCoreExtension.framework diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Release-input-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Release-input-files.xcfilelist index 2f2d59f61..77514cbfb 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Release-input-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Release-input-files.xcfilelist @@ -30,6 +30,7 @@ ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework ${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework ${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework ${BUILT_PRODUCTS_DIR}/pop/pop.framework +${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework ${BUILT_PRODUCTS_DIR}/FirebaseABTesting/FirebaseABTesting.framework ${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework ${BUILT_PRODUCTS_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Release-output-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Release-output-files.xcfilelist index aa70c10ce..0b0959326 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Release-output-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks-Release-output-files.xcfilelist @@ -29,6 +29,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZSWTappableLabel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iCarousel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pop.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Statsig.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseABTesting.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCoreExtension.framework diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks.sh b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks.sh index cca3827dd..a26024380 100755 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks.sh +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4-frameworks.sh @@ -207,6 +207,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework" install_framework "${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework" install_framework "${BUILT_PRODUCTS_DIR}/pop/pop.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseABTesting/FirebaseABTesting.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework" @@ -261,6 +262,7 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework" install_framework "${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework" install_framework "${BUILT_PRODUCTS_DIR}/pop/pop.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseABTesting/FirebaseABTesting.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework" diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.debug.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.debug.xcconfig index 7725720d9..608c234f2 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.debug.xcconfig +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.debug.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${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}/Amplitude-iOS/Amplitude_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" -iframework "${PODS_ROOT}/Abacus/build/cocoapods/framework" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"sqlite3.0" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Abacus" -framework "Amplitude_iOS" -framework "AppsFlyerLib" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FBLPromises" -framework "FirebaseABTesting" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreExtension" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "FirebasePerformance" -framework "FirebaseRemoteConfig" -framework "FirebaseRemoteConfigInterop" -framework "FirebaseSessions" -framework "FirebaseSharedSwift" -framework "FloatingPanel" -framework "Foundation" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleToolboxForMac" -framework "GoogleUtilities" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "Popovers" -framework "Promises" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SDWebImageSwiftUI" -framework "SVGKit" -framework "Security" -framework "SimpleKeychain" -framework "SnapKit" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "nanopb" -framework "pop" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" -iframework "${PODS_ROOT}/Abacus/build/cocoapods/framework" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"sqlite3.0" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Abacus" -framework "Amplitude_iOS" -framework "AppsFlyerLib" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FBLPromises" -framework "FirebaseABTesting" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreExtension" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "FirebasePerformance" -framework "FirebaseRemoteConfig" -framework "FirebaseRemoteConfigInterop" -framework "FirebaseSessions" -framework "FirebaseSharedSwift" -framework "FloatingPanel" -framework "Foundation" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleToolboxForMac" -framework "GoogleUtilities" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "Popovers" -framework "Promises" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SDWebImageSwiftUI" -framework "SVGKit" -framework "Security" -framework "SimpleKeychain" -framework "SnapKit" -framework "Statsig" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "nanopb" -framework "pop" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.release.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.release.xcconfig index bf663fb13..a358431ed 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.release.xcconfig +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4/Pods-iOS-dydxV4.release.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${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}/Amplitude-iOS/Amplitude_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" -iframework "${PODS_ROOT}/Abacus/build/cocoapods/framework" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"sqlite3.0" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Abacus" -framework "Amplitude_iOS" -framework "AppsFlyerLib" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FBLPromises" -framework "FirebaseABTesting" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreExtension" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "FirebasePerformance" -framework "FirebaseRemoteConfig" -framework "FirebaseRemoteConfigInterop" -framework "FirebaseSessions" -framework "FirebaseSharedSwift" -framework "FloatingPanel" -framework "Foundation" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleToolboxForMac" -framework "GoogleUtilities" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "Popovers" -framework "Promises" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SDWebImageSwiftUI" -framework "SVGKit" -framework "Security" -framework "SimpleKeychain" -framework "SnapKit" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "nanopb" -framework "pop" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" -iframework "${PODS_ROOT}/Abacus/build/cocoapods/framework" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"sqlite3.0" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Abacus" -framework "Amplitude_iOS" -framework "AppsFlyerLib" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FBLPromises" -framework "FirebaseABTesting" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreExtension" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "FirebasePerformance" -framework "FirebaseRemoteConfig" -framework "FirebaseRemoteConfigInterop" -framework "FirebaseSessions" -framework "FirebaseSharedSwift" -framework "FloatingPanel" -framework "Foundation" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleToolboxForMac" -framework "GoogleUtilities" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "Popovers" -framework "Promises" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SDWebImageSwiftUI" -framework "SVGKit" -framework "Security" -framework "SimpleKeychain" -framework "SnapKit" -framework "Statsig" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "nanopb" -framework "pop" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-acknowledgements.markdown b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-acknowledgements.markdown index 2408224ab..a715343e9 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-acknowledgements.markdown +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-acknowledgements.markdown @@ -1056,6 +1056,24 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright 2018 AppsFlyer Ltd. All rights reserved. +## Statsig + +ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + ## Firebase diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-acknowledgements.plist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-acknowledgements.plist index 56bf46f66..02f687fcf 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-acknowledgements.plist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-acknowledgements.plist @@ -1259,6 +1259,30 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Type PSGroupSpecifier + + FooterText + ISC License (ISC) +Copyright (c) 2021, Statsig, Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + License + ISC + Title + Statsig + Type + PSGroupSpecifier + FooterText diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Debug-input-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Debug-input-files.xcfilelist index ae9141e9b..9977cf026 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Debug-input-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Debug-input-files.xcfilelist @@ -30,6 +30,7 @@ ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework ${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework ${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework ${BUILT_PRODUCTS_DIR}/pop/pop.framework +${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework ${BUILT_PRODUCTS_DIR}/FirebaseABTesting/FirebaseABTesting.framework ${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework ${BUILT_PRODUCTS_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Debug-output-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Debug-output-files.xcfilelist index aa70c10ce..0b0959326 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Debug-output-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Debug-output-files.xcfilelist @@ -29,6 +29,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZSWTappableLabel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iCarousel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pop.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Statsig.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseABTesting.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCoreExtension.framework diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Release-input-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Release-input-files.xcfilelist index ae9141e9b..9977cf026 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Release-input-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Release-input-files.xcfilelist @@ -30,6 +30,7 @@ ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework ${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework ${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework ${BUILT_PRODUCTS_DIR}/pop/pop.framework +${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework ${BUILT_PRODUCTS_DIR}/FirebaseABTesting/FirebaseABTesting.framework ${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework ${BUILT_PRODUCTS_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Release-output-files.xcfilelist b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Release-output-files.xcfilelist index aa70c10ce..0b0959326 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Release-output-files.xcfilelist +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks-Release-output-files.xcfilelist @@ -29,6 +29,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZSWTappableLabel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iCarousel.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pop.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Statsig.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseABTesting.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCoreExtension.framework diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks.sh b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks.sh index cca3827dd..a26024380 100755 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks.sh +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests-frameworks.sh @@ -207,6 +207,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework" install_framework "${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework" install_framework "${BUILT_PRODUCTS_DIR}/pop/pop.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseABTesting/FirebaseABTesting.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework" @@ -261,6 +262,7 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework" install_framework "${BUILT_PRODUCTS_DIR}/iCarousel/iCarousel.framework" install_framework "${BUILT_PRODUCTS_DIR}/pop/pop.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Statsig/Statsig.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseABTesting/FirebaseABTesting.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework" install_framework "${BUILT_PRODUCTS_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework" diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.debug.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.debug.xcconfig index 5b3d49be4..623b251af 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.debug.xcconfig +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.debug.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${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}/Amplitude-iOS/Amplitude_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" -iframework "${PODS_ROOT}/Abacus/build/cocoapods/framework" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"sqlite3.0" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Abacus" -framework "Amplitude_iOS" -framework "AppsFlyerLib" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FBLPromises" -framework "FirebaseABTesting" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreExtension" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "FirebasePerformance" -framework "FirebaseRemoteConfig" -framework "FirebaseRemoteConfigInterop" -framework "FirebaseSessions" -framework "FirebaseSharedSwift" -framework "FloatingPanel" -framework "Foundation" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleToolboxForMac" -framework "GoogleUtilities" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "Popovers" -framework "Promises" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SDWebImageSwiftUI" -framework "SVGKit" -framework "Security" -framework "SimpleKeychain" -framework "SnapKit" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "nanopb" -framework "pop" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" -iframework "${PODS_ROOT}/Abacus/build/cocoapods/framework" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"sqlite3.0" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Abacus" -framework "Amplitude_iOS" -framework "AppsFlyerLib" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FBLPromises" -framework "FirebaseABTesting" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreExtension" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "FirebasePerformance" -framework "FirebaseRemoteConfig" -framework "FirebaseRemoteConfigInterop" -framework "FirebaseSessions" -framework "FirebaseSharedSwift" -framework "FloatingPanel" -framework "Foundation" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleToolboxForMac" -framework "GoogleUtilities" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "Popovers" -framework "Promises" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SDWebImageSwiftUI" -framework "SVGKit" -framework "Security" -framework "SimpleKeychain" -framework "SnapKit" -framework "Statsig" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "nanopb" -framework "pop" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.release.xcconfig b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.release.xcconfig index b0740e7b9..ea87ecd07 100644 --- a/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.release.xcconfig +++ b/dydx/Pods/Target Support Files/Pods-iOS-dydxV4Tests/Pods-iOS-dydxV4Tests.release.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" "${PODS_CONFIGURATION_BUILD_DIR}/Charts" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" "${PODS_CONFIGURATION_BUILD_DIR}/Differ" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" "${PODS_CONFIGURATION_BUILD_DIR}/Validator" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/pop" "${PODS_ROOT}/Abacus/build/cocoapods/framework" "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" "${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}/Amplitude-iOS/Amplitude_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(SDKROOT)/usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" -iframework "${PODS_ROOT}/Abacus/build/cocoapods/framework" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"sqlite3.0" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Abacus" -framework "Amplitude_iOS" -framework "AppsFlyerLib" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FBLPromises" -framework "FirebaseABTesting" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreExtension" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "FirebasePerformance" -framework "FirebaseRemoteConfig" -framework "FirebaseRemoteConfigInterop" -framework "FirebaseSessions" -framework "FirebaseSharedSwift" -framework "FloatingPanel" -framework "Foundation" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleToolboxForMac" -framework "GoogleUtilities" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "Popovers" -framework "Promises" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SDWebImageSwiftUI" -framework "SVGKit" -framework "Security" -framework "SimpleKeychain" -framework "SnapKit" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "nanopb" -framework "pop" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BigInt/BigInt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt/CombineExt.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Popovers/Popovers.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/Reachability.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder/SDWebImageSVGCoder.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI/SDWebImageSwiftUI.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Validator/Validator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Atributika/Atributika.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer/COSTouchVisualizer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Charts/Charts.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Differ/Differ.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu/DrawerMenu.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode/EFQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView/EasyTipView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel/FloatingPanel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl/HMSegmentedControl.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar/JTCalendar.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator/MaterialActivityIndicator.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PanModal/PanModal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout/RDHCollectionViewGridLayout.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit/SVGKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel/ZSWTappableLabel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel/iCarousel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/pop/pop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Statsig/Statsig.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance/FirebasePerformance.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig/FirebaseRemoteConfig.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop/FirebaseRemoteConfigInterop.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions/FirebaseSessions.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift/FirebaseSharedSwift.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS/Amplitude_iOS.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BigInt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CombineExt" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Popovers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSVGCoder" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageSwiftUI" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Validator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/libPhoneNumber-iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Atributika" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/COSTouchVisualizer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Charts" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Differ" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DrawerMenu" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EFQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyTipView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FloatingPanel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/HMSegmentedControl" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JTCalendar" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MaterialActivityIndicator" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/NVActivityIndicatorView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PanModal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/RDHCollectionViewGridLayout" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SVGKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZSWTappableLabel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/iCarousel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/pop" -iframework "${PODS_ROOT}/AppsFlyerFramework/binaries/xcframework/full" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppsFlyerFramework/Main" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Statsig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebasePerformance" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfig" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseRemoteConfigInterop" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSessions" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseSharedSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleToolboxForMac" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Amplitude-iOS" -iframework "${PODS_ROOT}/Abacus/build/cocoapods/framework" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"sqlite3.0" -l"swiftCoreGraphics" -l"xml2" -l"z" -framework "Abacus" -framework "Amplitude_iOS" -framework "AppsFlyerLib" -framework "Atributika" -framework "BigInt" -framework "COSTouchVisualizer" -framework "Charts" -framework "CocoaLumberjack" -framework "Combine" -framework "CombineExt" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreTelephony" -framework "CoreText" -framework "Differ" -framework "DrawerMenu" -framework "EFQRCode" -framework "EasyTipView" -framework "FBLPromises" -framework "FirebaseABTesting" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreExtension" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "FirebasePerformance" -framework "FirebaseRemoteConfig" -framework "FirebaseRemoteConfigInterop" -framework "FirebaseSessions" -framework "FirebaseSharedSwift" -framework "FloatingPanel" -framework "Foundation" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleToolboxForMac" -framework "GoogleUtilities" -framework "HMSegmentedControl" -framework "ImageIO" -framework "JTCalendar" -framework "KVOController" -framework "MaterialActivityIndicator" -framework "NVActivityIndicatorView" -framework "PanModal" -framework "Popovers" -framework "Promises" -framework "QuartzCore" -framework "RDHCollectionViewGridLayout" -framework "Reachability" -framework "SDWebImage" -framework "SDWebImageSVGCoder" -framework "SDWebImageSwiftUI" -framework "SVGKit" -framework "Security" -framework "SimpleKeychain" -framework "SnapKit" -framework "Statsig" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "Validator" -framework "ZSWTappableLabel" -framework "iCarousel" -framework "libPhoneNumber_iOS" -framework "nanopb" -framework "pop" -weak_framework "Combine" -weak_framework "SwiftUI" -weak_framework "UserNotifications" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/dydx/Pods/Target Support Files/Statsig/ResourceBundle-Statsig-Statsig-Info.plist b/dydx/Pods/Target Support Files/Statsig/ResourceBundle-Statsig-Statsig-Info.plist new file mode 100644 index 000000000..02e7e8aca --- /dev/null +++ b/dydx/Pods/Target Support Files/Statsig/ResourceBundle-Statsig-Statsig-Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.46.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSPrincipalClass + + + diff --git a/dydx/Pods/Target Support Files/Statsig/Statsig-Info.plist b/dydx/Pods/Target Support Files/Statsig/Statsig-Info.plist new file mode 100644 index 000000000..66af5faa0 --- /dev/null +++ b/dydx/Pods/Target Support Files/Statsig/Statsig-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.46.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/dydx/Pods/Target Support Files/Statsig/Statsig-dummy.m b/dydx/Pods/Target Support Files/Statsig/Statsig-dummy.m new file mode 100644 index 000000000..c5d64a62a --- /dev/null +++ b/dydx/Pods/Target Support Files/Statsig/Statsig-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Statsig : NSObject +@end +@implementation PodsDummy_Statsig +@end diff --git a/dydx/Pods/Target Support Files/Statsig/Statsig-prefix.pch b/dydx/Pods/Target Support Files/Statsig/Statsig-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/dydx/Pods/Target Support Files/Statsig/Statsig-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/dydx/Pods/Target Support Files/Statsig/Statsig-umbrella.h b/dydx/Pods/Target Support Files/Statsig/Statsig-umbrella.h new file mode 100644 index 000000000..53a5dde31 --- /dev/null +++ b/dydx/Pods/Target Support Files/Statsig/Statsig-umbrella.h @@ -0,0 +1,17 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "ErrorBoundary.h" + +FOUNDATION_EXPORT double StatsigVersionNumber; +FOUNDATION_EXPORT const unsigned char StatsigVersionString[]; + diff --git a/dydx/Pods/Target Support Files/Statsig/Statsig.debug.xcconfig b/dydx/Pods/Target Support Files/Statsig/Statsig.debug.xcconfig new file mode 100644 index 000000000..b2b3fc267 --- /dev/null +++ b/dydx/Pods/Target Support Files/Statsig/Statsig.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Statsig +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +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) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Statsig +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/dydx/Pods/Target Support Files/Statsig/Statsig.modulemap b/dydx/Pods/Target Support Files/Statsig/Statsig.modulemap new file mode 100644 index 000000000..b3f7428bf --- /dev/null +++ b/dydx/Pods/Target Support Files/Statsig/Statsig.modulemap @@ -0,0 +1,6 @@ +framework module Statsig { + umbrella header "Statsig-umbrella.h" + + export * + module * { export * } +} diff --git a/dydx/Pods/Target Support Files/Statsig/Statsig.release.xcconfig b/dydx/Pods/Target Support Files/Statsig/Statsig.release.xcconfig new file mode 100644 index 000000000..b2b3fc267 --- /dev/null +++ b/dydx/Pods/Target Support Files/Statsig/Statsig.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Statsig +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +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) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Statsig +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/dydx/dydx.xcworkspace/contents.xcworkspacedata b/dydx/dydx.xcworkspace/contents.xcworkspacedata index 8bff0c072..fd5817877 100644 --- a/dydx/dydx.xcworkspace/contents.xcworkspacedata +++ b/dydx/dydx.xcworkspace/contents.xcworkspacedata @@ -182,4 +182,7 @@ location = "group:update_marketing_version.sh"> + + diff --git a/dydx/dydxAnalytics/dydxAnalytics.xcodeproj/project.pbxproj b/dydx/dydxAnalytics/dydxAnalytics.xcodeproj/project.pbxproj index ef2f5214e..a22ab7574 100644 --- a/dydx/dydxAnalytics/dydxAnalytics.xcodeproj/project.pbxproj +++ b/dydx/dydxAnalytics/dydxAnalytics.xcodeproj/project.pbxproj @@ -580,7 +580,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 17.5; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; @@ -640,7 +640,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 17.5; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; diff --git a/dydx/dydxFormatter/dydxFormatter/_Utils/dydxFeatureFlag.swift b/dydx/dydxFormatter/dydxFormatter/_Utils/dydxFeatureFlag.swift index f1dfd1635..c5132abc1 100644 --- a/dydx/dydxFormatter/dydxFormatter/_Utils/dydxFeatureFlag.swift +++ b/dydx/dydxFormatter/dydxFormatter/_Utils/dydxFeatureFlag.swift @@ -13,6 +13,7 @@ public enum dydxBoolFeatureFlag: String, CaseIterable { case push_notification case force_mainnet case enable_app_rating + case shouldUseSkip = "ff_skip_migration" private static let obj = NSObject() @@ -20,12 +21,7 @@ public enum dydxBoolFeatureFlag: String, CaseIterable { if FeatureService.shared == nil { Console.shared.log("WARNING: FeatureService not yet set up.") } - switch self { - case .enable_app_rating: - return Self.obj.parser.asBoolean(FeatureService.shared?.flag(feature: rawValue))?.boolValue ?? true - case .push_notification, .force_mainnet: - return Self.obj.parser.asBoolean(FeatureService.shared?.flag(feature: rawValue))?.boolValue ?? false - } + return FeatureService.shared?.isOn(feature: rawValue) == true } public static var enabledFlags: [String] { @@ -44,19 +40,6 @@ public enum dydxStringFeatureFlag: String { if FeatureService.shared == nil { Console.shared.log("WARNING: FeatureService not yet set up.") } - return Self.obj.parser.asString(FeatureService.shared?.flag(feature: rawValue)) - } -} - -public enum dydxNumberFeatureFlag: String { - case _place_holder - - private static let obj = NSObject() - - public var number: NSNumber? { - if FeatureService.shared == nil { - Console.shared.log("WARNING: FeatureService not yet set up.") - } - return Self.obj.parser.asNumber(FeatureService.shared?.flag(feature: rawValue)) + return FeatureService.shared?.value(feature: rawValue) } } diff --git a/dydx/dydxPresenters/dydxPresenters/_Features/features.json b/dydx/dydxPresenters/dydxPresenters/_Features/features.json index 7ff70633f..5330a00e9 100644 --- a/dydx/dydxPresenters/dydxPresenters/_Features/features.json +++ b/dydx/dydxPresenters/dydxPresenters/_Features/features.json @@ -10,7 +10,7 @@ "field":{ "field":"deployment_url", "optional":true, - "type" : "text" + "type" : "bool" } }, { @@ -20,11 +20,11 @@ "field":{ "field":"force_mainnet", "optional":true, - "type" : "text", + "type" : "bool", "options" : [ { "text": "yes", - "value" : "1" + "value" : 1 }, { "text": "no", @@ -33,6 +33,26 @@ ] } }, + { + "title":{ + "text":"Use skip" + }, + "field":{ + "field":"ff_skip_migration", + "optional":true, + "type" : "bool", + "options" : [ + { + "text": "yes", + "value" : 1 + }, + { + "text": "no", + "value" : 0 + } + ] + } + }, { "title":{ "text":"Push Notification" @@ -44,11 +64,11 @@ "options" : [ { "text": "yes", - "value" : "1" + "value" : 1 }, { "text": "no", - "value" : "0" + "value" : 0 } ] } diff --git a/dydx/dydxPresenters/dydxPresenters/_v4/Receipt/dydxTransferReceiptViewPresenter.swift b/dydx/dydxPresenters/dydxPresenters/_v4/Receipt/dydxTransferReceiptViewPresenter.swift index 7cf1bbfd4..027b07a94 100644 --- a/dydx/dydxPresenters/dydxPresenters/_v4/Receipt/dydxTransferReceiptViewPresenter.swift +++ b/dydx/dydxPresenters/dydxPresenters/_v4/Receipt/dydxTransferReceiptViewPresenter.swift @@ -134,7 +134,8 @@ final class dydxTransferReceiptViewPresenter: dydxReceiptPresenter { let minutesLocalized = DataLocalizer.localize(path: "APP.GENERAL.TIME_STRINGS.X_MINUTES", params: ["X": minutes]) transferDurationViewModel.value = minutesLocalized } else { - transferDurationViewModel.value = nil + // hard coding this because web has it hard coded + transferDurationViewModel.value = DataLocalizer.shared?.localize(path: "APP.GENERAL.TIME_STRINGS.X_MINUTES_LOWERCASED", params: ["X": "< 30"]) } } } diff --git a/dydx/dydxStateManager/dydxStateManager/AbacusStateManager.swift b/dydx/dydxStateManager/dydxStateManager/AbacusStateManager.swift index 722283f96..5645cdef9 100644 --- a/dydx/dydxStateManager/dydxStateManager/AbacusStateManager.swift +++ b/dydx/dydxStateManager/dydxStateManager/AbacusStateManager.swift @@ -14,9 +14,11 @@ import dydxFormatter public final class AbacusStateManager: NSObject { public static let shared = AbacusStateManager() + private var cancellables = Set() + public lazy var deploymentUri: String = { // "lazy var" because FeatureService.shared needs be assigned first - let url = dydxStringFeatureFlag.deployment_url.string ?? (CredientialConfig.shared.key(for: "webAppUrl"))! + let url = dydxStringFeatureFlag.deployment_url.string ?? (CredientialConfig.shared.credential(for: "webAppUrl"))! return url.last == "/" ? url : url + "/" }() @@ -155,8 +157,7 @@ public final class AbacusStateManager: NSObject { } appConfigs.onboardingConfigs.squidVersion = OnboardingConfigs.SquidVersion.v2 - appConfigs.onboardingConfigs.alchemyApiKey = CredientialConfig.shared.key(for: "alchemyApiKey") - StatsigConfig.shared.useSkip = true + appConfigs.onboardingConfigs.alchemyApiKey = CredientialConfig.shared.credential(for: "alchemyApiKey") return AsyncAbacusStateManagerV2( deploymentUri: deploymentUri, @@ -177,7 +178,7 @@ public final class AbacusStateManager: NSObject { _ = foregroundToken _ = backgroundToken - // Abacus.ProtocolNativeImpFactory.companion.setStateNotification(stateNotification: self) + startListeningForFeatureFlagChanges() } private func start() { @@ -206,6 +207,14 @@ public final class AbacusStateManager: NSObject { isStarted = true } + private func startListeningForFeatureFlagChanges() { + FeatureService.shared?.newValuesAvailablePublisher + .sink { + StatsigConfig.shared.useSkip = dydxBoolFeatureFlag.shouldUseSkip.isEnabled + } + .store(in: &cancellables) + } + public func setMarket(market: String?) { asyncStateManager.market = market } diff --git a/dydxV4/dydxV4.xcodeproj/project.pbxproj b/dydxV4/dydxV4.xcodeproj/project.pbxproj index 7c56165c7..c55afb048 100644 --- a/dydxV4/dydxV4.xcodeproj/project.pbxproj +++ b/dydxV4/dydxV4.xcodeproj/project.pbxproj @@ -31,6 +31,8 @@ 02FF093029ADBDA300781EDA /* dydxPresenters.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0293B66528CE94E200DDB103 /* dydxPresenters.framework */; }; 2741B25D2C06A0F600693B17 /* dydxAnalytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 275C17052BF7D730009313EC /* dydxAnalytics.framework */; }; 2741B25E2C06A0F900693B17 /* dydxViews.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0293B69B28CE94E200DDB103 /* dydxViews.framework */; }; + 27491E312C5406900014A574 /* libAppsFlyerStaticInjections.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 314B726A23DD124E00139EB3 /* libAppsFlyerStaticInjections.a */; }; + 27491E322C54069C0014A574 /* libStatsigInjections.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 27491E302C5406680014A574 /* libStatsigInjections.a */; }; 274F43062BA4C0B400645059 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 274F43052BA4C0B400645059 /* PrivacyInfo.xcprivacy */; }; 27968BA92BF7AC7A002F2C34 /* TrackingViewController+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27968BA82BF7AC7A002F2C34 /* TrackingViewController+Ext.swift */; }; 27ADEE6C2BC4A23400B8F1DB /* dydxSettingsStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27ADEE6B2BC4A23400B8F1DB /* dydxSettingsStore.swift */; }; @@ -257,6 +259,20 @@ remoteGlobalIDString = 02E7DC5D28CFAF5C00727949; remoteInfo = dydxStateManager; }; + 27491E2F2C5406680014A574 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 27491E2B2C5406680014A574 /* StatsigInjections.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2795C88E2C53FF8B00155009; + remoteInfo = StatsigInjections; + }; + 27491E332C5406DD0014A574 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 27491E2B2C5406680014A574 /* StatsigInjections.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 2795C88D2C53FF8B00155009; + remoteInfo = StatsigInjections; + }; 275956052BF7D1FD008C77EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 31B77A0122DAD020004F9B21 /* Utilities.xcodeproj */; @@ -823,6 +839,7 @@ 02E7DD9A28CFB31000727949 /* dydxStateManager.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = dydxStateManager.xcodeproj; path = ../dydx/dydxStateManager/dydxStateManager.xcodeproj; sourceTree = ""; }; 171807B0CCAE5C86B5D65793 /* Pods_iOS_dydxV4.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_dydxV4.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2729BA102BF7C93100729A85 /* dydxAnalytics.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = dydxAnalytics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 27491E2B2C5406680014A574 /* StatsigInjections.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = StatsigInjections.xcodeproj; path = ../StatsigInjections/StatsigInjections.xcodeproj; sourceTree = ""; }; 274F43052BA4C0B400645059 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; 275C16FF2BF7D730009313EC /* dydxAnalytics.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = dydxAnalytics.xcodeproj; path = ../dydx/dydxAnalytics/dydxAnalytics.xcodeproj; sourceTree = ""; }; 27968BA82BF7AC7A002F2C34 /* TrackingViewController+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TrackingViewController+Ext.swift"; sourceTree = ""; }; @@ -898,12 +915,14 @@ 31B77C2822DAD0B3004F9B21 /* ParticlesCommonModels.framework in Frameworks */, 31B77C2A22DAD0B3004F9B21 /* ParticlesKit.framework in Frameworks */, 31B77C3222DAD0B3004F9B21 /* PlatformParticles.framework in Frameworks */, + 27491E312C5406900014A574 /* libAppsFlyerStaticInjections.a in Frameworks */, 31B77C4022DAD0B3004F9B21 /* UIAppToolkits.framework in Frameworks */, 31AB94D326DEE83700DB42B9 /* CameraParticles.framework in Frameworks */, 31B77C4822DAD0B4004F9B21 /* Utilities.framework in Frameworks */, 314B729C23DD126F00139EB3 /* libAppsFlyerStaticInjections.a in Frameworks */, 31B77C3622DAD0B3004F9B21 /* RoutingKit.framework in Frameworks */, 31B77C4222DAD0B4004F9B21 /* UIToolkits.framework in Frameworks */, + 27491E322C54069C0014A574 /* libStatsigInjections.a in Frameworks */, 6466E116280F664900B8791B /* AmplitudeInjections.framework in Frameworks */, 31B77C2622DAD0B3004F9B21 /* JedioKit.framework in Frameworks */, 31B77C2522DAD0B3004F9B21 /* libFirebaseStaticInjections.a in Frameworks */, @@ -970,6 +989,7 @@ 02684D6028BD40830007CEFF /* Dependencies */ = { isa = PBXGroup; children = ( + 27491E2B2C5406680014A574 /* StatsigInjections.xcodeproj */, 6466E0DC280F662600B8791B /* AmplitudeInjections.xcodeproj */, 314B726523DD124E00139EB3 /* AppsFlyerStaticInjections.xcodeproj */, 31AB94C826DEE81000DB42B9 /* CameraParticles.xcodeproj */, @@ -1085,6 +1105,14 @@ name = Frameworks; sourceTree = ""; }; + 27491E2C2C5406680014A574 /* Products */ = { + isa = PBXGroup; + children = ( + 27491E302C5406680014A574 /* libStatsigInjections.a */, + ); + name = Products; + sourceTree = ""; + }; 275C17002BF7D730009313EC /* Products */ = { isa = PBXGroup; children = ( @@ -1410,12 +1438,13 @@ 6466E115280F663000B8791B /* PBXTargetDependency */, 31AB94D226DEE82A00DB42B9 /* PBXTargetDependency */, 31F761C824BA3E90001EA293 /* PBXTargetDependency */, + 27491E342C5406DD0014A574 /* PBXTargetDependency */, 314B729B23DD125E00139EB3 /* PBXTargetDependency */, + 31B77BBE22DAD077004F9B21 /* PBXTargetDependency */, 31B77BB222DAD077004F9B21 /* PBXTargetDependency */, 31B77BB422DAD077004F9B21 /* PBXTargetDependency */, 31B77BB622DAD077004F9B21 /* PBXTargetDependency */, 31B77BBC22DAD077004F9B21 /* PBXTargetDependency */, - 31B77BBE22DAD077004F9B21 /* PBXTargetDependency */, 31B77BC022DAD077004F9B21 /* PBXTargetDependency */, 31B77BC222DAD077004F9B21 /* PBXTargetDependency */, 31B77BCA22DAD077004F9B21 /* PBXTargetDependency */, @@ -1585,6 +1614,10 @@ ProductGroup = 31B77A2322DAD021004F9B21 /* Products */; ProjectRef = 31B77A2222DAD021004F9B21 /* RoutingKit.xcodeproj */; }, + { + ProductGroup = 27491E2C2C5406680014A574 /* Products */; + ProjectRef = 27491E2B2C5406680014A574 /* StatsigInjections.xcodeproj */; + }, { ProductGroup = 31B77AB022DAD022004F9B21 /* Products */; ProjectRef = 31B77AAF22DAD022004F9B21 /* UIToolkits.xcodeproj */; @@ -1720,6 +1753,13 @@ remoteRef = 02E7DDA928CFB31000727949 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + 27491E302C5406680014A574 /* libStatsigInjections.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libStatsigInjections.a; + remoteRef = 27491E2F2C5406680014A574 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; 275C17052BF7D730009313EC /* dydxAnalytics.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; @@ -2444,6 +2484,11 @@ name = dydxStateManager; targetProxy = 02E7DDDD28CFB32D00727949 /* PBXContainerItemProxy */; }; + 27491E342C5406DD0014A574 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = StatsigInjections; + targetProxy = 27491E332C5406DD0014A574 /* PBXContainerItemProxy */; + }; 275956062BF7D1FD008C77EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Utilities; diff --git a/scripts/secrets_default/credentials.json b/scripts/secrets_default/credentials.json index 914aab0d2..72c71ccdf 100644 --- a/scripts/secrets_default/credentials.json +++ b/scripts/secrets_default/credentials.json @@ -22,5 +22,9 @@ "alchemyApiKey": { "value": "", "comment": "Alchemy Api Key for RPC nodes" + }, + "statsigApiKey": { + "value": "", + "comment": "Statsig Api Key for Statsig feature flags" } }